﻿2025-08-20T21:13:56.3621420Z Current runner version: '2.328.0'
2025-08-20T21:13:56.3652849Z ##[group]Runner Image Provisioner
2025-08-20T21:13:56.3654079Z Hosted Compute Agent
2025-08-20T21:13:56.3655058Z Version: 20250818.377
2025-08-20T21:13:56.3656049Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:13:56.3657216Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:13:56.3658342Z ##[endgroup]
2025-08-20T21:13:56.3659184Z ##[group]Operating System
2025-08-20T21:13:56.3660205Z Ubuntu
2025-08-20T21:13:56.3661015Z 24.04.2
2025-08-20T21:13:56.3661763Z LTS
2025-08-20T21:13:56.3662585Z ##[endgroup]
2025-08-20T21:13:56.3663717Z ##[group]Runner Image
2025-08-20T21:13:56.3664698Z Image: ubuntu-24.04
2025-08-20T21:13:56.3665525Z Version: 20250818.1.0
2025-08-20T21:13:56.3667281Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T21:13:56.3670002Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T21:13:56.3671786Z ##[endgroup]
2025-08-20T21:13:56.3674104Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:13:56.3677066Z Attestations: write
2025-08-20T21:13:56.3678003Z Contents: write
2025-08-20T21:13:56.3678792Z Metadata: read
2025-08-20T21:13:56.3679810Z Packages: write
2025-08-20T21:13:56.3680677Z ##[endgroup]
2025-08-20T21:13:56.3683811Z Secret source: Actions
2025-08-20T21:13:56.3685023Z Prepare workflow directory
2025-08-20T21:13:56.4150559Z Prepare all required actions
2025-08-20T21:13:56.4207423Z Getting action download info
2025-08-20T21:13:56.7267278Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:13:57.0645997Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:13:57.3651548Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:13:57.4727355Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:13:57.7917069Z Getting action download info
2025-08-20T21:13:57.9197823Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:13:58.1326126Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:13:58.3438371Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/k9s/official)
2025-08-20T21:13:58.4163754Z ##[group]Run ##Presets
2025-08-20T21:13:58.4164712Z [36;1m##Presets[0m
2025-08-20T21:13:58.4165528Z [36;1mset +x ; set +e[0m
2025-08-20T21:13:58.4166387Z [36;1m#-------------#[0m
2025-08-20T21:13:58.4167469Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:13:58.4168830Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:13:58.4170127Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4171269Z [36;1m  fi[0m
2025-08-20T21:13:58.4172277Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:13:58.4173910Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:13:58.4175224Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4176323Z [36;1m  fi[0m
2025-08-20T21:13:58.4177288Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:13:58.4178682Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:13:58.4179971Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4181054Z [36;1m  fi[0m
2025-08-20T21:13:58.4182020Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:13:58.4183566Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:13:58.4185096Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:13:58.4186413Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:13:58.4187714Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4188890Z [36;1m     else[0m
2025-08-20T21:13:58.4190035Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4191228Z [36;1m     fi[0m
2025-08-20T21:13:58.4192091Z [36;1m  fi[0m
2025-08-20T21:13:58.4193047Z [36;1mfi[0m
2025-08-20T21:13:58.4271584Z shell: /usr/bin/bash -e {0}
2025-08-20T21:13:58.4273092Z env:
2025-08-20T21:13:58.4274266Z   GH_TOKEN: ***
2025-08-20T21:13:58.4275225Z ##[endgroup]
2025-08-20T21:13:58.4595284Z ##[group]Run ##Presets
2025-08-20T21:13:58.4596370Z [36;1m##Presets[0m
2025-08-20T21:13:58.4597416Z [36;1mset +x ; set +e[0m
2025-08-20T21:13:58.4598374Z [36;1m#-------------#[0m
2025-08-20T21:13:58.4599596Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:13:58.4601495Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:13:58.4603580Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:13:58.4605179Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:13:58.4606807Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:13:58.4668609Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:13:58.4669973Z [36;1m  exit 1[0m
2025-08-20T21:13:58.4670766Z [36;1mfi[0m
2025-08-20T21:13:58.4708158Z shell: /usr/bin/bash -e {0}
2025-08-20T21:13:58.4709088Z env:
2025-08-20T21:13:58.4710134Z   RO_GHTOKEN: ***
2025-08-20T21:13:58.4711042Z   RO_GLTOKEN: ***
2025-08-20T21:13:58.4715320Z   MINISIGN_KEY: ***
2025-08-20T21:13:58.4716129Z ##[endgroup]
2025-08-20T21:13:58.4882589Z ##[group]Run ##Presets
2025-08-20T21:13:58.4883844Z [36;1m##Presets[0m
2025-08-20T21:13:58.4884653Z [36;1mset +x ; set +e[0m
2025-08-20T21:13:58.4885498Z [36;1m#-------------#[0m
2025-08-20T21:13:58.4886343Z [36;1m##Host Triplet[0m
2025-08-20T21:13:58.4887379Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:13:58.4888613Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:13:58.4889792Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:13:58.4890957Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:13:58.4892045Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:13:58.4893399Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:13:58.4894638Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:13:58.4895854Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:13:58.4896877Z [36;1m   fi[0m
2025-08-20T21:13:58.4897881Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:13:58.4899143Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:13:58.4900285Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:13:58.4901504Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:13:58.4902589Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:13:58.4903677Z [36;1m fi[0m
2025-08-20T21:13:58.4904696Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4906186Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4907596Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4908916Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4909964Z [36;1m##Debug[0m
2025-08-20T21:13:58.4910775Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:13:58.4911780Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:13:58.4912790Z [36;1m else[0m
2025-08-20T21:13:58.4913574Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:13:58.4914628Z [36;1m fi[0m
2025-08-20T21:13:58.4915474Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4916533Z [36;1m##Docker Platform[0m
2025-08-20T21:13:58.4917594Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:13:58.4918803Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:13:58.4920053Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:13:58.4921347Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:13:58.4922573Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:13:58.4924034Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:13:58.4925249Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:13:58.4926477Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:13:58.4927443Z [36;1m fi[0m
2025-08-20T21:13:58.4928525Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4930114Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4931351Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:13:58.4933101Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/k9s/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:13:58.4934915Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:13:58.4936066Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4937243Z [36;1m##Logs[0m
2025-08-20T21:13:58.4938106Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:13:58.4939137Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:13:58.4940053Z [36;1m else[0m
2025-08-20T21:13:58.4940840Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:13:58.4941853Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:13:58.4943028Z [36;1m fi[0m
2025-08-20T21:13:58.4944129Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4945546Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4946834Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:13:58.4948111Z [36;1m PKG_FAMILY_LOCAL="$(echo "k9s" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:13:58.4949516Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:13:58.4950743Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4951964Z [36;1m##Rebuild[0m
2025-08-20T21:13:58.4952956Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:13:58.4954018Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:13:58.4954994Z [36;1m else[0m
2025-08-20T21:13:58.4955816Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:13:58.4956794Z [36;1m fi[0m
2025-08-20T21:13:58.4957791Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4959010Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:13:58.4960473Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:13:58.4962407Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:13:58.4965462Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.stable.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:13:58.4968000Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:13:58.4969340Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:13:58.4970923Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:13:58.4972446Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:13:58.4973900Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4975001Z [36;1m    exit 1[0m
2025-08-20T21:13:58.4975789Z [36;1m   else[0m
2025-08-20T21:13:58.4976587Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:13:58.4977960Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4979218Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:13:58.4980444Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:13:58.4981745Z [36;1m      #check if supported[0m
2025-08-20T21:13:58.4983333Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:13:58.4985236Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:13:58.4986768Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:13:58.4987967Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4989067Z [36;1m         exit 1[0m
2025-08-20T21:13:58.4989883Z [36;1m       fi[0m
2025-08-20T21:13:58.4990681Z [36;1m      #get build system[0m
2025-08-20T21:13:58.4992066Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:13:58.4993601Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:13:58.4994685Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4995975Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:13:58.4997252Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4998476Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.4999745Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:13:58.5001022Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.5002229Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:58.5003486Z [36;1m       fi[0m
2025-08-20T21:13:58.5004247Z [36;1m     fi[0m
2025-08-20T21:13:58.5005124Z [36;1m   fi[0m
2025-08-20T21:13:58.5005949Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:13:58.5042282Z shell: /usr/bin/bash -e {0}
2025-08-20T21:13:58.5043415Z ##[endgroup]
2025-08-20T21:13:58.9721411Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:13:58.9723542Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:13:58.9724430Z 
2025-08-20T21:13:59.0261961Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:13:59.0265272Z 100  3966  100  3966    0     0  71472      0 --:--:-- --:--:-- --:--:-- 72109
2025-08-20T21:13:59.0276693Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.stable.yaml
2025-08-20T21:13:59.0518658Z ##[group]Run ##Presets
2025-08-20T21:13:59.0519599Z [36;1m##Presets[0m
2025-08-20T21:13:59.0520413Z [36;1mset +x ; set +e[0m
2025-08-20T21:13:59.0521279Z [36;1m#-------------#[0m
2025-08-20T21:13:59.0522107Z [36;1m##Debug?[0m
2025-08-20T21:13:59.0523301Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:13:59.0524461Z [36;1m  set -x[0m
2025-08-20T21:13:59.0525220Z [36;1mfi[0m
2025-08-20T21:13:59.0526103Z [36;1m#-------------#[0m
2025-08-20T21:13:59.0526971Z [36;1m##CoreUtils[0m
2025-08-20T21:13:59.0527813Z [36;1msudo apt update -y[0m
2025-08-20T21:13:59.0529157Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:13:59.0533120Z [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:13:59.0536417Z [36;1m##tmp[0m
2025-08-20T21:13:59.0537488Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:13:59.0538731Z [36;1m#GH ENV[0m
2025-08-20T21:13:59.0539622Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:59.0541020Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:59.0542084Z [36;1m#-------------#[0m
2025-08-20T21:13:59.0543073Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:13:59.0544031Z [36;1msudo apt update -y[0m
2025-08-20T21:13:59.0544980Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:13:59.0545979Z [36;1m##Setup Minisign[0m
2025-08-20T21:13:59.0546900Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:13:59.0548282Z [36;1mecho "***[0m
2025-08-20T21:13:59.0552982Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:13:59.0554056Z [36;1m##User-Agent[0m
2025-08-20T21:13:59.0556655Z [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:13:59.0559584Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:13:59.0601613Z shell: /usr/bin/bash -e {0}
2025-08-20T21:13:59.0602573Z env:
2025-08-20T21:13:59.0603463Z   CROSS_COMPILING: NO
2025-08-20T21:13:59.0604303Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:13:59.0605218Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:13:59.0606098Z   ON_QEMU: NO
2025-08-20T21:13:59.0606818Z   DEBUG: 0
2025-08-20T21:13:59.0607574Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:13:59.0608506Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:13:59.0609577Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/k9s/official
2025-08-20T21:13:59.0610697Z   KEEP_LOGS: YES
2025-08-20T21:13:59.0611471Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:13:59.0612324Z   PKG_FAMILY_LOCAL: k9s
2025-08-20T21:13:59.0613377Z   SBUILD_REBUILD: false
2025-08-20T21:13:59.0615304Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.stable.yaml
2025-08-20T21:13:59.0617368Z   BUILD_SYS: docker://go
2025-08-20T21:13:59.0618223Z   BUILD_ON_HOST: FALSE
2025-08-20T21:13:59.0619068Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:13:59.0619869Z ##[endgroup]
2025-08-20T21:13:59.0956691Z 
2025-08-20T21:13:59.0957849Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:13:59.0958980Z 
2025-08-20T21:13:59.1602278Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:13:59.1935249Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:13:59.1961469Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T21:13:59.2029920Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T21:13:59.2051325Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T21:13:59.2171266Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:13:59.2266107Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:13:59.3197106Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T21:13:59.3380239Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T21:13:59.3411493Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T21:13:59.3445407Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T21:13:59.3510624Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T21:13:59.3554230Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T21:13:59.3600926Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T21:13:59.3728118Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:13:59.3766444Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T21:13:59.3782857Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T21:13:59.4339583Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T21:13:59.4361576Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T21:13:59.4377875Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T21:13:59.4389476Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T21:13:59.4599795Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T21:13:59.4687042Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T21:13:59.4714762Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T21:13:59.4752361Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T21:13:59.4823509Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T21:13:59.4858094Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T21:13:59.4895775Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T21:13:59.4987922Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T21:13:59.5026547Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T21:13:59.5040993Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T21:13:59.5684064Z Get:32 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:13:59.5754309Z Get:33 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:13:59.5849138Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:14:06.2584697Z Fetched 10.6 MB in 1s (8469 kB/s)
2025-08-20T21:14:06.9170786Z Reading package lists...
2025-08-20T21:14:07.0493124Z Building dependency tree...
2025-08-20T21:14:07.0499448Z Reading state information...
2025-08-20T21:14:07.0622426Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:14:07.0732963Z 
2025-08-20T21:14:07.0733517Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:14:07.0734050Z 
2025-08-20T21:14:07.0865768Z Reading package lists...
2025-08-20T21:14:07.2193545Z Building dependency tree...
2025-08-20T21:14:07.2200786Z Reading state information...
2025-08-20T21:14:07.3530594Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:14:07.3531220Z bc set to manually installed.
2025-08-20T21:14:07.3531760Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:14:07.3532414Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:14:07.3533574Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:14:07.3534285Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:14:07.3534957Z The following additional packages will be installed:
2025-08-20T21:14:07.3535677Z   libtime-duration-perl
2025-08-20T21:14:07.3801054Z The following NEW packages will be installed:
2025-08-20T21:14:07.3807046Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T21:14:07.3961237Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T21:14:07.4186701Z Need to get 616 kB of archives.
2025-08-20T21:14:07.4187494Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T21:14:07.4188172Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:14:07.4512008Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T21:14:07.4731544Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:14:07.4888896Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T21:14:07.5052493Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T21:14:07.7619363Z Fetched 616 kB in 0s (5708 kB/s)
2025-08-20T21:14:07.7841464Z Selecting previously unselected package fdupes.
2025-08-20T21:14:07.8068316Z (Reading database ... 
2025-08-20T21:14:07.8068817Z (Reading database ... 5%
2025-08-20T21:14:07.8069706Z (Reading database ... 10%
2025-08-20T21:14:07.8070061Z (Reading database ... 15%
2025-08-20T21:14:07.8070354Z (Reading database ... 20%
2025-08-20T21:14:07.8070593Z (Reading database ... 25%
2025-08-20T21:14:07.8070825Z (Reading database ... 30%
2025-08-20T21:14:07.8071057Z (Reading database ... 35%
2025-08-20T21:14:07.8071295Z (Reading database ... 40%
2025-08-20T21:14:07.8071529Z (Reading database ... 45%
2025-08-20T21:14:07.8071794Z (Reading database ... 50%
2025-08-20T21:14:07.8196897Z (Reading database ... 55%
2025-08-20T21:14:07.8560716Z (Reading database ... 60%
2025-08-20T21:14:07.8866942Z (Reading database ... 65%
2025-08-20T21:14:07.9308961Z (Reading database ... 70%
2025-08-20T21:14:07.9618485Z (Reading database ... 75%
2025-08-20T21:14:07.9957940Z (Reading database ... 80%
2025-08-20T21:14:08.0429127Z (Reading database ... 85%
2025-08-20T21:14:08.0926909Z (Reading database ... 90%
2025-08-20T21:14:08.1531925Z (Reading database ... 95%
2025-08-20T21:14:08.1532336Z (Reading database ... 100%
2025-08-20T21:14:08.1533079Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T21:14:08.1571165Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T21:14:08.1597308Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:14:08.1886322Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:14:08.2018966Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:14:08.2031034Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:14:08.2431792Z Selecting previously unselected package moreutils.
2025-08-20T21:14:08.2562205Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T21:14:08.2580199Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:14:08.2983207Z Selecting previously unselected package dos2unix.
2025-08-20T21:14:08.3110692Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T21:14:08.3123795Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:14:08.5203251Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:14:08.5248383Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:14:08.5276016Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:14:08.5315015Z Setting up moreutils (0.69-1) ...
2025-08-20T21:14:08.5357979Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:14:21.1202831Z 
2025-08-20T21:14:21.1203268Z Running kernel seems to be up-to-date.
2025-08-20T21:14:21.1271388Z 
2025-08-20T21:14:21.1271593Z Restarting services...
2025-08-20T21:14:21.1271853Z 
2025-08-20T21:14:21.1272033Z Service restarts being deferred:
2025-08-20T21:14:21.1273093Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:14:21.1273448Z 
2025-08-20T21:14:21.1273694Z No containers need to be restarted.
2025-08-20T21:14:21.1273975Z 
2025-08-20T21:14:21.1274177Z No user sessions are running outdated binaries.
2025-08-20T21:14:21.1274509Z 
2025-08-20T21:14:21.1274826Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:14:21.9212146Z Reading package lists...
2025-08-20T21:14:22.0597927Z Building dependency tree...
2025-08-20T21:14:22.0605082Z Reading state information...
2025-08-20T21:14:22.2076647Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:14:22.2077354Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:14:22.2077859Z apt-utils set to manually installed.
2025-08-20T21:14:22.2078446Z ca-certificates is already the newest version (20240203).
2025-08-20T21:14:22.2079560Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:14:22.2080196Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:14:22.2080789Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:14:22.2081366Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:14:22.2081915Z moreutils is already the newest version (0.69-1).
2025-08-20T21:14:22.2082508Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:14:22.2083265Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:14:22.2083792Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:14:22.2084308Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:14:22.2084749Z tmux set to manually installed.
2025-08-20T21:14:22.2085203Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:14:22.2085770Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:14:22.2086321Z The following additional packages will be installed:
2025-08-20T21:14:22.2086833Z   python3-software-properties
2025-08-20T21:14:22.2087228Z Recommended packages:
2025-08-20T21:14:22.2087565Z   unattended-upgrades
2025-08-20T21:14:22.2399846Z The following NEW packages will be installed:
2025-08-20T21:14:22.2400831Z   rename
2025-08-20T21:14:22.2409654Z The following packages will be upgraded:
2025-08-20T21:14:22.2410500Z   python3-software-properties software-properties-common
2025-08-20T21:14:22.2606346Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:14:22.2855795Z Need to get 64.7 kB of archives.
2025-08-20T21:14:22.2856480Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:14:22.2857103Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:14:22.3185875Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T21:14:22.3356623Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T21:14:22.3531291Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:14:22.5956310Z Fetched 64.7 kB in 0s (811 kB/s)
2025-08-20T21:14:22.6222511Z (Reading database ... 
2025-08-20T21:14:22.6223124Z (Reading database ... 5%
2025-08-20T21:14:22.6223528Z (Reading database ... 10%
2025-08-20T21:14:22.6223931Z (Reading database ... 15%
2025-08-20T21:14:22.6224330Z (Reading database ... 20%
2025-08-20T21:14:22.6224712Z (Reading database ... 25%
2025-08-20T21:14:22.6225094Z (Reading database ... 30%
2025-08-20T21:14:22.6225557Z (Reading database ... 35%
2025-08-20T21:14:22.6225806Z (Reading database ... 40%
2025-08-20T21:14:22.6226056Z (Reading database ... 45%
2025-08-20T21:14:22.6226304Z (Reading database ... 50%
2025-08-20T21:14:22.6302987Z (Reading database ... 55%
2025-08-20T21:14:22.6335036Z (Reading database ... 60%
2025-08-20T21:14:22.6355120Z (Reading database ... 65%
2025-08-20T21:14:22.6386788Z (Reading database ... 70%
2025-08-20T21:14:22.6409745Z (Reading database ... 75%
2025-08-20T21:14:22.6436822Z (Reading database ... 80%
2025-08-20T21:14:22.6569362Z (Reading database ... 85%
2025-08-20T21:14:22.6648361Z (Reading database ... 90%
2025-08-20T21:14:22.6891906Z (Reading database ... 95%
2025-08-20T21:14:22.6892388Z (Reading database ... 100%
2025-08-20T21:14:22.6893274Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T21:14:22.6929870Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:14:22.7987729Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:14:22.8859501Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:14:22.9613417Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:14:22.9931531Z Selecting previously unselected package rename.
2025-08-20T21:14:23.0066717Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T21:14:23.0090960Z Unpacking rename (2.02-1) ...
2025-08-20T21:14:23.0522113Z Setting up rename (2.02-1) ...
2025-08-20T21:14:23.0595637Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:14:23.0623485Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:14:23.2057718Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:14:23.3050399Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:14:27.3580707Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:14:28.7858165Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:14:28.8161988Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:14:28.8198880Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:14:28.8218778Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:14:28.8241503Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:14:28.8479281Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:14:28.8501063Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:14:29.8901848Z Reading package lists...
2025-08-20T21:14:30.0244972Z Building dependency tree...
2025-08-20T21:14:30.0250985Z Reading state information...
2025-08-20T21:14:30.0373125Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:14:30.0518627Z 
2025-08-20T21:14:30.0519056Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:14:30.0519585Z 
2025-08-20T21:14:30.0991111Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:14:30.1305251Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:14:30.1325476Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:14:30.1345109Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:14:30.1366442Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:14:30.1474908Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:14:30.1506408Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:14:31.2135983Z Reading package lists...
2025-08-20T21:14:31.3476322Z Building dependency tree...
2025-08-20T21:14:31.3483648Z Reading state information...
2025-08-20T21:14:31.3604817Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:14:31.3719643Z 
2025-08-20T21:14:31.3720388Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:14:31.3720723Z 
2025-08-20T21:14:31.3846606Z Reading package lists...
2025-08-20T21:14:31.5251471Z Building dependency tree...
2025-08-20T21:14:31.5258463Z Reading state information...
2025-08-20T21:14:31.6696721Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:14:31.7048638Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:14:31.7325980Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:14:31.7855073Z ##[group]Run ##Presets
2025-08-20T21:14:31.7855349Z [36;1m##Presets[0m
2025-08-20T21:14:31.7855553Z [36;1mset +x ; set +e[0m
2025-08-20T21:14:31.7855762Z [36;1m#-------------#[0m
2025-08-20T21:14:31.7855961Z [36;1m##Debug?[0m
2025-08-20T21:14:31.7856205Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:14:31.7856491Z [36;1m  set -x[0m
2025-08-20T21:14:31.7856668Z [36;1mfi[0m
2025-08-20T21:14:31.7856842Z [36;1m#-------------#[0m
2025-08-20T21:14:31.7857295Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:14:31.7857912Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:14:31.7858478Z [36;1msudo service procps restart[0m
2025-08-20T21:14:31.7858753Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:14:31.7900817Z shell: /usr/bin/bash -e {0}
2025-08-20T21:14:31.7901048Z env:
2025-08-20T21:14:31.7901271Z   CROSS_COMPILING: NO
2025-08-20T21:14:31.7901487Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:14:31.7901707Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:14:31.7921733Z   ON_QEMU: NO
2025-08-20T21:14:31.7922035Z   DEBUG: 0
2025-08-20T21:14:31.7922333Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:14:31.7922899Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:14:31.7923365Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/k9s/official
2025-08-20T21:14:31.7923881Z   KEEP_LOGS: YES
2025-08-20T21:14:31.7924219Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:14:31.7924589Z   PKG_FAMILY_LOCAL: k9s
2025-08-20T21:14:31.7924942Z   SBUILD_REBUILD: false
2025-08-20T21:14:31.7925853Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.stable.yaml
2025-08-20T21:14:31.7926889Z   BUILD_SYS: docker://go
2025-08-20T21:14:31.7927276Z   BUILD_ON_HOST: FALSE
2025-08-20T21:14:31.7927618Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:14:31.7927956Z   SYSTMP: /tmp
2025-08-20T21:14:31.7928272Z   GHA_MODE: MATRIX
2025-08-20T21:14:31.7929045Z   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:14:31.7929899Z ##[endgroup]
2025-08-20T21:14:31.8058794Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:14:31.8128166Z 0
2025-08-20T21:14:31.8442500Z vm.max_map_count = 262144
2025-08-20T21:14:31.8443125Z fs.inotify.max_user_watches = 655360
2025-08-20T21:14:31.8443592Z fs.inotify.max_user_instances = 1280
2025-08-20T21:14:31.8443852Z vm.mmap_rnd_bits = 28
2025-08-20T21:14:31.8518217Z ##[group]Run ##Presets
2025-08-20T21:14:31.8518546Z [36;1m##Presets[0m
2025-08-20T21:14:31.8518771Z [36;1mset +x ; set +e[0m
2025-08-20T21:14:31.8519007Z [36;1m#-------------#[0m
2025-08-20T21:14:31.8519243Z [36;1m##Debug?[0m
2025-08-20T21:14:31.8519517Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:14:31.8519830Z [36;1m  set -x[0m
2025-08-20T21:14:31.8520029Z [36;1mfi[0m
2025-08-20T21:14:31.8520230Z [36;1m#-------------#[0m
2025-08-20T21:14:31.8520451Z [36;1m##Main[0m
2025-08-20T21:14:31.8520686Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:14:31.8521368Z [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:14:31.8522155Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:14:31.8522559Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:14:31.8523140Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:14:31.8523428Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:14:31.8523769Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:14:31.8524127Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:14:31.8524456Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:14:31.8524803Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:14:31.8525126Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:14:31.8525487Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:14:31.8525912Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:14:31.8526239Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:14:31.8526530Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:14:31.8526841Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:14:31.8527151Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:14:31.8527460Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:14:31.8527763Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:14:31.8528080Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:14:31.8528597Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:14:31.8528924Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:14:31.8529263Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:14:31.8529596Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:14:31.8529918Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:14:31.8530248Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:14:31.8530543Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:14:31.8530921Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:14:31.8531402Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:14:31.8531903Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:14:31.8532398Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:14:31.8532984Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:14:31.8533364Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:14:31.8534029Z [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:14:31.8534861Z [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:14:31.8535423Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:14:31.8535723Z [36;1m else[0m
2025-08-20T21:14:31.8536229Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:14:31.8536630Z [36;1m fi[0m
2025-08-20T21:14:31.8536898Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:14:31.8537320Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:14:31.8537767Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:14:31.8538189Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:14:31.8538608Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:14:31.8539034Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:14:31.8539478Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:14:31.8539917Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:14:31.8540371Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:14:31.8540819Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:14:31.8541153Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:14:31.8581137Z shell: /usr/bin/bash -e {0}
2025-08-20T21:14:31.8581393Z env:
2025-08-20T21:14:31.8581593Z   CROSS_COMPILING: NO
2025-08-20T21:14:31.8581831Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:14:31.8582083Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:14:31.8582317Z   ON_QEMU: NO
2025-08-20T21:14:31.8582512Z   DEBUG: 0
2025-08-20T21:14:31.8582983Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:14:31.8583241Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:14:31.8583559Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/k9s/official
2025-08-20T21:14:31.8583879Z   KEEP_LOGS: YES
2025-08-20T21:14:31.8584097Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:14:31.8584329Z   PKG_FAMILY_LOCAL: k9s
2025-08-20T21:14:31.8584555Z   SBUILD_REBUILD: false
2025-08-20T21:14:31.8585113Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.stable.yaml
2025-08-20T21:14:31.8585698Z   BUILD_SYS: docker://go
2025-08-20T21:14:31.8585931Z   BUILD_ON_HOST: FALSE
2025-08-20T21:14:31.8586303Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:14:31.8586515Z   SYSTMP: /tmp
2025-08-20T21:14:31.8586716Z   GHA_MODE: MATRIX
2025-08-20T21:14:31.8587182Z   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:14:31.8588046Z   GHCR_TOKEN: ***
2025-08-20T21:14:31.8588364Z   GITHUB_TOKEN: ***
2025-08-20T21:14:31.8588651Z   GITLAB_TOKEN: ***
2025-08-20T21:14:31.8589834Z   MINISIGN_KEY: ***
2025-08-20T21:14:31.8590098Z ##[endgroup]
2025-08-20T21:14:31.9066571Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:14:31.9863095Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:14:31.9863798Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:14:31.9864174Z 
2025-08-20T21:14:32.0157488Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:14:32.0158148Z 100  3966  100  3966    0     0   130k      0 --:--:-- --:--:-- --:--:--  133k
2025-08-20T21:14:32.0168037Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.stable.yaml
2025-08-20T21:14:32.0248935Z 
2025-08-20T21:14:32.0249211Z [+] Building [/tmp/tmp.fU2twkDW2V/SBUILD_INPUT] Locally
2025-08-20T21:14:32.0249597Z 
2025-08-20T21:14:32.0262453Z '/tmp/tmp.fU2twkDW2V/SBUILD_INPUT' -> '/tmp/pkgforge/V1m5LiuXE_build.yaml'
2025-08-20T21:14:32.1309080Z 
2025-08-20T21:14:32.1309295Z [+] Passwordless sudo is Configured
2025-08-20T21:14:32.2243433Z 
2025-08-20T21:14:32.2254549Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:14:32.2254779Z 
2025-08-20T21:14:32.2717849Z 
2025-08-20T21:14:32.2718520Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T21:14:32.2719258Z 
2025-08-20T21:14:32.2719274Z 
2025-08-20T21:14:32.2719646Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:14:32.2720154Z 
2025-08-20T21:14:32.3198508Z [+] Installing: 7z -> 7z
2025-08-20T21:14:32.6582823Z [+] Installing: actionlint -> actionlint
2025-08-20T21:14:33.0487897Z [+] Installing: anew -> anew
2025-08-20T21:14:33.3921756Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:14:33.7278328Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:14:34.0459026Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:14:34.3654307Z [+] Installing: archey -> archey
2025-08-20T21:14:34.7389730Z [+] Installing: aria2 -> aria2c
2025-08-20T21:14:35.1366227Z [+] Installing: askalono -> askalono
2025-08-20T21:14:35.4834329Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:14:35.8557430Z [+] Installing: b3sum -> b3sum
2025-08-20T21:14:36.1978443Z [+] Installing: bita -> bita
2025-08-20T21:14:37.2100552Z [+] Installing: btop -> btop
2025-08-20T21:14:37.5367523Z [+] Installing: chafa -> chafa
2025-08-20T21:14:37.9474154Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:14:38.3941661Z [+] Installing: croc -> croc
2025-08-20T21:14:38.7558987Z [+] Installing: csvtk -> csvtk
2025-08-20T21:14:39.1546940Z [+] Installing: cutlines -> cutlines
2025-08-20T21:14:39.4545971Z curl: (22) The requested URL returned error: 404
2025-08-20T21:14:39.4576928Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:14:39.4577727Z [+] Installing: dbin -> dbin
2025-08-20T21:14:39.8331424Z [+] Installing: dasel -> dasel
2025-08-20T21:14:40.1997883Z [+] Installing: delta -> delta
2025-08-20T21:14:40.5477418Z [+] Installing: ds -> ds
2025-08-20T21:14:40.8640743Z curl: (22) The requested URL returned error: 404
2025-08-20T21:14:40.8671079Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:14:40.8672144Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:14:41.1770295Z [+] Installing: duf -> duf
2025-08-20T21:14:41.5213643Z [+] Installing: duplicut -> duplicut
2025-08-20T21:14:41.8525466Z [+] Installing: dust -> dust
2025-08-20T21:14:42.1996932Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:14:42.5475044Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:14:42.9060582Z [+] Installing: dysk -> dysk
2025-08-20T21:14:43.2411245Z [+] Installing: eget -> eget
2025-08-20T21:14:43.6068424Z [+] Installing: epoch -> epoch
2025-08-20T21:14:43.9359844Z [+] Installing: faketty -> faketty
2025-08-20T21:14:44.2685111Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:14:44.5938869Z [+] Installing: freeze -> freeze
2025-08-20T21:14:44.9753396Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:14:45.2858942Z [+] Installing: gdu -> gdu
2025-08-20T21:14:45.6794976Z [+] Installing: gh -> gh
2025-08-20T21:14:46.1812953Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:14:46.6000472Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:14:46.9372497Z [+] Installing: glab -> glab
2025-08-20T21:14:47.4045830Z [+] Installing: glow -> glow
2025-08-20T21:14:47.8089136Z [+] Installing: httpx -> httpx
2025-08-20T21:14:48.2917016Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:14:48.7281325Z [+] Installing: husarnet -> husarnet
2025-08-20T21:14:49.0258941Z curl: (22) The requested URL returned error: 404
2025-08-20T21:14:49.0289040Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:14:49.0289822Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:14:49.3335418Z curl: (22) The requested URL returned error: 404
2025-08-20T21:14:49.3364326Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:14:49.3364971Z [+] Installing: imgcat -> imgcat
2025-08-20T21:14:49.6600477Z [+] Installing: jc -> jc
2025-08-20T21:14:50.0474859Z [+] Installing: jq -> jq
2025-08-20T21:14:50.3678845Z [+] Installing: logdy -> logdy
2025-08-20T21:14:50.8029789Z [+] Installing: micro -> micro
2025-08-20T21:14:51.1922557Z [+] Installing: miniserve -> miniserve
2025-08-20T21:14:51.5496927Z [+] Installing: minisign -> minisign
2025-08-20T21:14:51.8622318Z [+] Installing: ncdu -> ncdu
2025-08-20T21:14:52.1918548Z [+] Installing: notify -> notify
2025-08-20T21:14:52.6251927Z [+] Installing: ouch -> ouch
2025-08-20T21:14:52.9843406Z [+] Installing: oras -> oras
2025-08-20T21:14:53.3516499Z [+] Installing: pipetty -> pipetty
2025-08-20T21:14:53.6628803Z [+] Installing: pixterm -> pixterm
2025-08-20T21:14:54.0263341Z [+] Installing: qsv -> qsv
2025-08-20T21:14:54.4076402Z [+] Installing: rclone -> rclone
2025-08-20T21:14:54.9695007Z [+] Installing: ripgrep -> rg
2025-08-20T21:14:55.3181212Z [+] Installing: rga -> rga
2025-08-20T21:14:55.6808291Z [+] Installing: rsync -> rsync
2025-08-20T21:14:56.0405569Z [+] Installing: script -> script
2025-08-20T21:14:56.3453903Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:14:56.7580818Z [+] Installing: soar -> soar
2025-08-20T21:14:57.1240558Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:14:57.4831908Z [+] Installing: sstrip -> sstrip
2025-08-20T21:14:57.7912553Z [+] Installing: strace -> strace
2025-08-20T21:14:58.1057915Z [+] Installing: sttr -> sttr
2025-08-20T21:14:58.4616752Z [+] Installing: tailscale -> tailscale
2025-08-20T21:14:58.8668257Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:14:59.2890877Z [+] Installing: taplo -> taplo
2025-08-20T21:14:59.6595134Z [+] Installing: tldr -> tldr
2025-08-20T21:15:00.0139966Z [+] Installing: tldr -> tealdeer
2025-08-20T21:15:00.3756453Z [+] Installing: tmux -> tmux
2025-08-20T21:15:00.6920232Z [+] Installing: tok -> tok
2025-08-20T21:15:01.0375186Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:15:01.4781377Z [+] Installing: trurl -> trurl
2025-08-20T21:15:01.8385937Z [+] Installing: tss -> tss
2025-08-20T21:15:02.1661638Z [+] Installing: ulexec -> ulexec
2025-08-20T21:15:02.5151553Z [+] Installing: unfurl -> unfurl
2025-08-20T21:15:02.8729822Z [+] Installing: upx -> upx
2025-08-20T21:15:03.1894299Z [+] Installing: validtoml -> validtoml
2025-08-20T21:15:03.5323039Z [+] Installing: wget -> wget
2025-08-20T21:15:03.8827901Z [+] Installing: wget2 -> wget2
2025-08-20T21:15:04.2421104Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:15:04.5858175Z [+] Installing: xq -> xq
2025-08-20T21:15:04.9246814Z [+] Installing: xz -> xz
2025-08-20T21:15:05.2468308Z [+] Installing: unxz -> unxz
2025-08-20T21:15:05.5608257Z [+] Installing: yq -> yq
2025-08-20T21:15:05.9449816Z [+] Installing: yj -> yj
2025-08-20T21:15:06.2853125Z [+] Installing: zapper -> zapper
2025-08-20T21:15:06.5963071Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:15:06.9191476Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:15:07.2289825Z curl: (22) The requested URL returned error: 404
2025-08-20T21:15:07.2320499Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:15:07.2321319Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:15:07.5430405Z curl: (22) The requested URL returned error: 404
2025-08-20T21:15:07.5459757Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:15:07.5460536Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:15:07.8723712Z curl: (22) The requested URL returned error: 404
2025-08-20T21:15:07.8753860Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:15:07.8754797Z [+] Installing: zstd -> zstd
2025-08-20T21:15:08.1873999Z [+] Creating symlinks...
2025-08-20T21:15:08.1961702Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:15:08.2056616Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:15:08.2151609Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:15:08.2245760Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:15:08.2339622Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:15:08.2435502Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:15:08.2529349Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:15:08.2624900Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:15:08.2729005Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:15:08.2826013Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:15:08.2920288Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:15:08.3014434Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:15:08.3109069Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:15:08.3203461Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:15:08.3297783Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:15:08.3393613Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:15:08.3488104Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:15:08.3527080Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:15:08.3611470Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:15:08.3707441Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:15:08.3801867Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:15:08.3839073Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:15:08.3926034Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:15:08.4020292Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:15:08.4115762Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:15:08.4210229Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:15:08.4304603Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:15:08.4399577Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:15:08.4494353Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:15:08.4588524Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:15:08.4684351Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:15:08.4778268Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:15:08.4873535Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:15:08.4968538Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:15:08.5064052Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:15:08.5159511Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:15:08.5254950Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:15:08.5348951Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:15:08.5443896Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:15:08.5538842Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:15:08.5633807Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:15:08.5728347Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:15:08.5823880Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:15:08.5918931Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:15:08.5958245Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:15:08.5986448Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:15:08.6072179Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:15:08.6167828Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:15:08.6262519Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:15:08.6357698Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:15:08.6453018Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:15:08.6547428Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:15:08.6641936Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:15:08.6736609Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:15:08.6831385Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:15:08.6925527Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:15:08.7019715Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:15:08.7115116Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:15:08.7209608Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:15:08.7305461Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:15:08.7400444Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:15:08.7494411Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:15:08.7589904Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:15:08.7685008Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:15:08.7779358Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:15:08.7874660Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:15:08.7969958Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:15:08.8064872Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:15:08.8159996Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:15:08.8257156Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:15:08.8352185Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:15:08.8447955Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:15:08.8542461Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:15:08.8636775Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:15:08.8730487Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:15:08.8824705Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:15:08.8918903Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:15:08.9016368Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:15:08.9113155Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:15:08.9207113Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:15:08.9301377Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:15:08.9396373Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:15:08.9492492Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:15:08.9588142Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:15:08.9682885Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:15:08.9776558Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:15:08.9871609Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:15:08.9966822Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:15:09.0061105Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:15:09.0156681Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:15:09.0251993Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:15:09.0347884Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:15:09.0442331Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:15:09.0535972Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:15:09.0630224Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:15:09.0667209Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:15:09.0694753Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:15:09.0721730Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:15:09.0806929Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:15:09.0832806Z 
2025-08-20T21:15:09.0833177Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:15:09.0833568Z 
2025-08-20T21:15:09.0848307Z 
2025-08-20T21:15:09.0940037Z 
2025-08-20T21:15:09.0940333Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T21:15:09.0940560Z 
2025-08-20T21:15:09.0940714Z [+] Installation completed!
2025-08-20T21:15:09.1010234Z 
2025-08-20T21:15:09.1010629Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:15:09.3210646Z github.com
2025-08-20T21:15:09.3211613Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:15:09.3212318Z   - Active account: true
2025-08-20T21:15:09.3213113Z   - Git operations protocol: https
2025-08-20T21:15:09.3213707Z   - Token: ghp_************************************
2025-08-20T21:15:09.3214939Z   - 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:15:09.3215761Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:15:09.3216175Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:15:09.4206801Z Limit: 5000, Remaining: 4215, Reset: 2025-08-20 21:25:35 +0000 UTC (10m26s)
2025-08-20T21:15:09.4216220Z 
2025-08-20T21:15:09.4216463Z [+] GHCR_TOKEN is Exported
2025-08-20T21:15:09.4252154Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:15:09.5156742Z Login Succeeded
2025-08-20T21:15:09.5167722Z 
2025-08-20T21:15:09.5167901Z [+] GITLAB is Exported
2025-08-20T21:15:09.5495539Z [git remote -v]
2025-08-20T21:15:09.7144773Z gitlab.com
2025-08-20T21:15:09.7145751Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:15:09.7146901Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:15:09.7147943Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:15:09.7148848Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:15:09.7149791Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:15:09.7150499Z   ✓ Token found: **************************
2025-08-20T21:15:09.7150789Z 
2025-08-20T21:15:09.7151476Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:15:09.7156579Z [git remote -v]
2025-08-20T21:15:09.7171335Z 2025/08/20 21:15:09 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:15:09.7174713Z git: exit status 128]
2025-08-20T21:15:09.9126625Z 
2025-08-20T21:15:09.9126733Z 
2025-08-20T21:15:09.9127394Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:15:09 PM)
2025-08-20T21:15:09.9128092Z 
2025-08-20T21:15:09.9128097Z 
2025-08-20T21:15:09.9128219Z [+] USER = runner
2025-08-20T21:15:09.9128544Z [+] HOME = /home/runner
2025-08-20T21:15:09.9131482Z [+] 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:/usr/local/.ghcup/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:15:09.9134245Z 
2025-08-20T21:15:09.9681131Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:15:10.0047281Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:15:10.0076942Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:15:10.0091980Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:15:10.0104286Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:15:10.0217727Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:15:10.0269129Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:15:11.0853199Z Reading package lists...
2025-08-20T21:15:11.1164905Z Reading package lists...
2025-08-20T21:15:11.2514372Z Building dependency tree...
2025-08-20T21:15:11.2522054Z Reading state information...
2025-08-20T21:15:11.4099995Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:15:11.4100424Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:15:11.4100798Z ca-certificates is already the newest version (20240203).
2025-08-20T21:15:11.4101178Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:15:11.4101553Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:15:11.4101907Z moreutils is already the newest version (0.69-1).
2025-08-20T21:15:11.4102328Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:15:11.4102915Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:15:11.4103583Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:15:11.4775383Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:15:11.5090216Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:15:11.5093649Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:15:11.5105767Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:15:11.5110773Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:15:11.5127156Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:15:11.5143106Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:15:12.5883262Z Reading package lists...
2025-08-20T21:15:12.6198968Z Reading package lists...
2025-08-20T21:15:12.7590674Z Building dependency tree...
2025-08-20T21:15:12.7598236Z Reading state information...
2025-08-20T21:15:12.8992966Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:15:12.8993675Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:15:12.8994307Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:15:12.8994932Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:15:12.8995668Z ca-certificates is already the newest version (20240203).
2025-08-20T21:15:12.8996307Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:15:12.8996907Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:15:12.8997452Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:15:12.8997946Z gawk set to manually installed.
2025-08-20T21:15:12.8998383Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:15:12.8998922Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:15:12.8999492Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:15:12.9000024Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:15:12.9000631Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:15:12.9001271Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:15:12.9001822Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:15:12.9003041Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:15:12.9003611Z The following additional packages will be installed:
2025-08-20T21:15:12.9004366Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:15:12.9005130Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:15:12.9006001Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:15:12.9006729Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:15:12.9007457Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:15:12.9008161Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:15:12.9008676Z Suggested packages:
2025-08-20T21:15:12.9021486Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:15:12.9022338Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:15:12.9023390Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:15:12.9024230Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:15:12.9025043Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T21:15:12.9025839Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T21:15:12.9026452Z   fonts-arphic-uming fonts-nanum
2025-08-20T21:15:12.9320100Z The following NEW packages will be installed:
2025-08-20T21:15:12.9320808Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:15:12.9321863Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:15:12.9323301Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:15:12.9324151Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:15:12.9325017Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:15:12.9326510Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:15:12.9327663Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:15:12.9498965Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:15:12.9499568Z Need to get 27.5 MB of archives.
2025-08-20T21:15:12.9500143Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T21:15:12.9500816Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:15:12.9825958Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T21:15:13.0349774Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:15:13.0831086Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T21:15:13.1106524Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T21:15:13.1260337Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T21:15:13.1411434Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T21:15:13.1937287Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:15:13.2271067Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:15:13.2555703Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T21:15:13.2717908Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:15:13.3962416Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T21:15:13.4123525Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T21:15:13.4393162Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T21:15:13.4597017Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:15:13.4756155Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T21:15:13.4910553Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T21:15:13.5061903Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T21:15:13.5659548Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T21:15:13.6239926Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T21:15:13.6455303Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T21:15:13.6606217Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T21:15:13.6762393Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T21:15:13.7054562Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T21:15:13.7265379Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T21:15:13.7443652Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T21:15:13.7591373Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T21:15:13.7911331Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T21:15:13.8077227Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T21:15:13.8498156Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T21:15:13.8654745Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T21:15:13.9186850Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T21:15:13.9346147Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T21:15:13.9508796Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T21:15:13.9944507Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T21:15:14.0137740Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T21:15:14.0413967Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T21:15:14.2786702Z Preconfiguring packages ...
2025-08-20T21:15:14.3375479Z Fetched 27.5 MB in 1s (24.9 MB/s)
2025-08-20T21:15:14.3605063Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:15:14.3656299Z (Reading database ... 
2025-08-20T21:15:14.3656726Z (Reading database ... 5%
2025-08-20T21:15:14.3657099Z (Reading database ... 10%
2025-08-20T21:15:14.3657465Z (Reading database ... 15%
2025-08-20T21:15:14.3657824Z (Reading database ... 20%
2025-08-20T21:15:14.3658310Z (Reading database ... 25%
2025-08-20T21:15:14.3658552Z (Reading database ... 30%
2025-08-20T21:15:14.3658786Z (Reading database ... 35%
2025-08-20T21:15:14.3659016Z (Reading database ... 40%
2025-08-20T21:15:14.3659241Z (Reading database ... 45%
2025-08-20T21:15:14.3659468Z (Reading database ... 50%
2025-08-20T21:15:14.3680651Z (Reading database ... 55%
2025-08-20T21:15:14.3770460Z (Reading database ... 60%
2025-08-20T21:15:14.3790524Z (Reading database ... 65%
2025-08-20T21:15:14.3822008Z (Reading database ... 70%
2025-08-20T21:15:14.3845493Z (Reading database ... 75%
2025-08-20T21:15:14.3872488Z (Reading database ... 80%
2025-08-20T21:15:14.4001306Z (Reading database ... 85%
2025-08-20T21:15:14.4086484Z (Reading database ... 90%
2025-08-20T21:15:14.4334085Z (Reading database ... 95%
2025-08-20T21:15:14.4334616Z (Reading database ... 100%
2025-08-20T21:15:14.4335274Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T21:15:14.4372929Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:15:14.4572009Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:15:14.6009758Z Selecting previously unselected package poppler-data.
2025-08-20T21:15:14.6144609Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:15:14.6161028Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:15:14.7452234Z Selecting previously unselected package b3sum.
2025-08-20T21:15:14.7587667Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T21:15:14.7598590Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:15:14.7869781Z Selecting previously unselected package build-essential.
2025-08-20T21:15:14.8002164Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T21:15:14.8015794Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:15:14.8248885Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T21:15:14.8380267Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T21:15:14.8408372Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:15:14.8672875Z Selecting previously unselected package ccache.
2025-08-20T21:15:14.8802486Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T21:15:14.8815023Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:15:14.9270275Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:15:14.9400924Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:15:14.9416568Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:15:14.9716837Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:15:14.9847995Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:15:14.9902158Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:15:15.0228105Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:15:15.0359055Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T21:15:15.0375303Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:15:15.0712791Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:15:15.0843741Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:15:15.1478530Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:15:15.2472010Z Selecting previously unselected package libgs-common.
2025-08-20T21:15:15.2606282Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:15:15.2624241Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:15:15.2901614Z Selecting previously unselected package libgs10-common.
2025-08-20T21:15:15.3035438Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:15:15.3045957Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:15:15.3715905Z Selecting previously unselected package libidn12:amd64.
2025-08-20T21:15:15.3849549Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T21:15:15.3864680Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:15:15.4110182Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T21:15:15.4242040Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T21:15:15.4257357Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:15:15.4500750Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T21:15:15.4629876Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T21:15:15.4685836Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:15:15.5016549Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T21:15:15.5142226Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T21:15:15.5158769Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:15:15.6747115Z Selecting previously unselected package libgs10:amd64.
2025-08-20T21:15:15.6874641Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:15:15.6890183Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:15:15.7960169Z Selecting previously unselected package ghostscript.
2025-08-20T21:15:15.8094191Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:15:15.8109060Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:15:15.8422341Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:15:15.8555467Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:15:15.8569286Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:15:16.0281134Z Selecting previously unselected package imagemagick.
2025-08-20T21:15:16.0414017Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:15:16.0429055Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:15:16.0652094Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:15:16.0781464Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:15:16.0794035Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:15:16.1052912Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T21:15:16.1179360Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T21:15:16.1190199Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:15:16.1549007Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T21:15:16.1679100Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T21:15:16.1690313Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:15:16.1932402Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T21:15:16.2060768Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:15:16.2071474Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:15:16.2329292Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:15:16.2459024Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:15:16.2470615Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:15:16.2703262Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T21:15:16.2827623Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T21:15:16.2841825Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:15:16.3248401Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T21:15:16.3377277Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T21:15:16.3387678Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:15:16.3606786Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T21:15:16.3733513Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:15:16.3756403Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:15:16.4075272Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T21:15:16.4201333Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:15:16.4218564Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:15:16.4485415Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:15:16.4613023Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T21:15:16.4621804Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:15:16.4882934Z Selecting previously unselected package libtool-bin.
2025-08-20T21:15:16.5009001Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T21:15:16.5017926Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:15:16.5303057Z Selecting previously unselected package lzip.
2025-08-20T21:15:16.5427507Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T21:15:16.5437051Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:15:16.5690102Z Selecting previously unselected package netpbm.
2025-08-20T21:15:16.5816713Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:15:16.5827308Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:15:16.7579328Z Selecting previously unselected package musl:amd64.
2025-08-20T21:15:16.7714367Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T21:15:16.7736176Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T21:15:16.8002551Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T21:15:16.8135282Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T21:15:16.8150577Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:15:16.8847302Z Selecting previously unselected package musl-tools.
2025-08-20T21:15:16.8980371Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T21:15:16.8990683Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:15:16.9467285Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:15:17.0722486Z 
2025-08-20T21:15:17.0723229Z Creating config file /etc/papersize with new version
2025-08-20T21:15:17.1436235Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:15:17.1463679Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:15:17.1495680Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:15:17.1525447Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:15:17.1554674Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:15:17.1608790Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:15:17.1635292Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:15:17.1658955Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:15:17.1800430Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:15:17.1833664Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:15:17.1865242Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:15:17.1930733Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:15:17.1976111Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:15:17.2021634Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:15:17.2051964Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:15:17.2083182Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:15:17.2109354Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:15:17.2155479Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:15:17.2183856Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:15:17.2284801Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:15:17.2330895Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:15:17.2390013Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:15:17.2436092Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:15:17.2492575Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:15:17.2538897Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:15:17.2593723Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:15:17.2640579Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:15:17.2696179Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:15:17.2743814Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:15:17.2800376Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:15:17.2848931Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:15:17.2935209Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:15:17.2982185Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:15:17.3038358Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:15:17.3083790Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:15:17.3141420Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:15:17.3188589Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:15:17.3246686Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:15:17.3294053Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:15:17.3351082Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:15:17.3399701Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:15:17.3423294Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:15:17.3455983Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T21:15:17.3504864Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:15:17.3530792Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:15:17.3737166Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:15:17.3767544Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:15:17.3843011Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:15:17.3866273Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:15:17.3891349Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:15:17.4113714Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:15:17.4154448Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:15:17.4202057Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:15:17.4243311Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:15:17.4274986Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:15:17.4314795Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:15:17.4353516Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:15:17.5681361Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:15:17.5710410Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:15:17.5758441Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:15:17.5792075Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:15:17.5866476Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:15:18.0270058Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:15:18.1898128Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:15:18.8596249Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:15:22.7115434Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:15:29.6212857Z Reading package lists...
2025-08-20T21:15:29.7633314Z Building dependency tree...
2025-08-20T21:15:29.7640729Z Reading state information...
2025-08-20T21:15:29.9091691Z autoconf is already the newest version (2.71-3).
2025-08-20T21:15:29.9092318Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:15:29.9092991Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:15:29.9093400Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:15:29.9093814Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:15:29.9094227Z ca-certificates is already the newest version (20240203).
2025-08-20T21:15:29.9094603Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:15:29.9094954Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:15:29.9095602Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:15:29.9095981Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:15:29.9096357Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:15:29.9096736Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:15:29.9097060Z patch set to manually installed.
2025-08-20T21:15:29.9097384Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:15:29.9097770Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:15:29.9098133Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:15:29.9098483Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:15:29.9098797Z Suggested packages:
2025-08-20T21:15:29.9099007Z   scons-doc
2025-08-20T21:15:29.9222579Z The following NEW packages will be installed:
2025-08-20T21:15:29.9228932Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:15:29.9391853Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:15:29.9392472Z Need to get 15.8 MB of archives.
2025-08-20T21:15:29.9393210Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T21:15:29.9393884Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:15:29.9776691Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:15:30.0092007Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T21:15:30.0246571Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T21:15:30.1728792Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:15:30.1927657Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T21:15:30.4496161Z Fetched 15.8 MB in 0s (59.6 MB/s)
2025-08-20T21:15:30.4680802Z Selecting previously unselected package autopoint.
2025-08-20T21:15:30.4735265Z (Reading database ... 
2025-08-20T21:15:30.4735689Z (Reading database ... 5%
2025-08-20T21:15:30.4736073Z (Reading database ... 10%
2025-08-20T21:15:30.4736731Z (Reading database ... 15%
2025-08-20T21:15:30.4737092Z (Reading database ... 20%
2025-08-20T21:15:30.4737445Z (Reading database ... 25%
2025-08-20T21:15:30.4737809Z (Reading database ... 30%
2025-08-20T21:15:30.4738168Z (Reading database ... 35%
2025-08-20T21:15:30.4738518Z (Reading database ... 40%
2025-08-20T21:15:30.4738871Z (Reading database ... 45%
2025-08-20T21:15:30.4739226Z (Reading database ... 50%
2025-08-20T21:15:30.4761011Z (Reading database ... 55%
2025-08-20T21:15:30.4851540Z (Reading database ... 60%
2025-08-20T21:15:30.4872200Z (Reading database ... 65%
2025-08-20T21:15:30.4905406Z (Reading database ... 70%
2025-08-20T21:15:30.4928605Z (Reading database ... 75%
2025-08-20T21:15:30.4956155Z (Reading database ... 80%
2025-08-20T21:15:30.5087736Z (Reading database ... 85%
2025-08-20T21:15:30.5175655Z (Reading database ... 90%
2025-08-20T21:15:30.5424721Z (Reading database ... 95%
2025-08-20T21:15:30.5425173Z (Reading database ... 100%
2025-08-20T21:15:30.5425793Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T21:15:30.5463291Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:15:30.5481888Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:15:30.5744513Z Selecting previously unselected package clang.
2025-08-20T21:15:30.5874688Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T21:15:30.5884408Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:15:30.6113424Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:15:30.6244291Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T21:15:30.6253040Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:15:31.0526583Z Selecting previously unselected package scons.
2025-08-20T21:15:31.0662884Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:15:31.0673747Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:15:31.1383635Z Selecting previously unselected package byacc.
2025-08-20T21:15:31.1517660Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T21:15:31.1530688Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:15:31.1930692Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:15:31.1980190Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:15:31.2069341Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:15:31.2292498Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:15:31.6271976Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:15:31.6309346Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:15:35.6438724Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T21:15:37.5969462Z Reading package lists...
2025-08-20T21:15:37.7410186Z Building dependency tree...
2025-08-20T21:15:37.7417802Z Reading state information...
2025-08-20T21:15:37.8864537Z The following additional packages will be installed:
2025-08-20T21:15:37.8865278Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:15:37.8866039Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:15:37.8868892Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:15:37.8869784Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:15:37.8870619Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:15:37.8871408Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:15:37.8872238Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:15:37.8873315Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:15:37.8874064Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:15:37.8878723Z Suggested packages:
2025-08-20T21:15:37.8879242Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:15:37.8880011Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:15:37.8881156Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:15:37.8882044Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:15:37.8883099Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T21:15:37.8883881Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T21:15:37.8884762Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T21:15:37.8885652Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T21:15:37.8886297Z   wdiff-doc
2025-08-20T21:15:37.8886598Z Recommended packages:
2025-08-20T21:15:37.8887127Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:15:37.8888046Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T21:15:37.8888889Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T21:15:37.8889746Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T21:15:37.9071545Z The following NEW packages will be installed:
2025-08-20T21:15:37.9072281Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:15:37.9073135Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:15:37.9073880Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:15:37.9074763Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:15:37.9075568Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:15:37.9076347Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:15:37.9077432Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:15:37.9078214Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:15:37.9078938Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:15:37.9252456Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:15:37.9253159Z Need to get 2417 kB of archives.
2025-08-20T21:15:37.9253701Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T21:15:37.9254356Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:15:37.9567321Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:15:37.9719736Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:15:37.9868182Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:15:38.0119989Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:15:38.0270807Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:15:38.0431985Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T21:15:38.0629417Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T21:15:38.0786847Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:15:38.0939699Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T21:15:38.1096468Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T21:15:38.1288787Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:15:38.1442916Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:15:38.1595653Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:15:38.1747720Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:15:38.1901736Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:15:38.2055811Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:15:38.2206800Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:15:38.2814520Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:15:38.2967313Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:15:38.3121129Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T21:15:38.3323407Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T21:15:38.3492142Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:15:38.3698565Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:15:38.4039605Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:15:38.4197706Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:15:38.4350659Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:15:38.4502927Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:15:38.4683352Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T21:15:38.4853706Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T21:15:38.5029809Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:15:38.7646774Z Fetched 2417 kB in 1s (4015 kB/s)
2025-08-20T21:15:38.7836857Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:15:38.7891295Z (Reading database ... 
2025-08-20T21:15:38.7891700Z (Reading database ... 5%
2025-08-20T21:15:38.7892072Z (Reading database ... 10%
2025-08-20T21:15:38.7892440Z (Reading database ... 15%
2025-08-20T21:15:38.7892946Z (Reading database ... 20%
2025-08-20T21:15:38.7893303Z (Reading database ... 25%
2025-08-20T21:15:38.7893685Z (Reading database ... 30%
2025-08-20T21:15:38.7894035Z (Reading database ... 35%
2025-08-20T21:15:38.7894386Z (Reading database ... 40%
2025-08-20T21:15:38.7894737Z (Reading database ... 45%
2025-08-20T21:15:38.7895079Z (Reading database ... 50%
2025-08-20T21:15:38.7914462Z (Reading database ... 55%
2025-08-20T21:15:38.8004305Z (Reading database ... 60%
2025-08-20T21:15:38.8025099Z (Reading database ... 65%
2025-08-20T21:15:38.8058183Z (Reading database ... 70%
2025-08-20T21:15:38.8082075Z (Reading database ... 75%
2025-08-20T21:15:38.8110766Z (Reading database ... 80%
2025-08-20T21:15:38.8241670Z (Reading database ... 85%
2025-08-20T21:15:38.8328745Z (Reading database ... 90%
2025-08-20T21:15:38.8577243Z (Reading database ... 95%
2025-08-20T21:15:38.8577618Z (Reading database ... 100%
2025-08-20T21:15:38.8578139Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T21:15:38.8617020Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:15:38.8628446Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:15:38.8856244Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:15:38.8984283Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:15:38.8994659Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:15:38.9203288Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:15:38.9334640Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:15:38.9347179Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:15:38.9590496Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:15:38.9718183Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:15:38.9727209Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:15:38.9933904Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:15:39.0061858Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:15:39.0074945Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:15:39.0276595Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:15:39.0403632Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T21:15:39.0482029Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:15:39.0696039Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T21:15:39.0822405Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T21:15:39.0832385Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:15:39.1045922Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:15:39.1171392Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:15:39.1186234Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:15:39.1393421Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T21:15:39.1518026Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T21:15:39.1526650Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:15:39.1776866Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T21:15:39.1901740Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T21:15:39.1910644Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:15:39.2132237Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:15:39.2256129Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:15:39.2270672Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:15:39.2486347Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:15:39.2609240Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:15:39.2621534Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:15:39.2849540Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:15:39.2974665Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:15:39.2988020Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:15:39.3231629Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:15:39.3355838Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:15:39.3367375Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:15:39.3580548Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:15:39.3705545Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:15:39.3717252Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:15:39.3993414Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:15:39.4116688Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:15:39.4129315Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:15:39.4339717Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:15:39.4463375Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:15:39.4478078Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:15:39.4897958Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:15:39.5023346Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:15:39.5035234Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:15:39.5252109Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:15:39.5376742Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:15:39.5390338Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:15:39.5635957Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T21:15:39.5760162Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T21:15:39.5771311Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:15:39.5992599Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T21:15:39.6118609Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T21:15:39.6129656Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:15:39.6549831Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:15:39.6679410Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:15:39.6690710Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:15:39.6946294Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:15:39.7073877Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:15:39.7086682Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:15:39.7314408Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:15:39.7440913Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:15:39.7452375Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:15:39.7665190Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:15:39.7791081Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:15:39.7803340Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:15:39.8011980Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:15:39.8138491Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:15:39.8153730Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:15:39.8378538Z Selecting previously unselected package libwww-perl.
2025-08-20T21:15:39.8505307Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:15:39.8516931Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:15:39.8807895Z Selecting previously unselected package patchutils.
2025-08-20T21:15:39.8934823Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T21:15:39.8944707Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:15:39.9209567Z Selecting previously unselected package wdiff.
2025-08-20T21:15:39.9337041Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T21:15:39.9349210Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:15:39.9606192Z Selecting previously unselected package devscripts.
2025-08-20T21:15:39.9731519Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:15:39.9929654Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:15:40.1088559Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:15:40.1117849Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:15:40.1153394Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:15:40.1186588Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:15:40.1216112Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:15:40.1246846Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:15:40.1287479Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:15:40.1329038Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:15:40.1363635Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:15:40.1401698Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:15:40.1432592Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:15:40.1461430Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:15:40.1535535Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:15:40.1562916Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:15:40.1594838Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:15:40.1624155Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:15:40.1653349Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:15:40.1677748Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:15:40.1709014Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:15:40.1738013Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:15:40.1765127Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:15:40.1794649Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:15:40.1824937Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:15:40.1849418Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:15:40.1877763Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:15:40.1903222Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:15:40.1931872Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:15:40.1965636Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:15:40.2001820Z Setting up devscripts (2.23.7) ...
2025-08-20T21:15:40.3180866Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:15:40.3214467Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:15:45.6934673Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:15:47.1219647Z Reading package lists...
2025-08-20T21:15:47.2611119Z Building dependency tree...
2025-08-20T21:15:47.2619227Z Reading state information...
2025-08-20T21:15:47.4056801Z The following additional packages will be installed:
2025-08-20T21:15:47.4063139Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:15:47.4068248Z Suggested packages:
2025-08-20T21:15:47.4068663Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T21:15:47.4194085Z The following NEW packages will be installed:
2025-08-20T21:15:47.4200119Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:15:47.4363903Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:15:47.4364502Z Need to get 13.6 MB of archives.
2025-08-20T21:15:47.4365074Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T21:15:47.4365721Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:15:47.7703610Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T21:15:47.7958954Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T21:15:47.8224911Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:15:47.9100871Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T21:15:48.4331011Z Fetched 13.6 MB in 1s (17.9 MB/s)
2025-08-20T21:15:48.4525248Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T21:15:48.4581331Z (Reading database ... 
2025-08-20T21:15:48.4581833Z (Reading database ... 5%
2025-08-20T21:15:48.4582223Z (Reading database ... 10%
2025-08-20T21:15:48.4582587Z (Reading database ... 15%
2025-08-20T21:15:48.4583097Z (Reading database ... 20%
2025-08-20T21:15:48.4583455Z (Reading database ... 25%
2025-08-20T21:15:48.4583808Z (Reading database ... 30%
2025-08-20T21:15:48.4584162Z (Reading database ... 35%
2025-08-20T21:15:48.4584545Z (Reading database ... 40%
2025-08-20T21:15:48.4584901Z (Reading database ... 45%
2025-08-20T21:15:48.4585244Z (Reading database ... 50%
2025-08-20T21:15:48.4604168Z (Reading database ... 55%
2025-08-20T21:15:48.4695150Z (Reading database ... 60%
2025-08-20T21:15:48.4716850Z (Reading database ... 65%
2025-08-20T21:15:48.4751034Z (Reading database ... 70%
2025-08-20T21:15:48.4774213Z (Reading database ... 75%
2025-08-20T21:15:48.4805123Z (Reading database ... 80%
2025-08-20T21:15:48.4934370Z (Reading database ... 85%
2025-08-20T21:15:48.5021677Z (Reading database ... 90%
2025-08-20T21:15:48.5267301Z (Reading database ... 95%
2025-08-20T21:15:48.5267700Z (Reading database ... 100%
2025-08-20T21:15:48.5268225Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T21:15:48.5306605Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T21:15:48.5371044Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:15:48.5615579Z Selecting previously unselected package librhash0:amd64.
2025-08-20T21:15:48.5744912Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T21:15:48.5754645Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:15:48.5999498Z Selecting previously unselected package cmake-data.
2025-08-20T21:15:48.6129745Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:15:48.6195435Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:15:49.2216921Z Selecting previously unselected package cmake.
2025-08-20T21:15:49.2366212Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T21:15:49.2378013Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:15:49.4289019Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:15:49.4319118Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:15:49.4352410Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:15:49.4431741Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:15:49.4462030Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:15:53.6662960Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:15:54.2218031Z 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}
2025-08-20T21:15:54.2219207Z Running kernel seems to be up-to-date.
2025-08-20T21:15:54.2219419Z 
2025-08-20T21:15:54.2219511Z Restarting services...
2025-08-20T21:15:54.2275404Z 
2025-08-20T21:15:54.2275751Z Service restarts being deferred:
2025-08-20T21:15:54.2276164Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:15:54.2276542Z 
2025-08-20T21:15:54.2276684Z No containers need to be restarted.
2025-08-20T21:15:54.2276858Z 
2025-08-20T21:15:54.2276980Z No user sessions are running outdated binaries.
2025-08-20T21:15:54.2277186Z 
2025-08-20T21:15:54.2277373Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:15:55.0230416Z Reading package lists...
2025-08-20T21:15:55.1627040Z Building dependency tree...
2025-08-20T21:15:55.1634850Z Reading state information...
2025-08-20T21:15:55.3263649Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:15:55.3264370Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:15:55.3264973Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:15:55.3265494Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:15:55.3266038Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:15:55.3266912Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:15:55.3267656Z ca-certificates is already the newest version (20240203).
2025-08-20T21:15:55.3268401Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:15:55.3269172Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:15:55.3269859Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:15:55.3270575Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:15:55.3271208Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:15:55.3284350Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:15:55.3285612Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:15:55.3286174Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:15:55.3286730Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:15:55.3287279Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:15:55.3287814Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:15:55.3288296Z musl is already the newest version (1.2.4-2).
2025-08-20T21:15:55.3288774Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:15:55.3289281Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:15:55.3289846Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:15:55.3290454Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:15:55.3290970Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:15:55.3291487Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:15:55.3292059Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:15:55.3500840Z Reading package lists...
2025-08-20T21:15:55.4921729Z Building dependency tree...
2025-08-20T21:15:55.4929574Z Reading state information...
2025-08-20T21:15:55.6565387Z autoconf is already the newest version (2.71-3).
2025-08-20T21:15:55.6565816Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:15:55.6566193Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:15:55.6566541Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:15:55.6566886Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:15:55.6567259Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:15:55.6567860Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:15:55.6568204Z ca-certificates is already the newest version (20240203).
2025-08-20T21:15:55.6568538Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:15:55.6568861Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:15:55.6569166Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:15:55.6569494Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:15:55.6569829Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:15:55.6570162Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:15:55.6570503Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:15:55.6570833Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:15:55.6571180Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:15:55.6571609Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:15:55.6572240Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:15:55.6572903Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:15:55.6573457Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:15:55.6574062Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:15:55.6798709Z Reading package lists...
2025-08-20T21:15:55.8200011Z Building dependency tree...
2025-08-20T21:15:55.8207928Z Reading state information...
2025-08-20T21:15:55.9864229Z devscripts is already the newest version (2.23.7).
2025-08-20T21:15:55.9864940Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:15:56.0094934Z Reading package lists...
2025-08-20T21:15:56.1498653Z Building dependency tree...
2025-08-20T21:15:56.1506664Z Reading state information...
2025-08-20T21:15:56.3129560Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:15:56.3130254Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:15:56.3366882Z Reading package lists...
2025-08-20T21:15:56.4775859Z Building dependency tree...
2025-08-20T21:15:56.4784056Z Reading state information...
2025-08-20T21:15:56.6246147Z Suggested packages:
2025-08-20T21:15:56.6246854Z   binutils-doc
2025-08-20T21:15:56.6487350Z The following NEW packages will be installed:
2025-08-20T21:15:56.6493499Z   binutils-aarch64-linux-gnu
2025-08-20T21:15:56.6644216Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:15:56.6863088Z Need to get 3711 kB of archives.
2025-08-20T21:15:56.6863784Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T21:15:56.6864409Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:15:56.7186862Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T21:15:57.0204577Z Fetched 3711 kB in 0s (40.1 MB/s)
2025-08-20T21:15:57.0392936Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T21:15:57.0448742Z (Reading database ... 
2025-08-20T21:15:57.0449168Z (Reading database ... 5%
2025-08-20T21:15:57.0449552Z (Reading database ... 10%
2025-08-20T21:15:57.0449970Z (Reading database ... 15%
2025-08-20T21:15:57.0450315Z (Reading database ... 20%
2025-08-20T21:15:57.0450664Z (Reading database ... 25%
2025-08-20T21:15:57.0450904Z (Reading database ... 30%
2025-08-20T21:15:57.0451119Z (Reading database ... 35%
2025-08-20T21:15:57.0451331Z (Reading database ... 40%
2025-08-20T21:15:57.0451534Z (Reading database ... 45%
2025-08-20T21:15:57.0451741Z (Reading database ... 50%
2025-08-20T21:15:57.0473135Z (Reading database ... 55%
2025-08-20T21:15:57.0571017Z (Reading database ... 60%
2025-08-20T21:15:57.0592322Z (Reading database ... 65%
2025-08-20T21:15:57.0626876Z (Reading database ... 70%
2025-08-20T21:15:57.0650141Z (Reading database ... 75%
2025-08-20T21:15:57.0680862Z (Reading database ... 80%
2025-08-20T21:15:57.0809998Z (Reading database ... 85%
2025-08-20T21:15:57.0897712Z (Reading database ... 90%
2025-08-20T21:15:57.1154260Z (Reading database ... 95%
2025-08-20T21:15:57.1154658Z (Reading database ... 100%
2025-08-20T21:15:57.1155061Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T21:15:57.1193836Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:15:57.1220047Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:15:57.2749317Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:15:57.2779848Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:15:57.2926034Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:16:02.6843964Z Reading package lists...
2025-08-20T21:16:02.8261722Z Building dependency tree...
2025-08-20T21:16:02.8269014Z Reading state information...
2025-08-20T21:16:02.9726491Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:16:02.9727302Z The following additional packages will be installed:
2025-08-20T21:16:02.9727960Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:16:02.9728772Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:16:02.9729732Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:16:02.9730542Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:16:02.9731315Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:16:02.9731938Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:16:02.9732955Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:16:02.9733840Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:16:02.9734588Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:16:02.9735332Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:16:02.9736110Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:16:02.9736934Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:16:02.9738211Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:16:02.9739050Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:16:02.9739893Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:16:02.9740623Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:16:02.9741390Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:16:02.9742057Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:16:02.9742910Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:16:02.9743673Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:16:02.9744495Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:16:02.9745198Z   linux-libc-dev-armhf-cross
2025-08-20T21:16:02.9745625Z Suggested packages:
2025-08-20T21:16:02.9746146Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:16:02.9747015Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T21:16:03.0262104Z The following NEW packages will be installed:
2025-08-20T21:16:03.0262991Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:16:03.0263833Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:16:03.0264758Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:16:03.0265654Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:16:03.0266501Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T21:16:03.0267639Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:16:03.0268340Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:16:03.0269160Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:16:03.0270042Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:16:03.0270816Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:16:03.0271582Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:16:03.0272392Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:16:03.0273402Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:16:03.0274237Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:16:03.0275084Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:16:03.0275898Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:16:03.0276685Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:16:03.0277506Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:16:03.0278325Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:16:03.0279098Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:16:03.0279950Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:16:03.0280781Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:16:03.0281469Z   linux-libc-dev-armhf-cross
2025-08-20T21:16:03.0459794Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:16:03.0460410Z Need to get 171 MB of archives.
2025-08-20T21:16:03.0460986Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T21:16:03.0461682Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:16:03.0784297Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:16:03.0966265Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T21:16:03.2059302Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:16:03.2211293Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:16:03.3296278Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:16:03.3503061Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:16:03.4437847Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T21:16:03.4585462Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T21:16:03.4733210Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T21:16:03.4878744Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:16:03.5030576Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:16:03.5179520Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T21:16:03.5480247Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T21:16:03.5638267Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T21:16:03.5802127Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T21:16:03.5953160Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T21:16:03.6523675Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T21:16:03.6791757Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T21:16:03.6952856Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T21:16:03.7216797Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T21:16:03.7493151Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T21:16:03.7707917Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T21:16:03.7893982Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T21:16:03.8362899Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T21:16:04.0381078Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T21:16:04.0631042Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T21:16:04.1073022Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T21:16:04.1573033Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T21:16:04.2741090Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T21:16:04.3232005Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:16:04.3384970Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:16:04.3536269Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:16:04.3847719Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T21:16:04.4447419Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T21:16:04.4606742Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T21:16:04.4755495Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T21:16:04.5233999Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T21:16:04.5513537Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T21:16:04.5849523Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T21:16:04.6158374Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:16:04.8093555Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:16:04.8434501Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:16:04.8861512Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T21:16:04.9572544Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:16:05.0657063Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T21:16:05.1203382Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:16:05.1565019Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T21:16:05.1742066Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T21:16:05.1903507Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T21:16:05.2311105Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T21:16:05.3405514Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T21:16:05.3680893Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T21:16:05.4143753Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T21:16:05.4481897Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:16:05.6654426Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:16:05.7058453Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:16:05.7475459Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T21:16:05.7963671Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:16:05.9205658Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T21:16:05.9360039Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T21:16:05.9514067Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T21:16:05.9668130Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T21:16:05.9872441Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T21:16:06.0122106Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T21:16:06.3175253Z Fetched 171 MB in 3s (57.3 MB/s)
2025-08-20T21:16:06.3372254Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T21:16:06.3428084Z (Reading database ... 
2025-08-20T21:16:06.3428501Z (Reading database ... 5%
2025-08-20T21:16:06.3428886Z (Reading database ... 10%
2025-08-20T21:16:06.3429266Z (Reading database ... 15%
2025-08-20T21:16:06.3429638Z (Reading database ... 20%
2025-08-20T21:16:06.3430008Z (Reading database ... 25%
2025-08-20T21:16:06.3430376Z (Reading database ... 30%
2025-08-20T21:16:06.3430741Z (Reading database ... 35%
2025-08-20T21:16:06.3431113Z (Reading database ... 40%
2025-08-20T21:16:06.3431491Z (Reading database ... 45%
2025-08-20T21:16:06.3431938Z (Reading database ... 50%
2025-08-20T21:16:06.3451930Z (Reading database ... 55%
2025-08-20T21:16:06.3541826Z (Reading database ... 60%
2025-08-20T21:16:06.3563416Z (Reading database ... 65%
2025-08-20T21:16:06.3597467Z (Reading database ... 70%
2025-08-20T21:16:06.3620574Z (Reading database ... 75%
2025-08-20T21:16:06.3651004Z (Reading database ... 80%
2025-08-20T21:16:06.3779892Z (Reading database ... 85%
2025-08-20T21:16:06.3866357Z (Reading database ... 90%
2025-08-20T21:16:06.4120221Z (Reading database ... 95%
2025-08-20T21:16:06.4120625Z (Reading database ... 100%
2025-08-20T21:16:06.4121056Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T21:16:06.4160250Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:16:06.4170563Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:06.4380570Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T21:16:06.4512158Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:16:06.4542155Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:06.6000640Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T21:16:06.6139365Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:16:06.6153400Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:06.6384751Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:16:06.6523057Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:16:06.6558014Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:06.7866890Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T21:16:06.8006155Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:16:06.8015694Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:06.8219736Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:16:06.8357046Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:16:06.8386724Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:06.9776811Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T21:16:06.9914632Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:16:06.9929009Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:16:07.0142329Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:16:07.0278410Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:16:07.0287854Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:16:07.0486548Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:16:07.0622873Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:16:07.0638386Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:16:07.0837346Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:16:07.0971498Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:07.0982054Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:07.1196578Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:16:07.1329615Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:07.1338002Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:07.1569592Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T21:16:07.1701100Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:16:07.1730646Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:16:07.2104845Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T21:16:07.2235986Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:07.2245195Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:07.2451508Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T21:16:07.2582271Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:07.2592188Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:07.2810401Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T21:16:07.2940970Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:07.2949385Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:07.3153371Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T21:16:07.3282584Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:07.3291442Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:07.3492778Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T21:16:07.3621512Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:07.3633964Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:07.3949495Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T21:16:07.4082302Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:07.4090969Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:07.4340839Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T21:16:07.4471263Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:07.4480623Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:07.4781415Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T21:16:07.4912195Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:07.4921533Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:07.5296297Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T21:16:07.5425532Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:07.5436095Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:07.5684330Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T21:16:07.5813389Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:07.5822874Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:07.6093830Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T21:16:07.6222373Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:07.6235510Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:07.7258810Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T21:16:07.7397506Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:16:07.7428565Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:08.0314478Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T21:16:08.0457107Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:16:08.0468775Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:16:08.2363277Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T21:16:08.2503973Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:16:08.2512956Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:16:08.3803832Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T21:16:08.3944986Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:08.3959881Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:08.6128257Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T21:16:08.6272267Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:16:08.6315183Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:08.7884796Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:16:08.8024846Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:16:08.8047347Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:16:08.8947123Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:16:08.9086819Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:08.9099509Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:08.9318170Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:16:08.9456936Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:08.9469285Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:08.9698485Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:16:08.9835635Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:16:08.9847589Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:16:09.0202434Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:16:09.0340649Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:09.0352036Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:09.0586107Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:16:09.0723690Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:09.0733426Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:09.0957756Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:16:09.1094344Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:09.1103090Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:09.1314989Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:16:09.1450882Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:09.1464172Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:09.2093484Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:16:09.2230644Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:09.2244221Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:09.2541784Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:16:09.2678515Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:09.2688715Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:09.3040518Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:16:09.3173973Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:09.3184486Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:09.3754831Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:16:09.3892020Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:16:09.3948285Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:09.6385992Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:16:09.6527379Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:16:09.6537688Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:16:09.8244015Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:16:09.8387833Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:16:09.8412468Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:16:09.9589822Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:16:09.9730360Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:09.9739365Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:10.1690136Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:16:10.1834665Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:16:10.1865809Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:10.3267490Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:16:10.3409492Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:16:10.3420161Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:16:10.4314778Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:16:10.4456125Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:16:10.4467655Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:16:10.4823418Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:16:10.4965395Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:10.4980196Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:10.5248662Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:16:10.5388734Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:10.5398883Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:10.5618312Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:16:10.5757320Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:10.5767503Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:10.5980935Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:16:10.6116099Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:10.6125770Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:10.6780003Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:16:10.6920089Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:10.6929060Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:10.7220155Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:16:10.7358647Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:10.7383514Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:10.7718574Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:16:10.7854161Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:10.7865354Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:10.8388490Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:16:10.8527833Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:16:10.8584515Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:11.1207300Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:16:11.1347506Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:16:11.1358365Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:16:11.3288050Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:16:11.3432430Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:16:11.3441433Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:16:11.4829052Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:16:11.4972281Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:16:11.4984471Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:11.7011403Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:16:11.7157440Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:16:11.7187357Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:11.8622488Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T21:16:11.8764032Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:16:11.8772353Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:16:11.8979365Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T21:16:11.9119786Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:16:11.9128133Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:16:11.9313487Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:16:11.9453512Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:16:11.9462082Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:16:11.9684361Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:16:11.9823573Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:16:11.9832389Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:16:12.0019544Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:16:12.0155616Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:16:12.0164322Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:16:12.0359729Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:16:12.0489661Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:16:12.0498522Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:16:12.0927453Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:16:12.0953092Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:16:12.0976831Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.0999749Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1023315Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1044173Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:16:12.1066908Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1109735Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:16:12.1132168Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:16:12.1154735Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1177520Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:16:12.1198268Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:16:12.1219498Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1241770Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1265034Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1290029Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:16:12.1311271Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:16:12.1339472Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1361306Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1384306Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1407851Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1431579Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1455095Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1478194Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1501172Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1522984Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1545487Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1580489Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1602243Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1624547Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:16:12.1646669Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1669506Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:16:12.1690903Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1713083Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1843673Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1865622Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:16:12.1889423Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:16:12.1914512Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1937100Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1958312Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.1979716Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.2000828Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.2024444Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:16:12.2047937Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.2073296Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.2093823Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.2115046Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.2138450Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.2159548Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.2182331Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.2227851Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.2269604Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:16:12.2294292Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.2315894Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.2338467Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.2360673Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.2383192Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.2404061Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:16:12.2427328Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:16:12.2448358Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.2470948Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:16:12.2492476Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:16:12.2515879Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:16:12.2544081Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:16:12.2571272Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:16:12.2587117Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:16:12.2672143Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:16:16.5478008Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:16:17.9076717Z Reading package lists...
2025-08-20T21:16:18.0459448Z Building dependency tree...
2025-08-20T21:16:18.0467700Z Reading state information...
2025-08-20T21:16:18.1870652Z The following additional packages will be installed:
2025-08-20T21:16:18.1871639Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:16:18.1875532Z   libpcap0.8-dev
2025-08-20T21:16:18.2141505Z The following NEW packages will be installed:
2025-08-20T21:16:18.2141995Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:16:18.2146784Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:16:18.2297930Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:16:18.2518276Z Need to get 1613 kB of archives.
2025-08-20T21:16:18.2518724Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T21:16:18.2519149Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:16:18.2878682Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T21:16:18.3125515Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T21:16:18.3305852Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T21:16:18.3486882Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T21:16:18.3688119Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T21:16:18.4138160Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T21:16:18.4333718Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:16:18.4488444Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T21:16:18.7019319Z Fetched 1613 kB in 0s (7679 kB/s)
2025-08-20T21:16:18.7222524Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T21:16:18.7281401Z (Reading database ... 
2025-08-20T21:16:18.7281819Z (Reading database ... 5%
2025-08-20T21:16:18.7282126Z (Reading database ... 10%
2025-08-20T21:16:18.7282373Z (Reading database ... 15%
2025-08-20T21:16:18.7282792Z (Reading database ... 20%
2025-08-20T21:16:18.7283112Z (Reading database ... 25%
2025-08-20T21:16:18.7283367Z (Reading database ... 30%
2025-08-20T21:16:18.7283609Z (Reading database ... 35%
2025-08-20T21:16:18.7283845Z (Reading database ... 40%
2025-08-20T21:16:18.7284077Z (Reading database ... 45%
2025-08-20T21:16:18.7284308Z (Reading database ... 50%
2025-08-20T21:16:18.7378350Z (Reading database ... 55%
2025-08-20T21:16:18.7398546Z (Reading database ... 60%
2025-08-20T21:16:18.7420009Z (Reading database ... 65%
2025-08-20T21:16:18.7458943Z (Reading database ... 70%
2025-08-20T21:16:18.7485278Z (Reading database ... 75%
2025-08-20T21:16:18.7513583Z (Reading database ... 80%
2025-08-20T21:16:18.7655148Z (Reading database ... 85%
2025-08-20T21:16:18.7745933Z (Reading database ... 90%
2025-08-20T21:16:18.8010914Z (Reading database ... 95%
2025-08-20T21:16:18.8011284Z (Reading database ... 100%
2025-08-20T21:16:18.8011757Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T21:16:18.8051653Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T21:16:18.8063678Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:16:18.8470888Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:16:18.8610864Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T21:16:18.8627251Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:16:18.8844559Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T21:16:18.8985520Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:16:18.8993803Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:16:18.9444268Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T21:16:18.9583851Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:16:18.9591879Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:16:18.9857333Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T21:16:18.9993531Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T21:16:19.0003107Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:16:19.0710304Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T21:16:19.0845981Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:16:19.0879984Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:16:19.1248611Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T21:16:19.1383432Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:16:19.1394102Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:16:19.1624510Z Selecting previously unselected package pcaputils.
2025-08-20T21:16:19.1758199Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T21:16:19.1789413Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:16:19.2209092Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:16:19.2237820Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:16:19.3922140Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:16:19.3953323Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:16:19.4062426Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:16:19.6974388Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:16:19.6997603Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:16:19.7045975Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:16:19.7192925Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:16:24.3378588Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:16:24.3697375Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:16:24.3734147Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:16:25.7376612Z Reading package lists...
2025-08-20T21:16:25.8789594Z Building dependency tree...
2025-08-20T21:16:25.8797608Z Reading state information...
2025-08-20T21:16:25.9185532Z Reading package lists...
2025-08-20T21:16:26.0640622Z Building dependency tree...
2025-08-20T21:16:26.0648750Z Reading state information...
2025-08-20T21:16:26.2091008Z The following additional packages will be installed:
2025-08-20T21:16:26.2095036Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:16:26.2099813Z Suggested packages:
2025-08-20T21:16:26.2100381Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:16:26.2100982Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:16:26.2247123Z The following NEW packages will be installed:
2025-08-20T21:16:26.2247916Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:16:26.2251449Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:16:26.2416290Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:16:26.2417207Z Need to get 800 kB of archives.
2025-08-20T21:16:26.2417774Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T21:16:26.2418452Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:16:26.2891955Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T21:16:26.3211122Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T21:16:26.3372272Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T21:16:26.3648575Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T21:16:26.4005990Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T21:16:26.4151979Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T21:16:26.4340526Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T21:16:26.4500957Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T21:16:26.4648737Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:16:26.7186763Z Fetched 800 kB in 0s (3425 kB/s)
2025-08-20T21:16:26.7380929Z Selecting previously unselected package liblz1:amd64.
2025-08-20T21:16:26.7440792Z (Reading database ... 
2025-08-20T21:16:26.7441227Z (Reading database ... 5%
2025-08-20T21:16:26.7441625Z (Reading database ... 10%
2025-08-20T21:16:26.7442013Z (Reading database ... 15%
2025-08-20T21:16:26.7442827Z (Reading database ... 20%
2025-08-20T21:16:26.7443243Z (Reading database ... 25%
2025-08-20T21:16:26.7443625Z (Reading database ... 30%
2025-08-20T21:16:26.7443994Z (Reading database ... 35%
2025-08-20T21:16:26.7444388Z (Reading database ... 40%
2025-08-20T21:16:26.7444760Z (Reading database ... 45%
2025-08-20T21:16:26.7445130Z (Reading database ... 50%
2025-08-20T21:16:26.7540594Z (Reading database ... 55%
2025-08-20T21:16:26.7560877Z (Reading database ... 60%
2025-08-20T21:16:26.7581637Z (Reading database ... 65%
2025-08-20T21:16:26.7620306Z (Reading database ... 70%
2025-08-20T21:16:26.7647433Z (Reading database ... 75%
2025-08-20T21:16:26.7675408Z (Reading database ... 80%
2025-08-20T21:16:26.7817811Z (Reading database ... 85%
2025-08-20T21:16:26.7908020Z (Reading database ... 90%
2025-08-20T21:16:26.8169770Z (Reading database ... 95%
2025-08-20T21:16:26.8170166Z (Reading database ... 100%
2025-08-20T21:16:26.8170736Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T21:16:26.8210419Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T21:16:26.8229013Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T21:16:26.8447152Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T21:16:26.8582601Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T21:16:26.8592030Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:16:26.8814663Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T21:16:26.8952136Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T21:16:26.8963147Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:16:26.9771343Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T21:16:26.9914750Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T21:16:26.9925067Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:16:27.0180068Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T21:16:27.0320838Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T21:16:27.0334651Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:16:27.0567586Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T21:16:27.0705192Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T21:16:27.0735205Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:16:27.1013231Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T21:16:27.1151693Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T21:16:27.1161842Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:16:27.1410024Z Selecting previously unselected package lzma.
2025-08-20T21:16:27.1544993Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T21:16:27.1556735Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:16:27.1813904Z Selecting previously unselected package lzma-dev.
2025-08-20T21:16:27.1949680Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:16:27.1959787Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:16:27.2405812Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T21:16:27.2445089Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:16:27.2474762Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:16:27.2501586Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:16:27.2527542Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:16:27.2599397Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:16:27.2630218Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:16:27.2657045Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:16:27.2689990Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:16:27.2720450Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:16:27.2746675Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:16:27.2890703Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:16:31.6155835Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:16:32.2489567Z 
2025-08-20T21:16:32.2490146Z Running kernel seems to be up-to-date.
2025-08-20T21:16:32.2490529Z 
2025-08-20T21:16:32.2490681Z Restarting services...
2025-08-20T21:16:32.2548564Z 
2025-08-20T21:16:32.2549013Z Service restarts being deferred:
2025-08-20T21:16:32.2549533Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:16:32.2549905Z 
2025-08-20T21:16:32.2550059Z No containers need to be restarted.
2025-08-20T21:16:32.2550352Z 
2025-08-20T21:16:32.2550545Z No user sessions are running outdated binaries.
2025-08-20T21:16:32.2550756Z 
2025-08-20T21:16:32.2550942Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:16:33.0532444Z Reading package lists...
2025-08-20T21:16:33.1953177Z Building dependency tree...
2025-08-20T21:16:33.1962554Z Reading state information...
2025-08-20T21:16:33.3824614Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:16:33.3825393Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:16:33.3826128Z inetutils-telnet set to manually installed.
2025-08-20T21:16:33.3826745Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:16:33.3827377Z The following additional packages will be installed:
2025-08-20T21:16:33.3827940Z   tcpd update-inetd
2025-08-20T21:16:33.3971633Z The following packages will be REMOVED:
2025-08-20T21:16:33.3977934Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:16:33.3978988Z The following NEW packages will be installed:
2025-08-20T21:16:33.3979632Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:16:33.3980405Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:16:33.3985921Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:16:33.4152576Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T21:16:33.4153474Z Need to get 698 kB of archives.
2025-08-20T21:16:33.4154041Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T21:16:33.4155007Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:16:33.5287315Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T21:16:33.5470664Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T21:16:33.5642455Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:16:33.5816498Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T21:16:33.5982213Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T21:16:33.6216742Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T21:16:33.6395495Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T21:16:33.6562250Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T21:16:33.6862084Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T21:16:33.7010963Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T21:16:33.7169206Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T21:16:33.7329812Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T21:16:33.7486891Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T21:16:33.9705737Z Preconfiguring packages ...
2025-08-20T21:16:34.0677392Z Fetched 698 kB in 0s (2027 kB/s)
2025-08-20T21:16:34.0875189Z (Reading database ... 
2025-08-20T21:16:34.0876005Z (Reading database ... 5%
2025-08-20T21:16:34.0876557Z (Reading database ... 10%
2025-08-20T21:16:34.0876928Z (Reading database ... 15%
2025-08-20T21:16:34.0877337Z (Reading database ... 20%
2025-08-20T21:16:34.0877589Z (Reading database ... 25%
2025-08-20T21:16:34.0877841Z (Reading database ... 30%
2025-08-20T21:16:34.0878084Z (Reading database ... 35%
2025-08-20T21:16:34.0878329Z (Reading database ... 40%
2025-08-20T21:16:34.0878567Z (Reading database ... 45%
2025-08-20T21:16:34.0878804Z (Reading database ... 50%
2025-08-20T21:16:34.0902889Z (Reading database ... 55%
2025-08-20T21:16:34.1003324Z (Reading database ... 60%
2025-08-20T21:16:34.1025410Z (Reading database ... 65%
2025-08-20T21:16:34.1065783Z (Reading database ... 70%
2025-08-20T21:16:34.1092556Z (Reading database ... 75%
2025-08-20T21:16:34.1123207Z (Reading database ... 80%
2025-08-20T21:16:34.1267617Z (Reading database ... 85%
2025-08-20T21:16:34.1359210Z (Reading database ... 90%
2025-08-20T21:16:34.1624779Z (Reading database ... 95%
2025-08-20T21:16:34.1625367Z (Reading database ... 100%
2025-08-20T21:16:34.1626018Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T21:16:34.1665916Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:16:34.1836042Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:16:34.2021375Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:16:34.5592571Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:16:34.5651185Z (Reading database ... 
2025-08-20T21:16:34.5651705Z (Reading database ... 5%
2025-08-20T21:16:34.5652099Z (Reading database ... 10%
2025-08-20T21:16:34.5652479Z (Reading database ... 15%
2025-08-20T21:16:34.5652995Z (Reading database ... 20%
2025-08-20T21:16:34.5653391Z (Reading database ... 25%
2025-08-20T21:16:34.5653703Z (Reading database ... 30%
2025-08-20T21:16:34.5653932Z (Reading database ... 35%
2025-08-20T21:16:34.5654159Z (Reading database ... 40%
2025-08-20T21:16:34.5654610Z (Reading database ... 45%
2025-08-20T21:16:34.5654837Z (Reading database ... 50%
2025-08-20T21:16:34.5674084Z (Reading database ... 55%
2025-08-20T21:16:34.5765753Z (Reading database ... 60%
2025-08-20T21:16:34.5786929Z (Reading database ... 65%
2025-08-20T21:16:34.5825577Z (Reading database ... 70%
2025-08-20T21:16:34.5851895Z (Reading database ... 75%
2025-08-20T21:16:34.5881660Z (Reading database ... 80%
2025-08-20T21:16:34.6024101Z (Reading database ... 85%
2025-08-20T21:16:34.6117116Z (Reading database ... 90%
2025-08-20T21:16:34.6392434Z (Reading database ... 95%
2025-08-20T21:16:34.6393075Z (Reading database ... 100%
2025-08-20T21:16:34.6393522Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T21:16:34.6434991Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:16:34.6472592Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:16:34.6707084Z Selecting previously unselected package tcpd.
2025-08-20T21:16:34.6843100Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T21:16:34.6853399Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:16:34.7085557Z Selecting previously unselected package update-inetd.
2025-08-20T21:16:34.7220008Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:16:34.7228656Z Unpacking update-inetd (4.53) ...
2025-08-20T21:16:34.7456257Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:16:34.7589586Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:16:34.7637459Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:16:34.7861223Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:16:34.7994946Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:16:34.8004379Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:16:34.8237210Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:16:34.8372955Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:16:34.8381097Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:16:34.8624987Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:16:34.8756909Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:16:34.8764834Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:16:34.8985906Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:16:34.9117828Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:16:34.9126341Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:16:34.9347954Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:16:34.9477133Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:16:34.9485542Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:16:34.9699726Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:16:34.9830875Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:16:34.9843741Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:16:35.0058775Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:16:35.0190271Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:16:35.0200193Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:16:35.0445547Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:16:35.0580206Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T21:16:35.0590675Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:16:35.0885066Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:16:35.1018637Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:16:35.1032480Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:16:35.1445748Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:16:35.1537706Z Setting up update-inetd (4.53) ...
2025-08-20T21:16:35.2415503Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:16:35.2483616Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:16:35.2506388Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:16:35.6680115Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:16:35.6680563Z 
2025-08-20T21:16:35.6680692Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:16:35.6680899Z 
2025-08-20T21:16:35.6681273Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:16:35.6681658Z 
2025-08-20T21:16:35.6682193Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:16:35.6682850Z 
2025-08-20T21:16:35.9619739Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:16:35.9728230Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:16:35.9794204Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:16:35.9817670Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:16:35.9857600Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:16:35.9890371Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:16:35.9920988Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:16:36.3793885Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:16:36.3794326Z 
2025-08-20T21:16:36.3795072Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:16:36.3796051Z 
2025-08-20T21:16:36.6768057Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:16:36.7680239Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:16:36.8470508Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:16:36.9116807Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:16:43.0116850Z Reading package lists...
2025-08-20T21:16:43.1568863Z Building dependency tree...
2025-08-20T21:16:43.1577122Z Reading state information...
2025-08-20T21:16:43.3613782Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T21:16:43.3614573Z iputils-tracepath set to manually installed.
2025-08-20T21:16:43.3615139Z The following packages will be REMOVED:
2025-08-20T21:16:43.3620412Z   inetutils-ping
2025-08-20T21:16:43.3621761Z The following NEW packages will be installed:
2025-08-20T21:16:43.3628462Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:16:43.3794728Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T21:16:43.3795305Z Need to get 71.5 kB of archives.
2025-08-20T21:16:43.3795649Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T21:16:43.3796038Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:16:43.4126979Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:16:43.4296238Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T21:16:43.4446635Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T21:16:43.7196844Z Fetched 71.5 kB in 0s (951 kB/s)
2025-08-20T21:16:43.7381318Z (Reading database ... 
2025-08-20T21:16:43.7382334Z (Reading database ... 5%
2025-08-20T21:16:43.7382914Z (Reading database ... 10%
2025-08-20T21:16:43.7383368Z (Reading database ... 15%
2025-08-20T21:16:43.7383740Z (Reading database ... 20%
2025-08-20T21:16:43.7384098Z (Reading database ... 25%
2025-08-20T21:16:43.7384453Z (Reading database ... 30%
2025-08-20T21:16:43.7385097Z (Reading database ... 35%
2025-08-20T21:16:43.7385457Z (Reading database ... 40%
2025-08-20T21:16:43.7385816Z (Reading database ... 45%
2025-08-20T21:16:43.7386161Z (Reading database ... 50%
2025-08-20T21:16:43.7465394Z (Reading database ... 55%
2025-08-20T21:16:43.7499593Z (Reading database ... 60%
2025-08-20T21:16:43.7521493Z (Reading database ... 65%
2025-08-20T21:16:43.7561838Z (Reading database ... 70%
2025-08-20T21:16:43.7590370Z (Reading database ... 75%
2025-08-20T21:16:43.7619871Z (Reading database ... 80%
2025-08-20T21:16:43.7764639Z (Reading database ... 85%
2025-08-20T21:16:43.7857598Z (Reading database ... 90%
2025-08-20T21:16:43.8125373Z (Reading database ... 95%
2025-08-20T21:16:43.8125847Z (Reading database ... 100%
2025-08-20T21:16:43.8126527Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T21:16:43.8165146Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:16:43.8625897Z Selecting previously unselected package iputils-ping.
2025-08-20T21:16:43.8685656Z (Reading database ... 
2025-08-20T21:16:43.8686033Z (Reading database ... 5%
2025-08-20T21:16:43.8686403Z (Reading database ... 10%
2025-08-20T21:16:43.8686760Z (Reading database ... 15%
2025-08-20T21:16:43.8687140Z (Reading database ... 20%
2025-08-20T21:16:43.8687471Z (Reading database ... 25%
2025-08-20T21:16:43.8687828Z (Reading database ... 30%
2025-08-20T21:16:43.8688186Z (Reading database ... 35%
2025-08-20T21:16:43.8688543Z (Reading database ... 40%
2025-08-20T21:16:43.8688897Z (Reading database ... 45%
2025-08-20T21:16:43.8689253Z (Reading database ... 50%
2025-08-20T21:16:43.8772409Z (Reading database ... 55%
2025-08-20T21:16:43.8809154Z (Reading database ... 60%
2025-08-20T21:16:43.8831263Z (Reading database ... 65%
2025-08-20T21:16:43.8871262Z (Reading database ... 70%
2025-08-20T21:16:43.8899827Z (Reading database ... 75%
2025-08-20T21:16:43.8927933Z (Reading database ... 80%
2025-08-20T21:16:43.9070130Z (Reading database ... 85%
2025-08-20T21:16:43.9160364Z (Reading database ... 90%
2025-08-20T21:16:43.9420872Z (Reading database ... 95%
2025-08-20T21:16:43.9421271Z (Reading database ... 100%
2025-08-20T21:16:43.9421716Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T21:16:43.9461181Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:16:43.9473586Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:16:43.9725103Z Selecting previously unselected package iputils-arping.
2025-08-20T21:16:43.9861819Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:16:43.9871232Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:16:44.0100136Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:16:44.0236660Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:16:44.0249027Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:16:44.0667701Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:16:44.0827321Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:16:44.0981872Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:16:44.1170773Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:16:49.9484010Z Reading package lists...
2025-08-20T21:16:50.0984083Z Building dependency tree...
2025-08-20T21:16:50.0992079Z Reading state information...
2025-08-20T21:16:50.2436151Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T21:16:50.2436643Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:16:50.2779775Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:16:51.1760890Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:16:51.5651247Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:16:52.4798219Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:16:52.5821843Z Collecting pip
2025-08-20T21:16:52.6290277Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:16:52.6369329Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:16:52.6820842Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 40.5 MB/s eta 0:00:00
2025-08-20T21:16:52.9450708Z Installing collected packages: pip
2025-08-20T21:16:53.6718779Z Successfully installed pip-25.2
2025-08-20T21:16:53.8785065Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:16:53.9192210Z Reading package lists...
2025-08-20T21:16:54.0618256Z Building dependency tree...
2025-08-20T21:16:54.0626533Z Reading state information...
2025-08-20T21:16:54.2059768Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:16:54.2060281Z pciutils set to manually installed.
2025-08-20T21:16:54.2060779Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:16:54.2061410Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:16:54.2061900Z python3-distro set to manually installed.
2025-08-20T21:16:54.2062366Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:16:54.2063061Z python3-netifaces set to manually installed.
2025-08-20T21:16:54.2063470Z The following additional packages will be installed:
2025-08-20T21:16:54.2063851Z   libsysfs2
2025-08-20T21:16:54.2067277Z Suggested packages:
2025-08-20T21:16:54.2067589Z   fancontrol read-edid i2c-tools
2025-08-20T21:16:54.2307132Z The following NEW packages will be installed:
2025-08-20T21:16:54.2309581Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:16:54.2460565Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:16:54.2678919Z Need to get 142 kB of archives.
2025-08-20T21:16:54.2679760Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T21:16:54.2680185Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:16:54.3015027Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T21:16:54.3225657Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T21:16:54.3371674Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T21:16:54.3539160Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T21:16:54.6055340Z Fetched 142 kB in 0s (1468 kB/s)
2025-08-20T21:16:54.6271373Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T21:16:54.6331209Z (Reading database ... 
2025-08-20T21:16:54.6331931Z (Reading database ... 5%
2025-08-20T21:16:54.6332314Z (Reading database ... 10%
2025-08-20T21:16:54.6332891Z (Reading database ... 15%
2025-08-20T21:16:54.6333267Z (Reading database ... 20%
2025-08-20T21:16:54.6333617Z (Reading database ... 25%
2025-08-20T21:16:54.6333974Z (Reading database ... 30%
2025-08-20T21:16:54.6334340Z (Reading database ... 35%
2025-08-20T21:16:54.6334692Z (Reading database ... 40%
2025-08-20T21:16:54.6335040Z (Reading database ... 45%
2025-08-20T21:16:54.6335386Z (Reading database ... 50%
2025-08-20T21:16:54.6414189Z (Reading database ... 55%
2025-08-20T21:16:54.6448854Z (Reading database ... 60%
2025-08-20T21:16:54.6471048Z (Reading database ... 65%
2025-08-20T21:16:54.6511009Z (Reading database ... 70%
2025-08-20T21:16:54.6539109Z (Reading database ... 75%
2025-08-20T21:16:54.6567756Z (Reading database ... 80%
2025-08-20T21:16:54.6711126Z (Reading database ... 85%
2025-08-20T21:16:54.6802434Z (Reading database ... 90%
2025-08-20T21:16:54.7072808Z (Reading database ... 95%
2025-08-20T21:16:54.7073223Z (Reading database ... 100%
2025-08-20T21:16:54.7073783Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T21:16:54.7113887Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T21:16:54.7143430Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:16:54.7395652Z Selecting previously unselected package sysfsutils.
2025-08-20T21:16:54.7532777Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T21:16:54.7568043Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:16:54.7846623Z Selecting previously unselected package lm-sensors.
2025-08-20T21:16:54.7983896Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T21:16:54.8177276Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:16:54.8449408Z Selecting previously unselected package virt-what.
2025-08-20T21:16:54.8588271Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T21:16:54.8598159Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:16:54.9017351Z Setting up virt-what (1.25-2) ...
2025-08-20T21:16:54.9046705Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:16:54.9077651Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:16:55.2954780Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:16:55.2955492Z 
2025-08-20T21:16:55.2956313Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:16:55.2956896Z 
2025-08-20T21:16:55.5993519Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:16:55.9818901Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:16:55.9819771Z 
2025-08-20T21:16:55.9858149Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:17:00.6038531Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:17:01.9769355Z Reading package lists...
2025-08-20T21:17:02.1172391Z Building dependency tree...
2025-08-20T21:17:02.1181005Z Reading state information...
2025-08-20T21:17:02.2569813Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:17:02.2570591Z The following additional packages will be installed:
2025-08-20T21:17:02.2574806Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:17:02.2575642Z   xorg-sgml-doctools
2025-08-20T21:17:02.2580687Z Suggested packages:
2025-08-20T21:17:02.2581045Z   libxcb-doc
2025-08-20T21:17:02.2720275Z The following NEW packages will be installed:
2025-08-20T21:17:02.2721758Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:17:02.2724270Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:17:02.2724922Z   xcb xorg-sgml-doctools
2025-08-20T21:17:02.2888309Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:17:02.2888867Z Need to get 807 kB of archives.
2025-08-20T21:17:02.2889254Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T21:17:02.2889676Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:17:02.3350373Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T21:17:02.3516796Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T21:17:02.3665794Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:17:02.3947069Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T21:17:02.4094644Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T21:17:02.4246682Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T21:17:02.4402010Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T21:17:02.4550490Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T21:17:02.4720409Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T21:17:02.4864175Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T21:17:02.5054526Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T21:17:02.7585661Z Fetched 807 kB in 0s (3559 kB/s)
2025-08-20T21:17:02.7783427Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T21:17:02.7843792Z (Reading database ... 
2025-08-20T21:17:02.7844167Z (Reading database ... 5%
2025-08-20T21:17:02.7844508Z (Reading database ... 10%
2025-08-20T21:17:02.7844886Z (Reading database ... 15%
2025-08-20T21:17:02.7845264Z (Reading database ... 20%
2025-08-20T21:17:02.7845638Z (Reading database ... 25%
2025-08-20T21:17:02.7846030Z (Reading database ... 30%
2025-08-20T21:17:02.7846381Z (Reading database ... 35%
2025-08-20T21:17:02.7846741Z (Reading database ... 40%
2025-08-20T21:17:02.7847096Z (Reading database ... 45%
2025-08-20T21:17:02.7847474Z (Reading database ... 50%
2025-08-20T21:17:02.7941454Z (Reading database ... 55%
2025-08-20T21:17:02.7961729Z (Reading database ... 60%
2025-08-20T21:17:02.7983932Z (Reading database ... 65%
2025-08-20T21:17:02.8024792Z (Reading database ... 70%
2025-08-20T21:17:02.8052481Z (Reading database ... 75%
2025-08-20T21:17:02.8081081Z (Reading database ... 80%
2025-08-20T21:17:02.8228315Z (Reading database ... 85%
2025-08-20T21:17:02.8321149Z (Reading database ... 90%
2025-08-20T21:17:02.8589289Z (Reading database ... 95%
2025-08-20T21:17:02.8589706Z (Reading database ... 100%
2025-08-20T21:17:02.8590132Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T21:17:02.8630648Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T21:17:02.8642193Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:17:02.8873152Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:17:02.9008782Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:17:02.9024255Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:17:02.9290680Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:17:02.9424990Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:17:02.9435018Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:17:03.0033416Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T21:17:03.0171289Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T21:17:03.0181358Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:17:03.0416849Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T21:17:03.0553352Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T21:17:03.0565668Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:17:03.0797562Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T21:17:03.0933446Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:17:03.0942339Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:17:03.1197114Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T21:17:03.1335830Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:17:03.1345035Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:17:03.1575346Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T21:17:03.1712036Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:17:03.1729755Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:17:03.1954165Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T21:17:03.2087416Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:17:03.2095852Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:17:03.2316984Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T21:17:03.2453196Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:17:03.2460740Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:17:03.2676950Z Selecting previously unselected package xcb.
2025-08-20T21:17:03.2812973Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T21:17:03.2821835Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:17:03.3249301Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:17:03.3280555Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:17:03.3311228Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:17:03.3363773Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:17:03.3421448Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:17:03.3580234Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:17:07.7973959Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:17:07.8073940Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:17:07.8106813Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:17:07.8136457Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:17:07.8172794Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:17:07.8205810Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:17:07.8237426Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:17:07.8273736Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:17:09.3996232Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:17:10.0216198Z Collecting build
2025-08-20T21:17:10.0540415Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:17:10.1536746Z Collecting cffi
2025-08-20T21:17:10.1570835Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:17:10.1699321Z Collecting scons
2025-08-20T21:17:10.1744724Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:17:10.1889720Z Collecting scuba
2025-08-20T21:17:10.1937204Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:17:10.2349628Z Collecting pytest
2025-08-20T21:17:10.2386326Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:17:10.2566702Z Collecting packaging>=19.1 (from build)
2025-08-20T21:17:10.2601754Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:17:10.2700771Z Collecting pyproject_hooks (from build)
2025-08-20T21:17:10.2733641Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:17:10.2832548Z Collecting pycparser (from cffi)
2025-08-20T21:17:10.2865982Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:17:10.3178407Z Collecting PyYAML (from scuba)
2025-08-20T21:17:10.3215378Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:17:10.3314975Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:17:10.3347739Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:17:10.3517685Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:17:10.3549374Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:17:10.3740528Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:17:10.3774304Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:17:10.3874171Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:17:10.3927024Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:17:10.4121282Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:17:10.4418531Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 142.8 MB/s  0:00:00
2025-08-20T21:17:10.4458499Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:17:10.4539558Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:17:10.4639132Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:17:10.4696064Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:17:10.4748216Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:17:10.4808690Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:17:10.4899411Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 143.0 MB/s  0:00:00
2025-08-20T21:17:10.4934001Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:17:10.4994099Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:17:10.5045946Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:17:10.5114162Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 109.4 MB/s  0:00:00
2025-08-20T21:17:10.6225287Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:17:12.3136533Z 
2025-08-20T21:17:12.3153966Z 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:17:12.6179371Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:17:13.0008469Z Collecting ansi2txt
2025-08-20T21:17:13.0342962Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:17:13.0553591Z Collecting pipx
2025-08-20T21:17:13.0587761Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:17:13.0747641Z Collecting scons
2025-08-20T21:17:13.0763142Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:17:13.0853322Z Collecting py2static
2025-08-20T21:17:13.0916845Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:17:13.1092386Z Collecting typer
2025-08-20T21:17:13.1130198Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:17:13.1414136Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:17:13.1449204Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:17:13.1630119Z Collecting packaging>=20 (from pipx)
2025-08-20T21:17:13.1640307Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:17:13.1800140Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:17:13.1836612Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:17:13.1970180Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:17:13.2009817Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:17:13.2422960Z Collecting pyinstaller (from py2static)
2025-08-20T21:17:13.2467691Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:17:13.2628047Z Collecting staticx (from py2static)
2025-08-20T21:17:13.2671449Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:17:13.2848214Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:17:13.2883844Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:17:13.3146811Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:17:13.3184347Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:17:13.3331177Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:17:13.3364366Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:17:13.3728314Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:17:13.3767144Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:17:13.3958723Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:17:13.4000126Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:17:13.4220699Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:17:13.4230931Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:17:13.4326099Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:17:13.4361565Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:17:13.5459817Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:17:13.5497911Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:17:13.5678546Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:17:13.5714390Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:17:13.5916394Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:17:13.5958400Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:17:13.6128477Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:17:13.6172887Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:17:13.6259952Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:17:13.6323032Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:17:13.6374582Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:17:13.6458395Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:17:13.6536720Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:17:13.6595199Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:17:13.6654452Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:17:13.6690618Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:17:13.6726945Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:17:13.6779656Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:17:13.6831074Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:17:13.6876661Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:17:13.6934560Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:17:13.6992792Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:17:13.7053093Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:17:13.7112212Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:17:13.7185929Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:17:13.7266662Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 84.9 MB/s  0:00:00
2025-08-20T21:17:13.7354362Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:17:13.7445325Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:17:13.7531198Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 155.1 MB/s  0:00:00
2025-08-20T21:17:13.7596734Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:17:13.7688488Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:17:13.7759132Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:17:13.9265121Z 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:17:14.8037308Z   Attempting uninstall: scons
2025-08-20T21:17:14.8121711Z     Found existing installation: SCons 4.9.1
2025-08-20T21:17:14.8501814Z     Uninstalling SCons-4.9.1:
2025-08-20T21:17:14.8574056Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:17:15.4676786Z   Attempting uninstall: pygments
2025-08-20T21:17:15.4758121Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:17:15.4990497Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:17:15.5017010Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:17:16.1294583Z   Attempting uninstall: packaging
2025-08-20T21:17:16.1374396Z     Found existing installation: packaging 25.0
2025-08-20T21:17:16.1398977Z     Uninstalling packaging-25.0:
2025-08-20T21:17:16.1406838Z       Successfully uninstalled packaging-25.0
2025-08-20T21:17:17.1327791Z 
2025-08-20T21:17:17.1356243Z 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:17:17.4424127Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:17:17.6097221Z Collecting build
2025-08-20T21:17:17.6108063Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:17:17.6964582Z Collecting cffi
2025-08-20T21:17:17.6975619Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:17:17.7081943Z Collecting scons
2025-08-20T21:17:17.7092029Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:17:17.7230948Z Collecting scuba
2025-08-20T21:17:17.7241212Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:17:17.7636591Z Collecting pytest
2025-08-20T21:17:17.7647341Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:17:17.7801303Z Collecting packaging>=19.1 (from build)
2025-08-20T21:17:17.7811521Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:17:17.7890524Z Collecting pyproject_hooks (from build)
2025-08-20T21:17:17.7900632Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:17:17.7980174Z Collecting pycparser (from cffi)
2025-08-20T21:17:17.7990606Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:17:17.8348812Z Collecting PyYAML (from scuba)
2025-08-20T21:17:17.8359844Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:17:17.8437626Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:17:17.8447911Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:17:17.8576908Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:17:17.8587100Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:17:17.8752263Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:17:17.8762989Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:17:17.8819551Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:17:17.8829778Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:17:17.8843012Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:17:17.8883223Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:17:17.8895386Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:17:17.8907568Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:17:17.8917396Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:17:17.8926879Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:17:17.8936775Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:17:17.8955334Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:17:17.8965876Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:17:17.8975609Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:17:18.0205355Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:17:18.0210630Z   Attempting uninstall: scons
2025-08-20T21:17:18.0294523Z     Found existing installation: SCons 4.9.1
2025-08-20T21:17:18.0669975Z     Uninstalling SCons-4.9.1:
2025-08-20T21:17:18.0741933Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:17:18.6854520Z   Attempting uninstall: PyYAML
2025-08-20T21:17:18.6942081Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:17:18.6971978Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:17:18.6981315Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:17:18.7548425Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:17:18.7631007Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:17:18.7647940Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:17:18.7654811Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:17:18.7742182Z   Attempting uninstall: pygments
2025-08-20T21:17:18.7819986Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:17:18.8044697Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:17:18.8071268Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:17:19.4058384Z   Attempting uninstall: pycparser
2025-08-20T21:17:19.4145242Z     Found existing installation: pycparser 2.22
2025-08-20T21:17:19.4173132Z     Uninstalling pycparser-2.22:
2025-08-20T21:17:19.4180611Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:17:19.5360811Z   Attempting uninstall: pluggy
2025-08-20T21:17:19.5447466Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:17:19.5469544Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:17:19.5479555Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:17:19.5638919Z   Attempting uninstall: packaging
2025-08-20T21:17:19.5718603Z     Found existing installation: packaging 25.0
2025-08-20T21:17:19.5743075Z     Uninstalling packaging-25.0:
2025-08-20T21:17:19.5750223Z       Successfully uninstalled packaging-25.0
2025-08-20T21:17:19.6134387Z   Attempting uninstall: iniconfig
2025-08-20T21:17:19.6217401Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:17:19.6233675Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:17:19.6240597Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:17:19.6310004Z   Attempting uninstall: scuba
2025-08-20T21:17:19.6389256Z     Found existing installation: scuba 2.14.1
2025-08-20T21:17:19.6410857Z     Uninstalling scuba-2.14.1:
2025-08-20T21:17:19.6420418Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:17:19.6609884Z   Attempting uninstall: pytest
2025-08-20T21:17:19.6691641Z     Found existing installation: pytest 8.4.1
2025-08-20T21:17:19.6757241Z     Uninstalling pytest-8.4.1:
2025-08-20T21:17:19.7013847Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:17:19.9236941Z   Attempting uninstall: cffi
2025-08-20T21:17:19.9314985Z     Found existing installation: cffi 1.17.1
2025-08-20T21:17:19.9339574Z     Uninstalling cffi-1.17.1:
2025-08-20T21:17:19.9572109Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:17:20.0277397Z   Attempting uninstall: build
2025-08-20T21:17:20.0354878Z     Found existing installation: build 1.3.0
2025-08-20T21:17:20.0378849Z     Uninstalling build-1.3.0:
2025-08-20T21:17:20.0388335Z       Successfully uninstalled build-1.3.0
2025-08-20T21:17:20.0584710Z 
2025-08-20T21:17:20.0611669Z 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:17:20.3690831Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:17:20.5406380Z Collecting ansi2txt
2025-08-20T21:17:20.5417428Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:17:20.5594526Z Collecting pipx
2025-08-20T21:17:20.5605063Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:17:20.5727895Z Collecting scons
2025-08-20T21:17:20.5743055Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:17:20.5830458Z Collecting py2static
2025-08-20T21:17:20.5840521Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:17:20.5985515Z Collecting typer
2025-08-20T21:17:20.5995679Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:17:20.6222255Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:17:20.6232473Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:17:20.6380348Z Collecting packaging>=20 (from pipx)
2025-08-20T21:17:20.6390374Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:17:20.6539727Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:17:20.6549817Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:17:20.6656444Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:17:20.6666596Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:17:20.7018518Z Collecting pyinstaller (from py2static)
2025-08-20T21:17:20.7029514Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:17:20.7174289Z Collecting staticx (from py2static)
2025-08-20T21:17:20.7184185Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:17:20.7328076Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:17:20.7338215Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:17:20.7575485Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:17:20.7585720Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:17:20.7689403Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:17:20.7699574Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:17:20.8033324Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:17:20.8043274Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:17:20.8195683Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:17:20.8206258Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:17:20.8403442Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:17:20.8413172Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:17:20.8499307Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:17:20.8509328Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:17:20.9577088Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:17:20.9587521Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:17:20.9742171Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:17:20.9752315Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:17:20.9915029Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:17:20.9925141Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:17:21.0069691Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:17:21.0079806Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:17:21.0117072Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:17:21.0126696Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:17:21.0136932Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:17:21.0177559Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:17:21.0186945Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:17:21.0196780Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:17:21.0206628Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:17:21.0216936Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:17:21.0226894Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:17:21.0236513Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:17:21.0247571Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:17:21.0266173Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:17:21.0276216Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:17:21.0285718Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:17:21.0295273Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:17:21.0304964Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:17:21.0314519Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:17:21.0329564Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:17:21.0342119Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:17:21.0360397Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:17:21.0370040Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:17:21.0380461Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:17:21.1858464Z 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:17:21.1861831Z   Attempting uninstall: pyelftools
2025-08-20T21:17:21.1941497Z     Found existing installation: pyelftools 0.32
2025-08-20T21:17:21.1991462Z     Uninstalling pyelftools-0.32:
2025-08-20T21:17:21.2006678Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:17:21.3104419Z   Attempting uninstall: altgraph
2025-08-20T21:17:21.3189766Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:17:21.3208161Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:17:21.3214587Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:17:21.3350656Z   Attempting uninstall: typing-extensions
2025-08-20T21:17:21.3437196Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:17:21.3451189Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:17:21.3691137Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:17:21.3934958Z   Attempting uninstall: staticx
2025-08-20T21:17:21.4019272Z     Found existing installation: staticx 0.14.1
2025-08-20T21:17:21.4044780Z     Uninstalling staticx-0.14.1:
2025-08-20T21:17:21.4054956Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:17:21.4250739Z   Attempting uninstall: shellingham
2025-08-20T21:17:21.4332488Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:17:21.4350806Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:17:21.4357540Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:17:21.4445694Z   Attempting uninstall: setuptools
2025-08-20T21:17:21.4531792Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:17:21.4815190Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:17:21.5089890Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:17:22.1661247Z   Attempting uninstall: scons
2025-08-20T21:17:22.1748469Z     Found existing installation: SCons 4.9.1
2025-08-20T21:17:22.2135477Z     Uninstalling SCons-4.9.1:
2025-08-20T21:17:22.2204504Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:17:22.8280436Z   Attempting uninstall: pygments
2025-08-20T21:17:22.8361584Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:17:22.8591578Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:17:22.8618129Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:17:23.4669287Z   Attempting uninstall: platformdirs
2025-08-20T21:17:23.4755766Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:17:23.4775898Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:17:23.4783014Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:17:23.4932364Z   Attempting uninstall: packaging
2025-08-20T21:17:23.5013733Z     Found existing installation: packaging 25.0
2025-08-20T21:17:23.5037557Z     Uninstalling packaging-25.0:
2025-08-20T21:17:23.5044848Z       Successfully uninstalled packaging-25.0
2025-08-20T21:17:23.5416422Z   Attempting uninstall: mdurl
2025-08-20T21:17:23.5498448Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:17:23.5515011Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:17:23.5520932Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:17:23.5603966Z   Attempting uninstall: click
2025-08-20T21:17:23.5684471Z     Found existing installation: click 8.2.1
2025-08-20T21:17:23.5707158Z     Uninstalling click-8.2.1:
2025-08-20T21:17:23.5714100Z       Successfully uninstalled click-8.2.1
2025-08-20T21:17:23.6331984Z   Attempting uninstall: argcomplete
2025-08-20T21:17:23.6417437Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:17:23.6445881Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:17:23.6457459Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:17:23.6678949Z   Attempting uninstall: ansi2txt
2025-08-20T21:17:23.6761195Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:17:23.6776394Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:17:23.7016736Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:17:23.7077111Z   Attempting uninstall: userpath
2025-08-20T21:17:23.7164062Z     Found existing installation: userpath 1.9.2
2025-08-20T21:17:23.7182946Z     Uninstalling userpath-1.9.2:
2025-08-20T21:17:23.7191422Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:17:23.7297072Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:17:23.7378011Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:17:23.7798283Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:17:23.7839893Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:17:24.0625580Z   Attempting uninstall: markdown-it-py
2025-08-20T21:17:24.0712947Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:17:24.0776950Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:17:24.0790847Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:17:24.1393131Z   Attempting uninstall: rich
2025-08-20T21:17:24.1481055Z     Found existing installation: rich 14.1.0
2025-08-20T21:17:24.1541008Z     Uninstalling rich-14.1.0:
2025-08-20T21:17:24.1550575Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:17:24.3137678Z   Attempting uninstall: pyinstaller
2025-08-20T21:17:24.3219807Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:17:24.3572998Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:17:24.3616757Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:17:24.7191378Z   Attempting uninstall: pipx
2025-08-20T21:17:24.7283542Z     Found existing installation: pipx 1.7.1
2025-08-20T21:17:24.7321145Z     Uninstalling pipx-1.7.1:
2025-08-20T21:17:24.7331682Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:17:24.7836588Z   Attempting uninstall: typer
2025-08-20T21:17:24.7925809Z     Found existing installation: typer 0.16.1
2025-08-20T21:17:24.7951594Z     Uninstalling typer-0.16.1:
2025-08-20T21:17:24.7960749Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:17:24.8305824Z   Attempting uninstall: py2static
2025-08-20T21:17:24.8384662Z     Found existing installation: py2static 0.0.1
2025-08-20T21:17:24.8404427Z     Uninstalling py2static-0.0.1:
2025-08-20T21:17:24.8414887Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:17:24.8492515Z 
2025-08-20T21:17:24.8521724Z 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:17:25.1655406Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:17:25.2838257Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:17:25.2842937Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-vmree43y
2025-08-20T21:17:25.2863445Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-vmree43y
2025-08-20T21:17:26.3510671Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:17:26.3551885Z   Installing build dependencies: started
2025-08-20T21:17:27.0500319Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:17:27.0511056Z   Getting requirements to build wheel: started
2025-08-20T21:17:27.3294524Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:17:27.3305434Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:17:27.5172136Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:17:27.6736227Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:17:27.6748343Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:17:27.6905472Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:17:27.6915879Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:17:27.7065284Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:17:27.7075260Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:17:27.7204441Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:17:27.7214523Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:17:27.7258690Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:17:27.7269114Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:17:27.7282966Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:17:27.7301297Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:17:27.7419953Z Building wheels for collected packages: pyinstaller
2025-08-20T21:17:27.7427764Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:17:28.3985957Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:17:28.4012808Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=b88369039042735742c3ef33e6bc1da42b6f9a653de26506857b971804acaf7d
2025-08-20T21:17:28.4015042Z   Stored in directory: /tmp/pip-ephem-wheel-cache-gjvjv7j6/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:17:28.4054478Z Successfully built pyinstaller
2025-08-20T21:17:28.4980275Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:17:28.4986051Z   Attempting uninstall: altgraph
2025-08-20T21:17:28.5069556Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:17:28.5089990Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:17:28.5097441Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:17:28.5269155Z   Attempting uninstall: setuptools
2025-08-20T21:17:28.5355791Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:17:28.5637517Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:17:28.5917761Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:17:29.2469966Z   Attempting uninstall: packaging
2025-08-20T21:17:29.2552036Z     Found existing installation: packaging 25.0
2025-08-20T21:17:29.2581595Z     Uninstalling packaging-25.0:
2025-08-20T21:17:29.2589039Z       Successfully uninstalled packaging-25.0
2025-08-20T21:17:29.2966002Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:17:29.3046394Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:17:29.3467517Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:17:29.3509203Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:17:29.6249588Z   Attempting uninstall: pyinstaller
2025-08-20T21:17:29.6338603Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:17:29.6688229Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:17:29.6731702Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:17:30.0091097Z 
2025-08-20T21:17:30.0119266Z 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:17:30.2974275Z 6.15.0
2025-08-20T21:17:30.8760820Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:17:30.8767200Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:17:30.8767516Z 
2025-08-20T21:17:30.8767710Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:17:30.8768430Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:17:30.8769043Z installation.
2025-08-20T21:17:30.8769239Z 
2025-08-20T21:17:30.8769588Z If you installed the current Docker package using this script and are using it
2025-08-20T21:17:30.8770108Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:17:30.8770543Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:17:30.8770929Z files to match the parameters passed to the script.
2025-08-20T21:17:30.8771144Z 
2025-08-20T21:17:30.8771261Z You may press Ctrl+C now to abort this script.
2025-08-20T21:17:30.8934945Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:17:32.0930946Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:17:32.4199104Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:17:32.4225455Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:17:32.4655854Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:17:32.4672965Z + sh -c 'echo "deb [arch=amd64 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:17:32.4680488Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:17:33.7145862Z + 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:17:44.6943891Z 
2025-08-20T21:17:44.6944355Z Running kernel seems to be up-to-date.
2025-08-20T21:17:44.6944622Z 
2025-08-20T21:17:44.6944729Z Restarting services...
2025-08-20T21:17:44.7007221Z 
2025-08-20T21:17:44.7007477Z Service restarts being deferred:
2025-08-20T21:17:44.7008009Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:17:44.7008384Z 
2025-08-20T21:17:44.7008995Z No containers need to be restarted.
2025-08-20T21:17:44.7009277Z 
2025-08-20T21:17:44.7009460Z No user sessions are running outdated binaries.
2025-08-20T21:17:44.7009788Z 
2025-08-20T21:17:44.7010111Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:17:45.4618434Z + sh -c 'docker version'
2025-08-20T21:17:45.4779852Z Client: Docker Engine - Community
2025-08-20T21:17:45.4780338Z  Version:           28.3.3
2025-08-20T21:17:45.4780718Z  API version:       1.51
2025-08-20T21:17:45.4781095Z  Go version:        go1.24.5
2025-08-20T21:17:45.4781484Z  Git commit:        980b856
2025-08-20T21:17:45.4781864Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T21:17:45.4782299Z  OS/Arch:           linux/amd64
2025-08-20T21:17:45.4782847Z  Context:           default
2025-08-20T21:17:45.4783099Z 
2025-08-20T21:17:45.4783254Z Server: Docker Engine - Community
2025-08-20T21:17:45.4783647Z  Engine:
2025-08-20T21:17:45.4783948Z   Version:          28.3.3
2025-08-20T21:17:45.4784347Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:17:45.4784798Z   Go version:       go1.24.5
2025-08-20T21:17:45.4785164Z   Git commit:       bea959c
2025-08-20T21:17:45.4785550Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T21:17:45.4785989Z   OS/Arch:          linux/amd64
2025-08-20T21:17:45.4786373Z   Experimental:     false
2025-08-20T21:17:45.4786713Z  containerd:
2025-08-20T21:17:45.4786998Z   Version:          1.7.27
2025-08-20T21:17:45.4787429Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:17:45.4788191Z  runc:
2025-08-20T21:17:45.4788470Z   Version:          1.2.5
2025-08-20T21:17:45.4788828Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:17:45.4789230Z  docker-init:
2025-08-20T21:17:45.4789531Z   Version:          0.19.0
2025-08-20T21:17:45.4789880Z   GitCommit:        de40ad0
2025-08-20T21:17:45.4802784Z 
2025-08-20T21:17:45.4803155Z ================================================================================
2025-08-20T21:17:45.4803532Z 
2025-08-20T21:17:45.4803838Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:17:45.4804437Z Docker daemon in rootless mode for your user:
2025-08-20T21:17:45.4804650Z 
2025-08-20T21:17:45.4804776Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:17:45.4804984Z 
2025-08-20T21:17:45.4805217Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:17:45.4805509Z 
2025-08-20T21:17:45.4805513Z 
2025-08-20T21:17:45.4805715Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:17:45.4806210Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:17:45.4806470Z 
2025-08-20T21:17:45.4806671Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:17:45.4807135Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:17:45.4807599Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:17:45.4807891Z 
2025-08-20T21:17:45.4807996Z ================================================================================
2025-08-20T21:17:45.4808195Z 
2025-08-20T21:17:56.2444623Z ● docker.service - Docker Application Container Engine
2025-08-20T21:17:56.2445788Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:17:56.2446666Z      Active: active (running) since Wed 2025-08-20 21:17:46 UTC; 10s ago
2025-08-20T21:17:56.2447352Z TriggeredBy: ● docker.socket
2025-08-20T21:17:56.2447812Z        Docs: https://docs.docker.com
2025-08-20T21:17:56.2448261Z    Main PID: 19670 (dockerd)
2025-08-20T21:17:56.2448575Z       Tasks: 10
2025-08-20T21:17:56.2448792Z      Memory: 22.2M (peak: 25.9M)
2025-08-20T21:17:56.2449034Z         CPU: 309ms
2025-08-20T21:17:56.2449276Z      CGroup: /system.slice/docker.service
2025-08-20T21:17:56.2451475Z              └─19670 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:17:56.2451824Z 
2025-08-20T21:17:56.2452157Z Aug 20 21:17:45 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:45.697437438Z" level=info msg="Loading containers: start."
2025-08-20T21:17:56.2453655Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.163045484Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 3c78521571cca37993c6930c1145cdc556370c6f8f089a4b2559bbd559ea6731], retrying...."
2025-08-20T21:17:56.2454860Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.194658885Z" level=info msg="Loading containers: done."
2025-08-20T21:17:56.2456009Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.203583974Z" 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:17:56.2457363Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.203643847Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:17:56.2458297Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.203666840Z" level=info msg="Initializing buildkit"
2025-08-20T21:17:56.2459012Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.222120871Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:17:56.2459786Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.225686711Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:17:56.2460774Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.225743578Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:17:56.2461455Z Aug 20 21:17:46 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:17:56.2558360Z ● docker.service - Docker Application Container Engine
2025-08-20T21:17:56.2559163Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:17:56.2559980Z      Active: active (running) since Wed 2025-08-20 21:17:46 UTC; 10s ago
2025-08-20T21:17:56.2560627Z TriggeredBy: ● docker.socket
2025-08-20T21:17:56.2561050Z        Docs: https://docs.docker.com
2025-08-20T21:17:56.2561504Z    Main PID: 19670 (dockerd)
2025-08-20T21:17:56.2561752Z       Tasks: 10
2025-08-20T21:17:56.2561972Z      Memory: 22.2M (peak: 25.9M)
2025-08-20T21:17:56.2562214Z         CPU: 309ms
2025-08-20T21:17:56.2562526Z      CGroup: /system.slice/docker.service
2025-08-20T21:17:56.2563334Z              └─19670 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:17:56.2563641Z 
2025-08-20T21:17:56.2563971Z Aug 20 21:17:45 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:45.697437438Z" level=info msg="Loading containers: start."
2025-08-20T21:17:56.2565168Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.163045484Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 3c78521571cca37993c6930c1145cdc556370c6f8f089a4b2559bbd559ea6731], retrying...."
2025-08-20T21:17:56.2566517Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.194658885Z" level=info msg="Loading containers: done."
2025-08-20T21:17:56.2567646Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.203583974Z" 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:17:56.2569023Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.203643847Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:17:56.2569940Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.203666840Z" level=info msg="Initializing buildkit"
2025-08-20T21:17:56.2570658Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.222120871Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:17:56.2571417Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.225686711Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:17:56.2572154Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.225743578Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:17:56.2573106Z Aug 20 21:17:46 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:17:56.2764517Z ● docker.service - Docker Application Container Engine
2025-08-20T21:17:56.2765310Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:17:56.2766044Z      Active: active (running) since Wed 2025-08-20 21:17:46 UTC; 10s ago
2025-08-20T21:17:56.2766470Z TriggeredBy: ● docker.socket
2025-08-20T21:17:56.2766750Z        Docs: https://docs.docker.com
2025-08-20T21:17:56.2767034Z    Main PID: 19670 (dockerd)
2025-08-20T21:17:56.2767268Z       Tasks: 10
2025-08-20T21:17:56.2767477Z      Memory: 22.2M (peak: 25.9M)
2025-08-20T21:17:56.2767794Z         CPU: 309ms
2025-08-20T21:17:56.2768196Z      CGroup: /system.slice/docker.service
2025-08-20T21:17:56.2769044Z              └─19670 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:17:56.2769576Z 
2025-08-20T21:17:56.2770144Z Aug 20 21:17:45 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:45.697437438Z" level=info msg="Loading containers: start."
2025-08-20T21:17:56.2772484Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.163045484Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 3c78521571cca37993c6930c1145cdc556370c6f8f089a4b2559bbd559ea6731], retrying...."
2025-08-20T21:17:56.2774890Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.194658885Z" level=info msg="Loading containers: done."
2025-08-20T21:17:56.2776908Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.203583974Z" 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:17:56.2778372Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.203643847Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:17:56.2779294Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.203666840Z" level=info msg="Initializing buildkit"
2025-08-20T21:17:56.2780006Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.222120871Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:17:56.2780754Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.225686711Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:17:56.2781494Z Aug 20 21:17:46 pkrvmqc4gcfdwos dockerd[19670]: time="2025-08-20T21:17:46.225743578Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:17:56.2782315Z Aug 20 21:17:46 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:17:56.2883214Z Docker version 28.3.3, build 980b856
2025-08-20T21:17:56.3066467Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:17:56.5765509Z latest: Pulling from library/hello-world
2025-08-20T21:17:56.6919057Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T21:17:56.8564874Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T21:17:56.8565415Z 17eec7bbc9d7: Download complete
2025-08-20T21:17:56.8621838Z 17eec7bbc9d7: Pull complete
2025-08-20T21:17:56.8827451Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:17:56.8840904Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:17:57.0561705Z 
2025-08-20T21:17:57.0562169Z Hello from Docker!
2025-08-20T21:17:57.0562964Z This message shows that your installation appears to be working correctly.
2025-08-20T21:17:57.0563478Z 
2025-08-20T21:17:57.0563730Z To generate this message, Docker took the following steps:
2025-08-20T21:17:57.0564359Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:17:57.0565017Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:17:57.0565604Z     (amd64)
2025-08-20T21:17:57.0566107Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:17:57.0566888Z     executable that produces the output you are currently reading.
2025-08-20T21:17:57.0567686Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:17:57.0568245Z     to your terminal.
2025-08-20T21:17:57.0568395Z 
2025-08-20T21:17:57.0568587Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:17:57.0569075Z  $ docker run -it ubuntu bash
2025-08-20T21:17:57.0569239Z 
2025-08-20T21:17:57.0569410Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:17:57.0569864Z  https://hub.docker.com/
2025-08-20T21:17:57.0570028Z 
2025-08-20T21:17:57.0570129Z For more examples and ideas, visit:
2025-08-20T21:17:57.0570505Z  https://docs.docker.com/get-started/
2025-08-20T21:17:57.0570703Z 
2025-08-20T21:17:57.1487901Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:17:57.1488597Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:17:57.1489576Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:17:57.1490255Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:17:57.1490955Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:17:57.1491654Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:17:57.1492330Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:17:57.1493188Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:17:57.1493839Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:17:57.1494431Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:17:57.1495103Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:17:57.1495812Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:17:57.1496505Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:17:57.1497242Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:17:57.1497945Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:17:57.1498661Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:17:57.1499388Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:17:57.1500025Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:17:57.1500714Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:17:57.1501550Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:17:57.1502584Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:17:57.1503681Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:17:57.1504449Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:17:57.1505177Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:17:57.1505807Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:17:57.1506519Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:17:57.1507309Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:17:57.1508081Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:17:57.1508926Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:17:57.1509702Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:17:57.1510487Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:17:57.1511262Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:17:57.1512027Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:17:57.1513000Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:17:57.1513857Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:17:57.1514664Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:17:57.1515408Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:17:57.1516133Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:17:57.1516865Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:17:57.1517640Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:17:57.1518422Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:17:57.1519164Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:17:57.1519878Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:17:57.1520934Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:17:57.1521798Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:17:57.1522820Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:17:57.1523706Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:17:57.1524515Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:17:57.1525340Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:17:57.1526112Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:17:57.1526855Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:17:57.1527607Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:17:57.1528341Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:17:57.1529015Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:17:57.1529660Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:17:57.1530324Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:17:57.1530893Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:17:57.1531515Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:17:57.1532255Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:17:57.1533094Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:17:57.1534009Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:17:57.1534814Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:17:57.1535567Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:17:57.1536306Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:17:57.1537062Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:17:57.1537838Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:17:57.1538567Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:17:57.1539286Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:17:57.1540045Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:17:57.1540902Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:17:57.1541792Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:17:57.1542895Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:17:57.1543673Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:17:57.1544392Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:17:57.1545105Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:17:57.1545772Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:17:57.1546241Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:17:57.1546744Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:17:57.1547263Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:17:57.1547795Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:17:57.1548257Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:17:57.1548684Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:17:57.1549271Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:17:57.1549703Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:17:57.1550125Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:17:57.1550536Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:17:57.1550980Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:17:57.1551434Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:17:57.1551839Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:17:57.1552239Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:17:57.1552866Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:17:57.1553421Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:17:57.1553822Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:17:57.1554206Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:17:57.1554611Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:17:57.1555019Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:17:57.1555388Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:17:57.1555783Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:17:57.1556174Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:17:57.1556682Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:17:57.1557089Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:17:57.1557472Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:17:57.1557858Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:17:57.1558258Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:17:57.1558663Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:17:57.1559079Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:17:57.1559510Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:17:57.1559911Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:17:57.1560375Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:17:57.1560788Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:17:57.1561212Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:17:57.1561572Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:17:57.1561922Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:17:57.1562303Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:17:57.1562848Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:17:57.1563229Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:17:57.1563606Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:17:57.1563972Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:17:57.1564448Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:17:57.1564855Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:17:57.1565310Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:17:57.1565799Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:17:57.1566224Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:17:57.1566764Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:17:57.1567176Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:17:57.1567582Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:17:57.1568001Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:17:57.1568429Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:17:57.1568824Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:17:57.1569234Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:17:57.1569665Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:17:57.1570123Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:17:57.1570570Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:17:57.1570978Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:17:57.1571385Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:17:57.1571806Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:17:57.1572229Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:17:57.1572798Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:17:57.1573213Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:17:57.1573618Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:17:57.1574039Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:17:57.1574560Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:17:57.1574946Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:17:57.1575273Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:17:57.1575618Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:17:57.1576026Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:17:57.1576667Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:17:57.1577090Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:17:57.1577480Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:17:57.1577874Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:17:57.1578284Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:17:57.1578664Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:17:57.1579031Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:17:57.1579529Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:17:57.1579999Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:17:57.1580415Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:17:57.1580805Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:17:57.1581209Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:17:57.1581630Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:17:57.1582073Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:17:57.1582506Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:17:57.1583221Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:17:57.1583621Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:17:57.1584062Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:17:57.1584509Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:17:57.1585145Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:17:57.1585522Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:17:57.1585881Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:17:57.1586287Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:17:57.1586689Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:17:57.1587132Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:17:57.1587621Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:17:57.1588057Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:17:57.1588448Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:17:57.1588818Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:17:57.1589195Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:17:57.1589660Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:17:57.1590186Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:17:57.1590644Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:17:57.1591037Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:17:57.1591519Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:17:57.1592076Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:17:57.1592918Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:17:57.1593403Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:17:57.1593794Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:17:57.1594192Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:17:57.1594621Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:17:57.1595054Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:17:57.1595476Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:17:57.1595864Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:17:57.1596257Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:17:57.1596673Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:17:57.1597092Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:17:57.1597502Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:17:57.1597910Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:17:57.1598320Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:17:57.1598731Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:17:57.1599174Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:17:57.1599666Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:17:57.1600121Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:17:57.1600514Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:17:57.1600907Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:17:57.1601327Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:17:57.1601723Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:17:57.1602125Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:17:57.1602813Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:17:57.1603243Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:17:57.1603684Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:17:57.1604174Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:17:57.1604647Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:17:57.1605077Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:17:57.1605489Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:17:57.1605898Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:17:57.1606295Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:17:57.1606683Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:17:57.1607096Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:17:57.1607609Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:17:57.1608087Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:17:57.1608580Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:17:57.1609061Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:17:57.1609596Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:17:57.1610126Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:17:57.1610770Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:17:57.1611295Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:17:57.1611755Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:17:57.1612145Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:17:57.1612524Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:17:57.1613084Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:17:57.1613481Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:17:57.1613859Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:17:57.1614259Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:17:57.1614657Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:17:57.1615060Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:17:57.1615459Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:17:57.1615865Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:17:57.1616285Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:17:57.1616689Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:17:57.1617121Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:17:57.1617579Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:17:57.1617981Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:17:57.1618372Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:17:57.1618844Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:17:57.1619256Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:17:57.1619637Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:17:57.1620007Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:17:57.1620518Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:17:57.1620925Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:17:57.1621318Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:17:57.1621728Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:17:57.1622114Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:17:57.1622451Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:17:57.1623135Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:57.1630892Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:17:57.1631326Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:17:57.1631765Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:17:57.1632229Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:17:57.1632833Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:17:57.1633377Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:17:57.1633835Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:17:57.1634293Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:17:57.1634723Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:17:57.1635151Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:17:57.1635794Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:17:57.1636251Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:17:57.1636688Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:17:57.1637158Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:17:57.1637682Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:17:57.1638204Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:17:57.1638671Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:17:57.1639100Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:17:57.1639521Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:17:57.1640016Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:17:57.1640526Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:17:57.1640958Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:17:57.1641412Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:17:57.1641882Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:17:57.1642308Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:17:57.1642878Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:17:57.1643263Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:17:57.1643663Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:17:57.1644066Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:17:57.1644452Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:17:57.1644835Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:17:57.1645242Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:17:57.1645638Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:17:57.1646158Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:17:57.1646547Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:17:57.1646918Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:17:57.1647310Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:17:57.1647721Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:17:57.1648107Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:17:57.1648484Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:17:57.1648856Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:17:57.1649246Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:17:57.1649638Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:17:57.1650019Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:17:57.1650393Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:17:57.1650789Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:17:57.1651169Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:17:57.1651568Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:17:57.1652026Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:17:57.1652456Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:17:57.1652961Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:17:57.1653369Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:17:57.1653956Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:17:57.1654395Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:17:57.1654788Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:17:57.1655178Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:17:57.1655562Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:17:57.1655879Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:17:57.1656202Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:17:57.1656574Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:17:57.1656944Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:17:57.1657328Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:17:57.1657696Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:17:57.1658066Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:17:57.1658425Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:17:57.1658825Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:17:57.1659260Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:17:57.1659674Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:17:57.1660083Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:17:57.1660489Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:17:57.1660917Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:17:57.1661435Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:17:57.1662084Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:17:57.1662834Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:17:57.1663399Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:17:57.1664017Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:17:57.1664483Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:17:57.1665023Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:17:57.1665672Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:17:57.1666252Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:17:57.1666761Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:17:57.1667231Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:17:57.1667615Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:17:57.1668009Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:17:57.1668396Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:17:57.1668786Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:17:57.1669198Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:17:57.1669601Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:17:57.1670002Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:17:57.1670397Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:17:57.1670793Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:17:57.1671295Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:17:57.1671689Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:17:57.1672071Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:17:57.1672482Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:17:57.1673138Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:17:57.1673575Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:17:57.1674007Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:17:57.1674385Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:17:57.1674789Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:17:57.1675217Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:17:57.1675654Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:17:57.1676115Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:17:57.1676556Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:17:57.1676954Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:17:57.1677340Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:17:57.1677739Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:17:57.1678121Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:17:57.1678523Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:17:57.1678925Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:17:57.1679323Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:17:57.1679733Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:17:57.1680110Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:17:57.1680481Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:17:57.1681182Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:57.1681909Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:57.1682598Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:57.1683411Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:57.1683948Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:17:57.1684348Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:17:57.1684740Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:17:57.1685134Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:17:57.1685531Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:17:57.1685906Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:17:57.1686295Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:17:57.1686697Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:17:57.1687090Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:17:57.1687483Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:17:57.1687878Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:17:57.1688269Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:17:57.1688792Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:17:57.1689230Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:17:57.1689647Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:17:57.1690066Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:17:57.1690485Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:17:57.1690889Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:17:57.1691295Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:17:57.1691695Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:17:57.1692090Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:17:57.1692491Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:17:57.1693029Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:17:57.1693445Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:17:57.1693857Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:17:57.1694274Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:17:57.1694679Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:17:57.1695124Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:17:57.1695571Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:17:57.1695990Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:17:57.1696449Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:17:57.1696924Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:17:57.1697352Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:17:57.1697736Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:17:57.1698127Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:17:57.1698660Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:17:57.1699088Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:17:57.1699499Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:17:57.1699897Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:17:57.1700301Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:17:57.1700783Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:17:57.1701274Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:17:57.1701693Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:17:57.1702113Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:17:57.1702584Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:17:57.1703155Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:17:57.1703649Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:17:57.1704150Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:17:57.1704614Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:17:57.1705068Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:17:57.1705485Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:17:57.1706004Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:17:57.1706446Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:17:57.1706849Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:17:57.1707248Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:17:57.1707668Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:17:57.1708084Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:17:57.1708502Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:17:57.1708937Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:17:57.1709342Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:17:57.1709736Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:17:57.1710117Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:17:57.1710495Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:17:57.1710903Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:17:57.1711342Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:17:57.1711818Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:17:57.1712286Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:17:57.1712861Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:17:57.1713405Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:17:57.1713845Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:17:57.1714270Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:17:57.1714693Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:17:57.1715065Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:17:57.1715445Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:17:57.1715983Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:17:57.1716393Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:17:57.1716782Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:17:57.1717131Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:17:57.1717464Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:17:57.1717838Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:17:57.1718357Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:17:57.1718892Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:17:57.1719293Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:17:57.1719685Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:17:57.1720096Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:17:57.1720522Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:17:57.1720950Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:17:57.1721365Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:17:57.1721797Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:17:57.1722223Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:17:57.1722744Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:17:57.1723127Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:17:57.1723658Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:17:57.1724053Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:17:57.1724492Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:17:57.1724977Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:17:57.1725388Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:17:57.1725827Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:17:57.1726278Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:17:57.1726689Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:17:57.1727071Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:17:57.1727436Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:17:57.1727815Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:17:57.1728201Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:17:57.1728593Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:17:57.1729015Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:17:57.1729442Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:17:57.1729917Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:17:57.1730369Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:17:57.1730760Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:17:57.1731162Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:17:57.1731564Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:17:57.1731971Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:17:57.1732370Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:17:57.1732864Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:17:57.1733457Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:17:57.1733969Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:17:57.1734403Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:17:57.1734790Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:17:57.1735184Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:17:57.1735606Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:17:57.1736015Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:17:57.1736410Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:17:57.1736829Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:17:57.1737229Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:17:57.1737604Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:17:57.1737978Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:17:57.1738394Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:17:57.1738831Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:17:57.1739232Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:17:57.1739635Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:17:57.1740092Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:17:57.1740649Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:17:57.1741090Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:17:57.1741498Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:17:57.1742041Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:57.1742574Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:17:57.1743013Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:17:57.1743370Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:17:57.1743797Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:17:57.1744238Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:17:57.1744780Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:17:57.1745392Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:17:57.1746020Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:17:57.1746688Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:17:57.1747351Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:17:57.1747992Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:17:57.1748633Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:17:57.1749235Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:17:57.1749737Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:17:57.1750203Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:17:57.1750658Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:17:57.1751102Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:17:57.1751718Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:17:57.1752171Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:17:57.1752573Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:17:57.1753200Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:17:57.1753604Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:17:57.1754003Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:17:57.1754430Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:17:57.1754866Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:17:57.1755248Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:17:57.1755659Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:17:57.1756138Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:17:57.1756642Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:17:57.1757143Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:17:57.1757643Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:17:57.1758138Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:17:57.1758633Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:17:57.1759223Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:17:57.1759660Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:17:57.1760089Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:17:57.1760525Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:17:57.1760957Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:17:57.1761385Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:17:57.1761839Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:17:57.1762288Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:17:57.1762909Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:17:57.1763321Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:17:57.1763726Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:17:57.1764123Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:17:57.1764578Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:17:57.1765044Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:17:57.1765466Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:17:57.1765889Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:17:57.1766332Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:17:57.1766794Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:17:57.1767253Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:17:57.1767703Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:17:57.1768122Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:17:57.1768517Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:17:57.1769062Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:17:57.1769451Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:17:57.1769843Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:17:57.1770263Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:17:57.1770682Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:17:57.1771128Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:17:57.1771613Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:17:57.1772049Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:17:57.1772479Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:17:57.1773037Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:17:57.1773356Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:17:57.1773699Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:17:57.1774102Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:17:57.1774508Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:17:57.1774917Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:17:57.1775327Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:17:57.1775772Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:17:57.1776238Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:17:57.1776787Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:17:57.1777198Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:17:57.1777611Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:17:57.1778182Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:17:57.1778779Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:17:57.1779248Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:17:57.1779702Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:17:57.1780158Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:17:57.1780600Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:17:57.1781023Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:17:57.1781432Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:17:57.1781835Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:17:57.1782255Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:17:57.1782802Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:17:57.1783200Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:17:57.1783604Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:17:57.1784022Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:17:57.1784414Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:17:57.1784848Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:17:57.1785328Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:17:57.1785767Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:17:57.1786159Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:17:57.1786672Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:17:57.1787075Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:17:57.1787465Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:17:57.1787852Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:17:57.1788299Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:17:57.1788753Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:17:57.1789179Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:17:57.1789595Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:17:57.1790008Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:17:57.1790410Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:17:57.1790805Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:17:57.1791203Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:17:57.1791616Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:17:57.1792080Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:17:57.1792550Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:17:57.1793200Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:17:57.1793622Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:17:57.1794165Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:17:57.1794613Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:17:57.1795018Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:17:57.1795395Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:17:57.1795725Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:17:57.1796045Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:17:57.1796433Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:17:57.1796820Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:17:57.1797189Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:17:57.1797577Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:17:57.1797995Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:17:57.1798401Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:17:57.1798775Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:17:57.1799139Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:17:57.1799537Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:17:57.1799951Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:17:57.1800345Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:17:57.1800723Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:17:57.1801099Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:17:57.1801497Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:17:57.1801898Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:17:57.1802265Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:17:57.1802794Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:17:57.1803205Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:17:57.1803719Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:17:57.1804108Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:17:57.1804497Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:17:57.1804900Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:17:57.1805313Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:17:57.1805760Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:17:57.1806182Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:17:57.1806559Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:17:57.1806929Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:17:57.1807291Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:17:57.1807729Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:17:57.1808245Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:17:57.1808752Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:17:57.1809247Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:17:57.1809759Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:17:57.1810213Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:17:57.1810609Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:17:57.1811018Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:17:57.1811535Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:17:57.1811961Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:17:57.1812367Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:17:57.1812867Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:17:57.1813252Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:17:57.1813661Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:17:57.1814114Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:17:57.1814564Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:17:57.1814958Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:17:57.1815373Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:17:57.1815980Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:17:57.1816377Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:17:57.1816794Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:17:57.1817197Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:17:57.1817664Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:17:57.1818105Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:17:57.1818536Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:17:57.1818958Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:17:57.1819294Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:17:57.1819585Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:17:57.1819955Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:17:57.1820448Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:17:57.1898152Z [+] Installing Go for linux-amd64...
2025-08-20T21:17:57.7583976Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:17:57.7584605Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:17:57.7587160Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:18:01.0531918Z [+] Downloading Go go1.25.0...
2025-08-20T21:18:01.0578620Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:18:01.0579350Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:18:01.0579732Z 
2025-08-20T21:18:01.1176438Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:18:01.1177210Z 100    80  100    80    0     0   1336      0 --:--:-- --:--:-- --:--:--  1355
2025-08-20T21:18:01.1865603Z 
2025-08-20T21:18:01.1866300Z 100    75  100    75    0     0    582      0 --:--:-- --:--:-- --:--:--   582
2025-08-20T21:18:01.4369456Z 
2025-08-20T21:18:01.4370193Z 100 56.8M  100 56.8M    0     0   150M      0 --:--:-- --:--:-- --:--:--  150M
2025-08-20T21:18:01.4404124Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T21:18:02.8230206Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T21:18:02.8230740Z [+] GOROOT: /home/runner/.go
2025-08-20T21:18:02.8231090Z [+] GOPATH: /home/runner/go
2025-08-20T21:18:02.8231536Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T21:18:02.8385618Z go version go1.25.0 linux/amd64
2025-08-20T21:18:02.8749232Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:18:02.8749838Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:18:02.8750505Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:18:02.8751427Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:18:02.8752151Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:18:02.8753105Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:18:02.8753813Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:18:02.8754475Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:18:02.8755116Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:18:02.8755705Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:18:02.8756349Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:18:02.8757041Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:18:02.8757735Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:18:02.8758460Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:18:02.8759169Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:18:02.8759866Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:18:02.8760582Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:18:02.8761225Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:18:02.8762026Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:18:02.8763074Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:18:02.8763948Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:18:02.8764620Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:18:02.8765350Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:18:02.8766042Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:18:02.8766763Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:18:02.8767360Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:18:02.8767811Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:18:02.8768618Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:18:02.8769056Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:18:02.8769473Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:18:02.8769964Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:18:02.8770450Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:18:02.8770871Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:18:02.8771287Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:18:02.8771737Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:18:02.8772194Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:18:02.8772608Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:18:02.8774089Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:18:02.8774584Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:18:02.8775057Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:18:02.8775480Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:18:02.8775905Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:18:02.8776388Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:18:02.8776939Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:18:02.8777569Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:18:02.8778049Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:18:02.8778633Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:18:02.8779070Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:18:02.8779482Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:18:02.8779895Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:18:02.8780294Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:18:02.8780705Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:18:02.8781101Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:18:02.8781560Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:18:02.8781923Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:18:02.8782287Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:18:02.8782763Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:18:02.8783251Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:18:02.8783661Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:18:02.8784034Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:18:02.8784526Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:18:02.8785050Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:18:02.8785468Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:18:02.8785868Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:18:02.8786294Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:18:02.8786803Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:18:02.8787279Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:18:02.8787922Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:18:02.8788420Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:18:02.8788885Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:18:02.8789373Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:18:02.8789841Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:18:02.8790254Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:18:02.8790727Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:18:02.8791118Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:18:02.8791598Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:18:02.8792115Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:18:02.8792725Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:18:02.8793307Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:18:02.8793796Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:18:02.8794230Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:18:02.8794621Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:18:02.8795007Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:18:02.8795615Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:18:02.8796115Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:18:02.8796545Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:18:02.8797011Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:18:02.8797513Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:18:02.8797891Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:18:02.8798257Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:18:02.8798656Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:18:02.8799142Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:18:02.8799511Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:18:02.8799885Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:18:02.8800274Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:18:02.8800742Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:18:02.8801103Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:18:02.8801564Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:18:02.8801933Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:18:02.8802287Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:18:02.8802768Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:18:02.8803214Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:18:02.8803570Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:18:02.8803937Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:18:02.8804326Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:18:02.8804814Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:18:02.8805201Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:18:02.8805807Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:18:02.8806200Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:18:02.8806649Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:18:02.8807099Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:18:02.8807462Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:18:02.8807783Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:18:02.8808132Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:18:02.8808477Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:18:02.8808844Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:18:02.8809451Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:18:02.8809849Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:18:02.8810415Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:18:02.8810816Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:18:02.8811251Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:18:02.8811693Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:18:02.8812087Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:18:02.8812464Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:18:02.8813361Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:18:02.8813976Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:18:02.8814529Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:18:02.8814940Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:18:02.8815323Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:18:02.8815737Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:18:02.8816369Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:18:02.8817085Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:18:02.8817775Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:18:02.8818164Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:18:02.8818809Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:18:02.8819355Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:18:02.8819926Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:18:02.8820534Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:18:02.8820934Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:18:02.8821324Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:18:02.8821718Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:18:02.8822091Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:18:02.8823066Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:18:02.8823445Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:18:02.8823962Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:18:02.8824581Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:18:02.8825188Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:18:02.8825589Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:18:02.8826331Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:18:02.8826904Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:18:02.8827474Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:18:02.8828022Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:18:02.8828366Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:18:02.8828781Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:18:02.8829413Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:18:02.8829817Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:18:02.8830188Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:18:02.8830785Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:18:02.8831401Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:18:02.8831828Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:18:02.8832371Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:18:02.8833229Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:18:02.8833616Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:18:02.8834324Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:18:02.8834996Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:18:02.8835572Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:18:02.8836097Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:18:02.8836453Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:18:02.8836844Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:18:02.8837231Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:18:02.8837657Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:18:02.8838127Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:18:02.8838575Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:18:02.8839006Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:18:02.8839349Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:18:02.8839701Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:18:02.8840150Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:18:02.8840654Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:18:02.8841095Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:18:02.8841472Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:18:02.8841932Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:18:02.8842467Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:18:02.8843170Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:18:02.8843607Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:18:02.8843971Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:18:02.8844350Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:18:02.8844767Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:18:02.8845171Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:18:02.8845571Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:18:02.8846077Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:18:02.8846446Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:18:02.8846838Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:18:02.8847233Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:18:02.8847623Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:18:02.8848009Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:18:02.8848395Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:18:02.8848779Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:18:02.8849204Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:18:02.8849658Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:18:02.8850086Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:18:02.8850451Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:18:02.8850821Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:18:02.8851213Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:18:02.8851587Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:18:02.8851958Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:18:02.8852331Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:18:02.8853030Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:18:02.8853461Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:18:02.8853924Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:18:02.8854373Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:18:02.8854775Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:18:02.8855157Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:18:02.8863085Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:18:02.8863682Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:18:02.8864076Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:18:02.8864473Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:18:02.8864862Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:18:02.8865336Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:18:02.8865825Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:18:02.8866298Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:18:02.8866811Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:18:02.8867313Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:18:02.8867799Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:18:02.8868288Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:18:02.8868723Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:18:02.8869077Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:18:02.8869443Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:18:02.8869823Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:18:02.8870383Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:18:02.8870744Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:18:02.8871119Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:18:02.8871492Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:18:02.8871870Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:18:02.8872247Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:18:02.8872797Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:18:02.8873236Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:18:02.8873630Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:18:02.8874041Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:18:02.8874477Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:18:02.8874872Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:18:02.8875241Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:18:02.8875646Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:18:02.8876013Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:18:02.8876367Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:18:02.8876717Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:18:02.8877077Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:18:02.8877578Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:18:02.8877954Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:18:02.8878343Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:18:02.8878706Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:18:02.8879018Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:18:02.8879473Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:02.8879985Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:18:02.8880347Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:18:02.8880721Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:18:02.8881087Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:18:02.8881483Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:18:02.8881919Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:18:02.8882344Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:18:02.8882982Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:18:02.8883388Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:18:02.8883782Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:18:02.8884199Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:18:02.8884598Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:18:02.8884984Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:18:02.8885402Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:18:02.8885889Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:18:02.8886385Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:18:02.8886827Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:18:02.8887364Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:18:02.8887761Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:18:02.8888228Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:18:02.8888702Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:18:02.8889098Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:18:02.8889519Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:18:02.8889963Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:18:02.8890367Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:18:02.8890727Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:18:02.8891083Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:18:02.8891466Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:18:02.8891843Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:18:02.8892202Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:18:02.8892554Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:18:02.8893115Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:18:02.8893489Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:18:02.8893848Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:18:02.8894209Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:18:02.8894672Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:18:02.8895048Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:18:02.8895425Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:18:02.8895789Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:18:02.8896143Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:18:02.8896488Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:18:02.8896846Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:18:02.8897210Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:18:02.8897567Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:18:02.8897918Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:18:02.8898290Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:18:02.8898647Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:18:02.8899007Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:18:02.8899436Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:18:02.8899837Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:18:02.8900193Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:18:02.8900565Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:18:02.8900979Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:18:02.8901367Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:18:02.8901725Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:18:02.8902085Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:18:02.8902439Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:18:02.8902907Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:18:02.8903204Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:18:02.8903678Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:18:02.8904027Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:18:02.8904386Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:18:02.8904737Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:18:02.8905073Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:18:02.8905400Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:18:02.8905774Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:18:02.8906174Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:18:02.8906572Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:18:02.8906960Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:18:02.8907340Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:18:02.8907767Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:18:02.8908269Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:18:02.8908883Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:18:02.8909500Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:18:02.8910033Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:18:02.8910499Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:18:02.8911053Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:18:02.8911575Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:18:02.8912190Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:18:02.8912948Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:18:02.8913440Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:18:02.8913878Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:18:02.8914244Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:18:02.8914615Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:18:02.8914980Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:18:02.8915363Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:18:02.8915747Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:18:02.8916128Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:18:02.8916509Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:18:02.8916893Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:18:02.8917282Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:18:02.8917652Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:18:02.8918019Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:18:02.8918381Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:18:02.8918766Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:18:02.8919156Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:18:02.8919567Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:18:02.8919975Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:18:02.8920464Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:18:02.8920845Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:18:02.8921245Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:18:02.8921648Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:18:02.8922078Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:18:02.8922500Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:18:02.8923095Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:18:02.8923470Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:18:02.8923844Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:18:02.8924202Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:18:02.8924591Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:18:02.8924972Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:18:02.8925344Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:18:02.8925722Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:18:02.8926092Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:18:02.8926463Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:18:02.8927010Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:02.8927846Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:02.8928535Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:02.8929199Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:02.8929718Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:18:02.8930098Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:18:02.8930464Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:18:02.8930834Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:18:02.8931202Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:18:02.8931551Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:18:02.8931925Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:18:02.8932303Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:18:02.8932785Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:18:02.8933164Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:18:02.8933544Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:18:02.8933913Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:18:02.8934301Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:18:02.8934708Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:18:02.8935104Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:18:02.8935493Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:18:02.8935891Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:18:02.8936278Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:18:02.8936658Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:18:02.8937160Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:18:02.8937529Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:18:02.8937911Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:18:02.8938310Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:18:02.8938735Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:18:02.8939116Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:18:02.8939504Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:18:02.8939896Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:18:02.8940318Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:18:02.8940745Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:18:02.8941148Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:18:02.8941579Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:18:02.8942034Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:18:02.8942436Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:18:02.8942894Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:18:02.8943267Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:18:02.8943656Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:18:02.8944168Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:18:02.8944573Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:18:02.8944947Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:18:02.8945339Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:18:02.8945807Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:18:02.8946274Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:18:02.8946664Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:18:02.8947064Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:18:02.8947509Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:18:02.8947945Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:18:02.8948416Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:18:02.8948897Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:18:02.8949339Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:18:02.8949770Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:18:02.8950172Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:18:02.8950561Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:18:02.8950976Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:18:02.8951362Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:18:02.8951738Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:18:02.8952140Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:18:02.8952545Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:18:02.8953053Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:18:02.8953586Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:18:02.8953973Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:18:02.8954346Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:18:02.8954707Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:18:02.8955064Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:18:02.8955452Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:18:02.8955862Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:18:02.8956309Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:18:02.8956763Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:18:02.8957166Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:18:02.8957606Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:18:02.8958019Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:18:02.8958420Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:18:02.8958822Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:18:02.8959177Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:18:02.8959538Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:18:02.8959921Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:18:02.8960304Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:18:02.8960778Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:18:02.8961113Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:18:02.8961427Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:18:02.8961787Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:18:02.8962288Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:18:02.8963003Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:18:02.8963379Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:18:02.8963747Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:18:02.8964135Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:18:02.8964534Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:18:02.8964943Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:18:02.8965340Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:18:02.8965745Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:18:02.8966154Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:18:02.8966523Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:18:02.8966888Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:18:02.8967244Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:18:02.8967614Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:18:02.8968031Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:18:02.8968456Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:18:02.8968849Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:18:02.8969260Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:18:02.8969694Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:18:02.8970211Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:18:02.8970569Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:18:02.8970917Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:18:02.8971269Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:18:02.8971632Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:18:02.8972004Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:18:02.8972393Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:18:02.8973116Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:18:02.8973583Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:18:02.8974018Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:18:02.8974393Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:18:02.8974775Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:18:02.8975156Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:18:02.8975536Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:18:02.8975904Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:18:02.8976270Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:18:02.8976706Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:18:02.8977350Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:18:02.8977774Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:18:02.8978142Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:18:02.8978513Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:18:02.8978908Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:18:02.8979296Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:18:02.8979666Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:18:02.8980055Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:18:02.8980429Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:18:02.8980780Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:18:02.8981129Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:18:02.8981527Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:18:02.8981940Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:18:02.8982322Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:18:02.8982818Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:18:02.8983253Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:18:02.8983683Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:18:02.8984099Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:18:02.8984486Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:18:02.8984995Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:02.8985508Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:18:02.8985814Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:18:02.8987820Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:18:02.8988727Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:18:02.8989450Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:18:02.8990343Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:18:02.8991392Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:18:02.8992456Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:18:02.8993780Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:18:02.8994484Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:18:02.8995122Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:18:02.8995759Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:18:02.8996344Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:18:02.8996835Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:18:02.8997271Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:18:02.8997701Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:18:02.8998118Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:18:02.8998577Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:18:02.8999170Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:18:02.8999563Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:18:02.8999925Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:18:02.9000303Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:18:02.9000678Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:18:02.9001082Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:18:02.9001513Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:18:02.9001878Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:18:02.9002267Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:18:02.9002941Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:18:02.9003443Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:18:02.9003923Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:18:02.9004403Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:18:02.9004877Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:18:02.9005343Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:18:02.9005783Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:18:02.9006191Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:18:02.9006590Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:18:02.9006993Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:18:02.9007398Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:18:02.9007798Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:18:02.9008224Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:18:02.9008780Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:18:02.9009160Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:18:02.9009532Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:18:02.9009900Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:18:02.9010270Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:18:02.9010699Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:18:02.9011130Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:18:02.9011531Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:18:02.9011928Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:18:02.9012342Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:18:02.9012977Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:18:02.9013424Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:18:02.9013846Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:18:02.9014233Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:18:02.9014599Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:18:02.9014981Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:18:02.9015341Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:18:02.9015895Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:18:02.9016293Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:18:02.9016682Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:18:02.9017105Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:18:02.9017565Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:18:02.9017974Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:18:02.9018366Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:18:02.9018748Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:18:02.9019039Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:18:02.9019344Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:18:02.9019723Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:18:02.9020107Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:18:02.9020486Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:18:02.9020872Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:18:02.9021288Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:18:02.9021722Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:18:02.9022127Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:18:02.9022500Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:18:02.9023096Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:18:02.9023641Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:02.9024216Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:18:02.9024656Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:18:02.9025210Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:18:02.9025632Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:18:02.9026042Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:18:02.9026432Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:18:02.9026813Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:18:02.9027186Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:18:02.9027570Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:18:02.9027964Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:18:02.9028331Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:18:02.9028707Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:18:02.9029108Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:18:02.9029472Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:18:02.9029872Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:18:02.9030323Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:18:02.9030732Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:18:02.9031097Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:18:02.9031461Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:18:02.9031835Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:18:02.9032309Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:18:02.9032855Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:18:02.9033284Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:18:02.9033723Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:18:02.9034117Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:18:02.9034504Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:18:02.9034889Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:18:02.9035257Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:18:02.9035619Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:18:02.9035987Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:18:02.9036381Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:18:02.9036811Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:18:02.9037260Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:18:02.9037669Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:18:02.9038061Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:18:02.9038453Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:18:02.9038895Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:18:02.9039272Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:18:02.9039618Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:18:02.9039925Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:18:02.9040225Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:18:02.9040587Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:18:02.9040952Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:18:02.9041426Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:18:02.9041788Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:18:02.9042173Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:18:02.9042551Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:18:02.9043092Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:18:02.9043434Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:18:02.9043795Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:18:02.9044188Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:18:02.9044552Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:18:02.9044904Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:18:02.9045258Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:18:02.9045630Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:18:02.9046001Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:18:02.9046341Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:18:02.9046706Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:18:02.9047112Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:18:02.9047481Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:18:02.9047849Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:18:02.9048338Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:18:02.9048717Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:18:02.9049106Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:18:02.9049520Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:18:02.9049910Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:18:02.9050251Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:18:02.9050591Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:18:02.9050919Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:18:02.9051333Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:18:02.9051818Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:18:02.9052279Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:18:02.9052932Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:18:02.9053422Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:18:02.9053851Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:18:02.9054221Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:18:02.9054597Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:18:02.9054970Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:18:02.9055345Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:18:02.9055714Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:18:02.9056087Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:18:02.9056451Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:18:02.9056833Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:18:02.9057260Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:18:02.9057807Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:18:02.9058173Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:18:02.9058561Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:18:02.9058970Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:18:02.9059339Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:18:02.9059675Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:18:02.9060058Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:18:02.9060503Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:18:02.9060921Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:18:02.9061317Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:18:02.9061721Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:18:02.9062034Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:18:02.9062304Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:18:02.9062809Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:18:02.9063289Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:18:03.1237896Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:18:03.2917729Z Collecting meson
2025-08-20T21:18:03.3335219Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:18:03.3637729Z Collecting ninja
2025-08-20T21:18:03.3683105Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T21:18:03.3762198Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:18:03.4081381Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 52.9 MB/s  0:00:00
2025-08-20T21:18:03.4119047Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T21:18:03.5015464Z Installing collected packages: ninja, meson
2025-08-20T21:18:04.2271996Z 
2025-08-20T21:18:04.2300162Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:18:04.5107126Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:18:04.6171710Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:18:04.6795152Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:18:05.1133216Z 1.8.4
2025-08-20T21:18:05.1366896Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:18:05.1625068Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:18:05.1625768Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:18:05.1626560Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:18:05.1627253Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:18:05.1627851Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:18:05.1628460Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:18:05.1628905Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:18:05.1629358Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:18:05.1629781Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:18:05.1630179Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:18:05.1630622Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:18:05.1631064Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:18:05.1631441Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:18:05.1632094Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:18:05.1632490Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:18:05.1633107Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:18:05.1633506Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:18:05.1633857Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:18:05.1634231Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:18:05.1634684Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:18:05.1635375Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:18:05.1636043Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:18:05.1636785Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:18:05.1637508Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:18:05.1638134Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:18:05.1638812Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:18:05.1639564Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:18:05.1640306Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:18:05.1640997Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:18:05.1641415Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:18:05.1642026Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:18:05.1642457Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:18:05.1643189Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:18:05.1643618Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:18:05.1644055Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:18:05.1644502Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:18:05.1644904Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:18:05.1645297Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:18:05.1645791Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:18:05.1646207Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:18:05.1646623Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:18:05.1647019Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:18:05.1647402Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:18:05.1647852Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:18:05.1648319Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:18:05.1648775Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:18:05.1649253Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:18:05.1649687Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:18:05.1650105Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:18:05.1650516Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:18:05.1650918Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:18:05.1651327Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:18:05.1651864Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:18:05.1652235Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:18:05.1652591Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:18:05.1653222Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:18:05.1653540Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:18:05.1653877Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:18:05.1654274Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:18:05.1654647Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:18:05.1655060Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:18:05.1655492Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:18:05.1655902Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:18:05.1656310Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:18:05.1656729Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:18:05.1657152Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:18:05.1657545Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:18:05.1657933Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:18:05.1658364Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:18:05.1658827Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:18:05.1659445Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:18:05.1659926Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:18:05.1660340Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:18:05.1660721Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:18:05.1661105Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:18:05.1661502Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:18:05.1661929Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:18:05.1662415Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:18:05.1663089Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:18:05.1663693Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:18:05.1664128Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:18:05.1664523Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:18:05.1664910Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:18:05.1665310Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:18:05.1665698Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:18:05.1666075Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:18:05.1666491Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:18:05.1666905Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:18:05.1667286Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:18:05.1667664Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:18:05.1668065Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:18:05.1668494Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:18:05.1669000Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:18:05.1669365Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:18:05.1669749Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:18:05.1670134Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:18:05.1670476Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:18:05.1670850Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:18:05.1671223Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:18:05.1671582Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:18:05.1671966Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:18:05.1672328Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:18:05.1672899Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:18:05.1673401Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:18:05.1673785Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:18:05.1674182Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:18:05.1674569Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:18:05.1674941Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:18:05.1675307Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:18:05.1675693Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:18:05.1676211Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:18:05.1676554Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:18:05.1676880Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:18:05.1677236Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:18:05.1677585Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:18:05.1677930Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:18:05.1678286Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:18:05.1678630Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:18:05.1679001Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:18:05.1679391Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:18:05.1679820Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:18:05.1680265Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:18:05.1680658Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:18:05.1681045Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:18:05.1681433Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:18:05.1681815Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:18:05.1682213Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:18:05.1682769Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:18:05.1683260Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:18:05.1683644Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:18:05.1684050Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:18:05.1684493Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:18:05.1684921Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:18:05.1685306Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:18:05.1685819Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:18:05.1686224Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:18:05.1686624Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:18:05.1687018Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:18:05.1687404Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:18:05.1687794Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:18:05.1688191Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:18:05.1688568Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:18:05.1688925Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:18:05.1689228Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:18:05.1689554Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:18:05.1689943Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:18:05.1690338Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:18:05.1690725Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:18:05.1691090Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:18:05.1691456Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:18:05.1691830Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:18:05.1692174Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:18:05.1692768Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:18:05.1693230Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:18:05.1693677Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:18:05.1694078Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:18:05.1694445Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:18:05.1694825Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:18:05.1695232Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:18:05.1695640Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:18:05.1696052Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:18:05.1696409Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:18:05.1696766Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:18:05.1697182Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:18:05.1697613Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:18:05.1698014Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:18:05.1698397Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:18:05.1698926Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:18:05.1699570Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:18:05.1700222Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:18:05.1700965Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:18:05.1701682Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:18:05.1702108Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:18:05.1702478Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:18:05.1703051Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:18:05.1703669Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:18:05.1711154Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:18:05.1711700Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:18:05.1712159Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:18:05.1712567Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:18:05.1713352Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:18:05.1713894Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:18:05.1714408Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:18:05.1714846Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:18:05.1715207Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:18:05.1715598Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:18:05.1716008Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:18:05.1716418Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:18:05.1716816Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:18:05.1717186Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:18:05.1717549Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:18:05.1717941Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:18:05.1718500Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:18:05.1718911Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:18:05.1719302Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:18:05.1719695Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:18:05.1720085Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:18:05.1720505Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:18:05.1720948Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:18:05.1721370Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:18:05.1721742Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:18:05.1722110Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:18:05.1722508Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:18:05.1723122Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:18:05.1723501Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:18:05.1723881Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:18:05.1724263Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:18:05.1724678Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:18:05.1725141Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:18:05.1725581Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:18:05.1725969Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:18:05.1726350Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:18:05.1726733Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:18:05.1727105Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:18:05.1727466Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:18:05.1728033Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:18:05.1728409Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:18:05.1728852Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:18:05.1729321Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:18:05.1729773Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:18:05.1730285Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:18:05.1730792Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:18:05.1731282Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:18:05.1731771Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:18:05.1732204Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:18:05.1732564Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:18:05.1733056Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:18:05.1733427Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:18:05.1733798Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:18:05.1734151Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:18:05.1734527Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:18:05.1734892Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:18:05.1735384Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:18:05.1735771Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:18:05.1736144Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:18:05.1736539Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:18:05.1736921Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:18:05.1737327Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:18:05.1737759Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:18:05.1738139Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:18:05.1738507Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:18:05.1738910Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:18:05.1739283Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:18:05.1739633Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:18:05.1739979Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:18:05.1740338Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:18:05.1740717Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:18:05.1741082Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:18:05.1741470Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:18:05.1741821Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:18:05.1742133Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:18:05.1742587Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:05.1743357Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:18:05.1743730Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:18:05.1744101Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:18:05.1744465Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:18:05.1744999Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:18:05.1745428Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:18:05.1745849Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:18:05.1746273Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:18:05.1746672Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:18:05.1747064Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:18:05.1747479Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:18:05.1747889Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:18:05.1748272Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:18:05.1748701Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:18:05.1749180Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:18:05.1749666Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:18:05.1750107Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:18:05.1750506Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:18:05.1750904Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:18:05.1751372Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:18:05.1751965Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:18:05.1752371Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:18:05.1752930Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:18:05.1753380Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:18:05.1753777Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:18:05.1754134Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:18:05.1754490Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:18:05.1754862Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:18:05.1755232Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:18:05.1755598Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:18:05.1755959Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:18:05.1756350Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:18:05.1756720Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:18:05.1757085Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:18:05.1757457Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:18:05.1757808Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:18:05.1758182Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:18:05.1758568Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:18:05.1758927Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:18:05.1759286Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:18:05.1759636Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:18:05.1760010Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:18:05.1760386Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:18:05.1760751Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:18:05.1761234Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:18:05.1761607Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:18:05.1761953Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:18:05.1762318Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:18:05.1762871Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:18:05.1763278Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:18:05.1763638Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:18:05.1764013Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:18:05.1764433Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:18:05.1764826Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:18:05.1765182Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:18:05.1765549Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:18:05.1765903Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:18:05.1766198Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:18:05.1766497Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:18:05.1766843Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:18:05.1767193Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:18:05.1767564Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:18:05.1767923Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:18:05.1768413Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:18:05.1768754Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:18:05.1769130Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:18:05.1769541Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:18:05.1769935Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:18:05.1770324Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:18:05.1770713Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:18:05.1771119Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:18:05.1771610Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:18:05.1772236Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:18:05.1772962Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:18:05.1773505Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:18:05.1773976Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:18:05.1774423Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:18:05.1774936Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:18:05.1775548Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:18:05.1776103Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:18:05.1776583Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:18:05.1777025Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:18:05.1777390Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:18:05.1777757Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:18:05.1778248Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:18:05.1778629Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:18:05.1779013Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:18:05.1779390Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:18:05.1779773Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:18:05.1780154Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:18:05.1780530Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:18:05.1780898Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:18:05.1781265Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:18:05.1781626Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:18:05.1782018Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:18:05.1782404Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:18:05.1782906Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:18:05.1783312Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:18:05.1783667Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:18:05.1784048Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:18:05.1784451Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:18:05.1784855Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:18:05.1785403Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:18:05.1785834Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:18:05.1786199Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:18:05.1786561Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:18:05.1786934Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:18:05.1787287Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:18:05.1787668Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:18:05.1788051Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:18:05.1788427Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:18:05.1788803Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:18:05.1789164Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:18:05.1789518Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:18:05.1790062Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:05.1790770Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:05.1791441Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:05.1792090Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:05.1792606Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:18:05.1793079Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:18:05.1793447Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:18:05.1793815Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:18:05.1794182Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:18:05.1794659Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:18:05.1795024Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:18:05.1795401Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:18:05.1795772Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:18:05.1796139Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:18:05.1796515Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:18:05.1796877Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:18:05.1797258Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:18:05.1797663Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:18:05.1798055Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:18:05.1798448Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:18:05.1798839Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:18:05.1799223Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:18:05.1799602Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:18:05.1799979Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:18:05.1800351Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:18:05.1800730Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:18:05.1801237Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:18:05.1801628Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:18:05.1802013Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:18:05.1802406Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:18:05.1802885Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:18:05.1803301Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:18:05.1803726Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:18:05.1804115Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:18:05.1804544Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:18:05.1804990Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:18:05.1805395Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:18:05.1805756Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:18:05.1806126Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:18:05.1806519Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:18:05.1806920Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:18:05.1807318Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:18:05.1807692Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:18:05.1808072Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:18:05.1808535Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:18:05.1809003Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:18:05.1809400Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:18:05.1809804Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:18:05.1810245Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:18:05.1810809Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:18:05.1811277Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:18:05.1811757Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:18:05.1812192Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:18:05.1812717Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:18:05.1813110Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:18:05.1813495Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:18:05.1813905Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:18:05.1814282Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:18:05.1814652Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:18:05.1815060Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:18:05.1815455Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:18:05.1815856Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:18:05.1816267Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:18:05.1816654Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:18:05.1817024Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:18:05.1817388Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:18:05.1817855Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:18:05.1818249Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:18:05.1818663Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:18:05.1819116Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:18:05.1819557Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:18:05.1819952Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:18:05.1820382Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:18:05.1820796Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:18:05.1821194Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:18:05.1821593Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:18:05.1821949Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:18:05.1822301Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:18:05.1822783Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:18:05.1823178Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:18:05.1823543Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:18:05.1823867Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:18:05.1824172Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:18:05.1824515Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:18:05.1825007Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:18:05.1825514Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:18:05.1825893Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:18:05.1826261Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:18:05.1826645Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:18:05.1827163Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:18:05.1827561Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:18:05.1827953Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:18:05.1828357Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:18:05.1828756Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:18:05.1829122Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:18:05.1829483Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:18:05.1829841Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:18:05.1830208Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:18:05.1830623Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:18:05.1831047Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:18:05.1831433Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:18:05.1831842Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:18:05.1832271Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:18:05.1832753Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:18:05.1833113Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:18:05.1833459Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:18:05.1833920Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:18:05.1834291Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:18:05.1834660Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:18:05.1835055Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:18:05.1835462Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:18:05.1835913Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:18:05.1836340Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:18:05.1836707Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:18:05.1837083Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:18:05.1837457Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:18:05.1837831Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:18:05.1838207Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:18:05.1838571Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:18:05.1839009Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:18:05.1839491Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:18:05.1839905Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:18:05.1840270Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:18:05.1840637Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:18:05.1841031Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:18:05.1841416Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:18:05.1841780Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:18:05.1842174Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:18:05.1842549Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:18:05.1843128Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:18:05.1843478Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:18:05.1843870Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:18:05.1844283Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:18:05.1844655Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:18:05.1845036Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:18:05.1845467Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:18:05.1845883Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:18:05.1846301Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:18:05.1846688Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:18:05.1847198Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:05.1847708Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:18:05.1848015Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:18:05.1848354Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:18:05.1848763Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:18:05.1849195Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:18:05.1849717Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:18:05.1850413Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:18:05.1851021Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:18:05.1851672Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:18:05.1852310Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:18:05.1853036Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:18:05.1853655Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:18:05.1854230Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:18:05.1854714Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:18:05.1855154Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:18:05.1855585Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:18:05.1856002Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:18:05.1856463Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:18:05.1856884Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:18:05.1857259Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:18:05.1857620Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:18:05.1857995Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:18:05.1858371Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:18:05.1858774Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:18:05.1859187Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:18:05.1859542Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:18:05.1859931Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:18:05.1860544Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:18:05.1861024Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:18:05.1861509Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:18:05.1861988Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:18:05.1862462Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:18:05.1863025Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:18:05.1863474Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:18:05.1863885Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:18:05.1864290Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:18:05.1864703Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:18:05.1865105Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:18:05.1865505Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:18:05.1865930Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:18:05.1866353Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:18:05.1866733Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:18:05.1867110Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:18:05.1867593Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:18:05.1867969Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:18:05.1868426Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:18:05.1868860Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:18:05.1869253Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:18:05.1869650Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:18:05.1870060Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:18:05.1870495Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:18:05.1870927Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:18:05.1871349Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:18:05.1871736Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:18:05.1872102Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:18:05.1872481Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:18:05.1872951Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:18:05.1873321Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:18:05.1873715Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:18:05.1874104Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:18:05.1874522Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:18:05.1874982Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:18:05.1875393Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:18:05.1875793Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:18:05.1876179Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:18:05.1876473Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:18:05.1876904Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:18:05.1877276Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:18:05.1877663Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:18:05.1878040Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:18:05.1878421Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:18:05.1878838Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:18:05.1879270Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:18:05.1879677Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:18:05.1880057Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:18:05.1880446Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:18:05.1880992Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:05.1881563Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:18:05.1882007Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:18:05.1882438Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:18:05.1882965Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:18:05.1883380Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:18:05.1883769Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:18:05.1884263Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:18:05.1884641Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:18:05.1885032Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:18:05.1885423Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:18:05.1885789Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:18:05.1886166Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:18:05.1886559Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:18:05.1886930Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:18:05.1887332Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:18:05.1887788Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:18:05.1888207Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:18:05.1888576Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:18:05.1888949Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:18:05.1889328Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:18:05.1889694Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:18:05.1890056Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:18:05.1890473Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:18:05.1890909Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:18:05.1891306Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:18:05.1891696Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:18:05.1892087Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:18:05.1892459Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:18:05.1893042Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:18:05.1893415Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:18:05.1893803Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:18:05.1894239Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:18:05.1894681Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:18:05.1895096Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:18:05.1895492Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:18:05.1895885Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:18:05.1896302Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:18:05.1896680Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:18:05.1897034Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:18:05.1897344Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:18:05.1897641Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:18:05.1898002Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:18:05.1898370Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:18:05.1898713Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:18:05.1899078Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:18:05.1899468Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:18:05.1899959Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:18:05.1900324Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:18:05.1900680Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:18:05.1901059Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:18:05.1901450Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:18:05.1901816Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:18:05.1902171Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:18:05.1902522Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:18:05.1902994Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:18:05.1903365Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:18:05.1903709Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:18:05.1904081Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:18:05.1904462Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:18:05.1904827Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:18:05.1905195Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:18:05.1905559Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:18:05.1905937Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:18:05.1906327Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:18:05.1906742Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:18:05.1907135Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:18:05.1907481Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:18:05.1907826Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:18:05.1908165Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:18:05.1908597Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:18:05.1909225Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:18:05.1909706Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:18:05.1910176Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:18:05.1910669Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:18:05.1911097Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:18:05.1911467Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:18:05.1911844Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:18:05.1912230Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:18:05.1912745Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:18:05.1913122Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:18:05.1913502Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:18:05.1913861Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:18:05.1914241Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:18:05.1914682Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:18:05.1915105Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:18:05.1915473Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:18:05.1915868Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:18:05.1916395Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:18:05.1916771Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:18:05.1917111Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:18:05.1917496Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:18:05.1917937Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:18:05.1918353Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:18:05.1918751Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:18:05.1919147Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:18:05.1919459Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:18:05.1919731Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:18:05.1920075Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:18:05.1920550Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:18:05.6471794Z info: downloading installer
2025-08-20T21:18:05.8202106Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:18:05.8202569Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:18:05.8203238Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:18:05.8203745Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:18:05.8373570Z info: profile set to 'default'
2025-08-20T21:18:05.8374128Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T21:18:05.8374747Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:18:05.9044709Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:18:05.9213355Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:18:05.9213808Z 
2025-08-20T21:18:05.9307733Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:18:05.9308258Z 
2025-08-20T21:18:05.9308264Z 
2025-08-20T21:18:05.9308414Z Rust is installed now. Great!
2025-08-20T21:18:05.9308875Z 
2025-08-20T21:18:05.9309092Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:18:05.9309823Z environment variable. This has not been done automatically.
2025-08-20T21:18:05.9310220Z 
2025-08-20T21:18:05.9310416Z To configure your current shell, you need to source
2025-08-20T21:18:05.9310921Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:18:05.9311232Z 
2025-08-20T21:18:05.9311537Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:18:05.9312201Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:18:05.9312940Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:18:05.9313429Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:18:05.9727216Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:18:06.0056931Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:18:06.0057377Z 
2025-08-20T21:18:06.0150607Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:18:06.0151162Z 
2025-08-20T21:18:06.0633480Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:18:06.5824250Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:18:06.6130721Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:18:06.6131331Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:18:06.6131936Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:18:06.6132569Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:18:06.6133439Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:18:06.6134119Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:18:06.6135052Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:18:06.6135745Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:18:06.6136377Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:18:06.6136978Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:18:06.6137752Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:18:06.6138438Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:18:06.6139193Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:18:06.6139921Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:18:06.6140624Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:18:06.6141330Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:18:06.6142060Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:18:06.6142456Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:18:06.6143215Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:18:06.6143853Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:18:06.6144317Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:18:06.6144721Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:18:06.6145160Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:18:06.6145577Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:18:06.6145947Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:18:06.6146351Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:18:06.6146802Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:18:06.6147227Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:18:06.6147641Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:18:06.6148277Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:18:06.6148711Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:18:06.6149151Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:18:06.6149600Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:18:06.6150032Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:18:06.6150494Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:18:06.6150948Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:18:06.6151370Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:18:06.6151780Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:18:06.6152202Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:18:06.6152824Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:18:06.6153279Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:18:06.6153705Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:18:06.6154121Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:18:06.6154592Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:18:06.6155084Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:18:06.6155566Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:18:06.6156181Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:18:06.6156649Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:18:06.6157096Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:18:06.6157539Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:18:06.6157974Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:18:06.6158407Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:18:06.6158828Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:18:06.6159216Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:18:06.6159587Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:18:06.6159976Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:18:06.6160321Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:18:06.6160689Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:18:06.6161113Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:18:06.6161510Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:18:06.6161933Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:18:06.6162382Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:18:06.6163104Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:18:06.6163643Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:18:06.6164080Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:18:06.6164524Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:18:06.6164942Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:18:06.6165351Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:18:06.6165815Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:18:06.6166453Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:18:06.6166979Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:18:06.6167473Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:18:06.6167908Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:18:06.6168309Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:18:06.6168714Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:18:06.6169129Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:18:06.6169588Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:18:06.6170092Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:18:06.6170610Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:18:06.6171110Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:18:06.6171564Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:18:06.6171979Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:18:06.6172385Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:18:06.6172983Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:18:06.6173396Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:18:06.6173907Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:18:06.6174362Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:18:06.6174807Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:18:06.6175220Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:18:06.6175618Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:18:06.6176047Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:18:06.6176472Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:18:06.6176866Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:18:06.6177248Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:18:06.6177651Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:18:06.6178060Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:18:06.6178426Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:18:06.6178820Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:18:06.6179218Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:18:06.6179600Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:18:06.6180008Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:18:06.6180389Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:18:06.6180870Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:18:06.6181458Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:18:06.6181878Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:18:06.6182476Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:18:06.6183379Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:18:06.6184006Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:18:06.6184666Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:18:06.6185590Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:18:06.6186327Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:18:06.6186725Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:18:06.6187077Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:18:06.6187450Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:18:06.6187823Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:18:06.6188197Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:18:06.6188575Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:18:06.6188947Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:18:06.6189339Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:18:06.6189755Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:18:06.6190218Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:18:06.6190682Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:18:06.6191106Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:18:06.6191511Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:18:06.6192117Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:18:06.6192529Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:18:06.6193344Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:18:06.6194188Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:18:06.6194621Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:18:06.6195044Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:18:06.6195493Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:18:06.6203497Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:18:06.6204058Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:18:06.6204499Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:18:06.6204929Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:18:06.6205364Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:18:06.6205799Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:18:06.6206237Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:18:06.6206659Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:18:06.6207076Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:18:06.6207506Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:18:06.6207908Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:18:06.6208290Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:18:06.6208618Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:18:06.6208964Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:18:06.6209504Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:18:06.6210242Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:18:06.6210969Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:18:06.6211665Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:18:06.6212343Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:18:06.6213392Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:18:06.6213773Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:18:06.6214132Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:18:06.6214577Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:18:06.6215180Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:18:06.6215605Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:18:06.6215994Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:18:06.6216552Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:18:06.6217323Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:18:06.6218078Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:18:06.6218735Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:18:06.6219122Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:18:06.6219497Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:18:06.6220046Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:18:06.6220520Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:18:06.6220959Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:18:06.6221384Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:18:06.6222004Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:18:06.6223042Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:18:06.6223735Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:18:06.6224199Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:18:06.6224702Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:18:06.6225132Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:18:06.6225520Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:18:06.6225890Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:18:06.6226263Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:18:06.6226731Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:18:06.6227253Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:18:06.6227717Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:18:06.6228114Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:18:06.6228600Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:18:06.6229160Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:18:06.6229679Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:18:06.6230137Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:18:06.6230522Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:18:06.6230921Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:18:06.6231350Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:18:06.6231780Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:18:06.6232203Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:18:06.6232592Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:18:06.6233224Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:18:06.6233792Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:18:06.6234210Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:18:06.6234625Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:18:06.6235110Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:18:06.6235686Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:18:06.6236117Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:18:06.6236853Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:18:06.6237686Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:18:06.6238467Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:18:06.6239019Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:18:06.6239427Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:18:06.6239848Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:18:06.6240369Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:18:06.6240778Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:18:06.6241184Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:18:06.6241644Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:18:06.6242400Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:18:06.6243602Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:18:06.6244445Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:18:06.6245184Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:18:06.6245903Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:18:06.6246593Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:18:06.6247013Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:18:06.6247410Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:18:06.6247814Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:18:06.6248219Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:18:06.6248692Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:18:06.6249203Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:18:06.6249687Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:18:06.6250220Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:18:06.6250754Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:18:06.6251268Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:18:06.6251780Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:18:06.6252238Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:18:06.6252790Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:18:06.6253201Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:18:06.6253600Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:18:06.6253999Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:18:06.6254380Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:18:06.6254780Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:18:06.6255333Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:18:06.6255738Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:18:06.6256141Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:18:06.6256535Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:18:06.6256947Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:18:06.6257352Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:18:06.6257788Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:18:06.6258249Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:18:06.6258656Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:18:06.6259045Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:18:06.6259481Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:18:06.6259868Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:18:06.6260241Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:18:06.6260609Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:18:06.6260991Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:18:06.6261394Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:18:06.6261786Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:18:06.6262198Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:18:06.6262855Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:18:06.6263221Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:18:06.6263703Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:06.6264244Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:18:06.6264632Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:18:06.6265027Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:18:06.6265413Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:18:06.6265830Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:18:06.6266279Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:18:06.6266722Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:18:06.6267177Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:18:06.6267598Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:18:06.6268018Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:18:06.6268454Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:18:06.6268882Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:18:06.6269293Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:18:06.6269739Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:18:06.6270247Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:18:06.6270760Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:18:06.6271236Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:18:06.6271661Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:18:06.6272082Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:18:06.6272885Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:18:06.6273396Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:18:06.6273822Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:18:06.6274271Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:18:06.6274742Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:18:06.6275165Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:18:06.6275549Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:18:06.6275948Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:18:06.6276360Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:18:06.6276772Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:18:06.6277170Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:18:06.6277551Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:18:06.6277958Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:18:06.6278354Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:18:06.6278743Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:18:06.6279134Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:18:06.6279509Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:18:06.6279910Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:18:06.6280477Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:18:06.6280865Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:18:06.6281241Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:18:06.6281618Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:18:06.6282004Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:18:06.6282395Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:18:06.6282948Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:18:06.6283328Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:18:06.6283724Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:18:06.6284100Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:18:06.6284492Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:18:06.6284945Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:18:06.6285372Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:18:06.6285749Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:18:06.6286156Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:18:06.6286594Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:18:06.6287008Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:18:06.6287397Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:18:06.6287791Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:18:06.6288173Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:18:06.6288499Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:18:06.6288825Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:18:06.6289203Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:18:06.6289585Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:18:06.6290097Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:18:06.6290476Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:18:06.6290843Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:18:06.6291197Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:18:06.6291602Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:18:06.6292032Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:18:06.6292452Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:18:06.6293029Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:18:06.6293453Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:18:06.6293887Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:18:06.6294407Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:18:06.6295048Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:18:06.6295700Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:18:06.6296262Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:18:06.6296758Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:18:06.6297231Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:18:06.6297769Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:18:06.6298526Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:18:06.6299113Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:18:06.6299631Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:18:06.6300104Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:18:06.6300494Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:18:06.6300887Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:18:06.6301281Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:18:06.6301684Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:18:06.6302094Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:18:06.6302521Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:18:06.6303131Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:18:06.6303534Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:18:06.6303941Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:18:06.6304336Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:18:06.6304726Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:18:06.6305116Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:18:06.6305529Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:18:06.6305944Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:18:06.6306376Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:18:06.6306812Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:18:06.6307197Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:18:06.6307604Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:18:06.6308163Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:18:06.6308598Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:18:06.6309062Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:18:06.6309510Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:18:06.6309902Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:18:06.6310293Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:18:06.6310694Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:18:06.6311084Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:18:06.6311491Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:18:06.6311900Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:18:06.6312307Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:18:06.6312874Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:18:06.6313268Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:18:06.6313648Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:18:06.6314217Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:06.6314951Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:06.6315758Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:06.6316444Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:06.6316985Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:18:06.6317390Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:18:06.6317788Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:18:06.6318186Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:18:06.6318581Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:18:06.6318964Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:18:06.6319361Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:18:06.6319768Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:18:06.6320170Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:18:06.6320564Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:18:06.6320964Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:18:06.6321363Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:18:06.6321772Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:18:06.6322196Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:18:06.6322787Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:18:06.6323267Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:18:06.6323691Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:18:06.6324102Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:18:06.6324512Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:18:06.6324910Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:18:06.6325305Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:18:06.6325861Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:18:06.6326289Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:18:06.6326704Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:18:06.6327115Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:18:06.6327529Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:18:06.6327936Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:18:06.6328382Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:18:06.6328838Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:18:06.6329255Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:18:06.6329711Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:18:06.6330197Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:18:06.6330621Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:18:06.6331009Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:18:06.6331401Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:18:06.6331815Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:18:06.6332240Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:18:06.6332914Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:18:06.6333463Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:18:06.6333891Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:18:06.6334387Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:18:06.6334886Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:18:06.6335305Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:18:06.6335728Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:18:06.6336200Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:18:06.6336664Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:18:06.6337155Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:18:06.6337666Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:18:06.6338137Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:18:06.6338595Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:18:06.6339055Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:18:06.6339470Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:18:06.6339906Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:18:06.6340313Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:18:06.6340709Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:18:06.6341134Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:18:06.6341559Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:18:06.6341982Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:18:06.6342428Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:18:06.6343007Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:18:06.6343404Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:18:06.6343925Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:18:06.6344304Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:18:06.6344714Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:18:06.6345149Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:18:06.6345626Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:18:06.6346095Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:18:06.6346523Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:18:06.6346981Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:18:06.6347417Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:18:06.6347849Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:18:06.6348277Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:18:06.6348660Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:18:06.6349046Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:18:06.6349454Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:18:06.6349860Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:18:06.6350250Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:18:06.6350600Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:18:06.6351044Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:18:06.6351425Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:18:06.6351949Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:18:06.6352487Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:18:06.6353115Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:18:06.6353519Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:18:06.6353941Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:18:06.6354369Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:18:06.6354794Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:18:06.6355216Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:18:06.6355651Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:18:06.6356074Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:18:06.6356466Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:18:06.6356859Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:18:06.6357239Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:18:06.6357642Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:18:06.6358082Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:18:06.6358528Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:18:06.6358940Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:18:06.6359375Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:18:06.6359833Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:18:06.6360242Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:18:06.6360630Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:18:06.6361124Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:18:06.6361500Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:18:06.6361890Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:18:06.6362288Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:18:06.6362899Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:18:06.6363350Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:18:06.6363830Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:18:06.6364289Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:18:06.6364681Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:18:06.6365084Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:18:06.6365493Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:18:06.6365896Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:18:06.6366290Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:18:06.6366687Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:18:06.6367149Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:18:06.6367656Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:18:06.6368099Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:18:06.6368609Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:18:06.6369003Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:18:06.6369425Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:18:06.6369841Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:18:06.6370232Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:18:06.6370647Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:18:06.6371044Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:18:06.6371409Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:18:06.6371783Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:18:06.6372197Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:18:06.6372787Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:18:06.6373212Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:18:06.6373619Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:18:06.6374080Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:18:06.6374535Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:18:06.6374973Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:18:06.6375385Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:18:06.6375924Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:06.6376455Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:18:06.6376787Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:18:06.6377154Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:18:06.6377591Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:18:06.6378037Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:18:06.6378701Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:18:06.6379304Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:18:06.6379927Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:18:06.6380590Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:18:06.6381244Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:18:06.6381890Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:18:06.6382540Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:18:06.6383315Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:18:06.6383819Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:18:06.6384284Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:18:06.6384734Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:18:06.6385176Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:18:06.6385660Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:18:06.6386111Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:18:06.6386514Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:18:06.6387016Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:18:06.6387424Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:18:06.6387820Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:18:06.6388257Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:18:06.6388692Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:18:06.6389078Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:18:06.6389493Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:18:06.6389977Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:18:06.6390487Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:18:06.6390992Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:18:06.6391498Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:18:06.6391994Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:18:06.6392499Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:18:06.6393177Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:18:06.6393608Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:18:06.6394042Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:18:06.6394476Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:18:06.6394905Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:18:06.6395330Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:18:06.6395787Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:18:06.6396233Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:18:06.6396638Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:18:06.6397164Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:18:06.6397558Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:18:06.6397956Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:18:06.6398415Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:18:06.6398875Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:18:06.6399297Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:18:06.6399721Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:18:06.6400169Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:18:06.6400636Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:18:06.6401099Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:18:06.6401549Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:18:06.6401966Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:18:06.6402353Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:18:06.6402970Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:18:06.6403363Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:18:06.6403752Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:18:06.6404173Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:18:06.6404703Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:18:06.6405151Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:18:06.6405634Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:18:06.6406080Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:18:06.6406505Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:18:06.6406918Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:18:06.6407234Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:18:06.6407575Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:18:06.6407976Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:18:06.6408389Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:18:06.6408793Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:18:06.6409213Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:18:06.6409658Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:18:06.6410126Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:18:06.6410558Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:18:06.6410953Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:18:06.6411368Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:18:06.6411934Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:18:06.6412531Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:18:06.6413102Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:18:06.6413564Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:18:06.6414017Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:18:06.6414616Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:18:06.6415034Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:18:06.6415437Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:18:06.6415838Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:18:06.6416252Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:18:06.6416669Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:18:06.6417064Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:18:06.6417473Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:18:06.6417895Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:18:06.6418290Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:18:06.6418725Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:18:06.6419209Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:18:06.6419648Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:18:06.6420043Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:18:06.6420430Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:18:06.6420838Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:18:06.6421235Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:18:06.6421625Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:18:06.6422181Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:18:06.6422789Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:18:06.6423222Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:18:06.6423636Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:18:06.6424051Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:18:06.6424453Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:18:06.6424843Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:18:06.6425244Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:18:06.6425660Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:18:06.6426127Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:18:06.6426597Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:18:06.6427039Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:18:06.6427462Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:18:06.6427885Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:18:06.6428325Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:18:06.6428730Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:18:06.6429100Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:18:06.6429431Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:18:06.6429751Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:18:06.6430146Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:18:06.6430540Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:18:06.6430911Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:18:06.6431299Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:18:06.6431834Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:18:06.6432234Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:18:06.6432740Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:18:06.6433193Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:18:06.6433587Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:18:06.6434004Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:18:06.6434395Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:18:06.6434776Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:18:06.6435158Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:18:06.6435566Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:18:06.6435971Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:18:06.6436337Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:18:06.6436727Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:18:06.6437133Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:18:06.6437530Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:18:06.6437918Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:18:06.6438307Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:18:06.6438707Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:18:06.6439276Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:18:06.6439721Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:18:06.6440147Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:18:06.6440526Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:18:06.6440894Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:18:06.6441258Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:18:06.6441702Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:18:06.6442216Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:18:06.6442891Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:18:06.6443392Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:18:06.6443913Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:18:06.6444364Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:18:06.6444765Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:18:06.6445175Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:18:06.6445576Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:18:06.6445979Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:18:06.6446378Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:18:06.6446778Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:18:06.6447180Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:18:06.6447592Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:18:06.6448058Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:18:06.6448508Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:18:06.6448903Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:18:06.6449449Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:18:06.6449890Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:18:06.6450294Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:18:06.6450673Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:18:06.6451081Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:18:06.6451551Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:18:06.6451994Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:18:06.6452428Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:18:06.6452961Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:18:06.6453300Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:18:06.6453609Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:18:06.6453980Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:18:06.6454483Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:18:06.6454821Z 
2025-08-20T21:18:06.6454825Z 
2025-08-20T21:18:06.6455202Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:18:06 PM)
2025-08-20T21:18:06.6455589Z 
2025-08-20T21:18:06.6455593Z 
2025-08-20T21:18:06.6455597Z 
2025-08-20T21:18:06.6455686Z [+] Continue : YES
2025-08-20T21:18:06.6455809Z 
2025-08-20T21:18:06.6456177Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:18:06.6784416Z 
2025-08-20T21:18:06.6784854Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:18:06 PM) UTC
2025-08-20T21:18:06.6785133Z 
2025-08-20T21:18:06.6801978Z 
2025-08-20T21:18:06.6802199Z [+] Total RECIPES :: 1
2025-08-20T21:18:06.6802437Z 
2025-08-20T21:18:06.6878220Z 
2025-08-20T21:18:06.6878880Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.stable.yaml (1/1)
2025-08-20T21:18:06.6879423Z 
2025-08-20T21:18:06.7251846Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.stable.yaml
2025-08-20T21:18:06.7262047Z mode of '/tmp/pkgforge/V1m5LiuXE_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:18:06.7309300Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/k9s/official [Provided]
2025-08-20T21:18:06.7309993Z [+] Setting '.pkg_family' --> k9s [Provided]
2025-08-20T21:18:06.7322064Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:18:06.7328287Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T21:18:06.7358070Z [00:00:00.003]➜  
2025-08-20T21:18:06.7358626Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/V1m5LiuXE_build.yaml
2025-08-20T21:18:06.7359062Z [00:00:00.003]➜  
2025-08-20T21:18:06.7399988Z [00:00:00.007]➜  
2025-08-20T21:18:06.7400515Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/V1m5LiuXE_build.yaml
2025-08-20T21:18:06.7400934Z [00:00:00.007]➜  
2025-08-20T21:18:06.7480706Z [00:00:00.015]➜  
2025-08-20T21:18:06.7482596Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/k9s/static.official.stable.yaml) --> /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:18:06 PM) UTC]
2025-08-20T21:18:06.7483776Z [00:00:00.015]➜  
2025-08-20T21:18:06.7484028Z [00:00:00.015]➜  
2025-08-20T21:18:06.7484247Z [00:00:00.015]➜  
2025-08-20T21:18:06.7484553Z [00:00:00.015]➜  ###################################################################
2025-08-20T21:18:06.7491573Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:18:06.7492949Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.source.yaml
2025-08-20T21:18:06.7494060Z [00:00:00.017]➜  _disabled: false
2025-08-20T21:18:06.7494507Z [00:00:00.017]➜  
2025-08-20T21:18:06.7494893Z [00:00:00.017]➜  pkg: "k9s"
2025-08-20T21:18:06.7495415Z [00:00:00.017]➜  pkg_id: "github.com.derailed.k9s"
2025-08-20T21:18:06.7495975Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T21:18:06.7496487Z [00:00:00.017]➜  category:
2025-08-20T21:18:06.7497331Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T21:18:06.7497831Z [00:00:00.017]➜    - "Utility"
2025-08-20T21:18:06.7498497Z [00:00:00.017]➜  description: "Terminal UI to interact with Kubernetes clusters"
2025-08-20T21:18:06.7499163Z [00:00:00.017]➜  distro_pkg:
2025-08-20T21:18:06.7499432Z [00:00:00.017]➜    alpine:
2025-08-20T21:18:06.7499691Z [00:00:00.017]➜      - "k9s"
2025-08-20T21:18:06.7499948Z [00:00:00.017]➜    archlinux:
2025-08-20T21:18:06.7500214Z [00:00:00.017]➜      aur:
2025-08-20T21:18:06.7500476Z [00:00:00.017]➜        - "k9s-git"
2025-08-20T21:18:06.7500747Z [00:00:00.017]➜      extra:
2025-08-20T21:18:06.7500999Z [00:00:00.017]➜        - "k9s"
2025-08-20T21:18:06.7501262Z [00:00:00.017]➜    homebrew:
2025-08-20T21:18:06.7501528Z [00:00:00.017]➜      - "k9s"
2025-08-20T21:18:06.7501784Z [00:00:00.017]➜    nixpkgs:
2025-08-20T21:18:06.7502037Z [00:00:00.017]➜      - "k9s"
2025-08-20T21:18:06.7502292Z [00:00:00.017]➜  homepage:
2025-08-20T21:18:06.7502599Z [00:00:00.017]➜    - "https://k9scli.io"
2025-08-20T21:18:06.7503194Z [00:00:00.017]➜    - "https://github.com/derailed/k9s"
2025-08-20T21:18:06.7503524Z [00:00:00.017]➜  license:
2025-08-20T21:18:06.7503779Z [00:00:00.017]➜    - id: "MIT"
2025-08-20T21:18:06.7504488Z [00:00:00.017]➜      url: "https://github.com/derailed/k9s/raw/464207797581d95d2537890932a4bd18e4a6a8bf/LICENSE"
2025-08-20T21:18:06.7504993Z [00:00:00.017]➜  maintainer:
2025-08-20T21:18:06.7505362Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:18:06.7505699Z [00:00:00.017]➜  note:
2025-08-20T21:18:06.7506014Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:18:06.7506547Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/derailed/k9s"
2025-08-20T21:18:06.7506985Z [00:00:00.017]➜  provides:
2025-08-20T21:18:06.7507236Z [00:00:00.017]➜    - "k9s"
2025-08-20T21:18:06.7507481Z [00:00:00.017]➜  repology:
2025-08-20T21:18:06.7507721Z [00:00:00.017]➜    - "k9s"
2025-08-20T21:18:06.7508060Z [00:00:00.017]➜  src_url:
2025-08-20T21:18:06.7508616Z [00:00:00.017]➜    - "https://github.com/derailed/k9s"
2025-08-20T21:18:06.7509130Z [00:00:00.017]➜  tag:
2025-08-20T21:18:06.7509560Z [00:00:00.017]➜    - "kubernetes"
2025-08-20T21:18:06.7510035Z [00:00:00.017]➜  x_exec:
2025-08-20T21:18:06.7510516Z [00:00:00.017]➜    bsys: "docker://go"
2025-08-20T21:18:06.7511012Z [00:00:00.017]➜    host:
2025-08-20T21:18:06.7511496Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T21:18:06.7512096Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T21:18:06.7512601Z [00:00:00.017]➜    shell: "bash"
2025-08-20T21:18:06.7513246Z [00:00:00.017]➜    pkgver: |
2025-08-20T21:18:06.7513786Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:18:06.7515071Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/derailed/k9s" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:18:06.7516665Z [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:18:06.7517891Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:18:06.7518621Z [00:00:00.017]➜    run: |
2025-08-20T21:18:06.7519042Z [00:00:00.017]➜      #Build
2025-08-20T21:18:06.7520142Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T21:18:06.7521178Z [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:18:06.7521787Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:18:06.7522287Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:18:06.7523209Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T21:18:06.7523604Z [00:00:00.017]➜        bash -l -c '
2025-08-20T21:18:06.7523893Z [00:00:00.017]➜        #Setup ENV
2025-08-20T21:18:06.7524314Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:18:06.7524714Z [00:00:00.017]➜         CGO_ENABLED="1" 
2025-08-20T21:18:06.7525119Z [00:00:00.017]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:18:06.7525678Z [00:00:00.017]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:18:06.7526098Z [00:00:00.017]➜         GOOS="linux"
2025-08-20T21:18:06.7526442Z [00:00:00.017]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:18:06.7526772Z [00:00:00.017]➜        #Build
2025-08-20T21:18:06.7527305Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/derailed/k9s" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:18:06.7527864Z [00:00:00.017]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:18:06.7528363Z [00:00:00.017]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:18:06.7528970Z [00:00:00.017]➜         go mod tidy -v ; go generate ./...
2025-08-20T21:18:06.7529768Z [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/k9s"
2025-08-20T21:18:06.7530431Z [00:00:00.017]➜        #Copy
2025-08-20T21:18:06.7531106Z [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:18:06.7531704Z [00:00:00.017]➜        #Strip 
2025-08-20T21:18:06.7532238Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:18:06.7533285Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:18:06.7534016Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:18:06.7534647Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:18:06.7535240Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:18:06.7535700Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T21:18:06.7535981Z [00:00:00.017]➜        '
2025-08-20T21:18:06.7536239Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T21:18:06.7536630Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:18:06.7537218Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:18:06.7538353Z [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:18:06.7539176Z [00:00:00.017]➜  
2025-08-20T21:18:06.7539395Z [00:00:00.017]➜  
2025-08-20T21:18:06.7539698Z [00:00:00.017]➜  ###################################################################
2025-08-20T21:18:06.7540156Z [00:00:00.017]➜  
2025-08-20T21:18:06.7540396Z [00:00:00.017]➜  
2025-08-20T21:18:06.7540765Z [00:00:00.017]➜  
2025-08-20T21:18:06.7541582Z [00:00:00.018]➜  '/tmp/pkgforge/V1m5LiuXE_build.yaml' -> '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:18:08.0013346Z [00:00:01.269]➜  '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/k9s.static.version' -> '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/k9s.version'
2025-08-20T21:18:08.0068298Z [00:00:01.274]➜  [+] Version: HEAD-4686c1d-250820T090605 ('.x_exec.pkgver') [/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/k9s.static.version]
2025-08-20T21:18:08.0309778Z [00:00:01.298]➜  [+] Progs: k9s
2025-08-20T21:18:08.1888722Z [00:00:01.456]➜  
2025-08-20T21:18:08.1889246Z [00:00:01.456]➜  [-] Missing packages. Found: 
2025-08-20T21:18:08.1889776Z [00:00:01.456]➜  [+] Expected: k9s
2025-08-20T21:18:08.1890273Z [00:00:01.456]➜  [+] Continuing with build...
2025-08-20T21:18:08.1890635Z [00:00:01.456]➜  
2025-08-20T21:18:08.5589647Z [00:00:01.826]➜  
2025-08-20T21:18:08.5590021Z [00:00:01.826]➜  
2025-08-20T21:18:08.5680934Z [00:00:01.835]➜  + mkdir -pv /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:18:08.5699525Z [00:00:01.837]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=k9s -e PKG_ID=github.com.derailed.k9s -e PKG_TYPE=static -e PKG_VER=HEAD-4686c1d-250820T090605 -e PKGVER=HEAD-4686c1d-250820T090605 -e SBUILD_PKG=k9s.static -e SBUILD_PKGVER=HEAD-4686c1d-250820T090605 --volume /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T21:18:08.5702320Z [00:00:01.837]➜    #Setup ENV
2025-08-20T21:18:08.5703045Z [00:00:01.837]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:18:08.5703523Z [00:00:01.837]➜     CGO_ENABLED="1" 
2025-08-20T21:18:08.5703986Z [00:00:01.837]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:18:08.5704595Z [00:00:01.837]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:18:08.5705067Z [00:00:01.837]➜     GOOS="linux"
2025-08-20T21:18:08.5705438Z [00:00:01.837]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:18:08.5705798Z [00:00:01.837]➜    #Build
2025-08-20T21:18:08.5706390Z [00:00:01.837]➜     git clone --filter "blob:none" --quiet "https://github.com/derailed/k9s" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:18:08.5707027Z [00:00:01.837]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:18:08.5707595Z [00:00:01.837]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:18:08.5708113Z [00:00:01.837]➜     go mod tidy -v ; go generate ./...
2025-08-20T21:18:08.5708999Z [00:00:01.837]➜     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/k9s"
2025-08-20T21:18:08.5709745Z [00:00:01.837]➜    #Copy
2025-08-20T21:18:08.5710499Z [00:00:01.837]➜     ( 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:18:08.5711183Z [00:00:01.837]➜    #Strip 
2025-08-20T21:18:08.5711771Z [00:00:01.837]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:18:08.5712595Z [00:00:01.837]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:18:08.5713553Z [00:00:01.837]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:18:08.5714267Z [00:00:01.837]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:18:08.5715124Z [00:00:01.837]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:18:08.5715601Z [00:00:01.837]➜     popd &>/dev/null
2025-08-20T21:18:08.5715881Z [00:00:01.837]➜    '
2025-08-20T21:18:08.8028308Z [00:00:02.070]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T21:18:08.8440956Z [00:00:02.111]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T21:18:08.8441627Z [00:00:02.111]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T21:18:08.8442130Z [00:00:02.111]➜  bffca73cb30c: Pulling fs layer
2025-08-20T21:18:08.8442929Z [00:00:02.111]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T21:18:08.8443344Z [00:00:02.111]➜  eb4a15147d73: Pulling fs layer
2025-08-20T21:18:08.8443724Z [00:00:02.111]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T21:18:08.8444125Z [00:00:02.111]➜  eb4a15147d73: Waiting
2025-08-20T21:18:08.8444472Z [00:00:02.111]➜  73d19b2d2e73: Waiting
2025-08-20T21:18:08.8444810Z [00:00:02.111]➜  1eff1cf6af24: Waiting
2025-08-20T21:18:08.8961774Z [00:00:02.163]➜  bffca73cb30c: Verifying Checksum
2025-08-20T21:18:08.8962883Z [00:00:02.164]➜  bffca73cb30c: Download complete
2025-08-20T21:18:08.9233630Z [00:00:02.191]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T21:18:08.9234255Z [00:00:02.191]➜  74f0d3ee81d8: Download complete
2025-08-20T21:18:08.9281571Z [00:00:02.195]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T21:18:08.9282169Z [00:00:02.195]➜  d62bb7eb03b5: Download complete
2025-08-20T21:18:08.9994522Z [00:00:02.267]➜  1eff1cf6af24: Download complete
2025-08-20T21:18:09.0798350Z [00:00:02.347]➜  d62bb7eb03b5: Pull complete
2025-08-20T21:18:09.2349557Z [00:00:02.502]➜  eb4a15147d73: Verifying Checksum
2025-08-20T21:18:09.2350254Z [00:00:02.502]➜  eb4a15147d73: Download complete
2025-08-20T21:18:10.8328178Z [00:00:04.100]➜  74f0d3ee81d8: Pull complete
2025-08-20T21:18:11.7749152Z [00:00:05.042]➜  bffca73cb30c: Pull complete
2025-08-20T21:18:16.6343568Z [00:00:09.902]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T21:18:16.6344428Z [00:00:09.902]➜  73d19b2d2e73: Download complete
2025-08-20T21:19:30.2342321Z [00:01:23.501]➜  73d19b2d2e73: Pull complete
2025-08-20T21:19:35.4347493Z [00:01:28.702]➜  eb4a15147d73: Pull complete
2025-08-20T21:19:35.4462368Z [00:01:28.714]➜  1eff1cf6af24: Pull complete
2025-08-20T21:19:35.4511255Z [00:01:28.718]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T21:19:35.4524770Z [00:01:28.720]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T21:19:35.6662490Z [00:01:28.933]➜  + mkdir -p /build-bins
2025-08-20T21:19:35.6679754Z [00:01:28.935]➜  ++ mktemp -d
2025-08-20T21:19:35.6695728Z [00:01:28.937]➜  + pushd /tmp/tmp.gv9cDu0mVo
2025-08-20T21:19:35.6696453Z [00:01:28.937]➜  + CGO_ENABLED=1
2025-08-20T21:19:35.6697144Z [00:01:28.937]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T21:19:35.6701928Z [00:01:28.938]➜  ++ uname -m
2025-08-20T21:19:35.6704327Z [00:01:28.938]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T21:19:35.6719226Z [00:01:28.939]➜  + GOARCH=amd64
2025-08-20T21:19:35.6719707Z [00:01:28.939]➜  + GOOS=linux
2025-08-20T21:19:35.6720118Z [00:01:28.939]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:19:35.6720683Z [00:01:28.939]➜  + git clone --filter blob:none --quiet https://github.com/derailed/k9s ./TEMPREPO
2025-08-20T21:19:36.5843019Z [00:01:29.851]➜  + cd ./TEMPREPO
2025-08-20T21:19:36.5843678Z [00:01:29.852]➜  + echo -e '\n[+] Target: "amd64/linux"'
2025-08-20T21:19:36.5844234Z [00:01:29.852]➜  
2025-08-20T21:19:36.5844625Z [00:01:29.852]➜  [+] Target: "amd64/linux"
2025-08-20T21:19:36.5845447Z [00:01:29.852]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:19:36.5846233Z [00:01:29.852]➜  
2025-08-20T21:19:36.5847003Z [00:01:29.852]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T21:19:36.5847778Z [00:01:29.852]➜  + go mod tidy -v
2025-08-20T21:19:36.6034854Z [00:01:29.871]➜  go: downloading k8s.io/client-go v0.33.2
2025-08-20T21:19:36.6035550Z [00:01:29.871]➜  go: downloading k8s.io/klog/v2 v2.130.1
2025-08-20T21:19:36.6353354Z [00:01:29.903]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T21:19:36.6393859Z [00:01:29.907]➜  go: downloading github.com/lmittmann/tint v1.0.7
2025-08-20T21:19:36.7338327Z [00:01:30.001]➜  go: downloading github.com/mattn/go-colorable v0.1.14
2025-08-20T21:19:36.7448171Z [00:01:30.012]➜  go: downloading github.com/spf13/cobra v1.9.1
2025-08-20T21:19:36.7523840Z [00:01:30.020]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T21:19:36.7568881Z [00:01:30.024]➜  go: downloading k8s.io/cli-runtime v0.33.2
2025-08-20T21:19:36.7905433Z [00:01:30.058]➜  go: downloading github.com/xeipuuv/gojsonschema v1.2.0
2025-08-20T21:19:36.8279027Z [00:01:30.094]➜  go: downloading github.com/fvbommel/sortorder v1.1.0
2025-08-20T21:19:36.8410540Z [00:01:30.108]➜  go: downloading k8s.io/api v0.33.2
2025-08-20T21:19:37.3790903Z [00:01:30.646]➜  go: downloading k8s.io/apiextensions-apiserver v0.33.2
2025-08-20T21:19:37.3791767Z [00:01:30.646]➜  go: downloading k8s.io/apimachinery v0.33.2
2025-08-20T21:19:37.5418577Z [00:01:30.809]➜  go: downloading k8s.io/metrics v0.33.2
2025-08-20T21:19:37.5550403Z [00:01:30.822]➜  go: downloading github.com/adrg/xdg v0.5.3
2025-08-20T21:19:37.5851813Z [00:01:30.852]➜  go: downloading github.com/derailed/tcell/v2 v2.3.1-rc.4
2025-08-20T21:19:37.5897222Z [00:01:30.857]➜  go: downloading github.com/derailed/tview v0.8.5
2025-08-20T21:19:37.5906498Z [00:01:30.858]➜  go: downloading github.com/petergtz/pegomock v2.9.0+incompatible
2025-08-20T21:19:37.5911904Z [00:01:30.859]➜  go: downloading github.com/rakyll/hey v0.1.4
2025-08-20T21:19:37.6225283Z [00:01:30.890]➜  go: downloading github.com/sahilm/fuzzy v0.1.1
2025-08-20T21:19:37.6785071Z [00:01:30.946]➜  go: downloading helm.sh/helm/v3 v3.18.4
2025-08-20T21:19:37.8753472Z [00:01:31.142]➜  go: downloading github.com/cenkalti/backoff/v4 v4.3.0
2025-08-20T21:19:37.9567574Z [00:01:31.224]➜  go: downloading k8s.io/kubectl v0.33.2
2025-08-20T21:19:38.1980899Z [00:01:31.465]➜  go: downloading sigs.k8s.io/yaml v1.5.0
2025-08-20T21:19:38.1981646Z [00:01:31.465]➜  go: downloading github.com/fsnotify/fsnotify v1.9.0
2025-08-20T21:19:38.1982395Z [00:01:31.465]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T21:19:38.2152018Z [00:01:31.482]➜  go: downloading github.com/anchore/clio v0.0.0-20250408180537-ec8fa27f0d9f
2025-08-20T21:19:38.2168479Z [00:01:31.484]➜  go: downloading github.com/anchore/grype v0.96.0
2025-08-20T21:19:38.6024947Z [00:01:31.870]➜  go: downloading github.com/olekukonko/tablewriter v1.0.8
2025-08-20T21:19:38.6025804Z [00:01:31.870]➜  go: downloading github.com/anchore/syft v1.28.0
2025-08-20T21:19:38.8132212Z [00:01:32.080]➜  go: downloading github.com/itchyny/gojq v0.12.17
2025-08-20T21:19:38.8133164Z [00:01:32.080]➜  go: downloading golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
2025-08-20T21:19:38.8133872Z [00:01:32.080]➜  go: downloading golang.org/x/text v0.27.0
2025-08-20T21:19:38.9210026Z [00:01:32.188]➜  go: downloading github.com/atotto/clipboard v0.1.4
2025-08-20T21:19:38.9313631Z [00:01:32.199]➜  go: downloading github.com/fatih/color v1.18.0
2025-08-20T21:19:38.9430061Z [00:01:32.210]➜  go: downloading github.com/go-errors/errors v1.5.1
2025-08-20T21:19:39.4032541Z [00:01:32.670]➜  go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2025-08-20T21:19:39.4033503Z [00:01:32.671]➜  go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
2025-08-20T21:19:39.4090895Z [00:01:32.676]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T21:19:39.4188134Z [00:01:32.686]➜  go: downloading golang.org/x/sys v0.34.0
2025-08-20T21:19:39.4328953Z [00:01:32.700]➜  go: downloading github.com/go-logr/logr v1.4.3
2025-08-20T21:19:39.4609563Z [00:01:32.728]➜  go: downloading github.com/inconshreveable/mousetrap v1.1.0
2025-08-20T21:19:39.4708469Z [00:01:32.738]➜  go: downloading github.com/spf13/pflag v1.0.6
2025-08-20T21:19:39.5168928Z [00:01:32.784]➜  go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
2025-08-20T21:19:39.5278315Z [00:01:32.795]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T21:19:39.5427510Z [00:01:32.810]➜  go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
2025-08-20T21:19:39.5539530Z [00:01:32.821]➜  go: downloading k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
2025-08-20T21:19:39.6179422Z [00:01:32.885]➜  go: downloading github.com/gogo/protobuf v1.3.2
2025-08-20T21:19:39.7036068Z [00:01:32.971]➜  go: downloading github.com/fxamacker/cbor/v2 v2.7.0
2025-08-20T21:19:39.7299694Z [00:01:32.997]➜  go: downloading github.com/google/go-cmp v0.7.0
2025-08-20T21:19:39.7545120Z [00:01:33.022]➜  go: downloading sigs.k8s.io/randfill v1.0.0
2025-08-20T21:19:39.7680192Z [00:01:33.035]➜  go: downloading github.com/google/gnostic-models v0.6.9
2025-08-20T21:19:39.8050360Z [00:01:33.072]➜  go: downloading github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
2025-08-20T21:19:39.8278202Z [00:01:33.095]➜  go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
2025-08-20T21:19:39.8603022Z [00:01:33.128]➜  go: downloading golang.org/x/term v0.33.0
2025-08-20T21:19:39.8752359Z [00:01:33.142]➜  go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
2025-08-20T21:19:39.8876460Z [00:01:33.155]➜  go: downloading golang.org/x/net v0.42.0
2025-08-20T21:19:39.9653077Z [00:01:33.233]➜  go: downloading gopkg.in/inf.v0 v0.9.1
2025-08-20T21:19:39.9693502Z [00:01:33.237]➜  go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.6.0
2025-08-20T21:19:39.9762957Z [00:01:33.244]➜  go: downloading github.com/onsi/gomega v1.35.1
2025-08-20T21:19:40.0389025Z [00:01:33.306]➜  go: downloading github.com/onsi/ginkgo v1.16.5
2025-08-20T21:19:40.1585413Z [00:01:33.426]➜  go: downloading github.com/Masterminds/semver/v3 v3.4.0
2025-08-20T21:19:40.1659495Z [00:01:33.433]➜  go: downloading github.com/Masterminds/sprig/v3 v3.3.0
2025-08-20T21:19:40.1682952Z [00:01:33.436]➜  go: downloading github.com/gosuri/uitable v0.0.4
2025-08-20T21:19:40.1762444Z [00:01:33.444]➜  go: downloading github.com/pkg/errors v0.9.1
2025-08-20T21:19:40.1817621Z [00:01:33.449]➜  go: downloading k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff
2025-08-20T21:19:40.3614150Z [00:01:33.629]➜  go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
2025-08-20T21:19:40.3614727Z [00:01:33.629]➜  go: downloading github.com/moby/term v0.5.2
2025-08-20T21:19:40.3685422Z [00:01:33.636]➜  go: downloading github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
2025-08-20T21:19:40.3718042Z [00:01:33.639]➜  go: downloading github.com/gdamore/encoding v1.0.1
2025-08-20T21:19:40.3845887Z [00:01:33.652]➜  go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
2025-08-20T21:19:40.3875986Z [00:01:33.655]➜  go: downloading github.com/rivo/uniseg v0.4.7
2025-08-20T21:19:40.4472092Z [00:01:33.714]➜  go: downloading k8s.io/component-base v0.33.2
2025-08-20T21:19:40.4614136Z [00:01:33.729]➜  go: downloading github.com/fatih/camelcase v1.0.0
2025-08-20T21:19:40.5000324Z [00:01:33.767]➜  go: downloading go.yaml.in/yaml/v2 v2.4.2
2025-08-20T21:19:40.5141502Z [00:01:33.781]➜  go: downloading go.yaml.in/yaml/v3 v3.0.3
2025-08-20T21:19:40.5477768Z [00:01:33.814]➜  go: downloading github.com/anchore/fangs v0.0.0-20250402135612-96e29e45f3fe
2025-08-20T21:19:40.5644423Z [00:01:33.832]➜  go: downloading github.com/anchore/go-homedir v0.0.0-20250319154043-c29668562e4d
2025-08-20T21:19:40.6375561Z [00:01:33.905]➜  go: downloading github.com/anchore/go-logger v0.0.0-20250318195838-07ae343dd722
2025-08-20T21:19:40.7115653Z [00:01:33.979]➜  go: downloading github.com/gookit/color v1.5.4
2025-08-20T21:19:40.7311211Z [00:01:33.998]➜  go: downloading github.com/iancoleman/strcase v0.3.0
2025-08-20T21:19:40.7390710Z [00:01:34.006]➜  go: downloading github.com/pborman/indent v1.2.1
2025-08-20T21:19:40.8208346Z [00:01:34.088]➜  go: downloading github.com/pkg/profile v1.7.0
2025-08-20T21:19:40.8414626Z [00:01:34.109]➜  go: downloading github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af
2025-08-20T21:19:40.8673949Z [00:01:34.135]➜  go: downloading github.com/wagoodman/go-partybus v0.0.0-20230516145632-8ccac152c651
2025-08-20T21:19:40.8746452Z [00:01:34.142]➜  go: downloading github.com/anchore/packageurl-go v0.1.1-0.20250220190351-d62adb6e1115
2025-08-20T21:19:40.9507379Z [00:01:34.218]➜  go: downloading github.com/anchore/stereoscope v0.1.6
2025-08-20T21:19:41.1859606Z [00:01:34.453]➜  go: downloading github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
2025-08-20T21:19:41.1964021Z [00:01:34.464]➜  go: downloading github.com/scylladb/go-set v1.0.3-0.20200225121959-cc7b2070d91e
2025-08-20T21:19:41.2178349Z [00:01:34.485]➜  go: downloading golang.org/x/time v0.12.0
2025-08-20T21:19:41.2256227Z [00:01:34.493]➜  go: downloading github.com/wagoodman/go-progress v0.0.0-20230925121702-07e42b3cdba0
2025-08-20T21:19:41.2345861Z [00:01:34.502]➜  go: downloading github.com/openvex/go-vex v0.2.5
2025-08-20T21:19:41.2521238Z [00:01:34.519]➜  go: downloading github.com/anchore/go-collections v0.0.0-20240216171411-9321230ce537
2025-08-20T21:19:41.3251890Z [00:01:34.592]➜  go: downloading github.com/bmatcuk/doublestar/v2 v2.0.4
2025-08-20T21:19:41.3326497Z [00:01:34.600]➜  go: downloading github.com/gabriel-vasile/mimetype v1.4.9
2025-08-20T21:19:43.0006213Z [00:01:36.268]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T21:19:43.0007124Z [00:01:36.268]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T21:19:43.0007872Z [00:01:36.268]➜  go: downloading github.com/lithammer/dedent v1.1.0
2025-08-20T21:19:43.0008551Z [00:01:36.268]➜  go: downloading github.com/go-test/deep v1.1.1
2025-08-20T21:19:43.0115616Z [00:01:36.279]➜  go: downloading github.com/gohugoio/hashstructure v0.5.0
2025-08-20T21:19:43.0157396Z [00:01:36.283]➜  go: downloading github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6
2025-08-20T21:19:43.0182048Z [00:01:36.285]➜  go: downloading github.com/olekukonko/ll v0.0.8
2025-08-20T21:19:43.0200603Z [00:01:36.287]➜  go: downloading github.com/itchyny/timefmt-go v0.1.6
2025-08-20T21:19:43.0300510Z [00:01:36.297]➜  go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
2025-08-20T21:19:43.0322581Z [00:01:36.300]➜  go: downloading sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3
2025-08-20T21:19:43.0349995Z [00:01:36.302]➜  go: downloading golang.org/x/sync v0.16.0
2025-08-20T21:19:43.0434227Z [00:01:36.311]➜  go: downloading sigs.k8s.io/kustomize/api v0.19.0
2025-08-20T21:19:43.0435421Z [00:01:36.311]➜  go: downloading sigs.k8s.io/kustomize/kyaml v0.19.0
2025-08-20T21:19:43.0494894Z [00:01:36.317]➜  go: downloading google.golang.org/protobuf v1.36.5
2025-08-20T21:19:43.1797944Z [00:01:36.447]➜  go: downloading github.com/anchore/go-sync v0.0.0-20250326131806-4eda43a485b6
2025-08-20T21:19:43.1798892Z [00:01:36.447]➜  go: downloading github.com/dustin/go-humanize v1.0.1
2025-08-20T21:19:43.1888553Z [00:01:36.456]➜  go: downloading github.com/hashicorp/go-multierror v1.1.1
2025-08-20T21:19:43.1971069Z [00:01:36.464]➜  go: downloading golang.org/x/oauth2 v0.30.0
2025-08-20T21:19:43.2217721Z [00:01:36.489]➜  go: downloading github.com/x448/float16 v0.8.4
2025-08-20T21:19:43.3198326Z [00:01:36.586]➜  go: downloading github.com/google/btree v1.1.3
2025-08-20T21:19:43.3244092Z [00:01:36.592]➜  go: downloading github.com/stretchr/objx v0.5.2
2025-08-20T21:19:43.3440521Z [00:01:36.611]➜  go: downloading github.com/json-iterator/go v1.1.12
2025-08-20T21:19:43.3443626Z [00:01:36.612]➜  go: downloading github.com/onsi/ginkgo/v2 v2.21.0
2025-08-20T21:19:43.3475694Z [00:01:36.615]➜  go: downloading go.uber.org/goleak v1.3.0
2025-08-20T21:19:43.3499053Z [00:01:36.617]➜  go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
2025-08-20T21:19:43.3601985Z [00:01:36.627]➜  go: downloading dario.cat/mergo v1.0.1
2025-08-20T21:19:43.3651066Z [00:01:36.632]➜  go: downloading github.com/Masterminds/goutils v1.1.1
2025-08-20T21:19:43.3884694Z [00:01:36.656]➜  go: downloading github.com/huandu/xstrings v1.5.0
2025-08-20T21:19:43.3905116Z [00:01:36.658]➜  go: downloading github.com/mitchellh/copystructure v1.2.0
2025-08-20T21:19:43.3963482Z [00:01:36.664]➜  go: downloading github.com/shopspring/decimal v1.4.0
2025-08-20T21:19:43.3977838Z [00:01:36.665]➜  go: downloading github.com/spf13/cast v1.7.1
2025-08-20T21:19:43.3983011Z [00:01:36.666]➜  go: downloading golang.org/x/crypto v0.40.0
2025-08-20T21:19:43.4258433Z [00:01:36.693]➜  go: downloading github.com/cyphar/filepath-securejoin v0.4.1
2025-08-20T21:19:43.4388163Z [00:01:36.706]➜  go: downloading github.com/BurntSushi/toml v1.5.0
2025-08-20T21:19:43.4944718Z [00:01:36.759]➜  go: downloading github.com/gobwas/glob v0.2.3
2025-08-20T21:19:43.5249132Z [00:01:36.792]➜  go: downloading github.com/evanphx/json-patch v5.9.11+incompatible
2025-08-20T21:19:43.6354190Z [00:01:36.903]➜  go: downloading github.com/opencontainers/image-spec v1.1.1
2025-08-20T21:19:43.6355531Z [00:01:36.903]➜  go: downloading oras.land/oras-go/v2 v2.6.0
2025-08-20T21:19:43.6356029Z [00:01:36.903]➜  go: downloading github.com/containerd/containerd v1.7.27
2025-08-20T21:19:43.6901250Z [00:01:36.957]➜  go: downloading github.com/distribution/distribution/v3 v3.0.0
2025-08-20T21:19:44.0263102Z [00:01:37.294]➜  go: downloading github.com/foxcpp/go-mockdns v1.1.0
2025-08-20T21:19:44.0263752Z [00:01:37.294]➜  go: downloading github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
2025-08-20T21:19:44.0264294Z [00:01:37.294]➜  go: downloading github.com/Masterminds/squirrel v1.5.4
2025-08-20T21:19:44.0391484Z [00:01:37.306]➜  go: downloading github.com/jmoiron/sqlx v1.4.0
2025-08-20T21:19:44.0406510Z [00:01:37.308]➜  go: downloading github.com/lib/pq v1.10.9
2025-08-20T21:19:44.0433640Z [00:01:37.311]➜  go: downloading github.com/rubenv/sql-migrate v1.8.0
2025-08-20T21:19:44.0540503Z [00:01:37.321]➜  go: downloading github.com/DATA-DOG/go-sqlmock v1.5.2
2025-08-20T21:19:44.0573835Z [00:01:37.325]➜  go: downloading github.com/go-openapi/jsonreference v0.20.2
2025-08-20T21:19:44.0681947Z [00:01:37.335]➜  go: downloading github.com/go-openapi/swag v0.23.0
2025-08-20T21:19:44.0859849Z [00:01:37.353]➜  go: downloading github.com/creack/pty v1.1.20
2025-08-20T21:19:44.0909411Z [00:01:37.358]➜  go: downloading github.com/moby/spdystream v0.5.0
2025-08-20T21:19:44.0923914Z [00:01:37.360]➜  go: downloading github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
2025-08-20T21:19:44.0954771Z [00:01:37.363]➜  go: downloading github.com/chai2010/gettext-go v1.0.2
2025-08-20T21:19:44.0980427Z [00:01:37.365]➜  go: downloading github.com/MakeNowJust/heredoc v1.0.0
2025-08-20T21:19:44.1056525Z [00:01:37.373]➜  go: downloading github.com/mitchellh/go-wordwrap v1.0.1
2025-08-20T21:19:44.1065878Z [00:01:37.374]➜  go: downloading github.com/russross/blackfriday/v2 v2.1.0
2025-08-20T21:19:44.1078508Z [00:01:37.375]➜  go: downloading github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f
2025-08-20T21:19:44.1106233Z [00:01:37.378]➜  go: downloading k8s.io/component-helpers v0.33.2
2025-08-20T21:19:44.1195320Z [00:01:37.387]➜  go: downloading github.com/go-viper/mapstructure/v2 v2.3.0
2025-08-20T21:19:44.1265099Z [00:01:37.394]➜  go: downloading github.com/spf13/viper v1.20.1
2025-08-20T21:19:44.1469053Z [00:01:37.414]➜  go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
2025-08-20T21:19:44.1495562Z [00:01:37.417]➜  go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
2025-08-20T21:19:44.1519709Z [00:01:37.419]➜  go: downloading github.com/felixge/fgprof v0.9.5
2025-08-20T21:19:44.1599911Z [00:01:37.427]➜  go: downloading github.com/OneOfOne/xxhash v1.2.8
2025-08-20T21:19:44.1604058Z [00:01:37.428]➜  go: downloading github.com/spf13/afero v1.14.0
2025-08-20T21:19:44.1751404Z [00:01:37.442]➜  go: downloading gorm.io/gorm v1.30.0
2025-08-20T21:19:44.1805494Z [00:01:37.448]➜  go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
2025-08-20T21:19:44.1866571Z [00:01:37.452]➜  go: downloading github.com/anchore/archiver/v3 v3.5.3-0.20241210171143-5b1d8d1c7c51
2025-08-20T21:19:44.1893133Z [00:01:37.456]➜  go: downloading github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
2025-08-20T21:19:44.2109072Z [00:01:37.478]➜  go: downloading github.com/wagoodman/go-presenter v0.0.0-20211015174752-f9c01afc824b
2025-08-20T21:19:44.2175910Z [00:01:37.485]➜  go: downloading github.com/docker/docker v28.3.2+incompatible
2025-08-20T21:19:44.2177548Z [00:01:37.485]➜  go: downloading github.com/bmatcuk/doublestar/v4 v4.8.1
2025-08-20T21:19:44.2272829Z [00:01:37.495]➜  go: downloading github.com/containerd/errdefs v1.0.0
2025-08-20T21:19:44.2356212Z [00:01:37.503]➜  go: downloading github.com/docker/go-connections v0.5.0
2025-08-20T21:19:44.2562066Z [00:01:37.523]➜  go: downloading github.com/google/go-containerregistry v0.20.6
2025-08-20T21:19:44.4104175Z [00:01:37.678]➜  go: downloading github.com/sylabs/squashfs v1.0.6
2025-08-20T21:19:44.4105095Z [00:01:37.678]➜  go: downloading github.com/facebookincubator/nvdtools v0.1.5
2025-08-20T21:19:44.4106554Z [00:01:37.678]➜  go: downloading github.com/fatih/set v0.2.1
2025-08-20T21:19:44.4187626Z [00:01:37.686]➜  go: downloading github.com/jinzhu/copier v0.4.0
2025-08-20T21:19:44.4324567Z [00:01:37.697]➜  go: downloading github.com/anchore/go-version v1.2.2-0.20210903204242-51efa5b487c4
2025-08-20T21:19:44.4783230Z [00:01:37.746]➜  go: downloading github.com/aquasecurity/go-pep440-version v0.0.1
2025-08-20T21:19:44.4998143Z [00:01:37.767]➜  go: downloading github.com/bitnami/go-version v0.0.0-20250131085805-b1f57a8634ef
2025-08-20T21:19:44.5004370Z [00:01:37.768]➜  go: downloading github.com/knqyf263/go-apk-version v0.0.0-20200609155635-041fdbb8563f
2025-08-20T21:19:44.5023653Z [00:01:37.770]➜  go: downloading github.com/knqyf263/go-deb-version v0.0.0-20190517075300-09fca494f03d
2025-08-20T21:19:44.5083279Z [00:01:37.776]➜  go: downloading github.com/masahiro331/go-mvn-version v0.0.0-20210429150710-d3157d602a08
2025-08-20T21:19:44.5204247Z [00:01:37.788]➜  go: downloading github.com/hashicorp/go-version v1.7.0
2025-08-20T21:19:44.5276426Z [00:01:37.795]➜  go: downloading github.com/sergi/go-diff v1.4.0
2025-08-20T21:19:44.5498488Z [00:01:37.817]➜  go: downloading github.com/package-url/packageurl-go v0.1.1
2025-08-20T21:19:44.5759067Z [00:01:37.843]➜  go: downloading github.com/anchore/go-testutils v0.0.0-20200925183923-d5f45b0d3c04
2025-08-20T21:19:44.6107430Z [00:01:37.878]➜  go: downloading github.com/logrusorgru/aurora v2.0.3+incompatible
2025-08-20T21:19:44.6185536Z [00:01:37.886]➜  go: downloading github.com/acobaugh/osrelease v0.1.0
2025-08-20T21:19:44.6406741Z [00:01:37.908]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T21:19:44.6456761Z [00:01:37.913]➜  go: downloading github.com/cespare/xxhash/v2 v2.3.0
2025-08-20T21:19:44.6535776Z [00:01:37.921]➜  go: downloading github.com/google/licensecheck v0.3.1
2025-08-20T21:19:44.6544563Z [00:01:37.922]➜  go: downloading github.com/magiconair/properties v1.8.10
2025-08-20T21:19:44.6556073Z [00:01:37.923]➜  go: downloading github.com/hashicorp/errwrap v1.1.0
2025-08-20T21:19:44.6794828Z [00:01:37.947]➜  go: downloading github.com/nxadm/tail v1.4.8
2025-08-20T21:19:44.6873123Z [00:01:37.954]➜  go: downloading github.com/mitchellh/reflectwalk v1.0.2
2025-08-20T21:19:44.6930748Z [00:01:37.960]➜  go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
2025-08-20T21:19:44.6955567Z [00:01:37.963]➜  go: downloading github.com/modern-go/reflect2 v1.0.2
2025-08-20T21:19:44.7010419Z [00:01:37.968]➜  go: downloading github.com/frankban/quicktest v1.14.6
2025-08-20T21:19:44.7290137Z [00:01:37.996]➜  go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
2025-08-20T21:19:44.7369212Z [00:01:38.004]➜  go: downloading k8s.io/apiserver v0.33.2
2025-08-20T21:19:44.7463570Z [00:01:38.014]➜  go: downloading github.com/opencontainers/go-digest v1.0.0
2025-08-20T21:19:44.7615154Z [00:01:38.029]➜  go: downloading github.com/redis/go-redis/v9 v9.7.3
2025-08-20T21:19:44.8282350Z [00:01:38.095]➜  go: downloading gopkg.in/yaml.v2 v2.4.0
2025-08-20T21:19:44.8485721Z [00:01:38.116]➜  go: downloading github.com/bshuster-repo/logrus-logstash-hook v1.0.0
2025-08-20T21:19:44.8604131Z [00:01:38.128]➜  go: downloading github.com/docker/go-metrics v0.0.1
2025-08-20T21:19:44.8841263Z [00:01:38.151]➜  go: downloading github.com/gorilla/handlers v1.5.2
2025-08-20T21:19:44.9042209Z [00:01:38.171]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0
2025-08-20T21:19:44.9930960Z [00:01:38.260]➜  go: downloading github.com/miekg/dns v1.1.57
2025-08-20T21:19:45.0851274Z [00:01:38.352]➜  go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
2025-08-20T21:19:45.0917200Z [00:01:38.359]➜  go: downloading github.com/go-sql-driver/mysql v1.8.1
2025-08-20T21:19:45.1505891Z [00:01:38.418]➜  go: downloading github.com/mattn/go-sqlite3 v1.14.23
2025-08-20T21:19:45.2308249Z [00:01:38.498]➜  go: downloading github.com/go-gorp/gorp/v3 v3.1.0
2025-08-20T21:19:45.2529380Z [00:01:38.520]➜  go: downloading github.com/go-openapi/jsonpointer v0.21.0
2025-08-20T21:19:45.2639006Z [00:01:38.531]➜  go: downloading github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c
2025-08-20T21:19:45.2777904Z [00:01:38.545]➜  go: downloading github.com/mailru/easyjson v0.7.7
2025-08-20T21:19:45.3179441Z [00:01:38.585]➜  go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
2025-08-20T21:19:45.3237282Z [00:01:38.591]➜  go: downloading github.com/containerd/log v0.1.0
2025-08-20T21:19:45.3324728Z [00:01:38.600]➜  go: downloading github.com/containerd/platforms v0.2.1
2025-08-20T21:19:45.3447933Z [00:01:38.612]➜  go: downloading github.com/sagikazarmark/locafero v0.9.0
2025-08-20T21:19:45.3454259Z [00:01:38.613]➜  go: downloading github.com/glebarez/sqlite v1.11.0
2025-08-20T21:19:45.3542584Z [00:01:38.621]➜  go: downloading github.com/pandatix/go-cvss v0.6.2
2025-08-20T21:19:45.3759262Z [00:01:38.643]➜  go: downloading github.com/hashicorp/go-getter v1.7.9
2025-08-20T21:19:45.3926866Z [00:01:38.660]➜  go: downloading github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
2025-08-20T21:19:45.4315203Z [00:01:38.699]➜  go: downloading github.com/ulikunitz/xz v0.5.12
2025-08-20T21:19:45.4336581Z [00:01:38.700]➜  go: downloading github.com/google/pprof v0.0.0-20250317173921-a4b03ec1a45e
2025-08-20T21:19:45.4337499Z [00:01:38.701]➜  go: downloading github.com/CycloneDX/cyclonedx-go v0.9.2
2025-08-20T21:19:45.4705363Z [00:01:38.738]➜  go: downloading github.com/owenrumney/go-sarif v1.1.2-0.20231003122901-1000f5e05554
2025-08-20T21:19:45.5440401Z [00:01:38.811]➜  go: downloading github.com/charmbracelet/lipgloss v1.1.0
2025-08-20T21:19:45.5466075Z [00:01:38.814]➜  go: downloading github.com/gkampitakis/go-snaps v0.5.13
2025-08-20T21:19:45.5737401Z [00:01:38.841]➜  go: downloading github.com/muesli/termenv v0.16.0
2025-08-20T21:19:45.5888582Z [00:01:38.856]➜  go: downloading github.com/jinzhu/now v1.1.5
2025-08-20T21:19:45.5952055Z [00:01:38.863]➜  go: downloading github.com/becheran/wildmatch-go v1.0.0
2025-08-20T21:19:45.6038084Z [00:01:38.871]➜  go: downloading github.com/andybalholm/brotli v1.1.2-0.20250424173009-453214e765f3
2025-08-20T21:19:45.6065600Z [00:01:38.874]➜  go: downloading github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707
2025-08-20T21:19:45.6855580Z [00:01:38.953]➜  go: downloading github.com/golang/snappy v0.0.4
2025-08-20T21:19:45.7055101Z [00:01:38.973]➜  go: downloading github.com/klauspost/compress v1.18.0
2025-08-20T21:19:45.9094891Z [00:01:39.177]➜  go: downloading github.com/klauspost/pgzip v1.2.6
2025-08-20T21:19:45.9298757Z [00:01:39.197]➜  go: downloading github.com/nwaples/rardecode v1.1.3
2025-08-20T21:19:45.9744385Z [00:01:39.242]➜  go: downloading github.com/pierrec/lz4/v4 v4.1.22
2025-08-20T21:19:47.3178742Z [00:01:40.585]➜  go: downloading github.com/docker/cli v28.3.0+incompatible
2025-08-20T21:19:47.6131898Z [00:01:40.880]➜  go: downloading github.com/mitchellh/go-homedir v1.1.0
2025-08-20T21:19:47.6135089Z [00:01:40.881]➜  go: downloading github.com/aquasecurity/go-version v0.0.1
2025-08-20T21:19:47.6135957Z [00:01:40.881]➜  go: downloading github.com/github/go-spdx/v2 v2.3.3
2025-08-20T21:19:47.6198577Z [00:01:40.887]➜  go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
2025-08-20T21:19:47.6305046Z [00:01:40.898]➜  go: downloading github.com/sylabs/sif/v2 v2.21.1
2025-08-20T21:19:47.6315602Z [00:01:40.899]➜  go: downloading github.com/spdx/tools-golang v0.5.5
2025-08-20T21:19:47.8163605Z [00:01:41.084]➜  go: downloading github.com/diskfs/go-diskfs v1.6.1-0.20250601133945-2af1c7ece24c
2025-08-20T21:19:48.0907530Z [00:01:41.358]➜  go: downloading github.com/goccy/go-yaml v1.18.0
2025-08-20T21:19:48.2406793Z [00:01:41.508]➜  go: downloading github.com/distribution/reference v0.6.0
2025-08-20T21:19:48.2500220Z [00:01:41.517]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T21:19:48.2567312Z [00:01:41.524]➜  go: downloading github.com/rogpeppe/go-internal v1.14.1
2025-08-20T21:19:48.2997552Z [00:01:41.567]➜  go: downloading github.com/blang/semver/v4 v4.0.0
2025-08-20T21:19:48.3033646Z [00:01:41.571]➜  go: downloading github.com/vbatts/go-mtree v0.5.4
2025-08-20T21:19:48.3318000Z [00:01:41.599]➜  go: downloading github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
2025-08-20T21:19:48.3391568Z [00:01:41.606]➜  go: downloading github.com/mholt/archives v0.1.3
2025-08-20T21:19:48.3528265Z [00:01:41.620]➜  go: downloading github.com/go-git/go-billy/v5 v5.6.2
2025-08-20T21:19:48.3705077Z [00:01:41.638]➜  go: downloading github.com/go-git/go-git/v5 v5.16.2
2025-08-20T21:19:48.4705667Z [00:01:41.738]➜  go: downloading github.com/kastenhq/goversion v0.0.0-20230811215019-93b2f8823953
2025-08-20T21:19:48.4770285Z [00:01:41.744]➜  go: downloading golang.org/x/mod v0.26.0
2025-08-20T21:19:48.5087589Z [00:01:41.776]➜  go: downloading github.com/deitch/magic v0.0.0-20230404182410-1ff89d7342da
2025-08-20T21:19:48.5089187Z [00:01:41.776]➜  go: downloading github.com/nix-community/go-nix v0.0.0-20250101154619-4bdde671e0a1
2025-08-20T21:19:48.5130947Z [00:01:41.780]➜  go: downloading modernc.org/sqlite v1.38.0
2025-08-20T21:19:48.5132263Z [00:01:41.781]➜  go: downloading github.com/elliotchance/phpserialize v1.4.0
2025-08-20T21:19:48.5203549Z [00:01:41.788]➜  go: downloading github.com/anchore/go-rpmdb v0.0.0-20250516171929-f77691e1faec
2025-08-20T21:19:48.5604972Z [00:01:41.828]➜  go: downloading github.com/sassoftware/go-rpmutils v0.4.0
2025-08-20T21:19:48.5851847Z [00:01:41.852]➜  go: downloading github.com/pelletier/go-toml v1.9.5
2025-08-20T21:19:48.6272129Z [00:01:41.894]➜  go: downloading github.com/rust-secure-code/go-rustaudit v0.0.0-20250226111315-e20ec32e963c
2025-08-20T21:19:48.6408260Z [00:01:41.908]➜  go: downloading github.com/hashicorp/hcl/v2 v2.23.0
2025-08-20T21:19:48.6523685Z [00:01:41.920]➜  go: downloading github.com/sanity-io/litter v1.5.8
2025-08-20T21:19:48.6786442Z [00:01:41.946]➜  go: downloading github.com/emicklei/go-restful/v3 v3.11.0
2025-08-20T21:19:48.7248310Z [00:01:41.992]➜  go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
2025-08-20T21:19:48.7490461Z [00:01:42.016]➜  go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
2025-08-20T21:19:48.7571458Z [00:01:42.024]➜  go: downloading go.opentelemetry.io/otel v1.36.0
2025-08-20T21:19:48.9427352Z [00:01:42.210]➜  go: downloading go.opentelemetry.io/otel/trace v1.36.0
2025-08-20T21:19:48.9428505Z [00:01:42.210]➜  go: downloading github.com/gorilla/mux v1.8.1
2025-08-20T21:19:48.9911499Z [00:01:42.258]➜  go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
2025-08-20T21:19:48.9959044Z [00:01:42.263]➜  go: downloading github.com/redis/go-redis/extra/redisotel/v9 v9.0.5
2025-08-20T21:19:49.0054881Z [00:01:42.273]➜  go: downloading github.com/coreos/go-systemd/v22 v22.5.0
2025-08-20T21:19:49.0211280Z [00:01:42.288]➜  go: downloading go.opentelemetry.io/contrib/exporters/autoexport v0.57.0
2025-08-20T21:19:49.0343715Z [00:01:42.301]➜  go: downloading go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.32.0
2025-08-20T21:19:49.0411735Z [00:01:42.308]➜  go: downloading go.opentelemetry.io/otel/sdk v1.36.0
2025-08-20T21:19:49.0703720Z [00:01:42.338]➜  go: downloading github.com/prometheus/client_golang v1.22.0
2025-08-20T21:19:49.1311762Z [00:01:42.398]➜  go: downloading github.com/felixge/httpsnoop v1.0.4
2025-08-20T21:19:49.1314895Z [00:01:42.399]➜  go: downloading go.opentelemetry.io/otel/metric v1.36.0
2025-08-20T21:19:49.1430906Z [00:01:42.410]➜  go: downloading golang.org/x/tools v0.35.0
2025-08-20T21:19:49.1438339Z [00:01:42.411]➜  go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
2025-08-20T21:19:49.1517252Z [00:01:42.419]➜  go: downloading filippo.io/edwards25519 v1.1.0
2025-08-20T21:19:49.1721943Z [00:01:42.439]➜  go: downloading github.com/poy/onpar v1.1.2
2025-08-20T21:19:49.1937560Z [00:01:42.461]➜  go: downloading github.com/josharian/intern v1.0.0
2025-08-20T21:19:49.1975684Z [00:01:42.465]➜  go: downloading google.golang.org/grpc v1.68.1
2025-08-20T21:19:49.6387832Z [00:01:42.906]➜  go: downloading github.com/subosito/gotenv v1.6.0
2025-08-20T21:19:49.6459567Z [00:01:42.913]➜  go: downloading github.com/pelletier/go-toml/v2 v2.2.3
2025-08-20T21:19:49.6880391Z [00:01:42.955]➜  go: downloading github.com/glebarez/go-sqlite v1.22.0
2025-08-20T21:19:49.7838847Z [00:01:43.051]➜  go: downloading github.com/sourcegraph/conc v0.3.0
2025-08-20T21:19:49.7941242Z [00:01:43.061]➜  go: downloading cloud.google.com/go/storage v1.49.0
2025-08-20T21:19:49.8670032Z [00:01:43.134]➜  go: downloading cloud.google.com/go v0.116.0
2025-08-20T21:19:49.9116165Z [00:01:43.179]➜  go: downloading github.com/aws/aws-sdk-go v1.44.288
2025-08-20T21:19:53.2443178Z [00:01:46.511]➜  go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
2025-08-20T21:19:53.2443829Z [00:01:46.512]➜  go: downloading github.com/hashicorp/go-safetemp v1.0.0
2025-08-20T21:19:53.2444305Z [00:01:46.512]➜  go: downloading google.golang.org/api v0.215.0
2025-08-20T21:19:53.2511307Z [00:01:46.518]➜  go: downloading github.com/zclconf/go-cty v1.14.0
2025-08-20T21:19:53.2895295Z [00:01:46.557]➜  go: downloading github.com/bradleyjkemp/cupaloy/v2 v2.8.0
2025-08-20T21:19:53.3090634Z [00:01:46.576]➜  go: downloading github.com/terminalstatic/go-xsd-validate v0.1.6
2025-08-20T21:19:53.3269594Z [00:01:46.594]➜  go: downloading github.com/charmbracelet/x/ansi v0.9.3
2025-08-20T21:19:53.3795259Z [00:01:46.646]➜  go: downloading github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd
2025-08-20T21:19:53.3891638Z [00:01:46.656]➜  go: downloading github.com/gkampitakis/ciinfo v0.3.2
2025-08-20T21:19:53.4043445Z [00:01:46.670]➜  go: downloading github.com/gkampitakis/go-diff v1.3.2
2025-08-20T21:19:53.5204903Z [00:01:46.788]➜  go: downloading github.com/maruel/natural v1.1.1
2025-08-20T21:19:53.5300075Z [00:01:46.797]➜  go: downloading github.com/tidwall/gjson v1.18.0
2025-08-20T21:19:53.5435762Z [00:01:46.811]➜  go: downloading github.com/tidwall/pretty v1.2.1
2025-08-20T21:19:53.5536762Z [00:01:46.821]➜  go: downloading github.com/jinzhu/inflection v1.0.0
2025-08-20T21:19:53.5587597Z [00:01:46.826]➜  go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
2025-08-20T21:19:53.5653549Z [00:01:46.833]➜  go: downloading github.com/xyproto/randomstring v1.0.5
2025-08-20T21:19:53.5727233Z [00:01:46.840]➜  go: downloading gotest.tools/v3 v3.4.0
2025-08-20T21:19:53.6004518Z [00:01:46.868]➜  go: downloading github.com/moby/sys/mountinfo v0.7.2
2025-08-20T21:19:53.6086290Z [00:01:46.876]➜  go: downloading github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0
2025-08-20T21:19:53.6168754Z [00:01:46.884]➜  go: downloading github.com/containerd/containerd/api v1.8.0
2025-08-20T21:19:53.6675217Z [00:01:46.935]➜  go: downloading github.com/containerd/fifo v1.1.0
2025-08-20T21:19:53.6675832Z [00:01:46.935]➜  go: downloading github.com/containerd/typeurl/v2 v2.2.2
2025-08-20T21:19:53.6754344Z [00:01:46.943]➜  go: downloading github.com/moby/sys/signal v0.7.0
2025-08-20T21:19:53.6761184Z [00:01:46.943]➜  go: downloading github.com/opencontainers/runtime-spec v1.2.0
2025-08-20T21:19:53.6864672Z [00:01:46.954]➜  go: downloading github.com/opencontainers/selinux v1.11.1
2025-08-20T21:19:53.7102031Z [00:01:46.977]➜  go: downloading github.com/containerd/ttrpc v1.2.7
2025-08-20T21:19:53.7105945Z [00:01:46.978]➜  go: downloading github.com/moby/locker v1.0.1
2025-08-20T21:19:53.7170192Z [00:01:46.984]➜  go: downloading github.com/moby/docker-image-spec v1.3.1
2025-08-20T21:19:53.7238518Z [00:01:46.991]➜  go: downloading github.com/containerd/errdefs/pkg v0.3.0
2025-08-20T21:19:53.7257770Z [00:01:46.993]➜  go: downloading go.opentelemetry.io/otel/sdk/metric v1.36.0
2025-08-20T21:19:53.7463390Z [00:01:47.014]➜  go: downloading github.com/containerd/stargz-snapshotter/estargz v0.16.3
2025-08-20T21:19:53.7467796Z [00:01:47.014]➜  go: downloading github.com/sebdah/goldie/v2 v2.5.5
2025-08-20T21:19:53.7570620Z [00:01:47.024]➜  go: downloading github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092
2025-08-20T21:19:53.7579094Z [00:01:47.025]➜  go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
2025-08-20T21:19:53.7922827Z [00:01:47.059]➜  go: downloading github.com/xlab/treeprint v1.2.0
2025-08-20T21:19:53.7924829Z [00:01:47.060]➜  go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
2025-08-20T21:19:53.7990577Z [00:01:47.066]➜  go: downloading github.com/anchore/go-macholibre v0.0.0-20220308212642-53e6d0aaf6fb
2025-08-20T21:19:53.7993431Z [00:01:47.067]➜  go: downloading github.com/STARRY-S/zip v0.2.1
2025-08-20T21:19:53.8131377Z [00:01:47.080]➜  go: downloading github.com/bodgit/sevenzip v1.6.0
2025-08-20T21:19:53.8174178Z [00:01:47.085]➜  go: downloading github.com/mikelolasagasti/xz v1.0.1
2025-08-20T21:19:53.8557765Z [00:01:47.123]➜  go: downloading github.com/minio/minlz v1.0.0
2025-08-20T21:19:53.8606988Z [00:01:47.128]➜  go: downloading github.com/nwaples/rardecode/v2 v2.1.0
2025-08-20T21:19:53.8708076Z [00:01:47.138]➜  go: downloading github.com/sorairolake/lzip-go v0.3.5
2025-08-20T21:19:53.8890033Z [00:01:47.156]➜  go: downloading github.com/ProtonMail/go-crypto v1.2.0
2025-08-20T21:19:53.9534491Z [00:01:47.221]➜  go: downloading github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399
2025-08-20T21:19:54.2990755Z [00:01:47.566]➜  go: downloading github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d
2025-08-20T21:19:54.3256298Z [00:01:47.593]➜  go: downloading github.com/vifraa/gopom v1.0.0
2025-08-20T21:19:54.3337634Z [00:01:47.601]➜  go: downloading github.com/anchore/go-lzo v0.1.0
2025-08-20T21:19:54.3444467Z [00:01:47.612]➜  go: downloading github.com/pkg/xattr v0.4.9
2025-08-20T21:19:54.3518191Z [00:01:47.619]➜  go: downloading github.com/DataDog/zstd v1.5.5
2025-08-20T21:19:54.4085540Z [00:01:47.676]➜  go: downloading github.com/nsf/jsondiff v0.0.0-20210926074059-1e845ec5d249
2025-08-20T21:19:54.4177344Z [00:01:47.685]➜  go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
2025-08-20T21:19:54.4341870Z [00:01:47.701]➜  go: downloading github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
2025-08-20T21:19:54.4542026Z [00:01:47.721]➜  go: downloading github.com/go-logr/stdr v1.2.2
2025-08-20T21:19:54.4618130Z [00:01:47.729]➜  go: downloading github.com/docker/docker-credential-helpers v0.9.3
2025-08-20T21:19:54.4757959Z [00:01:47.743]➜  go: downloading github.com/hashicorp/golang-lru/arc/v2 v2.0.5
2025-08-20T21:19:54.4815381Z [00:01:47.749]➜  go: downloading github.com/hashicorp/golang-lru v0.5.4
2025-08-20T21:19:54.4924894Z [00:01:47.760]➜  go: downloading github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5
2025-08-20T21:19:54.5019251Z [00:01:47.769]➜  go: downloading go.opentelemetry.io/contrib/bridges/prometheus v0.57.0
2025-08-20T21:19:54.5137460Z [00:01:47.781]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.8.0
2025-08-20T21:19:54.5288343Z [00:01:47.796]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.8.0
2025-08-20T21:19:54.5419169Z [00:01:47.809]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.32.0
2025-08-20T21:19:54.5650914Z [00:01:47.832]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.32.0
2025-08-20T21:19:54.5916664Z [00:01:47.859]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33.0
2025-08-20T21:19:54.6081902Z [00:01:47.875]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0
2025-08-20T21:19:54.6894659Z [00:01:47.956]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33.0
2025-08-20T21:19:54.7044788Z [00:01:47.972]➜  go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.54.0
2025-08-20T21:19:54.7238646Z [00:01:47.991]➜  go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.8.0
2025-08-20T21:19:54.7351322Z [00:01:48.002]➜  go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.32.0
2025-08-20T21:19:54.7460588Z [00:01:48.013]➜  go: downloading go.opentelemetry.io/otel/sdk/log v0.8.0
2025-08-20T21:19:54.7630042Z [00:01:48.030]➜  go: downloading github.com/beorn7/perks v1.0.1
2025-08-20T21:19:54.7704708Z [00:01:48.038]➜  go: downloading github.com/prometheus/client_model v0.6.1
2025-08-20T21:19:54.7822941Z [00:01:48.050]➜  go: downloading github.com/prometheus/common v0.62.0
2025-08-20T21:19:54.8216066Z [00:01:48.089]➜  go: downloading github.com/prometheus/procfs v0.15.1
2025-08-20T21:19:54.8931917Z [00:01:48.160]➜  go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8
2025-08-20T21:19:54.9011643Z [00:01:48.168]➜  go: downloading google.golang.org/genproto v0.0.0-20241118233622-e639e219e697
2025-08-20T21:19:55.6044907Z [00:01:48.872]➜  go: downloading modernc.org/libc v1.65.10
2025-08-20T21:19:56.5536723Z [00:01:49.821]➜  go: downloading modernc.org/mathutil v1.7.1
2025-08-20T21:19:56.5737627Z [00:01:49.841]➜  go: downloading cloud.google.com/go/compute/metadata v0.7.0
2025-08-20T21:19:56.5859551Z [00:01:49.853]➜  go: downloading cloud.google.com/go/iam v1.2.2
2025-08-20T21:19:56.6163623Z [00:01:49.884]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1
2025-08-20T21:19:56.6298297Z [00:01:49.896]➜  go: downloading github.com/googleapis/gax-go/v2 v2.14.1
2025-08-20T21:19:56.6534054Z [00:01:49.921]➜  go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.31.0
2025-08-20T21:19:56.6616730Z [00:01:49.929]➜  go: downloading google.golang.org/grpc/stats/opentelemetry v0.0.0-20241028142157-ada6787961b3
2025-08-20T21:19:56.6726528Z [00:01:49.940]➜  go: downloading github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc
2025-08-20T21:19:56.6807339Z [00:01:49.948]➜  go: downloading github.com/charmbracelet/x/term v0.2.1
2025-08-20T21:19:56.6876738Z [00:01:49.955]➜  go: downloading github.com/tidwall/sjson v1.2.5
2025-08-20T21:19:56.6990792Z [00:01:49.966]➜  go: downloading github.com/tidwall/match v1.1.1
2025-08-20T21:19:56.7082922Z [00:01:49.976]➜  go: downloading github.com/therootcompany/xz v1.0.1
2025-08-20T21:19:56.7282428Z [00:01:49.996]➜  go: downloading github.com/Microsoft/go-winio v0.6.2
2025-08-20T21:19:56.7850966Z [00:01:50.052]➜  go: downloading github.com/Microsoft/hcsshim v0.11.7
2025-08-20T21:19:57.0592116Z [00:01:50.326]➜  go: downloading github.com/containerd/continuity v0.4.4
2025-08-20T21:19:57.0836466Z [00:01:50.351]➜  go: downloading github.com/moby/sys/sequential v0.6.0
2025-08-20T21:19:57.0893510Z [00:01:50.357]➜  go: downloading github.com/moby/sys/userns v0.1.0
2025-08-20T21:19:57.0951967Z [00:01:50.362]➜  go: downloading github.com/moby/sys/user v0.3.0
2025-08-20T21:19:57.1026691Z [00:01:50.370]➜  go: downloading github.com/docker/go-units v0.5.0
2025-08-20T21:19:57.1097875Z [00:01:50.377]➜  go: downloading github.com/docker/distribution v2.8.3+incompatible
2025-08-20T21:19:57.2120372Z [00:01:50.479]➜  go: downloading github.com/spdx/gordf v0.0.0-20201111095634-7098f93598fb
2025-08-20T21:19:57.2644864Z [00:01:50.532]➜  go: downloading github.com/vbatts/tar-split v0.12.1
2025-08-20T21:19:57.2977145Z [00:01:50.565]➜  go: downloading github.com/go-restruct/restruct v1.2.0-alpha
2025-08-20T21:19:57.3125086Z [00:01:50.580]➜  go: downloading github.com/bodgit/plumbing v1.3.0
2025-08-20T21:19:57.3237297Z [00:01:50.591]➜  go: downloading github.com/bodgit/windows v1.0.1
2025-08-20T21:19:57.3295332Z [00:01:50.597]➜  go: downloading go4.org v0.0.0-20230225012048-214862532bf5
2025-08-20T21:19:57.4017466Z [00:01:50.669]➜  go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
2025-08-20T21:19:57.4194553Z [00:01:50.686]➜  go: downloading github.com/pjbgf/sha1cd v0.3.2
2025-08-20T21:19:57.4221855Z [00:01:50.689]➜  go: downloading github.com/emirpasic/gods v1.18.1
2025-08-20T21:19:57.7519977Z [00:01:51.019]➜  go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
2025-08-20T21:19:57.7793296Z [00:01:51.046]➜  go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
2025-08-20T21:19:57.8201938Z [00:01:51.087]➜  go: downloading github.com/elazarl/goproxy v1.7.2
2025-08-20T21:19:57.8254717Z [00:01:51.093]➜  go: downloading github.com/agext/levenshtein v1.2.1
2025-08-20T21:19:57.8670201Z [00:01:51.134]➜  go: downloading github.com/apparentlymart/go-textseg/v15 v15.0.0
2025-08-20T21:19:57.8674444Z [00:01:51.135]➜  go: downloading github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940
2025-08-20T21:19:57.8791103Z [00:01:51.146]➜  go: downloading go.opentelemetry.io/auto/sdk v1.1.0
2025-08-20T21:19:57.9321616Z [00:01:51.198]➜  go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
2025-08-20T21:19:57.9355901Z [00:01:51.203]➜  go: downloading go.opentelemetry.io/proto/otlp v1.4.0
2025-08-20T21:19:57.9538501Z [00:01:51.221]➜  go: downloading go.opentelemetry.io/otel/log v0.8.0
2025-08-20T21:19:57.9581595Z [00:01:51.225]➜  go: downloading github.com/golang/protobuf v1.5.4
2025-08-20T21:19:57.9877449Z [00:01:51.255]➜  go: downloading cloud.google.com/go/auth v0.13.0
2025-08-20T21:19:57.9879902Z [00:01:51.255]➜  go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
2025-08-20T21:19:57.9885782Z [00:01:51.256]➜  go: downloading go.uber.org/multierr v1.11.0
2025-08-20T21:19:57.9967507Z [00:01:51.264]➜  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576
2025-08-20T21:19:57.9972894Z [00:01:51.265]➜  go: downloading go.opencensus.io v0.24.0
2025-08-20T21:19:57.9987652Z [00:01:51.266]➜  go: downloading cloud.google.com/go/monitoring v1.21.2
2025-08-20T21:19:58.0914418Z [00:01:51.359]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1
2025-08-20T21:19:58.0971960Z [00:01:51.364]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.48.1
2025-08-20T21:19:58.1056119Z [00:01:51.373]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0
2025-08-20T21:19:58.1060286Z [00:01:51.373]➜  go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.6
2025-08-20T21:19:58.1105869Z [00:01:51.378]➜  go: downloading github.com/envoyproxy/go-control-plane v0.13.1
2025-08-20T21:19:58.6568840Z [00:01:51.924]➜  go: downloading cloud.google.com/go/longrunning v0.6.2
2025-08-20T21:19:58.6569399Z [00:01:51.924]➜  go: downloading github.com/jmespath/go-jmespath v0.4.0
2025-08-20T21:19:58.6743494Z [00:01:51.942]➜  go: downloading github.com/moby/sys/atomicwriter v0.1.0
2025-08-20T21:19:58.6744382Z [00:01:51.942]➜  go: downloading github.com/charmbracelet/bubbles v0.21.0
2025-08-20T21:19:58.6746939Z [00:01:51.942]➜  go: downloading github.com/morikuni/aec v1.0.0
2025-08-20T21:19:58.6914071Z [00:01:51.959]➜  go: downloading github.com/charmbracelet/bubbletea v1.3.6
2025-08-20T21:19:58.7049229Z [00:01:51.972]➜  go: downloading github.com/cloudflare/circl v1.6.1
2025-08-20T21:19:58.9652311Z [00:01:52.232]➜  go: downloading gopkg.in/warnings.v0 v0.1.2
2025-08-20T21:19:58.9653409Z [00:01:52.233]➜  go: downloading github.com/kevinburke/ssh_config v1.2.0
2025-08-20T21:19:58.9654223Z [00:01:52.233]➜  go: downloading github.com/skeema/knownhosts v1.3.1
2025-08-20T21:19:58.9654960Z [00:01:52.233]➜  go: downloading github.com/xanzy/ssh-agent v0.3.3
2025-08-20T21:19:58.9727541Z [00:01:52.240]➜  go: downloading github.com/gliderlabs/ssh v0.3.8
2025-08-20T21:19:58.9794120Z [00:01:52.245]➜  go: downloading github.com/elliotwutingfeng/asciiset v0.0.0-20230602022725-51bbb787efab
2025-08-20T21:19:58.9796132Z [00:01:52.247]➜  go: downloading github.com/djherbis/times v1.6.0
2025-08-20T21:19:58.9818517Z [00:01:52.249]➜  go: downloading github.com/ncruces/go-strftime v0.1.9
2025-08-20T21:19:59.0000616Z [00:01:52.267]➜  go: downloading modernc.org/memory v1.11.0
2025-08-20T21:19:59.0017566Z [00:01:52.269]➜  go: downloading modernc.org/cc/v4 v4.26.1
2025-08-20T21:19:59.0086759Z [00:01:52.276]➜  go: downloading modernc.org/ccgo/v4 v4.28.0
2025-08-20T21:19:59.0091492Z [00:01:52.276]➜  go: downloading modernc.org/fileutil v1.3.3
2025-08-20T21:19:59.0126053Z [00:01:52.280]➜  go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0
2025-08-20T21:19:59.0543402Z [00:01:52.322]➜  go: downloading github.com/google/s2a-go v0.1.8
2025-08-20T21:19:59.1281098Z [00:01:52.395]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0
2025-08-20T21:19:59.1285372Z [00:01:52.396]➜  go: downloading cloud.google.com/go/logging v1.12.0
2025-08-20T21:19:59.1391134Z [00:01:52.406]➜  go: downloading cloud.google.com/go/trace v1.11.2
2025-08-20T21:19:59.1705282Z [00:01:52.438]➜  go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.4
2025-08-20T21:19:59.1755138Z [00:01:52.443]➜  go: downloading github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78
2025-08-20T21:19:59.1922799Z [00:01:52.460]➜  go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
2025-08-20T21:19:59.2020350Z [00:01:52.469]➜  go: downloading github.com/envoyproxy/protoc-gen-validate v1.1.0
2025-08-20T21:19:59.2021485Z [00:01:52.469]➜  go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
2025-08-20T21:19:59.2989202Z [00:01:52.566]➜  go: downloading github.com/google/martian/v3 v3.3.3
2025-08-20T21:19:59.3458457Z [00:01:52.613]➜  go: downloading github.com/google/martian v2.1.0+incompatible
2025-08-20T21:19:59.3877652Z [00:01:52.655]➜  go: downloading github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
2025-08-20T21:19:59.3878496Z [00:01:52.655]➜  go: downloading github.com/mattn/go-localereader v0.0.2-0.20220822084749-2491eb6c1c75
2025-08-20T21:19:59.3879146Z [00:01:52.655]➜  go: downloading github.com/muesli/cancelreader v0.2.2
2025-08-20T21:19:59.3879723Z [00:01:52.655]➜  go: downloading github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f
2025-08-20T21:19:59.3984419Z [00:01:52.666]➜  go: downloading github.com/jmespath/go-jmespath/internal/testify v1.5.1
2025-08-20T21:19:59.3996808Z [00:01:52.667]➜  go: downloading github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
2025-08-20T21:19:59.4006400Z [00:01:52.668]➜  go: downloading modernc.org/opt v0.1.4
2025-08-20T21:19:59.4025831Z [00:01:52.670]➜  go: downloading modernc.org/sortutil v1.2.1
2025-08-20T21:19:59.4111559Z [00:01:52.678]➜  go: downloading modernc.org/strutil v1.2.1
2025-08-20T21:19:59.4132045Z [00:01:52.681]➜  go: downloading modernc.org/token v1.1.0
2025-08-20T21:19:59.4138189Z [00:01:52.681]➜  go: downloading modernc.org/gc/v2 v2.6.5
2025-08-20T21:19:59.4184115Z [00:01:52.686]➜  go: downloading github.com/containerd/cgroups v1.1.0
2025-08-20T21:19:59.4220216Z [00:01:52.689]➜  go: downloading cel.dev/expr v0.19.1
2025-08-20T21:19:59.4228364Z [00:01:52.690]➜  go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
2025-08-20T21:19:59.5350285Z [00:01:52.802]➜  + go generate ./...
2025-08-20T21:19:59.7064388Z [00:01:52.974]➜  + 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/k9s
2025-08-20T21:19:59.7089555Z [00:01:52.976]➜  WORK=/tmp/go-build3547871397
2025-08-20T21:19:59.7845782Z [00:01:53.052]➜  # get https://proxy.golang.org/k8s.io/client-go/@v/v0.33.2.info
2025-08-20T21:19:59.7857484Z [00:01:53.053]➜  # get https://proxy.golang.org/k8s.io/klog/v2/@v/v2.130.1.info
2025-08-20T21:19:59.7858727Z [00:01:53.053]➜  # get https://proxy.golang.org/github.com/fvbommel/sortorder/@v/v1.1.0.info
2025-08-20T21:19:59.7863068Z [00:01:53.053]➜  # get https://proxy.golang.org/github.com/lmittmann/tint/@v/v1.0.7.info
2025-08-20T21:19:59.8133490Z [00:01:53.081]➜  # get https://proxy.golang.org/k8s.io/client-go/@v/v0.33.2.info: 200 OK (0.029s)
2025-08-20T21:19:59.8137160Z [00:01:53.081]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info
2025-08-20T21:19:59.8139887Z [00:01:53.081]➜  # get https://proxy.golang.org/github.com/lmittmann/tint/@v/v1.0.7.info: 200 OK (0.028s)
2025-08-20T21:19:59.8143344Z [00:01:53.082]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.14.info
2025-08-20T21:19:59.8147506Z [00:01:53.082]➜  # get https://proxy.golang.org/k8s.io/klog/v2/@v/v2.130.1.info: 200 OK (0.029s)
2025-08-20T21:19:59.8150765Z [00:01:53.082]➜  # get https://proxy.golang.org/k8s.io/api/@v/v0.33.2.info
2025-08-20T21:19:59.8153036Z [00:01:53.083]➜  # get https://proxy.golang.org/github.com/fvbommel/sortorder/@v/v1.1.0.info: 200 OK (0.030s)
2025-08-20T21:19:59.8156300Z [00:01:53.083]➜  # get https://proxy.golang.org/github.com/adrg/xdg/@v/v0.5.3.info
2025-08-20T21:19:59.8177212Z [00:01:53.085]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info: 200 OK (0.004s)
2025-08-20T21:19:59.8180260Z [00:01:53.085]➜  # get https://proxy.golang.org/github.com/spf13/cobra/@v/v1.9.1.info
2025-08-20T21:19:59.8187267Z [00:01:53.086]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.14.info: 200 OK (0.004s)
2025-08-20T21:19:59.8236718Z [00:01:53.091]➜  # get https://proxy.golang.org/k8s.io/api/@v/v0.33.2.info: 200 OK (0.009s)
2025-08-20T21:19:59.8240567Z [00:01:53.091]➜  # get https://proxy.golang.org/k8s.io/apiextensions-apiserver/@v/v0.33.2.info
2025-08-20T21:19:59.8242188Z [00:01:53.092]➜  # get https://proxy.golang.org/k8s.io/cli-runtime/@v/v0.33.2.info
2025-08-20T21:19:59.8243541Z [00:01:53.092]➜  # get https://proxy.golang.org/github.com/gogo/protobuf/@v/v1.3.2.info
2025-08-20T21:19:59.8245889Z [00:01:53.092]➜  # get https://proxy.golang.org/github.com/adrg/xdg/@v/v0.5.3.info: 200 OK (0.009s)
2025-08-20T21:19:59.8248644Z [00:01:53.092]➜  # get https://proxy.golang.org/github.com/spf13/cobra/@v/v1.9.1.info: 200 OK (0.007s)
2025-08-20T21:19:59.8249796Z [00:01:53.092]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info
2025-08-20T21:19:59.8250854Z [00:01:53.092]➜  # get https://proxy.golang.org/k8s.io/apimachinery/@v/v0.33.2.info
2025-08-20T21:19:59.8279106Z [00:01:53.095]➜  # get https://proxy.golang.org/k8s.io/apiextensions-apiserver/@v/v0.33.2.info: 200 OK (0.004s)
2025-08-20T21:19:59.8288664Z [00:01:53.096]➜  # get https://proxy.golang.org/k8s.io/cli-runtime/@v/v0.33.2.info: 200 OK (0.005s)
2025-08-20T21:19:59.8305007Z [00:01:53.098]➜  # get https://proxy.golang.org/github.com/gogo/protobuf/@v/v1.3.2.info: 200 OK (0.006s)
2025-08-20T21:19:59.8310448Z [00:01:53.098]➜  # get https://proxy.golang.org/github.com/atotto/clipboard/@v/v0.1.4.info
2025-08-20T21:19:59.8328815Z [00:01:53.100]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info: 200 OK (0.008s)
2025-08-20T21:19:59.8330733Z [00:01:53.100]➜  # get https://proxy.golang.org/k8s.io/apimachinery/@v/v0.33.2.info: 200 OK (0.008s)
2025-08-20T21:19:59.8337885Z [00:01:53.101]➜  # get https://proxy.golang.org/github.com/cenkalti/backoff/v4/@v/v4.3.0.info
2025-08-20T21:19:59.8338637Z [00:01:53.101]➜  # get https://proxy.golang.org/gopkg.in/inf.v0/@v/v0.9.1.info
2025-08-20T21:19:59.8339586Z [00:01:53.101]➜  # get https://proxy.golang.org/github.com/xeipuuv/gojsonschema/@v/v1.2.0.info
2025-08-20T21:19:59.8341144Z [00:01:53.101]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.34.0.info
2025-08-20T21:19:59.8357191Z [00:01:53.103]➜  # get https://proxy.golang.org/github.com/atotto/clipboard/@v/v0.1.4.info: 200 OK (0.005s)
2025-08-20T21:19:59.8360655Z [00:01:53.103]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info
2025-08-20T21:19:59.8375803Z [00:01:53.105]➜  # get https://proxy.golang.org/github.com/cenkalti/backoff/v4/@v/v4.3.0.info: 200 OK (0.004s)
2025-08-20T21:19:59.8378803Z [00:01:53.105]➜  # get https://proxy.golang.org/github.com/derailed/tcell/v2/@v/v2.3.1-rc.4.info
2025-08-20T21:19:59.8388122Z [00:01:53.106]➜  # get https://proxy.golang.org/gopkg.in/inf.v0/@v/v0.9.1.info: 200 OK (0.005s)
2025-08-20T21:19:59.8394189Z [00:01:53.107]➜  # get https://proxy.golang.org/github.com/fxamacker/cbor/v2/@v/v2.7.0.info
2025-08-20T21:19:59.8399318Z [00:01:53.107]➜  # get https://proxy.golang.org/github.com/xeipuuv/gojsonschema/@v/v1.2.0.info: 200 OK (0.006s)
2025-08-20T21:19:59.8406773Z [00:01:53.108]➜  # get https://proxy.golang.org/github.com/derailed/tview/@v/v0.8.5.info
2025-08-20T21:19:59.8418971Z [00:01:53.109]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.34.0.info: 200 OK (0.008s)
2025-08-20T21:19:59.8420720Z [00:01:53.109]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info: 200 OK (0.006s)
2025-08-20T21:19:59.8422981Z [00:01:53.110]➜  # get https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.6.info
2025-08-20T21:19:59.8423616Z [00:01:53.110]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.3.info
2025-08-20T21:19:59.8489569Z [00:01:53.116]➜  # get https://proxy.golang.org/github.com/fxamacker/cbor/v2/@v/v2.7.0.info: 200 OK (0.010s)
2025-08-20T21:19:59.8493128Z [00:01:53.117]➜  # get https://proxy.golang.org/github.com/x448/float16/@v/v0.8.4.info
2025-08-20T21:19:59.8552276Z [00:01:53.123]➜  # get https://proxy.golang.org/github.com/spf13/pflag/@v/v1.0.6.info: 200 OK (0.013s)
2025-08-20T21:19:59.8554908Z [00:01:53.123]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info
2025-08-20T21:19:59.8613213Z [00:01:53.129]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.3.info: 200 OK (0.019s)
2025-08-20T21:19:59.8615901Z [00:01:53.129]➜  # get https://proxy.golang.org/github.com/x448/float16/@v/v0.8.4.info: 200 OK (0.012s)
2025-08-20T21:19:59.8618724Z [00:01:53.129]➜  # get https://proxy.golang.org/k8s.io/utils/@v/v0.0.0-20241104100929-3ea5e8cea738.info
2025-08-20T21:19:59.8636431Z [00:01:53.131]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info: 200 OK (0.008s)
2025-08-20T21:19:59.8641981Z [00:01:53.132]➜  # get https://proxy.golang.org/gopkg.in/evanphx/json-patch.v4/@v/v4.12.0.info
2025-08-20T21:19:59.8688561Z [00:01:53.136]➜  # get https://proxy.golang.org/k8s.io/utils/@v/v0.0.0-20241104100929-3ea5e8cea738.info: 200 OK (0.007s)
2025-08-20T21:19:59.8719329Z [00:01:53.139]➜  # get https://proxy.golang.org/sigs.k8s.io/json/@v/v0.0.0-20241010143419-9aa6b5e7a4b3.info
2025-08-20T21:19:59.8722570Z [00:01:53.140]➜  # get https://proxy.golang.org/gopkg.in/evanphx/json-patch.v4/@v/v4.12.0.info: 200 OK (0.008s)
2025-08-20T21:19:59.8726641Z [00:01:53.140]➜  # get https://proxy.golang.org/github.com/munnerz/goautoneg/@v/v0.0.0-20191010083416-a7dc8b61c822.info
2025-08-20T21:19:59.8745802Z [00:01:53.142]➜  # get https://proxy.golang.org/sigs.k8s.io/json/@v/v0.0.0-20241010143419-9aa6b5e7a4b3.info: 200 OK (0.004s)
2025-08-20T21:19:59.8759638Z [00:01:53.143]➜  # get https://proxy.golang.org/github.com/munnerz/goautoneg/@v/v0.0.0-20191010083416-a7dc8b61c822.info: 200 OK (0.003s)
2025-08-20T21:19:59.8763245Z [00:01:53.144]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.40.0.info
2025-08-20T21:19:59.8797985Z [00:01:53.147]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.40.0.info: 200 OK (0.003s)
2025-08-20T21:19:59.8810974Z [00:01:53.148]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.42.0.info
2025-08-20T21:19:59.8850289Z [00:01:53.152]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.42.0.info: 200 OK (0.004s)
2025-08-20T21:19:59.8853849Z [00:01:53.153]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.27.0.info
2025-08-20T21:19:59.8886919Z [00:01:53.156]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.27.0.info: 200 OK (0.003s)
2025-08-20T21:19:59.8894643Z [00:01:53.157]➜  # get https://proxy.golang.org/sigs.k8s.io/structured-merge-diff/v4/@v/v4.6.0.info
2025-08-20T21:19:59.8926384Z [00:01:53.160]➜  # get https://proxy.golang.org/sigs.k8s.io/structured-merge-diff/v4/@v/v4.6.0.info: 200 OK (0.003s)
2025-08-20T21:19:59.8929460Z [00:01:53.160]➜  # get https://proxy.golang.org/github.com/json-iterator/go/@v/v1.1.12.info
2025-08-20T21:19:59.8967554Z [00:01:53.164]➜  # get https://proxy.golang.org/github.com/json-iterator/go/@v/v1.1.12.info: 200 OK (0.004s)
2025-08-20T21:19:59.8970677Z [00:01:53.164]➜  # get https://proxy.golang.org/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info
2025-08-20T21:19:59.9003176Z [00:01:53.168]➜  # get https://proxy.golang.org/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info: 200 OK (0.003s)
2025-08-20T21:19:59.9006276Z [00:01:53.168]➜  # get https://proxy.golang.org/github.com/modern-go/reflect2/@v/v1.0.2.info
2025-08-20T21:19:59.9039736Z [00:01:53.171]➜  # get https://proxy.golang.org/github.com/modern-go/reflect2/@v/v1.0.2.info: 200 OK (0.003s)
2025-08-20T21:19:59.9043477Z [00:01:53.172]➜  # get https://proxy.golang.org/sigs.k8s.io/yaml/@v/v1.5.0.info
2025-08-20T21:19:59.9075675Z [00:01:53.175]➜  # get https://proxy.golang.org/sigs.k8s.io/yaml/@v/v1.5.0.info: 200 OK (0.003s)
2025-08-20T21:19:59.9078355Z [00:01:53.175]➜  # get https://proxy.golang.org/go.yaml.in/yaml/v2/@v/v2.4.2.info
2025-08-20T21:19:59.9123252Z [00:01:53.180]➜  # get https://proxy.golang.org/go.yaml.in/yaml/v2/@v/v2.4.2.info: 200 OK (0.004s)
2025-08-20T21:19:59.9127596Z [00:01:53.180]➜  # get https://proxy.golang.org/sigs.k8s.io/randfill/@v/v1.0.0.info
2025-08-20T21:19:59.9181347Z [00:01:53.185]➜  # get https://proxy.golang.org/sigs.k8s.io/randfill/@v/v1.0.0.info: 200 OK (0.005s)
2025-08-20T21:19:59.9202924Z [00:01:53.188]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info
2025-08-20T21:19:59.9236655Z [00:01:53.191]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info: 200 OK (0.003s)
2025-08-20T21:19:59.9242191Z [00:01:53.191]➜  # get https://proxy.golang.org/github.com/liggitt/tabwriter/@v/v0.0.0-20181228230101-89fcab3d43de.info
2025-08-20T21:19:59.9276836Z [00:01:53.195]➜  # get https://proxy.golang.org/github.com/liggitt/tabwriter/@v/v0.0.0-20181228230101-89fcab3d43de.info: 200 OK (0.003s)
2025-08-20T21:19:59.9278757Z [00:01:53.195]➜  # get https://proxy.golang.org/github.com/moby/term/@v/v0.5.2.info
2025-08-20T21:19:59.9318576Z [00:01:53.199]➜  # get https://proxy.golang.org/github.com/moby/term/@v/v0.5.2.info: 200 OK (0.004s)
2025-08-20T21:19:59.9327245Z [00:01:53.200]➜  # get https://proxy.golang.org/github.com/google/gnostic-models/@v/v0.6.9.info
2025-08-20T21:19:59.9370151Z [00:01:53.204]➜  # get https://proxy.golang.org/github.com/google/gnostic-models/@v/v0.6.9.info: 200 OK (0.004s)
2025-08-20T21:19:59.9374676Z [00:01:53.205]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.5.info
2025-08-20T21:19:59.9413953Z [00:01:53.209]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.5.info: 200 OK (0.004s)
2025-08-20T21:19:59.9435358Z [00:01:53.211]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.16.0.info
2025-08-20T21:19:59.9476640Z [00:01:53.215]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.16.0.info: 200 OK (0.004s)
2025-08-20T21:19:59.9536596Z [00:01:53.221]➜  # get https://proxy.golang.org/k8s.io/kube-openapi/@v/v0.0.0-20250318190949-c8a335a9a2ff.info
2025-08-20T21:19:59.9574761Z [00:01:53.225]➜  # get https://proxy.golang.org/k8s.io/kube-openapi/@v/v0.0.0-20250318190949-c8a335a9a2ff.info: 200 OK (0.004s)
2025-08-20T21:19:59.9580461Z [00:01:53.225]➜  # get https://proxy.golang.org/github.com/go-openapi/jsonreference/@v/v0.20.2.info
2025-08-20T21:19:59.9614164Z [00:01:53.229]➜  # get https://proxy.golang.org/github.com/go-openapi/jsonreference/@v/v0.20.2.info: 200 OK (0.003s)
2025-08-20T21:19:59.9616990Z [00:01:53.229]➜  # get https://proxy.golang.org/github.com/go-openapi/jsonpointer/@v/v0.21.0.info
2025-08-20T21:19:59.9655654Z [00:01:53.233]➜  # get https://proxy.golang.org/github.com/go-openapi/jsonpointer/@v/v0.21.0.info: 200 OK (0.004s)
2025-08-20T21:19:59.9659018Z [00:01:53.233]➜  # get https://proxy.golang.org/github.com/go-openapi/swag/@v/v0.23.0.info
2025-08-20T21:19:59.9694593Z [00:01:53.237]➜  # get https://proxy.golang.org/github.com/go-openapi/swag/@v/v0.23.0.info: 200 OK (0.004s)
2025-08-20T21:19:59.9697707Z [00:01:53.237]➜  # get https://proxy.golang.org/github.com/mailru/easyjson/@v/v0.7.7.info
2025-08-20T21:19:59.9730108Z [00:01:53.240]➜  # get https://proxy.golang.org/github.com/mailru/easyjson/@v/v0.7.7.info: 200 OK (0.003s)
2025-08-20T21:19:59.9732834Z [00:01:53.241]➜  # get https://proxy.golang.org/github.com/josharian/intern/@v/v1.0.0.info
2025-08-20T21:19:59.9776626Z [00:01:53.245]➜  # get https://proxy.golang.org/github.com/josharian/intern/@v/v1.0.0.info: 200 OK (0.004s)
2025-08-20T21:19:59.9792125Z [00:01:53.247]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.33.0.info
2025-08-20T21:19:59.9834887Z [00:01:53.251]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.33.0.info: 200 OK (0.004s)
2025-08-20T21:19:59.9838404Z [00:01:53.251]➜  # get https://proxy.golang.org/github.com/davecgh/go-spew/@v/v1.1.2-0.20180830191138-d8f796af33cc.info
2025-08-20T21:19:59.9874779Z [00:01:53.255]➜  # get https://proxy.golang.org/github.com/davecgh/go-spew/@v/v1.1.2-0.20180830191138-d8f796af33cc.info: 200 OK (0.004s)
2025-08-20T21:19:59.9886013Z [00:01:53.256]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.12.0.info
2025-08-20T21:19:59.9918810Z [00:01:53.259]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.12.0.info: 200 OK (0.003s)
2025-08-20T21:19:59.9927776Z [00:01:53.260]➜  # get https://proxy.golang.org/github.com/emicklei/go-restful/v3/@v/v3.11.0.info
2025-08-20T21:19:59.9961763Z [00:01:53.263]➜  # get https://proxy.golang.org/github.com/emicklei/go-restful/v3/@v/v3.11.0.info: 200 OK (0.003s)
2025-08-20T21:19:59.9970122Z [00:01:53.264]➜  # get https://proxy.golang.org/github.com/google/go-cmp/@v/v0.7.0.info
2025-08-20T21:20:00.0003905Z [00:01:53.268]➜  # get https://proxy.golang.org/github.com/google/go-cmp/@v/v0.7.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.0013037Z [00:01:53.269]➜  # get https://proxy.golang.org/sigs.k8s.io/kustomize/api/@v/v0.19.0.info
2025-08-20T21:20:00.0047023Z [00:01:53.272]➜  # get https://proxy.golang.org/sigs.k8s.io/kustomize/api/@v/v0.19.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.0051786Z [00:01:53.272]➜  # get https://proxy.golang.org/sigs.k8s.io/kustomize/kyaml/@v/v0.19.0.info
2025-08-20T21:20:00.0086480Z [00:01:53.276]➜  # get https://proxy.golang.org/sigs.k8s.io/kustomize/kyaml/@v/v0.19.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.0089908Z [00:01:53.276]➜  # get https://proxy.golang.org/github.com/go-errors/errors/@v/v1.5.1.info
2025-08-20T21:20:00.0123287Z [00:01:53.280]➜  # get https://proxy.golang.org/github.com/go-errors/errors/@v/v1.5.1.info: 200 OK (0.003s)
2025-08-20T21:20:00.0131568Z [00:01:53.280]➜  # get https://proxy.golang.org/go.yaml.in/yaml/v3/@v/v3.0.3.info
2025-08-20T21:20:00.0196836Z [00:01:53.287]➜  # get https://proxy.golang.org/go.yaml.in/yaml/v3/@v/v3.0.3.info: 200 OK (0.007s)
2025-08-20T21:20:00.0206860Z [00:01:53.288]➜  # get https://proxy.golang.org/github.com/monochromegane/go-gitignore/@v/v0.0.0-20200626010858-205db1a8cc00.info
2025-08-20T21:20:00.0241284Z [00:01:53.291]➜  # get https://proxy.golang.org/github.com/monochromegane/go-gitignore/@v/v0.0.0-20200626010858-205db1a8cc00.info: 200 OK (0.003s)
2025-08-20T21:20:00.0243093Z [00:01:53.292]➜  # get https://proxy.golang.org/github.com/xlab/treeprint/@v/v1.2.0.info
2025-08-20T21:20:00.0265998Z [00:01:53.294]➜  # get https://proxy.golang.org/github.com/derailed/tcell/v2/@v/v2.3.1-rc.4.info: 200 OK (0.188s)
2025-08-20T21:20:00.0273363Z [00:01:53.294]➜  # get https://proxy.golang.org/github.com/derailed/tview/@v/v0.8.5.info: 200 OK (0.186s)
2025-08-20T21:20:00.0274886Z [00:01:53.294]➜  # get https://proxy.golang.org/github.com/xeipuuv/gojsonreference/@v/v0.0.0-20180127040603-bd5ef7bd5415.info
2025-08-20T21:20:00.0276184Z [00:01:53.294]➜  # get https://proxy.golang.org/github.com/fsnotify/fsnotify/@v/v1.9.0.info
2025-08-20T21:20:00.0277264Z [00:01:53.294]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info
2025-08-20T21:20:00.0278465Z [00:01:53.295]➜  # get https://proxy.golang.org/github.com/anchore/clio/@v/v0.0.0-20250408180537-ec8fa27f0d9f.info
2025-08-20T21:20:00.0279736Z [00:01:53.295]➜  # get https://proxy.golang.org/github.com/xlab/treeprint/@v/v1.2.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.0300016Z [00:01:53.297]➜  # get https://proxy.golang.org/github.com/xeipuuv/gojsonreference/@v/v0.0.0-20180127040603-bd5ef7bd5415.info: 200 OK (0.003s)
2025-08-20T21:20:00.0302081Z [00:01:53.297]➜  # get https://proxy.golang.org/github.com/google/shlex/@v/v0.0.0-20191202100458-e7afc7fbc510.info
2025-08-20T21:20:00.0303639Z [00:01:53.298]➜  # get https://proxy.golang.org/github.com/anchore/grype/@v/v0.96.0.info
2025-08-20T21:20:00.0313578Z [00:01:53.299]➜  # get https://proxy.golang.org/github.com/fsnotify/fsnotify/@v/v1.9.0.info: 200 OK (0.005s)
2025-08-20T21:20:00.0316191Z [00:01:53.299]➜  # get https://proxy.golang.org/k8s.io/metrics/@v/v0.33.2.info
2025-08-20T21:20:00.0324279Z [00:01:53.300]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info: 200 OK (0.005s)
2025-08-20T21:20:00.0327659Z [00:01:53.300]➜  # get https://proxy.golang.org/github.com/gregjones/httpcache/@v/v0.0.0-20190611155906-901d90724c79.info
2025-08-20T21:20:00.0336152Z [00:01:53.301]➜  # get https://proxy.golang.org/github.com/anchore/clio/@v/v0.0.0-20250408180537-ec8fa27f0d9f.info: 200 OK (0.007s)
2025-08-20T21:20:00.0353818Z [00:01:53.303]➜  # get https://proxy.golang.org/github.com/google/shlex/@v/v0.0.0-20191202100458-e7afc7fbc510.info: 200 OK (0.005s)
2025-08-20T21:20:00.0365007Z [00:01:53.304]➜  # get https://proxy.golang.org/github.com/gregjones/httpcache/@v/v0.0.0-20190611155906-901d90724c79.info: 200 OK (0.004s)
2025-08-20T21:20:00.0368043Z [00:01:53.304]➜  # get https://proxy.golang.org/github.com/xeipuuv/gojsonpointer/@v/v0.0.0-20190905194746-02993c407bfb.info
2025-08-20T21:20:00.0369771Z [00:01:53.304]➜  # get https://proxy.golang.org/github.com/blang/semver/v4/@v/v4.0.0.info
2025-08-20T21:20:00.0406666Z [00:01:53.308]➜  # get https://proxy.golang.org/github.com/xeipuuv/gojsonpointer/@v/v0.0.0-20190905194746-02993c407bfb.info: 200 OK (0.004s)
2025-08-20T21:20:00.0415420Z [00:01:53.309]➜  # get https://proxy.golang.org/github.com/blang/semver/v4/@v/v4.0.0.info: 200 OK (0.005s)
2025-08-20T21:20:00.0423283Z [00:01:53.310]➜  # get https://proxy.golang.org/github.com/peterbourgon/diskv/@v/v2.0.1+incompatible.info
2025-08-20T21:20:00.0471337Z [00:01:53.314]➜  # get https://proxy.golang.org/github.com/peterbourgon/diskv/@v/v2.0.1+incompatible.info: 200 OK (0.005s)
2025-08-20T21:20:00.0473234Z [00:01:53.315]➜  # get https://proxy.golang.org/github.com/google/btree/@v/v1.1.3.info
2025-08-20T21:20:00.0528406Z [00:01:53.320]➜  # get https://proxy.golang.org/github.com/google/btree/@v/v1.1.3.info: 200 OK (0.005s)
2025-08-20T21:20:00.2057434Z [00:01:53.473]➜  # get https://proxy.golang.org/github.com/anchore/grype/@v/v0.96.0.info: 200 OK (0.175s)
2025-08-20T21:20:00.2061126Z [00:01:53.473]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info
2025-08-20T21:20:00.2062490Z [00:01:53.474]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info
2025-08-20T21:20:00.2093196Z [00:01:53.477]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info: 200 OK (0.003s)
2025-08-20T21:20:00.2097820Z [00:01:53.477]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.2098708Z [00:01:53.477]➜  # get https://proxy.golang.org/github.com/sahilm/fuzzy/@v/v0.1.1.info
2025-08-20T21:20:00.2122546Z [00:01:53.480]➜  # get https://proxy.golang.org/k8s.io/metrics/@v/v0.33.2.info: 200 OK (0.181s)
2025-08-20T21:20:00.2131587Z [00:01:53.480]➜  # get https://proxy.golang.org/github.com/anchore/go-logger/@v/v0.0.0-20250318195838-07ae343dd722.info
2025-08-20T21:20:00.2132978Z [00:01:53.480]➜  # get https://proxy.golang.org/github.com/gdamore/encoding/@v/v1.0.1.info
2025-08-20T21:20:00.2134126Z [00:01:53.481]➜  # get https://proxy.golang.org/github.com/sahilm/fuzzy/@v/v0.1.1.info: 200 OK (0.003s)
2025-08-20T21:20:00.2165428Z [00:01:53.484]➜  # get https://proxy.golang.org/github.com/itchyny/gojq/@v/v0.12.17.info
2025-08-20T21:20:00.2167505Z [00:01:53.484]➜  # get https://proxy.golang.org/github.com/anchore/fangs/@v/v0.0.0-20250402135612-96e29e45f3fe.info
2025-08-20T21:20:00.2168876Z [00:01:53.484]➜  # get https://proxy.golang.org/github.com/gdamore/encoding/@v/v1.0.1.info: 200 OK (0.004s)
2025-08-20T21:20:00.2190184Z [00:01:53.486]➜  # get https://proxy.golang.org/github.com/anchore/go-homedir/@v/v0.0.0-20250319154043-c29668562e4d.info
2025-08-20T21:20:00.2191522Z [00:01:53.486]➜  # get https://proxy.golang.org/github.com/itchyny/gojq/@v/v0.12.17.info: 200 OK (0.005s)
2025-08-20T21:20:00.2204519Z [00:01:53.488]➜  # get https://proxy.golang.org/github.com/anchore/fangs/@v/v0.0.0-20250402135612-96e29e45f3fe.info: 200 OK (0.006s)
2025-08-20T21:20:00.2208807Z [00:01:53.488]➜  # get https://proxy.golang.org/dario.cat/mergo/@v/v1.0.1.info
2025-08-20T21:20:00.2210027Z [00:01:53.488]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20250408133849-7e4ce0ab07d0.info
2025-08-20T21:20:00.2241571Z [00:01:53.491]➜  # get https://proxy.golang.org/github.com/anchore/go-homedir/@v/v0.0.0-20250319154043-c29668562e4d.info: 200 OK (0.006s)
2025-08-20T21:20:00.2246264Z [00:01:53.492]➜  # get https://proxy.golang.org/github.com/anchore/syft/@v/v1.28.0.info
2025-08-20T21:20:00.2247614Z [00:01:53.492]➜  # get https://proxy.golang.org/dario.cat/mergo/@v/v1.0.1.info: 200 OK (0.004s)
2025-08-20T21:20:00.2250736Z [00:01:53.492]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20250408133849-7e4ce0ab07d0.info: 200 OK (0.004s)
2025-08-20T21:20:00.3864254Z [00:01:53.653]➜  # get https://proxy.golang.org/github.com/anchore/go-logger/@v/v0.0.0-20250318195838-07ae343dd722.info: 200 OK (0.173s)
2025-08-20T21:20:00.3865711Z [00:01:53.654]➜  # get https://proxy.golang.org/github.com/rakyll/hey/@v/v0.1.4.info
2025-08-20T21:20:00.3866614Z [00:01:53.654]➜  # get https://proxy.golang.org/github.com/go-viper/mapstructure/v2/@v/v2.3.0.info
2025-08-20T21:20:00.3901702Z [00:01:53.657]➜  # get https://proxy.golang.org/github.com/go-viper/mapstructure/v2/@v/v2.3.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.3907281Z [00:01:53.658]➜  # get https://proxy.golang.org/github.com/spf13/viper/@v/v1.20.1.info
2025-08-20T21:20:00.3943572Z [00:01:53.662]➜  # get https://proxy.golang.org/github.com/spf13/viper/@v/v1.20.1.info: 200 OK (0.004s)
2025-08-20T21:20:00.3947511Z [00:01:53.662]➜  # get https://proxy.golang.org/github.com/sagikazarmark/locafero/@v/v0.9.0.info
2025-08-20T21:20:00.3979433Z [00:01:53.665]➜  # get https://proxy.golang.org/github.com/sagikazarmark/locafero/@v/v0.9.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.3982030Z [00:01:53.666]➜  # get https://proxy.golang.org/github.com/sourcegraph/conc/@v/v0.3.0.info
2025-08-20T21:20:00.4016610Z [00:01:53.669]➜  # get https://proxy.golang.org/github.com/sourcegraph/conc/@v/v0.3.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.4021611Z [00:01:53.669]➜  # get https://proxy.golang.org/github.com/spf13/afero/@v/v1.14.0.info
2025-08-20T21:20:00.4070480Z [00:01:53.674]➜  # get https://proxy.golang.org/github.com/anchore/syft/@v/v1.28.0.info: 200 OK (0.182s)
2025-08-20T21:20:00.4072476Z [00:01:53.675]➜  # get https://proxy.golang.org/github.com/spf13/afero/@v/v1.14.0.info: 200 OK (0.005s)
2025-08-20T21:20:00.4073766Z [00:01:53.675]➜  # get https://proxy.golang.org/helm.sh/helm/v3/@v/v3.18.4.info
2025-08-20T21:20:00.4076517Z [00:01:53.675]➜  # get https://proxy.golang.org/github.com/bmatcuk/doublestar/v2/@v/v2.0.4.info
2025-08-20T21:20:00.4077186Z [00:01:53.675]➜  # get https://proxy.golang.org/github.com/spf13/cast/@v/v1.7.1.info
2025-08-20T21:20:00.4077902Z [00:01:53.675]➜  # get https://proxy.golang.org/github.com/wagoodman/go-partybus/@v/v0.0.0-20230516145632-8ccac152c651.info
2025-08-20T21:20:00.4118545Z [00:01:53.679]➜  # get https://proxy.golang.org/helm.sh/helm/v3/@v/v3.18.4.info: 200 OK (0.005s)
2025-08-20T21:20:00.4121373Z [00:01:53.679]➜  # get https://proxy.golang.org/github.com/%21one%21of%21one/xxhash/@v/v1.2.8.info
2025-08-20T21:20:00.4126262Z [00:01:53.680]➜  # get https://proxy.golang.org/github.com/bmatcuk/doublestar/v2/@v/v2.0.4.info: 200 OK (0.005s)
2025-08-20T21:20:00.4131615Z [00:01:53.680]➜  # get https://proxy.golang.org/github.com/gohugoio/hashstructure/@v/v0.5.0.info
2025-08-20T21:20:00.4150936Z [00:01:53.682]➜  # get https://proxy.golang.org/github.com/spf13/cast/@v/v1.7.1.info: 200 OK (0.007s)
2025-08-20T21:20:00.4154742Z [00:01:53.683]➜  # get https://proxy.golang.org/github.com/wagoodman/go-partybus/@v/v0.0.0-20230516145632-8ccac152c651.info: 200 OK (0.008s)
2025-08-20T21:20:00.4156425Z [00:01:53.683]➜  # get https://proxy.golang.org/github.com/subosito/gotenv/@v/v1.6.0.info
2025-08-20T21:20:00.4158286Z [00:01:53.683]➜  # get https://proxy.golang.org/github.com/anchore/go-collections/@v/v0.0.0-20240216171411-9321230ce537.info
2025-08-20T21:20:00.4167986Z [00:01:53.684]➜  # get https://proxy.golang.org/github.com/%21one%21of%21one/xxhash/@v/v1.2.8.info: 200 OK (0.005s)
2025-08-20T21:20:00.4172118Z [00:01:53.685]➜  # get https://proxy.golang.org/github.com/gohugoio/hashstructure/@v/v0.5.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.4175756Z [00:01:53.685]➜  # get https://proxy.golang.org/github.com/anchore/archiver/v3/@v/v3.5.3-0.20241210171143-5b1d8d1c7c51.info
2025-08-20T21:20:00.4176518Z [00:01:53.685]➜  # get https://proxy.golang.org/github.com/facebookincubator/nvdtools/@v/v0.1.5.info
2025-08-20T21:20:00.4193894Z [00:01:53.687]➜  # get https://proxy.golang.org/github.com/subosito/gotenv/@v/v1.6.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.4196329Z [00:01:53.687]➜  # get https://proxy.golang.org/github.com/anchore/go-collections/@v/v0.0.0-20240216171411-9321230ce537.info: 200 OK (0.004s)
2025-08-20T21:20:00.4199070Z [00:01:53.687]➜  # get https://proxy.golang.org/github.com/pelletier/go-toml/v2/@v/v2.2.3.info
2025-08-20T21:20:00.4203262Z [00:01:53.688]➜  # get https://proxy.golang.org/github.com/scylladb/go-set/@v/v1.0.3-0.20200225121959-cc7b2070d91e.info
2025-08-20T21:20:00.4209349Z [00:01:53.688]➜  # get https://proxy.golang.org/github.com/anchore/archiver/v3/@v/v3.5.3-0.20241210171143-5b1d8d1c7c51.info: 200 OK (0.003s)
2025-08-20T21:20:00.4211570Z [00:01:53.688]➜  # get https://proxy.golang.org/github.com/facebookincubator/nvdtools/@v/v0.1.5.info: 200 OK (0.004s)
2025-08-20T21:20:00.4216403Z [00:01:53.689]➜  # get https://proxy.golang.org/github.com/wagoodman/go-progress/@v/v0.0.0-20230925121702-07e42b3cdba0.info
2025-08-20T21:20:00.4217160Z [00:01:53.689]➜  # get https://proxy.golang.org/github.com/hashicorp/go-version/@v/v1.7.0.info
2025-08-20T21:20:00.4239296Z [00:01:53.691]➜  # get https://proxy.golang.org/github.com/pelletier/go-toml/v2/@v/v2.2.3.info: 200 OK (0.004s)
2025-08-20T21:20:00.4246723Z [00:01:53.692]➜  # get https://proxy.golang.org/github.com/mgutz/ansi/@v/v0.0.0-20200706080929-d51e80ef957d.info
2025-08-20T21:20:00.4255055Z [00:01:53.693]➜  # get https://proxy.golang.org/github.com/scylladb/go-set/@v/v1.0.3-0.20200225121959-cc7b2070d91e.info: 200 OK (0.005s)
2025-08-20T21:20:00.4259277Z [00:01:53.693]➜  # get https://proxy.golang.org/github.com/gookit/color/@v/v1.5.4.info
2025-08-20T21:20:00.4265080Z [00:01:53.694]➜  # get https://proxy.golang.org/github.com/wagoodman/go-progress/@v/v0.0.0-20230925121702-07e42b3cdba0.info: 200 OK (0.005s)
2025-08-20T21:20:00.4271402Z [00:01:53.694]➜  # get https://proxy.golang.org/github.com/hashicorp/go-version/@v/v1.7.0.info: 200 OK (0.005s)
2025-08-20T21:20:00.4272997Z [00:01:53.695]➜  # get https://proxy.golang.org/github.com/itchyny/timefmt-go/@v/v0.1.6.info
2025-08-20T21:20:00.4274483Z [00:01:53.695]➜  # get https://proxy.golang.org/github.com/acobaugh/osrelease/@v/v0.1.0.info
2025-08-20T21:20:00.4291648Z [00:01:53.696]➜  # get https://proxy.golang.org/github.com/mgutz/ansi/@v/v0.0.0-20200706080929-d51e80ef957d.info: 200 OK (0.004s)
2025-08-20T21:20:00.4296655Z [00:01:53.697]➜  # get https://proxy.golang.org/github.com/gookit/color/@v/v1.5.4.info: 200 OK (0.004s)
2025-08-20T21:20:00.4298668Z [00:01:53.697]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.4-0.20230606125235-dd1b4c2e81af.info
2025-08-20T21:20:00.4299622Z [00:01:53.697]➜  # get https://proxy.golang.org/github.com/iancoleman/strcase/@v/v0.3.0.info
2025-08-20T21:20:00.4309032Z [00:01:53.698]➜  # get https://proxy.golang.org/github.com/itchyny/timefmt-go/@v/v0.1.6.info: 200 OK (0.004s)
2025-08-20T21:20:00.4314700Z [00:01:53.699]➜  # get https://proxy.golang.org/github.com/acobaugh/osrelease/@v/v0.1.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.4319242Z [00:01:53.699]➜  # get https://proxy.golang.org/github.com/pborman/indent/@v/v1.2.1.info
2025-08-20T21:20:00.4319864Z [00:01:53.699]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info
2025-08-20T21:20:00.4335368Z [00:01:53.701]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.4-0.20230606125235-dd1b4c2e81af.info: 200 OK (0.004s)
2025-08-20T21:20:00.4339356Z [00:01:53.701]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info
2025-08-20T21:20:00.4344066Z [00:01:53.702]➜  # get https://proxy.golang.org/github.com/iancoleman/strcase/@v/v0.3.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.4348161Z [00:01:53.702]➜  # get https://proxy.golang.org/github.com/anchore/go-version/@v/v1.2.2-0.20210903204242-51efa5b487c4.info
2025-08-20T21:20:00.4365129Z [00:01:53.704]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.4383645Z [00:01:53.706]➜  # get https://proxy.golang.org/github.com/pborman/indent/@v/v1.2.1.info: 200 OK (0.006s)
2025-08-20T21:20:00.4388414Z [00:01:53.706]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info: 200 OK (0.005s)
2025-08-20T21:20:00.4389329Z [00:01:53.706]➜  # get https://proxy.golang.org/github.com/anchore/packageurl-go/@v/v0.1.1-0.20250220190351-d62adb6e1115.info
2025-08-20T21:20:00.4390003Z [00:01:53.706]➜  # get https://proxy.golang.org/github.com/pkg/profile/@v/v1.7.0.info
2025-08-20T21:20:00.4431672Z [00:01:53.710]➜  # get https://proxy.golang.org/github.com/anchore/packageurl-go/@v/v0.1.1-0.20250220190351-d62adb6e1115.info: 200 OK (0.004s)
2025-08-20T21:20:00.4434076Z [00:01:53.710]➜  # get https://proxy.golang.org/github.com/pkg/profile/@v/v1.7.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.4435249Z [00:01:53.711]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info
2025-08-20T21:20:00.4436300Z [00:01:53.711]➜  # get https://proxy.golang.org/github.com/felixge/fgprof/@v/v0.9.5.info
2025-08-20T21:20:00.4438703Z [00:01:53.711]➜  # get https://proxy.golang.org/github.com/%21masterminds/semver/v3/@v/v3.4.0.info
2025-08-20T21:20:00.4472124Z [00:01:53.714]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info: 200 OK (0.004s)
2025-08-20T21:20:00.4485323Z [00:01:53.716]➜  # get https://proxy.golang.org/github.com/felixge/fgprof/@v/v0.9.5.info: 200 OK (0.005s)
2025-08-20T21:20:00.4489119Z [00:01:53.716]➜  # get https://proxy.golang.org/github.com/%21masterminds/semver/v3/@v/v3.4.0.info: 200 OK (0.005s)
2025-08-20T21:20:00.4491609Z [00:01:53.716]➜  # get https://proxy.golang.org/github.com/google/pprof/@v/v0.0.0-20250317173921-a4b03ec1a45e.info
2025-08-20T21:20:00.4495077Z [00:01:53.717]➜  # get https://proxy.golang.org/github.com/openvex/go-vex/@v/v0.2.5.info
2025-08-20T21:20:00.4495952Z [00:01:53.717]➜  # get https://proxy.golang.org/github.com/olekukonko/tablewriter/@v/v1.0.8.info
2025-08-20T21:20:00.4497387Z [00:01:53.717]➜  # get https://proxy.golang.org/github.com/rakyll/hey/@v/v0.1.4.info: 200 OK (0.063s)
2025-08-20T21:20:00.4498393Z [00:01:53.717]➜  # get https://proxy.golang.org/github.com/andybalholm/brotli/@v/v1.1.2-0.20250424173009-453214e765f3.info
2025-08-20T21:20:00.4519023Z [00:01:53.719]➜  # get https://proxy.golang.org/github.com/google/pprof/@v/v0.0.0-20250317173921-a4b03ec1a45e.info: 200 OK (0.003s)
2025-08-20T21:20:00.4526443Z [00:01:53.720]➜  # get https://proxy.golang.org/github.com/glebarez/sqlite/@v/v1.11.0.info
2025-08-20T21:20:00.4535055Z [00:01:53.721]➜  # get https://proxy.golang.org/github.com/openvex/go-vex/@v/v0.2.5.info: 200 OK (0.004s)
2025-08-20T21:20:00.4543809Z [00:01:53.722]➜  # get https://proxy.golang.org/github.com/andybalholm/brotli/@v/v1.1.2-0.20250424173009-453214e765f3.info: 200 OK (0.004s)
2025-08-20T21:20:00.4545210Z [00:01:53.722]➜  # get https://proxy.golang.org/github.com/%21masterminds/sprig/v3/@v/v3.3.0.info
2025-08-20T21:20:00.4550399Z [00:01:53.722]➜  # get https://proxy.golang.org/github.com/olekukonko/tablewriter/@v/v1.0.8.info: 200 OK (0.006s)
2025-08-20T21:20:00.4558465Z [00:01:53.723]➜  # get https://proxy.golang.org/github.com/dsnet/compress/@v/v0.0.2-0.20230904184137-39efe44ab707.info
2025-08-20T21:20:00.4561572Z [00:01:53.723]➜  # get https://proxy.golang.org/github.com/glebarez/sqlite/@v/v1.11.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.4565597Z [00:01:53.724]➜  # get https://proxy.golang.org/github.com/glebarez/go-sqlite/@v/v1.22.0.info
2025-08-20T21:20:00.4566663Z [00:01:53.724]➜  # get https://proxy.golang.org/github.com/anchore/stereoscope/@v/v0.1.6.info
2025-08-20T21:20:00.4589197Z [00:01:53.726]➜  # get https://proxy.golang.org/github.com/%21masterminds/sprig/v3/@v/v3.3.0.info: 200 OK (0.005s)
2025-08-20T21:20:00.4592444Z [00:01:53.727]➜  # get https://proxy.golang.org/github.com/gosuri/uitable/@v/v0.0.4.info
2025-08-20T21:20:00.4609940Z [00:01:53.728]➜  # get https://proxy.golang.org/github.com/dsnet/compress/@v/v0.0.2-0.20230904184137-39efe44ab707.info: 200 OK (0.005s)
2025-08-20T21:20:00.4613068Z [00:01:53.729]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info
2025-08-20T21:20:00.4623556Z [00:01:53.730]➜  # get https://proxy.golang.org/github.com/glebarez/go-sqlite/@v/v1.22.0.info: 200 OK (0.006s)
2025-08-20T21:20:00.4628016Z [00:01:53.730]➜  # get https://proxy.golang.org/modernc.org/libc/@v/v1.65.10.info
2025-08-20T21:20:00.4633436Z [00:01:53.731]➜  # get https://proxy.golang.org/github.com/gosuri/uitable/@v/v0.0.4.info: 200 OK (0.004s)
2025-08-20T21:20:00.4636703Z [00:01:53.731]➜  # get https://proxy.golang.org/gorm.io/gorm/@v/v1.30.0.info
2025-08-20T21:20:00.4644090Z [00:01:53.732]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info: 200 OK (0.003s)
2025-08-20T21:20:00.4649441Z [00:01:53.732]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info
2025-08-20T21:20:00.4662054Z [00:01:53.733]➜  # get https://proxy.golang.org/modernc.org/libc/@v/v1.65.10.info: 200 OK (0.003s)
2025-08-20T21:20:00.4665284Z [00:01:53.734]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info
2025-08-20T21:20:00.4696569Z [00:01:53.737]➜  # get https://proxy.golang.org/gorm.io/gorm/@v/v1.30.0.info: 200 OK (0.006s)
2025-08-20T21:20:00.4700602Z [00:01:53.737]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v0.0.4.info
2025-08-20T21:20:00.4705733Z [00:01:53.738]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info: 200 OK (0.006s)
2025-08-20T21:20:00.4716882Z [00:01:53.739]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info: 200 OK (0.005s)
2025-08-20T21:20:00.4722236Z [00:01:53.740]➜  # get https://proxy.golang.org/modernc.org/mathutil/@v/v1.7.1.info
2025-08-20T21:20:00.4736347Z [00:01:53.741]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v0.0.4.info: 200 OK (0.004s)
2025-08-20T21:20:00.4742232Z [00:01:53.742]➜  # get https://proxy.golang.org/github.com/%21cyclone%21d%21x/cyclonedx-go/@v/v0.9.2.info
2025-08-20T21:20:00.4752894Z [00:01:53.743]➜  # get https://proxy.golang.org/modernc.org/mathutil/@v/v1.7.1.info: 200 OK (0.003s)
2025-08-20T21:20:00.4755599Z [00:01:53.743]➜  # get https://proxy.golang.org/github.com/remyoudompheng/bigfft/@v/v0.0.0-20230129092748-24d4a6f8daec.info
2025-08-20T21:20:00.4777819Z [00:01:53.745]➜  # get https://proxy.golang.org/github.com/%21cyclone%21d%21x/cyclonedx-go/@v/v0.9.2.info: 200 OK (0.004s)
2025-08-20T21:20:00.4783844Z [00:01:53.746]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info
2025-08-20T21:20:00.4792148Z [00:01:53.746]➜  # get https://proxy.golang.org/github.com/remyoudompheng/bigfft/@v/v0.0.0-20230129092748-24d4a6f8daec.info: 200 OK (0.004s)
2025-08-20T21:20:00.4795357Z [00:01:53.747]➜  # get https://proxy.golang.org/modernc.org/memory/@v/v1.11.0.info
2025-08-20T21:20:00.4818603Z [00:01:53.749]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.4827790Z [00:01:53.750]➜  # get https://proxy.golang.org/modernc.org/memory/@v/v1.11.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.4831830Z [00:01:53.750]➜  # get https://proxy.golang.org/modernc.org/sqlite/@v/v1.38.0.info
2025-08-20T21:20:00.4870970Z [00:01:53.754]➜  # get https://proxy.golang.org/modernc.org/sqlite/@v/v1.38.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.4873996Z [00:01:53.755]➜  # get https://proxy.golang.org/github.com/jinzhu/now/@v/v1.1.5.info
2025-08-20T21:20:00.4909419Z [00:01:53.758]➜  # get https://proxy.golang.org/github.com/jinzhu/now/@v/v1.1.5.info: 200 OK (0.004s)
2025-08-20T21:20:00.4917494Z [00:01:53.759]➜  # get https://proxy.golang.org/github.com/jinzhu/inflection/@v/v1.0.0.info
2025-08-20T21:20:00.4948584Z [00:01:53.762]➜  # get https://proxy.golang.org/github.com/jinzhu/inflection/@v/v1.0.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.5046874Z [00:01:53.772]➜  # get https://proxy.golang.org/github.com/anchore/go-version/@v/v1.2.2-0.20210903204242-51efa5b487c4.info: 200 OK (0.070s)
2025-08-20T21:20:00.5230837Z [00:01:53.790]➜  # get https://proxy.golang.org/github.com/anchore/stereoscope/@v/v0.1.6.info: 200 OK (0.066s)
2025-08-20T21:20:00.5239966Z [00:01:53.791]➜  # get https://proxy.golang.org/github.com/olekukonko/errors/@v/v0.0.0-20250405072817-4e6d85265da6.info
2025-08-20T21:20:00.5241351Z [00:01:53.791]➜  # get https://proxy.golang.org/github.com/aquasecurity/go-pep440-version/@v/v0.0.1.info
2025-08-20T21:20:00.5242781Z [00:01:53.792]➜  # get https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.9.info
2025-08-20T21:20:00.5243816Z [00:01:53.792]➜  # get https://proxy.golang.org/github.com/hako/durafmt/@v/v0.0.0-20210608085754-5c1018a4e16b.info
2025-08-20T21:20:00.5246729Z [00:01:53.792]➜  # get https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.4-0.20250319132907-e064f32e3674.info
2025-08-20T21:20:00.5272797Z [00:01:53.795]➜  # get https://proxy.golang.org/github.com/olekukonko/errors/@v/v0.0.0-20250405072817-4e6d85265da6.info: 200 OK (0.004s)
2025-08-20T21:20:00.5276636Z [00:01:53.795]➜  # get https://proxy.golang.org/github.com/olekukonko/ll/@v/v0.0.8.info
2025-08-20T21:20:00.5277975Z [00:01:53.795]➜  # get https://proxy.golang.org/github.com/aquasecurity/go-pep440-version/@v/v0.0.1.info: 200 OK (0.004s)
2025-08-20T21:20:00.5286421Z [00:01:53.796]➜  # get https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.9.info: 200 OK (0.005s)
2025-08-20T21:20:00.5295753Z [00:01:53.797]➜  # get https://proxy.golang.org/github.com/hako/durafmt/@v/v0.0.0-20210608085754-5c1018a4e16b.info: 200 OK (0.005s)
2025-08-20T21:20:00.5297786Z [00:01:53.797]➜  # get https://proxy.golang.org/github.com/sylabs/squashfs/@v/v1.0.6.info
2025-08-20T21:20:00.5299323Z [00:01:53.797]➜  # get https://proxy.golang.org/github.com/anchore/go-sync/@v/v0.0.0-20250326131806-4eda43a485b6.info
2025-08-20T21:20:00.5300889Z [00:01:53.797]➜  # get https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.4-0.20250319132907-e064f32e3674.info: 200 OK (0.005s)
2025-08-20T21:20:00.5306635Z [00:01:53.798]➜  # get https://proxy.golang.org/github.com/bitnami/go-version/@v/v0.0.0-20250131085805-b1f57a8634ef.info
2025-08-20T21:20:00.5309788Z [00:01:53.798]➜  # get https://proxy.golang.org/github.com/olekukonko/ll/@v/v0.0.8.info: 200 OK (0.003s)
2025-08-20T21:20:00.5314769Z [00:01:53.799]➜  # get https://proxy.golang.org/github.com/araddon/dateparse/@v/v0.0.0-20210429162001-6b43995a97de.info
2025-08-20T21:20:00.5319513Z [00:01:53.799]➜  # get https://proxy.golang.org/github.com/google/licensecheck/@v/v0.3.1.info
2025-08-20T21:20:00.5329879Z [00:01:53.800]➜  # get https://proxy.golang.org/github.com/sylabs/squashfs/@v/v1.0.6.info: 200 OK (0.003s)
2025-08-20T21:20:00.5342168Z [00:01:53.802]➜  # get https://proxy.golang.org/github.com/pierrec/lz4/v4/@v/v4.1.22.info
2025-08-20T21:20:00.5349400Z [00:01:53.802]➜  # get https://proxy.golang.org/github.com/araddon/dateparse/@v/v0.0.0-20210429162001-6b43995a97de.info: 200 OK (0.003s)
2025-08-20T21:20:00.5356533Z [00:01:53.803]➜  # get https://proxy.golang.org/github.com/google/licensecheck/@v/v0.3.1.info: 200 OK (0.003s)
2025-08-20T21:20:00.5357843Z [00:01:53.803]➜  # get https://proxy.golang.org/github.com/google/go-containerregistry/@v/v0.20.6.info
2025-08-20T21:20:00.5358640Z [00:01:53.803]➜  # get https://proxy.golang.org/github.com/klauspost/pgzip/@v/v1.2.6.info
2025-08-20T21:20:00.5375696Z [00:01:53.805]➜  # get https://proxy.golang.org/github.com/pierrec/lz4/v4/@v/v4.1.22.info: 200 OK (0.003s)
2025-08-20T21:20:00.5381707Z [00:01:53.805]➜  # get https://proxy.golang.org/github.com/therootcompany/xz/@v/v1.0.1.info
2025-08-20T21:20:00.5389591Z [00:01:53.806]➜  # get https://proxy.golang.org/github.com/google/go-containerregistry/@v/v0.20.6.info: 200 OK (0.003s)
2025-08-20T21:20:00.5393850Z [00:01:53.807]➜  # get https://proxy.golang.org/github.com/knqyf263/go-apk-version/@v/v0.0.0-20200609155635-041fdbb8563f.info
2025-08-20T21:20:00.5394777Z [00:01:53.807]➜  # get https://proxy.golang.org/github.com/klauspost/pgzip/@v/v1.2.6.info: 200 OK (0.004s)
2025-08-20T21:20:00.5407207Z [00:01:53.808]➜  # get https://proxy.golang.org/github.com/nwaples/rardecode/@v/v1.1.3.info
2025-08-20T21:20:00.5415297Z [00:01:53.809]➜  # get https://proxy.golang.org/github.com/therootcompany/xz/@v/v1.0.1.info: 200 OK (0.003s)
2025-08-20T21:20:00.5420252Z [00:01:53.809]➜  # get https://proxy.golang.org/github.com/ulikunitz/xz/@v/v0.5.12.info
2025-08-20T21:20:00.5431309Z [00:01:53.810]➜  # get https://proxy.golang.org/github.com/knqyf263/go-apk-version/@v/v0.0.0-20200609155635-041fdbb8563f.info: 200 OK (0.004s)
2025-08-20T21:20:00.5434005Z [00:01:53.811]➜  # get https://proxy.golang.org/github.com/package-url/packageurl-go/@v/v0.1.1.info
2025-08-20T21:20:00.5450165Z [00:01:53.812]➜  # get https://proxy.golang.org/github.com/nwaples/rardecode/@v/v1.1.3.info: 200 OK (0.004s)
2025-08-20T21:20:00.5452504Z [00:01:53.813]➜  # get https://proxy.golang.org/github.com/knqyf263/go-deb-version/@v/v0.0.0-20190517075300-09fca494f03d.info
2025-08-20T21:20:00.5457626Z [00:01:53.813]➜  # get https://proxy.golang.org/github.com/ulikunitz/xz/@v/v0.5.12.info: 200 OK (0.004s)
2025-08-20T21:20:00.5469951Z [00:01:53.814]➜  # get https://proxy.golang.org/github.com/becheran/wildmatch-go/@v/v1.0.0.info
2025-08-20T21:20:00.5495134Z [00:01:53.817]➜  # get https://proxy.golang.org/github.com/knqyf263/go-deb-version/@v/v0.0.0-20190517075300-09fca494f03d.info: 200 OK (0.004s)
2025-08-20T21:20:00.5503084Z [00:01:53.818]➜  # get https://proxy.golang.org/github.com/hashicorp/go-getter/@v/v1.7.9.info
2025-08-20T21:20:00.5516533Z [00:01:53.819]➜  # get https://proxy.golang.org/github.com/becheran/wildmatch-go/@v/v1.0.0.info: 200 OK (0.005s)
2025-08-20T21:20:00.5519336Z [00:01:53.819]➜  # get https://proxy.golang.org/github.com/bmatcuk/doublestar/v4/@v/v4.8.1.info
2025-08-20T21:20:00.5556538Z [00:01:53.823]➜  # get https://proxy.golang.org/github.com/hashicorp/go-getter/@v/v1.7.9.info: 200 OK (0.005s)
2025-08-20T21:20:00.5559146Z [00:01:53.823]➜  # get https://proxy.golang.org/github.com/pandatix/go-cvss/@v/v0.6.2.info
2025-08-20T21:20:00.5563627Z [00:01:53.824]➜  # get https://proxy.golang.org/github.com/bmatcuk/doublestar/v4/@v/v4.8.1.info: 200 OK (0.004s)
2025-08-20T21:20:00.5567745Z [00:01:53.824]➜  # get https://proxy.golang.org/github.com/containerd/errdefs/@v/v1.0.0.info
2025-08-20T21:20:00.5599792Z [00:01:53.827]➜  # get https://proxy.golang.org/github.com/pandatix/go-cvss/@v/v0.6.2.info: 200 OK (0.004s)
2025-08-20T21:20:00.5605393Z [00:01:53.828]➜  # get https://proxy.golang.org/github.com/containerd/errdefs/@v/v1.0.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.5606232Z [00:01:53.828]➜  # get https://proxy.golang.org/github.com/aquasecurity/go-version/@v/v0.0.1.info
2025-08-20T21:20:00.5608646Z [00:01:53.828]➜  # get https://proxy.golang.org/github.com/docker/go-connections/@v/v0.5.0.info
2025-08-20T21:20:00.5641689Z [00:01:53.831]➜  # get https://proxy.golang.org/github.com/aquasecurity/go-version/@v/v0.0.1.info: 200 OK (0.004s)
2025-08-20T21:20:00.5645652Z [00:01:53.832]➜  # get https://proxy.golang.org/github.com/masahiro331/go-mvn-version/@v/v0.0.0-20210429150710-d3157d602a08.info
2025-08-20T21:20:00.5655842Z [00:01:53.833]➜  # get https://proxy.golang.org/github.com/docker/go-connections/@v/v0.5.0.info: 200 OK (0.005s)
2025-08-20T21:20:00.5660768Z [00:01:53.833]➜  # get https://proxy.golang.org/github.com/docker/cli/@v/v28.3.0+incompatible.info
2025-08-20T21:20:00.5682181Z [00:01:53.835]➜  # get https://proxy.golang.org/github.com/masahiro331/go-mvn-version/@v/v0.0.0-20210429150710-d3157d602a08.info: 200 OK (0.004s)
2025-08-20T21:20:00.5692411Z [00:01:53.837]➜  # get https://proxy.golang.org/golang.org/x/xerrors/@v/v0.0.0-20231012003039-104605ab7028.info
2025-08-20T21:20:00.5726336Z [00:01:53.840]➜  # get https://proxy.golang.org/golang.org/x/xerrors/@v/v0.0.0-20231012003039-104605ab7028.info: 200 OK (0.003s)
2025-08-20T21:20:00.5738959Z [00:01:53.841]➜  # get https://proxy.golang.org/github.com/github/go-spdx/v2/@v/v2.3.3.info
2025-08-20T21:20:00.5927774Z [00:01:53.860]➜  # get https://proxy.golang.org/github.com/anchore/go-sync/@v/v0.0.0-20250326131806-4eda43a485b6.info: 200 OK (0.063s)
2025-08-20T21:20:00.5938512Z [00:01:53.861]➜  # get https://proxy.golang.org/github.com/xi2/xz/@v/v0.0.0-20171230120015-48954b6210f8.info
2025-08-20T21:20:00.5955377Z [00:01:53.863]➜  # get https://proxy.golang.org/github.com/bitnami/go-version/@v/v0.0.0-20250131085805-b1f57a8634ef.info: 200 OK (0.065s)
2025-08-20T21:20:00.5958825Z [00:01:53.863]➜  # get https://proxy.golang.org/github.com/wagoodman/go-presenter/@v/v0.0.0-20211015174752-f9c01afc824b.info
2025-08-20T21:20:00.5970641Z [00:01:53.864]➜  # get https://proxy.golang.org/github.com/xi2/xz/@v/v0.0.0-20171230120015-48954b6210f8.info: 200 OK (0.003s)
2025-08-20T21:20:00.5973429Z [00:01:53.865]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/@v/v1.1.0.info
2025-08-20T21:20:00.6006790Z [00:01:53.868]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/@v/v1.1.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.6012963Z [00:01:53.869]➜  # get https://proxy.golang.org/github.com/jinzhu/copier/@v/v0.4.0.info
2025-08-20T21:20:00.6044734Z [00:01:53.872]➜  # get https://proxy.golang.org/github.com/jinzhu/copier/@v/v0.4.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.6053725Z [00:01:53.873]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/ansi/@v/v0.9.3.info
2025-08-20T21:20:00.6060916Z [00:01:53.873]➜  # get https://proxy.golang.org/github.com/package-url/packageurl-go/@v/v0.1.1.info: 200 OK (0.063s)
2025-08-20T21:20:00.6068479Z [00:01:53.874]➜  # get https://proxy.golang.org/github.com/opencontainers/go-digest/@v/v1.0.0.info
2025-08-20T21:20:00.6085880Z [00:01:53.876]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/ansi/@v/v0.9.3.info: 200 OK (0.003s)
2025-08-20T21:20:00.6090480Z [00:01:53.876]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/cellbuf/@v/v0.0.13-0.20250311204145-2c3ea96c31dd.info
2025-08-20T21:20:00.6104274Z [00:01:53.878]➜  # get https://proxy.golang.org/github.com/opencontainers/go-digest/@v/v1.0.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.6110917Z [00:01:53.878]➜  # get https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.49.0.info
2025-08-20T21:20:00.6122251Z [00:01:53.879]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/cellbuf/@v/v0.0.13-0.20250311204145-2c3ea96c31dd.info: 200 OK (0.003s)
2025-08-20T21:20:00.6129531Z [00:01:53.880]➜  # get https://proxy.golang.org/k8s.io/kubectl/@v/v0.33.2.info
2025-08-20T21:20:00.6147342Z [00:01:53.882]➜  # get https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.49.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.6150495Z [00:01:53.882]➜  # get https://proxy.golang.org/github.com/muesli/termenv/@v/v0.16.0.info
2025-08-20T21:20:00.6183045Z [00:01:53.886]➜  # get https://proxy.golang.org/k8s.io/kubectl/@v/v0.33.2.info: 200 OK (0.005s)
2025-08-20T21:20:00.6186228Z [00:01:53.886]➜  # get https://proxy.golang.org/github.com/owenrumney/go-sarif/@v/v1.1.2-0.20231003122901-1000f5e05554.info
2025-08-20T21:20:00.6189555Z [00:01:53.886]➜  # get https://proxy.golang.org/github.com/muesli/termenv/@v/v0.16.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.6203282Z [00:01:53.888]➜  # get https://proxy.golang.org/github.com/cyphar/filepath-securejoin/@v/v0.4.1.info
2025-08-20T21:20:00.6236341Z [00:01:53.891]➜  # get https://proxy.golang.org/github.com/cyphar/filepath-securejoin/@v/v0.4.1.info: 200 OK (0.003s)
2025-08-20T21:20:00.6242125Z [00:01:53.892]➜  # get https://proxy.golang.org/github.com/containerd/containerd/@v/v1.7.27.info
2025-08-20T21:20:00.6273496Z [00:01:53.895]➜  # get https://proxy.golang.org/github.com/containerd/containerd/@v/v1.7.27.info: 200 OK (0.003s)
2025-08-20T21:20:00.6280832Z [00:01:53.895]➜  # get https://proxy.golang.org/cloud.google.com/go/compute/metadata/@v/v0.7.0.info
2025-08-20T21:20:00.6298886Z [00:01:53.897]➜  # get https://proxy.golang.org/github.com/docker/cli/@v/v28.3.0+incompatible.info: 200 OK (0.064s)
2025-08-20T21:20:00.6305008Z [00:01:53.898]➜  # get https://proxy.golang.org/github.com/docker/docker-credential-helpers/@v/v0.9.3.info
2025-08-20T21:20:00.6311908Z [00:01:53.898]➜  # get https://proxy.golang.org/cloud.google.com/go/compute/metadata/@v/v0.7.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.6317594Z [00:01:53.899]➜  # get https://proxy.golang.org/github.com/mitchellh/copystructure/@v/v1.2.0.info
2025-08-20T21:20:00.6340235Z [00:01:53.901]➜  # get https://proxy.golang.org/github.com/docker/docker-credential-helpers/@v/v0.9.3.info: 200 OK (0.004s)
2025-08-20T21:20:00.6347431Z [00:01:53.902]➜  # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v1.1.0.info
2025-08-20T21:20:00.6351389Z [00:01:53.902]➜  # get https://proxy.golang.org/github.com/github/go-spdx/v2/@v/v2.3.3.info: 200 OK (0.061s)
2025-08-20T21:20:00.6354137Z [00:01:53.903]➜  # get https://proxy.golang.org/github.com/mitchellh/copystructure/@v/v1.2.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.6355276Z [00:01:53.903]➜  # get https://proxy.golang.org/github.com/moby/spdystream/@v/v0.5.0.info
2025-08-20T21:20:00.6358927Z [00:01:53.903]➜  # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v1.2.2.info
2025-08-20T21:20:00.6385431Z [00:01:53.906]➜  # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v1.1.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.6393641Z [00:01:53.907]➜  # get https://proxy.golang.org/github.com/moby/spdystream/@v/v0.5.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.6397388Z [00:01:53.907]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/v2/@v/v2.0.1.info
2025-08-20T21:20:00.6401998Z [00:01:53.907]➜  # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v1.2.2.info: 200 OK (0.004s)
2025-08-20T21:20:00.6407942Z [00:01:53.908]➜  # get https://proxy.golang.org/github.com/containerd/containerd/api/@v/v1.8.0.info
2025-08-20T21:20:00.6409315Z [00:01:53.908]➜  # get https://proxy.golang.org/github.com/%21burnt%21sushi/toml/@v/v1.5.0.info
2025-08-20T21:20:00.6410330Z [00:01:53.908]➜  # get https://proxy.golang.org/github.com/wagoodman/go-presenter/@v/v0.0.0-20211015174752-f9c01afc824b.info: 200 OK (0.045s)
2025-08-20T21:20:00.6415708Z [00:01:53.909]➜  # get https://proxy.golang.org/github.com/charmbracelet/colorprofile/@v/v0.2.3-0.20250311203215-f60798e515dc.info
2025-08-20T21:20:00.6438524Z [00:01:53.911]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/v2/@v/v2.0.1.info: 200 OK (0.004s)
2025-08-20T21:20:00.6447354Z [00:01:53.912]➜  # get https://proxy.golang.org/github.com/evanphx/json-patch/@v/v5.9.11+incompatible.info
2025-08-20T21:20:00.6456093Z [00:01:53.913]➜  # get https://proxy.golang.org/github.com/%21burnt%21sushi/toml/@v/v1.5.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.6458388Z [00:01:53.913]➜  # get https://proxy.golang.org/github.com/containerd/containerd/api/@v/v1.8.0.info: 200 OK (0.005s)
2025-08-20T21:20:00.6460501Z [00:01:53.913]➜  # get https://proxy.golang.org/github.com/charmbracelet/colorprofile/@v/v0.2.3-0.20250311203215-f60798e515dc.info: 200 OK (0.004s)
2025-08-20T21:20:00.6461940Z [00:01:53.913]➜  # get https://proxy.golang.org/github.com/mitchellh/reflectwalk/@v/v1.0.2.info
2025-08-20T21:20:00.6463180Z [00:01:53.913]➜  # get https://proxy.golang.org/github.com/containerd/ttrpc/@v/v1.2.7.info
2025-08-20T21:20:00.6493596Z [00:01:53.916]➜  # get https://proxy.golang.org/cloud.google.com/go/@v/v0.116.0.info
2025-08-20T21:20:00.6496212Z [00:01:53.916]➜  # get https://proxy.golang.org/github.com/evanphx/json-patch/@v/v5.9.11+incompatible.info: 200 OK (0.003s)
2025-08-20T21:20:00.6497463Z [00:01:53.916]➜  # get https://proxy.golang.org/github.com/gobwas/glob/@v/v0.2.3.info
2025-08-20T21:20:00.6498548Z [00:01:53.917]➜  # get https://proxy.golang.org/github.com/mitchellh/reflectwalk/@v/v1.0.2.info: 200 OK (0.004s)
2025-08-20T21:20:00.6507678Z [00:01:53.918]➜  # get https://proxy.golang.org/github.com/containerd/ttrpc/@v/v1.2.7.info: 200 OK (0.005s)
2025-08-20T21:20:00.6508953Z [00:01:53.918]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/term/@v/v0.2.1.info
2025-08-20T21:20:00.6513612Z [00:01:53.919]➜  # get https://proxy.golang.org/github.com/containerd/log/@v/v0.1.0.info
2025-08-20T21:20:00.6515305Z [00:01:53.919]➜  # get https://proxy.golang.org/cloud.google.com/go/@v/v0.116.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.6528014Z [00:01:53.920]➜  # get https://proxy.golang.org/github.com/gobwas/glob/@v/v0.2.3.info: 200 OK (0.004s)
2025-08-20T21:20:00.6529450Z [00:01:53.920]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20241209162323-e6fa225c2576.info
2025-08-20T21:20:00.6546989Z [00:01:53.922]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/term/@v/v0.2.1.info: 200 OK (0.004s)
2025-08-20T21:20:00.6548909Z [00:01:53.922]➜  # get https://proxy.golang.org/github.com/containerd/log/@v/v0.1.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.6552342Z [00:01:53.922]➜  # get https://proxy.golang.org/google.golang.org/genproto/@v/v0.0.0-20241118233622-e639e219e697.info
2025-08-20T21:20:00.6554783Z [00:01:53.923]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20241223144023-3abc09e42ca8.info
2025-08-20T21:20:00.6555815Z [00:01:53.923]➜  # get https://proxy.golang.org/github.com/googleapis/gax-go/v2/@v/v2.14.1.info
2025-08-20T21:20:00.6561553Z [00:01:53.923]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20241209162323-e6fa225c2576.info: 200 OK (0.003s)
2025-08-20T21:20:00.6576277Z [00:01:53.925]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.68.1.info
2025-08-20T21:20:00.6589221Z [00:01:53.926]➜  # get https://proxy.golang.org/google.golang.org/genproto/@v/v0.0.0-20241118233622-e639e219e697.info: 200 OK (0.004s)
2025-08-20T21:20:00.6594687Z [00:01:53.927]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20241223144023-3abc09e42ca8.info: 200 OK (0.004s)
2025-08-20T21:20:00.6597327Z [00:01:53.927]➜  # get https://proxy.golang.org/github.com/googleapis/gax-go/v2/@v/v2.14.1.info: 200 OK (0.004s)
2025-08-20T21:20:00.6601948Z [00:01:53.928]➜  # get https://proxy.golang.org/github.com/asaskevich/govalidator/@v/v0.0.0-20230301143203-a9d515a09cc2.info
2025-08-20T21:20:00.6610881Z [00:01:53.928]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.68.1.info: 200 OK (0.003s)
2025-08-20T21:20:00.6622108Z [00:01:53.929]➜  # get https://proxy.golang.org/google.golang.org/api/@v/v0.215.0.info
2025-08-20T21:20:00.6625939Z [00:01:53.930]➜  # get https://proxy.golang.org/github.com/docker/docker/@v/v28.3.2+incompatible.info
2025-08-20T21:20:00.6643872Z [00:01:53.932]➜  # get https://proxy.golang.org/github.com/asaskevich/govalidator/@v/v0.0.0-20230301143203-a9d515a09cc2.info: 200 OK (0.004s)
2025-08-20T21:20:00.6661611Z [00:01:53.933]➜  # get https://proxy.golang.org/google.golang.org/api/@v/v0.215.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.6668452Z [00:01:53.934]➜  # get https://proxy.golang.org/github.com/docker/docker/@v/v28.3.2+incompatible.info: 200 OK (0.004s)
2025-08-20T21:20:00.6670661Z [00:01:53.934]➜  # get https://proxy.golang.org/go.opencensus.io/@v/v0.24.0.info
2025-08-20T21:20:00.6671761Z [00:01:53.934]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/metric/@v/v1.36.0.info
2025-08-20T21:20:00.6674766Z [00:01:53.935]➜  # get https://proxy.golang.org/github.com/opencontainers/image-spec/@v/v1.1.1.info
2025-08-20T21:20:00.6679848Z [00:01:53.935]➜  # get https://proxy.golang.org/github.com/spdx/tools-golang/@v/v0.5.5.info
2025-08-20T21:20:00.6762586Z [00:01:53.944]➜  # get https://proxy.golang.org/go.opencensus.io/@v/v0.24.0.info: 200 OK (0.010s)
2025-08-20T21:20:00.6769912Z [00:01:53.944]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/metric/@v/v1.36.0.info: 200 OK (0.010s)
2025-08-20T21:20:00.6772201Z [00:01:53.944]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.36.0.info
2025-08-20T21:20:00.6777023Z [00:01:53.945]➜  # get https://proxy.golang.org/github.com/opencontainers/image-spec/@v/v1.1.1.info: 200 OK (0.010s)
2025-08-20T21:20:00.6782843Z [00:01:53.946]➜  # get https://proxy.golang.org/github.com/spdx/tools-golang/@v/v0.5.5.info: 200 OK (0.010s)
2025-08-20T21:20:00.6787253Z [00:01:53.946]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/@v/v0.13.0.info
2025-08-20T21:20:00.6797748Z [00:01:53.947]➜  # get https://proxy.golang.org/github.com/containerd/continuity/@v/v0.4.4.info
2025-08-20T21:20:00.6805237Z [00:01:53.948]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.36.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.6813639Z [00:01:53.949]➜  # get https://proxy.golang.org/github.com/anchore/go-struct-converter/@v/v0.0.0-20221118182256-c68fdcfa2092.info
2025-08-20T21:20:00.6823715Z [00:01:53.950]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/@v/v0.13.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.6829429Z [00:01:53.950]➜  # get https://proxy.golang.org/github.com/pelletier/go-toml/@v/v1.9.5.info
2025-08-20T21:20:00.6834619Z [00:01:53.951]➜  # get https://proxy.golang.org/github.com/containerd/continuity/@v/v0.4.4.info: 200 OK (0.004s)
2025-08-20T21:20:00.6838212Z [00:01:53.951]➜  # get https://proxy.golang.org/github.com/owenrumney/go-sarif/@v/v1.1.2-0.20231003122901-1000f5e05554.info: 200 OK (0.065s)
2025-08-20T21:20:00.6841021Z [00:01:53.951]➜  # get https://proxy.golang.org/github.com/moby/sys/userns/@v/v0.1.0.info
2025-08-20T21:20:00.6848394Z [00:01:53.952]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go/@v/v1.44.288.info
2025-08-20T21:20:00.6850031Z [00:01:53.952]➜  # get https://proxy.golang.org/github.com/anchore/go-struct-converter/@v/v0.0.0-20221118182256-c68fdcfa2092.info: 200 OK (0.004s)
2025-08-20T21:20:00.6856591Z [00:01:53.953]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.36.0.info
2025-08-20T21:20:00.6859580Z [00:01:53.953]➜  # get https://proxy.golang.org/github.com/%21masterminds/goutils/@v/v1.1.1.info
2025-08-20T21:20:00.6861525Z [00:01:53.953]➜  # get https://proxy.golang.org/github.com/pelletier/go-toml/@v/v1.9.5.info: 200 OK (0.003s)
2025-08-20T21:20:00.6866262Z [00:01:53.954]➜  # get https://proxy.golang.org/github.com/sylabs/sif/v2/@v/v2.21.1.info
2025-08-20T21:20:00.6886206Z [00:01:53.956]➜  # get https://proxy.golang.org/github.com/moby/sys/userns/@v/v0.1.0.info: 200 OK (0.005s)
2025-08-20T21:20:00.6891189Z [00:01:53.956]➜  # get https://proxy.golang.org/github.com/containerd/fifo/@v/v1.1.0.info
2025-08-20T21:20:00.6907721Z [00:01:53.958]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go/@v/v1.44.288.info: 200 OK (0.006s)
2025-08-20T21:20:00.6920259Z [00:01:53.959]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.36.0.info: 200 OK (0.006s)
2025-08-20T21:20:00.6921508Z [00:01:53.959]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.36.0.info
2025-08-20T21:20:00.6929600Z [00:01:53.960]➜  # get https://proxy.golang.org/github.com/fatih/camelcase/@v/v1.0.0.info
2025-08-20T21:20:00.6930752Z [00:01:53.960]➜  # get https://proxy.golang.org/github.com/%21masterminds/goutils/@v/v1.1.1.info: 200 OK (0.007s)
2025-08-20T21:20:00.6935084Z [00:01:53.961]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20241129210726-2c02b8208cf8.info
2025-08-20T21:20:00.6951807Z [00:01:53.962]➜  # get https://proxy.golang.org/github.com/sylabs/sif/v2/@v/v2.21.1.info: 200 OK (0.008s)
2025-08-20T21:20:00.6953240Z [00:01:53.962]➜  # get https://proxy.golang.org/github.com/containerd/fifo/@v/v1.1.0.info: 200 OK (0.006s)
2025-08-20T21:20:00.6956935Z [00:01:53.963]➜  # get https://proxy.golang.org/github.com/containerd/typeurl/v2/@v/v2.2.2.info
2025-08-20T21:20:00.6961988Z [00:01:53.963]➜  # get https://proxy.golang.org/github.com/zclconf/go-cty/@v/v1.14.0.info
2025-08-20T21:20:00.6965056Z [00:01:53.964]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.36.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.6968691Z [00:01:53.964]➜  # get https://proxy.golang.org/github.com/fatih/camelcase/@v/v1.0.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.6975435Z [00:01:53.965]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20241129210726-2c02b8208cf8.info: 200 OK (0.004s)
2025-08-20T21:20:00.6977622Z [00:01:53.965]➜  # get https://proxy.golang.org/github.com/huandu/xstrings/@v/v1.5.0.info
2025-08-20T21:20:00.6978891Z [00:01:53.965]➜  # get https://proxy.golang.org/github.com/%21masterminds/squirrel/@v/v1.5.4.info
2025-08-20T21:20:00.6994630Z [00:01:53.967]➜  # get https://proxy.golang.org/github.com/containerd/typeurl/v2/@v/v2.2.2.info: 200 OK (0.004s)
2025-08-20T21:20:00.6996963Z [00:01:53.967]➜  # get https://proxy.golang.org/github.com/jmoiron/sqlx/@v/v1.4.0.info
2025-08-20T21:20:00.7006630Z [00:01:53.968]➜  # get https://proxy.golang.org/github.com/containerd/platforms/@v/v0.2.1.info
2025-08-20T21:20:00.7012197Z [00:01:53.968]➜  # get https://proxy.golang.org/github.com/%21masterminds/squirrel/@v/v1.5.4.info: 200 OK (0.003s)
2025-08-20T21:20:00.7021844Z [00:01:53.969]➜  # get https://proxy.golang.org/github.com/huandu/xstrings/@v/v1.5.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.7022991Z [00:01:53.969]➜  # get https://proxy.golang.org/github.com/mxk/go-flowrate/@v/v0.0.0-20140419014527-cca7078d478f.info
2025-08-20T21:20:00.7029588Z [00:01:53.970]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/oauth2adapt/@v/v0.2.6.info
2025-08-20T21:20:00.7033445Z [00:01:53.971]➜  # get https://proxy.golang.org/github.com/jmoiron/sqlx/@v/v1.4.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.7034502Z [00:01:53.971]➜  # get https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.info
2025-08-20T21:20:00.7039618Z [00:01:53.971]➜  # get https://proxy.golang.org/github.com/containerd/platforms/@v/v0.2.1.info: 200 OK (0.003s)
2025-08-20T21:20:00.7045184Z [00:01:53.972]➜  # get https://proxy.golang.org/github.com/moby/sys/mountinfo/@v/v0.7.2.info
2025-08-20T21:20:00.7053967Z [00:01:53.973]➜  # get https://proxy.golang.org/github.com/mxk/go-flowrate/@v/v0.0.0-20140419014527-cca7078d478f.info: 200 OK (0.003s)
2025-08-20T21:20:00.7056405Z [00:01:53.973]➜  # get https://proxy.golang.org/github.com/shopspring/decimal/@v/v1.4.0.info
2025-08-20T21:20:00.7066115Z [00:01:53.974]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/oauth2adapt/@v/v0.2.6.info: 200 OK (0.004s)
2025-08-20T21:20:00.7071025Z [00:01:53.974]➜  # get https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.info: 200 OK (0.004s)
2025-08-20T21:20:00.7072109Z [00:01:53.974]➜  # get https://proxy.golang.org/github.com/lib/pq/@v/v1.10.9.info
2025-08-20T21:20:00.7078163Z [00:01:53.975]➜  # get https://proxy.golang.org/github.com/bgentry/go-netrc/@v/v0.0.0-20140422174119-9fd32a8b3d3d.info
2025-08-20T21:20:00.7079662Z [00:01:53.975]➜  # get https://proxy.golang.org/github.com/moby/sys/mountinfo/@v/v0.7.2.info: 200 OK (0.003s)
2025-08-20T21:20:00.7086687Z [00:01:53.976]➜  # get https://proxy.golang.org/github.com/distribution/reference/@v/v0.6.0.info
2025-08-20T21:20:00.7093311Z [00:01:53.977]➜  # get https://proxy.golang.org/github.com/shopspring/decimal/@v/v1.4.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.7101310Z [00:01:53.977]➜  # get https://proxy.golang.org/go.opentelemetry.io/auto/sdk/@v/v1.1.0.info
2025-08-20T21:20:00.7110042Z [00:01:53.978]➜  # get https://proxy.golang.org/github.com/lib/pq/@v/v1.10.9.info: 200 OK (0.004s)
2025-08-20T21:20:00.7112262Z [00:01:53.979]➜  # get https://proxy.golang.org/github.com/containerd/errdefs/pkg/@v/v0.3.0.info
2025-08-20T21:20:00.7117330Z [00:01:53.979]➜  # get https://proxy.golang.org/github.com/bgentry/go-netrc/@v/v0.0.0-20140422174119-9fd32a8b3d3d.info: 200 OK (0.004s)
2025-08-20T21:20:00.7126797Z [00:01:53.980]➜  # get https://proxy.golang.org/github.com/diskfs/go-diskfs/@v/v1.6.1-0.20250601133945-2af1c7ece24c.info
2025-08-20T21:20:00.7131068Z [00:01:53.980]➜  # get https://proxy.golang.org/github.com/distribution/reference/@v/v0.6.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.7138391Z [00:01:53.981]➜  # get https://proxy.golang.org/go.opentelemetry.io/auto/sdk/@v/v1.1.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.7141410Z [00:01:53.981]➜  # get https://proxy.golang.org/github.com/moby/sys/user/@v/v0.3.0.info
2025-08-20T21:20:00.7148494Z [00:01:53.982]➜  # get https://proxy.golang.org/github.com/rubenv/sql-migrate/@v/v1.8.0.info
2025-08-20T21:20:00.7151092Z [00:01:53.982]➜  # get https://proxy.golang.org/github.com/containerd/errdefs/pkg/@v/v0.3.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.7154988Z [00:01:53.983]➜  # get https://proxy.golang.org/k8s.io/apiserver/@v/v0.33.2.info
2025-08-20T21:20:00.7167053Z [00:01:53.984]➜  # get https://proxy.golang.org/github.com/diskfs/go-diskfs/@v/v1.6.1-0.20250601133945-2af1c7ece24c.info: 200 OK (0.004s)
2025-08-20T21:20:00.7176851Z [00:01:53.985]➜  # get https://proxy.golang.org/github.com/deitch/magic/@v/v0.0.0-20230404182410-1ff89d7342da.info
2025-08-20T21:20:00.7185891Z [00:01:53.986]➜  # get https://proxy.golang.org/github.com/moby/sys/user/@v/v0.3.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.7188675Z [00:01:53.986]➜  # get https://proxy.golang.org/github.com/opencontainers/runtime-spec/@v/v1.2.0.info
2025-08-20T21:20:00.7194886Z [00:01:53.987]➜  # get https://proxy.golang.org/github.com/rubenv/sql-migrate/@v/v1.8.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.7195942Z [00:01:53.987]➜  # get https://proxy.golang.org/k8s.io/apiserver/@v/v0.33.2.info: 200 OK (0.004s)
2025-08-20T21:20:00.7196800Z [00:01:53.987]➜  # get https://proxy.golang.org/github.com/anchore/go-macholibre/@v/v0.0.0-20220308212642-53e6d0aaf6fb.info
2025-08-20T21:20:00.7201338Z [00:01:53.987]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.36.0.info
2025-08-20T21:20:00.7212132Z [00:01:53.988]➜  # get https://proxy.golang.org/github.com/deitch/magic/@v/v0.0.0-20230404182410-1ff89d7342da.info: 200 OK (0.004s)
2025-08-20T21:20:00.7219844Z [00:01:53.989]➜  # get https://proxy.golang.org/github.com/opencontainers/runtime-spec/@v/v1.2.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.7221270Z [00:01:53.989]➜  # get https://proxy.golang.org/github.com/hashicorp/go-safetemp/@v/v1.0.0.info
2025-08-20T21:20:00.7231127Z [00:01:53.990]➜  # get https://proxy.golang.org/github.com/anchore/go-macholibre/@v/v0.0.0-20220308212642-53e6d0aaf6fb.info: 200 OK (0.003s)
2025-08-20T21:20:00.7233032Z [00:01:53.990]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.61.0.info
2025-08-20T21:20:00.7234050Z [00:01:53.991]➜  # get https://proxy.golang.org/github.com/moby/docker-image-spec/@v/v1.3.1.info
2025-08-20T21:20:00.7240410Z [00:01:53.991]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.36.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.7244994Z [00:01:53.992]➜  # get https://proxy.golang.org/github.com/nix-community/go-nix/@v/v0.0.0-20250101154619-4bdde671e0a1.info
2025-08-20T21:20:00.7253843Z [00:01:53.993]➜  # get https://proxy.golang.org/github.com/hashicorp/go-safetemp/@v/v1.0.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.7280406Z [00:01:53.995]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.61.0.info: 200 OK (0.005s)
2025-08-20T21:20:00.7284786Z [00:01:53.996]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/exporter/metric/@v/v0.48.1.info
2025-08-20T21:20:00.7286195Z [00:01:53.996]➜  # get https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.4.info
2025-08-20T21:20:00.7286987Z [00:01:53.996]➜  # get https://proxy.golang.org/github.com/moby/docker-image-spec/@v/v1.3.1.info: 200 OK (0.005s)
2025-08-20T21:20:00.7295106Z [00:01:53.997]➜  # get https://proxy.golang.org/github.com/lann/builder/@v/v0.0.0-20180802200727-47ae307949d0.info
2025-08-20T21:20:00.7320671Z [00:01:53.999]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/exporter/metric/@v/v0.48.1.info: 200 OK (0.004s)
2025-08-20T21:20:00.7327463Z [00:01:54.000]➜  # get https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.4.info: 200 OK (0.004s)
2025-08-20T21:20:00.7329255Z [00:01:54.000]➜  # get https://proxy.golang.org/github.com/google/s2a-go/@v/v0.1.8.info
2025-08-20T21:20:00.7332985Z [00:01:54.001]➜  # get https://proxy.golang.org/github.com/lann/builder/@v/v0.0.0-20180802200727-47ae307949d0.info: 200 OK (0.004s)
2025-08-20T21:20:00.7341058Z [00:01:54.001]➜  # get https://proxy.golang.org/github.com/go-restruct/restruct/@v/v1.2.0-alpha.info
2025-08-20T21:20:00.7348303Z [00:01:54.002]➜  # get https://proxy.golang.org/github.com/docker/go-events/@v/v0.0.0-20190806004212-e31b211e4f1c.info
2025-08-20T21:20:00.7366126Z [00:01:54.004]➜  # get https://proxy.golang.org/github.com/google/s2a-go/@v/v0.1.8.info: 200 OK (0.004s)
2025-08-20T21:20:00.7377500Z [00:01:54.005]➜  # get https://proxy.golang.org/github.com/go-restruct/restruct/@v/v1.2.0-alpha.info: 200 OK (0.004s)
2025-08-20T21:20:00.7378468Z [00:01:54.005]➜  # get https://proxy.golang.org/github.com/lann/ps/@v/v0.0.0-20150810152359-62de8c46ede0.info
2025-08-20T21:20:00.7385042Z [00:01:54.006]➜  # get https://proxy.golang.org/cloud.google.com/go/monitoring/@v/v1.21.2.info
2025-08-20T21:20:00.7385988Z [00:01:54.006]➜  # get https://proxy.golang.org/github.com/docker/go-events/@v/v0.0.0-20190806004212-e31b211e4f1c.info: 200 OK (0.004s)
2025-08-20T21:20:00.7391626Z [00:01:54.006]➜  # get https://proxy.golang.org/github.com/moby/locker/@v/v1.0.1.info
2025-08-20T21:20:00.7421123Z [00:01:54.009]➜  # get https://proxy.golang.org/github.com/lann/ps/@v/v0.0.0-20150810152359-62de8c46ede0.info: 200 OK (0.004s)
2025-08-20T21:20:00.7431215Z [00:01:54.010]➜  # get https://proxy.golang.org/cloud.google.com/go/monitoring/@v/v1.21.2.info: 200 OK (0.005s)
2025-08-20T21:20:00.7434584Z [00:01:54.011]➜  # get https://proxy.golang.org/oras.land/oras-go/v2/@v/v2.6.0.info
2025-08-20T21:20:00.7437352Z [00:01:54.011]➜  # get https://proxy.golang.org/github.com/containerd/stargz-snapshotter/estargz/@v/v0.16.3.info
2025-08-20T21:20:00.7440900Z [00:01:54.011]➜  # get https://proxy.golang.org/github.com/moby/locker/@v/v1.0.1.info: 200 OK (0.005s)
2025-08-20T21:20:00.7450534Z [00:01:54.012]➜  # get https://proxy.golang.org/github.com/moby/sys/signal/@v/v0.7.0.info
2025-08-20T21:20:00.7468814Z [00:01:54.014]➜  # get https://proxy.golang.org/oras.land/oras-go/v2/@v/v2.6.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.7475066Z [00:01:54.015]➜  # get https://proxy.golang.org/github.com/containerd/stargz-snapshotter/estargz/@v/v0.16.3.info: 200 OK (0.004s)
2025-08-20T21:20:00.7477173Z [00:01:54.015]➜  # get https://proxy.golang.org/github.com/go-gorp/gorp/v3/@v/v3.1.0.info
2025-08-20T21:20:00.7478672Z [00:01:54.015]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/detectors/gcp/@v/v1.31.0.info
2025-08-20T21:20:00.7506702Z [00:01:54.018]➜  # get https://proxy.golang.org/github.com/moby/sys/signal/@v/v0.7.0.info: 200 OK (0.006s)
2025-08-20T21:20:00.7509838Z [00:01:54.018]➜  # get https://proxy.golang.org/github.com/opencontainers/selinux/@v/v1.11.1.info
2025-08-20T21:20:00.7531345Z [00:01:54.020]➜  # get https://proxy.golang.org/github.com/go-gorp/gorp/v3/@v/v3.1.0.info: 200 OK (0.006s)
2025-08-20T21:20:00.7542566Z [00:01:54.022]➜  # get https://proxy.golang.org/github.com/anchore/go-lzo/@v/v0.1.0.info
2025-08-20T21:20:00.7547927Z [00:01:54.022]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/detectors/gcp/@v/v1.31.0.info: 200 OK (0.007s)
2025-08-20T21:20:00.7558005Z [00:01:54.023]➜  # get https://proxy.golang.org/github.com/docker/go-units/@v/v0.5.0.info
2025-08-20T21:20:00.7559415Z [00:01:54.023]➜  # get https://proxy.golang.org/github.com/opencontainers/selinux/@v/v1.11.1.info: 200 OK (0.005s)
2025-08-20T21:20:00.7581769Z [00:01:54.025]➜  # get https://proxy.golang.org/github.com/anchore/go-lzo/@v/v0.1.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.7588666Z [00:01:54.026]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/@v/v0.58.0.info
2025-08-20T21:20:00.7602776Z [00:01:54.027]➜  # get https://proxy.golang.org/github.com/zclconf/go-cty/@v/v1.14.0.info: 200 OK (0.064s)
2025-08-20T21:20:00.7604095Z [00:01:54.028]➜  # get https://proxy.golang.org/github.com/docker/go-units/@v/v0.5.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.7608886Z [00:01:54.028]➜  # get https://proxy.golang.org/github.com/go-git/go-billy/v5/@v/v5.6.2.info
2025-08-20T21:20:00.7612139Z [00:01:54.028]➜  # get https://proxy.golang.org/github.com/goccy/go-yaml/@v/v1.18.0.info
2025-08-20T21:20:00.7620481Z [00:01:54.029]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/@v/v0.58.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.7622208Z [00:01:54.029]➜  # get https://proxy.golang.org/github.com/vbatts/tar-split/@v/v0.12.1.info
2025-08-20T21:20:00.7623526Z [00:01:54.030]➜  # get https://proxy.golang.org/github.com/spdx/gordf/@v/v0.0.0-20201111095634-7098f93598fb.info
2025-08-20T21:20:00.7646314Z [00:01:54.032]➜  # get https://proxy.golang.org/github.com/go-git/go-billy/v5/@v/v5.6.2.info: 200 OK (0.004s)
2025-08-20T21:20:00.7651025Z [00:01:54.032]➜  # get https://proxy.golang.org/github.com/goccy/go-yaml/@v/v1.18.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.7655190Z [00:01:54.033]➜  # get https://proxy.golang.org/github.com/jmespath/go-jmespath/@v/v0.4.0.info
2025-08-20T21:20:00.7659952Z [00:01:54.033]➜  # get https://proxy.golang.org/github.com/googleapis/enterprise-certificate-proxy/@v/v0.3.4.info
2025-08-20T21:20:00.7673193Z [00:01:54.035]➜  # get https://proxy.golang.org/github.com/vbatts/tar-split/@v/v0.12.1.info: 200 OK (0.005s)
2025-08-20T21:20:00.7677858Z [00:01:54.035]➜  # get https://proxy.golang.org/github.com/spdx/gordf/@v/v0.0.0-20201111095634-7098f93598fb.info: 200 OK (0.005s)
2025-08-20T21:20:00.7684595Z [00:01:54.036]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/internal/resourcemapping/@v/v0.48.1.info
2025-08-20T21:20:00.7694249Z [00:01:54.036]➜  # get https://proxy.golang.org/github.com/jmespath/go-jmespath/@v/v0.4.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.7695859Z [00:01:54.037]➜  # get https://proxy.golang.org/github.com/docker/distribution/@v/v2.8.3+incompatible.info
2025-08-20T21:20:00.7697314Z [00:01:54.037]➜  # get https://proxy.golang.org/github.com/googleapis/enterprise-certificate-proxy/@v/v0.3.4.info: 200 OK (0.003s)
2025-08-20T21:20:00.7701462Z [00:01:54.037]➜  # get https://proxy.golang.org/github.com/go-git/go-git/v5/@v/v5.16.2.info
2025-08-20T21:20:00.7709049Z [00:01:54.038]➜  # get https://proxy.golang.org/github.com/pkg/xattr/@v/v0.4.9.info
2025-08-20T21:20:00.7715400Z [00:01:54.039]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/internal/resourcemapping/@v/v0.48.1.info: 200 OK (0.003s)
2025-08-20T21:20:00.7718877Z [00:01:54.039]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/detectors/gcp/@v/v1.25.0.info
2025-08-20T21:20:00.7723199Z [00:01:54.040]➜  # get https://proxy.golang.org/github.com/docker/distribution/@v/v2.8.3+incompatible.info: 200 OK (0.003s)
2025-08-20T21:20:00.7791455Z [00:01:54.044]➜  # get https://proxy.golang.org/github.com/go-git/go-git/v5/@v/v5.16.2.info: 200 OK (0.004s)
2025-08-20T21:20:00.7794152Z [00:01:54.044]➜  # get https://proxy.golang.org/github.com/pkg/xattr/@v/v0.4.9.info: 200 OK (0.003s)
2025-08-20T21:20:00.7805614Z [00:01:54.048]➜  # get https://proxy.golang.org/github.com/kastenhq/goversion/@v/v0.0.0-20230811215019-93b2f8823953.info
2025-08-20T21:20:00.7810730Z [00:01:54.048]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/detectors/gcp/@v/v1.25.0.info: 200 OK (0.009s)
2025-08-20T21:20:00.7825994Z [00:01:54.050]➜  # get https://proxy.golang.org/github.com/vbatts/go-mtree/@v/v0.5.4.info
2025-08-20T21:20:00.7835790Z [00:01:54.051]➜  # get https://proxy.golang.org/github.com/apparentlymart/go-textseg/v15/@v/v15.0.0.info
2025-08-20T21:20:00.7865076Z [00:01:54.054]➜  # get https://proxy.golang.org/github.com/nix-community/go-nix/@v/v0.0.0-20250101154619-4bdde671e0a1.info: 200 OK (0.062s)
2025-08-20T21:20:00.7870547Z [00:01:54.054]➜  # get https://proxy.golang.org/github.com/kastenhq/goversion/@v/v0.0.0-20230811215019-93b2f8823953.info: 200 OK (0.007s)
2025-08-20T21:20:00.7872110Z [00:01:54.054]➜  # get https://proxy.golang.org/github.com/%21make%21now%21just/heredoc/@v/v1.0.0.info
2025-08-20T21:20:00.7879121Z [00:01:54.055]➜  # get https://proxy.golang.org/github.com/vbatts/go-mtree/@v/v0.5.4.info: 200 OK (0.005s)
2025-08-20T21:20:00.7881069Z [00:01:54.055]➜  # get https://proxy.golang.org/github.com/apparentlymart/go-textseg/v15/@v/v15.0.0.info: 200 OK (0.005s)
2025-08-20T21:20:00.7883610Z [00:01:54.056]➜  # get https://proxy.golang.org/golang.org/x/mod/@v/v0.26.0.info
2025-08-20T21:20:00.7887614Z [00:01:54.056]➜  # get https://proxy.golang.org/github.com/mitchellh/go-wordwrap/@v/v1.0.1.info
2025-08-20T21:20:00.7888726Z [00:01:54.056]➜  # get https://proxy.golang.org/github.com/chai2010/gettext-go/@v/v1.0.2.info
2025-08-20T21:20:00.7904726Z [00:01:54.058]➜  # get https://proxy.golang.org/google.golang.org/grpc/stats/opentelemetry/@v/v0.0.0-20241028142157-ada6787961b3.info
2025-08-20T21:20:00.7906352Z [00:01:54.058]➜  # get https://proxy.golang.org/github.com/%21make%21now%21just/heredoc/@v/v1.0.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.7912156Z [00:01:54.059]➜  # get https://proxy.golang.org/k8s.io/component-base/@v/v0.33.2.info
2025-08-20T21:20:00.7915776Z [00:01:54.059]➜  # get https://proxy.golang.org/golang.org/x/mod/@v/v0.26.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.7921700Z [00:01:54.059]➜  # get https://proxy.golang.org/github.com/russross/blackfriday/v2/@v/v2.1.0.info
2025-08-20T21:20:00.7928913Z [00:01:54.060]➜  # get https://proxy.golang.org/github.com/mitchellh/go-wordwrap/@v/v1.0.1.info: 200 OK (0.004s)
2025-08-20T21:20:00.7930254Z [00:01:54.060]➜  # get https://proxy.golang.org/github.com/chai2010/gettext-go/@v/v1.0.2.info: 200 OK (0.004s)
2025-08-20T21:20:00.7943372Z [00:01:54.062]➜  # get https://proxy.golang.org/github.com/pjbgf/sha1cd/@v/v0.3.2.info
2025-08-20T21:20:00.7953038Z [00:01:54.063]➜  # get https://proxy.golang.org/github.com/%21proton%21mail/go-crypto/@v/v1.2.0.info
2025-08-20T21:20:00.7957884Z [00:01:54.063]➜  # get https://proxy.golang.org/k8s.io/component-base/@v/v0.33.2.info: 200 OK (0.005s)
2025-08-20T21:20:00.7967861Z [00:01:54.064]➜  # get https://proxy.golang.org/github.com/russross/blackfriday/v2/@v/v2.1.0.info: 200 OK (0.005s)
2025-08-20T21:20:00.7989165Z [00:01:54.066]➜  # get https://proxy.golang.org/github.com/blakesmith/ar/@v/v0.0.0-20190502131153-809d4375e1fb.info
2025-08-20T21:20:00.7990138Z [00:01:54.066]➜  # get https://proxy.golang.org/github.com/pjbgf/sha1cd/@v/v0.3.2.info: 200 OK (0.005s)
2025-08-20T21:20:00.7991908Z [00:01:54.067]➜  # get https://proxy.golang.org/github.com/saintfish/chardet/@v/v0.0.0-20230101081208-5e3ef4b5456d.info
2025-08-20T21:20:00.7996443Z [00:01:54.067]➜  # get https://proxy.golang.org/github.com/%21proton%21mail/go-crypto/@v/v1.2.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.7999565Z [00:01:54.067]➜  # get https://proxy.golang.org/github.com/go-git/gcfg/@v/v1.5.1-0.20230307220236-3a3c6141e376.info
2025-08-20T21:20:00.8007419Z [00:01:54.068]➜  # get https://proxy.golang.org/github.com/vifraa/gopom/@v/v1.0.0.info
2025-08-20T21:20:00.8030496Z [00:01:54.070]➜  # get https://proxy.golang.org/github.com/blakesmith/ar/@v/v0.0.0-20190502131153-809d4375e1fb.info: 200 OK (0.004s)
2025-08-20T21:20:00.8035360Z [00:01:54.071]➜  # get https://proxy.golang.org/github.com/exponent-io/jsonpath/@v/v0.0.0-20210407135951-1de76d718b3f.info
2025-08-20T21:20:00.8044664Z [00:01:54.072]➜  # get https://proxy.golang.org/github.com/saintfish/chardet/@v/v0.0.0-20230101081208-5e3ef4b5456d.info: 200 OK (0.005s)
2025-08-20T21:20:00.8047516Z [00:01:54.072]➜  # get https://proxy.golang.org/github.com/go-git/gcfg/@v/v1.5.1-0.20230307220236-3a3c6141e376.info: 200 OK (0.005s)
2025-08-20T21:20:00.8054130Z [00:01:54.073]➜  # get https://proxy.golang.org/github.com/mholt/archives/@v/v0.1.3.info
2025-08-20T21:20:00.8065526Z [00:01:54.074]➜  # get https://proxy.golang.org/github.com/vifraa/gopom/@v/v1.0.0.info: 200 OK (0.006s)
2025-08-20T21:20:00.8081578Z [00:01:54.075]➜  # get https://proxy.golang.org/github.com/anchore/go-rpmdb/@v/v0.0.0-20250516171929-f77691e1faec.info
2025-08-20T21:20:00.8085804Z [00:01:54.076]➜  # get https://proxy.golang.org/github.com/exponent-io/jsonpath/@v/v0.0.0-20210407135951-1de76d718b3f.info: 200 OK (0.005s)
2025-08-20T21:20:00.8093146Z [00:01:54.077]➜  # get https://proxy.golang.org/github.com/mholt/archives/@v/v0.1.3.info: 200 OK (0.004s)
2025-08-20T21:20:00.8102067Z [00:01:54.077]➜  # get https://proxy.golang.org/gopkg.in/warnings.v0/@v/v0.1.2.info
2025-08-20T21:20:00.8105294Z [00:01:54.078]➜  # get https://proxy.golang.org/github.com/elliotchance/phpserialize/@v/v1.4.0.info
2025-08-20T21:20:00.8138122Z [00:01:54.081]➜  # get https://proxy.golang.org/gopkg.in/warnings.v0/@v/v0.1.2.info: 200 OK (0.004s)
2025-08-20T21:20:00.8154199Z [00:01:54.083]➜  # get https://proxy.golang.org/github.com/hashicorp/hcl/v2/@v/v2.23.0.info
2025-08-20T21:20:00.8207496Z [00:01:54.088]➜  # get https://proxy.golang.org/github.com/hashicorp/hcl/v2/@v/v2.23.0.info: 200 OK (0.005s)
2025-08-20T21:20:00.8222572Z [00:01:54.090]➜  # get https://proxy.golang.org/github.com/%21s%21t%21a%21r%21r%21y-%21s/zip/@v/v0.2.1.info
2025-08-20T21:20:00.8255028Z [00:01:54.093]➜  # get https://proxy.golang.org/github.com/%21s%21t%21a%21r%21r%21y-%21s/zip/@v/v0.2.1.info: 200 OK (0.003s)
2025-08-20T21:20:00.8261344Z [00:01:54.093]➜  # get https://proxy.golang.org/github.com/cloudflare/circl/@v/v1.6.1.info
2025-08-20T21:20:00.8294623Z [00:01:54.097]➜  # get https://proxy.golang.org/github.com/cloudflare/circl/@v/v1.6.1.info: 200 OK (0.003s)
2025-08-20T21:20:00.8310207Z [00:01:54.098]➜  # get https://proxy.golang.org/github.com/bodgit/sevenzip/@v/v1.6.0.info
2025-08-20T21:20:00.8342931Z [00:01:54.102]➜  # get https://proxy.golang.org/github.com/bodgit/sevenzip/@v/v1.6.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.8353246Z [00:01:54.103]➜  # get https://proxy.golang.org/github.com/rust-secure-code/go-rustaudit/@v/v0.0.0-20250226111315-e20ec32e963c.info
2025-08-20T21:20:00.8391003Z [00:01:54.106]➜  # get https://proxy.golang.org/github.com/rust-secure-code/go-rustaudit/@v/v0.0.0-20250226111315-e20ec32e963c.info: 200 OK (0.004s)
2025-08-20T21:20:00.8393554Z [00:01:54.107]➜  # get https://proxy.golang.org/github.com/sassoftware/go-rpmutils/@v/v0.4.0.info
2025-08-20T21:20:00.8434209Z [00:01:54.111]➜  # get https://proxy.golang.org/github.com/sassoftware/go-rpmutils/@v/v0.4.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.8448191Z [00:01:54.112]➜  # get https://proxy.golang.org/github.com/agext/levenshtein/@v/v1.2.1.info
2025-08-20T21:20:00.8482523Z [00:01:54.116]➜  # get https://proxy.golang.org/github.com/agext/levenshtein/@v/v1.2.1.info: 200 OK (0.003s)
2025-08-20T21:20:00.8491282Z [00:01:54.116]➜  # get https://proxy.golang.org/github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.info
2025-08-20T21:20:00.8527440Z [00:01:54.120]➜  # get https://proxy.golang.org/github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.info: 200 OK (0.004s)
2025-08-20T21:20:00.8532825Z [00:01:54.121]➜  # get https://proxy.golang.org/github.com/envoyproxy/go-control-plane/@v/v0.13.1.info
2025-08-20T21:20:00.8537720Z [00:01:54.121]➜  # get https://proxy.golang.org/google.golang.org/grpc/stats/opentelemetry/@v/v0.0.0-20241028142157-ada6787961b3.info: 200 OK (0.063s)
2025-08-20T21:20:00.8546109Z [00:01:54.122]➜  # get https://proxy.golang.org/github.com/emirpasic/gods/@v/v1.18.1.info
2025-08-20T21:20:00.8566350Z [00:01:54.124]➜  # get https://proxy.golang.org/github.com/envoyproxy/go-control-plane/@v/v0.13.1.info: 200 OK (0.003s)
2025-08-20T21:20:00.8569424Z [00:01:54.124]➜  # get https://proxy.golang.org/github.com/cncf/xds/go/@v/v0.0.0-20240905190251-b4127c9b8d78.info
2025-08-20T21:20:00.8575349Z [00:01:54.125]➜  # get https://proxy.golang.org/github.com/bodgit/plumbing/@v/v1.3.0.info
2025-08-20T21:20:00.8582502Z [00:01:54.126]➜  # get https://proxy.golang.org/github.com/emirpasic/gods/@v/v1.18.1.info: 200 OK (0.004s)
2025-08-20T21:20:00.8593440Z [00:01:54.127]➜  # get https://proxy.golang.org/k8s.io/component-helpers/@v/v0.33.2.info
2025-08-20T21:20:00.8618882Z [00:01:54.129]➜  # get https://proxy.golang.org/github.com/cncf/xds/go/@v/v0.0.0-20240905190251-b4127c9b8d78.info: 200 OK (0.005s)
2025-08-20T21:20:00.8625296Z [00:01:54.130]➜  # get https://proxy.golang.org/github.com/envoyproxy/protoc-gen-validate/@v/v1.1.0.info
2025-08-20T21:20:00.8628234Z [00:01:54.130]➜  # get https://proxy.golang.org/github.com/bodgit/plumbing/@v/v1.3.0.info: 200 OK (0.005s)
2025-08-20T21:20:00.8632969Z [00:01:54.131]➜  # get https://proxy.golang.org/k8s.io/component-helpers/@v/v0.33.2.info: 200 OK (0.004s)
2025-08-20T21:20:00.8634504Z [00:01:54.131]➜  # get https://proxy.golang.org/github.com/mikelolasagasti/xz/@v/v1.0.1.info
2025-08-20T21:20:00.8645465Z [00:01:54.132]➜  # get https://proxy.golang.org/github.com/minio/minlz/@v/v1.0.0.info
2025-08-20T21:20:00.8658867Z [00:01:54.133]➜  # get https://proxy.golang.org/github.com/envoyproxy/protoc-gen-validate/@v/v1.1.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.8675956Z [00:01:54.135]➜  # get https://proxy.golang.org/cel.dev/expr/@v/v0.19.1.info
2025-08-20T21:20:00.8682962Z [00:01:54.136]➜  # get https://proxy.golang.org/github.com/mikelolasagasti/xz/@v/v1.0.1.info: 200 OK (0.005s)
2025-08-20T21:20:00.8692961Z [00:01:54.137]➜  # get https://proxy.golang.org/github.com/nwaples/rardecode/v2/@v/v2.1.0.info
2025-08-20T21:20:00.8696392Z [00:01:54.137]➜  # get https://proxy.golang.org/github.com/anchore/go-rpmdb/@v/v0.0.0-20250516171929-f77691e1faec.info: 200 OK (0.061s)
2025-08-20T21:20:00.8697751Z [00:01:54.137]➜  # get https://proxy.golang.org/github.com/minio/minlz/@v/v1.0.0.info: 200 OK (0.005s)
2025-08-20T21:20:00.8703982Z [00:01:54.138]➜  # get https://proxy.golang.org/github.com/%21data%21dog/zstd/@v/v1.5.5.info
2025-08-20T21:20:00.8704661Z [00:01:54.138]➜  # get https://proxy.golang.org/github.com/sorairolake/lzip-go/@v/v0.3.5.info
2025-08-20T21:20:00.8709841Z [00:01:54.138]➜  # get https://proxy.golang.org/github.com/elliotchance/phpserialize/@v/v1.4.0.info: 200 OK (0.060s)
2025-08-20T21:20:00.8711149Z [00:01:54.138]➜  # get https://proxy.golang.org/cel.dev/expr/@v/v0.19.1.info: 200 OK (0.003s)
2025-08-20T21:20:00.8714521Z [00:01:54.139]➜  # get https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.4.0.info
2025-08-20T21:20:00.8723627Z [00:01:54.140]➜  # get https://proxy.golang.org/github.com/nwaples/rardecode/v2/@v/v2.1.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.8733226Z [00:01:54.141]➜  # get https://proxy.golang.org/github.com/census-instrumentation/opencensus-proto/@v/v0.4.1.info
2025-08-20T21:20:00.8738901Z [00:01:54.141]➜  # get https://proxy.golang.org/github.com/%21data%21dog/zstd/@v/v1.5.5.info: 200 OK (0.003s)
2025-08-20T21:20:00.8747170Z [00:01:54.142]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/v2/@v/v2.0.7.info
2025-08-20T21:20:00.8748630Z [00:01:54.142]➜  # get https://proxy.golang.org/github.com/sorairolake/lzip-go/@v/v0.3.5.info: 200 OK (0.004s)
2025-08-20T21:20:00.8752148Z [00:01:54.142]➜  # get https://proxy.golang.org/go4.org/@v/v0.0.0-20230225012048-214862532bf5.info
2025-08-20T21:20:00.8754638Z [00:01:54.143]➜  # get https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.4.0.info: 200 OK (0.004s)
2025-08-20T21:20:00.8758955Z [00:01:54.143]➜  # get https://proxy.golang.org/github.com/kevinburke/ssh_config/@v/v1.2.0.info
2025-08-20T21:20:00.8763459Z [00:01:54.144]➜  # get https://proxy.golang.org/github.com/census-instrumentation/opencensus-proto/@v/v0.4.1.info: 200 OK (0.003s)
2025-08-20T21:20:00.8764292Z [00:01:54.144]➜  # get https://proxy.golang.org/github.com/skeema/knownhosts/@v/v1.3.1.info
2025-08-20T21:20:00.8780955Z [00:01:54.145]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/v2/@v/v2.0.7.info: 200 OK (0.003s)
2025-08-20T21:20:00.8786712Z [00:01:54.146]➜  # get https://proxy.golang.org/github.com/xanzy/ssh-agent/@v/v0.3.3.info
2025-08-20T21:20:00.8791472Z [00:01:54.146]➜  # get https://proxy.golang.org/go4.org/@v/v0.0.0-20230225012048-214862532bf5.info: 200 OK (0.004s)
2025-08-20T21:20:00.8798563Z [00:01:54.147]➜  # get https://proxy.golang.org/github.com/bodgit/windows/@v/v1.0.1.info
2025-08-20T21:20:00.8806751Z [00:01:54.148]➜  # get https://proxy.golang.org/github.com/kevinburke/ssh_config/@v/v1.2.0.info: 200 OK (0.005s)
2025-08-20T21:20:00.8808304Z [00:01:54.148]➜  # get https://proxy.golang.org/github.com/skeema/knownhosts/@v/v1.3.1.info: 200 OK (0.004s)
2025-08-20T21:20:00.8822548Z [00:01:54.150]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info
2025-08-20T21:20:00.8826658Z [00:01:54.150]➜  # get https://proxy.golang.org/github.com/xanzy/ssh-agent/@v/v0.3.3.info: 200 OK (0.004s)
2025-08-20T21:20:00.8838231Z [00:01:54.151]➜  # get https://proxy.golang.org/github.com/bodgit/windows/@v/v1.0.1.info: 200 OK (0.004s)
2025-08-20T21:20:00.8853827Z [00:01:54.153]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info: 200 OK (0.003s)
2025-08-20T21:20:00.9213200Z [00:01:54.189]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:00.9214018Z [00:01:54.189]➜  git status --porcelain
2025-08-20T21:20:00.9720527Z [00:01:54.239]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:00.9721397Z [00:01:54.239]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T21:20:00.9737721Z [00:01:54.241]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO; git config extensions.objectformat
2025-08-20T21:20:00.9749330Z [00:01:54.242]➜  0.001s # cd /tmp/tmp.gv9cDu0mVo/TEMPREPO; git config extensions.objectformat
2025-08-20T21:20:00.9750675Z [00:01:54.242]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 4686c1deec6f718058768256f22cbfc3824e6fb0 --
2025-08-20T21:20:00.9794634Z [00:01:54.247]➜  0.004s # cd /tmp/tmp.gv9cDu0mVo/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 4686c1deec6f718058768256f22cbfc3824e6fb0 --
2025-08-20T21:20:00.9796020Z [00:01:54.247]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 4686c1deec6f718058768256f22cbfc3824e6fb0
2025-08-20T21:20:01.0002355Z [00:01:54.267]➜  0.021s # cd /tmp/tmp.gv9cDu0mVo/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 4686c1deec6f718058768256f22cbfc3824e6fb0
2025-08-20T21:20:01.0004049Z [00:01:54.268]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 4686c1deec6f --
2025-08-20T21:20:01.0045740Z [00:01:54.272]➜  0.004s # cd /tmp/tmp.gv9cDu0mVo/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 4686c1deec6f --
2025-08-20T21:20:01.0046923Z [00:01:54.272]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO; git cat-file blob 4686c1deec6f718058768256f22cbfc3824e6fb0:go.mod
2025-08-20T21:20:01.0070842Z [00:01:54.274]➜  0.003s # cd /tmp/tmp.gv9cDu0mVo/TEMPREPO; git cat-file blob 4686c1deec6f718058768256f22cbfc3824e6fb0:go.mod
2025-08-20T21:20:01.0257695Z [00:01:54.293]➜  encoding
2025-08-20T21:20:01.0261174Z [00:01:54.293]➜  mkdir -p $WORK/b003/
2025-08-20T21:20:01.0261776Z [00:01:54.293]➜  internal/unsafeheader
2025-08-20T21:20:01.0262453Z [00:01:54.293]➜  mkdir -p $WORK/b009/
2025-08-20T21:20:01.0263348Z [00:01:54.293]➜  internal/goarch
2025-08-20T21:20:01.0265674Z [00:01:54.293]➜  mkdir -p $WORK/b007/
2025-08-20T21:20:01.0266759Z [00:01:54.293]➜  echo '# import config' > $WORK/b003/importcfg # internal
2025-08-20T21:20:01.0277711Z [00:01:54.293]➜  echo '# import config' > $WORK/b009/importcfg # internal
2025-08-20T21:20:01.0278505Z [00:01:54.294]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.0281304Z [00:01:54.294]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b003=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid BN_n72JGI2XoS7BBoMlq/BN_n72JGI2XoS7BBoMlq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T21:20:01.0286585Z [00:01:54.294]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b009=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid C0AwI8-BAUMe5XknNlBT/C0AwI8-BAUMe5XknNlBT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T21:20:01.0293582Z [00:01:54.294]➜  echo '# import config' > $WORK/b007/importcfg # internal
2025-08-20T21:20:01.0297339Z [00:01:54.294]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b007/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b007=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid FnXyH2Ad0y66cyrIPMUn/FnXyH2Ad0y66cyrIPMUn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b007/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_amd64.go /root/.go/src/internal/goarch/zgoarch_amd64.go
2025-08-20T21:20:01.0305327Z [00:01:54.298]➜  internal/cpu
2025-08-20T21:20:01.0306120Z [00:01:54.298]➜  mkdir -p $WORK/b012/
2025-08-20T21:20:01.0313685Z [00:01:54.299]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T21:20:01.0318794Z [00:01:54.299]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:20:01.0320885Z [00:01:54.299]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b012/symabis ./cpu.s ./cpu_x86.s
2025-08-20T21:20:01.0353204Z [00:01:54.301]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T21:20:01.0354025Z [00:01:54.301]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T21:20:01.0355345Z [00:01:54.301]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d # internal
2025-08-20T21:20:01.0356415Z [00:01:54.301]➜  internal/byteorder
2025-08-20T21:20:01.0356934Z [00:01:54.301]➜  mkdir -p $WORK/b013/
2025-08-20T21:20:01.0358093Z [00:01:54.301]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d # internal
2025-08-20T21:20:01.0359391Z [00:01:54.301]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T21:20:01.0360157Z [00:01:54.301]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.0363497Z [00:01:54.301]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b013=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid 41Vr_cji-HbV6L4mnakB/41Vr_cji-HbV6L4mnakB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T21:20:01.0366124Z [00:01:54.302]➜  internal/abi
2025-08-20T21:20:01.0366625Z [00:01:54.302]➜  mkdir -p $WORK/b006/
2025-08-20T21:20:01.0375185Z [00:01:54.303]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T21:20:01.0378946Z [00:01:54.304]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid VSNzlCX0gBUNKlb52Sl0/VSNzlCX0gBUNKlb52Sl0 -goversion go1.25.0 -symabis $WORK/b012/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack -asmhdr $WORK/b012/go_asm.h /root/.go/src/internal/cpu/cpu.go /root/.go/src/internal/cpu/cpu_x86.go
2025-08-20T21:20:01.0382456Z [00:01:54.305]➜  echo -n > $WORK/b006/go_asm.h # internal
2025-08-20T21:20:01.0383413Z [00:01:54.305]➜  cd /root/.go/src/internal/abi
2025-08-20T21:20:01.0385615Z [00:01:54.305]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b006/symabis ./abi_test.s ./stub.s
2025-08-20T21:20:01.0388093Z [00:01:54.306]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T21:20:01.0398257Z [00:01:54.307]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d # internal
2025-08-20T21:20:01.0402867Z [00:01:54.307]➜  internal/coverage/rtcov
2025-08-20T21:20:01.0403433Z [00:01:54.307]➜  mkdir -p $WORK/b015/
2025-08-20T21:20:01.0404149Z [00:01:54.307]➜  cat >/tmp/go-build3547871397/b006/importcfg << 'EOF' # internal
2025-08-20T21:20:01.0404828Z [00:01:54.307]➜  # import config
2025-08-20T21:20:01.0405609Z [00:01:54.307]➜  packagefile internal/goarch=/tmp/go-build3547871397/b007/_pkg_.a
2025-08-20T21:20:01.0407450Z [00:01:54.307]➜  EOF
2025-08-20T21:20:01.0408001Z [00:01:54.308]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.0416453Z [00:01:54.308]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid TMU6HjewY5-DVnyvQEgP/TMU6HjewY5-DVnyvQEgP -goversion go1.25.0 -symabis $WORK/b006/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack -asmhdr $WORK/b006/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_amd64.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:20:01.0422582Z [00:01:54.308]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T21:20:01.0436290Z [00:01:54.308]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b015=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid 9bd7kW_TiO0T-k6BuHRy/9bd7kW_TiO0T-k6BuHRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T21:20:01.0566740Z [00:01:54.324]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T21:20:01.0573475Z [00:01:54.324]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d # internal
2025-08-20T21:20:01.0574616Z [00:01:54.324]➜  internal/godebugs
2025-08-20T21:20:01.0575146Z [00:01:54.325]➜  mkdir -p $WORK/b016/
2025-08-20T21:20:01.0578047Z [00:01:54.325]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T21:20:01.0583913Z [00:01:54.325]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b016=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid TOq0cpWVeS0INrP0T0kq/TOq0cpWVeS0INrP0T0kq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T21:20:01.0638322Z [00:01:54.331]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T21:20:01.0649784Z [00:01:54.332]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d # internal
2025-08-20T21:20:01.0660561Z [00:01:54.333]➜  internal/goexperiment
2025-08-20T21:20:01.0677462Z [00:01:54.335]➜  mkdir -p $WORK/b017/
2025-08-20T21:20:01.0678919Z [00:01:54.335]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T21:20:01.0692501Z [00:01:54.335]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b017=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid o0a-7nZa2Hd2-kwilSd6/o0a-7nZa2Hd2-kwilSd6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T21:20:01.0705550Z [00:01:54.337]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T21:20:01.0706886Z [00:01:54.338]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d # internal
2025-08-20T21:20:01.0708764Z [00:01:54.338]➜  internal/goos
2025-08-20T21:20:01.0710188Z [00:01:54.338]➜  mkdir -p $WORK/b018/
2025-08-20T21:20:01.0716237Z [00:01:54.339]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T21:20:01.0720900Z [00:01:54.339]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b018=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid tSPy5-8AXMOAedm8f4D3/tSPy5-8AXMOAedm8f4D3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T21:20:01.0748667Z [00:01:54.342]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:20:01.0751874Z [00:01:54.342]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/cpu.o ./cpu.s
2025-08-20T21:20:01.0782098Z [00:01:54.345]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b012/cpu_x86.o ./cpu_x86.s
2025-08-20T21:20:01.0786827Z [00:01:54.346]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T21:20:01.0791539Z [00:01:54.346]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d # internal
2025-08-20T21:20:01.0792962Z [00:01:54.346]➜  internal/profilerecord
2025-08-20T21:20:01.0793872Z [00:01:54.346]➜  mkdir -p $WORK/b019/
2025-08-20T21:20:01.0801502Z [00:01:54.347]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T21:20:01.0802259Z [00:01:54.347]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.0806620Z [00:01:54.347]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b019=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid 8Lgo9aX7minTbrFQdfrD/8Lgo9aX7minTbrFQdfrD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T21:20:01.0812536Z [00:01:54.349]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:20:01.0815846Z [00:01:54.349]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/cpu.o $WORK/b012/cpu_x86.o # internal
2025-08-20T21:20:01.0816778Z [00:01:54.349]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T21:20:01.0826318Z [00:01:54.350]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T21:20:01.0831162Z [00:01:54.350]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d # internal
2025-08-20T21:20:01.0841033Z [00:01:54.351]➜  internal/runtime/atomic
2025-08-20T21:20:01.0843444Z [00:01:54.351]➜  mkdir -p $WORK/b020/
2025-08-20T21:20:01.0844737Z [00:01:54.351]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d # internal
2025-08-20T21:20:01.0847140Z [00:01:54.352]➜  internal/bytealg
2025-08-20T21:20:01.0847724Z [00:01:54.352]➜  mkdir -p $WORK/b011/
2025-08-20T21:20:01.0851699Z [00:01:54.352]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T21:20:01.0852821Z [00:01:54.353]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:20:01.0855539Z [00:01:54.353]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b011/symabis ./compare_amd64.s ./count_amd64.s ./equal_amd64.s ./index_amd64.s ./indexbyte_amd64.s
2025-08-20T21:20:01.0864868Z [00:01:54.354]➜  echo -n > $WORK/b020/go_asm.h # internal
2025-08-20T21:20:01.0867693Z [00:01:54.354]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:20:01.0869994Z [00:01:54.354]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b020/symabis ./atomic_amd64.s
2025-08-20T21:20:01.0897770Z [00:01:54.357]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T21:20:01.0899042Z [00:01:54.357]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d # internal
2025-08-20T21:20:01.0900095Z [00:01:54.357]➜  internal/chacha8rand
2025-08-20T21:20:01.0900613Z [00:01:54.357]➜  mkdir -p $WORK/b014/
2025-08-20T21:20:01.0901192Z [00:01:54.357]➜  echo -n > $WORK/b014/go_asm.h # internal
2025-08-20T21:20:01.0901829Z [00:01:54.357]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:20:01.0904242Z [00:01:54.357]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b014/symabis ./chacha8_amd64.s
2025-08-20T21:20:01.0906479Z [00:01:54.358]➜  cat >/tmp/go-build3547871397/b020/importcfg << 'EOF' # internal
2025-08-20T21:20:01.0907170Z [00:01:54.358]➜  # import config
2025-08-20T21:20:01.0907909Z [00:01:54.358]➜  packagefile internal/goarch=/tmp/go-build3547871397/b007/_pkg_.a
2025-08-20T21:20:01.0908574Z [00:01:54.358]➜  EOF
2025-08-20T21:20:01.0909066Z [00:01:54.358]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.0915196Z [00:01:54.358]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid jFg10H8awrZwV8sSZ_xf/jFg10H8awrZwV8sSZ_xf -goversion go1.25.0 -symabis $WORK/b020/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack -asmhdr $WORK/b020/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_amd64.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:20:01.0937480Z [00:01:54.361]➜  cat >/tmp/go-build3547871397/b014/importcfg << 'EOF' # internal
2025-08-20T21:20:01.0938238Z [00:01:54.361]➜  # import config
2025-08-20T21:20:01.0939009Z [00:01:54.361]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:01.0940008Z [00:01:54.361]➜  packagefile internal/cpu=/tmp/go-build3547871397/b012/_pkg_.a
2025-08-20T21:20:01.0940952Z [00:01:54.361]➜  packagefile internal/goarch=/tmp/go-build3547871397/b007/_pkg_.a
2025-08-20T21:20:01.0941650Z [00:01:54.361]➜  EOF
2025-08-20T21:20:01.0945800Z [00:01:54.361]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid dWw5LI8BHTOb0ZYO8MDr/dWw5LI8BHTOb0ZYO8MDr -goversion go1.25.0 -symabis $WORK/b014/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack -asmhdr $WORK/b014/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T21:20:01.0955267Z [00:01:54.363]➜  cat >/tmp/go-build3547871397/b011/importcfg << 'EOF' # internal
2025-08-20T21:20:01.0956030Z [00:01:54.363]➜  # import config
2025-08-20T21:20:01.0956795Z [00:01:54.363]➜  packagefile internal/cpu=/tmp/go-build3547871397/b012/_pkg_.a
2025-08-20T21:20:01.0957487Z [00:01:54.363]➜  EOF
2025-08-20T21:20:01.0963580Z [00:01:54.363]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid iSlNKeDAQAy2891r38yS/iSlNKeDAQAy2891r38yS -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_amd64.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:20:01.1192050Z [00:01:54.386]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:20:01.1194894Z [00:01:54.386]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/compare_amd64.o ./compare_amd64.s
2025-08-20T21:20:01.1213368Z [00:01:54.389]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:20:01.1216851Z [00:01:54.389]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b014/chacha8_amd64.o ./chacha8_amd64.s
2025-08-20T21:20:01.1257327Z [00:01:54.392]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:20:01.1259617Z [00:01:54.392]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/count_amd64.o ./count_amd64.s
2025-08-20T21:20:01.1261832Z [00:01:54.393]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:20:01.1263018Z [00:01:54.393]➜  go tool pack r $WORK/b014/_pkg_.a $WORK/b014/chacha8_amd64.o # internal
2025-08-20T21:20:01.1263869Z [00:01:54.393]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T21:20:01.1268500Z [00:01:54.394]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:20:01.1270860Z [00:01:54.394]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b020=>" -I $WORK/b020/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b020/atomic_amd64.o ./atomic_amd64.s
2025-08-20T21:20:01.1274873Z [00:01:54.394]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d # internal
2025-08-20T21:20:01.1277824Z [00:01:54.395]➜  internal/runtime/math
2025-08-20T21:20:01.1278363Z [00:01:54.395]➜  mkdir -p $WORK/b023/
2025-08-20T21:20:01.1284334Z [00:01:54.396]➜  cat >/tmp/go-build3547871397/b023/importcfg << 'EOF' # internal
2025-08-20T21:20:01.1285075Z [00:01:54.396]➜  # import config
2025-08-20T21:20:01.1285829Z [00:01:54.396]➜  packagefile internal/goarch=/tmp/go-build3547871397/b007/_pkg_.a
2025-08-20T21:20:01.1286513Z [00:01:54.396]➜  EOF
2025-08-20T21:20:01.1286999Z [00:01:54.396]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.1294976Z [00:01:54.396]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b023=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid JLYi1p-7RcHtihSwNG5_/JLYi1p-7RcHtihSwNG5_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T21:20:01.1315277Z [00:01:54.399]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:20:01.1316161Z [00:01:54.399]➜  go tool pack r $WORK/b020/_pkg_.a $WORK/b020/atomic_amd64.o # internal
2025-08-20T21:20:01.1319001Z [00:01:54.399]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T21:20:01.1329908Z [00:01:54.400]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:20:01.1332011Z [00:01:54.400]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/equal_amd64.o ./equal_amd64.s
2025-08-20T21:20:01.1344866Z [00:01:54.401]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d # internal
2025-08-20T21:20:01.1345999Z [00:01:54.402]➜  internal/runtime/syscall
2025-08-20T21:20:01.1346561Z [00:01:54.402]➜  mkdir -p $WORK/b024/
2025-08-20T21:20:01.1347180Z [00:01:54.402]➜  echo -n > $WORK/b024/go_asm.h # internal
2025-08-20T21:20:01.1347816Z [00:01:54.402]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:20:01.1350107Z [00:01:54.402]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b024/symabis ./asm_linux_amd64.s
2025-08-20T21:20:01.1371002Z [00:01:54.404]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:20:01.1373324Z [00:01:54.404]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/index_amd64.o ./index_amd64.s
2025-08-20T21:20:01.1376732Z [00:01:54.405]➜  cat >/tmp/go-build3547871397/b024/importcfg << 'EOF' # internal
2025-08-20T21:20:01.1377740Z [00:01:54.405]➜  # import config
2025-08-20T21:20:01.1378509Z [00:01:54.405]➜  packagefile internal/goarch=/tmp/go-build3547871397/b007/_pkg_.a
2025-08-20T21:20:01.1379220Z [00:01:54.405]➜  EOF
2025-08-20T21:20:01.1379736Z [00:01:54.405]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.1384490Z [00:01:54.405]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid lGFy9_Ayx3kZ8w55lxqS/lGFy9_Ayx3kZ8w55lxqS -goversion go1.25.0 -symabis $WORK/b024/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack -asmhdr $WORK/b024/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_amd64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T21:20:01.1439768Z [00:01:54.411]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:20:01.1446489Z [00:01:54.411]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b011/indexbyte_amd64.o ./indexbyte_amd64.s
2025-08-20T21:20:01.1454274Z [00:01:54.412]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T21:20:01.1478304Z [00:01:54.413]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d # internal
2025-08-20T21:20:01.1479554Z [00:01:54.413]➜  internal/runtime/strconv
2025-08-20T21:20:01.1480154Z [00:01:54.415]➜  mkdir -p $WORK/b022/
2025-08-20T21:20:01.1480898Z [00:01:54.415]➜  cat >/tmp/go-build3547871397/b022/importcfg << 'EOF' # internal
2025-08-20T21:20:01.1481908Z [00:01:54.415]➜  # import config
2025-08-20T21:20:01.1482957Z [00:01:54.415]➜  packagefile internal/runtime/math=/tmp/go-build3547871397/b023/_pkg_.a
2025-08-20T21:20:01.1483703Z [00:01:54.415]➜  EOF
2025-08-20T21:20:01.1484190Z [00:01:54.415]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.1487366Z [00:01:54.415]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b022=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid j_CLgQhSRFjOJQmZ5tqK/j_CLgQhSRFjOJQmZ5tqK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T21:20:01.1494480Z [00:01:54.417]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:20:01.1496702Z [00:01:54.417]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/compare_amd64.o $WORK/b011/count_amd64.o $WORK/b011/equal_amd64.o $WORK/b011/index_amd64.o $WORK/b011/indexbyte_amd64.o # internal
2025-08-20T21:20:01.1525644Z [00:01:54.419]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T21:20:01.1526962Z [00:01:54.419]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d # internal
2025-08-20T21:20:01.1528158Z [00:01:54.419]➜  internal/runtime/exithook
2025-08-20T21:20:01.1528738Z [00:01:54.419]➜  mkdir -p $WORK/b025/
2025-08-20T21:20:01.1529460Z [00:01:54.419]➜  cat >/tmp/go-build3547871397/b025/importcfg << 'EOF' # internal
2025-08-20T21:20:01.1530131Z [00:01:54.419]➜  # import config
2025-08-20T21:20:01.1531044Z [00:01:54.419]➜  packagefile internal/runtime/atomic=/tmp/go-build3547871397/b020/_pkg_.a
2025-08-20T21:20:01.1531800Z [00:01:54.419]➜  EOF
2025-08-20T21:20:01.1532297Z [00:01:54.419]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.1535841Z [00:01:54.419]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b025=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid wrk8SplVQHinmzbSwvNX/wrk8SplVQHinmzbSwvNX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T21:20:01.1591406Z [00:01:54.426]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T21:20:01.1598564Z [00:01:54.427]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d # internal
2025-08-20T21:20:01.1627094Z [00:01:54.430]➜  internal/runtime/gc
2025-08-20T21:20:01.1629375Z [00:01:54.430]➜  mkdir -p $WORK/b026/
2025-08-20T21:20:01.1634684Z [00:01:54.431]➜  cat >/tmp/go-build3547871397/b026/importcfg << 'EOF' # internal
2025-08-20T21:20:01.1637758Z [00:01:54.431]➜  # import config
2025-08-20T21:20:01.1638489Z [00:01:54.431]➜  packagefile internal/goarch=/tmp/go-build3547871397/b007/_pkg_.a
2025-08-20T21:20:01.1639215Z [00:01:54.431]➜  EOF
2025-08-20T21:20:01.1642817Z [00:01:54.431]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b026=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid -xZFEbMDpMRcG0k4W4bY/-xZFEbMDpMRcG0k4W4bY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T21:20:01.1683700Z [00:01:54.436]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:20:01.1688766Z [00:01:54.436]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b024=>" -I $WORK/b024/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b024/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:20:01.1705407Z [00:01:54.438]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T21:20:01.1713584Z [00:01:54.439]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d # internal
2025-08-20T21:20:01.1724706Z [00:01:54.440]➜  internal/asan
2025-08-20T21:20:01.1726820Z [00:01:54.440]➜  mkdir -p $WORK/b028/
2025-08-20T21:20:01.1731582Z [00:01:54.440]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T21:20:01.1762779Z [00:01:54.444]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.1767685Z [00:01:54.444]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b028=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid pvsfxC872C9dcz4IQgX5/pvsfxC872C9dcz4IQgX5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T21:20:01.1786199Z [00:01:54.446]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:20:01.1788500Z [00:01:54.446]➜  go tool pack r $WORK/b024/_pkg_.a $WORK/b024/asm_linux_amd64.o # internal
2025-08-20T21:20:01.1789740Z [00:01:54.446]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T21:20:01.1792402Z [00:01:54.446]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d # internal
2025-08-20T21:20:01.1793877Z [00:01:54.446]➜  internal/runtime/cgroup
2025-08-20T21:20:01.1794443Z [00:01:54.446]➜  mkdir -p $WORK/b021/
2025-08-20T21:20:01.1795190Z [00:01:54.446]➜  cat >/tmp/go-build3547871397/b021/importcfg << 'EOF' # internal
2025-08-20T21:20:01.1795908Z [00:01:54.446]➜  # import config
2025-08-20T21:20:01.1796687Z [00:01:54.446]➜  packagefile internal/bytealg=/tmp/go-build3547871397/b011/_pkg_.a
2025-08-20T21:20:01.1797741Z [00:01:54.446]➜  packagefile internal/runtime/strconv=/tmp/go-build3547871397/b022/_pkg_.a
2025-08-20T21:20:01.1798908Z [00:01:54.446]➜  packagefile internal/runtime/syscall=/tmp/go-build3547871397/b024/_pkg_.a
2025-08-20T21:20:01.1799680Z [00:01:54.446]➜  EOF
2025-08-20T21:20:01.1806366Z [00:01:54.448]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.1815412Z [00:01:54.448]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b021=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid U2qjy7g_fBo1kzUlNCu-/U2qjy7g_fBo1kzUlNCu- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T21:20:01.1824817Z [00:01:54.450]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T21:20:01.1833457Z [00:01:54.451]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d # internal
2025-08-20T21:20:01.1839592Z [00:01:54.451]➜  internal/msan
2025-08-20T21:20:01.1842842Z [00:01:54.451]➜  mkdir -p $WORK/b029/
2025-08-20T21:20:01.1847032Z [00:01:54.451]➜  echo '# import config' > $WORK/b029/importcfg # internal
2025-08-20T21:20:01.1850339Z [00:01:54.451]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b029=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid SFFiJID93lf3XfCym9L_/SFFiJID93lf3XfCym9L_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T21:20:01.1861936Z [00:01:54.453]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T21:20:01.1866059Z [00:01:54.454]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d # internal
2025-08-20T21:20:01.1867673Z [00:01:54.454]➜  internal/runtime/sys
2025-08-20T21:20:01.1869017Z [00:01:54.454]➜  mkdir -p $WORK/b031/
2025-08-20T21:20:01.1872155Z [00:01:54.454]➜  echo -n > $WORK/b031/go_asm.h # internal
2025-08-20T21:20:01.1873046Z [00:01:54.455]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:20:01.1875235Z [00:01:54.455]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b031/symabis ./empty.s
2025-08-20T21:20:01.1926667Z [00:01:54.460]➜  cat >/tmp/go-build3547871397/b031/importcfg << 'EOF' # internal
2025-08-20T21:20:01.1940511Z [00:01:54.460]➜  # import config
2025-08-20T21:20:01.1941276Z [00:01:54.460]➜  packagefile internal/goarch=/tmp/go-build3547871397/b007/_pkg_.a
2025-08-20T21:20:01.1942271Z [00:01:54.460]➜  packagefile internal/goos=/tmp/go-build3547871397/b018/_pkg_.a
2025-08-20T21:20:01.1943483Z [00:01:54.460]➜  EOF
2025-08-20T21:20:01.1945075Z [00:01:54.460]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.1950586Z [00:01:54.460]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid hO1bwuOxIzjHKfZvvowA/hO1bwuOxIzjHKfZvvowA -goversion go1.25.0 -symabis $WORK/b031/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack -asmhdr $WORK/b031/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/no_dit.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T21:20:01.2055434Z [00:01:54.473]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T21:20:01.2060326Z [00:01:54.473]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d # internal
2025-08-20T21:20:01.2096888Z [00:01:54.477]➜  internal/stringslite
2025-08-20T21:20:01.2099658Z [00:01:54.477]➜  mkdir -p $WORK/b032/
2025-08-20T21:20:01.2100752Z [00:01:54.477]➜  cat >/tmp/go-build3547871397/b032/importcfg << 'EOF' # internal
2025-08-20T21:20:01.2102120Z [00:01:54.477]➜  # import config
2025-08-20T21:20:01.2103304Z [00:01:54.477]➜  packagefile internal/bytealg=/tmp/go-build3547871397/b011/_pkg_.a
2025-08-20T21:20:01.2104519Z [00:01:54.477]➜  EOF
2025-08-20T21:20:01.2107750Z [00:01:54.477]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b032=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid LSgD3AIamP0Qfkq_mRTf/LSgD3AIamP0Qfkq_mRTf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T21:20:01.2182317Z [00:01:54.485]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:20:01.2185115Z [00:01:54.486]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b031=>" -I $WORK/b031/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b031/empty.o ./empty.s
2025-08-20T21:20:01.2249831Z [00:01:54.492]➜  go tool pack r $WORK/b031/_pkg_.a $WORK/b031/empty.o # internal
2025-08-20T21:20:01.2254375Z [00:01:54.492]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T21:20:01.2260042Z [00:01:54.493]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d # internal
2025-08-20T21:20:01.2261688Z [00:01:54.493]➜  internal/trace/tracev2
2025-08-20T21:20:01.2262851Z [00:01:54.494]➜  mkdir -p $WORK/b033/
2025-08-20T21:20:01.2267609Z [00:01:54.494]➜  echo '# import config' > $WORK/b033/importcfg # internal
2025-08-20T21:20:01.2271507Z [00:01:54.494]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.2278679Z [00:01:54.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b033=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid yxe5YP26lWrxkskjIepa/yxe5YP26lWrxkskjIepa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T21:20:01.2444251Z [00:01:54.512]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T21:20:01.2456015Z [00:01:54.512]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d # internal
2025-08-20T21:20:01.2457626Z [00:01:54.512]➜  cmp
2025-08-20T21:20:01.2458397Z [00:01:54.512]➜  mkdir -p $WORK/b036/
2025-08-20T21:20:01.2460375Z [00:01:54.512]➜  echo '# import config' > $WORK/b036/importcfg # internal
2025-08-20T21:20:01.2463204Z [00:01:54.512]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b036=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid YT4kS9oOdLKb10ji1D3b/YT4kS9oOdLKb10ji1D3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T21:20:01.2550121Z [00:01:54.522]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T21:20:01.2552021Z [00:01:54.522]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d # internal
2025-08-20T21:20:01.2555267Z [00:01:54.522]➜  internal/itoa
2025-08-20T21:20:01.2555852Z [00:01:54.522]➜  mkdir -p $WORK/b038/
2025-08-20T21:20:01.2556516Z [00:01:54.522]➜  echo '# import config' > $WORK/b038/importcfg # internal
2025-08-20T21:20:01.2559590Z [00:01:54.522]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b038=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid bMDY-o3rrTW2XoE_dOgh/bMDY-o3rrTW2XoE_dOgh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T21:20:01.2562497Z [00:01:54.522]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T21:20:01.2563904Z [00:01:54.522]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d # internal
2025-08-20T21:20:01.2574735Z [00:01:54.522]➜  math/bits
2025-08-20T21:20:01.2576650Z [00:01:54.522]➜  mkdir -p $WORK/b041/
2025-08-20T21:20:01.2578544Z [00:01:54.523]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T21:20:01.2582028Z [00:01:54.523]➜  /root/.go/pkg/tool/linux_amd64/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 i7S3T0O3EFYf-_WJtE2h/i7S3T0O3EFYf-_WJtE2h -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:20:01.2587789Z [00:01:54.523]➜  cd /root/.go/src/internal/abi
2025-08-20T21:20:01.2591374Z [00:01:54.523]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b006/abi_test.o ./abi_test.s
2025-08-20T21:20:01.2593594Z [00:01:54.525]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T21:20:01.2594926Z [00:01:54.525]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d # internal
2025-08-20T21:20:01.2596005Z [00:01:54.525]➜  unicode/utf8
2025-08-20T21:20:01.2596503Z [00:01:54.526]➜  mkdir -p $WORK/b043/
2025-08-20T21:20:01.2597486Z [00:01:54.526]➜  echo '# import config' > $WORK/b043/importcfg # internal
2025-08-20T21:20:01.2598250Z [00:01:54.526]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.2611696Z [00:01:54.526]➜  /root/.go/pkg/tool/linux_amd64/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 Tr4gaEv0XobnBtoL2NYj/Tr4gaEv0XobnBtoL2NYj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T21:20:01.2666373Z [00:01:54.534]➜  cd /root/.go/src/internal/abi
2025-08-20T21:20:01.2669166Z [00:01:54.534]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b006/stub.o ./stub.s
2025-08-20T21:20:01.2671533Z [00:01:54.534]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T21:20:01.2675896Z [00:01:54.534]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d # internal
2025-08-20T21:20:01.2676968Z [00:01:54.534]➜  sync/atomic
2025-08-20T21:20:01.2677451Z [00:01:54.534]➜  mkdir -p $WORK/b046/
2025-08-20T21:20:01.2678028Z [00:01:54.534]➜  echo -n > $WORK/b046/go_asm.h # internal
2025-08-20T21:20:01.2678620Z [00:01:54.534]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:20:01.2680508Z [00:01:54.534]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b046=>" -I $WORK/b046/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b046/symabis ./asm.s
2025-08-20T21:20:01.2702581Z [00:01:54.537]➜  cd /root/.go/src/internal/abi
2025-08-20T21:20:01.2705933Z [00:01:54.537]➜  go tool pack r $WORK/b006/_pkg_.a $WORK/b006/abi_test.o $WORK/b006/stub.o # internal
2025-08-20T21:20:01.2706750Z [00:01:54.538]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T21:20:01.2745776Z [00:01:54.542]➜  echo '# import config' > $WORK/b046/importcfg # internal
2025-08-20T21:20:01.2750193Z [00:01:54.542]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.2755861Z [00:01:54.542]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b046=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid L6cYSyMCw5Stpw8wd-hA/L6cYSyMCw5Stpw8wd-hA -goversion go1.25.0 -symabis $WORK/b046/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack -asmhdr $WORK/b046/go_asm.h /root/.go/src/sync/atomic/doc.go /root/.go/src/sync/atomic/doc_64.go /root/.go/src/sync/atomic/type.go /root/.go/src/sync/atomic/value.go
2025-08-20T21:20:01.2771457Z [00:01:54.544]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d # internal
2025-08-20T21:20:01.2772603Z [00:01:54.544]➜  internal/race
2025-08-20T21:20:01.2774665Z [00:01:54.544]➜  mkdir -p $WORK/b030/
2025-08-20T21:20:01.2775426Z [00:01:54.545]➜  cat >/tmp/go-build3547871397/b030/importcfg << 'EOF' # internal
2025-08-20T21:20:01.2776093Z [00:01:54.545]➜  # import config
2025-08-20T21:20:01.2776822Z [00:01:54.545]➜  packagefile internal/abi=/tmp/go-build3547871397/b006/_pkg_.a
2025-08-20T21:20:01.2777484Z [00:01:54.545]➜  EOF
2025-08-20T21:20:01.2780483Z [00:01:54.545]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b030=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid 4mWR9j7FFiKR7-tuWycC/4mWR9j7FFiKR7-tuWycC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T21:20:01.2905364Z [00:01:54.558]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T21:20:01.2913466Z [00:01:54.559]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d # internal
2025-08-20T21:20:01.2920045Z [00:01:54.559]➜  internal/synctest
2025-08-20T21:20:01.2920632Z [00:01:54.559]➜  mkdir -p $WORK/b047/
2025-08-20T21:20:01.2922950Z [00:01:54.559]➜  cat >/tmp/go-build3547871397/b047/importcfg << 'EOF' # internal
2025-08-20T21:20:01.2923727Z [00:01:54.559]➜  # import config
2025-08-20T21:20:01.2924481Z [00:01:54.559]➜  packagefile internal/abi=/tmp/go-build3547871397/b006/_pkg_.a
2025-08-20T21:20:01.2925166Z [00:01:54.559]➜  EOF
2025-08-20T21:20:01.2928121Z [00:01:54.560]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b047=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid 6S6MfZdJaYiZ1kHy_upy/6S6MfZdJaYiZ1kHy_upy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T21:20:01.2957187Z [00:01:54.563]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T21:20:01.2965310Z [00:01:54.564]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d # internal
2025-08-20T21:20:01.2970565Z [00:01:54.564]➜  internal/runtime/maps
2025-08-20T21:20:01.2971142Z [00:01:54.564]➜  mkdir -p $WORK/b027/
2025-08-20T21:20:01.2985157Z [00:01:54.566]➜  cat >/tmp/go-build3547871397/b027/importcfg << 'EOF' # internal
2025-08-20T21:20:01.2986174Z [00:01:54.566]➜  # import config
2025-08-20T21:20:01.2987128Z [00:01:54.566]➜  packagefile internal/abi=/tmp/go-build3547871397/b006/_pkg_.a
2025-08-20T21:20:01.2991698Z [00:01:54.566]➜  packagefile internal/asan=/tmp/go-build3547871397/b028/_pkg_.a
2025-08-20T21:20:01.2993070Z [00:01:54.566]➜  packagefile internal/goarch=/tmp/go-build3547871397/b007/_pkg_.a
2025-08-20T21:20:01.2994215Z [00:01:54.566]➜  packagefile internal/msan=/tmp/go-build3547871397/b029/_pkg_.a
2025-08-20T21:20:01.2995596Z [00:01:54.566]➜  packagefile internal/race=/tmp/go-build3547871397/b030/_pkg_.a
2025-08-20T21:20:01.2996960Z [00:01:54.566]➜  packagefile internal/runtime/math=/tmp/go-build3547871397/b023/_pkg_.a
2025-08-20T21:20:01.2998280Z [00:01:54.566]➜  packagefile internal/runtime/sys=/tmp/go-build3547871397/b031/_pkg_.a
2025-08-20T21:20:01.3000439Z [00:01:54.566]➜  EOF
2025-08-20T21:20:01.3006567Z [00:01:54.566]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b027=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid KI5RgMW_8N6oOIA0pfPy/KI5RgMW_8N6oOIA0pfPy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T21:20:01.3011926Z [00:01:54.566]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T21:20:01.3018446Z [00:01:54.569]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d # internal
2025-08-20T21:20:01.3025641Z [00:01:54.570]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T21:20:01.3031833Z [00:01:54.570]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d # internal
2025-08-20T21:20:01.3040573Z [00:01:54.571]➜  unicode
2025-08-20T21:20:01.3041066Z [00:01:54.571]➜  mkdir -p $WORK/b048/
2025-08-20T21:20:01.3044199Z [00:01:54.572]➜  echo '# import config' > $WORK/b048/importcfg # internal
2025-08-20T21:20:01.3050204Z [00:01:54.572]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b048=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid RLXSQIujwLuJl7BmCQws/RLXSQIujwLuJl7BmCQws -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/unicode/casetables.go /root/.go/src/unicode/digit.go /root/.go/src/unicode/graphic.go /root/.go/src/unicode/letter.go /root/.go/src/unicode/tables.go
2025-08-20T21:20:01.3074233Z [00:01:54.575]➜  math
2025-08-20T21:20:01.3077749Z [00:01:54.575]➜  mkdir -p $WORK/b040/
2025-08-20T21:20:01.3087336Z [00:01:54.576]➜  echo -n > $WORK/b040/go_asm.h # internal
2025-08-20T21:20:01.3092287Z [00:01:54.576]➜  cd /root/.go/src/math
2025-08-20T21:20:01.3094665Z [00:01:54.576]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b040=>" -I $WORK/b040/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b040/symabis ./dim_amd64.s ./exp_amd64.s ./floor_amd64.s ./hypot_amd64.s ./log_amd64.s
2025-08-20T21:20:01.3165012Z [00:01:54.583]➜  cat >/tmp/go-build3547871397/b040/importcfg << 'EOF' # internal
2025-08-20T21:20:01.3165767Z [00:01:54.583]➜  # import config
2025-08-20T21:20:01.3166490Z [00:01:54.583]➜  packagefile internal/cpu=/tmp/go-build3547871397/b012/_pkg_.a
2025-08-20T21:20:01.3167422Z [00:01:54.583]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:01.3168242Z [00:01:54.583]➜  EOF
2025-08-20T21:20:01.3168761Z [00:01:54.584]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.3206140Z [00:01:54.584]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b040=>" -p math -lang=go1.25 -std -installsuffix shared -buildid TOMH2-oM80oUkxVWaf0P/TOMH2-oM80oUkxVWaf0P -goversion go1.25.0 -symabis $WORK/b040/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack -asmhdr $WORK/b040/go_asm.h /root/.go/src/math/abs.go /root/.go/src/math/acosh.go /root/.go/src/math/asin.go /root/.go/src/math/asinh.go /root/.go/src/math/atan.go /root/.go/src/math/atan2.go /root/.go/src/math/atanh.go /root/.go/src/math/bits.go /root/.go/src/math/cbrt.go /root/.go/src/math/const.go /root/.go/src/math/copysign.go /root/.go/src/math/dim.go /root/.go/src/math/dim_asm.go /root/.go/src/math/erf.go /root/.go/src/math/erfinv.go /root/.go/src/math/exp.go /root/.go/src/math/exp2_noasm.go /root/.go/src/math/exp_amd64.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_asm.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_asm.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_noasm.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:20:01.3250448Z [00:01:54.592]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:20:01.3255135Z [00:01:54.592]➜  /root/.go/pkg/tool/linux_amd64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b046=>" -I $WORK/b046/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b046/asm.o ./asm.s
2025-08-20T21:20:01.3302239Z [00:01:54.597]➜  go tool pack r $WORK/b046/_pkg_.a $WORK/b046/asm.o # internal
2025-08-20T21:20:01.3305509Z [00:01:54.597]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T21:20:01.3318291Z [00:01:54.599]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d # internal
2025-08-20T21:20:01.3319861Z [00:01:54.599]➜  internal/sync
2025-08-20T21:20:01.3320806Z [00:01:54.599]➜  mkdir -p $WORK/b045/
2025-08-20T21:20:01.3326565Z [00:01:54.600]➜  cat >/tmp/go-build3547871397/b045/importcfg << 'EOF' # internal
2025-08-20T21:20:01.3328086Z [00:01:54.600]➜  # import config
2025-08-20T21:20:01.3328814Z [00:01:54.600]➜  packagefile internal/abi=/tmp/go-build3547871397/b006/_pkg_.a
2025-08-20T21:20:01.3329738Z [00:01:54.600]➜  packagefile internal/goarch=/tmp/go-build3547871397/b007/_pkg_.a
2025-08-20T21:20:01.3330646Z [00:01:54.600]➜  packagefile internal/race=/tmp/go-build3547871397/b030/_pkg_.a
2025-08-20T21:20:01.3331570Z [00:01:54.600]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:01.3332278Z [00:01:54.600]➜  EOF
2025-08-20T21:20:01.3332978Z [00:01:54.600]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.3336540Z [00:01:54.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b045=>" -p internal/sync -lang=go1.25 -std -complete -installsuffix shared -buildid 3ni2jpQmHHodbGD2DZc-/3ni2jpQmHHodbGD2DZc- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/internal/sync/hashtriemap.go /root/.go/src/internal/sync/mutex.go /root/.go/src/internal/sync/runtime.go
2025-08-20T21:20:01.3622923Z [00:01:54.628]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T21:20:01.3626296Z [00:01:54.629]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d # internal
2025-08-20T21:20:01.3627401Z [00:01:54.629]➜  unicode/utf16
2025-08-20T21:20:01.3627864Z [00:01:54.629]➜  mkdir -p $WORK/b073/
2025-08-20T21:20:01.3628505Z [00:01:54.630]➜  echo '# import config' > $WORK/b073/importcfg # internal
2025-08-20T21:20:01.3634082Z [00:01:54.630]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b073=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid 2lvI1zy5zTVuoWdE4jc_/2lvI1zy5zTVuoWdE4jc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T21:20:01.3771117Z [00:01:54.644]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T21:20:01.3781696Z [00:01:54.645]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d # internal
2025-08-20T21:20:01.3783913Z [00:01:54.646]➜  log/internal
2025-08-20T21:20:01.3784445Z [00:01:54.646]➜  mkdir -p $WORK/b075/
2025-08-20T21:20:01.3789608Z [00:01:54.646]➜  echo '# import config' > $WORK/b075/importcfg # internal
2025-08-20T21:20:01.3792893Z [00:01:54.646]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b075=>" -p log/internal -lang=go1.25 -std -complete -installsuffix shared -buildid f6UQRlSQ_wVdbe0xeumY/f6UQRlSQ_wVdbe0xeumY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T21:20:01.3869452Z [00:01:54.654]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T21:20:01.3870829Z [00:01:54.654]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d # internal
2025-08-20T21:20:01.3871885Z [00:01:54.654]➜  log/slog/internal
2025-08-20T21:20:01.3872377Z [00:01:54.654]➜  mkdir -p $WORK/b076/
2025-08-20T21:20:01.3873238Z [00:01:54.654]➜  echo '# import config' > $WORK/b076/importcfg # internal
2025-08-20T21:20:01.3876840Z [00:01:54.654]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/log/slog/internal=>log/slog/internal;$WORK/b076=>" -p log/slog/internal -lang=go1.25 -std -complete -installsuffix shared -buildid RoRzNvV7n5WuEBQjO33Q/RoRzNvV7n5WuEBQjO33Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/.go/src/log/slog/internal/ignorepc.go
2025-08-20T21:20:01.3941642Z [00:01:54.661]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T21:20:01.3947322Z [00:01:54.662]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/a0/a0754a084ce4f0f625656a5dca05dec162c764d7427042a3381e138830d70035-d # internal
2025-08-20T21:20:01.3954915Z [00:01:54.662]➜  github.com/fvbommel/sortorder
2025-08-20T21:20:01.3955508Z [00:01:54.662]➜  mkdir -p $WORK/b078/
2025-08-20T21:20:01.3956350Z [00:01:54.662]➜  echo '# import config' > $WORK/b078/importcfg # internal
2025-08-20T21:20:01.3960579Z [00:01:54.662]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fvbommel/sortorder@v1.1.0=>github.com/fvbommel/sortorder@v1.1.0;$WORK/b078=>" -p github.com/fvbommel/sortorder -lang=go1.13 -complete -installsuffix shared -buildid 16yF-NZSPs1bNggQbiey/16yF-NZSPs1bNggQbiey -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack /root/go/pkg/mod/github.com/fvbommel/sortorder@v1.1.0/doc.go /root/go/pkg/mod/github.com/fvbommel/sortorder@v1.1.0/natsort.go
2025-08-20T21:20:01.4257882Z [00:01:54.693]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T21:20:01.4263593Z [00:01:54.694]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/7a/7a27f028da99e334356832f34eb269815d82605163f004f86192a4df58b0ea1b-d # internal
2025-08-20T21:20:01.4287084Z [00:01:54.696]➜  k8s.io/apimachinery/pkg/selection
2025-08-20T21:20:01.4291366Z [00:01:54.696]➜  mkdir -p $WORK/b102/
2025-08-20T21:20:01.4292922Z [00:01:54.696]➜  echo '# import config' > $WORK/b102/importcfg # internal
2025-08-20T21:20:01.4298102Z [00:01:54.696]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/selection=>k8s.io/apimachinery@v0.33.2/pkg/selection;$WORK/b102=>" -p k8s.io/apimachinery/pkg/selection -lang=go1.24 -complete -installsuffix shared -buildid ygNHjrh5JwxtyVdnxjs1/ygNHjrh5JwxtyVdnxjs1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/selection/operator.go
2025-08-20T21:20:01.4393348Z [00:01:54.706]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T21:20:01.4399276Z [00:01:54.707]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/fb/fbd8ad8b5e7f2db199f07f7fc9514146fe872ce9df79fc3a31ad0300851a8110-d # internal
2025-08-20T21:20:01.4400428Z [00:01:54.707]➜  internal/nettrace
2025-08-20T21:20:01.4400967Z [00:01:54.707]➜  mkdir -p $WORK/b123/
2025-08-20T21:20:01.4403454Z [00:01:54.707]➜  echo '# import config' > $WORK/b123/importcfg # internal
2025-08-20T21:20:01.4410193Z [00:01:54.708]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b123=>" -p internal/nettrace -lang=go1.25 -std -complete -installsuffix shared -buildid rgg9yB6VRZ7hNuVvTVTq/rgg9yB6VRZ7hNuVvTVTq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T21:20:01.4564436Z [00:01:54.724]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T21:20:01.4570869Z [00:01:54.724]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d # internal
2025-08-20T21:20:01.4594663Z [00:01:54.725]➜  container/list
2025-08-20T21:20:01.4597662Z [00:01:54.725]➜  mkdir -p $WORK/b153/
2025-08-20T21:20:01.4599936Z [00:01:54.725]➜  echo '# import config' > $WORK/b153/importcfg # internal
2025-08-20T21:20:01.4603167Z [00:01:54.725]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b153=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid ojx0c_yyW8v2XLeXi1Bp/ojx0c_yyW8v2XLeXi1Bp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T21:20:01.5117624Z [00:01:54.779]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T21:20:01.5131013Z [00:01:54.780]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d # internal
2025-08-20T21:20:01.5132279Z [00:01:54.780]➜  crypto/internal/fips140/alias
2025-08-20T21:20:01.5133164Z [00:01:54.780]➜  mkdir -p $WORK/b161/
2025-08-20T21:20:01.5136540Z [00:01:54.781]➜  echo '# import config' > $WORK/b161/importcfg # internal
2025-08-20T21:20:01.5141333Z [00:01:54.781]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b161=>" -p crypto/internal/fips140/alias -lang=go1.25 -std -complete -installsuffix shared -buildid GK0BkGL1Nq_S0HGj-hIR/GK0BkGL1Nq_S0HGj-hIR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T21:20:01.5216456Z [00:01:54.789]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T21:20:01.5243193Z [00:01:54.791]➜  cd /root/.go/src/math
2025-08-20T21:20:01.5245087Z [00:01:54.792]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b040=>" -I $WORK/b040/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b040/dim_amd64.o ./dim_amd64.s
2025-08-20T21:20:01.5249461Z [00:01:54.792]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d # internal
2025-08-20T21:20:01.5280755Z [00:01:54.795]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T21:20:01.5291958Z [00:01:54.796]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d # internal
2025-08-20T21:20:01.5293394Z [00:01:54.796]➜  crypto/internal/fips140deps/byteorder
2025-08-20T21:20:01.5294016Z [00:01:54.796]➜  mkdir -p $WORK/b165/
2025-08-20T21:20:01.5294756Z [00:01:54.796]➜  cat >/tmp/go-build3547871397/b165/importcfg << 'EOF' # internal
2025-08-20T21:20:01.5295433Z [00:01:54.796]➜  # import config
2025-08-20T21:20:01.5296176Z [00:01:54.796]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:01.5296899Z [00:01:54.796]➜  EOF
2025-08-20T21:20:01.5297371Z [00:01:54.796]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.5301188Z [00:01:54.796]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b165=>" -p crypto/internal/fips140deps/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid zU9WI3Evt4ghexTvHEfN/zU9WI3Evt4ghexTvHEfN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T21:20:01.5360124Z [00:01:54.803]➜  runtime
2025-08-20T21:20:01.5383516Z [00:01:54.806]➜  mkdir -p $WORK/b010/
2025-08-20T21:20:01.5408224Z [00:01:54.806]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T21:20:01.5410415Z [00:01:54.806]➜  cd /root/.go/src/runtime
2025-08-20T21:20:01.5415244Z [00:01:54.806]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b010/symabis ./asm.s ./asm_amd64.s ./duff_amd64.s ./ints.s ./memclr_amd64.s ./memmove_amd64.s ./preempt_amd64.s ./rt0_linux_amd64.s ./sys_linux_amd64.s ./test_amd64.s ./time_linux_amd64.s
2025-08-20T21:20:01.5436069Z [00:01:54.811]➜  cd /root/.go/src/math
2025-08-20T21:20:01.5440050Z [00:01:54.811]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b040=>" -I $WORK/b040/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b040/exp_amd64.o ./exp_amd64.s
2025-08-20T21:20:01.5505397Z [00:01:54.818]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T21:20:01.5513490Z [00:01:54.818]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d # internal
2025-08-20T21:20:01.5514655Z [00:01:54.819]➜  crypto/internal/fips140deps/cpu
2025-08-20T21:20:01.5518421Z [00:01:54.819]➜  mkdir -p $WORK/b166/
2025-08-20T21:20:01.5520849Z [00:01:54.819]➜  cat >/tmp/go-build3547871397/b166/importcfg << 'EOF' # internal
2025-08-20T21:20:01.5521566Z [00:01:54.819]➜  # import config
2025-08-20T21:20:01.5522268Z [00:01:54.819]➜  packagefile internal/cpu=/tmp/go-build3547871397/b012/_pkg_.a
2025-08-20T21:20:01.5523376Z [00:01:54.819]➜  packagefile internal/goarch=/tmp/go-build3547871397/b007/_pkg_.a
2025-08-20T21:20:01.5524037Z [00:01:54.819]➜  EOF
2025-08-20T21:20:01.5524499Z [00:01:54.819]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.5531405Z [00:01:54.819]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b166=>" -p crypto/internal/fips140deps/cpu -lang=go1.25 -std -complete -installsuffix shared -buildid A7eAWiqz7AnYKgfgsxu1/A7eAWiqz7AnYKgfgsxu1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T21:20:01.5540095Z [00:01:54.821]➜  cd /root/.go/src/math
2025-08-20T21:20:01.5544038Z [00:01:54.821]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b040=>" -I $WORK/b040/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b040/floor_amd64.o ./floor_amd64.s
2025-08-20T21:20:01.5557445Z [00:01:54.823]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T21:20:01.5580080Z [00:01:54.825]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d # internal
2025-08-20T21:20:01.5587215Z [00:01:54.826]➜  crypto/internal/fips140/subtle
2025-08-20T21:20:01.5590280Z [00:01:54.826]➜  mkdir -p $WORK/b169/
2025-08-20T21:20:01.5601513Z [00:01:54.827]➜  echo -n > $WORK/b169/go_asm.h # internal
2025-08-20T21:20:01.5603482Z [00:01:54.827]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:20:01.5609142Z [00:01:54.828]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b169=>" -I $WORK/b169/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b169/symabis ./xor_amd64.s
2025-08-20T21:20:01.5611292Z [00:01:54.828]➜  cd /root/.go/src/math
2025-08-20T21:20:01.5613269Z [00:01:54.828]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b040=>" -I $WORK/b040/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b040/hypot_amd64.o ./hypot_amd64.s
2025-08-20T21:20:01.5621447Z [00:01:54.829]➜  cat >/tmp/go-build3547871397/b010/importcfg << 'EOF' # internal
2025-08-20T21:20:01.5623996Z [00:01:54.829]➜  # import config
2025-08-20T21:20:01.5624724Z [00:01:54.829]➜  packagefile internal/abi=/tmp/go-build3547871397/b006/_pkg_.a
2025-08-20T21:20:01.5625652Z [00:01:54.829]➜  packagefile internal/bytealg=/tmp/go-build3547871397/b011/_pkg_.a
2025-08-20T21:20:01.5626689Z [00:01:54.829]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:01.5627665Z [00:01:54.829]➜  packagefile internal/chacha8rand=/tmp/go-build3547871397/b014/_pkg_.a
2025-08-20T21:20:01.5628670Z [00:01:54.829]➜  packagefile internal/coverage/rtcov=/tmp/go-build3547871397/b015/_pkg_.a
2025-08-20T21:20:01.5629580Z [00:01:54.829]➜  packagefile internal/cpu=/tmp/go-build3547871397/b012/_pkg_.a
2025-08-20T21:20:01.5630480Z [00:01:54.829]➜  packagefile internal/goarch=/tmp/go-build3547871397/b007/_pkg_.a
2025-08-20T21:20:01.5631394Z [00:01:54.829]➜  packagefile internal/godebugs=/tmp/go-build3547871397/b016/_pkg_.a
2025-08-20T21:20:01.5632381Z [00:01:54.829]➜  packagefile internal/goexperiment=/tmp/go-build3547871397/b017/_pkg_.a
2025-08-20T21:20:01.5633615Z [00:01:54.829]➜  packagefile internal/goos=/tmp/go-build3547871397/b018/_pkg_.a
2025-08-20T21:20:01.5634606Z [00:01:54.829]➜  packagefile internal/profilerecord=/tmp/go-build3547871397/b019/_pkg_.a
2025-08-20T21:20:01.5635681Z [00:01:54.829]➜  packagefile internal/runtime/atomic=/tmp/go-build3547871397/b020/_pkg_.a
2025-08-20T21:20:01.5636768Z [00:01:54.829]➜  packagefile internal/runtime/cgroup=/tmp/go-build3547871397/b021/_pkg_.a
2025-08-20T21:20:01.5637884Z [00:01:54.829]➜  packagefile internal/runtime/exithook=/tmp/go-build3547871397/b025/_pkg_.a
2025-08-20T21:20:01.5638910Z [00:01:54.829]➜  packagefile internal/runtime/gc=/tmp/go-build3547871397/b026/_pkg_.a
2025-08-20T21:20:01.5639918Z [00:01:54.829]➜  packagefile internal/runtime/maps=/tmp/go-build3547871397/b027/_pkg_.a
2025-08-20T21:20:01.5648956Z [00:01:54.829]➜  packagefile internal/runtime/math=/tmp/go-build3547871397/b023/_pkg_.a
2025-08-20T21:20:01.5650107Z [00:01:54.829]➜  packagefile internal/runtime/strconv=/tmp/go-build3547871397/b022/_pkg_.a
2025-08-20T21:20:01.5651171Z [00:01:54.829]➜  packagefile internal/runtime/sys=/tmp/go-build3547871397/b031/_pkg_.a
2025-08-20T21:20:01.5652544Z [00:01:54.829]➜  packagefile internal/runtime/syscall=/tmp/go-build3547871397/b024/_pkg_.a
2025-08-20T21:20:01.5653888Z [00:01:54.829]➜  packagefile internal/stringslite=/tmp/go-build3547871397/b032/_pkg_.a
2025-08-20T21:20:01.5654862Z [00:01:54.829]➜  packagefile internal/trace/tracev2=/tmp/go-build3547871397/b033/_pkg_.a
2025-08-20T21:20:01.5655528Z [00:01:54.829]➜  EOF
2025-08-20T21:20:01.5656012Z [00:01:54.830]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.5708264Z [00:01:54.830]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid LDadxDeu-0VTvJrf4FPW/LDadxDeu-0VTvJrf4FPW -goversion go1.25.0 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_amd64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/cputicks.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_amd64.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_generic.go /root/.go/src/runtime/os_linux_noauxv.go /root/.go/src/runtime/os_linux_x86.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_amd64.go /root/.go/src/runtime/signal_linux_amd64.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_amd64.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_nonppc64x.go /root/.go/src/runtime/sys_x86.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_amd64.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timeasm.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_amd64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T21:20:01.5751841Z [00:01:54.832]➜  cd /root/.go/src/math
2025-08-20T21:20:01.5753766Z [00:01:54.832]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b040=>" -I $WORK/b040/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b040/log_amd64.o ./log_amd64.s
2025-08-20T21:20:01.5755619Z [00:01:54.834]➜  cat >/tmp/go-build3547871397/b169/importcfg << 'EOF' # internal
2025-08-20T21:20:01.5756334Z [00:01:54.834]➜  # import config
2025-08-20T21:20:01.5757150Z [00:01:54.834]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3547871397/b161/_pkg_.a
2025-08-20T21:20:01.5758369Z [00:01:54.834]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3547871397/b165/_pkg_.a
2025-08-20T21:20:01.5759432Z [00:01:54.834]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:01.5760083Z [00:01:54.834]➜  EOF
2025-08-20T21:20:01.5760590Z [00:01:54.834]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.5765316Z [00:01:54.834]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b169=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 3W5xP-fYs3MALlbt18TM/3W5xP-fYs3MALlbt18TM -goversion go1.25.0 -symabis $WORK/b169/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack -asmhdr $WORK/b169/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:20:01.5769641Z [00:01:54.834]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T21:20:01.5770933Z [00:01:54.835]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d # internal
2025-08-20T21:20:01.5772059Z [00:01:54.835]➜  crypto/internal/boring/sig
2025-08-20T21:20:01.5772884Z [00:01:54.835]➜  mkdir -p $WORK/b179/
2025-08-20T21:20:01.5773425Z [00:01:54.836]➜  cd /root/.go/src/math
2025-08-20T21:20:01.5775767Z [00:01:54.836]➜  go tool pack r $WORK/b040/_pkg_.a $WORK/b040/dim_amd64.o $WORK/b040/exp_amd64.o $WORK/b040/floor_amd64.o $WORK/b040/hypot_amd64.o $WORK/b040/log_amd64.o # internal
2025-08-20T21:20:01.5777665Z [00:01:54.836]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T21:20:01.5778594Z [00:01:54.836]➜  echo -n > $WORK/b179/go_asm.h # internal
2025-08-20T21:20:01.5779771Z [00:01:54.837]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:20:01.5783208Z [00:01:54.837]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b179=>" -I $WORK/b179/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b179/symabis ./sig_amd64.s
2025-08-20T21:20:01.5787601Z [00:01:54.839]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d # internal
2025-08-20T21:20:01.5789456Z [00:01:54.839]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:20:01.5790339Z [00:01:54.839]➜  mkdir -p $WORK/b199/
2025-08-20T21:20:01.5791260Z [00:01:54.839]➜  echo '# import config' > $WORK/b199/importcfg # internal
2025-08-20T21:20:01.5792505Z [00:01:54.839]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.5797627Z [00:01:54.839]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b199=>" -p vendor/golang.org/x/crypto/cryptobyte/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid I6YIavhh38gMiThimmxj/I6YIavhh38gMiThimmxj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T21:20:01.5821907Z [00:01:54.849]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T21:20:01.5827706Z [00:01:54.850]➜  echo '# import config' > $WORK/b179/importcfg # internal
2025-08-20T21:20:01.5833475Z [00:01:54.850]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b179=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid fATHqRd2kDZ9YQZRn0Fs/fATHqRd2kDZ9YQZRn0Fs -goversion go1.25.0 -symabis $WORK/b179/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack -asmhdr $WORK/b179/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T21:20:01.5839697Z [00:01:54.851]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d # internal
2025-08-20T21:20:01.5840950Z [00:01:54.851]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:20:01.5841605Z [00:01:54.851]➜  mkdir -p $WORK/b212/
2025-08-20T21:20:01.5844419Z [00:01:54.852]➜  echo '# import config' > $WORK/b212/importcfg # internal
2025-08-20T21:20:01.5853743Z [00:01:54.852]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b212=>" -p vendor/golang.org/x/crypto/internal/alias -lang=go1.25 -std -complete -installsuffix shared -buildid j-EUyk_03AXV-ueNopB1/j-EUyk_03AXV-ueNopB1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T21:20:01.6000731Z [00:01:54.867]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:20:01.6003307Z [00:01:54.867]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b179=>" -I $WORK/b179/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b179/sig_amd64.o ./sig_amd64.s
2025-08-20T21:20:01.6031433Z [00:01:54.870]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:20:01.6034075Z [00:01:54.870]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b169=>" -I $WORK/b169/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b169/xor_amd64.o ./xor_amd64.s
2025-08-20T21:20:01.6052212Z [00:01:54.873]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:20:01.6053407Z [00:01:54.873]➜  go tool pack r $WORK/b179/_pkg_.a $WORK/b179/sig_amd64.o # internal
2025-08-20T21:20:01.6054278Z [00:01:54.873]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T21:20:01.6055860Z [00:01:54.873]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T21:20:01.6069045Z [00:01:54.873]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d # internal
2025-08-20T21:20:01.6070963Z [00:01:54.874]➜  k8s.io/apimachinery/pkg/types
2025-08-20T21:20:01.6071672Z [00:01:54.874]➜  mkdir -p $WORK/b250/
2025-08-20T21:20:01.6072545Z [00:01:54.874]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d # internal
2025-08-20T21:20:01.6073684Z [00:01:54.874]➜  google.golang.org/protobuf/internal/flags
2025-08-20T21:20:01.6074098Z [00:01:54.874]➜  mkdir -p $WORK/b308/
2025-08-20T21:20:01.6074549Z [00:01:54.874]➜  echo '# import config' > $WORK/b250/importcfg # internal
2025-08-20T21:20:01.6075365Z [00:01:54.874]➜  echo '# import config' > $WORK/b308/importcfg # internal
2025-08-20T21:20:01.6079495Z [00:01:54.875]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.6085488Z [00:01:54.875]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b308/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/flags=>google.golang.org/protobuf@v1.36.5/internal/flags;$WORK/b308=>" -p google.golang.org/protobuf/internal/flags -lang=go1.21 -complete -installsuffix shared -buildid EGemewZ_LwPQN8rlVlDk/EGemewZ_LwPQN8rlVlDk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/flags/flags.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/flags/proto_legacy_disable.go
2025-08-20T21:20:01.6097861Z [00:01:54.877]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:20:01.6104152Z [00:01:54.877]➜  go tool pack r $WORK/b169/_pkg_.a $WORK/b169/xor_amd64.o # internal
2025-08-20T21:20:01.6105031Z [00:01:54.877]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T21:20:01.6105690Z [00:01:54.877]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.6110982Z [00:01:54.877]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/types=>k8s.io/apimachinery@v0.33.2/pkg/types;$WORK/b250=>" -p k8s.io/apimachinery/pkg/types -lang=go1.24 -complete -installsuffix shared -buildid gz5S1VLf8naCsTGfyGka/gz5S1VLf8naCsTGfyGka -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/types/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/types/namespacedname.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/types/nodename.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/types/patch.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/types/uid.go
2025-08-20T21:20:01.6116755Z [00:01:54.877]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d # internal
2025-08-20T21:20:01.6117856Z [00:01:54.877]➜  google.golang.org/protobuf/internal/set
2025-08-20T21:20:01.6118414Z [00:01:54.877]➜  mkdir -p $WORK/b325/
2025-08-20T21:20:01.6119075Z [00:01:54.878]➜  cat >/tmp/go-build3547871397/b325/importcfg << 'EOF' # internal
2025-08-20T21:20:01.6119698Z [00:01:54.878]➜  # import config
2025-08-20T21:20:01.6120358Z [00:01:54.878]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:01.6120956Z [00:01:54.878]➜  EOF
2025-08-20T21:20:01.6124666Z [00:01:54.878]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b325/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/set=>google.golang.org/protobuf@v1.36.5/internal/set;$WORK/b325=>" -p google.golang.org/protobuf/internal/set -lang=go1.21 -complete -installsuffix shared -buildid smJIvbGWWW-YshbwH24J/smJIvbGWWW-YshbwH24J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b325/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/set/ints.go
2025-08-20T21:20:01.6153953Z [00:01:54.882]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T21:20:01.6159330Z [00:01:54.883]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/eb/ebefcd691740db21538e803c23a51c480ec9978c8930179dfb1217684b70b84f-d # internal
2025-08-20T21:20:01.6160806Z [00:01:54.883]➜  golang.org/x/text/encoding/internal/identifier
2025-08-20T21:20:01.6161901Z [00:01:54.883]➜  mkdir -p $WORK/b335/
2025-08-20T21:20:01.6162972Z [00:01:54.883]➜  echo '# import config' > $WORK/b335/importcfg # internal
2025-08-20T21:20:01.6167949Z [00:01:54.883]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b335/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/internal/identifier=>golang.org/x/text@v0.27.0/encoding/internal/identifier;$WORK/b335=>" -p golang.org/x/text/encoding/internal/identifier -lang=go1.23 -complete -installsuffix shared -buildid HmSs6Hf2Nt_Rbui5afE-/HmSs6Hf2Nt_Rbui5afE- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b335/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/internal/identifier/identifier.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/internal/identifier/mib.go
2025-08-20T21:20:01.6209029Z [00:01:54.888]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T21:20:01.6218645Z [00:01:54.889]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/de/de186aa2c40eed5f8b4c5dff98d99ad931e84333255e96450856bf691fbbde60-d # internal
2025-08-20T21:20:01.6222272Z [00:01:54.889]➜  golang.org/x/text/internal/utf8internal
2025-08-20T21:20:01.6223083Z [00:01:54.890]➜  mkdir -p $WORK/b337/
2025-08-20T21:20:01.6232326Z [00:01:54.890]➜  echo '# import config' > $WORK/b337/importcfg # internal
2025-08-20T21:20:01.6236836Z [00:01:54.891]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b337/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/utf8internal=>golang.org/x/text@v0.27.0/internal/utf8internal;$WORK/b337=>" -p golang.org/x/text/internal/utf8internal -lang=go1.23 -complete -installsuffix shared -buildid iy9eEVlYtTyHuR74ZOMb/iy9eEVlYtTyHuR74ZOMb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b337/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/utf8internal/utf8internal.go
2025-08-20T21:20:01.6273358Z [00:01:54.895]➜  go tool buildid -w $WORK/b325/_pkg_.a # internal
2025-08-20T21:20:01.6281218Z [00:01:54.895]➜  cp $WORK/b325/_pkg_.a /root/.cache/go-build/54/54cf95de08ab3d80bd1486ae990ecbf06573055ee362825e96c568658c2dca94-d # internal
2025-08-20T21:20:01.6291386Z [00:01:54.896]➜  github.com/google/go-cmp/cmp/internal/flags
2025-08-20T21:20:01.6292369Z [00:01:54.896]➜  mkdir -p $WORK/b470/
2025-08-20T21:20:01.6293393Z [00:01:54.896]➜  echo '# import config' > $WORK/b470/importcfg # internal
2025-08-20T21:20:01.6301020Z [00:01:54.896]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b470/_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/b470=>" -p github.com/google/go-cmp/cmp/internal/flags -lang=go1.21 -complete -installsuffix shared -buildid CVuleUX19okVT_AbCc-9/CVuleUX19okVT_AbCc-9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b470/importcfg -pack /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/flags/flags.go
2025-08-20T21:20:01.6318379Z [00:01:54.899]➜  go tool buildid -w $WORK/b337/_pkg_.a # internal
2025-08-20T21:20:01.6334036Z [00:01:54.900]➜  cp $WORK/b337/_pkg_.a /root/.cache/go-build/8b/8b2d9de3e6ed743acf47cf86b8618b173507cf07e267aacfb8413684f165ef83-d # internal
2025-08-20T21:20:01.6335316Z [00:01:54.900]➜  sigs.k8s.io/kustomize/kyaml/sets
2025-08-20T21:20:01.6335988Z [00:01:54.900]➜  mkdir -p $WORK/b486/
2025-08-20T21:20:01.6336724Z [00:01:54.901]➜  go tool buildid -w $WORK/b335/_pkg_.a # internal
2025-08-20T21:20:01.6351627Z [00:01:54.902]➜  cp $WORK/b335/_pkg_.a /root/.cache/go-build/b4/b4d5124bd22721b79db73dc5cff00a54c83dfa24d36d799ceb072fc6e9daa5e0-d # internal
2025-08-20T21:20:01.6357682Z [00:01:54.902]➜  echo '# import config' > $WORK/b486/importcfg # internal
2025-08-20T21:20:01.6361353Z [00:01:54.902]➜  sigs.k8s.io/kustomize/kyaml/sliceutil
2025-08-20T21:20:01.6362092Z [00:01:54.902]➜  mkdir -p $WORK/b487/
2025-08-20T21:20:01.6368235Z [00:01:54.902]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b486/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/sets=>sigs.k8s.io/kustomize/kyaml@v0.19.0/sets;$WORK/b486=>" -p sigs.k8s.io/kustomize/kyaml/sets -lang=go1.22 -complete -installsuffix shared -buildid fSXNm-lT2oJaBQyeiwTH/fSXNm-lT2oJaBQyeiwTH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b486/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/sets/string.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/sets/stringlist.go
2025-08-20T21:20:01.6371909Z [00:01:54.902]➜  go tool buildid -w $WORK/b470/_pkg_.a # internal
2025-08-20T21:20:01.6373190Z [00:01:54.903]➜  echo '# import config' > $WORK/b487/importcfg # internal
2025-08-20T21:20:01.6375385Z [00:01:54.903]➜  cp $WORK/b470/_pkg_.a /root/.cache/go-build/67/6751a705fc6ccce004a7d342ff4bbea1265a778fb260b7b4d208567d9651981f-d # internal
2025-08-20T21:20:01.6378951Z [00:01:54.903]➜  sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/selection
2025-08-20T21:20:01.6379671Z [00:01:54.903]➜  mkdir -p $WORK/b490/
2025-08-20T21:20:01.6383577Z [00:01:54.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b487/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/sliceutil=>sigs.k8s.io/kustomize/kyaml@v0.19.0/sliceutil;$WORK/b487=>" -p sigs.k8s.io/kustomize/kyaml/sliceutil -lang=go1.22 -complete -installsuffix shared -buildid pp09oLrl0xlizAdBWE6V/pp09oLrl0xlizAdBWE6V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b487/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/sliceutil/slice.go
2025-08-20T21:20:01.6387126Z [00:01:54.904]➜  echo '# import config' > $WORK/b490/importcfg # internal
2025-08-20T21:20:01.6391776Z [00:01:54.905]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b490/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/selection=>sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/selection;$WORK/b490=>" -p sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/selection -lang=go1.22 -complete -installsuffix shared -buildid VwZPhLOaS5qn8hxH8hg0/VwZPhLOaS5qn8hxH8hg0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b490/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/selection/operator.go
2025-08-20T21:20:01.6445420Z [00:01:54.912]➜  go tool buildid -w $WORK/b490/_pkg_.a # internal
2025-08-20T21:20:01.6457941Z [00:01:54.913]➜  cp $WORK/b490/_pkg_.a /root/.cache/go-build/61/619a509148e8b3710520499d5569bb5e346155c2c95c31705c51fc8272a08dc9-d # internal
2025-08-20T21:20:01.6463613Z [00:01:54.913]➜  sigs.k8s.io/kustomize/kyaml/ext
2025-08-20T21:20:01.6466205Z [00:01:54.913]➜  mkdir -p $WORK/b509/
2025-08-20T21:20:01.6466880Z [00:01:54.913]➜  echo '# import config' > $WORK/b509/importcfg # internal
2025-08-20T21:20:01.6470327Z [00:01:54.913]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b509/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/ext=>sigs.k8s.io/kustomize/kyaml@v0.19.0/ext;$WORK/b509=>" -p sigs.k8s.io/kustomize/kyaml/ext -lang=go1.22 -complete -installsuffix shared -buildid pPxIo-cLW-Q5tn2bGexO/pPxIo-cLW-Q5tn2bGexO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b509/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/ext/ext.go
2025-08-20T21:20:01.6548032Z [00:01:54.922]➜  go tool buildid -w $WORK/b487/_pkg_.a # internal
2025-08-20T21:20:01.6551308Z [00:01:54.922]➜  cp $WORK/b487/_pkg_.a /root/.cache/go-build/de/de0bf8fdfaa4795841946b0f2a8afdef15676f4d9226099ca529614636b3382f-d # internal
2025-08-20T21:20:01.6552588Z [00:01:54.922]➜  image/color
2025-08-20T21:20:01.6553267Z [00:01:54.922]➜  mkdir -p $WORK/b748/
2025-08-20T21:20:01.6602564Z [00:01:54.927]➜  echo '# import config' > $WORK/b748/importcfg # internal
2025-08-20T21:20:01.6615260Z [00:01:54.929]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b748/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b748=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid 6n7MYmi60bpVHMKqG5xB/6n7MYmi60bpVHMKqG5xB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b748/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T21:20:01.6654957Z [00:01:54.933]➜  go tool buildid -w $WORK/b509/_pkg_.a # internal
2025-08-20T21:20:01.6661749Z [00:01:54.933]➜  cp $WORK/b509/_pkg_.a /root/.cache/go-build/0e/0ee393e39b6ad2e03ec70aeb58f30b377ef658083d29216f44dd4780d60dfa9a-d # internal
2025-08-20T21:20:01.6677944Z [00:01:54.935]➜  github.com/rivo/uniseg
2025-08-20T21:20:01.6680943Z [00:01:54.935]➜  mkdir -p $WORK/b750/
2025-08-20T21:20:01.6683999Z [00:01:54.936]➜  cat >/tmp/go-build3547871397/b750/importcfg << 'EOF' # internal
2025-08-20T21:20:01.6686115Z [00:01:54.936]➜  # import config
2025-08-20T21:20:01.6686876Z [00:01:54.936]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:01.6687579Z [00:01:54.936]➜  EOF
2025-08-20T21:20:01.6700218Z [00:01:54.936]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b750/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7=>github.com/rivo/uniseg@v0.4.7;$WORK/b750=>" -p github.com/rivo/uniseg -lang=go1.18 -complete -installsuffix shared -buildid 65Iul7bzESoDYBemzdyO/65Iul7bzESoDYBemzdyO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b750/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:20:01.6713253Z [00:01:54.937]➜  go tool buildid -w $WORK/b486/_pkg_.a # internal
2025-08-20T21:20:01.6714552Z [00:01:54.938]➜  cp $WORK/b486/_pkg_.a /root/.cache/go-build/73/734e71664a77bc9441fe55f50eeb2eb811e7dab604ee70b7b5e3e9fb34e944b1-d # internal
2025-08-20T21:20:01.6715767Z [00:01:54.938]➜  github.com/pelletier/go-toml/v2/internal/characters
2025-08-20T21:20:01.6716431Z [00:01:54.938]➜  mkdir -p $WORK/b788/
2025-08-20T21:20:01.6717170Z [00:01:54.938]➜  cat >/tmp/go-build3547871397/b788/importcfg << 'EOF' # internal
2025-08-20T21:20:01.6717844Z [00:01:54.938]➜  # import config
2025-08-20T21:20:01.6718550Z [00:01:54.938]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:01.6719232Z [00:01:54.938]➜  EOF
2025-08-20T21:20:01.6724372Z [00:01:54.938]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b788/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/characters=>github.com/pelletier/go-toml/v2@v2.2.3/internal/characters;$WORK/b788=>" -p github.com/pelletier/go-toml/v2/internal/characters -lang=go1.21 -complete -installsuffix shared -buildid iCIuzEmVGs9AtaHYYRJ5/iCIuzEmVGs9AtaHYYRJ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b788/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/characters/ascii.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/characters/utf8.go
2025-08-20T21:20:01.6943807Z [00:01:54.961]➜  go tool buildid -w $WORK/b788/_pkg_.a # internal
2025-08-20T21:20:01.6945471Z [00:01:54.962]➜  cp $WORK/b788/_pkg_.a /root/.cache/go-build/3c/3c779033adbf54488cbbe8f6c4b73f4171eaaacea0791f82ad5e5136244e601f-d # internal
2025-08-20T21:20:01.6948434Z [00:01:54.962]➜  github.com/spf13/viper/internal/features
2025-08-20T21:20:01.6949104Z [00:01:54.962]➜  mkdir -p $WORK/b793/
2025-08-20T21:20:01.6949807Z [00:01:54.962]➜  echo '# import config' > $WORK/b793/importcfg # internal
2025-08-20T21:20:01.6954610Z [00:01:54.962]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b793/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/features=>github.com/spf13/viper@v1.20.1/internal/features;$WORK/b793=>" -p github.com/spf13/viper/internal/features -lang=go1.21 -complete -installsuffix shared -buildid jSRYJaBzqV7lm0-m9cw0/jSRYJaBzqV7lm0-m9cw0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b793/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/features/bind_struct_default.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/features/finder_default.go
2025-08-20T21:20:01.7094672Z [00:01:54.977]➜  go tool buildid -w $WORK/b793/_pkg_.a # internal
2025-08-20T21:20:01.7100371Z [00:01:54.977]➜  cp $WORK/b793/_pkg_.a /root/.cache/go-build/c9/c9dbb55455453e9648c9522456d9d31ca18bdf2f8a599b305a862ab3b9c8e3e6-d # internal
2025-08-20T21:20:01.7102092Z [00:01:54.977]➜  golang.org/x/exp/constraints
2025-08-20T21:20:01.7103608Z [00:01:54.977]➜  mkdir -p $WORK/b823/
2025-08-20T21:20:01.7104343Z [00:01:54.978]➜  cat >/tmp/go-build3547871397/b823/importcfg << 'EOF' # internal
2025-08-20T21:20:01.7105040Z [00:01:54.978]➜  # import config
2025-08-20T21:20:01.7105680Z [00:01:54.978]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:20:01.7106269Z [00:01:54.978]➜  EOF
2025-08-20T21:20:01.7110371Z [00:01:54.978]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b823/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/constraints=>golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/constraints;$WORK/b823=>" -p golang.org/x/exp/constraints -lang=go1.23 -complete -installsuffix shared -buildid pEO518QHASVAC7VtBLg2/pEO518QHASVAC7VtBLg2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b823/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/constraints/constraints.go
2025-08-20T21:20:01.7145632Z [00:01:54.982]➜  go tool buildid -w $WORK/b748/_pkg_.a # internal
2025-08-20T21:20:01.7148304Z [00:01:54.982]➜  cp $WORK/b748/_pkg_.a /root/.cache/go-build/21/21684d34123fdb174aaafbd94bd70009c7979c8d6d39d1910987db983d374b11-d # internal
2025-08-20T21:20:01.7149413Z [00:01:54.982]➜  golang.org/x/net/html/atom
2025-08-20T21:20:01.7149969Z [00:01:54.982]➜  mkdir -p $WORK/b866/
2025-08-20T21:20:01.7150647Z [00:01:54.982]➜  echo '# import config' > $WORK/b866/importcfg # internal
2025-08-20T21:20:01.7154645Z [00:01:54.982]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b866/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/html/atom=>golang.org/x/net@v0.42.0/html/atom;$WORK/b866=>" -p golang.org/x/net/html/atom -lang=go1.23 -complete -installsuffix shared -buildid uUv5OZofVSRNoabLJ917/uUv5OZofVSRNoabLJ917 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b866/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/atom/atom.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/atom/table.go
2025-08-20T21:20:01.7174127Z [00:01:54.985]➜  go tool buildid -w $WORK/b823/_pkg_.a # internal
2025-08-20T21:20:01.7180466Z [00:01:54.985]➜  cp $WORK/b823/_pkg_.a /root/.cache/go-build/99/9902cb447f17f0318a0b6fb0abc98bbbd81aa15fd0c0655d2d85afef0061ed59-d # internal
2025-08-20T21:20:01.7192430Z [00:01:54.987]➜  github.com/sylabs/squashfs/internal/routinemanager
2025-08-20T21:20:01.7193534Z [00:01:54.987]➜  mkdir -p $WORK/b874/
2025-08-20T21:20:01.7194249Z [00:01:54.987]➜  echo '# import config' > $WORK/b874/importcfg # internal
2025-08-20T21:20:01.7198810Z [00:01:54.987]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b874/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/internal/routinemanager=>github.com/sylabs/squashfs@v1.0.6/internal/routinemanager;$WORK/b874=>" -p github.com/sylabs/squashfs/internal/routinemanager -lang=go1.24 -complete -installsuffix shared -buildid flTL_ip6vdz2niALV13n/flTL_ip6vdz2niALV13n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b874/importcfg -pack /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/internal/routinemanager/manager.go
2025-08-20T21:20:01.7300896Z [00:01:54.997]➜  go tool buildid -w $WORK/b874/_pkg_.a # internal
2025-08-20T21:20:01.7306749Z [00:01:54.998]➜  cp $WORK/b874/_pkg_.a /root/.cache/go-build/6a/6a2b0a745929f4368b66a4ca3d3cf11ab7a20b6c2a4517c39383279c50c4d7da-d # internal
2025-08-20T21:20:01.7320232Z [00:01:54.998]➜  github.com/klauspost/compress
2025-08-20T21:20:01.7321019Z [00:01:54.998]➜  mkdir -p $WORK/b879/
2025-08-20T21:20:01.7321876Z [00:01:54.998]➜  cat >/tmp/go-build3547871397/b879/importcfg << 'EOF' # internal
2025-08-20T21:20:01.7323096Z [00:01:54.998]➜  # import config
2025-08-20T21:20:01.7323970Z [00:01:54.998]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:01.7324719Z [00:01:54.998]➜  EOF
2025-08-20T21:20:01.7328248Z [00:01:54.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b879/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0=>github.com/klauspost/compress@v1.18.0;$WORK/b879=>" -p github.com/klauspost/compress -lang=go1.22 -complete -installsuffix shared -buildid cCoZa7vvTMk6aPcXdfHz/cCoZa7vvTMk6aPcXdfHz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b879/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/compressible.go
2025-08-20T21:20:01.7432544Z [00:01:55.010]➜  go tool buildid -w $WORK/b866/_pkg_.a # internal
2025-08-20T21:20:01.7448472Z [00:01:55.012]➜  cp $WORK/b866/_pkg_.a /root/.cache/go-build/ff/ff7e5406793471bd142873efacd345c28aeca2d3a547525267d59c20b58b4a7e-d # internal
2025-08-20T21:20:01.7455613Z [00:01:55.013]➜  github.com/klauspost/compress/internal/cpuinfo
2025-08-20T21:20:01.7458133Z [00:01:55.013]➜  mkdir -p $WORK/b882/
2025-08-20T21:20:01.7463687Z [00:01:55.014]➜  go tool buildid -w $WORK/b879/_pkg_.a # internal
2025-08-20T21:20:01.7470051Z [00:01:55.014]➜  cp $WORK/b879/_pkg_.a /root/.cache/go-build/04/04f18d84165e463253218f00827ba2f2d22b6718af6dd6327855b5318a92873c-d # internal
2025-08-20T21:20:01.7473705Z [00:01:55.014]➜  github.com/klauspost/compress/internal/le
2025-08-20T21:20:01.7474673Z [00:01:55.014]➜  mkdir -p $WORK/b883/
2025-08-20T21:20:01.7475385Z [00:01:55.015]➜  echo '# import config' > $WORK/b883/importcfg # internal
2025-08-20T21:20:01.7479852Z [00:01:55.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b883/_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/b883=>" -p github.com/klauspost/compress/internal/le -lang=go1.22 -complete -installsuffix shared -buildid 3OrXPcPdJc-h_W1qPmQ9/3OrXPcPdJc-h_W1qPmQ9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b883/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:20:01.7489238Z [00:01:55.016]➜  echo -n > $WORK/b882/go_asm.h # internal
2025-08-20T21:20:01.7493618Z [00:01:55.016]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo
2025-08-20T21:20:01.7496816Z [00:01:55.016]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/internal/cpuinfo -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo=>github.com/klauspost/compress@v1.18.0/internal/cpuinfo;$WORK/b882=>" -I $WORK/b882/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b882/symabis ./cpuinfo_amd64.s
2025-08-20T21:20:01.7540166Z [00:01:55.021]➜  echo '# import config' > $WORK/b882/importcfg # internal
2025-08-20T21:20:01.7545850Z [00:01:55.022]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.7553564Z [00:01:55.022]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b882/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo=>github.com/klauspost/compress@v1.18.0/internal/cpuinfo;$WORK/b882=>" -p github.com/klauspost/compress/internal/cpuinfo -lang=go1.22 -installsuffix shared -buildid Fg40gfEh5siYgCY5-Cew/Fg40gfEh5siYgCY5-Cew -goversion go1.25.0 -symabis $WORK/b882/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b882/importcfg -pack -asmhdr $WORK/b882/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo/cpuinfo.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo/cpuinfo_amd64.go
2025-08-20T21:20:01.7576869Z [00:01:55.024]➜  go tool buildid -w $WORK/b883/_pkg_.a # internal
2025-08-20T21:20:01.7580411Z [00:01:55.025]➜  cp $WORK/b883/_pkg_.a /root/.cache/go-build/2d/2dd0facc5b544baa36999961eb507c0e5a02a9b38a1eefbcb21e67fa04ecdff5-d # internal
2025-08-20T21:20:01.7583079Z [00:01:55.025]➜  github.com/pierrec/lz4/v4/internal/lz4errors
2025-08-20T21:20:01.7583731Z [00:01:55.025]➜  mkdir -p $WORK/b888/
2025-08-20T21:20:01.7584440Z [00:01:55.025]➜  echo '# import config' > $WORK/b888/importcfg # internal
2025-08-20T21:20:01.7588382Z [00:01:55.025]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b888/_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/b888=>" -p github.com/pierrec/lz4/v4/internal/lz4errors -lang=go1.14 -complete -installsuffix shared -buildid r_TOHFCnCoS4K4bsj6o9/r_TOHFCnCoS4K4bsj6o9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b888/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4errors/errors.go
2025-08-20T21:20:01.7678031Z [00:01:55.034]➜  go tool buildid -w $WORK/b888/_pkg_.a # internal
2025-08-20T21:20:01.7681685Z [00:01:55.035]➜  cp $WORK/b888/_pkg_.a /root/.cache/go-build/53/537e5658736fe8771ed8a3fb5b98f40542883015c7092739dd02c319b5ad2fdf-d # internal
2025-08-20T21:20:01.7683048Z [00:01:55.035]➜  github.com/ulikunitz/xz/internal/hash
2025-08-20T21:20:01.7683671Z [00:01:55.035]➜  mkdir -p $WORK/b894/
2025-08-20T21:20:01.7684389Z [00:01:55.035]➜  echo '# import config' > $WORK/b894/importcfg # internal
2025-08-20T21:20:01.7691794Z [00:01:55.035]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b894/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/hash=>github.com/ulikunitz/xz@v0.5.12/internal/hash;$WORK/b894=>" -p github.com/ulikunitz/xz/internal/hash -lang=go1.12 -complete -installsuffix shared -buildid OOF77JdEbWo8zNVCFbkF/OOF77JdEbWo8zNVCFbkF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b894/importcfg -pack /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/hash/cyclic_poly.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/hash/doc.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/hash/rabin_karp.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/hash/roller.go
2025-08-20T21:20:01.7714953Z [00:01:55.039]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo
2025-08-20T21:20:01.7721687Z [00:01:55.039]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/internal/cpuinfo -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo=>github.com/klauspost/compress@v1.18.0/internal/cpuinfo;$WORK/b882=>" -I $WORK/b882/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b882/cpuinfo_amd64.o ./cpuinfo_amd64.s
2025-08-20T21:20:01.7766312Z [00:01:55.044]➜  go tool pack r $WORK/b882/_pkg_.a $WORK/b882/cpuinfo_amd64.o # internal
2025-08-20T21:20:01.7779672Z [00:01:55.044]➜  go tool buildid -w $WORK/b882/_pkg_.a # internal
2025-08-20T21:20:01.7785131Z [00:01:55.046]➜  cp $WORK/b882/_pkg_.a /root/.cache/go-build/70/70c815da9254a5f666234c965796efd466b837555a423ecec0b0704bbc11fb16-d # internal
2025-08-20T21:20:01.7786589Z [00:01:55.046]➜  github.com/docker/cli/cli/config/types
2025-08-20T21:20:01.7787306Z [00:01:55.046]➜  mkdir -p $WORK/b916/
2025-08-20T21:20:01.7788996Z [00:01:55.046]➜  echo '# import config' > $WORK/b916/importcfg # internal
2025-08-20T21:20:01.7790017Z [00:01:55.046]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:01.7794276Z [00:01:55.046]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b916/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/types=>github.com/docker/cli@v28.3.0+incompatible/cli/config/types;$WORK/b916=>" -p github.com/docker/cli/cli/config/types -lang=go1.16 -complete -installsuffix shared -buildid Q1MHgBa_C1SXM_5G3VKh/Q1MHgBa_C1SXM_5G3VKh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b916/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/types/authconfig.go
2025-08-20T21:20:01.7890365Z [00:01:55.056]➜  go tool buildid -w $WORK/b894/_pkg_.a # internal
2025-08-20T21:20:01.7900855Z [00:01:55.057]➜  cp $WORK/b894/_pkg_.a /root/.cache/go-build/89/89fbcaebee55f92df887fe38ce3fa321bd85543e6c2ec6985c176c37856b9cbc-d # internal
2025-08-20T21:20:01.7909702Z [00:01:55.058]➜  go tool buildid -w $WORK/b916/_pkg_.a # internal
2025-08-20T21:20:01.7914200Z [00:01:55.058]➜  github.com/google/go-containerregistry/pkg/v1/types
2025-08-20T21:20:01.7914907Z [00:01:55.058]➜  mkdir -p $WORK/b924/
2025-08-20T21:20:01.7916081Z [00:01:55.058]➜  cp $WORK/b916/_pkg_.a /root/.cache/go-build/19/1953e16d751ae6ae8aa48f47564fbfad351d1b4d8a5d14032d2f4c25b036224b-d # internal
2025-08-20T21:20:01.7917221Z [00:01:55.058]➜  github.com/anchore/syft/internal/evidence
2025-08-20T21:20:01.7917813Z [00:01:55.058]➜  mkdir -p $WORK/b926/
2025-08-20T21:20:01.7918463Z [00:01:55.058]➜  echo '# import config' > $WORK/b926/importcfg # internal
2025-08-20T21:20:01.7922390Z [00:01:55.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b926/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/evidence=>github.com/anchore/syft@v1.28.0/internal/evidence;$WORK/b926=>" -p github.com/anchore/syft/internal/evidence -lang=go1.24 -complete -installsuffix shared -buildid 2glzhiA2_cnJHSd98V4O/2glzhiA2_cnJHSd98V4O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b926/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/evidence/constants.go
2025-08-20T21:20:01.7926059Z [00:01:55.059]➜  echo '# import config' > $WORK/b924/importcfg # internal
2025-08-20T21:20:01.7930522Z [00:01:55.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b924/_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/b924=>" -p github.com/google/go-containerregistry/pkg/v1/types -lang=go1.24 -complete -installsuffix shared -buildid lqAOy-WfagPecSQ34WGl/lqAOy-WfagPecSQ34WGl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b924/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/types/types.go
2025-08-20T21:20:01.7977489Z [00:01:55.065]➜  go tool buildid -w $WORK/b926/_pkg_.a # internal
2025-08-20T21:20:01.7983084Z [00:01:55.065]➜  cp $WORK/b926/_pkg_.a /root/.cache/go-build/3e/3e6cbe098cb6eea99dc7f94841d2d01e55b11c60bf7611b7f983a7df345b315b-d # internal
2025-08-20T21:20:01.7987217Z [00:01:55.066]➜  github.com/github/go-spdx/v2/spdxexp/spdxlicenses
2025-08-20T21:20:01.7987894Z [00:01:55.066]➜  mkdir -p $WORK/b932/
2025-08-20T21:20:01.7988590Z [00:01:55.066]➜  echo '# import config' > $WORK/b932/importcfg # internal
2025-08-20T21:20:01.8000875Z [00:01:55.066]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b932/_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/b932=>" -p github.com/github/go-spdx/v2/spdxexp/spdxlicenses -lang=go1.21 -complete -installsuffix shared -buildid xxBa28oSkWPcfChHmXvH/xxBa28oSkWPcfChHmXvH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b932/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:20:01.8119074Z [00:01:55.079]➜  go tool buildid -w $WORK/b924/_pkg_.a # internal
2025-08-20T21:20:01.8123605Z [00:01:55.080]➜  cp $WORK/b924/_pkg_.a /root/.cache/go-build/46/4690e0a5fe5aa53c1084d99e1baa35154bfd332fd74ca60e6cb2da8e80f738e3-d # internal
2025-08-20T21:20:01.8127450Z [00:01:55.080]➜  google.golang.org/grpc/serviceconfig
2025-08-20T21:20:01.8128024Z [00:01:55.080]➜  mkdir -p $WORK/b958/
2025-08-20T21:20:01.8134575Z [00:01:55.081]➜  echo '# import config' > $WORK/b958/importcfg # internal
2025-08-20T21:20:01.8197308Z [00:01:55.087]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b958/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/serviceconfig=>google.golang.org/grpc@v1.68.1/serviceconfig;$WORK/b958=>" -p google.golang.org/grpc/serviceconfig -lang=go1.22 -complete -installsuffix shared -buildid 3c1P3qWQg-3xROxB7Tfw/3c1P3qWQg-3xROxB7Tfw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b958/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/serviceconfig/serviceconfig.go
2025-08-20T21:20:01.8324793Z [00:01:55.100]➜  go tool buildid -w $WORK/b958/_pkg_.a # internal
2025-08-20T21:20:01.8332007Z [00:01:55.100]➜  cp $WORK/b958/_pkg_.a /root/.cache/go-build/a8/a83aaf1446bba4e3a7c098ca91af78eff210349212d2dfb10747da2570e72639-d # internal
2025-08-20T21:20:01.8335360Z [00:01:55.101]➜  github.com/containerd/containerd/defaults
2025-08-20T21:20:01.8335978Z [00:01:55.101]➜  mkdir -p $WORK/b1046/
2025-08-20T21:20:01.8340292Z [00:01:55.101]➜  echo '# import config' > $WORK/b1046/importcfg # internal
2025-08-20T21:20:01.8349287Z [00:01:55.102]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1046/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/defaults=>github.com/containerd/containerd@v1.7.27/defaults;$WORK/b1046=>" -p github.com/containerd/containerd/defaults -lang=go1.21 -complete -installsuffix shared -buildid OWd2onjkT2VkdxkjRkBJ/OWd2onjkT2VkdxkjRkBJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1046/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/defaults/defaults.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/defaults/defaults_unix.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/defaults/doc.go
2025-08-20T21:20:01.8443689Z [00:01:55.112]➜  go tool buildid -w $WORK/b1046/_pkg_.a # internal
2025-08-20T21:20:01.8450121Z [00:01:55.112]➜  cp $WORK/b1046/_pkg_.a /root/.cache/go-build/33/332d0e50aeef8fa8424968ccbb84cfb3d3f50953eeaccfb9d7e535065c8de435-d # internal
2025-08-20T21:20:01.8451386Z [00:01:55.112]➜  go.opentelemetry.io/otel/trace/embedded
2025-08-20T21:20:01.8452031Z [00:01:55.112]➜  mkdir -p $WORK/b1108/
2025-08-20T21:20:01.8455017Z [00:01:55.113]➜  echo '# import config' > $WORK/b1108/importcfg # internal
2025-08-20T21:20:01.8459177Z [00:01:55.113]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1108/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/embedded=>go.opentelemetry.io/otel/trace@v1.36.0/embedded;$WORK/b1108=>" -p go.opentelemetry.io/otel/trace/embedded -lang=go1.23 -complete -installsuffix shared -buildid CK1xHxoGecBm2-PNo_IL/CK1xHxoGecBm2-PNo_IL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1108/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/embedded/embedded.go
2025-08-20T21:20:01.8538211Z [00:01:55.121]➜  go tool buildid -w $WORK/b1108/_pkg_.a # internal
2025-08-20T21:20:01.8547483Z [00:01:55.122]➜  cp $WORK/b1108/_pkg_.a /root/.cache/go-build/d7/d7cddadf6939b6cdee7cb832d76bf575c30db29fbdbb9488d8896652ed5a8be6-d # internal
2025-08-20T21:20:01.8548758Z [00:01:55.122]➜  go.opentelemetry.io/otel/metric/embedded
2025-08-20T21:20:01.8549923Z [00:01:55.122]➜  mkdir -p $WORK/b1112/
2025-08-20T21:20:01.8551839Z [00:01:55.122]➜  echo '# import config' > $WORK/b1112/importcfg # internal
2025-08-20T21:20:01.8556432Z [00:01:55.123]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1112/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/embedded=>go.opentelemetry.io/otel/metric@v1.36.0/embedded;$WORK/b1112=>" -p go.opentelemetry.io/otel/metric/embedded -lang=go1.23 -complete -installsuffix shared -buildid vtYPh6DgIm98PM15WBN7/vtYPh6DgIm98PM15WBN7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1112/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/embedded/embedded.go
2025-08-20T21:20:01.8665120Z [00:01:55.134]➜  go tool buildid -w $WORK/b932/_pkg_.a # internal
2025-08-20T21:20:01.8675683Z [00:01:55.135]➜  cp $WORK/b932/_pkg_.a /root/.cache/go-build/d4/d41c2dd886b4d931b68605c35d74b80d13a5ed726736b2503bdf663cd22cfaf1-d # internal
2025-08-20T21:20:01.8676860Z [00:01:55.135]➜  github.com/containerd/containerd/services
2025-08-20T21:20:01.8677498Z [00:01:55.135]➜  mkdir -p $WORK/b1134/
2025-08-20T21:20:01.8681419Z [00:01:55.135]➜  echo '# import config' > $WORK/b1134/importcfg # internal
2025-08-20T21:20:01.8685691Z [00:01:55.135]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1134/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/services=>github.com/containerd/containerd@v1.7.27/services;$WORK/b1134=>" -p github.com/containerd/containerd/services -lang=go1.21 -complete -installsuffix shared -buildid B8CV1dHxoaCGValK-6ov/B8CV1dHxoaCGValK-6ov -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1134/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/services/services.go
2025-08-20T21:20:01.8690641Z [00:01:55.136]➜  go tool buildid -w $WORK/b1112/_pkg_.a # internal
2025-08-20T21:20:01.8699773Z [00:01:55.137]➜  cp $WORK/b1112/_pkg_.a /root/.cache/go-build/f8/f899bc8262ce1090e98e3c1502db292f012fe5530e4df1ad1f7e93a8ab6775c7-d # internal
2025-08-20T21:20:01.8701172Z [00:01:55.137]➜  github.com/containerd/containerd/pkg/deprecation
2025-08-20T21:20:01.8701826Z [00:01:55.137]➜  mkdir -p $WORK/b1137/
2025-08-20T21:20:01.8704712Z [00:01:55.138]➜  echo '# import config' > $WORK/b1137/importcfg # internal
2025-08-20T21:20:01.8709733Z [00:01:55.138]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1137/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/deprecation=>github.com/containerd/containerd@v1.7.27/pkg/deprecation;$WORK/b1137=>" -p github.com/containerd/containerd/pkg/deprecation -lang=go1.21 -complete -installsuffix shared -buildid -ZqabnBvenfaAEPj3hEJ/-ZqabnBvenfaAEPj3hEJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1137/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/deprecation/deprecation.go
2025-08-20T21:20:01.8747430Z [00:01:55.142]➜  go tool buildid -w $WORK/b1134/_pkg_.a # internal
2025-08-20T21:20:01.8754253Z [00:01:55.143]➜  cp $WORK/b1134/_pkg_.a /root/.cache/go-build/02/02eae2cc20af6153700cf20fa70ce9381ca27ee27433c707155e502664f1af41-d # internal
2025-08-20T21:20:01.8755548Z [00:01:55.143]➜  github.com/docker/docker/api
2025-08-20T21:20:01.8756108Z [00:01:55.143]➜  mkdir -p $WORK/b1154/
2025-08-20T21:20:01.8773004Z [00:01:55.145]➜  echo '# import config' > $WORK/b1154/importcfg # internal
2025-08-20T21:20:01.8776979Z [00:01:55.145]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1154/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api=>github.com/docker/docker@v28.3.2+incompatible/api;$WORK/b1154=>" -p github.com/docker/docker/api -lang=go1.16 -complete -installsuffix shared -buildid -_KB6jAPiRCJHoURr6mn/-_KB6jAPiRCJHoURr6mn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1154/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/common.go
2025-08-20T21:20:01.8819826Z [00:01:55.149]➜  go tool buildid -w $WORK/b1154/_pkg_.a # internal
2025-08-20T21:20:01.8821786Z [00:01:55.149]➜  cp $WORK/b1154/_pkg_.a /root/.cache/go-build/cd/cd3519043b5d3ca3fc99eccf3d5c3d43695b3cd87adc5949feb639950c42e9e5-d # internal
2025-08-20T21:20:01.8824143Z [00:01:55.149]➜  github.com/docker/docker/api/types/common
2025-08-20T21:20:01.8825009Z [00:01:55.149]➜  mkdir -p $WORK/b1159/
2025-08-20T21:20:01.8825680Z [00:01:55.150]➜  echo '# import config' > $WORK/b1159/importcfg # internal
2025-08-20T21:20:01.8829995Z [00:01:55.150]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1159/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/common=>github.com/docker/docker@v28.3.2+incompatible/api/types/common;$WORK/b1159=>" -p github.com/docker/docker/api/types/common -lang=go1.16 -complete -installsuffix shared -buildid ynxbnEvk7PwXzYfIUw3r/ynxbnEvk7PwXzYfIUw3r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1159/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/common/id_response.go
2025-08-20T21:20:01.8838373Z [00:01:55.151]➜  go tool buildid -w $WORK/b1137/_pkg_.a # internal
2025-08-20T21:20:01.8846778Z [00:01:55.152]➜  cp $WORK/b1137/_pkg_.a /root/.cache/go-build/39/39d22ba8dfa4a063e79539607fdc2a3c1dacf867bde5d8f62f8a8b004f6775fa-d # internal
2025-08-20T21:20:01.8847996Z [00:01:55.152]➜  github.com/docker/docker/api/types/storage
2025-08-20T21:20:01.8848622Z [00:01:55.152]➜  mkdir -p $WORK/b1165/
2025-08-20T21:20:01.8852325Z [00:01:55.153]➜  echo '# import config' > $WORK/b1165/importcfg # internal
2025-08-20T21:20:01.8856939Z [00:01:55.153]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1165/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/storage=>github.com/docker/docker@v28.3.2+incompatible/api/types/storage;$WORK/b1165=>" -p github.com/docker/docker/api/types/storage -lang=go1.16 -complete -installsuffix shared -buildid h2kKk3XL8cNx68RfUxmQ/h2kKk3XL8cNx68RfUxmQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1165/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/storage/driver_data.go
2025-08-20T21:20:01.8881626Z [00:01:55.155]➜  go tool buildid -w $WORK/b1159/_pkg_.a # internal
2025-08-20T21:20:01.8888150Z [00:01:55.156]➜  cp $WORK/b1159/_pkg_.a /root/.cache/go-build/41/4122e94576d6bfb319044e4b7739c40fb06d0146284909ab13ec441572c3ed50-d # internal
2025-08-20T21:20:01.8889927Z [00:01:55.156]➜  github.com/docker/docker/api/types/checkpoint
2025-08-20T21:20:01.8890549Z [00:01:55.156]➜  mkdir -p $WORK/b1175/
2025-08-20T21:20:01.8893179Z [00:01:55.157]➜  echo '# import config' > $WORK/b1175/importcfg # internal
2025-08-20T21:20:01.8900061Z [00:01:55.157]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1175/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/checkpoint=>github.com/docker/docker@v28.3.2+incompatible/api/types/checkpoint;$WORK/b1175=>" -p github.com/docker/docker/api/types/checkpoint -lang=go1.16 -complete -installsuffix shared -buildid neBDmAvpyiqE4ImnklGx/neBDmAvpyiqE4ImnklGx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1175/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/checkpoint/list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/checkpoint/options.go
2025-08-20T21:20:01.8936891Z [00:01:55.161]➜  go tool buildid -w $WORK/b1165/_pkg_.a # internal
2025-08-20T21:20:01.8946031Z [00:01:55.162]➜  cp $WORK/b1165/_pkg_.a /root/.cache/go-build/94/941ca47a25733b0e7e01c25418ce980358a9067dc0c87d032b1fad111c76c91a-d # internal
2025-08-20T21:20:01.8947286Z [00:01:55.162]➜  github.com/google/go-containerregistry/pkg/compression
2025-08-20T21:20:01.8950895Z [00:01:55.162]➜  mkdir -p $WORK/b1191/
2025-08-20T21:20:01.8955399Z [00:01:55.163]➜  echo '# import config' > $WORK/b1191/importcfg # internal
2025-08-20T21:20:01.8960933Z [00:01:55.163]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1191/_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/b1191=>" -p github.com/google/go-containerregistry/pkg/compression -lang=go1.24 -complete -installsuffix shared -buildid _Lq7reML2iPTLdA8D9OV/_Lq7reML2iPTLdA8D9OV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1191/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/compression/compression.go
2025-08-20T21:20:01.8984847Z [00:01:55.166]➜  go tool buildid -w $WORK/b1175/_pkg_.a # internal
2025-08-20T21:20:01.8990815Z [00:01:55.166]➜  cp $WORK/b1175/_pkg_.a /root/.cache/go-build/f9/f99611acb44b8a92e17582d8afd84fe9bb08a48a8ef4794e53c18333a586a491-d # internal
2025-08-20T21:20:01.8997020Z [00:01:55.167]➜  golang.org/x/crypto/internal/alias
2025-08-20T21:20:01.8997848Z [00:01:55.167]➜  mkdir -p $WORK/b1216/
2025-08-20T21:20:01.9002208Z [00:01:55.167]➜  echo '# import config' > $WORK/b1216/importcfg # internal
2025-08-20T21:20:01.9006390Z [00:01:55.167]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1216/_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/b1216=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid tMUIkG7gAoFqHrk652T8/tMUIkG7gAoFqHrk652T8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1216/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/alias/alias.go
2025-08-20T21:20:01.9054401Z [00:01:55.170]➜  go tool buildid -w $WORK/b1191/_pkg_.a # internal
2025-08-20T21:20:01.9060080Z [00:01:55.173]➜  cp $WORK/b1191/_pkg_.a /root/.cache/go-build/d9/d940c3bdeecc7e90bd6e39c35a2f65d428297a556827c66d6f802e3f846b8d38-d # internal
2025-08-20T21:20:01.9061452Z [00:01:55.173]➜  github.com/dsnet/compress/bzip2/internal/sais
2025-08-20T21:20:01.9062170Z [00:01:55.173]➜  mkdir -p $WORK/b1237/
2025-08-20T21:20:01.9063179Z [00:01:55.173]➜  echo '# import config' > $WORK/b1237/importcfg # internal
2025-08-20T21:20:01.9069645Z [00:01:55.173]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1237/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais;$WORK/b1237=>" -p github.com/dsnet/compress/bzip2/internal/sais -lang=go1.9 -complete -installsuffix shared -buildid fpCJSj7gMrk0zJGrhdoJ/fpCJSj7gMrk0zJGrhdoJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1237/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais/common.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais/sais_byte.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais/sais_int.go
2025-08-20T21:20:01.9125367Z [00:01:55.180]➜  go tool buildid -w $WORK/b1216/_pkg_.a # internal
2025-08-20T21:20:01.9132235Z [00:01:55.180]➜  cp $WORK/b1216/_pkg_.a /root/.cache/go-build/59/595f5c46b730fd5c4420a46bfc770269374831aaa993b49bde578179c8456157-d # internal
2025-08-20T21:20:01.9137361Z [00:01:55.181]➜  github.com/dsnet/compress/internal
2025-08-20T21:20:01.9143975Z [00:01:55.181]➜  mkdir -p $WORK/b1238/
2025-08-20T21:20:01.9144662Z [00:01:55.181]➜  echo '# import config' > $WORK/b1238/importcfg # internal
2025-08-20T21:20:01.9149747Z [00:01:55.181]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1238/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal;$WORK/b1238=>" -p github.com/dsnet/compress/internal -lang=go1.9 -complete -installsuffix shared -buildid eqTROIR9ek0MGk5LVrIF/eqTROIR9ek0MGk5LVrIF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1238/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/common.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/release.go
2025-08-20T21:20:01.9303487Z [00:01:55.197]➜  go tool buildid -w $WORK/b1238/_pkg_.a # internal
2025-08-20T21:20:01.9309229Z [00:01:55.198]➜  cp $WORK/b1238/_pkg_.a /root/.cache/go-build/9b/9b63df7d9a27de27db4082e990101a2ad834d53cb830a311538765388963c4f9-d # internal
2025-08-20T21:20:01.9310445Z [00:01:55.198]➜  github.com/googleapis/gax-go/v2/internal
2025-08-20T21:20:01.9311073Z [00:01:55.198]➜  mkdir -p $WORK/b1274/
2025-08-20T21:20:01.9313671Z [00:01:55.199]➜  echo '# import config' > $WORK/b1274/importcfg # internal
2025-08-20T21:20:01.9319274Z [00:01:55.199]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1274/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internal=>github.com/googleapis/gax-go/v2@v2.14.1/internal;$WORK/b1274=>" -p github.com/googleapis/gax-go/v2/internal -lang=go1.21 -complete -installsuffix shared -buildid _67OVvlvfDIKT6JuKf1u/_67OVvlvfDIKT6JuKf1u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1274/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internal/version.go
2025-08-20T21:20:01.9499390Z [00:01:55.217]➜  go tool buildid -w $WORK/b1274/_pkg_.a # internal
2025-08-20T21:20:01.9537233Z [00:01:55.217]➜  cp $WORK/b1274/_pkg_.a /root/.cache/go-build/f5/f5c3d7da7cef4210f763dea86210cd18965b7fb38025a236ad3a9b4529db231d-d # internal
2025-08-20T21:20:01.9538460Z [00:01:55.218]➜  github.com/golang/groupcache/lru
2025-08-20T21:20:01.9539066Z [00:01:55.218]➜  mkdir -p $WORK/b1279/
2025-08-20T21:20:01.9539796Z [00:01:55.221]➜  cat >/tmp/go-build3547871397/b1279/importcfg << 'EOF' # internal
2025-08-20T21:20:01.9540487Z [00:01:55.221]➜  # import config
2025-08-20T21:20:01.9541199Z [00:01:55.221]➜  packagefile container/list=/tmp/go-build3547871397/b153/_pkg_.a
2025-08-20T21:20:01.9541884Z [00:01:55.221]➜  EOF
2025-08-20T21:20:01.9546259Z [00:01:55.221]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1279/_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/b1279=>" -p github.com/golang/groupcache/lru -lang=go1.20 -complete -installsuffix shared -buildid KHT_3hIA8blpG4iCrJ5k/KHT_3hIA8blpG4iCrJ5k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1279/importcfg -pack /root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20241129210726-2c02b8208cf8/lru/lru.go
2025-08-20T21:20:01.9927824Z [00:01:55.259]➜  go tool buildid -w $WORK/b1279/_pkg_.a # internal
2025-08-20T21:20:01.9929294Z [00:01:55.260]➜  cp $WORK/b1279/_pkg_.a /root/.cache/go-build/ed/ed52e0bfb47244da1ee085cd44fd49d9a381d23329cf9d325a28340e7e162749-d # internal
2025-08-20T21:20:01.9930446Z [00:01:55.260]➜  go.opencensus.io
2025-08-20T21:20:01.9931046Z [00:01:55.260]➜  mkdir -p $WORK/b1281/
2025-08-20T21:20:01.9931748Z [00:01:55.260]➜  echo '# import config' > $WORK/b1281/importcfg # internal
2025-08-20T21:20:01.9935232Z [00:01:55.260]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1281/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0=>go.opencensus.io@v0.24.0;$WORK/b1281=>" -p go.opencensus.io -lang=go1.13 -complete -installsuffix shared -buildid p0PwHPmQmyTDtDZ1HWWO/p0PwHPmQmyTDtDZ1HWWO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1281/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/opencensus.go
2025-08-20T21:20:02.0021789Z [00:01:55.269]➜  go tool buildid -w $WORK/b1281/_pkg_.a # internal
2025-08-20T21:20:02.0026629Z [00:01:55.270]➜  cp $WORK/b1281/_pkg_.a /root/.cache/go-build/48/4894e5a7bfeaf90642a5a60de67e7180e5af8f8c323dd28175bd6a578a70b7f5-d # internal
2025-08-20T21:20:02.0032444Z [00:01:55.270]➜  go.opencensus.io/trace/internal
2025-08-20T21:20:02.0033164Z [00:01:55.270]➜  mkdir -p $WORK/b1282/
2025-08-20T21:20:02.0033822Z [00:01:55.270]➜  echo '# import config' > $WORK/b1282/importcfg # internal
2025-08-20T21:20:02.0037760Z [00:01:55.270]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1282/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/internal=>go.opencensus.io@v0.24.0/trace/internal;$WORK/b1282=>" -p go.opencensus.io/trace/internal -lang=go1.13 -complete -installsuffix shared -buildid U61fm9weRIawlS8D961s/U61fm9weRIawlS8D961s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1282/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/internal/internal.go
2025-08-20T21:20:02.0077897Z [00:01:55.275]➜  go tool buildid -w $WORK/b750/_pkg_.a # internal
2025-08-20T21:20:02.0097422Z [00:01:55.277]➜  go tool buildid -w $WORK/b1237/_pkg_.a # internal
2025-08-20T21:20:02.0099649Z [00:01:55.277]➜  cp $WORK/b750/_pkg_.a /root/.cache/go-build/6c/6cfa32abd0d3a1fea5998d9898f62a4f6c32893d21a9bc50c915564ab2298b2c-d # internal
2025-08-20T21:20:02.0101133Z [00:01:55.277]➜  cloud.google.com/go/storage/internal
2025-08-20T21:20:02.0102910Z [00:01:55.277]➜  mkdir -p $WORK/b1286/
2025-08-20T21:20:02.0103633Z [00:01:55.277]➜  echo '# import config' > $WORK/b1286/importcfg # internal
2025-08-20T21:20:02.0108169Z [00:01:55.277]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1286/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/internal=>cloud.google.com/go/storage@v1.49.0/internal;$WORK/b1286=>" -p cloud.google.com/go/storage/internal -lang=go1.21 -complete -installsuffix shared -buildid GdHX32zHsbC-FuNiy7Lq/GdHX32zHsbC-FuNiy7Lq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1286/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/internal/experimental.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/internal/version.go
2025-08-20T21:20:02.0112549Z [00:01:55.277]➜  cp $WORK/b1237/_pkg_.a /root/.cache/go-build/81/814743633e36aefbc58ab1957eaacae307fa1504df8e421f24cc19facd9ba79e-d # internal
2025-08-20T21:20:02.0113927Z [00:01:55.277]➜  go.opentelemetry.io/otel/sdk/metric/internal
2025-08-20T21:20:02.0114584Z [00:01:55.277]➜  mkdir -p $WORK/b1290/
2025-08-20T21:20:02.0115283Z [00:01:55.277]➜  echo '# import config' > $WORK/b1290/importcfg # internal
2025-08-20T21:20:02.0119569Z [00:01:55.277]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1290/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal=>go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal;$WORK/b1290=>" -p go.opentelemetry.io/otel/sdk/metric/internal -lang=go1.23 -complete -installsuffix shared -buildid VVQsEJPXUfaSaqVnTtor/VVQsEJPXUfaSaqVnTtor -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1290/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/reuse_slice.go
2025-08-20T21:20:02.0126180Z [00:01:55.280]➜  go tool buildid -w $WORK/b1282/_pkg_.a # internal
2025-08-20T21:20:02.0128014Z [00:01:55.280]➜  cp $WORK/b1282/_pkg_.a /root/.cache/go-build/c2/c20012e6f892a23af5e6e5d65beee8528ff54991fe7f960225bac12ab4a8e3ed-d # internal
2025-08-20T21:20:02.0129565Z [00:01:55.280]➜  go.opentelemetry.io/otel/sdk
2025-08-20T21:20:02.0130136Z [00:01:55.280]➜  mkdir -p $WORK/b1294/
2025-08-20T21:20:02.0134242Z [00:01:55.281]➜  echo '# import config' > $WORK/b1294/importcfg # internal
2025-08-20T21:20:02.0139553Z [00:01:55.281]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1294/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0=>go.opentelemetry.io/otel/sdk@v1.36.0;$WORK/b1294=>" -p go.opentelemetry.io/otel/sdk -lang=go1.23 -complete -installsuffix shared -buildid GBbPOn2jtvFwlIk4BUQ4/GBbPOn2jtvFwlIk4BUQ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1294/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/version.go
2025-08-20T21:20:02.0156515Z [00:01:55.283]➜  go tool buildid -w $WORK/b1286/_pkg_.a # internal
2025-08-20T21:20:02.0164397Z [00:01:55.283]➜  cp $WORK/b1286/_pkg_.a /root/.cache/go-build/b2/b2eca498efcb9ea0e86f707b8174730ca4658f5008b3f9e86c9c66fc0ba1e647-d # internal
2025-08-20T21:20:02.0166271Z [00:01:55.283]➜  golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:20:02.0166893Z [00:01:55.283]➜  mkdir -p $WORK/b1338/
2025-08-20T21:20:02.0167851Z [00:01:55.284]➜  echo '# import config' > $WORK/b1338/importcfg # internal
2025-08-20T21:20:02.0175542Z [00:01:55.285]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1338/_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/b1338=>" -p golang.org/x/crypto/cryptobyte/asn1 -lang=go1.23 -complete -installsuffix shared -buildid _WLTdiH8hm1-N4kz9cWK/_WLTdiH8hm1-N4kz9cWK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1338/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cryptobyte/asn1/asn1.go
2025-08-20T21:20:02.0207561Z [00:01:55.288]➜  go tool buildid -w $WORK/b1290/_pkg_.a # internal
2025-08-20T21:20:02.0227221Z [00:01:55.288]➜  go tool buildid -w $WORK/b1294/_pkg_.a # internal
2025-08-20T21:20:02.0228507Z [00:01:55.288]➜  cp $WORK/b1290/_pkg_.a /root/.cache/go-build/3a/3a454fbd70c3d03a7be6f2d25d2d1233d22c8ab0b5f6391d729cf939c95eb6d4-d # internal
2025-08-20T21:20:02.0230174Z [00:01:55.289]➜  cp $WORK/b1294/_pkg_.a /root/.cache/go-build/9b/9b86709181997243708b1f27c3db6a4de9e806dde592697aa75bec4167d35d6a-d # internal
2025-08-20T21:20:02.0231265Z [00:01:55.289]➜  cloud.google.com/go/monitoring/internal
2025-08-20T21:20:02.0231843Z [00:01:55.289]➜  mkdir -p $WORK/b1390/
2025-08-20T21:20:02.0232525Z [00:01:55.289]➜  google.golang.org/grpc/xds/internal/xdsclient/internal
2025-08-20T21:20:02.0233386Z [00:01:55.289]➜  mkdir -p $WORK/b1457/
2025-08-20T21:20:02.0234027Z [00:01:55.289]➜  echo '# import config' > $WORK/b1390/importcfg # internal
2025-08-20T21:20:02.0237823Z [00:01:55.289]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1390/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/internal=>cloud.google.com/go/monitoring@v1.21.2/internal;$WORK/b1390=>" -p cloud.google.com/go/monitoring/internal -lang=go1.21 -complete -installsuffix shared -buildid gUkuB18lem8PZ8PxiLp2/gUkuB18lem8PZ8PxiLp2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1390/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/internal/version.go
2025-08-20T21:20:02.0241132Z [00:01:55.289]➜  echo '# import config' > $WORK/b1457/importcfg # internal
2025-08-20T21:20:02.0246473Z [00:01:55.289]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1457/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/internal=>google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/internal;$WORK/b1457=>" -p google.golang.org/grpc/xds/internal/xdsclient/internal -lang=go1.22 -complete -installsuffix shared -buildid q-35jZqVgG_B62b_Wk7T/q-35jZqVgG_B62b_Wk7T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1457/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/internal/internal.go
2025-08-20T21:20:02.0277680Z [00:01:55.295]➜  go tool buildid -w $WORK/b1457/_pkg_.a # internal
2025-08-20T21:20:02.0283109Z [00:01:55.295]➜  cp $WORK/b1457/_pkg_.a /root/.cache/go-build/05/05030467f1f22f24418e647246cd67434c374d1303255ecde1983545b89d8f04-d # internal
2025-08-20T21:20:02.0290374Z [00:01:55.296]➜  google.golang.org/grpc/xds/internal/xdsclient/transport/internal
2025-08-20T21:20:02.0291151Z [00:01:55.296]➜  mkdir -p $WORK/b1458/
2025-08-20T21:20:02.0291846Z [00:01:55.296]➜  echo '# import config' > $WORK/b1458/importcfg # internal
2025-08-20T21:20:02.0298380Z [00:01:55.296]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1458/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/transport/internal=>google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/transport/internal;$WORK/b1458=>" -p google.golang.org/grpc/xds/internal/xdsclient/transport/internal -lang=go1.22 -complete -installsuffix shared -buildid CHik48rgJJsNx7e3A14B/CHik48rgJJsNx7e3A14B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1458/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/transport/internal/internal.go
2025-08-20T21:20:02.0304919Z [00:01:55.296]➜  go tool buildid -w $WORK/b1390/_pkg_.a # internal
2025-08-20T21:20:02.0306481Z [00:01:55.297]➜  cp $WORK/b1390/_pkg_.a /root/.cache/go-build/08/082f20f236c8b99e335e00ea896026662055f901f991e58df74e904cc083236b-d # internal
2025-08-20T21:20:02.0307809Z [00:01:55.298]➜  google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version
2025-08-20T21:20:02.0308570Z [00:01:55.298]➜  mkdir -p $WORK/b1468/
2025-08-20T21:20:02.0309236Z [00:01:55.298]➜  echo '# import config' > $WORK/b1468/importcfg # internal
2025-08-20T21:20:02.0314206Z [00:01:55.298]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1468/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/version=>google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/version;$WORK/b1468=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version -lang=go1.22 -complete -installsuffix shared -buildid uPVanZ7QE7AYhP35qA9Q/uPVanZ7QE7AYhP35qA9Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1468/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/version/version.go
2025-08-20T21:20:02.0323878Z [00:01:55.300]➜  go tool buildid -w $WORK/b1338/_pkg_.a # internal
2025-08-20T21:20:02.0334266Z [00:01:55.301]➜  cp $WORK/b1338/_pkg_.a /root/.cache/go-build/9e/9eb19233fd29d3ebbee60ca7a6382d0ac29647bb63b7680cddc5e24a9fd8a2d5-d # internal
2025-08-20T21:20:02.0338433Z [00:01:55.301]➜  google.golang.org/grpc/xds/internal/resolver/internal
2025-08-20T21:20:02.0339111Z [00:01:55.301]➜  mkdir -p $WORK/b1507/
2025-08-20T21:20:02.0345977Z [00:01:55.302]➜  echo '# import config' > $WORK/b1507/importcfg # internal
2025-08-20T21:20:02.0351103Z [00:01:55.302]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1507/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/resolver/internal=>google.golang.org/grpc@v1.68.1/xds/internal/resolver/internal;$WORK/b1507=>" -p google.golang.org/grpc/xds/internal/resolver/internal -lang=go1.22 -complete -installsuffix shared -buildid xZoyVrsfLG6mM60Pii8g/xZoyVrsfLG6mM60Pii8g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1507/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/resolver/internal/internal.go
2025-08-20T21:20:02.0365748Z [00:01:55.303]➜  go tool buildid -w $WORK/b1458/_pkg_.a # internal
2025-08-20T21:20:02.0368813Z [00:01:55.304]➜  cp $WORK/b1458/_pkg_.a /root/.cache/go-build/7c/7c401f4a7e81b7a83d31c8c2404d73584117b1daf50d7167d65a4376d992e029-d # internal
2025-08-20T21:20:02.0371560Z [00:01:55.304]➜  github.com/aws/aws-sdk-go/aws/client/metadata
2025-08-20T21:20:02.0376897Z [00:01:55.304]➜  mkdir -p $WORK/b1527/
2025-08-20T21:20:02.0377669Z [00:01:55.304]➜  echo '# import config' > $WORK/b1527/importcfg # internal
2025-08-20T21:20:02.0382895Z [00:01:55.305]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1527/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/client/metadata=>github.com/aws/aws-sdk-go@v1.44.288/aws/client/metadata;$WORK/b1527=>" -p github.com/aws/aws-sdk-go/aws/client/metadata -lang=go1.11 -complete -installsuffix shared -buildid 152ucTK0vrrBD8WaSA1R/152ucTK0vrrBD8WaSA1R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1527/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/client/metadata/client_info.go
2025-08-20T21:20:02.0389951Z [00:01:55.305]➜  go tool buildid -w $WORK/b1468/_pkg_.a # internal
2025-08-20T21:20:02.0391316Z [00:01:55.306]➜  cp $WORK/b1468/_pkg_.a /root/.cache/go-build/b7/b74e62babd7a2c3cce328522cfbb1adc57d768ffaeb304ae284f08db67d038c6-d # internal
2025-08-20T21:20:02.0398527Z [00:01:55.306]➜  github.com/aws/aws-sdk-go/internal/sdkmath
2025-08-20T21:20:02.0399214Z [00:01:55.306]➜  mkdir -p $WORK/b1543/
2025-08-20T21:20:02.0400050Z [00:01:55.307]➜  cat >/tmp/go-build3547871397/b1543/importcfg << 'EOF' # internal
2025-08-20T21:20:02.0400725Z [00:01:55.307]➜  # import config
2025-08-20T21:20:02.0401367Z [00:01:55.307]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:02.0401961Z [00:01:55.307]➜  EOF
2025-08-20T21:20:02.0407504Z [00:01:55.307]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1543/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/sdkmath=>github.com/aws/aws-sdk-go@v1.44.288/internal/sdkmath;$WORK/b1543=>" -p github.com/aws/aws-sdk-go/internal/sdkmath -lang=go1.11 -complete -installsuffix shared -buildid WShEOn4sDscC__STvAX-/WShEOn4sDscC__STvAX- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1543/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/sdkmath/floor.go
2025-08-20T21:20:02.0452426Z [00:01:55.312]➜  go tool buildid -w $WORK/b1527/_pkg_.a # internal
2025-08-20T21:20:02.0469919Z [00:01:55.314]➜  go tool buildid -w $WORK/b1507/_pkg_.a # internal
2025-08-20T21:20:02.0471990Z [00:01:55.314]➜  cp $WORK/b1527/_pkg_.a /root/.cache/go-build/da/daac8c057ba5375be3b6453729fc5fcf2112b868e4cb57a4d50f0f7ab084b1a1-d # internal
2025-08-20T21:20:02.0474086Z [00:01:55.314]➜  github.com/ProtonMail/go-crypto/internal/byteutil
2025-08-20T21:20:02.0476307Z [00:01:55.314]➜  mkdir -p $WORK/b1612/
2025-08-20T21:20:02.0477515Z [00:01:55.314]➜  cp $WORK/b1507/_pkg_.a /root/.cache/go-build/c3/c3ac09bbf170241d805603f405148e47b95b1e1bb46be248ec7dc9373c29b71c-d # internal
2025-08-20T21:20:02.0478741Z [00:01:55.314]➜  echo '# import config' > $WORK/b1612/importcfg # internal
2025-08-20T21:20:02.0479435Z [00:01:55.314]➜  github.com/pjbgf/sha1cd/internal
2025-08-20T21:20:02.0480003Z [00:01:55.314]➜  mkdir -p $WORK/b1653/
2025-08-20T21:20:02.0484277Z [00:01:55.314]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1612/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/internal/byteutil=>github.com/ProtonMail/go-crypto@v1.2.0/internal/byteutil;$WORK/b1612=>" -p github.com/ProtonMail/go-crypto/internal/byteutil -lang=go1.22 -complete -installsuffix shared -buildid BJ_2HBOlPVIcVCWroZeV/BJ_2HBOlPVIcVCWroZeV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1612/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/internal/byteutil/byteutil.go
2025-08-20T21:20:02.0488082Z [00:01:55.314]➜  echo '# import config' > $WORK/b1653/importcfg # internal
2025-08-20T21:20:02.0491907Z [00:01:55.315]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1653/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/internal=>github.com/pjbgf/sha1cd@v0.3.2/internal;$WORK/b1653=>" -p github.com/pjbgf/sha1cd/internal -lang=go1.21 -complete -installsuffix shared -buildid Cc01TSDAahH5TBGUPPXf/Cc01TSDAahH5TBGUPPXf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1653/importcfg -pack /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/internal/const.go
2025-08-20T21:20:02.0506141Z [00:01:55.318]➜  go tool buildid -w $WORK/b1543/_pkg_.a # internal
2025-08-20T21:20:02.0517732Z [00:01:55.319]➜  cp $WORK/b1543/_pkg_.a /root/.cache/go-build/8a/8a225ddcdf62b83d4f594a3b681915b5f5c778e8d7203f4ee1119df4e845aaa5-d # internal
2025-08-20T21:20:02.0525978Z [00:01:55.320]➜  github.com/pjbgf/sha1cd/ubc
2025-08-20T21:20:02.0530201Z [00:01:55.320]➜  mkdir -p $WORK/b1654/
2025-08-20T21:20:02.0539191Z [00:01:55.321]➜  echo -n > $WORK/b1654/go_asm.h # internal
2025-08-20T21:20:02.0547729Z [00:01:55.322]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc
2025-08-20T21:20:02.0553757Z [00:01:55.322]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd/ubc -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc=>github.com/pjbgf/sha1cd@v0.3.2/ubc;$WORK/b1654=>" -I $WORK/b1654/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1654/symabis ./ubc_amd64.s
2025-08-20T21:20:02.0562467Z [00:01:55.323]➜  go tool buildid -w $WORK/b1653/_pkg_.a # internal
2025-08-20T21:20:02.0596465Z [00:01:55.327]➜  cp $WORK/b1653/_pkg_.a /root/.cache/go-build/0f/0fbefab96c4cb8bd64ab9891dd581e8e19281fa1c3a398156b7264096021db0b-d # internal
2025-08-20T21:20:02.0601798Z [00:01:55.327]➜  github.com/go-git/go-git/v5/plumbing/color
2025-08-20T21:20:02.0602476Z [00:01:55.327]➜  mkdir -p $WORK/b1682/
2025-08-20T21:20:02.0607904Z [00:01:55.328]➜  echo '# import config' > $WORK/b1682/importcfg # internal
2025-08-20T21:20:02.0611542Z [00:01:55.328]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:02.0617891Z [00:01:55.328]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1682/_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/b1682=>" -p github.com/go-git/go-git/v5/plumbing/color -lang=go1.23 -complete -installsuffix shared -buildid AECWxWJsYE2aU0LTsOlH/AECWxWJsYE2aU0LTsOlH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1682/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/color/color.go
2025-08-20T21:20:02.0633856Z [00:01:55.331]➜  go tool buildid -w $WORK/b1612/_pkg_.a # internal
2025-08-20T21:20:02.0642836Z [00:01:55.331]➜  cp $WORK/b1612/_pkg_.a /root/.cache/go-build/cb/cb050b9f5629732d71ed3d1b6f7e45031a781464f7cf3fea24772689b27fa673-d # internal
2025-08-20T21:20:02.0646791Z [00:01:55.331]➜  go tool buildid -w $WORK/b1682/_pkg_.a # internal
2025-08-20T21:20:02.0647812Z [00:01:55.332]➜  golang.org/x/xerrors/internal
2025-08-20T21:20:02.0648659Z [00:01:55.332]➜  mkdir -p $WORK/b1760/
2025-08-20T21:20:02.0651454Z [00:01:55.332]➜  echo '# import config' > $WORK/b1760/importcfg # internal
2025-08-20T21:20:02.0655996Z [00:01:55.332]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1760/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/internal=>golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/internal;$WORK/b1760=>" -p golang.org/x/xerrors/internal -lang=go1.18 -complete -installsuffix shared -buildid vZ5WUSzgO6xFKKhKL08x/vZ5WUSzgO6xFKKhKL08x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1760/importcfg -pack /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/internal/internal.go
2025-08-20T21:20:02.0661663Z [00:01:55.333]➜  cp $WORK/b1682/_pkg_.a /root/.cache/go-build/6e/6e4aa9ec8eb54e426be66e0fb4bbed92a20fc8d2ea06df0ac0e8081b4a2b2121-d # internal
2025-08-20T21:20:02.0663668Z [00:01:55.333]➜  github.com/spdx/tools-golang/spdx/common
2025-08-20T21:20:02.0664501Z [00:01:55.333]➜  mkdir -p $WORK/b1787/
2025-08-20T21:20:02.0665365Z [00:01:55.333]➜  echo '# import config' > $WORK/b1654/importcfg # internal
2025-08-20T21:20:02.0670896Z [00:01:55.333]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1654/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc=>github.com/pjbgf/sha1cd@v0.3.2/ubc;$WORK/b1654=>" -p github.com/pjbgf/sha1cd/ubc -lang=go1.21 -installsuffix shared -buildid q0DxKu1wKiDdioI1aU44/q0DxKu1wKiDdioI1aU44 -goversion go1.25.0 -symabis $WORK/b1654/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1654/importcfg -pack -asmhdr $WORK/b1654/go_asm.h /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_amd64.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc/ubc_generic.go
2025-08-20T21:20:02.0675958Z [00:01:55.334]➜  echo '# import config' > $WORK/b1787/importcfg # internal
2025-08-20T21:20:02.0680593Z [00:01:55.334]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1787/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/common=>github.com/spdx/tools-golang@v0.5.5/spdx/common;$WORK/b1787=>" -p github.com/spdx/tools-golang/spdx/common -lang=go1.13 -complete -installsuffix shared -buildid 7UZaf0_VoPotF9u0sut6/7UZaf0_VoPotF9u0sut6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1787/importcfg -pack /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/common/types.go
2025-08-20T21:20:02.0744853Z [00:01:55.342]➜  go tool buildid -w $WORK/b1760/_pkg_.a # internal
2025-08-20T21:20:02.0750253Z [00:01:55.342]➜  cp $WORK/b1760/_pkg_.a /root/.cache/go-build/0c/0c632f30451370ba2edffa2912f55b54ecb6438ac5946355b75c87ae62d2b556-d # internal
2025-08-20T21:20:02.0751631Z [00:01:55.342]➜  github.com/charmbracelet/x/ansi/parser
2025-08-20T21:20:02.0753545Z [00:01:55.342]➜  mkdir -p $WORK/b1809/
2025-08-20T21:20:02.0754374Z [00:01:55.342]➜  cat >/tmp/go-build3547871397/b1809/importcfg << 'EOF' # internal
2025-08-20T21:20:02.0755560Z [00:01:55.342]➜  # import config
2025-08-20T21:20:02.0756217Z [00:01:55.342]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:02.0756843Z [00:01:55.342]➜  EOF
2025-08-20T21:20:02.0757451Z [00:01:55.342]➜  go tool buildid -w $WORK/b1787/_pkg_.a # internal
2025-08-20T21:20:02.0762448Z [00:01:55.343]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1809/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/parser=>github.com/charmbracelet/x/ansi@v0.9.3/parser;$WORK/b1809=>" -p github.com/charmbracelet/x/ansi/parser -lang=go1.23 -complete -installsuffix shared -buildid xMFGf9SvksoSNG3O4L1u/xMFGf9SvksoSNG3O4L1u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1809/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/parser/const.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/parser/seq.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/parser/transition_table.go
2025-08-20T21:20:02.0767626Z [00:01:55.343]➜  cp $WORK/b1787/_pkg_.a /root/.cache/go-build/c8/c83888cdf501d9d4b07b7b926370c53fa69ca25b4962f40f925c977eecf085c6-d # internal
2025-08-20T21:20:02.0768709Z [00:01:55.343]➜  github.com/bodgit/windows
2025-08-20T21:20:02.0769249Z [00:01:55.343]➜  mkdir -p $WORK/b1864/
2025-08-20T21:20:02.0774670Z [00:01:55.344]➜  echo '# import config' > $WORK/b1864/importcfg # internal
2025-08-20T21:20:02.0780823Z [00:01:55.344]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1864/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/windows@v1.0.1=>github.com/bodgit/windows@v1.0.1;$WORK/b1864=>" -p github.com/bodgit/windows -lang=go1.13 -complete -installsuffix shared -buildid -AjvW8gvwxETv7kikGAw/-AjvW8gvwxETv7kikGAw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1864/importcfg -pack /root/go/pkg/mod/github.com/bodgit/windows@v1.0.1/filetime.go
2025-08-20T21:20:02.0892978Z [00:01:55.355]➜  go tool buildid -w $WORK/b1864/_pkg_.a # internal
2025-08-20T21:20:02.0897839Z [00:01:55.357]➜  cp $WORK/b1864/_pkg_.a /root/.cache/go-build/ff/ff3eaa39b387ed33639234da0f6dcd5ea5b9a324df00fe0aa15af3bf917546dc-d # internal
2025-08-20T21:20:02.0899117Z [00:01:55.357]➜  github.com/klauspost/compress/internal/race
2025-08-20T21:20:02.0899789Z [00:01:55.357]➜  mkdir -p $WORK/b1868/
2025-08-20T21:20:02.0900485Z [00:01:55.357]➜  echo '# import config' > $WORK/b1868/importcfg # internal
2025-08-20T21:20:02.0904877Z [00:01:55.357]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1868/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/race=>github.com/klauspost/compress@v1.18.0/internal/race;$WORK/b1868=>" -p github.com/klauspost/compress/internal/race -lang=go1.22 -complete -installsuffix shared -buildid 4_aDX76bQFSkwGEo0tk7/4_aDX76bQFSkwGEo0tk7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1868/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/race/norace.go
2025-08-20T21:20:02.0963884Z [00:01:55.364]➜  go tool buildid -w $WORK/b1868/_pkg_.a # internal
2025-08-20T21:20:02.0974799Z [00:01:55.364]➜  cp $WORK/b1868/_pkg_.a /root/.cache/go-build/bf/bf7ebe0c88009e5107197bcc722bb9ee1db648c51edaa060e01912e16d2174e3-d # internal
2025-08-20T21:20:02.0975968Z [00:01:55.365]➜  github.com/minio/minlz/internal/race
2025-08-20T21:20:02.0976565Z [00:01:55.365]➜  mkdir -p $WORK/b1872/
2025-08-20T21:20:02.0985624Z [00:01:55.366]➜  echo '# import config' > $WORK/b1872/importcfg # internal
2025-08-20T21:20:02.0989450Z [00:01:55.366]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1872/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/minio/minlz@v1.0.0/internal/race=>github.com/minio/minlz@v1.0.0/internal/race;$WORK/b1872=>" -p github.com/minio/minlz/internal/race -lang=go1.21 -complete -installsuffix shared -buildid hDFhpzl76AKKS9OUAqik/hDFhpzl76AKKS9OUAqik -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1872/importcfg -pack /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/internal/race/norace.go
2025-08-20T21:20:02.1118141Z [00:01:55.379]➜  go tool buildid -w $WORK/b1872/_pkg_.a # internal
2025-08-20T21:20:02.1119445Z [00:01:55.379]➜  cp $WORK/b1872/_pkg_.a /root/.cache/go-build/b5/b55fa3065a59f428890880eaf1781ace21bc09ebf0a3338e0b6507f37dbc5c10-d # internal
2025-08-20T21:20:02.1120548Z [00:01:55.379]➜  github.com/anchore/go-rpmdb/pkg/db
2025-08-20T21:20:02.1121130Z [00:01:55.379]➜  mkdir -p $WORK/b1890/
2025-08-20T21:20:02.1121812Z [00:01:55.379]➜  echo '# import config' > $WORK/b1890/importcfg # internal
2025-08-20T21:20:02.1126235Z [00:01:55.379]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1890/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/db=>github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/db;$WORK/b1890=>" -p github.com/anchore/go-rpmdb/pkg/db -lang=go1.22 -complete -installsuffix shared -buildid g2DlCvyzS369sFEqLCO6/g2DlCvyzS369sFEqLCO6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1890/importcfg -pack /root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/db/rpmdbinterface.go
2025-08-20T21:20:02.1213188Z [00:01:55.388]➜  go tool buildid -w $WORK/b1890/_pkg_.a # internal
2025-08-20T21:20:02.1216757Z [00:01:55.389]➜  cp $WORK/b1890/_pkg_.a /root/.cache/go-build/e8/e815fccb2309a4684aab2df19cd4adcde495d89ba0cf9cc44b290ddb8451871c-d # internal
2025-08-20T21:20:02.1217957Z [00:01:55.389]➜  github.com/agext/levenshtein
2025-08-20T21:20:02.1218543Z [00:01:55.389]➜  mkdir -p $WORK/b1906/
2025-08-20T21:20:02.1222364Z [00:01:55.389]➜  echo '# import config' > $WORK/b1906/importcfg # internal
2025-08-20T21:20:02.1228077Z [00:01:55.390]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1906/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/agext/levenshtein@v1.2.1=>github.com/agext/levenshtein@v1.2.1;$WORK/b1906=>" -p github.com/agext/levenshtein -lang=go1.16 -complete -installsuffix shared -buildid t6LyeTvXPJYz50o6IdPU/t6LyeTvXPJYz50o6IdPU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1906/importcfg -pack /root/go/pkg/mod/github.com/agext/levenshtein@v1.2.1/levenshtein.go /root/go/pkg/mod/github.com/agext/levenshtein@v1.2.1/params.go
2025-08-20T21:20:02.1372548Z [00:01:55.404]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc
2025-08-20T21:20:02.1375191Z [00:01:55.404]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd/ubc -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc=>github.com/pjbgf/sha1cd@v0.3.2/ubc;$WORK/b1654=>" -I $WORK/b1654/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1654/ubc_amd64.o ./ubc_amd64.s
2025-08-20T21:20:02.1469994Z [00:01:55.414]➜  go tool pack r $WORK/b1654/_pkg_.a $WORK/b1654/ubc_amd64.o # internal
2025-08-20T21:20:02.1474911Z [00:01:55.414]➜  go tool buildid -w $WORK/b1654/_pkg_.a # internal
2025-08-20T21:20:02.1475775Z [00:01:55.415]➜  go tool buildid -w $WORK/b1906/_pkg_.a # internal
2025-08-20T21:20:02.1536062Z [00:01:55.421]➜  go tool buildid -w $WORK/b1809/_pkg_.a # internal
2025-08-20T21:20:02.1911824Z [00:01:55.458]➜  cp $WORK/b1906/_pkg_.a /root/.cache/go-build/b8/b8469fb8bf2b6797c603df42aa33e3b3e9db4434a8bf5d8009460889e1177620-d # internal
2025-08-20T21:20:02.1913858Z [00:01:55.458]➜  cp $WORK/b1654/_pkg_.a /root/.cache/go-build/24/243aaac4fdefe2b8f2ea23cac69ae7dffedef8cdb5a871ecc02aed83873e1c00-d # internal
2025-08-20T21:20:02.1914952Z [00:01:55.458]➜  k8s.io/utils/buffer
2025-08-20T21:20:02.1915470Z [00:01:55.458]➜  mkdir -p $WORK/b2027/
2025-08-20T21:20:02.1916035Z [00:01:55.458]➜  golang.org/x/exp/slog/internal
2025-08-20T21:20:02.1916604Z [00:01:55.458]➜  mkdir -p $WORK/b2012/
2025-08-20T21:20:02.1917276Z [00:01:55.458]➜  echo '# import config' > $WORK/b2027/importcfg # internal
2025-08-20T21:20:02.1917968Z [00:01:55.458]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:02.1927000Z [00:01:55.458]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2027/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/buffer=>k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/buffer;$WORK/b2027=>" -p k8s.io/utils/buffer -lang=go1.18 -complete -installsuffix shared -buildid YLf0gohDNRkPCfX4W6Jx/YLf0gohDNRkPCfX4W6Jx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2027/importcfg -pack /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/buffer/ring_growing.go
2025-08-20T21:20:02.1933843Z [00:01:55.460]➜  cp $WORK/b1809/_pkg_.a /root/.cache/go-build/1a/1ab2c9d5cc770337681dbd0e64e07e886a55855ec1c17370995c77179a863283-d # internal
2025-08-20T21:20:02.1935376Z [00:01:55.460]➜  k8s.io/apimachinery/pkg/util/portforward
2025-08-20T21:20:02.1936182Z [00:01:55.460]➜  mkdir -p $WORK/b2068/
2025-08-20T21:20:02.1941468Z [00:01:55.460]➜  echo '# import config' > $WORK/b2012/importcfg # internal
2025-08-20T21:20:02.1946113Z [00:01:55.460]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2012/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slog/internal=>golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slog/internal;$WORK/b2012=>" -p golang.org/x/exp/slog/internal -lang=go1.23 -complete -installsuffix shared -buildid IYk4csrvc7PKA-7-5sRV/IYk4csrvc7PKA-7-5sRV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2012/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slog/internal/ignorepc.go
2025-08-20T21:20:02.1951121Z [00:01:55.460]➜  echo '# import config' > $WORK/b2068/importcfg # internal
2025-08-20T21:20:02.1955359Z [00:01:55.461]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2068/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/portforward=>k8s.io/apimachinery@v0.33.2/pkg/util/portforward;$WORK/b2068=>" -p k8s.io/apimachinery/pkg/util/portforward -lang=go1.24 -complete -installsuffix shared -buildid NjiV9EF8uBa_5naZj1Np/NjiV9EF8uBa_5naZj1Np -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2068/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/portforward/constants.go
2025-08-20T21:20:02.2009635Z [00:01:55.468]➜  go tool buildid -w $WORK/b2012/_pkg_.a # internal
2025-08-20T21:20:02.2013802Z [00:01:55.469]➜  go tool buildid -w $WORK/b2068/_pkg_.a # internal
2025-08-20T21:20:02.2021411Z [00:01:55.469]➜  cp $WORK/b2068/_pkg_.a /root/.cache/go-build/75/7587baeb2e2fe4e05918f5c86b7b291aae9aa24b463f3b178a0dee854f88c380-d # internal
2025-08-20T21:20:02.2026177Z [00:01:55.469]➜  cp $WORK/b2012/_pkg_.a /root/.cache/go-build/5b/5beb11a98292a9c523c3cd1cab3752e74ff3a6c00022c9ba4c7a290fbeaea029-d # internal
2025-08-20T21:20:02.2027396Z [00:01:55.470]➜  helm.sh/helm/v3/pkg/helmpath/xdg
2025-08-20T21:20:02.2027953Z [00:01:55.470]➜  mkdir -p $WORK/b2220/
2025-08-20T21:20:02.2029224Z [00:01:55.470]➜  k8s.io/client-go/util/exec
2025-08-20T21:20:02.2030724Z [00:01:55.470]➜  mkdir -p $WORK/b2069/
2025-08-20T21:20:02.2034360Z [00:01:55.471]➜  go tool buildid -w $WORK/b2027/_pkg_.a # internal
2025-08-20T21:20:02.2038635Z [00:01:55.471]➜  echo '# import config' > $WORK/b2220/importcfg # internal
2025-08-20T21:20:02.2044951Z [00:01:55.472]➜  cp $WORK/b2027/_pkg_.a /root/.cache/go-build/2d/2ddd4723780c351b30423bf795d3a8714f7b192f360c45099098b48f4c8ef023-d # internal
2025-08-20T21:20:02.2047167Z [00:01:55.472]➜  oras.land/oras-go/v2/internal/docker
2025-08-20T21:20:02.2049333Z [00:01:55.472]➜  mkdir -p $WORK/b2244/
2025-08-20T21:20:02.2050033Z [00:01:55.472]➜  echo '# import config' > $WORK/b2069/importcfg # internal
2025-08-20T21:20:02.2053721Z [00:01:55.472]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2069/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/exec=>k8s.io/client-go@v0.33.2/util/exec;$WORK/b2069=>" -p k8s.io/client-go/util/exec -lang=go1.24 -complete -installsuffix shared -buildid IyCLgmnGjgGObt5gEVex/IyCLgmnGjgGObt5gEVex -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2069/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/exec/exec.go
2025-08-20T21:20:02.2059597Z [00:01:55.472]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2220/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/helmpath/xdg=>helm.sh/helm/v3@v3.18.4/pkg/helmpath/xdg;$WORK/b2220=>" -p helm.sh/helm/v3/pkg/helmpath/xdg -lang=go1.24 -complete -installsuffix shared -buildid XES3EYmKfIg3W5wAmU8c/XES3EYmKfIg3W5wAmU8c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2220/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/helmpath/xdg/xdg.go
2025-08-20T21:20:02.2063031Z [00:01:55.472]➜  echo '# import config' > $WORK/b2244/importcfg # internal
2025-08-20T21:20:02.2066842Z [00:01:55.472]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2244/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/docker=>oras.land/oras-go/v2@v2.6.0/internal/docker;$WORK/b2244=>" -p oras.land/oras-go/v2/internal/docker -lang=go1.23 -complete -installsuffix shared -buildid SlheSMf3nIoam3-Gg6dK/SlheSMf3nIoam3-Gg6dK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2244/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/docker/mediatype.go
2025-08-20T21:20:02.2098672Z [00:01:55.477]➜  go tool buildid -w $WORK/b2244/_pkg_.a # internal
2025-08-20T21:20:02.2108002Z [00:01:55.478]➜  cp $WORK/b2244/_pkg_.a /root/.cache/go-build/d8/d8d1c32012cce2e686f16f3b57ee16f58e053f29e8d60e9916cbd277a7195481-d # internal
2025-08-20T21:20:02.2110901Z [00:01:55.478]➜  oras.land/oras-go/v2/internal/container/set
2025-08-20T21:20:02.2111556Z [00:01:55.478]➜  mkdir -p $WORK/b2248/
2025-08-20T21:20:02.2112237Z [00:01:55.478]➜  go tool buildid -w $WORK/b2220/_pkg_.a # internal
2025-08-20T21:20:02.2117548Z [00:01:55.478]➜  echo '# import config' > $WORK/b2248/importcfg # internal
2025-08-20T21:20:02.2123125Z [00:01:55.478]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2248/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/container/set=>oras.land/oras-go/v2@v2.6.0/internal/container/set;$WORK/b2248=>" -p oras.land/oras-go/v2/internal/container/set -lang=go1.23 -complete -installsuffix shared -buildid oTEFJvWdqzHxG7UwvGNO/oTEFJvWdqzHxG7UwvGNO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2248/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/container/set/set.go
2025-08-20T21:20:02.2127780Z [00:01:55.478]➜  cp $WORK/b2220/_pkg_.a /root/.cache/go-build/cb/cbc6eb127247bece2bcc32b10e4e45d02c7fce442637a0e6b5344facd83eee7d-d # internal
2025-08-20T21:20:02.2128947Z [00:01:55.479]➜  github.com/gobwas/glob/util/runes
2025-08-20T21:20:02.2129548Z [00:01:55.479]➜  mkdir -p $WORK/b2279/
2025-08-20T21:20:02.2130246Z [00:01:55.479]➜  echo '# import config' > $WORK/b2279/importcfg # internal
2025-08-20T21:20:02.2135192Z [00:01:55.480]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2279/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/util/runes=>github.com/gobwas/glob@v0.2.3/util/runes;$WORK/b2279=>" -p github.com/gobwas/glob/util/runes -lang=go1.16 -complete -installsuffix shared -buildid jDew9cu-k5ijTHqqYDyZ/jDew9cu-k5ijTHqqYDyZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2279/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/util/runes/runes.go
2025-08-20T21:20:02.2197415Z [00:01:55.487]➜  go tool buildid -w $WORK/b2248/_pkg_.a # internal
2025-08-20T21:20:02.2198799Z [00:01:55.487]➜  cp $WORK/b2248/_pkg_.a /root/.cache/go-build/15/1589d63759c4415e701cbcf9934a03ec6a94309e884f5feacb5c7adce04f159c-d # internal
2025-08-20T21:20:02.2199876Z [00:01:55.487]➜  github.com/lib/pq/oid
2025-08-20T21:20:02.2200395Z [00:01:55.487]➜  mkdir -p $WORK/b2303/
2025-08-20T21:20:02.2200987Z [00:01:55.487]➜  go tool buildid -w $WORK/b2069/_pkg_.a # internal
2025-08-20T21:20:02.2201716Z [00:01:55.487]➜  echo '# import config' > $WORK/b2303/importcfg # internal
2025-08-20T21:20:02.2208664Z [00:01:55.487]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2303/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9/oid=>github.com/lib/pq@v1.10.9/oid;$WORK/b2303=>" -p github.com/lib/pq/oid -lang=go1.13 -complete -installsuffix shared -buildid cU4CpNm1DCJQsCKoXqdi/cU4CpNm1DCJQsCKoXqdi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2303/importcfg -pack /root/go/pkg/mod/github.com/lib/pq@v1.10.9/oid/doc.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/oid/types.go
2025-08-20T21:20:02.2213015Z [00:01:55.488]➜  cp $WORK/b2069/_pkg_.a /root/.cache/go-build/d8/d82decc941ca0ab3112f74c6e968d1661165ffc60305094f2147aafeb08c3851-d # internal
2025-08-20T21:20:02.2214194Z [00:01:55.488]➜  github.com/fatih/camelcase
2025-08-20T21:20:02.2214752Z [00:01:55.488]➜  mkdir -p $WORK/b2311/
2025-08-20T21:20:02.2215742Z [00:01:55.488]➜  cat >/tmp/go-build3547871397/b2311/importcfg << 'EOF' # internal
2025-08-20T21:20:02.2216843Z [00:01:55.488]➜  # import config
2025-08-20T21:20:02.2217773Z [00:01:55.488]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:02.2219109Z [00:01:55.488]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:02.2220059Z [00:01:55.488]➜  EOF
2025-08-20T21:20:02.2225114Z [00:01:55.488]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2311/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fatih/camelcase@v1.0.0=>github.com/fatih/camelcase@v1.0.0;$WORK/b2311=>" -p github.com/fatih/camelcase -lang=go1.16 -complete -installsuffix shared -buildid dzWCF1OhAqzn0tWRgtZG/dzWCF1OhAqzn0tWRgtZG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2311/importcfg -pack /root/go/pkg/mod/github.com/fatih/camelcase@v1.0.0/camelcase.go
2025-08-20T21:20:02.2296450Z [00:01:55.497]➜  go tool buildid -w $WORK/b2279/_pkg_.a # internal
2025-08-20T21:20:02.2302281Z [00:01:55.497]➜  cp $WORK/b2279/_pkg_.a /root/.cache/go-build/66/6659d2417e92220e03ff6ccde953aea8c150555293543f31cb44d6aa3e5319d3-d # internal
2025-08-20T21:20:02.2375500Z [00:01:55.505]➜  go tool buildid -w $WORK/b2303/_pkg_.a # internal
2025-08-20T21:20:02.2380666Z [00:01:55.505]➜  go tool buildid -w $WORK/b2311/_pkg_.a # internal
2025-08-20T21:20:02.2384912Z [00:01:55.506]➜  cp $WORK/b2303/_pkg_.a /root/.cache/go-build/c8/c8c0cb11933508ed7f18a247322594fd4f847c3b943ad88bd012725ab326c6b6-d # internal
2025-08-20T21:20:02.2386484Z [00:01:55.506]➜  cp $WORK/b2311/_pkg_.a /root/.cache/go-build/a0/a08eb5d6133dd888b61ea88970d4994c6d729b7cc54147da036a3277fae6b864-d # internal
2025-08-20T21:20:03.7532763Z [00:01:57.020]➜  cp /root/.go/src/runtime/asm_amd64.h $WORK/b010/asm_GOARCH.h
2025-08-20T21:20:03.7533428Z [00:01:57.020]➜  cd /root/.go/src/runtime
2025-08-20T21:20:03.7534856Z [00:01:57.020]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/asm.o ./asm.s
2025-08-20T21:20:03.7559098Z [00:01:57.023]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/asm_amd64.o ./asm_amd64.s
2025-08-20T21:20:03.7653132Z [00:01:57.033]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/duff_amd64.o ./duff_amd64.s
2025-08-20T21:20:03.7679145Z [00:01:57.035]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/ints.o ./ints.s
2025-08-20T21:20:03.7706002Z [00:01:57.038]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/memclr_amd64.o ./memclr_amd64.s
2025-08-20T21:20:03.7750048Z [00:01:57.042]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/memmove_amd64.o ./memmove_amd64.s
2025-08-20T21:20:03.7796302Z [00:01:57.047]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/preempt_amd64.o ./preempt_amd64.s
2025-08-20T21:20:03.7841026Z [00:01:57.051]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/rt0_linux_amd64.o ./rt0_linux_amd64.s
2025-08-20T21:20:03.7863340Z [00:01:57.053]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/sys_linux_amd64.o ./sys_linux_amd64.s
2025-08-20T21:20:03.7918230Z [00:01:57.059]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/test_amd64.o ./test_amd64.s
2025-08-20T21:20:03.7940078Z [00:01:57.061]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b010/time_linux_amd64.o ./time_linux_amd64.s
2025-08-20T21:20:03.7980919Z [00:01:57.065]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/asm.o $WORK/b010/asm_amd64.o $WORK/b010/duff_amd64.o $WORK/b010/ints.o $WORK/b010/memclr_amd64.o $WORK/b010/memmove_amd64.o $WORK/b010/preempt_amd64.o $WORK/b010/rt0_linux_amd64.o $WORK/b010/sys_linux_amd64.o $WORK/b010/test_amd64.o $WORK/b010/time_linux_amd64.o # internal
2025-08-20T21:20:03.7983657Z [00:01:57.066]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T21:20:03.8341020Z [00:01:57.101]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d # internal
2025-08-20T21:20:03.8342220Z [00:01:57.101]➜  iter
2025-08-20T21:20:03.8348909Z [00:01:57.102]➜  mkdir -p $WORK/b039/
2025-08-20T21:20:03.8350163Z [00:01:57.102]➜  internal/reflectlite
2025-08-20T21:20:03.8350967Z [00:01:57.102]➜  mkdir -p $WORK/b005/
2025-08-20T21:20:03.8351748Z [00:01:57.102]➜  k8s.io/klog/v2/internal/dbg
2025-08-20T21:20:03.8357209Z [00:01:57.102]➜  mkdir -p $WORK/b113/
2025-08-20T21:20:03.8357716Z [00:01:57.102]➜  sync
2025-08-20T21:20:03.8358156Z [00:01:57.102]➜  mkdir -p $WORK/b044/
2025-08-20T21:20:03.8358863Z [00:01:57.102]➜  cat >/tmp/go-build3547871397/b039/importcfg << 'EOF' # internal
2025-08-20T21:20:03.8359529Z [00:01:57.102]➜  # import config
2025-08-20T21:20:03.8360507Z [00:01:57.102]➜  packagefile internal/race=/tmp/go-build3547871397/b030/_pkg_.a
2025-08-20T21:20:03.8361461Z [00:01:57.102]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:03.8362087Z [00:01:57.102]➜  EOF
2025-08-20T21:20:03.8362607Z [00:01:57.102]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:03.8365394Z [00:01:57.102]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b039=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid 0pZTu9fTQDGRD3NnR3_B/0pZTu9fTQDGRD3NnR3_B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T21:20:03.8367678Z [00:01:57.102]➜  cat >/tmp/go-build3547871397/b113/importcfg << 'EOF' # internal
2025-08-20T21:20:03.8368406Z [00:01:57.102]➜  # import config
2025-08-20T21:20:03.8369084Z [00:01:57.102]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:03.8369727Z [00:01:57.102]➜  EOF
2025-08-20T21:20:03.8373206Z [00:01:57.102]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b113/_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/b113=>" -p k8s.io/klog/v2/internal/dbg -lang=go1.18 -complete -installsuffix shared -buildid vQ9tr7-aa1xvOpsQgKFJ/vQ9tr7-aa1xvOpsQgKFJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/dbg/dbg.go
2025-08-20T21:20:03.8376423Z [00:01:57.102]➜  cat >/tmp/go-build3547871397/b044/importcfg << 'EOF' # internal
2025-08-20T21:20:03.8377146Z [00:01:57.102]➜  # import config
2025-08-20T21:20:03.8377919Z [00:01:57.102]➜  packagefile internal/race=/tmp/go-build3547871397/b030/_pkg_.a
2025-08-20T21:20:03.8378898Z [00:01:57.102]➜  packagefile internal/sync=/tmp/go-build3547871397/b045/_pkg_.a
2025-08-20T21:20:03.8379877Z [00:01:57.102]➜  packagefile internal/synctest=/tmp/go-build3547871397/b047/_pkg_.a
2025-08-20T21:20:03.8380840Z [00:01:57.102]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:03.8381707Z [00:01:57.102]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:03.8382355Z [00:01:57.102]➜  EOF
2025-08-20T21:20:03.8383304Z [00:01:57.102]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T21:20:03.8383949Z [00:01:57.102]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:20:03.8386448Z [00:01:57.102]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b005/symabis ./asm.s
2025-08-20T21:20:03.8388422Z [00:01:57.102]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:03.8394421Z [00:01:57.102]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b044=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid jwP78NdxT4VwYWlVWasd/jwP78NdxT4VwYWlVWasd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /root/.go/src/sync/cond.go /root/.go/src/sync/hashtriemap.go /root/.go/src/sync/mutex.go /root/.go/src/sync/once.go /root/.go/src/sync/oncefunc.go /root/.go/src/sync/pool.go /root/.go/src/sync/poolqueue.go /root/.go/src/sync/runtime.go /root/.go/src/sync/runtime2.go /root/.go/src/sync/rwmutex.go /root/.go/src/sync/waitgroup.go
2025-08-20T21:20:03.8401224Z [00:01:57.107]➜  cat >/tmp/go-build3547871397/b005/importcfg << 'EOF' # internal
2025-08-20T21:20:03.8402346Z [00:01:57.107]➜  # import config
2025-08-20T21:20:03.8403542Z [00:01:57.107]➜  packagefile internal/abi=/tmp/go-build3547871397/b006/_pkg_.a
2025-08-20T21:20:03.8404763Z [00:01:57.107]➜  packagefile internal/goarch=/tmp/go-build3547871397/b007/_pkg_.a
2025-08-20T21:20:03.8405724Z [00:01:57.107]➜  packagefile internal/unsafeheader=/tmp/go-build3547871397/b009/_pkg_.a
2025-08-20T21:20:03.8406610Z [00:01:57.107]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:03.8407441Z [00:01:57.107]➜  EOF
2025-08-20T21:20:03.8411340Z [00:01:57.107]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid CMAeW-1UQf_B9x0I_LrK/CMAeW-1UQf_B9x0I_LrK -goversion go1.25.0 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T21:20:03.8463723Z [00:01:57.113]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T21:20:03.8465842Z [00:01:57.114]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/17/17af9ebc7d8bbe893e1d4623a3bae5d2d8cd31fa313dcacfc92507ff24aaa093-d # internal
2025-08-20T21:20:03.8467004Z [00:01:57.114]➜  weak
2025-08-20T21:20:03.8467439Z [00:01:57.114]➜  mkdir -p $WORK/b127/
2025-08-20T21:20:03.8472850Z [00:01:57.115]➜  cat >/tmp/go-build3547871397/b127/importcfg << 'EOF' # internal
2025-08-20T21:20:03.8475479Z [00:01:57.115]➜  # import config
2025-08-20T21:20:03.8476186Z [00:01:57.115]➜  packagefile internal/abi=/tmp/go-build3547871397/b006/_pkg_.a
2025-08-20T21:20:03.8477054Z [00:01:57.115]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:03.8477656Z [00:01:57.115]➜  EOF
2025-08-20T21:20:03.8480305Z [00:01:57.115]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b127=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid 0tQuWrSLuA2C2pBP-zmG/0tQuWrSLuA2C2pBP-zmG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T21:20:03.8496199Z [00:01:57.117]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T21:20:03.8505162Z [00:01:57.117]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d # internal
2025-08-20T21:20:03.8506332Z [00:01:57.117]➜  slices
2025-08-20T21:20:03.8506830Z [00:01:57.117]➜  mkdir -p $WORK/b049/
2025-08-20T21:20:03.8507900Z [00:01:57.117]➜  cat >/tmp/go-build3547871397/b049/importcfg << 'EOF' # internal
2025-08-20T21:20:03.8508623Z [00:01:57.117]➜  # import config
2025-08-20T21:20:03.8509307Z [00:01:57.117]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:20:03.8510163Z [00:01:57.117]➜  packagefile iter=/tmp/go-build3547871397/b039/_pkg_.a
2025-08-20T21:20:03.8511042Z [00:01:57.117]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:03.8511721Z [00:01:57.117]➜  EOF
2025-08-20T21:20:03.8515453Z [00:01:57.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b049=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid -TJanFCYqlKu_SHfks-O/-TJanFCYqlKu_SHfks-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack /root/.go/src/slices/iter.go /root/.go/src/slices/slices.go /root/.go/src/slices/sort.go /root/.go/src/slices/zsortanyfunc.go /root/.go/src/slices/zsortordered.go
2025-08-20T21:20:03.8590681Z [00:01:57.126]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T21:20:03.8608284Z [00:01:57.128]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d # internal
2025-08-20T21:20:03.8609858Z [00:01:57.128]➜  maps
2025-08-20T21:20:03.8610642Z [00:01:57.128]➜  mkdir -p $WORK/b140/
2025-08-20T21:20:03.8612367Z [00:01:57.128]➜  cat >/tmp/go-build3547871397/b140/importcfg << 'EOF' # internal
2025-08-20T21:20:03.8613346Z [00:01:57.128]➜  # import config
2025-08-20T21:20:03.8614036Z [00:01:57.128]➜  packagefile iter=/tmp/go-build3547871397/b039/_pkg_.a
2025-08-20T21:20:03.8614660Z [00:01:57.128]➜  EOF
2025-08-20T21:20:03.8617678Z [00:01:57.128]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b140=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid 3hmY5SMuxXMJuPsVBmC5/3hmY5SMuxXMJuPsVBmC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T21:20:03.8698825Z [00:01:57.137]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T21:20:03.8724115Z [00:01:57.138]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d # internal
2025-08-20T21:20:03.8725215Z [00:01:57.138]➜  crypto/subtle
2025-08-20T21:20:03.8725684Z [00:01:57.138]➜  mkdir -p $WORK/b178/
2025-08-20T21:20:03.8726513Z [00:01:57.138]➜  cat >/tmp/go-build3547871397/b178/importcfg << 'EOF' # internal
2025-08-20T21:20:03.8727277Z [00:01:57.138]➜  # import config
2025-08-20T21:20:03.8728588Z [00:01:57.138]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3547871397/b169/_pkg_.a
2025-08-20T21:20:03.8730583Z [00:01:57.138]➜  packagefile internal/runtime/sys=/tmp/go-build3547871397/b031/_pkg_.a
2025-08-20T21:20:03.8732074Z [00:01:57.138]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:03.8734120Z [00:01:57.138]➜  EOF
2025-08-20T21:20:03.8737533Z [00:01:57.138]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b178=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid Xc79yGTipdlJLObEA6rA/Xc79yGTipdlJLObEA6rA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/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:20:03.8843452Z [00:01:57.152]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T21:20:03.8881003Z [00:01:57.155]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d # internal
2025-08-20T21:20:03.8882143Z [00:01:57.155]➜  github.com/containerd/containerd/version
2025-08-20T21:20:03.8882896Z [00:01:57.155]➜  mkdir -p $WORK/b1126/
2025-08-20T21:20:03.8883604Z [00:01:57.155]➜  cat >/tmp/go-build3547871397/b1126/importcfg << 'EOF' # internal
2025-08-20T21:20:03.8884535Z [00:01:57.155]➜  # import config
2025-08-20T21:20:03.8885167Z [00:01:57.155]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:03.8885755Z [00:01:57.155]➜  EOF
2025-08-20T21:20:03.8889301Z [00:01:57.155]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1126/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/version=>github.com/containerd/containerd@v1.7.27/version;$WORK/b1126=>" -p github.com/containerd/containerd/version -lang=go1.21 -complete -installsuffix shared -buildid dQk2-xbMzvLToylJMrY6/dQk2-xbMzvLToylJMrY6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1126/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/version/version.go
2025-08-20T21:20:03.8936643Z [00:01:57.161]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T21:20:03.8944657Z [00:01:57.162]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d # internal
2025-08-20T21:20:03.8951305Z [00:01:57.162]➜  golang.org/x/exp/maps
2025-08-20T21:20:03.8951847Z [00:01:57.162]➜  mkdir -p $WORK/b1742/
2025-08-20T21:20:03.8952605Z [00:01:57.162]➜  cat >/tmp/go-build3547871397/b1742/importcfg << 'EOF' # internal
2025-08-20T21:20:03.8953536Z [00:01:57.162]➜  # import config
2025-08-20T21:20:03.8954202Z [00:01:57.162]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:20:03.8954819Z [00:01:57.162]➜  EOF
2025-08-20T21:20:03.8958700Z [00:01:57.162]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1742/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/maps=>golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/maps;$WORK/b1742=>" -p golang.org/x/exp/maps -lang=go1.23 -complete -installsuffix shared -buildid kpSihXMi7yaaqwz1Lt5V/kpSihXMi7yaaqwz1Lt5V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1742/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/maps/maps.go
2025-08-20T21:20:03.8993441Z [00:01:57.166]➜  go tool buildid -w $WORK/b1126/_pkg_.a # internal
2025-08-20T21:20:03.9021347Z [00:01:57.169]➜  cp $WORK/b1126/_pkg_.a /root/.cache/go-build/9b/9b588eda64040b4c43e690820d3267e39db6eecd6ea52ee5994b747b93982e9b-d # internal
2025-08-20T21:20:03.9026326Z [00:01:57.170]➜  golang.org/x/exp/slices
2025-08-20T21:20:03.9046238Z [00:01:57.172]➜  mkdir -p $WORK/b2011/
2025-08-20T21:20:03.9051873Z [00:01:57.172]➜  cat >/tmp/go-build3547871397/b2011/importcfg << 'EOF' # internal
2025-08-20T21:20:03.9056409Z [00:01:57.172]➜  # import config
2025-08-20T21:20:03.9057093Z [00:01:57.172]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:20:03.9057932Z [00:01:57.172]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:03.9058590Z [00:01:57.172]➜  EOF
2025-08-20T21:20:03.9063239Z [00:01:57.172]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2011/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slices=>golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slices;$WORK/b2011=>" -p golang.org/x/exp/slices -lang=go1.23 -complete -installsuffix shared -buildid H1U2lpj0ullMRKwmiHaA/H1U2lpj0ullMRKwmiHaA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2011/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slices/slices.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slices/sort.go
2025-08-20T21:20:03.9176361Z [00:01:57.185]➜  go tool buildid -w $WORK/b1742/_pkg_.a # internal
2025-08-20T21:20:03.9178100Z [00:01:57.185]➜  cp $WORK/b1742/_pkg_.a /root/.cache/go-build/de/dee911381d027dcfa90d2beaa2550026f13d1e835ab286080a986ea7c010db4d-d # internal
2025-08-20T21:20:03.9227499Z [00:01:57.190]➜  go tool buildid -w $WORK/b2011/_pkg_.a # internal
2025-08-20T21:20:03.9235279Z [00:01:57.191]➜  cp $WORK/b2011/_pkg_.a /root/.cache/go-build/08/0884d363ecbb3107170252a4771d8df02acf059a3f83e75cd57bc6b361e494b6-d # internal
2025-08-20T21:20:03.9643152Z [00:01:57.231]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:20:03.9646269Z [00:01:57.232]➜  /root/.go/pkg/tool/linux_amd64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b005/asm.o ./asm.s
2025-08-20T21:20:03.9685140Z [00:01:57.236]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal
2025-08-20T21:20:03.9689083Z [00:01:57.236]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T21:20:03.9730254Z [00:01:57.240]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d # internal
2025-08-20T21:20:03.9731931Z [00:01:57.240]➜  sort
2025-08-20T21:20:03.9733268Z [00:01:57.240]➜  mkdir -p $WORK/b082/
2025-08-20T21:20:03.9734358Z [00:01:57.240]➜  cat >/tmp/go-build3547871397/b082/importcfg << 'EOF' # internal
2025-08-20T21:20:03.9735311Z [00:01:57.240]➜  # import config
2025-08-20T21:20:03.9738395Z [00:01:57.240]➜  packagefile internal/reflectlite=/tmp/go-build3547871397/b005/_pkg_.a
2025-08-20T21:20:03.9739398Z [00:01:57.240]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:03.9740248Z [00:01:57.240]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:03.9740878Z [00:01:57.240]➜  EOF
2025-08-20T21:20:03.9741376Z [00:01:57.240]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:03.9745260Z [00:01:57.240]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b082=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid 3HYodz99RrwN-JsPNx1Z/3HYodz99RrwN-JsPNx1Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/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:20:03.9748255Z [00:01:57.240]➜  errors
2025-08-20T21:20:03.9748747Z [00:01:57.240]➜  mkdir -p $WORK/b004/
2025-08-20T21:20:03.9749477Z [00:01:57.240]➜  cat >/tmp/go-build3547871397/b004/importcfg << 'EOF' # internal
2025-08-20T21:20:03.9750175Z [00:01:57.240]➜  # import config
2025-08-20T21:20:03.9750955Z [00:01:57.240]➜  packagefile internal/reflectlite=/tmp/go-build3547871397/b005/_pkg_.a
2025-08-20T21:20:03.9751671Z [00:01:57.240]➜  EOF
2025-08-20T21:20:03.9761256Z [00:01:57.240]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b004=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 7509Dj0f2_7mdq1RmfcX/7509Dj0f2_7mdq1RmfcX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T21:20:03.9988932Z [00:01:57.266]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T21:20:04.0031327Z [00:01:57.270]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d # internal
2025-08-20T21:20:04.0037188Z [00:01:57.271]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T21:20:04.0044686Z [00:01:57.272]➜  internal/testlog
2025-08-20T21:20:04.0045993Z [00:01:57.272]➜  mkdir -p $WORK/b063/
2025-08-20T21:20:04.0051933Z [00:01:57.272]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d # internal
2025-08-20T21:20:04.0060023Z [00:01:57.273]➜  internal/bisect
2025-08-20T21:20:04.0063078Z [00:01:57.273]➜  mkdir -p $WORK/b058/
2025-08-20T21:20:04.0064132Z [00:01:57.273]➜  strconv
2025-08-20T21:20:04.0065152Z [00:01:57.273]➜  mkdir -p $WORK/b042/
2025-08-20T21:20:04.0066409Z [00:01:57.273]➜  cat >/tmp/go-build3547871397/b058/importcfg << 'EOF' # internal
2025-08-20T21:20:04.0067444Z [00:01:57.273]➜  # import config
2025-08-20T21:20:04.0068432Z [00:01:57.273]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:04.0070164Z [00:01:57.273]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:04.0071349Z [00:01:57.273]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:04.0072240Z [00:01:57.273]➜  EOF
2025-08-20T21:20:04.0086576Z [00:01:57.273]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b058=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid uazNsXXW0-XjraaTntyR/uazNsXXW0-XjraaTntyR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T21:20:04.0089607Z [00:01:57.273]➜  cat >/tmp/go-build3547871397/b063/importcfg << 'EOF' # internal
2025-08-20T21:20:04.0090333Z [00:01:57.273]➜  # import config
2025-08-20T21:20:04.0091010Z [00:01:57.273]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:04.0092168Z [00:01:57.273]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:04.0093634Z [00:01:57.273]➜  EOF
2025-08-20T21:20:04.0096861Z [00:01:57.273]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b063=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid DjWg616cx0sAP4hyNdzt/DjWg616cx0sAP4hyNdzt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T21:20:04.0099970Z [00:01:57.275]➜  cat >/tmp/go-build3547871397/b042/importcfg << 'EOF' # internal
2025-08-20T21:20:04.0100678Z [00:01:57.275]➜  # import config
2025-08-20T21:20:04.0101670Z [00:01:57.275]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:04.0102820Z [00:01:57.275]➜  packagefile internal/bytealg=/tmp/go-build3547871397/b011/_pkg_.a
2025-08-20T21:20:04.0113704Z [00:01:57.275]➜  packagefile internal/stringslite=/tmp/go-build3547871397/b032/_pkg_.a
2025-08-20T21:20:04.0114713Z [00:01:57.275]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:04.0115593Z [00:01:57.275]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:04.0116521Z [00:01:57.275]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:04.0117198Z [00:01:57.275]➜  EOF
2025-08-20T21:20:04.0137841Z [00:01:57.275]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b042=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid Mkg3RKTEQB77CHc5CteV/Mkg3RKTEQB77CHc5CteV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/strconv/atob.go /root/.go/src/strconv/atoc.go /root/.go/src/strconv/atof.go /root/.go/src/strconv/atoi.go /root/.go/src/strconv/bytealg.go /root/.go/src/strconv/ctoa.go /root/.go/src/strconv/decimal.go /root/.go/src/strconv/doc.go /root/.go/src/strconv/eisel_lemire.go /root/.go/src/strconv/ftoa.go /root/.go/src/strconv/ftoaryu.go /root/.go/src/strconv/isprint.go /root/.go/src/strconv/itoa.go /root/.go/src/strconv/quote.go
2025-08-20T21:20:04.0399468Z [00:01:57.307]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T21:20:04.0409531Z [00:01:57.308]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d # internal
2025-08-20T21:20:04.0413334Z [00:01:57.309]➜  io
2025-08-20T21:20:04.0451362Z [00:01:57.312]➜  mkdir -p $WORK/b050/
2025-08-20T21:20:04.0452095Z [00:01:57.312]➜  cat >/tmp/go-build3547871397/b050/importcfg << 'EOF' # internal
2025-08-20T21:20:04.0453068Z [00:01:57.312]➜  # import config
2025-08-20T21:20:04.0453807Z [00:01:57.312]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:04.0454644Z [00:01:57.312]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:04.0455252Z [00:01:57.312]➜  EOF
2025-08-20T21:20:04.0457969Z [00:01:57.312]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b050=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid lCtZZ8dVmk8y4HP_DWVv/lCtZZ8dVmk8y4HP_DWVv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T21:20:04.0687632Z [00:01:57.336]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T21:20:04.0701883Z [00:01:57.337]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d # internal
2025-08-20T21:20:04.0713680Z [00:01:57.339]➜  internal/oserror
2025-08-20T21:20:04.0715130Z [00:01:57.339]➜  mkdir -p $WORK/b054/
2025-08-20T21:20:04.0719848Z [00:01:57.339]➜  cat >/tmp/go-build3547871397/b054/importcfg << 'EOF' # internal
2025-08-20T21:20:04.0720763Z [00:01:57.339]➜  # import config
2025-08-20T21:20:04.0721687Z [00:01:57.339]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:04.0743363Z [00:01:57.339]➜  EOF
2025-08-20T21:20:04.0746763Z [00:01:57.340]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b054=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid 8mi4VNDDF4DhvcykqDN1/8mi4VNDDF4DhvcykqDN1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T21:20:04.0808237Z [00:01:57.348]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T21:20:04.0835279Z [00:01:57.351]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d # internal
2025-08-20T21:20:04.0843505Z [00:01:57.351]➜  path
2025-08-20T21:20:04.0844181Z [00:01:57.351]➜  mkdir -p $WORK/b055/
2025-08-20T21:20:04.0845065Z [00:01:57.351]➜  cat >/tmp/go-build3547871397/b055/importcfg << 'EOF' # internal
2025-08-20T21:20:04.0847029Z [00:01:57.351]➜  # import config
2025-08-20T21:20:04.0847748Z [00:01:57.351]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:04.0848698Z [00:01:57.351]➜  packagefile internal/bytealg=/tmp/go-build3547871397/b011/_pkg_.a
2025-08-20T21:20:04.0849679Z [00:01:57.351]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:04.0850340Z [00:01:57.351]➜  EOF
2025-08-20T21:20:04.0853249Z [00:01:57.351]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b055=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid roIG9ekWhyDxJW_Ts0yu/roIG9ekWhyDxJW_Ts0yu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T21:20:04.1151433Z [00:01:57.382]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T21:20:04.1160584Z [00:01:57.383]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d # internal
2025-08-20T21:20:04.1164907Z [00:01:57.384]➜  internal/godebug
2025-08-20T21:20:04.1165452Z [00:01:57.384]➜  mkdir -p $WORK/b057/
2025-08-20T21:20:04.1171243Z [00:01:57.384]➜  cat >/tmp/go-build3547871397/b057/importcfg << 'EOF' # internal
2025-08-20T21:20:04.1172773Z [00:01:57.384]➜  # import config
2025-08-20T21:20:04.1175371Z [00:01:57.384]➜  packagefile internal/bisect=/tmp/go-build3547871397/b058/_pkg_.a
2025-08-20T21:20:04.1193901Z [00:01:57.384]➜  packagefile internal/godebugs=/tmp/go-build3547871397/b016/_pkg_.a
2025-08-20T21:20:04.1197174Z [00:01:57.384]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:04.1198073Z [00:01:57.384]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:04.1198770Z [00:01:57.384]➜  EOF
2025-08-20T21:20:04.1201724Z [00:01:57.385]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b057=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid N5-mWWbawAbbtRRJA56i/N5-mWWbawAbbtRRJA56i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T21:20:04.1233170Z [00:01:57.390]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T21:20:04.1256714Z [00:01:57.393]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d # internal
2025-08-20T21:20:04.1266459Z [00:01:57.394]➜  syscall
2025-08-20T21:20:04.1269134Z [00:01:57.394]➜  mkdir -p $WORK/b059/
2025-08-20T21:20:04.1285410Z [00:01:57.396]➜  echo -n > $WORK/b059/go_asm.h # internal
2025-08-20T21:20:04.1288392Z [00:01:57.396]➜  cd /root/.go/src/syscall
2025-08-20T21:20:04.1290775Z [00:01:57.396]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b059=>" -I $WORK/b059/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b059/symabis ./asm_linux_amd64.s
2025-08-20T21:20:04.1319411Z [00:01:57.399]➜  cat >/tmp/go-build3547871397/b059/importcfg << 'EOF' # internal
2025-08-20T21:20:04.1333902Z [00:01:57.399]➜  # import config
2025-08-20T21:20:04.1334709Z [00:01:57.399]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:04.1335668Z [00:01:57.399]➜  packagefile internal/asan=/tmp/go-build3547871397/b028/_pkg_.a
2025-08-20T21:20:04.1336681Z [00:01:57.399]➜  packagefile internal/bytealg=/tmp/go-build3547871397/b011/_pkg_.a
2025-08-20T21:20:04.1337725Z [00:01:57.399]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:04.1338767Z [00:01:57.399]➜  packagefile internal/goarch=/tmp/go-build3547871397/b007/_pkg_.a
2025-08-20T21:20:04.1340086Z [00:01:57.399]➜  packagefile internal/itoa=/tmp/go-build3547871397/b038/_pkg_.a
2025-08-20T21:20:04.1341088Z [00:01:57.399]➜  packagefile internal/msan=/tmp/go-build3547871397/b029/_pkg_.a
2025-08-20T21:20:04.1342044Z [00:01:57.399]➜  packagefile internal/oserror=/tmp/go-build3547871397/b054/_pkg_.a
2025-08-20T21:20:04.1343692Z [00:01:57.399]➜  packagefile internal/race=/tmp/go-build3547871397/b030/_pkg_.a
2025-08-20T21:20:04.1344726Z [00:01:57.399]➜  packagefile internal/runtime/syscall=/tmp/go-build3547871397/b024/_pkg_.a
2025-08-20T21:20:04.1345703Z [00:01:57.399]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:04.1346563Z [00:01:57.399]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:04.1347389Z [00:01:57.399]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:04.1348247Z [00:01:57.399]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:04.1348917Z [00:01:57.399]➜  EOF
2025-08-20T21:20:04.1349415Z [00:01:57.399]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:04.1359591Z [00:01:57.400]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b059=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid BjXwGNMiwygH1Ys2pMBt/BjXwGNMiwygH1Ys2pMBt -goversion go1.25.0 -symabis $WORK/b059/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack -asmhdr $WORK/b059/go_asm.h /root/.go/src/syscall/badlinkname_unix.go /root/.go/src/syscall/dirent.go /root/.go/src/syscall/env_unix.go /root/.go/src/syscall/exec_linux.go /root/.go/src/syscall/exec_unix.go /root/.go/src/syscall/flock_linux.go /root/.go/src/syscall/forkpipe2.go /root/.go/src/syscall/linkname_unix.go /root/.go/src/syscall/lsf_linux.go /root/.go/src/syscall/net.go /root/.go/src/syscall/netlink_linux.go /root/.go/src/syscall/rlimit.go /root/.go/src/syscall/rlimit_stub.go /root/.go/src/syscall/setuidgid_linux.go /root/.go/src/syscall/sockcmsg_linux.go /root/.go/src/syscall/sockcmsg_unix.go /root/.go/src/syscall/sockcmsg_unix_other.go /root/.go/src/syscall/syscall.go /root/.go/src/syscall/syscall_linux.go /root/.go/src/syscall/syscall_linux_amd64.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_amd64.go /root/.go/src/syscall/zsyscall_linux_amd64.go /root/.go/src/syscall/zsysnum_linux_amd64.go /root/.go/src/syscall/ztypes_linux_amd64.go
2025-08-20T21:20:04.1775681Z [00:01:57.444]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T21:20:04.1788083Z [00:01:57.446]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d # internal
2025-08-20T21:20:04.1804134Z [00:01:57.446]➜  strings
2025-08-20T21:20:04.1804644Z [00:01:57.446]➜  mkdir -p $WORK/b064/
2025-08-20T21:20:04.1805390Z [00:01:57.446]➜  cat >/tmp/go-build3547871397/b064/importcfg << 'EOF' # internal
2025-08-20T21:20:04.1806111Z [00:01:57.446]➜  # import config
2025-08-20T21:20:04.1806771Z [00:01:57.446]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:04.1807653Z [00:01:57.446]➜  packagefile internal/abi=/tmp/go-build3547871397/b006/_pkg_.a
2025-08-20T21:20:04.1808616Z [00:01:57.446]➜  packagefile internal/bytealg=/tmp/go-build3547871397/b011/_pkg_.a
2025-08-20T21:20:04.1809634Z [00:01:57.446]➜  packagefile internal/stringslite=/tmp/go-build3547871397/b032/_pkg_.a
2025-08-20T21:20:04.1810564Z [00:01:57.446]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:04.1811337Z [00:01:57.446]➜  packagefile iter=/tmp/go-build3547871397/b039/_pkg_.a
2025-08-20T21:20:04.1812160Z [00:01:57.446]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:04.1813660Z [00:01:57.446]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:04.1814507Z [00:01:57.446]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:04.1815679Z [00:01:57.446]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:04.1816386Z [00:01:57.446]➜  EOF
2025-08-20T21:20:04.1820521Z [00:01:57.446]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b064=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid p5X9GGCbh0IlFMI_7Vz2/p5X9GGCbh0IlFMI_7Vz2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/.go/src/strings/builder.go /root/.go/src/strings/clone.go /root/.go/src/strings/compare.go /root/.go/src/strings/iter.go /root/.go/src/strings/reader.go /root/.go/src/strings/replace.go /root/.go/src/strings/search.go /root/.go/src/strings/strings.go
2025-08-20T21:20:04.2619703Z [00:01:57.529]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T21:20:04.2622562Z [00:01:57.529]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T21:20:04.2639647Z [00:01:57.531]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d # internal
2025-08-20T21:20:04.2646970Z [00:01:57.532]➜  reflect
2025-08-20T21:20:04.2647504Z [00:01:57.532]➜  mkdir -p $WORK/b037/
2025-08-20T21:20:04.2649297Z [00:01:57.532]➜  echo -n > $WORK/b037/go_asm.h # internal
2025-08-20T21:20:04.2650086Z [00:01:57.532]➜  cd /root/.go/src/reflect
2025-08-20T21:20:04.2652014Z [00:01:57.532]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b037=>" -I $WORK/b037/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b037/symabis ./asm_amd64.s
2025-08-20T21:20:04.2684695Z [00:01:57.536]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d # internal
2025-08-20T21:20:04.2689005Z [00:01:57.536]➜  bytes
2025-08-20T21:20:04.2691824Z [00:01:57.536]➜  mkdir -p $WORK/b070/
2025-08-20T21:20:04.2693451Z [00:01:57.536]➜  cat >/tmp/go-build3547871397/b070/importcfg << 'EOF' # internal
2025-08-20T21:20:04.2694495Z [00:01:57.536]➜  # import config
2025-08-20T21:20:04.2695486Z [00:01:57.536]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:04.2696965Z [00:01:57.536]➜  packagefile internal/bytealg=/tmp/go-build3547871397/b011/_pkg_.a
2025-08-20T21:20:04.2698467Z [00:01:57.536]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:04.2699842Z [00:01:57.536]➜  packagefile iter=/tmp/go-build3547871397/b039/_pkg_.a
2025-08-20T21:20:04.2701118Z [00:01:57.536]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:04.2704921Z [00:01:57.536]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:04.2705916Z [00:01:57.536]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:04.2706577Z [00:01:57.536]➜  EOF
2025-08-20T21:20:04.2707060Z [00:01:57.536]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:04.2717578Z [00:01:57.536]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b070=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid d0zgAlIUGYcZ2cGmr7nY/d0zgAlIUGYcZ2cGmr7nY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/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:20:04.2720570Z [00:01:57.539]➜  cat >/tmp/go-build3547871397/b037/importcfg << 'EOF' # internal
2025-08-20T21:20:04.2721247Z [00:01:57.539]➜  # import config
2025-08-20T21:20:04.2721936Z [00:01:57.539]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:04.2723023Z [00:01:57.539]➜  packagefile internal/abi=/tmp/go-build3547871397/b006/_pkg_.a
2025-08-20T21:20:04.2724019Z [00:01:57.539]➜  packagefile internal/bytealg=/tmp/go-build3547871397/b011/_pkg_.a
2025-08-20T21:20:04.2725003Z [00:01:57.539]➜  packagefile internal/goarch=/tmp/go-build3547871397/b007/_pkg_.a
2025-08-20T21:20:04.2726186Z [00:01:57.539]➜  packagefile internal/itoa=/tmp/go-build3547871397/b038/_pkg_.a
2025-08-20T21:20:04.2727184Z [00:01:57.539]➜  packagefile internal/race=/tmp/go-build3547871397/b030/_pkg_.a
2025-08-20T21:20:04.2728177Z [00:01:57.539]➜  packagefile internal/runtime/maps=/tmp/go-build3547871397/b027/_pkg_.a
2025-08-20T21:20:04.2729215Z [00:01:57.539]➜  packagefile internal/runtime/sys=/tmp/go-build3547871397/b031/_pkg_.a
2025-08-20T21:20:04.2730243Z [00:01:57.539]➜  packagefile internal/unsafeheader=/tmp/go-build3547871397/b009/_pkg_.a
2025-08-20T21:20:04.2731167Z [00:01:57.539]➜  packagefile iter=/tmp/go-build3547871397/b039/_pkg_.a
2025-08-20T21:20:04.2732001Z [00:01:57.539]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:04.2733020Z [00:01:57.539]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:04.2733849Z [00:01:57.539]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:04.2734638Z [00:01:57.539]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:04.2735463Z [00:01:57.539]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:04.2736320Z [00:01:57.539]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:04.2736982Z [00:01:57.539]➜  EOF
2025-08-20T21:20:04.2742218Z [00:01:57.539]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b037=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid 5sHFdcVSOaePWPa_osmi/5sHFdcVSOaePWPa_osmi -goversion go1.25.0 -symabis $WORK/b037/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack -asmhdr $WORK/b037/go_asm.h /root/.go/src/reflect/abi.go /root/.go/src/reflect/badlinkname.go /root/.go/src/reflect/deepequal.go /root/.go/src/reflect/float32reg_generic.go /root/.go/src/reflect/iter.go /root/.go/src/reflect/makefunc.go /root/.go/src/reflect/map_swiss.go /root/.go/src/reflect/swapper.go /root/.go/src/reflect/type.go /root/.go/src/reflect/value.go /root/.go/src/reflect/visiblefields.go
2025-08-20T21:20:04.4137134Z [00:01:57.681]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T21:20:04.4145748Z [00:01:57.682]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T21:20:04.4161619Z [00:01:57.683]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d # internal
2025-08-20T21:20:04.4173747Z [00:01:57.684]➜  encoding/base64
2025-08-20T21:20:04.4174724Z [00:01:57.684]➜  mkdir -p $WORK/b072/
2025-08-20T21:20:04.4175618Z [00:01:57.684]➜  cat >/tmp/go-build3547871397/b072/importcfg << 'EOF' # internal
2025-08-20T21:20:04.4176330Z [00:01:57.684]➜  # import config
2025-08-20T21:20:04.4177610Z [00:01:57.684]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:04.4178874Z [00:01:57.684]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:04.4180825Z [00:01:57.684]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:04.4181702Z [00:01:57.684]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:04.4182337Z [00:01:57.684]➜  EOF
2025-08-20T21:20:04.4185359Z [00:01:57.685]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b072=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid WtfAcfMQFJdbATnk5y5y/WtfAcfMQFJdbATnk5y5y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T21:20:04.4188530Z [00:01:57.685]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d # internal
2025-08-20T21:20:04.4189623Z [00:01:57.685]➜  log/slog/internal/buffer
2025-08-20T21:20:04.4190189Z [00:01:57.685]➜  mkdir -p $WORK/b077/
2025-08-20T21:20:04.4191969Z [00:01:57.686]➜  cat >/tmp/go-build3547871397/b077/importcfg << 'EOF' # internal
2025-08-20T21:20:04.4193496Z [00:01:57.686]➜  # import config
2025-08-20T21:20:04.4195141Z [00:01:57.686]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:04.4196505Z [00:01:57.686]➜  EOF
2025-08-20T21:20:04.4200802Z [00:01:57.686]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/log/slog/internal/buffer=>log/slog/internal/buffer;$WORK/b077=>" -p log/slog/internal/buffer -lang=go1.25 -std -complete -installsuffix shared -buildid 0HWT8LqazVPdgpieUes_/0HWT8LqazVPdgpieUes_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/.go/src/log/slog/internal/buffer/buffer.go
2025-08-20T21:20:04.4412066Z [00:01:57.708]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T21:20:04.4429971Z [00:01:57.710]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/36/36eb2e8aaccbeba90afc12b134521137935cf1e21b7a560ac87472a04d456af2-d # internal
2025-08-20T21:20:04.4439959Z [00:01:57.711]➜  regexp/syntax
2025-08-20T21:20:04.4443775Z [00:01:57.711]➜  mkdir -p $WORK/b081/
2025-08-20T21:20:04.4460804Z [00:01:57.712]➜  cat >/tmp/go-build3547871397/b081/importcfg << 'EOF' # internal
2025-08-20T21:20:04.4462097Z [00:01:57.712]➜  # import config
2025-08-20T21:20:04.4463277Z [00:01:57.712]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:04.4464644Z [00:01:57.712]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:04.4465710Z [00:01:57.712]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:04.4466824Z [00:01:57.712]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:04.4468701Z [00:01:57.712]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:04.4469589Z [00:01:57.712]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:04.4470452Z [00:01:57.712]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:04.4471130Z [00:01:57.712]➜  EOF
2025-08-20T21:20:04.4476370Z [00:01:57.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b081=>" -p regexp/syntax -lang=go1.25 -std -complete -installsuffix shared -buildid ZZLt7kv2e7TNThUqQKwy/ZZLt7kv2e7TNThUqQKwy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/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:20:04.4751265Z [00:01:57.742]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T21:20:04.4779408Z [00:01:57.745]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d # internal
2025-08-20T21:20:04.4791229Z [00:01:57.746]➜  bufio
2025-08-20T21:20:04.4793991Z [00:01:57.746]➜  mkdir -p $WORK/b085/
2025-08-20T21:20:04.4809302Z [00:01:57.748]➜  cat >/tmp/go-build3547871397/b085/importcfg << 'EOF' # internal
2025-08-20T21:20:04.4810366Z [00:01:57.748]➜  # import config
2025-08-20T21:20:04.4811435Z [00:01:57.748]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:04.4812898Z [00:01:57.748]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:04.4816622Z [00:01:57.748]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:04.4819290Z [00:01:57.748]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:04.4820828Z [00:01:57.748]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:04.4821837Z [00:01:57.748]➜  EOF
2025-08-20T21:20:04.4825615Z [00:01:57.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b085=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid lMiptq_IVFXdFizLJxvr/lMiptq_IVFXdFizLJxvr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T21:20:04.6112232Z [00:01:57.878]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T21:20:04.6128629Z [00:01:57.880]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d # internal
2025-08-20T21:20:04.6152075Z [00:01:57.882]➜  github.com/gogo/protobuf/sortkeys
2025-08-20T21:20:04.6156013Z [00:01:57.883]➜  mkdir -p $WORK/b086/
2025-08-20T21:20:04.6157822Z [00:01:57.883]➜  cat >/tmp/go-build3547871397/b086/importcfg << 'EOF' # internal
2025-08-20T21:20:04.6158992Z [00:01:57.883]➜  # import config
2025-08-20T21:20:04.6159888Z [00:01:57.883]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:04.6162838Z [00:01:57.883]➜  EOF
2025-08-20T21:20:04.6166524Z [00:01:57.883]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/sortkeys=>github.com/gogo/protobuf@v1.3.2/sortkeys;$WORK/b086=>" -p github.com/gogo/protobuf/sortkeys -lang=go1.15 -complete -installsuffix shared -buildid j9UnGlAy8RVIk398mzzL/j9UnGlAy8RVIk398mzzL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/sortkeys/sortkeys.go
2025-08-20T21:20:04.6619106Z [00:01:57.929]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T21:20:04.6639326Z [00:01:57.931]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/af/af0dcd0b073df1e9ac6f621037e1b3881892509023aeffe0a8a94c5ad039d7b1-d # internal
2025-08-20T21:20:04.6645929Z [00:01:57.931]➜  math/rand
2025-08-20T21:20:04.6646446Z [00:01:57.931]➜  mkdir -p $WORK/b091/
2025-08-20T21:20:04.6647197Z [00:01:57.931]➜  cat >/tmp/go-build3547871397/b091/importcfg << 'EOF' # internal
2025-08-20T21:20:04.6647879Z [00:01:57.931]➜  # import config
2025-08-20T21:20:04.6648622Z [00:01:57.931]➜  packagefile internal/godebug=/tmp/go-build3547871397/b057/_pkg_.a
2025-08-20T21:20:04.6649578Z [00:01:57.931]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:04.6650386Z [00:01:57.931]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:04.6651266Z [00:01:57.931]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:04.6651944Z [00:01:57.931]➜  EOF
2025-08-20T21:20:04.6655500Z [00:01:57.931]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b091=>" -p math/rand -lang=go1.25 -std -complete -installsuffix shared -buildid IdCcwEfHNes69rENPqub/IdCcwEfHNes69rENPqub -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/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:20:04.7077431Z [00:01:57.975]➜  cd /root/.go/src/syscall
2025-08-20T21:20:04.7081703Z [00:01:57.975]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b059=>" -I $WORK/b059/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b059/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:20:04.7161506Z [00:01:57.983]➜  go tool pack r $WORK/b059/_pkg_.a $WORK/b059/asm_linux_amd64.o # internal
2025-08-20T21:20:04.7176419Z [00:01:57.985]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T21:20:04.7250990Z [00:01:57.992]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d # internal
2025-08-20T21:20:04.7280793Z [00:01:57.995]➜  time
2025-08-20T21:20:04.7282787Z [00:01:57.996]➜  mkdir -p $WORK/b056/
2025-08-20T21:20:04.7288521Z [00:01:57.996]➜  cat >/tmp/go-build3547871397/b056/importcfg << 'EOF' # internal
2025-08-20T21:20:04.7290207Z [00:01:57.996]➜  # import config
2025-08-20T21:20:04.7291098Z [00:01:57.996]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:04.7303698Z [00:01:57.996]➜  packagefile internal/bytealg=/tmp/go-build3547871397/b011/_pkg_.a
2025-08-20T21:20:04.7305464Z [00:01:57.996]➜  packagefile internal/godebug=/tmp/go-build3547871397/b057/_pkg_.a
2025-08-20T21:20:04.7307027Z [00:01:57.996]➜  packagefile internal/stringslite=/tmp/go-build3547871397/b032/_pkg_.a
2025-08-20T21:20:04.7308404Z [00:01:57.996]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:04.7310508Z [00:01:57.996]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:04.7311586Z [00:01:57.996]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:04.7312920Z [00:01:57.996]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:04.7313930Z [00:01:57.996]➜  EOF
2025-08-20T21:20:04.7314616Z [00:01:57.996]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:04.7319365Z [00:01:57.996]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b056=>" -p time -lang=go1.25 -std -installsuffix shared -buildid SpkV7-F9eS-s5mbczKeK/SpkV7-F9eS-s5mbczKeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/time/format.go /root/.go/src/time/format_rfc3339.go /root/.go/src/time/sleep.go /root/.go/src/time/sys_unix.go /root/.go/src/time/tick.go /root/.go/src/time/time.go /root/.go/src/time/zoneinfo.go /root/.go/src/time/zoneinfo_goroot.go /root/.go/src/time/zoneinfo_read.go /root/.go/src/time/zoneinfo_unix.go
2025-08-20T21:20:04.7644163Z [00:01:58.031]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T21:20:04.7665937Z [00:01:58.034]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d # internal
2025-08-20T21:20:04.7675344Z [00:01:58.035]➜  internal/syscall/unix
2025-08-20T21:20:04.7678095Z [00:01:58.035]➜  mkdir -p $WORK/b061/
2025-08-20T21:20:04.7680989Z [00:01:58.035]➜  cat >/tmp/go-build3547871397/b061/importcfg << 'EOF' # internal
2025-08-20T21:20:04.7681935Z [00:01:58.035]➜  # import config
2025-08-20T21:20:04.7684495Z [00:01:58.035]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:04.7685585Z [00:01:58.035]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:04.7707122Z [00:01:58.035]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:04.7707803Z [00:01:58.035]➜  EOF
2025-08-20T21:20:04.7720410Z [00:01:58.036]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b061=>" -p internal/syscall/unix -lang=go1.25 -std -complete -installsuffix shared -buildid Psg3J4fdrymlNBBWuZrK/Psg3J4fdrymlNBBWuZrK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /root/.go/src/internal/syscall/unix/at.go /root/.go/src/internal/syscall/unix/at_fstatat.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_newfstatat_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_amd64.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:20:04.8115772Z [00:01:58.079]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T21:20:04.8128471Z [00:01:58.080]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d # internal
2025-08-20T21:20:04.8136318Z [00:01:58.080]➜  internal/syscall/execenv
2025-08-20T21:20:04.8175719Z [00:01:58.080]➜  mkdir -p $WORK/b062/
2025-08-20T21:20:04.8176473Z [00:01:58.081]➜  cat >/tmp/go-build3547871397/b062/importcfg << 'EOF' # internal
2025-08-20T21:20:04.8177134Z [00:01:58.081]➜  # import config
2025-08-20T21:20:04.8177783Z [00:01:58.081]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:04.8178399Z [00:01:58.081]➜  EOF
2025-08-20T21:20:04.8181601Z [00:01:58.081]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b062=>" -p internal/syscall/execenv -lang=go1.25 -std -complete -installsuffix shared -buildid VBTr6_FsAtNdiuAsmKeK/VBTr6_FsAtNdiuAsmKeK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T21:20:04.8278814Z [00:01:58.095]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T21:20:04.8287715Z [00:01:58.096]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d # internal
2025-08-20T21:20:04.8294636Z [00:01:58.097]➜  encoding/base32
2025-08-20T21:20:04.8297325Z [00:01:58.097]➜  mkdir -p $WORK/b095/
2025-08-20T21:20:04.8308618Z [00:01:58.098]➜  cat >/tmp/go-build3547871397/b095/importcfg << 'EOF' # internal
2025-08-20T21:20:04.8310950Z [00:01:58.098]➜  # import config
2025-08-20T21:20:04.8311898Z [00:01:58.098]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:04.8313342Z [00:01:58.098]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:04.8314635Z [00:01:58.098]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:04.8315355Z [00:01:58.098]➜  EOF
2025-08-20T21:20:04.8322966Z [00:01:58.099]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/encoding/base32=>encoding/base32;$WORK/b095=>" -p encoding/base32 -lang=go1.25 -std -complete -installsuffix shared -buildid DDXVyD8qNe6NbY_TwOdh/DDXVyD8qNe6NbY_TwOdh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack /root/.go/src/encoding/base32/base32.go
2025-08-20T21:20:04.8698705Z [00:01:58.137]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T21:20:04.8783305Z [00:01:58.143]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d # internal
2025-08-20T21:20:04.8790720Z [00:01:58.146]➜  regexp
2025-08-20T21:20:04.8794364Z [00:01:58.147]➜  mkdir -p $WORK/b080/
2025-08-20T21:20:04.8795162Z [00:01:58.147]➜  cat >/tmp/go-build3547871397/b080/importcfg << 'EOF' # internal
2025-08-20T21:20:04.8796198Z [00:01:58.147]➜  # import config
2025-08-20T21:20:04.8798221Z [00:01:58.147]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:04.8799102Z [00:01:58.147]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:04.8800068Z [00:01:58.147]➜  packagefile regexp/syntax=/tmp/go-build3547871397/b081/_pkg_.a
2025-08-20T21:20:04.8800973Z [00:01:58.147]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:04.8801829Z [00:01:58.147]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:04.8802837Z [00:01:58.147]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:04.8803718Z [00:01:58.147]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:04.8804556Z [00:01:58.147]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:04.8805435Z [00:01:58.147]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:04.8806088Z [00:01:58.147]➜  EOF
2025-08-20T21:20:04.8809227Z [00:01:58.147]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b080=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid g2uLsHj_e_CJwrugKXHX/g2uLsHj_e_CJwrugKXHX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/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:20:04.8878533Z [00:01:58.155]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T21:20:04.8888337Z [00:01:58.156]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/dd/dd8d3543bfabdaac6aa4b90a5b5be84ca6fd221e8a3ff90a1e9e7879fa715796-d # internal
2025-08-20T21:20:04.8893188Z [00:01:58.156]➜  github.com/x448/float16
2025-08-20T21:20:04.8897068Z [00:01:58.156]➜  mkdir -p $WORK/b098/
2025-08-20T21:20:04.8897853Z [00:01:58.157]➜  cat >/tmp/go-build3547871397/b098/importcfg << 'EOF' # internal
2025-08-20T21:20:04.8898547Z [00:01:58.157]➜  # import config
2025-08-20T21:20:04.8899231Z [00:01:58.157]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:04.8900061Z [00:01:58.157]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:04.8900977Z [00:01:58.157]➜  EOF
2025-08-20T21:20:04.8904352Z [00:01:58.157]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/x448/float16@v0.8.4=>github.com/x448/float16@v0.8.4;$WORK/b098=>" -p github.com/x448/float16 -lang=go1.11 -complete -installsuffix shared -buildid 0GwwCY8wkHnRn8UqqHer/0GwwCY8wkHnRn8UqqHer -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack /root/go/pkg/mod/github.com/x448/float16@v0.8.4/float16.go
2025-08-20T21:20:04.9409213Z [00:01:58.208]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T21:20:04.9418456Z [00:01:58.209]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/0d/0dc6417e11bfb8716965dd1041b6e7da2ec193dfbe615205b0e65b6b88db40cc-d # internal
2025-08-20T21:20:04.9435247Z [00:01:58.209]➜  k8s.io/apimachinery/pkg/util/sets
2025-08-20T21:20:04.9435947Z [00:01:58.210]➜  mkdir -p $WORK/b104/
2025-08-20T21:20:04.9436727Z [00:01:58.210]➜  cat >/tmp/go-build3547871397/b104/importcfg << 'EOF' # internal
2025-08-20T21:20:04.9437459Z [00:01:58.210]➜  # import config
2025-08-20T21:20:04.9438146Z [00:01:58.210]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:20:04.9438991Z [00:01:58.210]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:04.9439649Z [00:01:58.210]➜  EOF
2025-08-20T21:20:04.9446925Z [00:01:58.210]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/sets=>k8s.io/apimachinery@v0.33.2/pkg/util/sets;$WORK/b104=>" -p k8s.io/apimachinery/pkg/util/sets -lang=go1.24 -complete -installsuffix shared -buildid COlZJvsmB2ZBD7UGDpej/COlZJvsmB2ZBD7UGDpej -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/sets/byte.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/sets/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/sets/empty.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/sets/int.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/sets/int32.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/sets/int64.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/sets/set.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/sets/string.go
2025-08-20T21:20:05.1734381Z [00:01:58.440]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T21:20:05.1769432Z [00:01:58.444]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d # internal
2025-08-20T21:20:05.1775335Z [00:01:58.444]➜  k8s.io/klog/v2/internal/severity
2025-08-20T21:20:05.1775991Z [00:01:58.444]➜  mkdir -p $WORK/b111/
2025-08-20T21:20:05.1785045Z [00:01:58.446]➜  cat >/tmp/go-build3547871397/b111/importcfg << 'EOF' # internal
2025-08-20T21:20:05.1786365Z [00:01:58.446]➜  # import config
2025-08-20T21:20:05.1787607Z [00:01:58.446]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:05.1788584Z [00:01:58.446]➜  EOF
2025-08-20T21:20:05.1792415Z [00:01:58.446]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b111/_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/b111=>" -p k8s.io/klog/v2/internal/severity -lang=go1.18 -complete -installsuffix shared -buildid MQUCD-ewDfgjtsWVchR4/MQUCD-ewDfgjtsWVchR4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/severity/severity.go
2025-08-20T21:20:05.1894573Z [00:01:58.457]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T21:20:05.1918990Z [00:01:58.459]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/52/528db4619270aa6c2b4166a54ec1ec4c4c8834c974ae9feb783dccd48e24e3a0-d # internal
2025-08-20T21:20:05.2194527Z [00:01:58.487]➜  runtime/cgo
2025-08-20T21:20:05.2197331Z [00:01:58.487]➜  mkdir -p $WORK/b117/
2025-08-20T21:20:05.2199741Z [00:01:58.487]➜  echo -n > $WORK/b117/preferlinkext # internal
2025-08-20T21:20:05.2202388Z [00:01:58.488]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:20:05.2206844Z [00:01:58.488]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b117/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b117/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T21:20:05.2655570Z [00:01:58.531]➜  cd $WORK
2025-08-20T21:20:05.2656693Z [00:01:58.531]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:20:05.3322417Z [00:01:58.599]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:20:05.3864480Z [00:01:58.653]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T21:20:05.3881369Z [00:01:58.655]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T21:20:05.3975956Z [00:01:58.665]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d # internal
2025-08-20T21:20:05.4409787Z [00:01:58.708]➜  cd /root/.go/src/reflect
2025-08-20T21:20:05.4412472Z [00:01:58.708]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b037=>" -I $WORK/b037/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b037/asm_amd64.o ./asm_amd64.s
2025-08-20T21:20:05.4456719Z [00:01:58.713]➜  go tool pack r $WORK/b037/_pkg_.a $WORK/b037/asm_amd64.o # internal
2025-08-20T21:20:05.4457592Z [00:01:58.713]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T21:20:05.4578314Z [00:01:58.725]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d # internal
2025-08-20T21:20:05.4710217Z [00:01:58.738]➜  cd $WORK
2025-08-20T21:20:05.4711165Z [00:01:58.738]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:20:05.4835190Z [00:01:58.751]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:20:05.4877359Z [00:01:58.755]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T21:20:05.4942056Z [00:01:58.761]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/32/32cfe84d621609837273370420793297195259f4cf448704e6dfac0593230620-d # internal
2025-08-20T21:20:05.4955171Z [00:01:58.763]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:20:05.5079139Z [00:01:58.775]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b117=/tmp/go-build -gno-record-gcc-switches -frandom-seed=1 -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T21:20:05.5095000Z [00:01:58.775]➜  internal/fmtsort
2025-08-20T21:20:05.5095510Z [00:01:58.775]➜  mkdir -p $WORK/b035/
2025-08-20T21:20:05.5096023Z [00:01:58.775]➜  io/fs
2025-08-20T21:20:05.5096451Z [00:01:58.775]➜  mkdir -p $WORK/b053/
2025-08-20T21:20:05.5097151Z [00:01:58.775]➜  cat >/tmp/go-build3547871397/b035/importcfg << 'EOF' # internal
2025-08-20T21:20:05.5097816Z [00:01:58.775]➜  # import config
2025-08-20T21:20:05.5098458Z [00:01:58.775]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:20:05.5099275Z [00:01:58.775]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:05.5100097Z [00:01:58.775]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:05.5100696Z [00:01:58.775]➜  EOF
2025-08-20T21:20:05.5101144Z [00:01:58.775]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:05.5104238Z [00:01:58.775]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b035=>" -p internal/fmtsort -lang=go1.25 -std -complete -installsuffix shared -buildid cYUTo3b48V3JDSnH5ZsN/cYUTo3b48V3JDSnH5ZsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T21:20:05.5107060Z [00:01:58.775]➜  internal/poll
2025-08-20T21:20:05.5107711Z [00:01:58.775]➜  cat >/tmp/go-build3547871397/b053/importcfg << 'EOF' # internal
2025-08-20T21:20:05.5108356Z [00:01:58.775]➜  # import config
2025-08-20T21:20:05.5108975Z [00:01:58.775]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:05.5109836Z [00:01:58.775]➜  packagefile internal/bytealg=/tmp/go-build3547871397/b011/_pkg_.a
2025-08-20T21:20:05.5110760Z [00:01:58.775]➜  packagefile internal/oserror=/tmp/go-build3547871397/b054/_pkg_.a
2025-08-20T21:20:05.5111612Z [00:01:58.775]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:05.5112391Z [00:01:58.775]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:05.5113515Z [00:01:58.775]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:05.5114348Z [00:01:58.775]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:05.5115179Z [00:01:58.775]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:05.5115821Z [00:01:58.775]➜  EOF
2025-08-20T21:20:05.5116260Z [00:01:58.775]➜  mkdir -p $WORK/b060/
2025-08-20T21:20:05.5120427Z [00:01:58.775]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b053=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid pq2CM60xOM7HPAgcBiSM/pq2CM60xOM7HPAgcBiSM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/io/fs/format.go /root/.go/src/io/fs/fs.go /root/.go/src/io/fs/glob.go /root/.go/src/io/fs/readdir.go /root/.go/src/io/fs/readfile.go /root/.go/src/io/fs/readlink.go /root/.go/src/io/fs/stat.go /root/.go/src/io/fs/sub.go /root/.go/src/io/fs/walk.go
2025-08-20T21:20:05.5124255Z [00:01:58.775]➜  cat >/tmp/go-build3547871397/b060/importcfg << 'EOF' # internal
2025-08-20T21:20:05.5124946Z [00:01:58.775]➜  # import config
2025-08-20T21:20:05.5125582Z [00:01:58.775]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:05.5126443Z [00:01:58.775]➜  packagefile internal/itoa=/tmp/go-build3547871397/b038/_pkg_.a
2025-08-20T21:20:05.5127407Z [00:01:58.775]➜  packagefile internal/syscall/unix=/tmp/go-build3547871397/b061/_pkg_.a
2025-08-20T21:20:05.5128277Z [00:01:58.775]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:05.5129046Z [00:01:58.775]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:05.5129835Z [00:01:58.775]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:05.5130654Z [00:01:58.775]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:05.5131498Z [00:01:58.775]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:05.5132312Z [00:01:58.775]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:05.5133058Z [00:01:58.775]➜  EOF
2025-08-20T21:20:05.5150937Z [00:01:58.775]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b060=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid aMkCY-hXUPExFrik4-fF/aMkCY-hXUPExFrik4-fF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack /root/.go/src/internal/poll/copy_file_range_linux.go /root/.go/src/internal/poll/copy_file_range_unix.go /root/.go/src/internal/poll/errno_unix.go /root/.go/src/internal/poll/fd.go /root/.go/src/internal/poll/fd_fsync_posix.go /root/.go/src/internal/poll/fd_mutex.go /root/.go/src/internal/poll/fd_poll_runtime.go /root/.go/src/internal/poll/fd_posix.go /root/.go/src/internal/poll/fd_unix.go /root/.go/src/internal/poll/fd_unixjs.go /root/.go/src/internal/poll/fd_writev_unix.go /root/.go/src/internal/poll/hook_cloexec.go /root/.go/src/internal/poll/hook_unix.go /root/.go/src/internal/poll/iovec_unix.go /root/.go/src/internal/poll/sendfile.go /root/.go/src/internal/poll/sendfile_unix.go /root/.go/src/internal/poll/sock_cloexec.go /root/.go/src/internal/poll/sockopt.go /root/.go/src/internal/poll/sockopt_linux.go /root/.go/src/internal/poll/sockopt_unix.go /root/.go/src/internal/poll/sockoptip.go /root/.go/src/internal/poll/splice_linux.go /root/.go/src/internal/poll/writev.go
2025-08-20T21:20:05.5254415Z [00:01:58.792]➜  cd $WORK/b117
2025-08-20T21:20:05.5257570Z [00:01:58.792]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b117=/tmp/go-build -gno-record-gcc-switches -I $WORK/b117/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b117/_x001.o -c _cgo_export.c
2025-08-20T21:20:05.5713110Z [00:01:58.838]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T21:20:05.5731870Z [00:01:58.840]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d # internal
2025-08-20T21:20:05.5738879Z [00:01:58.841]➜  context
2025-08-20T21:20:05.5740730Z [00:01:58.841]➜  mkdir -p $WORK/b067/
2025-08-20T21:20:05.5765921Z [00:01:58.844]➜  cat >/tmp/go-build3547871397/b067/importcfg << 'EOF' # internal
2025-08-20T21:20:05.5768145Z [00:01:58.844]➜  # import config
2025-08-20T21:20:05.5768884Z [00:01:58.844]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:05.5769814Z [00:01:58.844]➜  packagefile internal/reflectlite=/tmp/go-build3547871397/b005/_pkg_.a
2025-08-20T21:20:05.5770705Z [00:01:58.844]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:05.5771783Z [00:01:58.844]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:05.5772829Z [00:01:58.844]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:05.5773439Z [00:01:58.844]➜  EOF
2025-08-20T21:20:05.5773925Z [00:01:58.844]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:05.5776668Z [00:01:58.844]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b067=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid cqkdNwrifRVhLsX1-tMY/cqkdNwrifRVhLsX1-tMY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/context/context.go
2025-08-20T21:20:05.5779078Z [00:01:58.844]➜  cd $WORK/b117
2025-08-20T21:20:05.5782047Z [00:01:58.844]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b117=/tmp/go-build -gno-record-gcc-switches -I $WORK/b117/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b117/_x002.o -c cgo.cgo2.c
2025-08-20T21:20:05.6069975Z [00:01:58.874]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T21:20:05.6097219Z [00:01:58.877]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d # internal
2025-08-20T21:20:05.6101533Z [00:01:58.877]➜  internal/filepathlite
2025-08-20T21:20:05.6103230Z [00:01:58.877]➜  mkdir -p $WORK/b052/
2025-08-20T21:20:05.6113467Z [00:01:58.879]➜  cat >/tmp/go-build3547871397/b052/importcfg << 'EOF' # internal
2025-08-20T21:20:05.6114525Z [00:01:58.879]➜  # import config
2025-08-20T21:20:05.6120438Z [00:01:58.879]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:05.6131017Z [00:01:58.879]➜  packagefile internal/bytealg=/tmp/go-build3547871397/b011/_pkg_.a
2025-08-20T21:20:05.6134681Z [00:01:58.879]➜  packagefile internal/stringslite=/tmp/go-build3547871397/b032/_pkg_.a
2025-08-20T21:20:05.6135685Z [00:01:58.879]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:05.6136736Z [00:01:58.879]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:05.6139335Z [00:01:58.879]➜  EOF
2025-08-20T21:20:05.6140515Z [00:01:58.879]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:05.6145009Z [00:01:58.879]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b052=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 8QpI-0QHZ2zFbmcSrCfr/8QpI-0QHZ2zFbmcSrCfr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/internal/filepathlite/path.go /root/.go/src/internal/filepathlite/path_nonwindows.go /root/.go/src/internal/filepathlite/path_unix.go
2025-08-20T21:20:05.6158520Z [00:01:58.883]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:20:05.6164316Z [00:01:58.883]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b117=/tmp/go-build -gno-record-gcc-switches -I $WORK/b117/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b117/_x003.o -c gcc_context.c
2025-08-20T21:20:05.6591883Z [00:01:58.926]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T21:20:05.6600100Z [00:01:58.927]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d # internal
2025-08-20T21:20:05.6605123Z [00:01:58.928]➜  encoding/binary
2025-08-20T21:20:05.6606170Z [00:01:58.928]➜  mkdir -p $WORK/b096/
2025-08-20T21:20:05.6609748Z [00:01:58.928]➜  cat >/tmp/go-build3547871397/b096/importcfg << 'EOF' # internal
2025-08-20T21:20:05.6610497Z [00:01:58.928]➜  # import config
2025-08-20T21:20:05.6611511Z [00:01:58.928]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:05.6612437Z [00:01:58.928]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:05.6613508Z [00:01:58.928]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:05.6614370Z [00:01:58.928]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:05.6615199Z [00:01:58.928]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:05.6616027Z [00:01:58.928]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:05.6616644Z [00:01:58.928]➜  EOF
2025-08-20T21:20:05.6617149Z [00:01:58.928]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:05.6620810Z [00:01:58.928]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b096=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid YRSaRCULELrqnh_87-ik/YRSaRCULELrqnh_87-ik -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/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:20:05.6792563Z [00:01:58.946]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:20:05.6796993Z [00:01:58.946]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b117=/tmp/go-build -gno-record-gcc-switches -I $WORK/b117/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b117/_x004.o -c gcc_fatalf.c
2025-08-20T21:20:05.6828239Z [00:01:58.950]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T21:20:05.6869450Z [00:01:58.954]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d # internal
2025-08-20T21:20:05.6872550Z [00:01:58.954]➜  k8s.io/klog/v2/internal/clock
2025-08-20T21:20:05.6889101Z [00:01:58.956]➜  mkdir -p $WORK/b112/
2025-08-20T21:20:05.6892571Z [00:01:58.957]➜  cat >/tmp/go-build3547871397/b112/importcfg << 'EOF' # internal
2025-08-20T21:20:05.6897335Z [00:01:58.957]➜  # import config
2025-08-20T21:20:05.6898349Z [00:01:58.957]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:05.6898987Z [00:01:58.957]➜  EOF
2025-08-20T21:20:05.6899473Z [00:01:58.957]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:05.6903810Z [00:01:58.957]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b112/_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/b112=>" -p k8s.io/klog/v2/internal/clock -lang=go1.18 -complete -installsuffix shared -buildid 1cr2PhEk1jYM7FC-yuuG/1cr2PhEk1jYM7FC-yuuG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/clock/clock.go
2025-08-20T21:20:05.7277250Z [00:01:58.995]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T21:20:05.7284286Z [00:01:58.995]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/4b/4b58b01b2c47abaa19b3a1db8119cc2d47240969ac864d425cdce8bc5ee40dd9-d # internal
2025-08-20T21:20:05.7285480Z [00:01:58.995]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:20:05.7286062Z [00:01:58.995]➜  mkdir -p $WORK/b122/
2025-08-20T21:20:05.7286759Z [00:01:58.995]➜  cat >/tmp/go-build3547871397/b122/importcfg << 'EOF' # internal
2025-08-20T21:20:05.7287401Z [00:01:58.995]➜  # import config
2025-08-20T21:20:05.7288039Z [00:01:58.995]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:05.7288612Z [00:01:58.995]➜  EOF
2025-08-20T21:20:05.7292053Z [00:01:58.995]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b122=>" -p vendor/golang.org/x/net/dns/dnsmessage -lang=go1.25 -std -complete -installsuffix shared -buildid RxfIdmySJo_fyi_wpEHS/RxfIdmySJo_fyi_wpEHS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T21:20:05.7323970Z [00:01:59.000]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:20:05.7327388Z [00:01:59.000]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b117=/tmp/go-build -gno-record-gcc-switches -I $WORK/b117/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b117/_x005.o -c gcc_libinit.c
2025-08-20T21:20:05.7424612Z [00:01:59.010]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T21:20:05.7458379Z [00:01:59.013]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d # internal
2025-08-20T21:20:05.7469937Z [00:01:59.014]➜  os
2025-08-20T21:20:05.7471983Z [00:01:59.014]➜  mkdir -p $WORK/b051/
2025-08-20T21:20:05.7475405Z [00:01:59.015]➜  cat >/tmp/go-build3547871397/b051/importcfg << 'EOF' # internal
2025-08-20T21:20:05.7476595Z [00:01:59.015]➜  # import config
2025-08-20T21:20:05.7477864Z [00:01:59.015]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:05.7478979Z [00:01:59.015]➜  packagefile internal/bytealg=/tmp/go-build3547871397/b011/_pkg_.a
2025-08-20T21:20:05.7479914Z [00:01:59.015]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:05.7480887Z [00:01:59.015]➜  packagefile internal/filepathlite=/tmp/go-build3547871397/b052/_pkg_.a
2025-08-20T21:20:05.7481903Z [00:01:59.015]➜  packagefile internal/goarch=/tmp/go-build3547871397/b007/_pkg_.a
2025-08-20T21:20:05.7483015Z [00:01:59.015]➜  packagefile internal/itoa=/tmp/go-build3547871397/b038/_pkg_.a
2025-08-20T21:20:05.7483945Z [00:01:59.015]➜  packagefile internal/poll=/tmp/go-build3547871397/b060/_pkg_.a
2025-08-20T21:20:05.7484944Z [00:01:59.015]➜  packagefile internal/stringslite=/tmp/go-build3547871397/b032/_pkg_.a
2025-08-20T21:20:05.7485996Z [00:01:59.015]➜  packagefile internal/syscall/execenv=/tmp/go-build3547871397/b062/_pkg_.a
2025-08-20T21:20:05.7487362Z [00:01:59.015]➜  packagefile internal/syscall/unix=/tmp/go-build3547871397/b061/_pkg_.a
2025-08-20T21:20:05.7488358Z [00:01:59.015]➜  packagefile internal/testlog=/tmp/go-build3547871397/b063/_pkg_.a
2025-08-20T21:20:05.7489197Z [00:01:59.015]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:05.7489985Z [00:01:59.015]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:05.7490799Z [00:01:59.015]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:05.7491620Z [00:01:59.015]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:05.7492428Z [00:01:59.015]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:05.7493463Z [00:01:59.015]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:05.7494381Z [00:01:59.015]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:05.7495192Z [00:01:59.015]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:05.7495810Z [00:01:59.015]➜  EOF
2025-08-20T21:20:05.7496293Z [00:01:59.015]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:05.7507092Z [00:01:59.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b051=>" -p os -lang=go1.25 -std -installsuffix shared -buildid It42hYxCHsgGWMfaclET/It42hYxCHsgGWMfaclET -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/os/dir.go /root/.go/src/os/dir_unix.go /root/.go/src/os/dirent_linux.go /root/.go/src/os/eloop_other.go /root/.go/src/os/env.go /root/.go/src/os/error.go /root/.go/src/os/error_errno.go /root/.go/src/os/exec.go /root/.go/src/os/exec_linux.go /root/.go/src/os/exec_posix.go /root/.go/src/os/exec_unix.go /root/.go/src/os/executable.go /root/.go/src/os/executable_procfs.go /root/.go/src/os/file.go /root/.go/src/os/file_open_unix.go /root/.go/src/os/file_posix.go /root/.go/src/os/file_unix.go /root/.go/src/os/getwd.go /root/.go/src/os/path.go /root/.go/src/os/path_unix.go /root/.go/src/os/pidfd_linux.go /root/.go/src/os/pipe2_unix.go /root/.go/src/os/proc.go /root/.go/src/os/rawconn.go /root/.go/src/os/removeall_at.go /root/.go/src/os/removeall_unix.go /root/.go/src/os/root.go /root/.go/src/os/root_nonwindows.go /root/.go/src/os/root_openat.go /root/.go/src/os/root_unix.go /root/.go/src/os/stat.go /root/.go/src/os/stat_linux.go /root/.go/src/os/stat_unix.go /root/.go/src/os/sticky_notbsd.go /root/.go/src/os/sys.go /root/.go/src/os/sys_linux.go /root/.go/src/os/sys_unix.go /root/.go/src/os/tempfile.go /root/.go/src/os/types.go /root/.go/src/os/types_unix.go /root/.go/src/os/wait_waitid.go /root/.go/src/os/zero_copy_linux.go /root/.go/src/os/zero_copy_posix.go
2025-08-20T21:20:05.8032442Z [00:01:59.070]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:20:05.8035589Z [00:01:59.071]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b117=/tmp/go-build -gno-record-gcc-switches -I $WORK/b117/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b117/_x006.o -c gcc_linux_amd64.c
2025-08-20T21:20:05.8969415Z [00:01:59.164]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b117=/tmp/go-build -gno-record-gcc-switches -I $WORK/b117/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b117/_x007.o -c gcc_mmap.c
2025-08-20T21:20:05.9430849Z [00:01:59.210]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T21:20:05.9531167Z [00:01:59.220]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d # internal
2025-08-20T21:20:05.9550775Z [00:01:59.222]➜  internal/singleflight
2025-08-20T21:20:05.9551407Z [00:01:59.222]➜  mkdir -p $WORK/b124/
2025-08-20T21:20:05.9555867Z [00:01:59.223]➜  cat >/tmp/go-build3547871397/b124/importcfg << 'EOF' # internal
2025-08-20T21:20:05.9556564Z [00:01:59.223]➜  # import config
2025-08-20T21:20:05.9557200Z [00:01:59.223]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:05.9557837Z [00:01:59.223]➜  EOF
2025-08-20T21:20:05.9581987Z [00:01:59.225]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:05.9585469Z [00:01:59.225]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b124=>" -p internal/singleflight -lang=go1.25 -std -complete -installsuffix shared -buildid g-qjEonbg4KzmVs38yhx/g-qjEonbg4KzmVs38yhx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T21:20:05.9759012Z [00:01:59.243]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:20:05.9762549Z [00:01:59.243]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b117=/tmp/go-build -gno-record-gcc-switches -I $WORK/b117/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b117/_x008.o -c gcc_setenv.c
2025-08-20T21:20:05.9766927Z [00:01:59.244]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T21:20:05.9774388Z [00:01:59.244]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T21:20:05.9780801Z [00:01:59.245]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d # internal
2025-08-20T21:20:05.9784570Z [00:01:59.246]➜  unique
2025-08-20T21:20:05.9787976Z [00:01:59.246]➜  mkdir -p $WORK/b126/
2025-08-20T21:20:05.9792547Z [00:01:59.247]➜  cat >/tmp/go-build3547871397/b126/importcfg << 'EOF' # internal
2025-08-20T21:20:05.9793493Z [00:01:59.247]➜  # import config
2025-08-20T21:20:05.9794301Z [00:01:59.247]➜  packagefile internal/abi=/tmp/go-build3547871397/b006/_pkg_.a
2025-08-20T21:20:05.9795282Z [00:01:59.247]➜  packagefile internal/goarch=/tmp/go-build3547871397/b007/_pkg_.a
2025-08-20T21:20:05.9796345Z [00:01:59.247]➜  packagefile internal/stringslite=/tmp/go-build3547871397/b032/_pkg_.a
2025-08-20T21:20:05.9797400Z [00:01:59.247]➜  packagefile internal/sync=/tmp/go-build3547871397/b045/_pkg_.a
2025-08-20T21:20:05.9798330Z [00:01:59.247]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:05.9799198Z [00:01:59.247]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:05.9800101Z [00:01:59.247]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:05.9801009Z [00:01:59.247]➜  packagefile weak=/tmp/go-build3547871397/b127/_pkg_.a
2025-08-20T21:20:05.9801639Z [00:01:59.247]➜  EOF
2025-08-20T21:20:05.9837114Z [00:01:59.251]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d # internal
2025-08-20T21:20:05.9841623Z [00:01:59.251]➜  go/build/constraint
2025-08-20T21:20:05.9842177Z [00:01:59.251]➜  mkdir -p $WORK/b136/
2025-08-20T21:20:05.9846082Z [00:01:59.252]➜  cat >/tmp/go-build3547871397/b136/importcfg << 'EOF' # internal
2025-08-20T21:20:05.9851918Z [00:01:59.252]➜  # import config
2025-08-20T21:20:05.9852749Z [00:01:59.252]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:05.9853572Z [00:01:59.252]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:05.9854377Z [00:01:59.252]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:05.9855186Z [00:01:59.252]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:05.9856024Z [00:01:59.252]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:05.9856667Z [00:01:59.252]➜  EOF
2025-08-20T21:20:05.9857131Z [00:01:59.252]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:05.9860514Z [00:01:59.252]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b126=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid slzjFFHIY2oIZPIsSEyx/slzjFFHIY2oIZPIsSEyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b126/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:20:05.9866888Z [00:01:59.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/go/build/constraint=>go/build/constraint;$WORK/b136=>" -p go/build/constraint -lang=go1.25 -std -complete -installsuffix shared -buildid eUCZy1eSeqqdzVk4i-rk/eUCZy1eSeqqdzVk4i-rk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack /root/.go/src/go/build/constraint/expr.go /root/.go/src/go/build/constraint/vers.go
2025-08-20T21:20:06.0177793Z [00:01:59.285]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:20:06.0191797Z [00:01:59.285]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b117=/tmp/go-build -gno-record-gcc-switches -I $WORK/b117/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b117/_x009.o -c gcc_sigaction.c
2025-08-20T21:20:06.0607723Z [00:01:59.328]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T21:20:06.0626162Z [00:01:59.330]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/83/83c7651baf17d3c686a7e83d6e43c0a4ebb6fb06bd6fe324f08a3d43a75a0c5c-d # internal
2025-08-20T21:20:06.0633771Z [00:01:59.330]➜  k8s.io/apimachinery/pkg/api/operation
2025-08-20T21:20:06.0644450Z [00:01:59.331]➜  mkdir -p $WORK/b137/
2025-08-20T21:20:06.0650147Z [00:01:59.332]➜  cat >/tmp/go-build3547871397/b137/importcfg << 'EOF' # internal
2025-08-20T21:20:06.0657512Z [00:01:59.332]➜  # import config
2025-08-20T21:20:06.0658450Z [00:01:59.332]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:20:06.0659280Z [00:01:59.332]➜  EOF
2025-08-20T21:20:06.0659777Z [00:01:59.332]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:06.0663723Z [00:01:59.332]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/operation=>k8s.io/apimachinery@v0.33.2/pkg/api/operation;$WORK/b137=>" -p k8s.io/apimachinery/pkg/api/operation -lang=go1.24 -complete -installsuffix shared -buildid fHxm2SeZgZYRbE7RllE5/fHxm2SeZgZYRbE7RllE5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b137/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/operation/operation.go
2025-08-20T21:20:06.0671303Z [00:01:59.334]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:20:06.0678428Z [00:01:59.335]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b117=/tmp/go-build -gno-record-gcc-switches -I $WORK/b117/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b117/_x010.o -c gcc_stack_unix.c
2025-08-20T21:20:06.1293142Z [00:01:59.396]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T21:20:06.1308730Z [00:01:59.398]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/e8/e8fe47b183587496b611cfe62fffd00560ef28719d077ab19e0ef1fbf352ee8b-d # internal
2025-08-20T21:20:06.1314138Z [00:01:59.398]➜  hash
2025-08-20T21:20:06.1314626Z [00:01:59.399]➜  mkdir -p $WORK/b152/
2025-08-20T21:20:06.1322385Z [00:01:59.399]➜  cat >/tmp/go-build3547871397/b152/importcfg << 'EOF' # internal
2025-08-20T21:20:06.1323562Z [00:01:59.399]➜  # import config
2025-08-20T21:20:06.1324219Z [00:01:59.399]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:06.1324771Z [00:01:59.399]➜  EOF
2025-08-20T21:20:06.1325143Z [00:01:59.399]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:06.1328033Z [00:01:59.400]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b152=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid Tkz1fl-WPXxHIfzaF8D7/Tkz1fl-WPXxHIfzaF8D7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T21:20:06.1641653Z [00:01:59.431]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:20:06.1650455Z [00:01:59.431]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b117=/tmp/go-build -gno-record-gcc-switches -I $WORK/b117/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b117/_x011.o -c gcc_traceback.c
2025-08-20T21:20:06.1657402Z [00:01:59.432]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T21:20:06.1659483Z [00:01:59.433]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d # internal
2025-08-20T21:20:06.1662820Z [00:01:59.433]➜  hash/crc32
2025-08-20T21:20:06.1672037Z [00:01:59.434]➜  mkdir -p $WORK/b151/
2025-08-20T21:20:06.1673105Z [00:01:59.434]➜  echo -n > $WORK/b151/go_asm.h # internal
2025-08-20T21:20:06.1674757Z [00:01:59.434]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:20:06.1676767Z [00:01:59.434]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b151=>" -I $WORK/b151/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b151/symabis ./crc32_amd64.s
2025-08-20T21:20:06.1776292Z [00:01:59.445]➜  cat >/tmp/go-build3547871397/b151/importcfg << 'EOF' # internal
2025-08-20T21:20:06.1777058Z [00:01:59.445]➜  # import config
2025-08-20T21:20:06.1777735Z [00:01:59.445]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:06.1778537Z [00:01:59.445]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:06.1779400Z [00:01:59.445]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:06.1780343Z [00:01:59.445]➜  packagefile internal/cpu=/tmp/go-build3547871397/b012/_pkg_.a
2025-08-20T21:20:06.1781157Z [00:01:59.445]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:06.1781961Z [00:01:59.445]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:06.1782595Z [00:01:59.445]➜  EOF
2025-08-20T21:20:06.1783278Z [00:01:59.445]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:06.1787035Z [00:01:59.445]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b151=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid OevusF61XqBiglh2go0s/OevusF61XqBiglh2go0s -goversion go1.25.0 -symabis $WORK/b151/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack -asmhdr $WORK/b151/go_asm.h /root/.go/src/hash/crc32/crc32.go /root/.go/src/hash/crc32/crc32_amd64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T21:20:06.1846292Z [00:01:59.452]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T21:20:06.1926324Z [00:01:59.460]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d # internal
2025-08-20T21:20:06.1927432Z [00:01:59.460]➜  net/netip
2025-08-20T21:20:06.1943585Z [00:01:59.460]➜  mkdir -p $WORK/b125/
2025-08-20T21:20:06.1944647Z [00:01:59.460]➜  cat >/tmp/go-build3547871397/b125/importcfg << 'EOF' # internal
2025-08-20T21:20:06.1945379Z [00:01:59.460]➜  # import config
2025-08-20T21:20:06.1946081Z [00:01:59.460]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:20:06.1946921Z [00:01:59.460]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:06.1947816Z [00:01:59.460]➜  packagefile internal/bytealg=/tmp/go-build3547871397/b011/_pkg_.a
2025-08-20T21:20:06.1949147Z [00:01:59.460]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:06.1950142Z [00:01:59.460]➜  packagefile internal/itoa=/tmp/go-build3547871397/b038/_pkg_.a
2025-08-20T21:20:06.1951033Z [00:01:59.460]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:06.1951893Z [00:01:59.460]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:06.1952954Z [00:01:59.460]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:06.1953812Z [00:01:59.460]➜  packagefile unique=/tmp/go-build3547871397/b126/_pkg_.a
2025-08-20T21:20:06.1954438Z [00:01:59.460]➜  EOF
2025-08-20T21:20:06.1968779Z [00:01:59.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b125=>" -p net/netip -lang=go1.25 -std -complete -installsuffix shared -buildid T9NLh6u5PaOGybKdBh3c/T9NLh6u5PaOGybKdBh3c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T21:20:06.2079913Z [00:01:59.475]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:20:06.2083082Z [00:01:59.475]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b117=/tmp/go-build -gno-record-gcc-switches -I $WORK/b117/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b117/_x012.o -c gcc_util.c
2025-08-20T21:20:06.2432862Z [00:01:59.510]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b117=/tmp/go-build -gno-record-gcc-switches -I $WORK/b117/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b117/_x013.o -c linux_syscall.c
2025-08-20T21:20:06.2592480Z [00:01:59.526]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:20:06.2596743Z [00:01:59.526]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b151=>" -I $WORK/b151/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b151/crc32_amd64.o ./crc32_amd64.s
2025-08-20T21:20:06.2634143Z [00:01:59.531]➜  go tool pack r $WORK/b151/_pkg_.a $WORK/b151/crc32_amd64.o # internal
2025-08-20T21:20:06.2636342Z [00:01:59.531]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T21:20:06.2646184Z [00:01:59.532]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d # internal
2025-08-20T21:20:06.2648267Z [00:01:59.532]➜  crypto
2025-08-20T21:20:06.2648721Z [00:01:59.532]➜  mkdir -p $WORK/b156/
2025-08-20T21:20:06.2655211Z [00:01:59.533]➜  cat >/tmp/go-build3547871397/b156/importcfg << 'EOF' # internal
2025-08-20T21:20:06.2657028Z [00:01:59.533]➜  # import config
2025-08-20T21:20:06.2657688Z [00:01:59.533]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:06.2658469Z [00:01:59.533]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:06.2659262Z [00:01:59.533]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:06.2659873Z [00:01:59.533]➜  EOF
2025-08-20T21:20:06.2660341Z [00:01:59.533]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:06.2663133Z [00:01:59.533]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b156=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid Fj1ZPg0uZ0_I-9QQNO9R/Fj1ZPg0uZ0_I-9QQNO9R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T21:20:06.2861998Z [00:01:59.553]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T21:20:06.2871109Z [00:01:59.553]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d # internal
2025-08-20T21:20:06.2872917Z [00:01:59.553]➜  crypto/internal/fips140deps/godebug
2025-08-20T21:20:06.2873583Z [00:01:59.553]➜  mkdir -p $WORK/b160/
2025-08-20T21:20:06.2874354Z [00:01:59.553]➜  cat >/tmp/go-build3547871397/b160/importcfg << 'EOF' # internal
2025-08-20T21:20:06.2875083Z [00:01:59.553]➜  # import config
2025-08-20T21:20:06.2884099Z [00:01:59.553]➜  packagefile internal/godebug=/tmp/go-build3547871397/b057/_pkg_.a
2025-08-20T21:20:06.2885824Z [00:01:59.553]➜  EOF
2025-08-20T21:20:06.2890083Z [00:01:59.553]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b160=>" -p crypto/internal/fips140deps/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid VIJSljRWa8MllpNt2aD7/VIJSljRWa8MllpNt2aD7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T21:20:06.3075996Z [00:01:59.575]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T21:20:06.3086376Z [00:01:59.576]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d # internal
2025-08-20T21:20:06.3091180Z [00:01:59.576]➜  crypto/internal/fips140
2025-08-20T21:20:06.3091745Z [00:01:59.576]➜  mkdir -p $WORK/b159/
2025-08-20T21:20:06.3097932Z [00:01:59.577]➜  cat >/tmp/go-build3547871397/b159/importcfg << 'EOF' # internal
2025-08-20T21:20:06.3102323Z [00:01:59.577]➜  # import config
2025-08-20T21:20:06.3103395Z [00:01:59.577]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3547871397/b160/_pkg_.a
2025-08-20T21:20:06.3104726Z [00:01:59.577]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:06.3105567Z [00:01:59.577]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:06.3106416Z [00:01:59.577]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:06.3107264Z [00:01:59.577]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:06.3107869Z [00:01:59.577]➜  EOF
2025-08-20T21:20:06.3112436Z [00:01:59.577]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b159=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid wXIzNFqboyIQjN9qzn4-/wXIzNFqboyIQjN9qzn4- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/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:20:06.3187563Z [00:01:59.586]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:20:06.3192437Z [00:01:59.586]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b117=/tmp/go-build -gno-record-gcc-switches -I $WORK/b117/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b117/_x014.o -c gcc_amd64.S
2025-08-20T21:20:06.3216248Z [00:01:59.589]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T21:20:06.3299463Z [00:01:59.597]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d # internal
2025-08-20T21:20:06.3305836Z [00:01:59.597]➜  fmt
2025-08-20T21:20:06.3306337Z [00:01:59.598]➜  mkdir -p $WORK/b034/
2025-08-20T21:20:06.3312188Z [00:01:59.598]➜  cat >/tmp/go-build3547871397/b034/importcfg << 'EOF' # internal
2025-08-20T21:20:06.3313133Z [00:01:59.598]➜  # import config
2025-08-20T21:20:06.3313788Z [00:01:59.598]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:06.3314863Z [00:01:59.598]➜  packagefile internal/fmtsort=/tmp/go-build3547871397/b035/_pkg_.a
2025-08-20T21:20:06.3315720Z [00:01:59.598]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:06.3316479Z [00:01:59.598]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:06.3317256Z [00:01:59.598]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:06.3318043Z [00:01:59.598]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:06.3318853Z [00:01:59.598]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:06.3319651Z [00:01:59.598]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:06.3320436Z [00:01:59.598]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:06.3328844Z [00:01:59.598]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:06.3329584Z [00:01:59.598]➜  EOF
2025-08-20T21:20:06.3330056Z [00:01:59.598]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:06.3335987Z [00:01:59.599]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b034=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid qqDGHnbvrGH0JVvwba_3/qqDGHnbvrGH0JVvwba_3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/fmt/doc.go /root/.go/src/fmt/errors.go /root/.go/src/fmt/format.go /root/.go/src/fmt/print.go /root/.go/src/fmt/scan.go
2025-08-20T21:20:06.3344473Z [00:01:59.599]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T21:20:06.3345748Z [00:01:59.600]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d # internal
2025-08-20T21:20:06.3347141Z [00:01:59.600]➜  k8s.io/klog/v2/internal/buffer
2025-08-20T21:20:06.3347715Z [00:01:59.600]➜  mkdir -p $WORK/b110/
2025-08-20T21:20:06.3348416Z [00:01:59.600]➜  cat >/tmp/go-build3547871397/b110/importcfg << 'EOF' # internal
2025-08-20T21:20:06.3349126Z [00:01:59.600]➜  # import config
2025-08-20T21:20:06.3349785Z [00:01:59.600]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:06.3350805Z [00:01:59.600]➜  packagefile k8s.io/klog/v2/internal/severity=/tmp/go-build3547871397/b111/_pkg_.a
2025-08-20T21:20:06.3351764Z [00:01:59.600]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:06.3352568Z [00:01:59.600]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:06.3353565Z [00:01:59.600]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:06.3354166Z [00:01:59.600]➜  EOF
2025-08-20T21:20:06.3357489Z [00:01:59.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b110/_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/b110=>" -p k8s.io/klog/v2/internal/buffer -lang=go1.18 -complete -installsuffix shared -buildid uu1C5A-yVbq_J-eMo5_y/uu1C5A-yVbq_J-eMo5_y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/buffer/buffer.go
2025-08-20T21:20:06.3401167Z [00:01:59.607]➜  cd $WORK/b117
2025-08-20T21:20:06.3406603Z [00:01:59.607]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b117=/tmp/go-build -gno-record-gcc-switches -I $WORK/b117/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=iBW1RfTeOg3zu7emqzxD -o $WORK/b117/_cgo_main.o -c _cgo_main.c
2025-08-20T21:20:06.3635666Z [00:01:59.631]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:06.3641633Z [00:01:59.631]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b117=/tmp/go-build -gno-record-gcc-switches -o $WORK/b117/_cgo_.o $WORK/b117/_cgo_main.o $WORK/b117/preferlinkext $WORK/b117/_x001.o $WORK/b117/_x002.o $WORK/b117/_x003.o $WORK/b117/_x004.o $WORK/b117/_x005.o $WORK/b117/_x006.o $WORK/b117/_x007.o $WORK/b117/_x008.o $WORK/b117/_x009.o $WORK/b117/_x010.o $WORK/b117/_x011.o $WORK/b117/_x012.o $WORK/b117/_x013.o $WORK/b117/_x014.o -O2 -g -lpthread
2025-08-20T21:20:06.3806243Z [00:01:59.648]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T21:20:06.3824630Z [00:01:59.649]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/22/22a38559bcf07f954468dbe783785f02db5db255b219613b26a5c7349eca72b1-d # internal
2025-08-20T21:20:06.3825971Z [00:01:59.650]➜  path/filepath
2025-08-20T21:20:06.3826729Z [00:01:59.650]➜  mkdir -p $WORK/b118/
2025-08-20T21:20:06.3832254Z [00:01:59.650]➜  cat >/tmp/go-build3547871397/b118/importcfg << 'EOF' # internal
2025-08-20T21:20:06.3835331Z [00:01:59.650]➜  # import config
2025-08-20T21:20:06.3836703Z [00:01:59.650]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:06.3839004Z [00:01:59.650]➜  packagefile internal/bytealg=/tmp/go-build3547871397/b011/_pkg_.a
2025-08-20T21:20:06.3840733Z [00:01:59.650]➜  packagefile internal/filepathlite=/tmp/go-build3547871397/b052/_pkg_.a
2025-08-20T21:20:06.3843460Z [00:01:59.650]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:06.3844952Z [00:01:59.650]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:06.3847874Z [00:01:59.650]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:06.3848728Z [00:01:59.650]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:06.3849548Z [00:01:59.650]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:06.3850416Z [00:01:59.650]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:06.3851599Z [00:01:59.650]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:06.3852290Z [00:01:59.650]➜  EOF
2025-08-20T21:20:06.3856442Z [00:01:59.650]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b118=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid O8Lc8uUMUzKTa0OHNwgG/O8Lc8uUMUzKTa0OHNwgG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/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:20:06.4558294Z [00:01:59.723]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b117=/tmp/go-build -gno-record-gcc-switches -o $WORK/b117/_cgo_.o $WORK/b117/_cgo_main.o $WORK/b117/preferlinkext $WORK/b117/_x001.o $WORK/b117/_x002.o $WORK/b117/_x003.o $WORK/b117/_x004.o $WORK/b117/_x005.o $WORK/b117/_x006.o $WORK/b117/_x007.o $WORK/b117/_x008.o $WORK/b117/_x009.o $WORK/b117/_x010.o $WORK/b117/_x011.o $WORK/b117/_x012.o $WORK/b117/_x013.o $WORK/b117/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T21:20:06.4563790Z [00:01:59.723]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage cgo -dynimport $WORK/b117/_cgo_.o -dynout $WORK/b117/_cgo_import.go -dynlinker
2025-08-20T21:20:06.4639073Z [00:01:59.731]➜  echo -n > $WORK/b117/go_asm.h # internal
2025-08-20T21:20:06.4641579Z [00:01:59.732]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:20:06.4646157Z [00:01:59.732]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b117=>" -I $WORK/b117/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b117/symabis ./asm_amd64.s
2025-08-20T21:20:06.4717306Z [00:01:59.739]➜  cat >/tmp/go-build3547871397/b117/importcfg << 'EOF' # internal
2025-08-20T21:20:06.4720578Z [00:01:59.739]➜  # import config
2025-08-20T21:20:06.4721534Z [00:01:59.739]➜  packagefile internal/runtime/sys=/tmp/go-build3547871397/b031/_pkg_.a
2025-08-20T21:20:06.4722453Z [00:01:59.739]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:06.4723876Z [00:01:59.739]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:06.4724552Z [00:01:59.739]➜  EOF
2025-08-20T21:20:06.4725030Z [00:01:59.739]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:06.4730630Z [00:01:59.739]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b117=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid iBW1RfTeOg3zu7emqzxD/iBW1RfTeOg3zu7emqzxD -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/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/b117/_cgo_gotypes.go $WORK/b117/cgo.cgo1.go $WORK/b117/_cgo_import.go
2025-08-20T21:20:06.5220115Z [00:01:59.789]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T21:20:06.5239621Z [00:01:59.791]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d # internal
2025-08-20T21:20:06.5251281Z [00:01:59.792]➜  internal/lazyregexp
2025-08-20T21:20:06.5252001Z [00:01:59.792]➜  mkdir -p $WORK/b134/
2025-08-20T21:20:06.5253043Z [00:01:59.792]➜  cat >/tmp/go-build3547871397/b134/importcfg << 'EOF' # internal
2025-08-20T21:20:06.5253926Z [00:01:59.792]➜  # import config
2025-08-20T21:20:06.5254699Z [00:01:59.792]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:06.5256000Z [00:01:59.792]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:06.5257053Z [00:01:59.792]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:06.5258102Z [00:01:59.792]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:06.5258961Z [00:01:59.792]➜  EOF
2025-08-20T21:20:06.5262191Z [00:01:59.792]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/internal/lazyregexp=>internal/lazyregexp;$WORK/b134=>" -p internal/lazyregexp -lang=go1.25 -std -complete -installsuffix shared -buildid bIkBTwhEceVvTPrLJ1zP/bIkBTwhEceVvTPrLJ1zP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack /root/.go/src/internal/lazyregexp/lazyre.go
2025-08-20T21:20:06.5488573Z [00:01:59.816]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T21:20:06.5501037Z [00:01:59.817]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/57/5751a868673443aeae88b0b0d221e700a242b7a4d6aaf1284d00fb9607b658c9-d # internal
2025-08-20T21:20:06.5507306Z [00:01:59.818]➜  crypto/internal/impl
2025-08-20T21:20:06.5507849Z [00:01:59.818]➜  mkdir -p $WORK/b167/
2025-08-20T21:20:06.5516287Z [00:01:59.819]➜  cat >/tmp/go-build3547871397/b167/importcfg << 'EOF' # internal
2025-08-20T21:20:06.5519401Z [00:01:59.819]➜  # import config
2025-08-20T21:20:06.5522244Z [00:01:59.819]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:06.5525930Z [00:01:59.819]➜  EOF
2025-08-20T21:20:06.5529002Z [00:01:59.819]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b167=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid MTfnrs0FwfvqLipeq-UV/MTfnrs0FwfvqLipeq-UV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T21:20:06.5661112Z [00:01:59.833]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T21:20:06.5682992Z [00:01:59.834]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d # internal
2025-08-20T21:20:06.5693535Z [00:01:59.837]➜  crypto/internal/fips140/sha256
2025-08-20T21:20:06.5695675Z [00:01:59.837]➜  mkdir -p $WORK/b164/
2025-08-20T21:20:06.5704007Z [00:01:59.838]➜  echo -n > $WORK/b164/go_asm.h # internal
2025-08-20T21:20:06.5705879Z [00:01:59.838]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:20:06.5712125Z [00:01:59.838]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b164=>" -I $WORK/b164/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b164/symabis ./sha256block_amd64.s
2025-08-20T21:20:06.5767786Z [00:01:59.844]➜  cat >/tmp/go-build3547871397/b164/importcfg << 'EOF' # internal
2025-08-20T21:20:06.5772786Z [00:01:59.844]➜  # import config
2025-08-20T21:20:06.5773701Z [00:01:59.845]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:06.5779452Z [00:01:59.845]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:20:06.5780544Z [00:01:59.845]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3547871397/b165/_pkg_.a
2025-08-20T21:20:06.5781748Z [00:01:59.845]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3547871397/b166/_pkg_.a
2025-08-20T21:20:06.5782898Z [00:01:59.845]➜  packagefile crypto/internal/impl=/tmp/go-build3547871397/b167/_pkg_.a
2025-08-20T21:20:06.5783736Z [00:01:59.845]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:06.5784469Z [00:01:59.845]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:06.5785206Z [00:01:59.845]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:06.5785776Z [00:01:59.845]➜  EOF
2025-08-20T21:20:06.5786199Z [00:01:59.845]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:06.5790994Z [00:01:59.845]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b164=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid mgJv6PkvVtvfK86miliL/mgJv6PkvVtvfK86miliL -goversion go1.25.0 -symabis $WORK/b164/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack -asmhdr $WORK/b164/go_asm.h /root/.go/src/crypto/internal/fips140/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_amd64.go
2025-08-20T21:20:06.6792461Z [00:01:59.946]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:20:06.6795580Z [00:01:59.946]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b164=>" -I $WORK/b164/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b164/sha256block_amd64.o ./sha256block_amd64.s
2025-08-20T21:20:06.6825878Z [00:01:59.950]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T21:20:06.6877101Z [00:01:59.955]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d # internal
2025-08-20T21:20:06.6881296Z [00:01:59.955]➜  flag
2025-08-20T21:20:06.6881823Z [00:01:59.956]➜  mkdir -p $WORK/b002/
2025-08-20T21:20:06.6890856Z [00:01:59.956]➜  cat >/tmp/go-build3547871397/b002/importcfg << 'EOF' # internal
2025-08-20T21:20:06.6891700Z [00:01:59.956]➜  # import config
2025-08-20T21:20:06.6892457Z [00:01:59.956]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:06.6893487Z [00:01:59.956]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:06.6894291Z [00:01:59.956]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:06.6895064Z [00:01:59.956]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:06.6895792Z [00:01:59.956]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:06.6896592Z [00:01:59.956]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:06.6897529Z [00:01:59.956]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:06.6898390Z [00:01:59.956]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:06.6899209Z [00:01:59.956]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:06.6899986Z [00:01:59.956]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:06.6900750Z [00:01:59.956]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:06.6901312Z [00:01:59.956]➜  EOF
2025-08-20T21:20:06.6901992Z [00:01:59.957]➜  go tool pack r $WORK/b164/_pkg_.a $WORK/b164/sha256block_amd64.o # internal
2025-08-20T21:20:06.6923495Z [00:01:59.958]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T21:20:06.6924463Z [00:01:59.959]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:06.6926964Z [00:01:59.959]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b002=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid xNJwWrRXYm4X7HU2StJk/xNJwWrRXYm4X7HU2StJk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T21:20:06.6929461Z [00:01:59.959]➜  cp /root/.go/src/runtime/cgo/abi_amd64.h $WORK/b117/abi_GOARCH.h
2025-08-20T21:20:06.6930231Z [00:01:59.959]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:20:06.6932156Z [00:01:59.959]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b117=>" -I $WORK/b117/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b117/asm_amd64.o ./asm_amd64.s
2025-08-20T21:20:06.6934693Z [00:01:59.960]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d # internal
2025-08-20T21:20:06.6937125Z [00:01:59.961]➜  encoding/json
2025-08-20T21:20:06.6938724Z [00:01:59.961]➜  mkdir -p $WORK/b071/
2025-08-20T21:20:06.6939460Z [00:01:59.961]➜  cat >/tmp/go-build3547871397/b071/importcfg << 'EOF' # internal
2025-08-20T21:20:06.6940100Z [00:01:59.961]➜  # import config
2025-08-20T21:20:06.6940733Z [00:01:59.961]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:06.6941495Z [00:01:59.961]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:20:06.6942322Z [00:01:59.961]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:06.6943403Z [00:01:59.961]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:06.6944349Z [00:01:59.961]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:06.6945267Z [00:01:59.961]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:06.6946045Z [00:01:59.961]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:06.6946817Z [00:01:59.961]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:06.6947591Z [00:01:59.961]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:06.6948629Z [00:01:59.961]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:06.6949351Z [00:01:59.961]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:06.6949985Z [00:01:59.961]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:06.6950624Z [00:01:59.961]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:06.6951234Z [00:01:59.961]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:06.6951929Z [00:01:59.961]➜  packagefile unicode/utf16=/tmp/go-build3547871397/b073/_pkg_.a
2025-08-20T21:20:06.6952976Z [00:01:59.961]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:06.6953595Z [00:01:59.961]➜  EOF
2025-08-20T21:20:06.6953999Z [00:01:59.961]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:06.6958074Z [00:01:59.961]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b071=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid 9bKiwmcK9ggUgfrzMbzw/9bKiwmcK9ggUgfrzMbzw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/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:20:06.6968486Z [00:01:59.964]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:20:06.6975566Z [00:01:59.965]➜  go tool pack r $WORK/b117/_pkg_.a $WORK/b117/asm_amd64.o $WORK/b117/preferlinkext $WORK/b117/_x001.o $WORK/b117/_x002.o $WORK/b117/_x003.o $WORK/b117/_x004.o $WORK/b117/_x005.o $WORK/b117/_x006.o $WORK/b117/_x007.o $WORK/b117/_x008.o $WORK/b117/_x009.o $WORK/b117/_x010.o $WORK/b117/_x011.o $WORK/b117/_x012.o $WORK/b117/_x013.o $WORK/b117/_x014.o # internal
2025-08-20T21:20:06.6987796Z [00:01:59.966]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T21:20:06.7027555Z [00:01:59.970]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d # internal
2025-08-20T21:20:06.7038474Z [00:01:59.971]➜  log
2025-08-20T21:20:06.7043860Z [00:01:59.972]➜  mkdir -p $WORK/b074/
2025-08-20T21:20:06.7044775Z [00:01:59.972]➜  cat >/tmp/go-build3547871397/b074/importcfg << 'EOF' # internal
2025-08-20T21:20:06.7045566Z [00:01:59.972]➜  # import config
2025-08-20T21:20:06.7046284Z [00:01:59.972]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:06.7047105Z [00:01:59.972]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:06.7048008Z [00:01:59.972]➜  packagefile log/internal=/tmp/go-build3547871397/b075/_pkg_.a
2025-08-20T21:20:06.7048875Z [00:01:59.972]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:06.7049773Z [00:01:59.972]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:06.7050681Z [00:01:59.972]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:06.7051600Z [00:01:59.972]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:06.7052519Z [00:01:59.972]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:06.7053354Z [00:01:59.972]➜  EOF
2025-08-20T21:20:06.7053913Z [00:01:59.972]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:06.7056649Z [00:01:59.972]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b074=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid SSqjE6Su3SsqpCfAlOmL/SSqjE6Su3SsqpCfAlOmL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/.go/src/log/log.go
2025-08-20T21:20:06.7169680Z [00:01:59.984]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T21:20:06.7251272Z [00:01:59.992]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d # internal
2025-08-20T21:20:06.7267347Z [00:01:59.994]➜  gopkg.in/yaml.v3
2025-08-20T21:20:06.7272225Z [00:01:59.994]➜  mkdir -p $WORK/b079/
2025-08-20T21:20:06.7282323Z [00:01:59.995]➜  cat >/tmp/go-build3547871397/b079/importcfg << 'EOF' # internal
2025-08-20T21:20:06.7289932Z [00:01:59.996]➜  # import config
2025-08-20T21:20:06.7290633Z [00:01:59.996]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:06.7291502Z [00:01:59.996]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:06.7292415Z [00:01:59.996]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:06.7293566Z [00:01:59.996]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:06.7294384Z [00:01:59.996]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:06.7295166Z [00:01:59.996]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:06.7295984Z [00:01:59.996]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:06.7296795Z [00:01:59.996]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:06.7297649Z [00:01:59.996]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:06.7298463Z [00:01:59.996]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:06.7299293Z [00:01:59.996]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:06.7300135Z [00:01:59.996]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:06.7300956Z [00:01:59.996]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:06.7301734Z [00:01:59.996]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:06.7305591Z [00:01:59.996]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:06.7307279Z [00:01:59.996]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:06.7307985Z [00:01:59.996]➜  EOF
2025-08-20T21:20:06.7316654Z [00:01:59.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1=>gopkg.in/yaml.v3@v3.0.1;$WORK/b079=>" -p gopkg.in/yaml.v3 -lang=go1.16 -complete -installsuffix shared -buildid 7xeNoW1_O8WLaAVuvFBZ/7xeNoW1_O8WLaAVuvFBZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/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:20:06.7743414Z [00:02:00.041]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T21:20:06.7757553Z [00:02:00.043]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d # internal
2025-08-20T21:20:06.7766632Z [00:02:00.044]➜  math/big
2025-08-20T21:20:06.7774632Z [00:02:00.044]➜  mkdir -p $WORK/b090/
2025-08-20T21:20:06.7775211Z [00:02:00.044]➜  echo -n > $WORK/b090/go_asm.h # internal
2025-08-20T21:20:06.7775703Z [00:02:00.044]➜  cd /root/.go/src/math/big
2025-08-20T21:20:06.7780340Z [00:02:00.045]➜  /root/.go/pkg/tool/linux_amd64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b090=>" -I $WORK/b090/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b090/symabis ./arith_amd64.s
2025-08-20T21:20:06.7870800Z [00:02:00.054]➜  cat >/tmp/go-build3547871397/b090/importcfg << 'EOF' # internal
2025-08-20T21:20:06.7875393Z [00:02:00.054]➜  # import config
2025-08-20T21:20:06.7876121Z [00:02:00.054]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:06.7876977Z [00:02:00.054]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:06.7877805Z [00:02:00.054]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:06.7878739Z [00:02:00.054]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:06.7879708Z [00:02:00.054]➜  packagefile internal/cpu=/tmp/go-build3547871397/b012/_pkg_.a
2025-08-20T21:20:06.7880572Z [00:02:00.054]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:06.7881401Z [00:02:00.054]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:06.7882274Z [00:02:00.054]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:06.7883406Z [00:02:00.054]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:20:06.7884294Z [00:02:00.054]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:06.7885161Z [00:02:00.054]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:06.7886033Z [00:02:00.054]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:06.7886874Z [00:02:00.054]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:06.7887502Z [00:02:00.054]➜  EOF
2025-08-20T21:20:06.7887993Z [00:02:00.054]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:06.7907119Z [00:02:00.057]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b090=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid JofwGRdBClRX1fvGbU-v/JofwGRdBClRX1fvGbU-v -goversion go1.25.0 -symabis $WORK/b090/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack -asmhdr $WORK/b090/go_asm.h /root/.go/src/math/big/accuracy_string.go /root/.go/src/math/big/arith.go /root/.go/src/math/big/arith_amd64.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:20:06.8437320Z [00:02:00.111]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T21:20:06.8469206Z [00:02:00.114]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d # internal
2025-08-20T21:20:06.8471285Z [00:02:00.114]➜  encoding/hex
2025-08-20T21:20:06.8473594Z [00:02:00.115]➜  mkdir -p $WORK/b097/
2025-08-20T21:20:06.8484961Z [00:02:00.116]➜  cat >/tmp/go-build3547871397/b097/importcfg << 'EOF' # internal
2025-08-20T21:20:06.8485653Z [00:02:00.116]➜  # import config
2025-08-20T21:20:06.8486305Z [00:02:00.116]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:06.8487285Z [00:02:00.116]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:06.8488178Z [00:02:00.116]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:06.8489069Z [00:02:00.116]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:06.8489988Z [00:02:00.116]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:06.8490735Z [00:02:00.116]➜  EOF
2025-08-20T21:20:06.8493698Z [00:02:00.116]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b097=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid FiBd9Fuh5gov9bYEg4MY/FiBd9Fuh5gov9bYEg4MY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T21:20:06.8812330Z [00:02:00.148]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T21:20:06.8817352Z [00:02:00.149]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d # internal
2025-08-20T21:20:06.8819595Z [00:02:00.149]➜  k8s.io/apimachinery/third_party/forked/golang/reflect
2025-08-20T21:20:06.8820296Z [00:02:00.149]➜  mkdir -p $WORK/b100/
2025-08-20T21:20:06.8835854Z [00:02:00.151]➜  cat >/tmp/go-build3547871397/b100/importcfg << 'EOF' # internal
2025-08-20T21:20:06.8836579Z [00:02:00.151]➜  # import config
2025-08-20T21:20:06.8837285Z [00:02:00.151]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:06.8838137Z [00:02:00.151]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:06.8838980Z [00:02:00.151]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:06.8839635Z [00:02:00.151]➜  EOF
2025-08-20T21:20:06.8843996Z [00:02:00.151]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/third_party/forked/golang/reflect=>k8s.io/apimachinery@v0.33.2/third_party/forked/golang/reflect;$WORK/b100=>" -p k8s.io/apimachinery/third_party/forked/golang/reflect -lang=go1.24 -complete -installsuffix shared -buildid hYN_ud7e9hz1O7ySWPyv/hYN_ud7e9hz1O7ySWPyv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/third_party/forked/golang/reflect/deep_equal.go
2025-08-20T21:20:06.9808857Z [00:02:00.248]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T21:20:06.9835304Z [00:02:00.249]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/8b/8b37e3a1b64131c709f27574573e87fa837276102212ce75682e4e81cecbecd5-d # internal
2025-08-20T21:20:06.9836450Z [00:02:00.250]➜  k8s.io/apimachinery/pkg/conversion
2025-08-20T21:20:06.9837198Z [00:02:00.250]➜  mkdir -p $WORK/b099/
2025-08-20T21:20:06.9838334Z [00:02:00.250]➜  cat >/tmp/go-build3547871397/b099/importcfg << 'EOF' # internal
2025-08-20T21:20:06.9839106Z [00:02:00.251]➜  # import config
2025-08-20T21:20:06.9844024Z [00:02:00.251]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:06.9846247Z [00:02:00.251]➜  packagefile k8s.io/apimachinery/third_party/forked/golang/reflect=/tmp/go-build3547871397/b100/_pkg_.a
2025-08-20T21:20:06.9847423Z [00:02:00.251]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:06.9848079Z [00:02:00.251]➜  EOF
2025-08-20T21:20:06.9853365Z [00:02:00.251]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/conversion=>k8s.io/apimachinery@v0.33.2/pkg/conversion;$WORK/b099=>" -p k8s.io/apimachinery/pkg/conversion -lang=go1.24 -complete -installsuffix shared -buildid 3Xul_eRZCrWucDkELGTo/3Xul_eRZCrWucDkELGTo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/conversion/converter.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/conversion/deep_equal.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/conversion/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/conversion/helper.go
2025-08-20T21:20:07.0456209Z [00:02:00.313]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T21:20:07.0471659Z [00:02:00.314]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/50/50b90469b434d168d22bb181c956a4dd174b714da5226fc9b3f8ed79d0eae85f-d # internal
2025-08-20T21:20:07.0484740Z [00:02:00.316]➜  k8s.io/apimachinery/pkg/fields
2025-08-20T21:20:07.0486678Z [00:02:00.316]➜  mkdir -p $WORK/b101/
2025-08-20T21:20:07.0491350Z [00:02:00.316]➜  cat >/tmp/go-build3547871397/b101/importcfg << 'EOF' # internal
2025-08-20T21:20:07.0493549Z [00:02:00.316]➜  # import config
2025-08-20T21:20:07.0494196Z [00:02:00.316]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:07.0495396Z [00:02:00.316]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:07.0496401Z [00:02:00.316]➜  packagefile k8s.io/apimachinery/pkg/selection=/tmp/go-build3547871397/b102/_pkg_.a
2025-08-20T21:20:07.0497413Z [00:02:00.317]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:07.0498091Z [00:02:00.317]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:07.0498747Z [00:02:00.317]➜  EOF
2025-08-20T21:20:07.0503707Z [00:02:00.317]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/fields=>k8s.io/apimachinery@v0.33.2/pkg/fields;$WORK/b101=>" -p k8s.io/apimachinery/pkg/fields -lang=go1.24 -complete -installsuffix shared -buildid n3Yh8lAaFGHUDmHVzot-/n3Yh8lAaFGHUDmHVzot- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/fields/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/fields/fields.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/fields/requirements.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/fields/selector.go
2025-08-20T21:20:07.1529703Z [00:02:00.420]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T21:20:07.1574655Z [00:02:00.425]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/fe/fefbde1f9fbae27499833c29414608e352da80903fb528c97bb8d2719bdd3488-d # internal
2025-08-20T21:20:07.1582565Z [00:02:00.426]➜  k8s.io/apimachinery/pkg/util/errors
2025-08-20T21:20:07.1583353Z [00:02:00.426]➜  mkdir -p $WORK/b107/
2025-08-20T21:20:07.1590902Z [00:02:00.426]➜  cat >/tmp/go-build3547871397/b107/importcfg << 'EOF' # internal
2025-08-20T21:20:07.1591916Z [00:02:00.426]➜  # import config
2025-08-20T21:20:07.1592798Z [00:02:00.426]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:07.1593655Z [00:02:00.426]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:07.1594753Z [00:02:00.426]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:20:07.1595522Z [00:02:00.426]➜  EOF
2025-08-20T21:20:07.1599500Z [00:02:00.427]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/errors=>k8s.io/apimachinery@v0.33.2/pkg/util/errors;$WORK/b107=>" -p k8s.io/apimachinery/pkg/util/errors -lang=go1.24 -complete -installsuffix shared -buildid pCn96ERi_pjguKj5U6ta/pCn96ERi_pjguKj5U6ta -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/errors/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/errors/errors.go
2025-08-20T21:20:07.2628631Z [00:02:00.530]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T21:20:07.2644498Z [00:02:00.532]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/d1/d1e9376a200096fd635c41d357f8ea5b7538577da6bee649fe3515c245aa0e57-d # internal
2025-08-20T21:20:07.2678330Z [00:02:00.535]➜  k8s.io/apimachinery/pkg/util/validation/field
2025-08-20T21:20:07.2679066Z [00:02:00.535]➜  mkdir -p $WORK/b106/
2025-08-20T21:20:07.2718498Z [00:02:00.539]➜  cat >/tmp/go-build3547871397/b106/importcfg << 'EOF' # internal
2025-08-20T21:20:07.2719182Z [00:02:00.539]➜  # import config
2025-08-20T21:20:07.2719834Z [00:02:00.539]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:07.2720611Z [00:02:00.539]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:07.2721572Z [00:02:00.539]➜  packagefile k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3547871397/b107/_pkg_.a
2025-08-20T21:20:07.2723117Z [00:02:00.539]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:20:07.2723992Z [00:02:00.539]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:07.2724787Z [00:02:00.539]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:07.2726051Z [00:02:00.539]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:07.2726880Z [00:02:00.539]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:07.2727479Z [00:02:00.539]➜  EOF
2025-08-20T21:20:07.2732529Z [00:02:00.539]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/validation/field=>k8s.io/apimachinery@v0.33.2/pkg/util/validation/field;$WORK/b106=>" -p k8s.io/apimachinery/pkg/util/validation/field -lang=go1.24 -complete -installsuffix shared -buildid klV1axHaNiQFk24MmuSC/klV1axHaNiQFk24MmuSC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/validation/field/error_matcher.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/validation/field/errors.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/validation/field/path.go
2025-08-20T21:20:07.4622275Z [00:02:00.729]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T21:20:07.4856679Z [00:02:00.753]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d # internal
2025-08-20T21:20:07.4891012Z [00:02:00.756]➜  log/slog
2025-08-20T21:20:07.4893994Z [00:02:00.757]➜  mkdir -p $WORK/b069/
2025-08-20T21:20:07.4901403Z [00:02:00.757]➜  cat >/tmp/go-build3547871397/b069/importcfg << 'EOF' # internal
2025-08-20T21:20:07.4902877Z [00:02:00.757]➜  # import config
2025-08-20T21:20:07.4904167Z [00:02:00.757]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:07.4905252Z [00:02:00.757]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:07.4907431Z [00:02:00.757]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:07.4908402Z [00:02:00.757]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:07.4909282Z [00:02:00.757]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:07.4910113Z [00:02:00.757]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:07.4910886Z [00:02:00.757]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:07.4911650Z [00:02:00.757]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:07.4912491Z [00:02:00.757]➜  packagefile log/internal=/tmp/go-build3547871397/b075/_pkg_.a
2025-08-20T21:20:07.4913656Z [00:02:00.757]➜  packagefile log/slog/internal=/tmp/go-build3547871397/b076/_pkg_.a
2025-08-20T21:20:07.4914690Z [00:02:00.757]➜  packagefile log/slog/internal/buffer=/tmp/go-build3547871397/b077/_pkg_.a
2025-08-20T21:20:07.4915578Z [00:02:00.757]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:07.4916402Z [00:02:00.757]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:07.4917195Z [00:02:00.757]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:07.4917972Z [00:02:00.757]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:07.4918766Z [00:02:00.757]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:07.4919557Z [00:02:00.757]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:07.4920330Z [00:02:00.757]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:07.4921196Z [00:02:00.757]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:07.4922031Z [00:02:00.757]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:07.4928985Z [00:02:00.757]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:07.4929950Z [00:02:00.757]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:07.4930624Z [00:02:00.757]➜  EOF
2025-08-20T21:20:07.4935352Z [00:02:00.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/log/slog=>log/slog;$WORK/b069=>" -p log/slog -lang=go1.25 -std -complete -installsuffix shared -buildid G8YbV9anifGDd3tP3iIN/G8YbV9anifGDd3tP3iIN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/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:20:07.5228826Z [00:02:00.790]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T21:20:07.5253068Z [00:02:00.792]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/86/862df4eaf2680717504877cfd326e98e0b00b63d16c827ffda9bada9fe63f365-d # internal
2025-08-20T21:20:07.5298433Z [00:02:00.797]➜  github.com/gogo/protobuf/proto
2025-08-20T21:20:07.5301143Z [00:02:00.797]➜  mkdir -p $WORK/b084/
2025-08-20T21:20:07.5309199Z [00:02:00.798]➜  cat >/tmp/go-build3547871397/b084/importcfg << 'EOF' # internal
2025-08-20T21:20:07.5316815Z [00:02:00.798]➜  # import config
2025-08-20T21:20:07.5317475Z [00:02:00.798]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:07.5318214Z [00:02:00.798]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:07.5318968Z [00:02:00.798]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:07.5319745Z [00:02:00.798]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:07.5320513Z [00:02:00.798]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:07.5324495Z [00:02:00.798]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:07.5325307Z [00:02:00.798]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:07.5326390Z [00:02:00.798]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:07.5327221Z [00:02:00.798]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:07.5328049Z [00:02:00.798]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:07.5328876Z [00:02:00.798]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:07.5329682Z [00:02:00.798]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:07.5330483Z [00:02:00.798]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:07.5331267Z [00:02:00.798]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:07.5332075Z [00:02:00.798]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:07.5333093Z [00:02:00.798]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:07.5333860Z [00:02:00.798]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:07.5334443Z [00:02:00.798]➜  EOF
2025-08-20T21:20:07.5352040Z [00:02:00.799]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto=>github.com/gogo/protobuf@v1.3.2/proto;$WORK/b084=>" -p github.com/gogo/protobuf/proto -lang=go1.15 -complete -installsuffix shared -buildid x9QMrwawXCsEZ2--41vA/x9QMrwawXCsEZ2--41vA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/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:20:07.5897974Z [00:02:00.857]➜  cd /root/.go/src/math/big
2025-08-20T21:20:07.5900869Z [00:02:00.857]➜  /root/.go/pkg/tool/linux_amd64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b090=>" -I $WORK/b090/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b090/arith_amd64.o ./arith_amd64.s
2025-08-20T21:20:07.6042331Z [00:02:00.871]➜  go tool pack r $WORK/b090/_pkg_.a $WORK/b090/arith_amd64.o # internal
2025-08-20T21:20:07.6043448Z [00:02:00.872]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T21:20:07.6155162Z [00:02:00.883]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d # internal
2025-08-20T21:20:07.6176459Z [00:02:00.885]➜  gopkg.in/inf.v0
2025-08-20T21:20:07.6193696Z [00:02:00.886]➜  mkdir -p $WORK/b089/
2025-08-20T21:20:07.6194486Z [00:02:00.886]➜  cat >/tmp/go-build3547871397/b089/importcfg << 'EOF' # internal
2025-08-20T21:20:07.6195159Z [00:02:00.886]➜  # import config
2025-08-20T21:20:07.6195780Z [00:02:00.886]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:07.6196486Z [00:02:00.886]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:07.6197276Z [00:02:00.886]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:07.6198077Z [00:02:00.886]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:07.6198685Z [00:02:00.886]➜  EOF
2025-08-20T21:20:07.6199136Z [00:02:00.886]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:07.6202448Z [00:02:00.886]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/inf.v0@v0.9.1=>gopkg.in/inf.v0@v0.9.1;$WORK/b089=>" -p gopkg.in/inf.v0 -lang=go1.16 -complete -installsuffix shared -buildid L5ZMefCtvj3YYyYNXhVq/L5ZMefCtvj3YYyYNXhVq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack /root/go/pkg/mod/gopkg.in/inf.v0@v0.9.1/dec.go /root/go/pkg/mod/gopkg.in/inf.v0@v0.9.1/rounder.go
2025-08-20T21:20:07.6634110Z [00:02:00.931]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T21:20:07.6708926Z [00:02:00.938]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/52/523508b84ca488dc76f0ffce0ca5b3d903e536900f98926ac0f4be5607051b60-d # internal
2025-08-20T21:20:07.6722055Z [00:02:00.939]➜  github.com/fxamacker/cbor/v2
2025-08-20T21:20:07.6727743Z [00:02:00.940]➜  mkdir -p $WORK/b094/
2025-08-20T21:20:07.6737446Z [00:02:00.941]➜  cat >/tmp/go-build3547871397/b094/importcfg << 'EOF' # internal
2025-08-20T21:20:07.6740800Z [00:02:00.941]➜  # import config
2025-08-20T21:20:07.6742059Z [00:02:00.941]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:07.6743782Z [00:02:00.941]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:07.6746239Z [00:02:00.941]➜  packagefile encoding/base32=/tmp/go-build3547871397/b095/_pkg_.a
2025-08-20T21:20:07.6747214Z [00:02:00.941]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:07.6748230Z [00:02:00.941]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:07.6749173Z [00:02:00.941]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:20:07.6750029Z [00:02:00.941]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:07.6750853Z [00:02:00.941]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:07.6751833Z [00:02:00.941]➜  packagefile github.com/x448/float16=/tmp/go-build3547871397/b098/_pkg_.a
2025-08-20T21:20:07.6753981Z [00:02:00.941]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:07.6754917Z [00:02:00.941]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:07.6755779Z [00:02:00.941]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:07.6756653Z [00:02:00.941]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:20:07.6757502Z [00:02:00.941]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:07.6758326Z [00:02:00.941]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:07.6759137Z [00:02:00.941]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:07.6759934Z [00:02:00.941]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:07.6760737Z [00:02:00.941]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:07.6761803Z [00:02:00.941]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:07.6766046Z [00:02:00.941]➜  packagefile unicode/utf16=/tmp/go-build3547871397/b073/_pkg_.a
2025-08-20T21:20:07.6767116Z [00:02:00.941]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:07.6767767Z [00:02:00.941]➜  EOF
2025-08-20T21:20:07.6780324Z [00:02:00.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0=>github.com/fxamacker/cbor/v2@v2.7.0;$WORK/b094=>" -p github.com/fxamacker/cbor/v2 -lang=go1.17 -complete -installsuffix shared -buildid oHXwbnun7eSxlQeLxdBh/oHXwbnun7eSxlQeLxdBh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/bytestring.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/cache.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/common.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/decode.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/diagnose.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/doc.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/encode.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/encode_map.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/simplevalue.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/stream.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/structfields.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/tag.go /root/go/pkg/mod/github.com/fxamacker/cbor/v2@v2.7.0/valid.go
2025-08-20T21:20:07.7503922Z [00:02:01.017]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T21:20:07.7519141Z [00:02:01.019]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/f0/f045600deb2498a1a7825080256d001fc2711cea3db459e1c3b53b396e886cae-d # internal
2025-08-20T21:20:07.7526931Z [00:02:01.020]➜  os/user
2025-08-20T21:20:07.7527788Z [00:02:01.020]➜  mkdir -p $WORK/b116/
2025-08-20T21:20:07.7528916Z [00:02:01.020]➜  echo -n > $WORK/b116/preferlinkext # internal
2025-08-20T21:20:07.7529805Z [00:02:01.020]➜  cd /root/.go/src/os/user
2025-08-20T21:20:07.7531949Z [00:02:01.020]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b116/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b116/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T21:20:07.7915096Z [00:02:01.059]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T21:20:07.7963159Z [00:02:01.064]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/bf/bfc19bc44ad3fb3753e78e424509d838b84f0ba879f5ecb2f066e5f5fcb3e18d-d # internal
2025-08-20T21:20:07.7968950Z [00:02:01.064]➜  github.com/derailed/k9s/internal/slogs
2025-08-20T21:20:07.7972795Z [00:02:01.065]➜  mkdir -p $WORK/b068/
2025-08-20T21:20:07.7980541Z [00:02:01.065]➜  cat >/tmp/go-build3547871397/b068/importcfg << 'EOF' # internal
2025-08-20T21:20:07.7983099Z [00:02:01.065]➜  # import config
2025-08-20T21:20:07.7983850Z [00:02:01.065]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:20:07.7984505Z [00:02:01.065]➜  EOF
2025-08-20T21:20:07.7990714Z [00:02:01.066]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:07.7998375Z [00:02:01.067]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b068/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/slogs=>github.com/derailed/k9s/internal/slogs;$WORK/b068=>" -p github.com/derailed/k9s/internal/slogs -lang=go1.24 -complete -installsuffix shared -buildid YU0cEt42OXpd-gaJI1yI/YU0cEt42OXpd-gaJI1yI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack ./internal/slogs/child.go ./internal/slogs/keys.go
2025-08-20T21:20:07.8148934Z [00:02:01.082]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T21:20:07.8155544Z [00:02:01.083]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/17/1767ba2f7460618dec229b23fc5fb8dba786b3b0b08d74223f5013e539fb083c-d # internal
2025-08-20T21:20:07.8166899Z [00:02:01.083]➜  github.com/go-logr/logr
2025-08-20T21:20:07.8167518Z [00:02:01.083]➜  mkdir -p $WORK/b109/
2025-08-20T21:20:07.8168264Z [00:02:01.084]➜  cat >/tmp/go-build3547871397/b109/importcfg << 'EOF' # internal
2025-08-20T21:20:07.8168975Z [00:02:01.084]➜  # import config
2025-08-20T21:20:07.8169664Z [00:02:01.084]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:07.8170494Z [00:02:01.084]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:07.8171316Z [00:02:01.084]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:20:07.8172161Z [00:02:01.084]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:07.8173208Z [00:02:01.084]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:07.8173839Z [00:02:01.084]➜  EOF
2025-08-20T21:20:07.8179420Z [00:02:01.084]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.3=>github.com/go-logr/logr@v1.4.3;$WORK/b109=>" -p github.com/go-logr/logr -lang=go1.18 -complete -installsuffix shared -buildid ws0fkzkeYM4orTkjCGyH/ws0fkzkeYM4orTkjCGyH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/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:20:07.8855935Z [00:02:01.153]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T21:20:07.8873426Z [00:02:01.154]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/c9/c97ad76445e5b134f589b2b1b34660faf57ec0838b813442b6b900cbffe6c3f1-d # internal
2025-08-20T21:20:07.8874625Z [00:02:01.155]➜  k8s.io/klog/v2/internal/serialize
2025-08-20T21:20:07.8875855Z [00:02:01.155]➜  mkdir -p $WORK/b114/
2025-08-20T21:20:07.8881415Z [00:02:01.155]➜  cat >/tmp/go-build3547871397/b114/importcfg << 'EOF' # internal
2025-08-20T21:20:07.8882353Z [00:02:01.156]➜  # import config
2025-08-20T21:20:07.8884025Z [00:02:01.156]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:07.8885273Z [00:02:01.156]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:07.8886460Z [00:02:01.156]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:07.8887802Z [00:02:01.156]➜  packagefile github.com/go-logr/logr=/tmp/go-build3547871397/b109/_pkg_.a
2025-08-20T21:20:07.8888950Z [00:02:01.156]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:20:07.8890151Z [00:02:01.156]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:07.8891155Z [00:02:01.156]➜  EOF
2025-08-20T21:20:07.8896141Z [00:02:01.157]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b114/_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/b114=>" -p k8s.io/klog/v2/internal/serialize -lang=go1.18 -complete -installsuffix shared -buildid C1AfpCRGhO8JyQqy3W8i/C1AfpCRGhO8JyQqy3W8i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/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:20:07.9447605Z [00:02:01.212]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T21:20:07.9459166Z [00:02:01.213]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/b4/b4d723a3f4514b957070287f8a1ddf712c79149ebe9a4788385478eff69af8f6-d # internal
2025-08-20T21:20:07.9461229Z [00:02:01.213]➜  k8s.io/klog/v2/internal/sloghandler
2025-08-20T21:20:07.9462817Z [00:02:01.214]➜  mkdir -p $WORK/b115/
2025-08-20T21:20:07.9469336Z [00:02:01.214]➜  cat >/tmp/go-build3547871397/b115/importcfg << 'EOF' # internal
2025-08-20T21:20:07.9470308Z [00:02:01.214]➜  # import config
2025-08-20T21:20:07.9471006Z [00:02:01.214]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:07.9472072Z [00:02:01.214]➜  packagefile k8s.io/klog/v2/internal/severity=/tmp/go-build3547871397/b111/_pkg_.a
2025-08-20T21:20:07.9473319Z [00:02:01.214]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:20:07.9474143Z [00:02:01.214]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:07.9475017Z [00:02:01.214]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:07.9475847Z [00:02:01.214]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:07.9476465Z [00:02:01.214]➜  EOF
2025-08-20T21:20:07.9480200Z [00:02:01.215]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b115/_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/b115=>" -p k8s.io/klog/v2/internal/sloghandler -lang=go1.18 -complete -installsuffix shared -buildid iwFvgpZzHUVTMC3PMN06/iwFvgpZzHUVTMC3PMN06 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/sloghandler/sloghandler_slog.go
2025-08-20T21:20:07.9691523Z [00:02:01.236]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T21:20:07.9699500Z [00:02:01.237]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/ce/cea1dd791dc1d13f1142cb0e3e0f659b973beef895ba7fc6ffe85a46ce6160cd-d # internal
2025-08-20T21:20:07.9735209Z [00:02:01.241]➜  net
2025-08-20T21:20:07.9737254Z [00:02:01.241]➜  mkdir -p $WORK/b121/
2025-08-20T21:20:07.9739913Z [00:02:01.241]➜  echo -n > $WORK/b121/preferlinkext # internal
2025-08-20T21:20:07.9742009Z [00:02:01.242]➜  cd /root/.go/src/net
2025-08-20T21:20:07.9746685Z [00:02:01.242]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b121/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b121/ -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:20:08.1604155Z [00:02:01.427]➜  cd $WORK/b116
2025-08-20T21:20:08.1607272Z [00:02:01.427]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b116=/tmp/go-build -gno-record-gcc-switches -I $WORK/b116/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b116/_x001.o -c _cgo_export.c
2025-08-20T21:20:08.1825229Z [00:02:01.449]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b116=/tmp/go-build -gno-record-gcc-switches -I $WORK/b116/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b116/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T21:20:08.2396991Z [00:02:01.507]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b116=/tmp/go-build -gno-record-gcc-switches -I $WORK/b116/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b116/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T21:20:08.3079429Z [00:02:01.575]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b116=/tmp/go-build -gno-record-gcc-switches -I $WORK/b116/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b116/_cgo_main.o -c _cgo_main.c
2025-08-20T21:20:08.3538077Z [00:02:01.621]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:08.3543026Z [00:02:01.621]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b116=/tmp/go-build -gno-record-gcc-switches -o $WORK/b116/_cgo_.o $WORK/b116/_cgo_main.o $WORK/b116/preferlinkext $WORK/b116/_x001.o $WORK/b116/_x002.o $WORK/b116/_x003.o -O2 -g
2025-08-20T21:20:08.4637590Z [00:02:01.731]➜  gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b116=/tmp/go-build -gno-record-gcc-switches -o $WORK/b116/_cgo_.o $WORK/b116/_cgo_main.o $WORK/b116/preferlinkext $WORK/b116/_x001.o $WORK/b116/_x002.o $WORK/b116/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T21:20:08.4646855Z [00:02:01.732]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage user -dynimport $WORK/b116/_cgo_.o -dynout $WORK/b116/_cgo_import.go
2025-08-20T21:20:08.4692375Z [00:02:01.736]➜  cat >/tmp/go-build3547871397/b116/importcfg << 'EOF' # internal
2025-08-20T21:20:08.4698800Z [00:02:01.736]➜  # import config
2025-08-20T21:20:08.4699549Z [00:02:01.736]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:08.4700414Z [00:02:01.736]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:08.4701296Z [00:02:01.736]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:08.4702177Z [00:02:01.736]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:08.4708055Z [00:02:01.736]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:08.4708932Z [00:02:01.736]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:08.4709831Z [00:02:01.736]➜  packagefile runtime/cgo=/tmp/go-build3547871397/b117/_pkg_.a
2025-08-20T21:20:08.4710461Z [00:02:01.736]➜  EOF
2025-08-20T21:20:08.4718544Z [00:02:01.738]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b116=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid qOYGflXK9YaRotmAluP-/qOYGflXK9YaRotmAluP- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/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/b116/_cgo_gotypes.go $WORK/b116/cgo_lookup_cgo.cgo1.go $WORK/b116/getgrouplist_unix.cgo1.go $WORK/b116/_cgo_import.go
2025-08-20T21:20:08.4816971Z [00:02:01.749]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T21:20:08.4907155Z [00:02:01.758]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/76/76bbdc683b734e89dd5a68139d3b6f9a401483ffa042b581e1dce5453054aa58-d # internal
2025-08-20T21:20:08.4913529Z [00:02:01.758]➜  k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes
2025-08-20T21:20:08.4914249Z [00:02:01.758]➜  mkdir -p $WORK/b093/
2025-08-20T21:20:08.4916130Z [00:02:01.759]➜  cat >/tmp/go-build3547871397/b093/importcfg << 'EOF' # internal
2025-08-20T21:20:08.4917989Z [00:02:01.759]➜  # import config
2025-08-20T21:20:08.4918852Z [00:02:01.759]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:08.4919894Z [00:02:01.759]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:08.4922433Z [00:02:01.759]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:08.4923477Z [00:02:01.759]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:08.4924219Z [00:02:01.759]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:08.4925113Z [00:02:01.759]➜  packagefile github.com/fxamacker/cbor/v2=/tmp/go-build3547871397/b094/_pkg_.a
2025-08-20T21:20:08.4925977Z [00:02:01.759]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:08.4926720Z [00:02:01.759]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:08.4927471Z [00:02:01.759]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:08.4928020Z [00:02:01.759]➜  EOF
2025-08-20T21:20:08.4947773Z [00:02:01.759]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/cbor/internal/modes=>k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/cbor/internal/modes;$WORK/b093=>" -p k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes -lang=go1.24 -complete -installsuffix shared -buildid 8UfiAtczbLa9A3lfG9By/8UfiAtczbLa9A3lfG9By -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/cbor/internal/modes/buffers.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/cbor/internal/modes/custom.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/cbor/internal/modes/decode.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/cbor/internal/modes/diagnostic.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/cbor/internal/modes/encode.go
2025-08-20T21:20:08.5510042Z [00:02:01.818]➜  cd /root/.go/src/os/user
2025-08-20T21:20:08.5513863Z [00:02:01.818]➜  go tool pack r $WORK/b116/_pkg_.a $WORK/b116/preferlinkext $WORK/b116/_x001.o $WORK/b116/_x002.o $WORK/b116/_x003.o # internal
2025-08-20T21:20:08.5527230Z [00:02:01.820]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T21:20:08.5571619Z [00:02:01.824]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/d3/d3f7d21457ec6eee35d04cf2ec92f0001750be15a1776c99867cbd0cfe17c847-d # internal
2025-08-20T21:20:08.5583688Z [00:02:01.826]➜  k8s.io/klog/v2
2025-08-20T21:20:08.5586019Z [00:02:01.826]➜  mkdir -p $WORK/b108/
2025-08-20T21:20:08.5605809Z [00:02:01.827]➜  cat >/tmp/go-build3547871397/b108/importcfg << 'EOF' # internal
2025-08-20T21:20:08.5608654Z [00:02:01.827]➜  # import config
2025-08-20T21:20:08.5609373Z [00:02:01.827]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:08.5610207Z [00:02:01.827]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:08.5611074Z [00:02:01.827]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:08.5612000Z [00:02:01.827]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:08.5613129Z [00:02:01.827]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:08.5613908Z [00:02:01.827]➜  packagefile flag=/tmp/go-build3547871397/b002/_pkg_.a
2025-08-20T21:20:08.5615026Z [00:02:01.827]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:08.5615952Z [00:02:01.827]➜  packagefile github.com/go-logr/logr=/tmp/go-build3547871397/b109/_pkg_.a
2025-08-20T21:20:08.5616912Z [00:02:01.827]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:08.5617853Z [00:02:01.827]➜  packagefile k8s.io/klog/v2/internal/buffer=/tmp/go-build3547871397/b110/_pkg_.a
2025-08-20T21:20:08.5618893Z [00:02:01.827]➜  packagefile k8s.io/klog/v2/internal/clock=/tmp/go-build3547871397/b112/_pkg_.a
2025-08-20T21:20:08.5619942Z [00:02:01.827]➜  packagefile k8s.io/klog/v2/internal/dbg=/tmp/go-build3547871397/b113/_pkg_.a
2025-08-20T21:20:08.5621044Z [00:02:01.827]➜  packagefile k8s.io/klog/v2/internal/serialize=/tmp/go-build3547871397/b114/_pkg_.a
2025-08-20T21:20:08.5622163Z [00:02:01.827]➜  packagefile k8s.io/klog/v2/internal/severity=/tmp/go-build3547871397/b111/_pkg_.a
2025-08-20T21:20:08.5623457Z [00:02:01.827]➜  packagefile k8s.io/klog/v2/internal/sloghandler=/tmp/go-build3547871397/b115/_pkg_.a
2025-08-20T21:20:08.5624422Z [00:02:01.827]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:08.5625224Z [00:02:01.827]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:20:08.5626016Z [00:02:01.827]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:08.5626787Z [00:02:01.827]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:08.5627556Z [00:02:01.827]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:20:08.5628377Z [00:02:01.827]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:08.5629458Z [00:02:01.827]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:08.5630285Z [00:02:01.827]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:08.5631083Z [00:02:01.827]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:08.5631908Z [00:02:01.827]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:08.5663005Z [00:02:01.827]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:08.5664021Z [00:02:01.827]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:08.5664884Z [00:02:01.827]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:08.5665484Z [00:02:01.827]➜  EOF
2025-08-20T21:20:08.5665963Z [00:02:01.827]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:08.5673290Z [00:02:01.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1=>k8s.io/klog/v2@v2.130.1;$WORK/b108=>" -p k8s.io/klog/v2 -lang=go1.18 -complete -installsuffix shared -buildid FMsguE4E-NBfSducfT6q/FMsguE4E-NBfSducfT6q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/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:20:08.7651015Z [00:02:02.032]➜  cd $WORK/b121
2025-08-20T21:20:08.7655366Z [00:02:02.032]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b121=/tmp/go-build -gno-record-gcc-switches -I $WORK/b121/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b121/_x001.o -c _cgo_export.c
2025-08-20T21:20:08.7716318Z [00:02:02.039]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T21:20:08.7808057Z [00:02:02.048]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/4d/4d4571fa7b5292c83df4a71fe22bb92abfb76db08c2632fe023d6a7459dbd783-d # internal
2025-08-20T21:20:08.7836293Z [00:02:02.051]➜  k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct
2025-08-20T21:20:08.7838620Z [00:02:02.051]➜  mkdir -p $WORK/b092/
2025-08-20T21:20:08.7842605Z [00:02:02.052]➜  cat >/tmp/go-build3547871397/b092/importcfg << 'EOF' # internal
2025-08-20T21:20:08.7845563Z [00:02:02.052]➜  # import config
2025-08-20T21:20:08.7846730Z [00:02:02.052]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes=/tmp/go-build3547871397/b093/_pkg_.a
2025-08-20T21:20:08.7847762Z [00:02:02.052]➜  EOF
2025-08-20T21:20:08.7848234Z [00:02:02.052]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:08.7852862Z [00:02:02.052]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/cbor/direct=>k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/cbor/direct;$WORK/b092=>" -p k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct -lang=go1.24 -complete -installsuffix shared -buildid ga2rX-ZL4vsJMz_iawPT/ga2rX-ZL4vsJMz_iawPT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/cbor/direct/direct.go
2025-08-20T21:20:08.8462603Z [00:02:02.113]➜  cd $WORK/b121
2025-08-20T21:20:08.8466466Z [00:02:02.114]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b121=/tmp/go-build -gno-record-gcc-switches -I $WORK/b121/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b121/_x002.o -c cgo_linux.cgo2.c
2025-08-20T21:20:08.8624705Z [00:02:02.130]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T21:20:08.8628971Z [00:02:02.130]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/57/57b4d5693f2bb33cd19d18c56ba379853345f7ce2dfffb2c0d5b1a5eb560ca22-d # internal
2025-08-20T21:20:08.8655422Z [00:02:02.133]➜  go/token
2025-08-20T21:20:08.8660945Z [00:02:02.133]➜  mkdir -p $WORK/b131/
2025-08-20T21:20:08.8669952Z [00:02:02.134]➜  cat >/tmp/go-build3547871397/b131/importcfg << 'EOF' # internal
2025-08-20T21:20:08.8670861Z [00:02:02.134]➜  # import config
2025-08-20T21:20:08.8674852Z [00:02:02.134]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:20:08.8675883Z [00:02:02.134]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:08.8676955Z [00:02:02.134]➜  packagefile iter=/tmp/go-build3547871397/b039/_pkg_.a
2025-08-20T21:20:08.8677977Z [00:02:02.134]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:08.8694266Z [00:02:02.134]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:08.8695187Z [00:02:02.134]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:08.8696057Z [00:02:02.134]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:08.8696937Z [00:02:02.134]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:08.8697817Z [00:02:02.134]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:08.8698500Z [00:02:02.134]➜  EOF
2025-08-20T21:20:08.8699129Z [00:02:02.134]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:08.8702805Z [00:02:02.134]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b131=>" -p go/token -lang=go1.25 -std -complete -installsuffix shared -buildid 2u1yjsjstP-pRq7IK0Sl/2u1yjsjstP-pRq7IK0Sl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b131/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:20:08.8716803Z [00:02:02.139]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T21:20:08.8761551Z [00:02:02.143]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/b6/b6d2dd650139abe2fe7c52c6ebb268ae74fe61fac4a2c55b08868996e157709d-d # internal
2025-08-20T21:20:08.8764686Z [00:02:02.144]➜  go/doc/comment
2025-08-20T21:20:08.8784089Z [00:02:02.144]➜  mkdir -p $WORK/b133/
2025-08-20T21:20:08.8784815Z [00:02:02.144]➜  cat >/tmp/go-build3547871397/b133/importcfg << 'EOF' # internal
2025-08-20T21:20:08.8785479Z [00:02:02.144]➜  # import config
2025-08-20T21:20:08.8786022Z [00:02:02.144]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:08.8786820Z [00:02:02.144]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:08.8787625Z [00:02:02.144]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:08.8788398Z [00:02:02.144]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:08.8789210Z [00:02:02.144]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:08.8790024Z [00:02:02.144]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:08.8790835Z [00:02:02.144]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:08.8791687Z [00:02:02.144]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:08.8792334Z [00:02:02.144]➜  EOF
2025-08-20T21:20:08.8797074Z [00:02:02.145]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/go/doc/comment=>go/doc/comment;$WORK/b133=>" -p go/doc/comment -lang=go1.25 -std -complete -installsuffix shared -buildid 3KhzQTgrsD4Tef8PeR5s/3KhzQTgrsD4Tef8PeR5s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b133/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:20:08.9332050Z [00:02:02.200]➜  cd $WORK/b121
2025-08-20T21:20:08.9336236Z [00:02:02.200]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b121=/tmp/go-build -gno-record-gcc-switches -I $WORK/b121/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b121/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T21:20:08.9929056Z [00:02:02.260]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b121=/tmp/go-build -gno-record-gcc-switches -I $WORK/b121/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b121/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T21:20:09.0687205Z [00:02:02.336]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T21:20:09.0707005Z [00:02:02.338]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/90/903a089b0dc856050f6f271e295b84bd90a00af75f2c32f38adaedb2974bc7d4-d # internal
2025-08-20T21:20:09.0730528Z [00:02:02.340]➜  go/scanner
2025-08-20T21:20:09.0746033Z [00:02:02.342]➜  mkdir -p $WORK/b130/
2025-08-20T21:20:09.0752372Z [00:02:02.342]➜  cat >/tmp/go-build3547871397/b130/importcfg << 'EOF' # internal
2025-08-20T21:20:09.0754311Z [00:02:02.342]➜  # import config
2025-08-20T21:20:09.0754955Z [00:02:02.342]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:09.0755745Z [00:02:02.342]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:09.0756531Z [00:02:02.342]➜  packagefile go/token=/tmp/go-build3547871397/b131/_pkg_.a
2025-08-20T21:20:09.0757326Z [00:02:02.342]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:09.0758165Z [00:02:02.342]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:09.0759373Z [00:02:02.342]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:09.0760184Z [00:02:02.343]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:09.0761011Z [00:02:02.343]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:09.0761924Z [00:02:02.343]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:09.0762549Z [00:02:02.343]➜  EOF
2025-08-20T21:20:09.0763219Z [00:02:02.343]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:09.0766576Z [00:02:02.343]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/go/scanner=>go/scanner;$WORK/b130=>" -p go/scanner -lang=go1.25 -std -complete -installsuffix shared -buildid gCa7Q6riZuWOqbrmIbTl/gCa7Q6riZuWOqbrmIbTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /root/.go/src/go/scanner/errors.go /root/.go/src/go/scanner/scanner.go
2025-08-20T21:20:09.1173990Z [00:02:02.385]➜  cd $WORK/b121
2025-08-20T21:20:09.1178433Z [00:02:02.385]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b121=/tmp/go-build -gno-record-gcc-switches -I $WORK/b121/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b121/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T21:20:09.1417705Z [00:02:02.409]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T21:20:09.1522374Z [00:02:02.419]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/94/94556c67af21580214117be07f7b9fa24ce93add292ddb59fbd396c6234dade9-d # internal
2025-08-20T21:20:09.1524723Z [00:02:02.420]➜  net/url
2025-08-20T21:20:09.1525188Z [00:02:02.420]➜  mkdir -p $WORK/b139/
2025-08-20T21:20:09.1539756Z [00:02:02.421]➜  cat >/tmp/go-build3547871397/b139/importcfg << 'EOF' # internal
2025-08-20T21:20:09.1540443Z [00:02:02.421]➜  # import config
2025-08-20T21:20:09.1541078Z [00:02:02.421]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:09.1541910Z [00:02:02.421]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:09.1543056Z [00:02:02.421]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:20:09.1544041Z [00:02:02.421]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:09.1544993Z [00:02:02.421]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:09.1545952Z [00:02:02.421]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:09.1546897Z [00:02:02.421]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:09.1547657Z [00:02:02.421]➜  EOF
2025-08-20T21:20:09.1548255Z [00:02:02.421]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:09.1551017Z [00:02:02.421]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b139=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid qWuN1b1aWdxv7Pdho_tZ/qWuN1b1aWdxv7Pdho_tZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T21:20:09.1865074Z [00:02:02.453]➜  cd $WORK/b121
2025-08-20T21:20:09.1867953Z [00:02:02.453]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b121=/tmp/go-build -gno-record-gcc-switches -I $WORK/b121/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b121/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T21:20:09.2317690Z [00:02:02.499]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T21:20:09.2333124Z [00:02:02.500]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/fb/fb19a107ad454bdb061785127bb93a4eb03ee07ad45697ff373820bcbc21dc47-d # internal
2025-08-20T21:20:09.2340394Z [00:02:02.501]➜  go/ast
2025-08-20T21:20:09.2341699Z [00:02:02.501]➜  mkdir -p $WORK/b129/
2025-08-20T21:20:09.2359259Z [00:02:02.503]➜  cat >/tmp/go-build3547871397/b129/importcfg << 'EOF' # internal
2025-08-20T21:20:09.2365770Z [00:02:02.503]➜  # import config
2025-08-20T21:20:09.2366499Z [00:02:02.503]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:09.2367358Z [00:02:02.503]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:20:09.2368184Z [00:02:02.503]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:09.2369015Z [00:02:02.503]➜  packagefile go/scanner=/tmp/go-build3547871397/b130/_pkg_.a
2025-08-20T21:20:09.2369877Z [00:02:02.503]➜  packagefile go/token=/tmp/go-build3547871397/b131/_pkg_.a
2025-08-20T21:20:09.2370656Z [00:02:02.503]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:09.2371831Z [00:02:02.503]➜  packagefile iter=/tmp/go-build3547871397/b039/_pkg_.a
2025-08-20T21:20:09.2372944Z [00:02:02.503]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:09.2373802Z [00:02:02.503]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:09.2374693Z [00:02:02.503]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:09.2375588Z [00:02:02.503]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:09.2376449Z [00:02:02.503]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:09.2377123Z [00:02:02.503]➜  EOF
2025-08-20T21:20:09.2377616Z [00:02:02.503]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:09.2381769Z [00:02:02.503]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/go/ast=>go/ast;$WORK/b129=>" -p go/ast -lang=go1.25 -std -complete -installsuffix shared -buildid PexCy4wQdBDw-jgPdab0/PexCy4wQdBDw-jgPdab0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/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:20:09.2730454Z [00:02:02.540]➜  cd $WORK/b121
2025-08-20T21:20:09.2735328Z [00:02:02.540]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b121=/tmp/go-build -gno-record-gcc-switches -I $WORK/b121/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b121/_cgo_main.o -c _cgo_main.c
2025-08-20T21:20:09.3382015Z [00:02:02.605]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:09.3387000Z [00:02:02.605]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b121=/tmp/go-build -gno-record-gcc-switches -o $WORK/b121/_cgo_.o $WORK/b121/_cgo_main.o $WORK/b121/preferlinkext $WORK/b121/_x001.o $WORK/b121/_x002.o $WORK/b121/_x003.o $WORK/b121/_x004.o $WORK/b121/_x005.o $WORK/b121/_x006.o -O2 -g -lresolv
2025-08-20T21:20:09.3947920Z [00:02:02.662]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T21:20:09.3994500Z [00:02:02.666]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d # internal
2025-08-20T21:20:09.3996086Z [00:02:02.667]➜  k8s.io/apimachinery/pkg/conversion/queryparams
2025-08-20T21:20:09.3998770Z [00:02:02.667]➜  mkdir -p $WORK/b138/
2025-08-20T21:20:09.4010069Z [00:02:02.668]➜  cat >/tmp/go-build3547871397/b138/importcfg << 'EOF' # internal
2025-08-20T21:20:09.4010848Z [00:02:02.668]➜  # import config
2025-08-20T21:20:09.4011973Z [00:02:02.668]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:09.4013163Z [00:02:02.668]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:09.4014156Z [00:02:02.668]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:09.4015245Z [00:02:02.668]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:09.4016044Z [00:02:02.668]➜  EOF
2025-08-20T21:20:09.4020905Z [00:02:02.669]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/conversion/queryparams=>k8s.io/apimachinery@v0.33.2/pkg/conversion/queryparams;$WORK/b138=>" -p k8s.io/apimachinery/pkg/conversion/queryparams -lang=go1.24 -complete -installsuffix shared -buildid pEaFw6yftEM1LZ4oK16p/pEaFw6yftEM1LZ4oK16p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/conversion/queryparams/convert.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/conversion/queryparams/doc.go
2025-08-20T21:20:09.4750351Z [00:02:02.742]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T21:20:09.4768970Z [00:02:02.744]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/41/410bbe3c3d249e880fc55872abdbf3006bab72d20f11f4ffc39d9b98acd5c9f2-d # internal
2025-08-20T21:20:09.4787816Z [00:02:02.746]➜  sigs.k8s.io/json/internal/golang/encoding/json
2025-08-20T21:20:09.4788527Z [00:02:02.746]➜  mkdir -p $WORK/b144/
2025-08-20T21:20:09.4816043Z [00:02:02.749]➜  cat >/tmp/go-build3547871397/b144/importcfg << 'EOF' # internal
2025-08-20T21:20:09.4822218Z [00:02:02.749]➜  # import config
2025-08-20T21:20:09.4829003Z [00:02:02.749]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:09.4833470Z [00:02:02.749]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:20:09.4834264Z [00:02:02.749]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:09.4835106Z [00:02:02.749]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:09.4835965Z [00:02:02.749]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:09.4836800Z [00:02:02.749]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:09.4837566Z [00:02:02.749]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:09.4838342Z [00:02:02.749]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:09.4839158Z [00:02:02.749]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:09.4839967Z [00:02:02.749]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:09.4840773Z [00:02:02.749]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:09.4841577Z [00:02:02.749]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:09.4842356Z [00:02:02.749]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:09.4854216Z [00:02:02.749]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:09.4855103Z [00:02:02.749]➜  packagefile unicode/utf16=/tmp/go-build3547871397/b073/_pkg_.a
2025-08-20T21:20:09.4856014Z [00:02:02.749]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:09.4856661Z [00:02:02.749]➜  EOF
2025-08-20T21:20:09.4867698Z [00:02:02.750]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json=>sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json;$WORK/b144=>" -p sigs.k8s.io/json/internal/golang/encoding/json -lang=go1.21 -complete -installsuffix shared -buildid YzRS9rD2iLCmzhkBDpyT/YzRS9rD2iLCmzhkBDpyT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json/decode.go /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json/encode.go /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json/fold.go /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json/indent.go /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json/kubernetes_patch.go /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json/scanner.go /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json/stream.go /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json/tables.go /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/internal/golang/encoding/json/tags.go
2025-08-20T21:20:09.6884697Z [00:02:02.954]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T21:20:09.7027464Z [00:02:02.970]➜  gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b121=/tmp/go-build -gno-record-gcc-switches -o $WORK/b121/_cgo_.o $WORK/b121/_cgo_main.o $WORK/b121/preferlinkext $WORK/b121/_x001.o $WORK/b121/_x002.o $WORK/b121/_x003.o $WORK/b121/_x004.o $WORK/b121/_x005.o $WORK/b121/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T21:20:09.7035983Z [00:02:02.971]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage net -dynimport $WORK/b121/_cgo_.o -dynout $WORK/b121/_cgo_import.go
2025-08-20T21:20:09.7087821Z [00:02:02.976]➜  cat >/tmp/go-build3547871397/b121/importcfg << 'EOF' # internal
2025-08-20T21:20:09.7093519Z [00:02:02.976]➜  # import config
2025-08-20T21:20:09.7094350Z [00:02:02.976]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:20:09.7095274Z [00:02:02.976]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:20:09.7096061Z [00:02:02.976]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:09.7096834Z [00:02:02.976]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:09.7097814Z [00:02:02.976]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3547871397/b122/_pkg_.a
2025-08-20T21:20:09.7098851Z [00:02:02.976]➜  packagefile internal/bytealg=/tmp/go-build3547871397/b011/_pkg_.a
2025-08-20T21:20:09.7099731Z [00:02:02.976]➜  packagefile internal/godebug=/tmp/go-build3547871397/b057/_pkg_.a
2025-08-20T21:20:09.7100614Z [00:02:02.976]➜  packagefile internal/itoa=/tmp/go-build3547871397/b038/_pkg_.a
2025-08-20T21:20:09.7101495Z [00:02:02.976]➜  packagefile internal/nettrace=/tmp/go-build3547871397/b123/_pkg_.a
2025-08-20T21:20:09.7102345Z [00:02:02.976]➜  packagefile internal/poll=/tmp/go-build3547871397/b060/_pkg_.a
2025-08-20T21:20:09.7112772Z [00:02:02.976]➜  packagefile internal/singleflight=/tmp/go-build3547871397/b124/_pkg_.a
2025-08-20T21:20:09.7113875Z [00:02:02.976]➜  packagefile internal/stringslite=/tmp/go-build3547871397/b032/_pkg_.a
2025-08-20T21:20:09.7114936Z [00:02:02.976]➜  packagefile internal/syscall/unix=/tmp/go-build3547871397/b061/_pkg_.a
2025-08-20T21:20:09.7115870Z [00:02:02.976]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:09.7116713Z [00:02:02.976]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:09.7117576Z [00:02:02.976]➜  packagefile net/netip=/tmp/go-build3547871397/b125/_pkg_.a
2025-08-20T21:20:09.7118772Z [00:02:02.976]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:09.7119611Z [00:02:02.976]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:09.7120482Z [00:02:02.976]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:09.7121312Z [00:02:02.976]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:09.7122165Z [00:02:02.976]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:09.7123284Z [00:02:02.976]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:09.7124160Z [00:02:02.976]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:09.7137553Z [00:02:02.976]➜  packagefile runtime/cgo=/tmp/go-build3547871397/b117/_pkg_.a
2025-08-20T21:20:09.7138371Z [00:02:02.976]➜  EOF
2025-08-20T21:20:09.7159016Z [00:02:02.978]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b121=>" -p net -lang=go1.25 -std -installsuffix shared -buildid sZ2VO8qLHWvO7b3fWvkM/sZ2VO8qLHWvO7b3fWvkM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b121/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/b121/_cgo_gotypes.go $WORK/b121/cgo_linux.cgo1.go $WORK/b121/cgo_resnew.cgo1.go $WORK/b121/cgo_socknew.cgo1.go $WORK/b121/cgo_unix_cgo.cgo1.go $WORK/b121/cgo_unix_cgo_res.cgo1.go $WORK/b121/_cgo_import.go
2025-08-20T21:20:09.7180852Z [00:02:02.981]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/6c/6c8a9b8a0c21cbd5bc8707e16c537e4e593a41f55065f588a9a02301e4a7429e-d # internal
2025-08-20T21:20:09.7182016Z [00:02:02.982]➜  k8s.io/apimachinery/pkg/api/resource
2025-08-20T21:20:09.7182605Z [00:02:02.984]➜  mkdir -p $WORK/b088/
2025-08-20T21:20:09.7186515Z [00:02:02.985]➜  cat >/tmp/go-build3547871397/b088/importcfg << 'EOF' # internal
2025-08-20T21:20:09.7187202Z [00:02:02.985]➜  # import config
2025-08-20T21:20:09.7187916Z [00:02:02.986]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:09.7188755Z [00:02:02.986]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:09.7189563Z [00:02:02.986]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:09.7190794Z [00:02:02.986]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:09.7191823Z [00:02:02.986]➜  packagefile gopkg.in/inf.v0=/tmp/go-build3547871397/b089/_pkg_.a
2025-08-20T21:20:09.7192828Z [00:02:02.986]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:09.7194034Z [00:02:02.986]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct=/tmp/go-build3547871397/b092/_pkg_.a
2025-08-20T21:20:09.7195162Z [00:02:02.986]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:09.7196296Z [00:02:02.986]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:09.7197159Z [00:02:02.986]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:09.7197974Z [00:02:02.986]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:09.7198767Z [00:02:02.986]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:09.7199560Z [00:02:02.986]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:09.7200123Z [00:02:02.986]➜  EOF
2025-08-20T21:20:09.7207757Z [00:02:02.986]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/resource=>k8s.io/apimachinery@v0.33.2/pkg/api/resource;$WORK/b088=>" -p k8s.io/apimachinery/pkg/api/resource -lang=go1.24 -complete -installsuffix shared -buildid wuri7O1JZFPQZPzUaudh/wuri7O1JZFPQZPzUaudh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/resource/amount.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/resource/generated.pb.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/resource/math.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/resource/quantity.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/resource/quantity_proto.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/resource/scale_int.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/resource/suffix.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/resource/zz_generated.deepcopy.go
2025-08-20T21:20:09.7494269Z [00:02:03.015]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T21:20:09.7548060Z [00:02:03.022]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/da/da5c7608bdb2cdc008bd60e501aee663ca80363496f46c569cf1b40831b289e4-d # internal
2025-08-20T21:20:09.7552185Z [00:02:03.022]➜  go/doc
2025-08-20T21:20:09.7554576Z [00:02:03.023]➜  mkdir -p $WORK/b132/
2025-08-20T21:20:09.7561973Z [00:02:03.023]➜  cat >/tmp/go-build3547871397/b132/importcfg << 'EOF' # internal
2025-08-20T21:20:09.7562875Z [00:02:03.023]➜  # import config
2025-08-20T21:20:09.7563594Z [00:02:03.023]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:20:09.7564452Z [00:02:03.023]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:09.7565273Z [00:02:03.023]➜  packagefile go/ast=/tmp/go-build3547871397/b129/_pkg_.a
2025-08-20T21:20:09.7566223Z [00:02:03.023]➜  packagefile go/doc/comment=/tmp/go-build3547871397/b133/_pkg_.a
2025-08-20T21:20:09.7567117Z [00:02:03.023]➜  packagefile go/token=/tmp/go-build3547871397/b131/_pkg_.a
2025-08-20T21:20:09.7568042Z [00:02:03.023]➜  packagefile internal/lazyregexp=/tmp/go-build3547871397/b134/_pkg_.a
2025-08-20T21:20:09.7569066Z [00:02:03.023]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:09.7569842Z [00:02:03.024]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:09.7570648Z [00:02:03.024]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:09.7571473Z [00:02:03.024]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:09.7572324Z [00:02:03.024]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:09.7573356Z [00:02:03.024]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:09.7574581Z [00:02:03.024]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:09.7575246Z [00:02:03.024]➜  EOF
2025-08-20T21:20:09.7579000Z [00:02:03.024]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/go/doc=>go/doc;$WORK/b132=>" -p go/doc -lang=go1.25 -std -complete -installsuffix shared -buildid -_26vMdFuHl3uWHR4aBX/-_26vMdFuHl3uWHR4aBX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b132/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:20:09.9981050Z [00:02:03.265]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T21:20:10.0117369Z [00:02:03.279]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/e9/e9b2740e2fa8168fbf8ce48bf9643ba7d3b9c8c30ed4ca3b5bc1e135f12e2376-d # internal
2025-08-20T21:20:10.0209343Z [00:02:03.288]➜  go/parser
2025-08-20T21:20:10.0209896Z [00:02:03.288]➜  mkdir -p $WORK/b135/
2025-08-20T21:20:10.0214960Z [00:02:03.289]➜  cat >/tmp/go-build3547871397/b135/importcfg << 'EOF' # internal
2025-08-20T21:20:10.0215650Z [00:02:03.289]➜  # import config
2025-08-20T21:20:10.0216340Z [00:02:03.289]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:10.0217184Z [00:02:03.289]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:10.0218020Z [00:02:03.289]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:10.0218819Z [00:02:03.289]➜  packagefile go/ast=/tmp/go-build3547871397/b129/_pkg_.a
2025-08-20T21:20:10.0219759Z [00:02:03.289]➜  packagefile go/build/constraint=/tmp/go-build3547871397/b136/_pkg_.a
2025-08-20T21:20:10.0221072Z [00:02:03.289]➜  packagefile go/scanner=/tmp/go-build3547871397/b130/_pkg_.a
2025-08-20T21:20:10.0222041Z [00:02:03.289]➜  packagefile go/token=/tmp/go-build3547871397/b131/_pkg_.a
2025-08-20T21:20:10.0223065Z [00:02:03.289]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:10.0223929Z [00:02:03.289]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:10.0224777Z [00:02:03.289]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:10.0225640Z [00:02:03.289]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:10.0226561Z [00:02:03.289]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:10.0227203Z [00:02:03.289]➜  EOF
2025-08-20T21:20:10.0230433Z [00:02:03.289]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/go/parser=>go/parser;$WORK/b135=>" -p go/parser -lang=go1.25 -std -complete -installsuffix shared -buildid gAr9WaN61HdCp6LNJLAZ/gAr9WaN61HdCp6LNJLAZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/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:20:10.1235930Z [00:02:03.388]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T21:20:10.1287621Z [00:02:03.396]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/20/208e57b5a8b70515e39fd667b6ad892ce1f93691c1a50fa6b74f3120585c0796-d # internal
2025-08-20T21:20:10.1290789Z [00:02:03.396]➜  k8s.io/apimachinery/pkg/runtime/schema
2025-08-20T21:20:10.1293369Z [00:02:03.397]➜  mkdir -p $WORK/b141/
2025-08-20T21:20:10.1302319Z [00:02:03.397]➜  cat >/tmp/go-build3547871397/b141/importcfg << 'EOF' # internal
2025-08-20T21:20:10.1303148Z [00:02:03.397]➜  # import config
2025-08-20T21:20:10.1303765Z [00:02:03.397]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:10.1304697Z [00:02:03.397]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:10.1305651Z [00:02:03.397]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:10.1306460Z [00:02:03.397]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:10.1307284Z [00:02:03.397]➜  EOF
2025-08-20T21:20:10.1318563Z [00:02:03.397]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/schema=>k8s.io/apimachinery@v0.33.2/pkg/runtime/schema;$WORK/b141=>" -p k8s.io/apimachinery/pkg/runtime/schema -lang=go1.24 -complete -installsuffix shared -buildid CXDb_oXBtmy8A-rKDFBC/CXDb_oXBtmy8A-rKDFBC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/schema/generated.pb.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/schema/group_version.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/schema/interfaces.go
2025-08-20T21:20:10.2007479Z [00:02:03.468]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T21:20:10.2019370Z [00:02:03.469]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/52/52392fe80e82b649512cda603edd71bdeb2c0c4044e35e9ca3eee0250363fa2a-d # internal
2025-08-20T21:20:10.2027859Z [00:02:03.470]➜  runtime/debug
2025-08-20T21:20:10.2028409Z [00:02:03.470]➜  mkdir -p $WORK/b146/
2025-08-20T21:20:10.2029011Z [00:02:03.470]➜  echo -n > $WORK/b146/go_asm.h # internal
2025-08-20T21:20:10.2029612Z [00:02:03.470]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:20:10.2031499Z [00:02:03.470]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b146=>" -I $WORK/b146/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b146/symabis ./debug.s
2025-08-20T21:20:10.2071551Z [00:02:03.474]➜  cat >/tmp/go-build3547871397/b146/importcfg << 'EOF' # internal
2025-08-20T21:20:10.2073920Z [00:02:03.474]➜  # import config
2025-08-20T21:20:10.2074905Z [00:02:03.474]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:10.2075791Z [00:02:03.474]➜  packagefile internal/poll=/tmp/go-build3547871397/b060/_pkg_.a
2025-08-20T21:20:10.2076566Z [00:02:03.474]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:10.2077396Z [00:02:03.474]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:10.2078192Z [00:02:03.474]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:10.2078996Z [00:02:03.474]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:10.2079795Z [00:02:03.474]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:10.2080558Z [00:02:03.474]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:10.2081129Z [00:02:03.474]➜  EOF
2025-08-20T21:20:10.2081601Z [00:02:03.474]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:10.2085665Z [00:02:03.474]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b146=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid 7y92FvxpPbsojj3KvJ1V/7y92FvxpPbsojj3KvJ1V -goversion go1.25.0 -symabis $WORK/b146/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack -asmhdr $WORK/b146/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:20:10.2125118Z [00:02:03.480]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T21:20:10.2173101Z [00:02:03.484]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/28/287934af2ddf78dc04e0c54722fd9db42dc7a484db7414648175d6fe8a98d9c4-d # internal
2025-08-20T21:20:10.2179849Z [00:02:03.485]➜  sigs.k8s.io/json
2025-08-20T21:20:10.2184951Z [00:02:03.486]➜  mkdir -p $WORK/b143/
2025-08-20T21:20:10.2193779Z [00:02:03.487]➜  cat >/tmp/go-build3547871397/b143/importcfg << 'EOF' # internal
2025-08-20T21:20:10.2199830Z [00:02:03.487]➜  # import config
2025-08-20T21:20:10.2200550Z [00:02:03.487]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:10.2201313Z [00:02:03.487]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:10.2202036Z [00:02:03.487]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:10.2203496Z [00:02:03.487]➜  packagefile sigs.k8s.io/json/internal/golang/encoding/json=/tmp/go-build3547871397/b144/_pkg_.a
2025-08-20T21:20:10.2204315Z [00:02:03.487]➜  EOF
2025-08-20T21:20:10.2213801Z [00:02:03.488]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3=>sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3;$WORK/b143=>" -p sigs.k8s.io/json -lang=go1.21 -complete -installsuffix shared -buildid KjCReheTrA8bzNsYIZDK/KjCReheTrA8bzNsYIZDK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/doc.go /root/go/pkg/mod/sigs.k8s.io/json@v0.0.0-20241010143419-9aa6b5e7a4b3/json.go
2025-08-20T21:20:10.2777605Z [00:02:03.545]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T21:20:10.2810003Z [00:02:03.548]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/75/75de922c640f639b31af786df4656bef8ea4eb3f223719ff1d76b3c51ba06739-d # internal
2025-08-20T21:20:10.2816734Z [00:02:03.549]➜  k8s.io/apimachinery/pkg/util/json
2025-08-20T21:20:10.2845708Z [00:02:03.549]➜  mkdir -p $WORK/b142/
2025-08-20T21:20:10.2846470Z [00:02:03.552]➜  cat >/tmp/go-build3547871397/b142/importcfg << 'EOF' # internal
2025-08-20T21:20:10.2847142Z [00:02:03.552]➜  # import config
2025-08-20T21:20:10.2847834Z [00:02:03.552]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:10.2848685Z [00:02:03.552]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:10.2849443Z [00:02:03.552]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:10.2850554Z [00:02:03.552]➜  packagefile sigs.k8s.io/json=/tmp/go-build3547871397/b143/_pkg_.a
2025-08-20T21:20:10.2851259Z [00:02:03.552]➜  EOF
2025-08-20T21:20:10.2854872Z [00:02:03.552]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/json=>k8s.io/apimachinery@v0.33.2/pkg/util/json;$WORK/b142=>" -p k8s.io/apimachinery/pkg/util/json -lang=go1.24 -complete -installsuffix shared -buildid VlnjwBtsCMlKl-o3ks2I/VlnjwBtsCMlKl-o3ks2I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/json/json.go
2025-08-20T21:20:10.3239398Z [00:02:03.591]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:20:10.3246822Z [00:02:03.592]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b146=>" -I $WORK/b146/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b146/debug.o ./debug.s
2025-08-20T21:20:10.3448767Z [00:02:03.612]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T21:20:10.3456217Z [00:02:03.613]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/88/88f3a5cc1ad46ade1e0dc6b9b5cd2af3c3f3973e95fd142fdb56a25e46463aac-d # internal
2025-08-20T21:20:10.3462882Z [00:02:03.613]➜  compress/flate
2025-08-20T21:20:10.3470516Z [00:02:03.614]➜  mkdir -p $WORK/b150/
2025-08-20T21:20:10.3485202Z [00:02:03.614]➜  cat >/tmp/go-build3547871397/b150/importcfg << 'EOF' # internal
2025-08-20T21:20:10.3485866Z [00:02:03.614]➜  # import config
2025-08-20T21:20:10.3486516Z [00:02:03.614]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:10.3487340Z [00:02:03.614]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:10.3488118Z [00:02:03.614]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:10.3488870Z [00:02:03.614]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:10.3489631Z [00:02:03.614]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:10.3490453Z [00:02:03.614]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:10.3491258Z [00:02:03.614]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:10.3492041Z [00:02:03.614]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:10.3493247Z [00:02:03.614]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:10.3493821Z [00:02:03.614]➜  EOF
2025-08-20T21:20:10.3495119Z [00:02:03.617]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:10.3500111Z [00:02:03.617]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b150=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid lu9wJols6mZhiIWbtWKV/lu9wJols6mZhiIWbtWKV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b150/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:20:10.3512859Z [00:02:03.618]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:20:10.3513669Z [00:02:03.619]➜  go tool pack r $WORK/b146/_pkg_.a $WORK/b146/debug.o # internal
2025-08-20T21:20:10.3514478Z [00:02:03.619]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T21:20:10.3527038Z [00:02:03.620]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/82/8260d5a79b166c1188d2a8233d7ed0e6aa22b2487df79665838c602779d10d1d-d # internal
2025-08-20T21:20:10.3542194Z [00:02:03.620]➜  k8s.io/apimachinery/pkg/util/naming
2025-08-20T21:20:10.3543015Z [00:02:03.620]➜  mkdir -p $WORK/b145/
2025-08-20T21:20:10.3543759Z [00:02:03.621]➜  cat >/tmp/go-build3547871397/b145/importcfg << 'EOF' # internal
2025-08-20T21:20:10.3544441Z [00:02:03.621]➜  # import config
2025-08-20T21:20:10.3545344Z [00:02:03.621]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:10.3546225Z [00:02:03.621]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:10.3547094Z [00:02:03.621]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:10.3548015Z [00:02:03.621]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:20:10.3548915Z [00:02:03.621]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:10.3549742Z [00:02:03.621]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:10.3550377Z [00:02:03.621]➜  EOF
2025-08-20T21:20:10.3552346Z [00:02:03.622]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:10.3556860Z [00:02:03.623]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/naming=>k8s.io/apimachinery@v0.33.2/pkg/util/naming;$WORK/b145=>" -p k8s.io/apimachinery/pkg/util/naming -lang=go1.24 -complete -installsuffix shared -buildid D-XJORJdktTOC59eN4hY/D-XJORJdktTOC59eN4hY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/naming/from_stack.go
2025-08-20T21:20:10.3958867Z [00:02:03.663]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T21:20:10.3965579Z [00:02:03.664]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/0e/0e168f68b27aeec5aac6a7871dbfb6b8a8263fae507b08746b19b484739764c1-d # internal
2025-08-20T21:20:10.3973740Z [00:02:03.664]➜  crypto/internal/fips140/sha3
2025-08-20T21:20:10.3974341Z [00:02:03.664]➜  mkdir -p $WORK/b168/
2025-08-20T21:20:10.3985044Z [00:02:03.665]➜  echo -n > $WORK/b168/go_asm.h # internal
2025-08-20T21:20:10.3985772Z [00:02:03.665]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:20:10.3988266Z [00:02:03.665]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b168=>" -I $WORK/b168/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b168/symabis ./sha3_amd64.s
2025-08-20T21:20:10.4184748Z [00:02:03.686]➜  cat >/tmp/go-build3547871397/b168/importcfg << 'EOF' # internal
2025-08-20T21:20:10.4188391Z [00:02:03.686]➜  # import config
2025-08-20T21:20:10.4189266Z [00:02:03.686]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:10.4190426Z [00:02:03.686]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:20:10.4191985Z [00:02:03.686]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3547871397/b169/_pkg_.a
2025-08-20T21:20:10.4193632Z [00:02:03.686]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3547871397/b165/_pkg_.a
2025-08-20T21:20:10.4195706Z [00:02:03.686]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3547871397/b166/_pkg_.a
2025-08-20T21:20:10.4214022Z [00:02:03.686]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:10.4215263Z [00:02:03.686]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:10.4216307Z [00:02:03.686]➜  EOF
2025-08-20T21:20:10.4217237Z [00:02:03.686]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:10.4223548Z [00:02:03.686]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b168=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid pKhCNDCH0S9hFXn29YXH/pKhCNDCH0S9hFXn29YXH -goversion go1.25.0 -symabis $WORK/b168/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack -asmhdr $WORK/b168/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_amd64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T21:20:10.5002463Z [00:02:03.767]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T21:20:10.5060376Z [00:02:03.773]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/9c/9c35af840f7b44d7948ca7833c8d85202d5cbdea37efd902771d72aec4a6a619-d # internal
2025-08-20T21:20:10.5065726Z [00:02:03.774]➜  crypto/internal/fips140/sha512
2025-08-20T21:20:10.5066348Z [00:02:03.774]➜  mkdir -p $WORK/b170/
2025-08-20T21:20:10.5075247Z [00:02:03.775]➜  echo -n > $WORK/b170/go_asm.h # internal
2025-08-20T21:20:10.5081953Z [00:02:03.775]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:20:10.5085772Z [00:02:03.775]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b170=>" -I $WORK/b170/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b170/symabis ./sha512block_amd64.s
2025-08-20T21:20:10.5145211Z [00:02:03.782]➜  cat >/tmp/go-build3547871397/b170/importcfg << 'EOF' # internal
2025-08-20T21:20:10.5152241Z [00:02:03.782]➜  # import config
2025-08-20T21:20:10.5153332Z [00:02:03.782]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:10.5154372Z [00:02:03.782]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:20:10.5155622Z [00:02:03.782]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3547871397/b165/_pkg_.a
2025-08-20T21:20:10.5158295Z [00:02:03.782]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3547871397/b166/_pkg_.a
2025-08-20T21:20:10.5159408Z [00:02:03.782]➜  packagefile crypto/internal/impl=/tmp/go-build3547871397/b167/_pkg_.a
2025-08-20T21:20:10.5160320Z [00:02:03.782]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:10.5161130Z [00:02:03.782]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:10.5161965Z [00:02:03.782]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:10.5162587Z [00:02:03.782]➜  EOF
2025-08-20T21:20:10.5168604Z [00:02:03.784]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:10.5179670Z [00:02:03.785]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b170=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid NqVWzt-uxvhAMtyS56fb/NqVWzt-uxvhAMtyS56fb -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/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_amd64.go
2025-08-20T21:20:10.5334958Z [00:02:03.801]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:20:10.5341508Z [00:02:03.801]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b168=>" -I $WORK/b168/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b168/sha3_amd64.o ./sha3_amd64.s
2025-08-20T21:20:10.5653911Z [00:02:03.832]➜  go tool pack r $WORK/b168/_pkg_.a $WORK/b168/sha3_amd64.o # internal
2025-08-20T21:20:10.5681072Z [00:02:03.835]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T21:20:10.5685611Z [00:02:03.835]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d # internal
2025-08-20T21:20:10.5686684Z [00:02:03.835]➜  crypto/internal/sysrand
2025-08-20T21:20:10.5687217Z [00:02:03.835]➜  mkdir -p $WORK/b174/
2025-08-20T21:20:10.5687904Z [00:02:03.835]➜  cat >/tmp/go-build3547871397/b174/importcfg << 'EOF' # internal
2025-08-20T21:20:10.5688557Z [00:02:03.835]➜  # import config
2025-08-20T21:20:10.5689185Z [00:02:03.835]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:10.5690395Z [00:02:03.835]➜  packagefile internal/syscall/unix=/tmp/go-build3547871397/b061/_pkg_.a
2025-08-20T21:20:10.5691335Z [00:02:03.835]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:10.5692102Z [00:02:03.835]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:10.5693083Z [00:02:03.835]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:10.5693900Z [00:02:03.835]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:10.5694725Z [00:02:03.835]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:10.5695575Z [00:02:03.835]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:10.5696372Z [00:02:03.835]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:10.5696949Z [00:02:03.835]➜  EOF
2025-08-20T21:20:10.5697419Z [00:02:03.835]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:10.5700998Z [00:02:03.835]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b174=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid qgz6XG8iiuUjqDrtwJQ5/qgz6XG8iiuUjqDrtwJQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T21:20:10.5859525Z [00:02:03.853]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:20:10.5866307Z [00:02:03.854]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b170=>" -I $WORK/b170/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b170/sha512block_amd64.o ./sha512block_amd64.s
2025-08-20T21:20:10.5927554Z [00:02:03.860]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T21:20:10.5977441Z [00:02:03.865]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d # internal
2025-08-20T21:20:10.5989879Z [00:02:03.866]➜  compress/gzip
2025-08-20T21:20:10.5990347Z [00:02:03.866]➜  mkdir -p $WORK/b149/
2025-08-20T21:20:10.5991291Z [00:02:03.866]➜  cat >/tmp/go-build3547871397/b149/importcfg << 'EOF' # internal
2025-08-20T21:20:10.5991911Z [00:02:03.866]➜  # import config
2025-08-20T21:20:10.5992499Z [00:02:03.866]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:10.5993486Z [00:02:03.866]➜  packagefile compress/flate=/tmp/go-build3547871397/b150/_pkg_.a
2025-08-20T21:20:10.5994345Z [00:02:03.866]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:10.5995154Z [00:02:03.866]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:10.5995882Z [00:02:03.866]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:10.5996625Z [00:02:03.866]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:20:10.5997370Z [00:02:03.866]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:10.5998072Z [00:02:03.866]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:10.5998624Z [00:02:03.866]➜  EOF
2025-08-20T21:20:10.5999046Z [00:02:03.866]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:10.6001943Z [00:02:03.866]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b149=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid k2XxW7nAX_0rkxTW93-g/k2XxW7nAX_0rkxTW93-g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T21:20:10.6027634Z [00:02:03.869]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:20:10.6028455Z [00:02:03.870]➜  go tool pack r $WORK/b170/_pkg_.a $WORK/b170/sha512block_amd64.o # internal
2025-08-20T21:20:10.6029494Z [00:02:03.870]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T21:20:10.6030641Z [00:02:03.870]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d # internal
2025-08-20T21:20:10.6031628Z [00:02:03.870]➜  crypto/internal/fips140/hmac
2025-08-20T21:20:10.6032132Z [00:02:03.870]➜  mkdir -p $WORK/b163/
2025-08-20T21:20:10.6033022Z [00:02:03.870]➜  cat >/tmp/go-build3547871397/b163/importcfg << 'EOF' # internal
2025-08-20T21:20:10.6033646Z [00:02:03.870]➜  # import config
2025-08-20T21:20:10.6034251Z [00:02:03.870]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:10.6035151Z [00:02:03.870]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:20:10.6036223Z [00:02:03.870]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3547871397/b164/_pkg_.a
2025-08-20T21:20:10.6037310Z [00:02:03.870]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3547871397/b168/_pkg_.a
2025-08-20T21:20:10.6038485Z [00:02:03.870]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3547871397/b170/_pkg_.a
2025-08-20T21:20:10.6039398Z [00:02:03.870]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:10.6040121Z [00:02:03.870]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:10.6040656Z [00:02:03.870]➜  EOF
2025-08-20T21:20:10.6041077Z [00:02:03.870]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:10.6044810Z [00:02:03.870]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b163=>" -p crypto/internal/fips140/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid Xiiz0L1g_PX2TJEdwLnE/Xiiz0L1g_PX2TJEdwLnE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T21:20:10.6190650Z [00:02:03.886]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T21:20:10.6207676Z [00:02:03.888]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d # internal
2025-08-20T21:20:10.6213770Z [00:02:03.889]➜  crypto/internal/entropy
2025-08-20T21:20:10.6216355Z [00:02:03.889]➜  mkdir -p $WORK/b173/
2025-08-20T21:20:10.6219402Z [00:02:03.889]➜  cat >/tmp/go-build3547871397/b173/importcfg << 'EOF' # internal
2025-08-20T21:20:10.6223431Z [00:02:03.890]➜  # import config
2025-08-20T21:20:10.6232224Z [00:02:03.890]➜  packagefile crypto/internal/sysrand=/tmp/go-build3547871397/b174/_pkg_.a
2025-08-20T21:20:10.6233119Z [00:02:03.890]➜  EOF
2025-08-20T21:20:10.6236329Z [00:02:03.890]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b173=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid k9hEEyPYK9ZiSw80V2zZ/k9hEEyPYK9ZiSw80V2zZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T21:20:10.6408124Z [00:02:03.908]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T21:20:10.6444470Z [00:02:03.908]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d # internal
2025-08-20T21:20:10.6445561Z [00:02:03.908]➜  math/rand/v2
2025-08-20T21:20:10.6446080Z [00:02:03.908]➜  mkdir -p $WORK/b176/
2025-08-20T21:20:10.6611917Z [00:02:03.928]➜  cat >/tmp/go-build3547871397/b176/importcfg << 'EOF' # internal
2025-08-20T21:20:10.6915225Z [00:02:03.959]➜  # import config
2025-08-20T21:20:10.6917622Z [00:02:03.959]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:10.6918580Z [00:02:03.959]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:10.6920003Z [00:02:03.959]➜  packagefile internal/chacha8rand=/tmp/go-build3547871397/b014/_pkg_.a
2025-08-20T21:20:10.6920997Z [00:02:03.959]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:10.6921855Z [00:02:03.959]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:10.6922529Z [00:02:03.959]➜  EOF
2025-08-20T21:20:10.6958624Z [00:02:03.960]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b176=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid nHJkHXwWtvYoiSAWDcVC/nHJkHXwWtvYoiSAWDcVC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/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:20:10.6962410Z [00:02:03.963]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T21:20:10.6966117Z [00:02:03.964]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d # internal
2025-08-20T21:20:10.6972163Z [00:02:03.964]➜  crypto/internal/fips140/check
2025-08-20T21:20:10.6977197Z [00:02:03.965]➜  mkdir -p $WORK/b162/
2025-08-20T21:20:10.6989397Z [00:02:03.966]➜  cat >/tmp/go-build3547871397/b162/importcfg << 'EOF' # internal
2025-08-20T21:20:10.6991813Z [00:02:03.966]➜  # import config
2025-08-20T21:20:10.6992796Z [00:02:03.966]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:20:10.6993955Z [00:02:03.966]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3547871397/b163/_pkg_.a
2025-08-20T21:20:10.6995101Z [00:02:03.966]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3547871397/b164/_pkg_.a
2025-08-20T21:20:10.6996311Z [00:02:03.966]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3547871397/b165/_pkg_.a
2025-08-20T21:20:10.6997563Z [00:02:03.966]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3547871397/b160/_pkg_.a
2025-08-20T21:20:10.6998507Z [00:02:03.966]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:10.6999062Z [00:02:03.966]➜  EOF
2025-08-20T21:20:10.7003812Z [00:02:03.967]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b162=>" -p crypto/internal/fips140/check -lang=go1.25 -std -complete -installsuffix shared -buildid Zxi71vD5hbYwOcUgAqgZ/Zxi71vD5hbYwOcUgAqgZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T21:20:10.7025302Z [00:02:03.970]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T21:20:10.7027407Z [00:02:03.970]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d # internal
2025-08-20T21:20:10.7029192Z [00:02:03.970]➜  crypto/internal/fips140cache
2025-08-20T21:20:10.7029748Z [00:02:03.970]➜  mkdir -p $WORK/b193/
2025-08-20T21:20:10.7030454Z [00:02:03.970]➜  cat >/tmp/go-build3547871397/b193/importcfg << 'EOF' # internal
2025-08-20T21:20:10.7031516Z [00:02:03.970]➜  # import config
2025-08-20T21:20:10.7032172Z [00:02:03.970]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:10.7033169Z [00:02:03.970]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:10.7033934Z [00:02:03.970]➜  packagefile weak=/tmp/go-build3547871397/b127/_pkg_.a
2025-08-20T21:20:10.7034515Z [00:02:03.970]➜  EOF
2025-08-20T21:20:10.7038032Z [00:02:03.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b193=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid 4Os5LiBNx5-iw7jxvt0H/4Os5LiBNx5-iw7jxvt0H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T21:20:10.7414473Z [00:02:04.005]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T21:20:10.7437806Z [00:02:04.005]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T21:20:10.7439298Z [00:02:04.005]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d # internal
2025-08-20T21:20:10.7440385Z [00:02:04.005]➜  crypto/sha3
2025-08-20T21:20:10.7440884Z [00:02:04.005]➜  mkdir -p $WORK/b195/
2025-08-20T21:20:10.7441622Z [00:02:04.005]➜  cat >/tmp/go-build3547871397/b195/importcfg << 'EOF' # internal
2025-08-20T21:20:10.7442294Z [00:02:04.005]➜  # import config
2025-08-20T21:20:10.7443167Z [00:02:04.005]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:20:10.7444170Z [00:02:04.005]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3547871397/b168/_pkg_.a
2025-08-20T21:20:10.7445138Z [00:02:04.005]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:10.7445787Z [00:02:04.005]➜  EOF
2025-08-20T21:20:10.7448525Z [00:02:04.005]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b195=>" -p crypto/sha3 -lang=go1.25 -std -complete -installsuffix shared -buildid pp5P7pKUITLhdsC9IHat/pp5P7pKUITLhdsC9IHat -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T21:20:10.7451893Z [00:02:04.005]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d # internal
2025-08-20T21:20:10.7453222Z [00:02:04.006]➜  crypto/internal/fips140/aes
2025-08-20T21:20:10.7453778Z [00:02:04.006]➜  mkdir -p $WORK/b158/
2025-08-20T21:20:10.7454366Z [00:02:04.009]➜  echo -n > $WORK/b158/go_asm.h # internal
2025-08-20T21:20:10.7455022Z [00:02:04.009]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:20:10.7457615Z [00:02:04.009]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b158=>" -I $WORK/b158/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b158/symabis ./aes_amd64.s ./ctr_amd64.s
2025-08-20T21:20:10.7582138Z [00:02:04.025]➜  cat >/tmp/go-build3547871397/b158/importcfg << 'EOF' # internal
2025-08-20T21:20:10.7598426Z [00:02:04.025]➜  # import config
2025-08-20T21:20:10.7599102Z [00:02:04.025]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:10.7600073Z [00:02:04.025]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:20:10.7601206Z [00:02:04.025]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3547871397/b161/_pkg_.a
2025-08-20T21:20:10.7602344Z [00:02:04.025]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3547871397/b162/_pkg_.a
2025-08-20T21:20:10.7603814Z [00:02:04.025]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3547871397/b169/_pkg_.a
2025-08-20T21:20:10.7605059Z [00:02:04.025]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3547871397/b165/_pkg_.a
2025-08-20T21:20:10.7606314Z [00:02:04.025]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3547871397/b166/_pkg_.a
2025-08-20T21:20:10.7607547Z [00:02:04.025]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3547871397/b160/_pkg_.a
2025-08-20T21:20:10.7608681Z [00:02:04.025]➜  packagefile crypto/internal/impl=/tmp/go-build3547871397/b167/_pkg_.a
2025-08-20T21:20:10.7609593Z [00:02:04.025]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:10.7610447Z [00:02:04.025]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:10.7611302Z [00:02:04.025]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:10.7611928Z [00:02:04.025]➜  EOF
2025-08-20T21:20:10.7612401Z [00:02:04.026]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:10.7620452Z [00:02:04.026]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b158=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid HsmuOwP-pFmxRFxv5gV2/HsmuOwP-pFmxRFxv5gV2 -goversion go1.25.0 -symabis $WORK/b158/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack -asmhdr $WORK/b158/go_asm.h /root/.go/src/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:20:10.7955157Z [00:02:04.063]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T21:20:10.7971928Z [00:02:04.063]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d # internal
2025-08-20T21:20:10.7993857Z [00:02:04.063]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T21:20:10.7994876Z [00:02:04.063]➜  mkdir -p $WORK/b186/
2025-08-20T21:20:10.7996001Z [00:02:04.063]➜  cat >/tmp/go-build3547871397/b186/importcfg << 'EOF' # internal
2025-08-20T21:20:10.7996904Z [00:02:04.063]➜  # import config
2025-08-20T21:20:10.7997982Z [00:02:04.063]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3547871397/b162/_pkg_.a
2025-08-20T21:20:10.7999351Z [00:02:04.063]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3547871397/b169/_pkg_.a
2025-08-20T21:20:10.8000531Z [00:02:04.063]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:10.8001691Z [00:02:04.063]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:10.8002812Z [00:02:04.063]➜  EOF
2025-08-20T21:20:10.8022395Z [00:02:04.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b186=>" -p crypto/internal/fips140/nistec/fiat -lang=go1.25 -std -complete -installsuffix shared -buildid aAIROas4ZiygnXwYwICn/aAIROas4ZiygnXwYwICn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/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:20:10.8165365Z [00:02:04.080]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T21:20:10.8168802Z [00:02:04.083]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d # internal
2025-08-20T21:20:10.8169771Z [00:02:04.083]➜  crypto/internal/randutil
2025-08-20T21:20:10.8170305Z [00:02:04.083]➜  mkdir -p $WORK/b175/
2025-08-20T21:20:10.8171001Z [00:02:04.084]➜  cat >/tmp/go-build3547871397/b175/importcfg << 'EOF' # internal
2025-08-20T21:20:10.8171637Z [00:02:04.084]➜  # import config
2025-08-20T21:20:10.8172232Z [00:02:04.084]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:10.8173231Z [00:02:04.084]➜  packagefile math/rand/v2=/tmp/go-build3547871397/b176/_pkg_.a
2025-08-20T21:20:10.8173883Z [00:02:04.084]➜  EOF
2025-08-20T21:20:10.8177286Z [00:02:04.084]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b175=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid _LRhhiq8CBtsB7r7ckZx/_LRhhiq8CBtsB7r7ckZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T21:20:10.8398633Z [00:02:04.107]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T21:20:10.8407861Z [00:02:04.107]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d # internal
2025-08-20T21:20:10.8409074Z [00:02:04.107]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T21:20:10.8409723Z [00:02:04.107]➜  mkdir -p $WORK/b187/
2025-08-20T21:20:10.8410336Z [00:02:04.107]➜  echo -n > $WORK/b187/go_asm.h # internal
2025-08-20T21:20:10.8411136Z [00:02:04.107]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T21:20:10.8414221Z [00:02:04.107]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b187=>" -I $WORK/b187/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b187/symabis ./fe_amd64.s
2025-08-20T21:20:10.8530842Z [00:02:04.120]➜  cat >/tmp/go-build3547871397/b187/importcfg << 'EOF' # internal
2025-08-20T21:20:10.8534139Z [00:02:04.120]➜  # import config
2025-08-20T21:20:10.8535034Z [00:02:04.120]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3547871397/b162/_pkg_.a
2025-08-20T21:20:10.8536254Z [00:02:04.120]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3547871397/b169/_pkg_.a
2025-08-20T21:20:10.8537513Z [00:02:04.120]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3547871397/b165/_pkg_.a
2025-08-20T21:20:10.8538620Z [00:02:04.120]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:10.8539476Z [00:02:04.120]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:10.8540148Z [00:02:04.120]➜  EOF
2025-08-20T21:20:10.8540664Z [00:02:04.120]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:10.8547571Z [00:02:04.120]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b187=>" -p crypto/internal/fips140/edwards25519/field -lang=go1.25 -std -installsuffix shared -buildid e_GAB4rhbgWoyM3MCIOm/e_GAB4rhbgWoyM3MCIOm -goversion go1.25.0 -symabis $WORK/b187/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b187/importcfg -pack -asmhdr $WORK/b187/go_asm.h /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T21:20:10.9407093Z [00:02:04.207]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:20:10.9425992Z [00:02:04.208]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b158=>" -I $WORK/b158/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b158/aes_amd64.o ./aes_amd64.s
2025-08-20T21:20:10.9623806Z [00:02:04.229]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b158=>" -I $WORK/b158/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b158/ctr_amd64.o ./ctr_amd64.s
2025-08-20T21:20:10.9645286Z [00:02:04.232]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T21:20:10.9659366Z [00:02:04.232]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/edwards25519/field -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b187=>" -I $WORK/b187/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b187/fe_amd64.o ./fe_amd64.s
2025-08-20T21:20:10.9663792Z [00:02:04.233]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:20:10.9664662Z [00:02:04.233]➜  go tool pack r $WORK/b158/_pkg_.a $WORK/b158/aes_amd64.o $WORK/b158/ctr_amd64.o # internal
2025-08-20T21:20:10.9665510Z [00:02:04.233]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T21:20:10.9704737Z [00:02:04.237]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d # internal
2025-08-20T21:20:10.9712039Z [00:02:04.237]➜  crypto/internal/fips140/drbg
2025-08-20T21:20:10.9712818Z [00:02:04.238]➜  mkdir -p $WORK/b172/
2025-08-20T21:20:10.9713587Z [00:02:04.238]➜  cat >/tmp/go-build3547871397/b172/importcfg << 'EOF' # internal
2025-08-20T21:20:10.9714264Z [00:02:04.238]➜  # import config
2025-08-20T21:20:10.9714941Z [00:02:04.238]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:10.9715910Z [00:02:04.238]➜  packagefile crypto/internal/entropy=/tmp/go-build3547871397/b173/_pkg_.a
2025-08-20T21:20:10.9717034Z [00:02:04.238]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:20:10.9718123Z [00:02:04.238]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3547871397/b158/_pkg_.a
2025-08-20T21:20:10.9719272Z [00:02:04.238]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3547871397/b162/_pkg_.a
2025-08-20T21:20:10.9720474Z [00:02:04.238]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3547871397/b169/_pkg_.a
2025-08-20T21:20:10.9721748Z [00:02:04.238]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3547871397/b165/_pkg_.a
2025-08-20T21:20:10.9723132Z [00:02:04.238]➜  packagefile crypto/internal/randutil=/tmp/go-build3547871397/b175/_pkg_.a
2025-08-20T21:20:10.9724263Z [00:02:04.238]➜  packagefile crypto/internal/sysrand=/tmp/go-build3547871397/b174/_pkg_.a
2025-08-20T21:20:10.9725213Z [00:02:04.238]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:10.9726009Z [00:02:04.238]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:10.9727139Z [00:02:04.238]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:10.9727966Z [00:02:04.238]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:10.9728560Z [00:02:04.238]➜  EOF
2025-08-20T21:20:10.9729031Z [00:02:04.238]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:10.9733683Z [00:02:04.238]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b172=>" -p crypto/internal/fips140/drbg -lang=go1.25 -std -complete -installsuffix shared -buildid md7VrNf9aNJ1JxNXv2f8/md7VrNf9aNJ1JxNXv2f8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/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:20:10.9830858Z [00:02:04.250]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T21:20:10.9831860Z [00:02:04.250]➜  go tool pack r $WORK/b187/_pkg_.a $WORK/b187/fe_amd64.o # internal
2025-08-20T21:20:10.9845497Z [00:02:04.252]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T21:20:10.9847702Z [00:02:04.252]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d # internal
2025-08-20T21:20:10.9877383Z [00:02:04.255]➜  crypto/internal/fips140/bigmod
2025-08-20T21:20:10.9878409Z [00:02:04.255]➜  mkdir -p $WORK/b192/
2025-08-20T21:20:10.9884215Z [00:02:04.256]➜  echo -n > $WORK/b192/go_asm.h # internal
2025-08-20T21:20:10.9886715Z [00:02:04.256]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:20:10.9890514Z [00:02:04.256]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b192=>" -I $WORK/b192/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b192/symabis ./nat_amd64.s
2025-08-20T21:20:11.0084552Z [00:02:04.276]➜  cat >/tmp/go-build3547871397/b192/importcfg << 'EOF' # internal
2025-08-20T21:20:11.0085285Z [00:02:04.276]➜  # import config
2025-08-20T21:20:11.0086439Z [00:02:04.276]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3547871397/b162/_pkg_.a
2025-08-20T21:20:11.0087961Z [00:02:04.276]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3547871397/b165/_pkg_.a
2025-08-20T21:20:11.0090219Z [00:02:04.276]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3547871397/b166/_pkg_.a
2025-08-20T21:20:11.0091851Z [00:02:04.276]➜  packagefile crypto/internal/impl=/tmp/go-build3547871397/b167/_pkg_.a
2025-08-20T21:20:11.0094693Z [00:02:04.276]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:11.0095639Z [00:02:04.276]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:11.0096326Z [00:02:04.276]➜  EOF
2025-08-20T21:20:11.0096819Z [00:02:04.276]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:11.0101486Z [00:02:04.276]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b192=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid sidcv3mO1PENxxbisPmC/sidcv3mO1PENxxbisPmC -goversion go1.25.0 -symabis $WORK/b192/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack -asmhdr $WORK/b192/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:20:11.0225207Z [00:02:04.290]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T21:20:11.0241363Z [00:02:04.291]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d # internal
2025-08-20T21:20:11.0258474Z [00:02:04.293]➜  crypto/internal/fips140/aes/gcm
2025-08-20T21:20:11.0261634Z [00:02:04.293]➜  mkdir -p $WORK/b171/
2025-08-20T21:20:11.0264865Z [00:02:04.293]➜  echo -n > $WORK/b171/go_asm.h # internal
2025-08-20T21:20:11.0267534Z [00:02:04.293]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:20:11.0272340Z [00:02:04.294]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b171=>" -I $WORK/b171/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b171/symabis ./gcm_amd64.s
2025-08-20T21:20:11.0410084Z [00:02:04.308]➜  cat >/tmp/go-build3547871397/b171/importcfg << 'EOF' # internal
2025-08-20T21:20:11.0414351Z [00:02:04.308]➜  # import config
2025-08-20T21:20:11.0415538Z [00:02:04.308]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:20:11.0416714Z [00:02:04.308]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3547871397/b158/_pkg_.a
2025-08-20T21:20:11.0417844Z [00:02:04.308]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3547871397/b161/_pkg_.a
2025-08-20T21:20:11.0418943Z [00:02:04.308]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3547871397/b162/_pkg_.a
2025-08-20T21:20:11.0419995Z [00:02:04.308]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3547871397/b172/_pkg_.a
2025-08-20T21:20:11.0421064Z [00:02:04.308]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3547871397/b169/_pkg_.a
2025-08-20T21:20:11.0422239Z [00:02:04.308]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3547871397/b165/_pkg_.a
2025-08-20T21:20:11.0423671Z [00:02:04.308]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3547871397/b166/_pkg_.a
2025-08-20T21:20:11.0424764Z [00:02:04.308]➜  packagefile crypto/internal/impl=/tmp/go-build3547871397/b167/_pkg_.a
2025-08-20T21:20:11.0425706Z [00:02:04.308]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:11.0426525Z [00:02:04.308]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:11.0427142Z [00:02:04.308]➜  EOF
2025-08-20T21:20:11.0427625Z [00:02:04.308]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:11.0434996Z [00:02:04.308]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b171=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid 4tWNDO2ebyM7gQMWiRTJ/4tWNDO2ebyM7gQMWiRTJ -goversion go1.25.0 -symabis $WORK/b171/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack -asmhdr $WORK/b171/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:20:11.2060175Z [00:02:04.473]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:20:11.2065776Z [00:02:04.473]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b171=>" -I $WORK/b171/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b171/gcm_amd64.o ./gcm_amd64.s
2025-08-20T21:20:11.2198607Z [00:02:04.487]➜  go tool pack r $WORK/b171/_pkg_.a $WORK/b171/gcm_amd64.o # internal
2025-08-20T21:20:11.2203816Z [00:02:04.488]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T21:20:11.2226414Z [00:02:04.490]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d # internal
2025-08-20T21:20:11.2229810Z [00:02:04.490]➜  crypto/internal/fips140only
2025-08-20T21:20:11.2235117Z [00:02:04.491]➜  mkdir -p $WORK/b177/
2025-08-20T21:20:11.2244061Z [00:02:04.492]➜  cat >/tmp/go-build3547871397/b177/importcfg << 'EOF' # internal
2025-08-20T21:20:11.2247235Z [00:02:04.492]➜  # import config
2025-08-20T21:20:11.2248084Z [00:02:04.492]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3547871397/b172/_pkg_.a
2025-08-20T21:20:11.2250170Z [00:02:04.492]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3547871397/b164/_pkg_.a
2025-08-20T21:20:11.2252039Z [00:02:04.492]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3547871397/b168/_pkg_.a
2025-08-20T21:20:11.2256081Z [00:02:04.492]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3547871397/b170/_pkg_.a
2025-08-20T21:20:11.2257755Z [00:02:04.492]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:11.2259555Z [00:02:04.492]➜  packagefile internal/godebug=/tmp/go-build3547871397/b057/_pkg_.a
2025-08-20T21:20:11.2261028Z [00:02:04.492]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:11.2261981Z [00:02:04.492]➜  EOF
2025-08-20T21:20:11.2263372Z [00:02:04.492]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:11.2267459Z [00:02:04.492]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b177=>" -p crypto/internal/fips140only -lang=go1.25 -std -complete -installsuffix shared -buildid y_46Xn2YDwM_D9Y07tca/y_46Xn2YDwM_D9Y07tca -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T21:20:11.2323454Z [00:02:04.499]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:20:11.2328178Z [00:02:04.500]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b192=>" -I $WORK/b192/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b192/nat_amd64.o ./nat_amd64.s
2025-08-20T21:20:11.2481428Z [00:02:04.515]➜  go tool pack r $WORK/b192/_pkg_.a $WORK/b192/nat_amd64.o # internal
2025-08-20T21:20:11.2483529Z [00:02:04.515]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T21:20:11.2499463Z [00:02:04.517]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d # internal
2025-08-20T21:20:11.2526866Z [00:02:04.520]➜  crypto/internal/fips140hash
2025-08-20T21:20:11.2528733Z [00:02:04.520]➜  mkdir -p $WORK/b194/
2025-08-20T21:20:11.2532224Z [00:02:04.520]➜  cat >/tmp/go-build3547871397/b194/importcfg << 'EOF' # internal
2025-08-20T21:20:11.2533128Z [00:02:04.520]➜  # import config
2025-08-20T21:20:11.2533952Z [00:02:04.520]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3547871397/b168/_pkg_.a
2025-08-20T21:20:11.2534946Z [00:02:04.520]➜  packagefile crypto/sha3=/tmp/go-build3547871397/b195/_pkg_.a
2025-08-20T21:20:11.2535741Z [00:02:04.520]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:11.2536355Z [00:02:04.520]➜  EOF
2025-08-20T21:20:11.2537168Z [00:02:04.521]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:11.2540450Z [00:02:04.521]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b194=>" -p crypto/internal/fips140hash -lang=go1.25 -std -complete -installsuffix shared -buildid HbGX3TiFEtVejraH8Tg6/HbGX3TiFEtVejraH8Tg6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T21:20:11.2644938Z [00:02:04.532]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T21:20:11.2652346Z [00:02:04.532]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d # internal
2025-08-20T21:20:11.2658335Z [00:02:04.533]➜  encoding/asn1
2025-08-20T21:20:11.2661711Z [00:02:04.533]➜  mkdir -p $WORK/b198/
2025-08-20T21:20:11.2667375Z [00:02:04.534]➜  cat >/tmp/go-build3547871397/b198/importcfg << 'EOF' # internal
2025-08-20T21:20:11.2673093Z [00:02:04.534]➜  # import config
2025-08-20T21:20:11.2673658Z [00:02:04.534]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:11.2674473Z [00:02:04.534]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:11.2675284Z [00:02:04.534]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:11.2676095Z [00:02:04.534]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:11.2676889Z [00:02:04.534]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:11.2677723Z [00:02:04.534]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:11.2678549Z [00:02:04.534]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:11.2679634Z [00:02:04.534]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:11.2680416Z [00:02:04.534]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:11.2681225Z [00:02:04.534]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:11.2682089Z [00:02:04.534]➜  packagefile unicode/utf16=/tmp/go-build3547871397/b073/_pkg_.a
2025-08-20T21:20:11.2683089Z [00:02:04.534]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:11.2683750Z [00:02:04.534]➜  EOF
2025-08-20T21:20:11.2686893Z [00:02:04.534]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b198=>" -p encoding/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid 8wgOJ_Gbm6KylYFz1h3x/8wgOJ_Gbm6KylYFz1h3x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/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:20:11.2707551Z [00:02:04.538]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T21:20:11.2713704Z [00:02:04.538]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d # internal
2025-08-20T21:20:11.2715164Z [00:02:04.538]➜  crypto/cipher
2025-08-20T21:20:11.2717195Z [00:02:04.538]➜  mkdir -p $WORK/b157/
2025-08-20T21:20:11.2723706Z [00:02:04.539]➜  cat >/tmp/go-build3547871397/b157/importcfg << 'EOF' # internal
2025-08-20T21:20:11.2724404Z [00:02:04.539]➜  # import config
2025-08-20T21:20:11.2725087Z [00:02:04.539]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:11.2726092Z [00:02:04.539]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3547871397/b158/_pkg_.a
2025-08-20T21:20:11.2727251Z [00:02:04.539]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3547871397/b171/_pkg_.a
2025-08-20T21:20:11.2728415Z [00:02:04.539]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3547871397/b161/_pkg_.a
2025-08-20T21:20:11.2729581Z [00:02:04.539]➜  packagefile crypto/internal/fips140only=/tmp/go-build3547871397/b177/_pkg_.a
2025-08-20T21:20:11.2753789Z [00:02:04.539]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:20:11.2755185Z [00:02:04.539]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:11.2756192Z [00:02:04.539]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:11.2757768Z [00:02:04.539]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:11.2759570Z [00:02:04.539]➜  EOF
2025-08-20T21:20:11.2763888Z [00:02:04.539]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b157=>" -p crypto/cipher -lang=go1.25 -std -complete -installsuffix shared -buildid o0K3q3km1NpVu9UlVhNm/o0K3q3km1NpVu9UlVhNm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/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:20:11.3426543Z [00:02:04.610]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T21:20:11.3460161Z [00:02:04.613]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d # internal
2025-08-20T21:20:11.3469136Z [00:02:04.614]➜  crypto/internal/fips140/nistec
2025-08-20T21:20:11.3471837Z [00:02:04.614]➜  mkdir -p $WORK/b185/
2025-08-20T21:20:11.3473151Z [00:02:04.614]➜  echo -n > $WORK/b185/go_asm.h # internal
2025-08-20T21:20:11.3474634Z [00:02:04.615]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:20:11.3478686Z [00:02:04.615]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b185=>" -I $WORK/b185/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b185/symabis ./p256_asm_amd64.s
2025-08-20T21:20:11.3547213Z [00:02:04.622]➜  cat >/tmp/go-build3547871397/b185/importcfg << 'EOF' # internal
2025-08-20T21:20:11.3548802Z [00:02:04.622]➜  # import config
2025-08-20T21:20:11.3550484Z [00:02:04.622]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3547871397/b162/_pkg_.a
2025-08-20T21:20:11.3553370Z [00:02:04.622]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build3547871397/b186/_pkg_.a
2025-08-20T21:20:11.3555063Z [00:02:04.622]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3547871397/b169/_pkg_.a
2025-08-20T21:20:11.3557018Z [00:02:04.622]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3547871397/b165/_pkg_.a
2025-08-20T21:20:11.3558538Z [00:02:04.622]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:11.3560143Z [00:02:04.622]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:11.3561906Z [00:02:04.622]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:11.3563391Z [00:02:04.622]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:11.3564843Z [00:02:04.622]➜  EOF
2025-08-20T21:20:11.3565920Z [00:02:04.622]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:11.3576498Z [00:02:04.622]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b185=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid t8YtTJCyCZCeJ-gYho82/t8YtTJCyCZCeJ-gYho82 -goversion go1.25.0 -symabis $WORK/b185/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack -asmhdr $WORK/b185/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:20:11.3860737Z [00:02:04.653]➜  cd /root/.go/src/net
2025-08-20T21:20:11.3864617Z [00:02:04.653]➜  go tool pack r $WORK/b121/_pkg_.a $WORK/b121/preferlinkext $WORK/b121/_x001.o $WORK/b121/_x002.o $WORK/b121/_x003.o $WORK/b121/_x004.o $WORK/b121/_x005.o $WORK/b121/_x006.o # internal
2025-08-20T21:20:11.3871160Z [00:02:04.653]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T21:20:11.3992281Z [00:02:04.666]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T21:20:11.4009382Z [00:02:04.668]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d # internal
2025-08-20T21:20:11.4011872Z [00:02:04.668]➜  crypto/internal/boring
2025-08-20T21:20:11.4013700Z [00:02:04.669]➜  mkdir -p $WORK/b155/
2025-08-20T21:20:11.4018991Z [00:02:04.669]➜  cat >/tmp/go-build3547871397/b155/importcfg << 'EOF' # internal
2025-08-20T21:20:11.4021087Z [00:02:04.669]➜  # import config
2025-08-20T21:20:11.4021873Z [00:02:04.669]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:20:11.4023887Z [00:02:04.669]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:20:11.4025707Z [00:02:04.669]➜  packagefile crypto/internal/boring/sig=/tmp/go-build3547871397/b179/_pkg_.a
2025-08-20T21:20:11.4027080Z [00:02:04.669]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:11.4028403Z [00:02:04.669]➜  EOF
2025-08-20T21:20:11.4029439Z [00:02:04.669]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:11.4034280Z [00:02:04.670]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b155=>" -p crypto/internal/boring -lang=go1.25 -std -complete -installsuffix shared -buildid W3zLiifb2SZOjBXz5Ugx/W3zLiifb2SZOjBXz5Ugx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T21:20:11.4077275Z [00:02:04.675]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/f4/f4e25f222d57071772165fa0a8d73663e99f02d3117c145fade5afec83be955c-d # internal
2025-08-20T21:20:11.4082894Z [00:02:04.675]➜  k8s.io/utils/internal/third_party/forked/golang/net
2025-08-20T21:20:11.4085401Z [00:02:04.675]➜  mkdir -p $WORK/b120/
2025-08-20T21:20:11.4092344Z [00:02:04.676]➜  cat >/tmp/go-build3547871397/b120/importcfg << 'EOF' # internal
2025-08-20T21:20:11.4093556Z [00:02:04.677]➜  # import config
2025-08-20T21:20:11.4094338Z [00:02:04.677]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:11.4095627Z [00:02:04.677]➜  EOF
2025-08-20T21:20:11.4101335Z [00:02:04.677]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/internal/third_party/forked/golang/net=>k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/internal/third_party/forked/golang/net;$WORK/b120=>" -p k8s.io/utils/internal/third_party/forked/golang/net -lang=go1.18 -complete -installsuffix shared -buildid IBkpTuBxMqTCWbyi_fb0/IBkpTuBxMqTCWbyi_fb0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/internal/third_party/forked/golang/net/ip.go /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/internal/third_party/forked/golang/net/parse.go
2025-08-20T21:20:11.4266370Z [00:02:04.694]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T21:20:11.4276456Z [00:02:04.695]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d # internal
2025-08-20T21:20:11.4280502Z [00:02:04.695]➜  crypto/rand
2025-08-20T21:20:11.4281060Z [00:02:04.695]➜  mkdir -p $WORK/b154/
2025-08-20T21:20:11.4286397Z [00:02:04.696]➜  cat >/tmp/go-build3547871397/b154/importcfg << 'EOF' # internal
2025-08-20T21:20:11.4287279Z [00:02:04.696]➜  # import config
2025-08-20T21:20:11.4288413Z [00:02:04.696]➜  packagefile crypto/internal/boring=/tmp/go-build3547871397/b155/_pkg_.a
2025-08-20T21:20:11.4289549Z [00:02:04.696]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:20:11.4290677Z [00:02:04.696]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3547871397/b172/_pkg_.a
2025-08-20T21:20:11.4291866Z [00:02:04.696]➜  packagefile crypto/internal/fips140only=/tmp/go-build3547871397/b177/_pkg_.a
2025-08-20T21:20:11.4293138Z [00:02:04.696]➜  packagefile crypto/internal/randutil=/tmp/go-build3547871397/b175/_pkg_.a
2025-08-20T21:20:11.4294284Z [00:02:04.696]➜  packagefile crypto/internal/sysrand=/tmp/go-build3547871397/b174/_pkg_.a
2025-08-20T21:20:11.4295268Z [00:02:04.696]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:11.4296096Z [00:02:04.696]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:11.4296901Z [00:02:04.696]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:11.4297583Z [00:02:04.696]➜  EOF
2025-08-20T21:20:11.4301015Z [00:02:04.696]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b154=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid nPnKckdhg0Aj-vrrKqzH/nPnKckdhg0Aj-vrrKqzH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/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:20:11.4500919Z [00:02:04.717]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T21:20:11.4511177Z [00:02:04.718]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d # internal
2025-08-20T21:20:11.4512856Z [00:02:04.718]➜  crypto/aes
2025-08-20T21:20:11.4519540Z [00:02:04.719]➜  mkdir -p $WORK/b181/
2025-08-20T21:20:11.4521152Z [00:02:04.719]➜  cat >/tmp/go-build3547871397/b181/importcfg << 'EOF' # internal
2025-08-20T21:20:11.4522304Z [00:02:04.719]➜  # import config
2025-08-20T21:20:11.4523877Z [00:02:04.719]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:20:11.4526175Z [00:02:04.719]➜  packagefile crypto/internal/boring=/tmp/go-build3547871397/b155/_pkg_.a
2025-08-20T21:20:11.4527689Z [00:02:04.719]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3547871397/b158/_pkg_.a
2025-08-20T21:20:11.4536047Z [00:02:04.719]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:11.4537099Z [00:02:04.719]➜  EOF
2025-08-20T21:20:11.4540934Z [00:02:04.719]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b181=>" -p crypto/aes -lang=go1.25 -std -complete -installsuffix shared -buildid diuGuXsZc3J5Dik1QbrO/diuGuXsZc3J5Dik1QbrO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T21:20:11.4544881Z [00:02:04.721]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T21:20:11.4547100Z [00:02:04.721]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/97/97e727334182eb9b0ec7fb02eab45a8858b08e369b547e0e84041fce687595a6-d # internal
2025-08-20T21:20:11.4549075Z [00:02:04.722]➜  k8s.io/utils/net
2025-08-20T21:20:11.4550672Z [00:02:04.722]➜  mkdir -p $WORK/b119/
2025-08-20T21:20:11.4552554Z [00:02:04.722]➜  cat >/tmp/go-build3547871397/b119/importcfg << 'EOF' # internal
2025-08-20T21:20:11.4554204Z [00:02:04.722]➜  # import config
2025-08-20T21:20:11.4555280Z [00:02:04.722]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:11.4556787Z [00:02:04.722]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:11.4558272Z [00:02:04.722]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:11.4560087Z [00:02:04.722]➜  packagefile k8s.io/utils/internal/third_party/forked/golang/net=/tmp/go-build3547871397/b120/_pkg_.a
2025-08-20T21:20:11.4562591Z [00:02:04.722]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:11.4574449Z [00:02:04.722]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:11.4576160Z [00:02:04.722]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:11.4578478Z [00:02:04.722]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:11.4579379Z [00:02:04.722]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:11.4580251Z [00:02:04.722]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:11.4580869Z [00:02:04.722]➜  EOF
2025-08-20T21:20:11.4588451Z [00:02:04.723]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/net=>k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/net;$WORK/b119=>" -p k8s.io/utils/net -lang=go1.18 -complete -installsuffix shared -buildid zq2hJGv-Ka-RhFXsUtUp/zq2hJGv-Ka-RhFXsUtUp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/net/ipfamily.go /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/net/ipnet.go /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/net/multi_listen.go /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/net/net.go /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/net/parse.go /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/net/port.go
2025-08-20T21:20:11.4694944Z [00:02:04.737]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T21:20:11.4708577Z [00:02:04.738]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d # internal
2025-08-20T21:20:11.4712329Z [00:02:04.738]➜  crypto/des
2025-08-20T21:20:11.4715402Z [00:02:04.738]➜  mkdir -p $WORK/b182/
2025-08-20T21:20:11.4716214Z [00:02:04.739]➜  cat >/tmp/go-build3547871397/b182/importcfg << 'EOF' # internal
2025-08-20T21:20:11.4716945Z [00:02:04.739]➜  # import config
2025-08-20T21:20:11.4717684Z [00:02:04.739]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:20:11.4718745Z [00:02:04.739]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3547871397/b161/_pkg_.a
2025-08-20T21:20:11.4719907Z [00:02:04.739]➜  packagefile crypto/internal/fips140only=/tmp/go-build3547871397/b177/_pkg_.a
2025-08-20T21:20:11.4720892Z [00:02:04.739]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:11.4721844Z [00:02:04.739]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:11.4722958Z [00:02:04.739]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:11.4723847Z [00:02:04.739]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:11.4724483Z [00:02:04.739]➜  EOF
2025-08-20T21:20:11.4727738Z [00:02:04.739]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b182=>" -p crypto/des -lang=go1.25 -std -complete -installsuffix shared -buildid ndYjqEuglbAPKXBV7bdO/ndYjqEuglbAPKXBV7bdO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/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:20:11.5197762Z [00:02:04.787]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T21:20:11.5203017Z [00:02:04.787]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T21:20:11.5219583Z [00:02:04.789]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d # internal
2025-08-20T21:20:11.5237453Z [00:02:04.789]➜  crypto/internal/boring/bbig
2025-08-20T21:20:11.5238045Z [00:02:04.789]➜  mkdir -p $WORK/b190/
2025-08-20T21:20:11.5238647Z [00:02:04.790]➜  cat >/tmp/go-build3547871397/b190/importcfg << 'EOF' # internal
2025-08-20T21:20:11.5239296Z [00:02:04.790]➜  # import config
2025-08-20T21:20:11.5240323Z [00:02:04.790]➜  packagefile crypto/internal/boring=/tmp/go-build3547871397/b155/_pkg_.a
2025-08-20T21:20:11.5241246Z [00:02:04.790]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:11.5241870Z [00:02:04.790]➜  EOF
2025-08-20T21:20:11.5245098Z [00:02:04.791]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b190=>" -p crypto/internal/boring/bbig -lang=go1.25 -std -complete -installsuffix shared -buildid Tp8gsMiUDQCd9jyrIB6u/Tp8gsMiUDQCd9jyrIB6u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T21:20:11.5264137Z [00:02:04.793]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d # internal
2025-08-20T21:20:11.5270396Z [00:02:04.794]➜  crypto/sha512
2025-08-20T21:20:11.5270891Z [00:02:04.794]➜  mkdir -p $WORK/b196/
2025-08-20T21:20:11.5271622Z [00:02:04.794]➜  cat >/tmp/go-build3547871397/b196/importcfg << 'EOF' # internal
2025-08-20T21:20:11.5272298Z [00:02:04.794]➜  # import config
2025-08-20T21:20:11.5273109Z [00:02:04.794]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:20:11.5274076Z [00:02:04.794]➜  packagefile crypto/internal/boring=/tmp/go-build3547871397/b155/_pkg_.a
2025-08-20T21:20:11.5275148Z [00:02:04.794]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3547871397/b170/_pkg_.a
2025-08-20T21:20:11.5276158Z [00:02:04.794]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:11.5276808Z [00:02:04.794]➜  EOF
2025-08-20T21:20:11.5280146Z [00:02:04.794]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b196=>" -p crypto/sha512 -lang=go1.25 -std -complete -installsuffix shared -buildid PP4uRN6WNmk3BXz4RjQ5/PP4uRN6WNmk3BXz4RjQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T21:20:11.5449923Z [00:02:04.811]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T21:20:11.5451846Z [00:02:04.812]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d # internal
2025-08-20T21:20:11.5455107Z [00:02:04.812]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:20:11.5455883Z [00:02:04.812]➜  mkdir -p $WORK/b197/
2025-08-20T21:20:11.5468674Z [00:02:04.813]➜  cat >/tmp/go-build3547871397/b197/importcfg << 'EOF' # internal
2025-08-20T21:20:11.5469469Z [00:02:04.813]➜  # import config
2025-08-20T21:20:11.5470469Z [00:02:04.813]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:20:11.5471723Z [00:02:04.813]➜  packagefile encoding/asn1=/tmp/go-build3547871397/b198/_pkg_.a
2025-08-20T21:20:11.5472930Z [00:02:04.813]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:11.5473895Z [00:02:04.813]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:11.5475030Z [00:02:04.813]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3547871397/b199/_pkg_.a
2025-08-20T21:20:11.5476061Z [00:02:04.813]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:11.5476869Z [00:02:04.813]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:11.5477664Z [00:02:04.813]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:11.5478169Z [00:02:04.813]➜  EOF
2025-08-20T21:20:11.5482455Z [00:02:04.813]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b197=>" -p vendor/golang.org/x/crypto/cryptobyte -lang=go1.25 -std -complete -installsuffix shared -buildid wXn_Ba9OJqGoQqHGs_I2/wXn_Ba9OJqGoQqHGs_I2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/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:20:11.5510726Z [00:02:04.818]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T21:20:11.5517168Z [00:02:04.819]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d # internal
2025-08-20T21:20:11.5519576Z [00:02:04.819]➜  crypto/internal/fips140/edwards25519
2025-08-20T21:20:11.5520155Z [00:02:04.819]➜  mkdir -p $WORK/b202/
2025-08-20T21:20:11.5529423Z [00:02:04.820]➜  cat >/tmp/go-build3547871397/b202/importcfg << 'EOF' # internal
2025-08-20T21:20:11.5530129Z [00:02:04.820]➜  # import config
2025-08-20T21:20:11.5530986Z [00:02:04.820]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3547871397/b162/_pkg_.a
2025-08-20T21:20:11.5532221Z [00:02:04.820]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3547871397/b187/_pkg_.a
2025-08-20T21:20:11.5533647Z [00:02:04.820]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3547871397/b169/_pkg_.a
2025-08-20T21:20:11.5534851Z [00:02:04.820]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3547871397/b165/_pkg_.a
2025-08-20T21:20:11.5535899Z [00:02:04.820]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:11.5536729Z [00:02:04.820]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:11.5537548Z [00:02:04.820]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:11.5538138Z [00:02:04.820]➜  EOF
2025-08-20T21:20:11.5545465Z [00:02:04.820]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b202=>" -p crypto/internal/fips140/edwards25519 -lang=go1.25 -std -complete -installsuffix shared -buildid Tg3QPo9m1aHoOG2PD3yz/Tg3QPo9m1aHoOG2PD3yz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/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:20:11.5582955Z [00:02:04.825]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T21:20:11.5598319Z [00:02:04.827]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/06/066ca480cb96a97c023ff8cc35607725990222d2283aad3feeded7ea710dc90e-d # internal
2025-08-20T21:20:11.5600700Z [00:02:04.827]➜  k8s.io/apimachinery/pkg/util/validation
2025-08-20T21:20:11.5602536Z [00:02:04.827]➜  mkdir -p $WORK/b105/
2025-08-20T21:20:11.5608368Z [00:02:04.828]➜  cat >/tmp/go-build3547871397/b105/importcfg << 'EOF' # internal
2025-08-20T21:20:11.5609131Z [00:02:04.828]➜  # import config
2025-08-20T21:20:11.5612903Z [00:02:04.828]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:11.5614083Z [00:02:04.828]➜  packagefile k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build3547871397/b106/_pkg_.a
2025-08-20T21:20:11.5615219Z [00:02:04.828]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:11.5616141Z [00:02:04.828]➜  packagefile k8s.io/utils/net=/tmp/go-build3547871397/b119/_pkg_.a
2025-08-20T21:20:11.5617010Z [00:02:04.828]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:11.5617830Z [00:02:04.828]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:11.5618740Z [00:02:04.828]➜  packagefile net/netip=/tmp/go-build3547871397/b125/_pkg_.a
2025-08-20T21:20:11.5619673Z [00:02:04.828]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:11.5620526Z [00:02:04.828]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:11.5621461Z [00:02:04.828]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:11.5622788Z [00:02:04.828]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:11.5623479Z [00:02:04.828]➜  EOF
2025-08-20T21:20:11.5627779Z [00:02:04.828]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/validation=>k8s.io/apimachinery@v0.33.2/pkg/util/validation;$WORK/b105=>" -p k8s.io/apimachinery/pkg/util/validation -lang=go1.24 -complete -installsuffix shared -buildid 1dOWJzpn_ouWUQfS-Ban/1dOWJzpn_ouWUQfS-Ban -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/validation/ip.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/validation/validation.go
2025-08-20T21:20:11.6886911Z [00:02:04.956]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T21:20:11.6917336Z [00:02:04.959]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/9c/9caf6125ce5cc6386de11b20f541692f69a153473d207159f2fc00045bfa6714-d # internal
2025-08-20T21:20:11.6957877Z [00:02:04.963]➜  k8s.io/apimachinery/pkg/labels
2025-08-20T21:20:11.6958521Z [00:02:04.963]➜  mkdir -p $WORK/b103/
2025-08-20T21:20:11.6959278Z [00:02:04.963]➜  cat >/tmp/go-build3547871397/b103/importcfg << 'EOF' # internal
2025-08-20T21:20:11.6959970Z [00:02:04.963]➜  # import config
2025-08-20T21:20:11.6960604Z [00:02:04.963]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:11.6961624Z [00:02:04.963]➜  packagefile k8s.io/apimachinery/pkg/selection=/tmp/go-build3547871397/b102/_pkg_.a
2025-08-20T21:20:11.6963031Z [00:02:04.963]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:20:11.6964573Z [00:02:04.963]➜  packagefile k8s.io/apimachinery/pkg/util/validation=/tmp/go-build3547871397/b105/_pkg_.a
2025-08-20T21:20:11.6965973Z [00:02:04.963]➜  packagefile k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build3547871397/b106/_pkg_.a
2025-08-20T21:20:11.6967141Z [00:02:04.963]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:11.6968008Z [00:02:04.963]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:11.6968819Z [00:02:04.963]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:11.6969635Z [00:02:04.963]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:11.6970462Z [00:02:04.963]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:11.6971080Z [00:02:04.963]➜  EOF
2025-08-20T21:20:11.6976257Z [00:02:04.963]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/labels=>k8s.io/apimachinery@v0.33.2/pkg/labels;$WORK/b103=>" -p k8s.io/apimachinery/pkg/labels -lang=go1.24 -complete -installsuffix shared -buildid UWZikjaOUZuBgE94GVgw/UWZikjaOUZuBgE94GVgw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/labels/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/labels/labels.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/labels/selector.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/labels/zz_generated.deepcopy.go
2025-08-20T21:20:11.7004145Z [00:02:04.968]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T21:20:11.7026368Z [00:02:04.970]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d # internal
2025-08-20T21:20:11.7027864Z [00:02:04.970]➜  crypto/internal/fips140/ed25519
2025-08-20T21:20:11.7028881Z [00:02:04.970]➜  mkdir -p $WORK/b201/
2025-08-20T21:20:11.7039458Z [00:02:04.971]➜  cat >/tmp/go-build3547871397/b201/importcfg << 'EOF' # internal
2025-08-20T21:20:11.7040362Z [00:02:04.971]➜  # import config
2025-08-20T21:20:11.7041208Z [00:02:04.971]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:11.7042367Z [00:02:04.971]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:20:11.7044107Z [00:02:04.971]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3547871397/b162/_pkg_.a
2025-08-20T21:20:11.7045449Z [00:02:04.971]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3547871397/b172/_pkg_.a
2025-08-20T21:20:11.7046839Z [00:02:04.971]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build3547871397/b202/_pkg_.a
2025-08-20T21:20:11.7048244Z [00:02:04.971]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3547871397/b170/_pkg_.a
2025-08-20T21:20:11.7049458Z [00:02:04.971]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:11.7082390Z [00:02:04.971]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:11.7083449Z [00:02:04.971]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:11.7088271Z [00:02:04.971]➜  EOF
2025-08-20T21:20:11.7097137Z [00:02:04.971]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b201=>" -p crypto/internal/fips140/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid JR_8jT96jN0U1bKU-DKB/JR_8jT96jN0U1bKU-DKB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T21:20:11.7212269Z [00:02:04.988]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T21:20:11.7237094Z [00:02:04.991]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d # internal
2025-08-20T21:20:11.7243633Z [00:02:04.991]➜  crypto/internal/fips140/hkdf
2025-08-20T21:20:11.7245641Z [00:02:04.991]➜  mkdir -p $WORK/b204/
2025-08-20T21:20:11.7246417Z [00:02:04.991]➜  cat >/tmp/go-build3547871397/b204/importcfg << 'EOF' # internal
2025-08-20T21:20:11.7247109Z [00:02:04.991]➜  # import config
2025-08-20T21:20:11.7247741Z [00:02:04.991]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:11.7248745Z [00:02:04.991]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:20:11.7249852Z [00:02:04.991]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3547871397/b162/_pkg_.a
2025-08-20T21:20:11.7250970Z [00:02:04.991]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3547871397/b163/_pkg_.a
2025-08-20T21:20:11.7254230Z [00:02:04.991]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3547871397/b164/_pkg_.a
2025-08-20T21:20:11.7255338Z [00:02:04.991]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:11.7256159Z [00:02:04.991]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:11.7256759Z [00:02:04.991]➜  EOF
2025-08-20T21:20:11.7260294Z [00:02:04.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b204=>" -p crypto/internal/fips140/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid N8uSgjXMpzi3wKbDLxty/N8uSgjXMpzi3wKbDLxty -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T21:20:11.7503596Z [00:02:05.017]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T21:20:11.7513911Z [00:02:05.018]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d # internal
2025-08-20T21:20:11.7517082Z [00:02:05.019]➜  crypto/hkdf
2025-08-20T21:20:11.7518635Z [00:02:05.019]➜  mkdir -p $WORK/b203/
2025-08-20T21:20:11.7521676Z [00:02:05.019]➜  cat >/tmp/go-build3547871397/b203/importcfg << 'EOF' # internal
2025-08-20T21:20:11.7523390Z [00:02:05.019]➜  # import config
2025-08-20T21:20:11.7524391Z [00:02:05.019]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3547871397/b204/_pkg_.a
2025-08-20T21:20:11.7525927Z [00:02:05.019]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3547871397/b194/_pkg_.a
2025-08-20T21:20:11.7527054Z [00:02:05.019]➜  packagefile crypto/internal/fips140only=/tmp/go-build3547871397/b177/_pkg_.a
2025-08-20T21:20:11.7527953Z [00:02:05.019]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:11.7528783Z [00:02:05.019]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:11.7529408Z [00:02:05.019]➜  EOF
2025-08-20T21:20:11.7532164Z [00:02:05.019]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b203=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid Tn0lhq-1tisviu673rln/Tn0lhq-1tisviu673rln -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T21:20:11.7537789Z [00:02:05.020]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T21:20:11.7546345Z [00:02:05.021]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d # internal
2025-08-20T21:20:11.7552132Z [00:02:05.022]➜  crypto/ed25519
2025-08-20T21:20:11.7553203Z [00:02:05.022]➜  mkdir -p $WORK/b200/
2025-08-20T21:20:11.7562933Z [00:02:05.023]➜  cat >/tmp/go-build3547871397/b200/importcfg << 'EOF' # internal
2025-08-20T21:20:11.7567913Z [00:02:05.023]➜  # import config
2025-08-20T21:20:11.7568644Z [00:02:05.023]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:20:11.7569694Z [00:02:05.023]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build3547871397/b201/_pkg_.a
2025-08-20T21:20:11.7570918Z [00:02:05.023]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3547871397/b193/_pkg_.a
2025-08-20T21:20:11.7572322Z [00:02:05.023]➜  packagefile crypto/internal/fips140only=/tmp/go-build3547871397/b177/_pkg_.a
2025-08-20T21:20:11.7573641Z [00:02:05.023]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:20:11.7574645Z [00:02:05.023]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:20:11.7575574Z [00:02:05.023]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:11.7576434Z [00:02:05.023]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:11.7577292Z [00:02:05.023]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:11.7577972Z [00:02:05.023]➜  EOF
2025-08-20T21:20:11.7580895Z [00:02:05.023]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b200=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid 2VJPLLpU7wld1E1sFoYw/2VJPLLpU7wld1E1sFoYw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T21:20:11.7633550Z [00:02:05.031]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T21:20:11.7640174Z [00:02:05.031]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d # internal
2025-08-20T21:20:11.7654815Z [00:02:05.033]➜  crypto/hmac
2025-08-20T21:20:11.7655738Z [00:02:05.033]➜  mkdir -p $WORK/b205/
2025-08-20T21:20:11.7656792Z [00:02:05.033]➜  cat >/tmp/go-build3547871397/b205/importcfg << 'EOF' # internal
2025-08-20T21:20:11.7657473Z [00:02:05.033]➜  # import config
2025-08-20T21:20:11.7658227Z [00:02:05.033]➜  packagefile crypto/internal/boring=/tmp/go-build3547871397/b155/_pkg_.a
2025-08-20T21:20:11.7659287Z [00:02:05.033]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3547871397/b163/_pkg_.a
2025-08-20T21:20:11.7660365Z [00:02:05.033]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3547871397/b194/_pkg_.a
2025-08-20T21:20:11.7661532Z [00:02:05.033]➜  packagefile crypto/internal/fips140only=/tmp/go-build3547871397/b177/_pkg_.a
2025-08-20T21:20:11.7662790Z [00:02:05.033]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:20:11.7664112Z [00:02:05.033]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:11.7664775Z [00:02:05.033]➜  EOF
2025-08-20T21:20:11.7667594Z [00:02:05.033]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b205=>" -p crypto/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid trw10WIwcdjlZMqH3A48/trw10WIwcdjlZMqH3A48 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T21:20:11.7840181Z [00:02:05.051]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T21:20:11.7854155Z [00:02:05.052]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d # internal
2025-08-20T21:20:11.7856447Z [00:02:05.053]➜  crypto/internal/fips140/mlkem
2025-08-20T21:20:11.7857070Z [00:02:05.053]➜  mkdir -p $WORK/b206/
2025-08-20T21:20:11.7859587Z [00:02:05.053]➜  cat >/tmp/go-build3547871397/b206/importcfg << 'EOF' # internal
2025-08-20T21:20:11.7860538Z [00:02:05.053]➜  # import config
2025-08-20T21:20:11.7861369Z [00:02:05.053]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:11.7863697Z [00:02:05.053]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:20:11.7864799Z [00:02:05.053]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3547871397/b162/_pkg_.a
2025-08-20T21:20:11.7865884Z [00:02:05.053]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3547871397/b172/_pkg_.a
2025-08-20T21:20:11.7866942Z [00:02:05.053]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3547871397/b168/_pkg_.a
2025-08-20T21:20:11.7868304Z [00:02:05.053]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3547871397/b169/_pkg_.a
2025-08-20T21:20:11.7869477Z [00:02:05.053]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3547871397/b165/_pkg_.a
2025-08-20T21:20:11.7870450Z [00:02:05.053]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:11.7871080Z [00:02:05.053]➜  EOF
2025-08-20T21:20:11.7875908Z [00:02:05.053]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b206=>" -p crypto/internal/fips140/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid 1CScNZsZ7bTkdX4Fjiqf/1CScNZsZ7bTkdX4Fjiqf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/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:20:11.9409686Z [00:02:05.208]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T21:20:11.9448148Z [00:02:05.211]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d # internal
2025-08-20T21:20:11.9449361Z [00:02:05.212]➜  crypto/internal/fips140/tls12
2025-08-20T21:20:11.9449962Z [00:02:05.212]➜  mkdir -p $WORK/b207/
2025-08-20T21:20:11.9478678Z [00:02:05.215]➜  cat >/tmp/go-build3547871397/b207/importcfg << 'EOF' # internal
2025-08-20T21:20:11.9479710Z [00:02:05.215]➜  # import config
2025-08-20T21:20:11.9481593Z [00:02:05.215]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:11.9483707Z [00:02:05.215]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:20:11.9484806Z [00:02:05.215]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3547871397/b162/_pkg_.a
2025-08-20T21:20:11.9485881Z [00:02:05.215]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3547871397/b163/_pkg_.a
2025-08-20T21:20:11.9486963Z [00:02:05.215]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3547871397/b164/_pkg_.a
2025-08-20T21:20:11.9488025Z [00:02:05.215]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3547871397/b170/_pkg_.a
2025-08-20T21:20:11.9489280Z [00:02:05.215]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:11.9490057Z [00:02:05.215]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:11.9490635Z [00:02:05.215]➜  EOF
2025-08-20T21:20:11.9497433Z [00:02:05.215]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b207=>" -p crypto/internal/fips140/tls12 -lang=go1.25 -std -complete -installsuffix shared -buildid GXQl7O3rlmaoAMyB0C-D/GXQl7O3rlmaoAMyB0C-D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T21:20:11.9504951Z [00:02:05.218]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T21:20:11.9530513Z [00:02:05.220]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d # internal
2025-08-20T21:20:11.9539071Z [00:02:05.220]➜  crypto/internal/fips140/tls13
2025-08-20T21:20:11.9539672Z [00:02:05.220]➜  mkdir -p $WORK/b208/
2025-08-20T21:20:11.9540402Z [00:02:05.220]➜  cat >/tmp/go-build3547871397/b208/importcfg << 'EOF' # internal
2025-08-20T21:20:11.9541097Z [00:02:05.220]➜  # import config
2025-08-20T21:20:11.9541721Z [00:02:05.220]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:11.9542785Z [00:02:05.220]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:20:11.9543843Z [00:02:05.220]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3547871397/b162/_pkg_.a
2025-08-20T21:20:11.9544952Z [00:02:05.220]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3547871397/b204/_pkg_.a
2025-08-20T21:20:11.9546340Z [00:02:05.220]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3547871397/b164/_pkg_.a
2025-08-20T21:20:11.9547553Z [00:02:05.220]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3547871397/b165/_pkg_.a
2025-08-20T21:20:11.9548575Z [00:02:05.220]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:11.9549351Z [00:02:05.220]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:11.9549931Z [00:02:05.220]➜  EOF
2025-08-20T21:20:11.9573519Z [00:02:05.220]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b208=>" -p crypto/internal/fips140/tls13 -lang=go1.25 -std -complete -installsuffix shared -buildid HFlFmkFC0hg0GtV4bvyJ/HFlFmkFC0hg0GtV4bvyJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T21:20:11.9821290Z [00:02:05.249]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:20:11.9827127Z [00:02:05.250]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b185=>" -I $WORK/b185/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b185/p256_asm_amd64.o ./p256_asm_amd64.s
2025-08-20T21:20:11.9837751Z [00:02:05.251]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T21:20:11.9877033Z [00:02:05.255]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/b8/b801cdfb3d412c07a309cbbf935959f73cf9b1ec8130448eb2489ffbee5d5b47-d # internal
2025-08-20T21:20:11.9885656Z [00:02:05.256]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T21:20:11.9886906Z [00:02:05.256]➜  mkdir -p $WORK/b211/
2025-08-20T21:20:11.9899814Z [00:02:05.257]➜  cat >/tmp/go-build3547871397/b211/importcfg << 'EOF' # internal
2025-08-20T21:20:11.9900618Z [00:02:05.257]➜  # import config
2025-08-20T21:20:11.9901519Z [00:02:05.257]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:20:11.9914468Z [00:02:05.257]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:20:11.9915882Z [00:02:05.257]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:11.9916791Z [00:02:05.257]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:11.9917918Z [00:02:05.257]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3547871397/b212/_pkg_.a
2025-08-20T21:20:11.9919015Z [00:02:05.257]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:11.9919897Z [00:02:05.257]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:11.9920532Z [00:02:05.257]➜  EOF
2025-08-20T21:20:11.9921105Z [00:02:05.257]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T21:20:11.9922430Z [00:02:05.258]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d # internal
2025-08-20T21:20:11.9923724Z [00:02:05.258]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:20:11.9924348Z [00:02:05.258]➜  mkdir -p $WORK/b213/
2025-08-20T21:20:11.9924921Z [00:02:05.259]➜  echo -n > $WORK/b213/go_asm.h # internal
2025-08-20T21:20:11.9926352Z [00:02:05.259]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:20:11.9929281Z [00:02:05.259]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b213=>" -I $WORK/b213/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b213/symabis ./sum_amd64.s
2025-08-20T21:20:11.9937634Z [00:02:05.261]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:11.9945190Z [00:02:05.261]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b211=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -complete -installsuffix shared -buildid 5rslxZbOoGpBhzS9_c0e/5rslxZbOoGpBhzS9_c0e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T21:20:11.9959999Z [00:02:05.263]➜  cat >/tmp/go-build3547871397/b213/importcfg << 'EOF' # internal
2025-08-20T21:20:11.9976551Z [00:02:05.263]➜  # import config
2025-08-20T21:20:11.9981812Z [00:02:05.263]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:20:11.9982943Z [00:02:05.263]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:11.9983850Z [00:02:05.263]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:11.9984452Z [00:02:05.263]➜  EOF
2025-08-20T21:20:11.9989415Z [00:02:05.263]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b213=>" -p vendor/golang.org/x/crypto/internal/poly1305 -lang=go1.25 -std -installsuffix shared -buildid leCivo_P9GxtMGtNrJKE/leCivo_P9GxtMGtNrJKE -goversion go1.25.0 -symabis $WORK/b213/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack -asmhdr $WORK/b213/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_asm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T21:20:11.9998143Z [00:02:05.266]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T21:20:12.0007062Z [00:02:05.268]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d # internal
2025-08-20T21:20:12.0009228Z [00:02:05.268]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:20:12.0010053Z [00:02:05.268]➜  go tool pack r $WORK/b185/_pkg_.a $WORK/b185/p256_asm_amd64.o # internal
2025-08-20T21:20:12.0011207Z [00:02:05.268]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T21:20:12.0018319Z [00:02:05.269]➜  vendor/golang.org/x/sys/cpu
2025-08-20T21:20:12.0020780Z [00:02:05.269]➜  mkdir -p $WORK/b214/
2025-08-20T21:20:12.0028891Z [00:02:05.270]➜  echo -n > $WORK/b214/go_asm.h # internal
2025-08-20T21:20:12.0032235Z [00:02:05.271]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T21:20:12.0038014Z [00:02:05.271]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b214=>" -I $WORK/b214/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b214/symabis ./cpu_gc_x86.s
2025-08-20T21:20:12.0064920Z [00:02:05.273]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d # internal
2025-08-20T21:20:12.0078930Z [00:02:05.274]➜  crypto/internal/fips140/ecdh
2025-08-20T21:20:12.0079864Z [00:02:05.274]➜  mkdir -p $WORK/b184/
2025-08-20T21:20:12.0081187Z [00:02:05.274]➜  cat >/tmp/go-build3547871397/b184/importcfg << 'EOF' # internal
2025-08-20T21:20:12.0082040Z [00:02:05.274]➜  # import config
2025-08-20T21:20:12.0083050Z [00:02:05.274]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:12.0084021Z [00:02:05.274]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:20:12.0085100Z [00:02:05.274]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3547871397/b162/_pkg_.a
2025-08-20T21:20:12.0086191Z [00:02:05.274]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3547871397/b172/_pkg_.a
2025-08-20T21:20:12.0093351Z [00:02:05.274]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3547871397/b185/_pkg_.a
2025-08-20T21:20:12.0094747Z [00:02:05.274]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3547871397/b165/_pkg_.a
2025-08-20T21:20:12.0095865Z [00:02:05.274]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.0096680Z [00:02:05.274]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.0097531Z [00:02:05.274]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:12.0098571Z [00:02:05.274]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:12.0099205Z [00:02:05.274]➜  EOF
2025-08-20T21:20:12.0099690Z [00:02:05.274]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:12.0103547Z [00:02:05.274]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b184=>" -p crypto/internal/fips140/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid 4oF7FWqfaBTIL8HO_O_U/4oF7FWqfaBTIL8HO_O_U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T21:20:12.0106984Z [00:02:05.275]➜  cat >/tmp/go-build3547871397/b214/importcfg << 'EOF' # internal
2025-08-20T21:20:12.0107665Z [00:02:05.275]➜  # import config
2025-08-20T21:20:12.0108290Z [00:02:05.275]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:12.0109115Z [00:02:05.275]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:12.0109967Z [00:02:05.275]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:12.0110765Z [00:02:05.275]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:12.0111363Z [00:02:05.275]➜  EOF
2025-08-20T21:20:12.0118766Z [00:02:05.275]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b214=>" -p vendor/golang.org/x/sys/cpu -lang=go1.25 -std -installsuffix shared -buildid A2I1ux5R9-Yi8PoeqVzh/A2I1ux5R9-Yi8PoeqVzh -goversion go1.25.0 -symabis $WORK/b214/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack -asmhdr $WORK/b214/go_asm.h /root/.go/src/vendor/golang.org/x/sys/cpu/byteorder.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_linux_noinit.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_other_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/cpu_x86.go /root/.go/src/vendor/golang.org/x/sys/cpu/endian_little.go /root/.go/src/vendor/golang.org/x/sys/cpu/hwcap_linux.go /root/.go/src/vendor/golang.org/x/sys/cpu/parse.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv.go /root/.go/src/vendor/golang.org/x/sys/cpu/runtime_auxv_go121.go
2025-08-20T21:20:12.0457866Z [00:02:05.312]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T21:20:12.0461495Z [00:02:05.313]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d # internal
2025-08-20T21:20:12.0462819Z [00:02:05.313]➜  crypto/ecdh
2025-08-20T21:20:12.0464321Z [00:02:05.313]➜  mkdir -p $WORK/b183/
2025-08-20T21:20:12.0465085Z [00:02:05.313]➜  cat >/tmp/go-build3547871397/b183/importcfg << 'EOF' # internal
2025-08-20T21:20:12.0465805Z [00:02:05.313]➜  # import config
2025-08-20T21:20:12.0466491Z [00:02:05.313]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:12.0467365Z [00:02:05.313]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:20:12.0468380Z [00:02:05.313]➜  packagefile crypto/internal/boring=/tmp/go-build3547871397/b155/_pkg_.a
2025-08-20T21:20:12.0469573Z [00:02:05.313]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build3547871397/b184/_pkg_.a
2025-08-20T21:20:12.0471225Z [00:02:05.313]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3547871397/b187/_pkg_.a
2025-08-20T21:20:12.0472583Z [00:02:05.313]➜  packagefile crypto/internal/fips140only=/tmp/go-build3547871397/b177/_pkg_.a
2025-08-20T21:20:12.0474650Z [00:02:05.313]➜  packagefile crypto/internal/randutil=/tmp/go-build3547871397/b175/_pkg_.a
2025-08-20T21:20:12.0475753Z [00:02:05.313]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:20:12.0476686Z [00:02:05.313]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.0477534Z [00:02:05.313]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.0478157Z [00:02:05.313]➜  EOF
2025-08-20T21:20:12.0481497Z [00:02:05.313]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b183=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid ovpeGK47S8GeqgKCwR1i/ovpeGK47S8GeqgKCwR1i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/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:20:12.0509211Z [00:02:05.318]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:20:12.0514020Z [00:02:05.318]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/internal/poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b213=>" -I $WORK/b213/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b213/sum_amd64.o ./sum_amd64.s
2025-08-20T21:20:12.0540136Z [00:02:05.321]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T21:20:12.0543963Z [00:02:05.321]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/sys/cpu -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b214=>" -I $WORK/b214/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b214/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T21:20:12.0546536Z [00:02:05.322]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:20:12.0547451Z [00:02:05.322]➜  go tool pack r $WORK/b213/_pkg_.a $WORK/b213/sum_amd64.o # internal
2025-08-20T21:20:12.0548275Z [00:02:05.322]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T21:20:12.0553323Z [00:02:05.323]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d # internal
2025-08-20T21:20:12.0561355Z [00:02:05.323]➜  crypto/elliptic
2025-08-20T21:20:12.0562166Z [00:02:05.323]➜  mkdir -p $WORK/b189/
2025-08-20T21:20:12.0567344Z [00:02:05.324]➜  cat >/tmp/go-build3547871397/b189/importcfg << 'EOF' # internal
2025-08-20T21:20:12.0568438Z [00:02:05.324]➜  # import config
2025-08-20T21:20:12.0569425Z [00:02:05.324]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3547871397/b185/_pkg_.a
2025-08-20T21:20:12.0570532Z [00:02:05.324]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.0573592Z [00:02:05.324]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.0574495Z [00:02:05.324]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:12.0575280Z [00:02:05.324]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:12.0575872Z [00:02:05.324]➜  EOF
2025-08-20T21:20:12.0576343Z [00:02:05.324]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:12.0579884Z [00:02:05.324]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b189=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid mW0QD0cBy03xwf-ShFj7/mW0QD0cBy03xwf-ShFj7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/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:20:12.0583162Z [00:02:05.325]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T21:20:12.0583992Z [00:02:05.325]➜  go tool pack r $WORK/b214/_pkg_.a $WORK/b214/cpu_gc_x86.o # internal
2025-08-20T21:20:12.0584808Z [00:02:05.325]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T21:20:12.0597215Z [00:02:05.326]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d # internal
2025-08-20T21:20:12.0600910Z [00:02:05.326]➜  crypto/internal/fips140/ecdsa
2025-08-20T21:20:12.0602871Z [00:02:05.326]➜  mkdir -p $WORK/b191/
2025-08-20T21:20:12.0603783Z [00:02:05.327]➜  cat >/tmp/go-build3547871397/b191/importcfg << 'EOF' # internal
2025-08-20T21:20:12.0604488Z [00:02:05.327]➜  # import config
2025-08-20T21:20:12.0605137Z [00:02:05.327]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:12.0606067Z [00:02:05.327]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:20:12.0607147Z [00:02:05.327]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3547871397/b192/_pkg_.a
2025-08-20T21:20:12.0608280Z [00:02:05.327]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3547871397/b162/_pkg_.a
2025-08-20T21:20:12.0609398Z [00:02:05.327]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3547871397/b172/_pkg_.a
2025-08-20T21:20:12.0610774Z [00:02:05.327]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3547871397/b163/_pkg_.a
2025-08-20T21:20:12.0611968Z [00:02:05.328]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3547871397/b185/_pkg_.a
2025-08-20T21:20:12.0613499Z [00:02:05.328]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3547871397/b170/_pkg_.a
2025-08-20T21:20:12.0614486Z [00:02:05.328]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.0615314Z [00:02:05.328]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:12.0616072Z [00:02:05.328]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.0616843Z [00:02:05.328]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:12.0617449Z [00:02:05.328]➜  EOF
2025-08-20T21:20:12.0617929Z [00:02:05.328]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:12.0622500Z [00:02:05.328]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b191=>" -p crypto/internal/fips140/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid xU6fJeSfQy4Gg2xOzADQ/xU6fJeSfQy4Gg2xOzADQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/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:20:12.0637861Z [00:02:05.331]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T21:20:12.0649723Z [00:02:05.332]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d # internal
2025-08-20T21:20:12.0654736Z [00:02:05.333]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:20:12.0655360Z [00:02:05.333]➜  mkdir -p $WORK/b210/
2025-08-20T21:20:12.0660648Z [00:02:05.333]➜  echo -n > $WORK/b210/go_asm.h # internal
2025-08-20T21:20:12.0664329Z [00:02:05.334]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:20:12.0667361Z [00:02:05.334]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b210=>" -I $WORK/b210/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b210/symabis ./chacha20poly1305_amd64.s
2025-08-20T21:20:12.0864373Z [00:02:05.352]➜  cat >/tmp/go-build3547871397/b210/importcfg << 'EOF' # internal
2025-08-20T21:20:12.0865097Z [00:02:05.352]➜  # import config
2025-08-20T21:20:12.0866012Z [00:02:05.352]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T21:20:12.0867224Z [00:02:05.352]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:20:12.0868579Z [00:02:05.352]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:20:12.0869741Z [00:02:05.352]➜  importmap golang.org/x/sys/cpu=vendor/golang.org/x/sys/cpu
2025-08-20T21:20:12.0870661Z [00:02:05.352]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:20:12.0871574Z [00:02:05.352]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:12.0872440Z [00:02:05.352]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.0873673Z [00:02:05.352]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3547871397/b211/_pkg_.a
2025-08-20T21:20:12.0874950Z [00:02:05.352]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3547871397/b212/_pkg_.a
2025-08-20T21:20:12.0876332Z [00:02:05.352]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3547871397/b213/_pkg_.a
2025-08-20T21:20:12.0877578Z [00:02:05.352]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build3547871397/b214/_pkg_.a
2025-08-20T21:20:12.0878662Z [00:02:05.352]➜  EOF
2025-08-20T21:20:12.0879160Z [00:02:05.352]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:12.0885699Z [00:02:05.352]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b210=>" -p vendor/golang.org/x/crypto/chacha20poly1305 -lang=go1.25 -std -installsuffix shared -buildid r9wCMlKr00PnpKYqFOHA/r9wCMlKr00PnpKYqFOHA -goversion go1.25.0 -symabis $WORK/b210/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack -asmhdr $WORK/b210/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T21:20:12.1370762Z [00:02:05.404]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T21:20:12.1397489Z [00:02:05.407]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d # internal
2025-08-20T21:20:12.1467198Z [00:02:05.414]➜  crypto/md5
2025-08-20T21:20:12.1467745Z [00:02:05.414]➜  mkdir -p $WORK/b215/
2025-08-20T21:20:12.1516548Z [00:02:05.419]➜  echo -n > $WORK/b215/go_asm.h # internal
2025-08-20T21:20:12.1519582Z [00:02:05.419]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:20:12.1522048Z [00:02:05.419]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b215=>" -I $WORK/b215/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b215/symabis ./md5block_amd64.s
2025-08-20T21:20:12.1651697Z [00:02:05.429]➜  cat >/tmp/go-build3547871397/b215/importcfg << 'EOF' # internal
2025-08-20T21:20:12.1652483Z [00:02:05.429]➜  # import config
2025-08-20T21:20:12.1653433Z [00:02:05.429]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:20:12.1654479Z [00:02:05.429]➜  packagefile crypto/internal/fips140only=/tmp/go-build3547871397/b177/_pkg_.a
2025-08-20T21:20:12.1655471Z [00:02:05.429]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.1656309Z [00:02:05.429]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:12.1657280Z [00:02:05.429]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:12.1658250Z [00:02:05.429]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:12.1658912Z [00:02:05.429]➜  EOF
2025-08-20T21:20:12.1659418Z [00:02:05.430]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:12.1663404Z [00:02:05.430]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b215=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid xzJNDPgMPDB6jckQO8_3/xzJNDPgMPDB6jckQO8_3 -goversion go1.25.0 -symabis $WORK/b215/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b215/importcfg -pack -asmhdr $WORK/b215/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:20:12.1716013Z [00:02:05.439]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:20:12.1719115Z [00:02:05.439]➜  /root/.go/pkg/tool/linux_amd64/asm -p vendor/golang.org/x/crypto/chacha20poly1305 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b210=>" -I $WORK/b210/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b210/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
2025-08-20T21:20:12.1835922Z [00:02:05.451]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T21:20:12.1850900Z [00:02:05.452]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d # internal
2025-08-20T21:20:12.1857188Z [00:02:05.453]➜  crypto/rc4
2025-08-20T21:20:12.1857690Z [00:02:05.453]➜  mkdir -p $WORK/b216/
2025-08-20T21:20:12.1861688Z [00:02:05.453]➜  cat >/tmp/go-build3547871397/b216/importcfg << 'EOF' # internal
2025-08-20T21:20:12.1862536Z [00:02:05.453]➜  # import config
2025-08-20T21:20:12.1863544Z [00:02:05.453]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3547871397/b161/_pkg_.a
2025-08-20T21:20:12.1864874Z [00:02:05.453]➜  packagefile crypto/internal/fips140only=/tmp/go-build3547871397/b177/_pkg_.a
2025-08-20T21:20:12.1866063Z [00:02:05.453]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.1867078Z [00:02:05.453]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:12.1867833Z [00:02:05.453]➜  EOF
2025-08-20T21:20:12.1869906Z [00:02:05.454]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:12.1904321Z [00:02:05.454]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b216=>" -p crypto/rc4 -lang=go1.25 -std -complete -installsuffix shared -buildid ddivy_vGo7m8X1jdtCf5/ddivy_vGo7m8X1jdtCf5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T21:20:12.1922031Z [00:02:05.460]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T21:20:12.1970631Z [00:02:05.464]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d # internal
2025-08-20T21:20:12.1971731Z [00:02:05.464]➜  crypto/ecdsa
2025-08-20T21:20:12.1972235Z [00:02:05.464]➜  mkdir -p $WORK/b188/
2025-08-20T21:20:12.1973109Z [00:02:05.464]➜  cat >/tmp/go-build3547871397/b188/importcfg << 'EOF' # internal
2025-08-20T21:20:12.1974108Z [00:02:05.464]➜  # import config
2025-08-20T21:20:12.1974969Z [00:02:05.464]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:20:12.1976165Z [00:02:05.464]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:20:12.1977244Z [00:02:05.464]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:20:12.1978152Z [00:02:05.464]➜  packagefile crypto/ecdh=/tmp/go-build3547871397/b183/_pkg_.a
2025-08-20T21:20:12.1979132Z [00:02:05.464]➜  packagefile crypto/elliptic=/tmp/go-build3547871397/b189/_pkg_.a
2025-08-20T21:20:12.1980134Z [00:02:05.464]➜  packagefile crypto/internal/boring=/tmp/go-build3547871397/b155/_pkg_.a
2025-08-20T21:20:12.1981258Z [00:02:05.464]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3547871397/b190/_pkg_.a
2025-08-20T21:20:12.1982407Z [00:02:05.464]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build3547871397/b191/_pkg_.a
2025-08-20T21:20:12.1983714Z [00:02:05.464]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3547871397/b185/_pkg_.a
2025-08-20T21:20:12.1984826Z [00:02:05.464]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3547871397/b193/_pkg_.a
2025-08-20T21:20:12.1985931Z [00:02:05.464]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3547871397/b194/_pkg_.a
2025-08-20T21:20:12.1987026Z [00:02:05.464]➜  packagefile crypto/internal/fips140only=/tmp/go-build3547871397/b177/_pkg_.a
2025-08-20T21:20:12.1988143Z [00:02:05.464]➜  packagefile crypto/internal/randutil=/tmp/go-build3547871397/b175/_pkg_.a
2025-08-20T21:20:12.1989105Z [00:02:05.464]➜  packagefile crypto/sha512=/tmp/go-build3547871397/b196/_pkg_.a
2025-08-20T21:20:12.1989991Z [00:02:05.464]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:20:12.1990859Z [00:02:05.464]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.1991927Z [00:02:05.464]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3547871397/b197/_pkg_.a
2025-08-20T21:20:12.1993723Z [00:02:05.464]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3547871397/b199/_pkg_.a
2025-08-20T21:20:12.1994810Z [00:02:05.464]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.1995920Z [00:02:05.464]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:12.1996849Z [00:02:05.464]➜  packagefile math/rand/v2=/tmp/go-build3547871397/b176/_pkg_.a
2025-08-20T21:20:12.1997491Z [00:02:05.464]➜  EOF
2025-08-20T21:20:12.2000732Z [00:02:05.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b188=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid BXz8_d7BRCVv-2cydypf/BXz8_d7BRCVv-2cydypf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/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:20:12.2102213Z [00:02:05.477]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T21:20:12.2106705Z [00:02:05.478]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d # internal
2025-08-20T21:20:12.2108530Z [00:02:05.478]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:20:12.2110401Z [00:02:05.478]➜  go tool pack r $WORK/b210/_pkg_.a $WORK/b210/chacha20poly1305_amd64.o # internal
2025-08-20T21:20:12.2112335Z [00:02:05.478]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T21:20:12.2113292Z [00:02:05.478]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:20:12.2115326Z [00:02:05.478]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b215=>" -I $WORK/b215/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b215/md5block_amd64.o ./md5block_amd64.s
2025-08-20T21:20:12.2117148Z [00:02:05.479]➜  crypto/internal/fips140/rsa
2025-08-20T21:20:12.2118062Z [00:02:05.479]➜  mkdir -p $WORK/b218/
2025-08-20T21:20:12.2121158Z [00:02:05.479]➜  cat >/tmp/go-build3547871397/b218/importcfg << 'EOF' # internal
2025-08-20T21:20:12.2123511Z [00:02:05.480]➜  # import config
2025-08-20T21:20:12.2135114Z [00:02:05.480]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:12.2139247Z [00:02:05.480]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:20:12.2140395Z [00:02:05.480]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3547871397/b192/_pkg_.a
2025-08-20T21:20:12.2141559Z [00:02:05.480]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3547871397/b162/_pkg_.a
2025-08-20T21:20:12.2142913Z [00:02:05.480]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3547871397/b172/_pkg_.a
2025-08-20T21:20:12.2144068Z [00:02:05.480]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3547871397/b164/_pkg_.a
2025-08-20T21:20:12.2145201Z [00:02:05.480]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3547871397/b168/_pkg_.a
2025-08-20T21:20:12.2146334Z [00:02:05.480]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3547871397/b170/_pkg_.a
2025-08-20T21:20:12.2147421Z [00:02:05.480]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3547871397/b169/_pkg_.a
2025-08-20T21:20:12.2148370Z [00:02:05.480]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.2149152Z [00:02:05.480]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:12.2149903Z [00:02:05.480]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.2150632Z [00:02:05.480]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:12.2151260Z [00:02:05.480]➜  EOF
2025-08-20T21:20:12.2151753Z [00:02:05.480]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:12.2157420Z [00:02:05.480]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b218=>" -p crypto/internal/fips140/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid gZi8IFIZM24eiWNNPCF7/gZi8IFIZM24eiWNNPCF7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/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:20:12.2162469Z [00:02:05.481]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d # internal
2025-08-20T21:20:12.2163694Z [00:02:05.481]➜  crypto/internal/hpke
2025-08-20T21:20:12.2164208Z [00:02:05.481]➜  mkdir -p $WORK/b209/
2025-08-20T21:20:12.2164893Z [00:02:05.481]➜  cat >/tmp/go-build3547871397/b209/importcfg << 'EOF' # internal
2025-08-20T21:20:12.2165620Z [00:02:05.481]➜  # import config
2025-08-20T21:20:12.2166568Z [00:02:05.481]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:20:12.2167601Z [00:02:05.481]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:20:12.2168442Z [00:02:05.481]➜  packagefile crypto/aes=/tmp/go-build3547871397/b181/_pkg_.a
2025-08-20T21:20:12.2169333Z [00:02:05.481]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:20:12.2170212Z [00:02:05.481]➜  packagefile crypto/ecdh=/tmp/go-build3547871397/b183/_pkg_.a
2025-08-20T21:20:12.2171092Z [00:02:05.481]➜  packagefile crypto/hkdf=/tmp/go-build3547871397/b203/_pkg_.a
2025-08-20T21:20:12.2171950Z [00:02:05.481]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:20:12.2173108Z [00:02:05.481]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.2174204Z [00:02:05.481]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3547871397/b210/_pkg_.a
2025-08-20T21:20:12.2175564Z [00:02:05.481]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:12.2176509Z [00:02:05.481]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:12.2177148Z [00:02:05.481]➜  EOF
2025-08-20T21:20:12.2180186Z [00:02:05.481]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b209=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid zuRt2IQzyZolhf5F95d8/zuRt2IQzyZolhf5F95d8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T21:20:12.2185938Z [00:02:05.486]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:20:12.2188235Z [00:02:05.486]➜  go tool pack r $WORK/b215/_pkg_.a $WORK/b215/md5block_amd64.o # internal
2025-08-20T21:20:12.2189305Z [00:02:05.486]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T21:20:12.2194306Z [00:02:05.486]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d # internal
2025-08-20T21:20:12.2224109Z [00:02:05.490]➜  crypto/sha1
2025-08-20T21:20:12.2228422Z [00:02:05.490]➜  mkdir -p $WORK/b219/
2025-08-20T21:20:12.2229094Z [00:02:05.490]➜  echo -n > $WORK/b219/go_asm.h # internal
2025-08-20T21:20:12.2230772Z [00:02:05.490]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:20:12.2234119Z [00:02:05.490]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b219=>" -I $WORK/b219/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b219/symabis ./sha1block_amd64.s
2025-08-20T21:20:12.2271147Z [00:02:05.494]➜  cat >/tmp/go-build3547871397/b219/importcfg << 'EOF' # internal
2025-08-20T21:20:12.2276097Z [00:02:05.495]➜  # import config
2025-08-20T21:20:12.2276814Z [00:02:05.495]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:20:12.2277819Z [00:02:05.495]➜  packagefile crypto/internal/boring=/tmp/go-build3547871397/b155/_pkg_.a
2025-08-20T21:20:12.2278966Z [00:02:05.495]➜  packagefile crypto/internal/fips140only=/tmp/go-build3547871397/b177/_pkg_.a
2025-08-20T21:20:12.2280066Z [00:02:05.495]➜  packagefile crypto/internal/impl=/tmp/go-build3547871397/b167/_pkg_.a
2025-08-20T21:20:12.2281298Z [00:02:05.495]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.2282157Z [00:02:05.495]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:12.2283493Z [00:02:05.495]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:12.2284507Z [00:02:05.495]➜  packagefile internal/cpu=/tmp/go-build3547871397/b012/_pkg_.a
2025-08-20T21:20:12.2285442Z [00:02:05.495]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:12.2286122Z [00:02:05.495]➜  EOF
2025-08-20T21:20:12.2286635Z [00:02:05.495]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:12.2290406Z [00:02:05.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b219=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid KgYea1Pdw3hJNrGRYkZX/KgYea1Pdw3hJNrGRYkZX -goversion go1.25.0 -symabis $WORK/b219/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack -asmhdr $WORK/b219/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_amd64.go
2025-08-20T21:20:12.2785699Z [00:02:05.546]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:20:12.2789781Z [00:02:05.546]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b219=>" -I $WORK/b219/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b219/sha1block_amd64.o ./sha1block_amd64.s
2025-08-20T21:20:12.2817977Z [00:02:05.549]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T21:20:12.2830194Z [00:02:05.549]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d # internal
2025-08-20T21:20:12.2831376Z [00:02:05.549]➜  crypto/sha256
2025-08-20T21:20:12.2831877Z [00:02:05.549]➜  mkdir -p $WORK/b220/
2025-08-20T21:20:12.2832791Z [00:02:05.549]➜  cat >/tmp/go-build3547871397/b220/importcfg << 'EOF' # internal
2025-08-20T21:20:12.2833487Z [00:02:05.549]➜  # import config
2025-08-20T21:20:12.2834170Z [00:02:05.549]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:20:12.2835141Z [00:02:05.549]➜  packagefile crypto/internal/boring=/tmp/go-build3547871397/b155/_pkg_.a
2025-08-20T21:20:12.2836262Z [00:02:05.549]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3547871397/b164/_pkg_.a
2025-08-20T21:20:12.2837246Z [00:02:05.549]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:12.2837865Z [00:02:05.549]➜  EOF
2025-08-20T21:20:12.2838359Z [00:02:05.549]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:12.2841363Z [00:02:05.549]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b220=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid 4E2ZYzolEG0nC41yvScW/4E2ZYzolEG0nC41yvScW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T21:20:12.2884611Z [00:02:05.556]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:20:12.2885783Z [00:02:05.556]➜  go tool pack r $WORK/b219/_pkg_.a $WORK/b219/sha1block_amd64.o # internal
2025-08-20T21:20:12.2888087Z [00:02:05.556]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T21:20:12.2901140Z [00:02:05.557]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d # internal
2025-08-20T21:20:12.2907839Z [00:02:05.558]➜  crypto/fips140
2025-08-20T21:20:12.2912110Z [00:02:05.558]➜  mkdir -p $WORK/b222/
2025-08-20T21:20:12.2924238Z [00:02:05.560]➜  cat >/tmp/go-build3547871397/b222/importcfg << 'EOF' # internal
2025-08-20T21:20:12.2924989Z [00:02:05.560]➜  # import config
2025-08-20T21:20:12.2925813Z [00:02:05.560]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:20:12.2927293Z [00:02:05.560]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3547871397/b162/_pkg_.a
2025-08-20T21:20:12.2928096Z [00:02:05.560]➜  EOF
2025-08-20T21:20:12.2928594Z [00:02:05.560]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:12.2931564Z [00:02:05.560]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b222=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid L-DdIKuCrCeHDK9rf0tB/L-DdIKuCrCeHDK9rf0tB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T21:20:12.3045068Z [00:02:05.571]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T21:20:12.3054877Z [00:02:05.571]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d # internal
2025-08-20T21:20:12.3055985Z [00:02:05.571]➜  crypto/dsa
2025-08-20T21:20:12.3056484Z [00:02:05.571]➜  mkdir -p $WORK/b224/
2025-08-20T21:20:12.3057313Z [00:02:05.571]➜  cat >/tmp/go-build3547871397/b224/importcfg << 'EOF' # internal
2025-08-20T21:20:12.3059297Z [00:02:05.571]➜  # import config
2025-08-20T21:20:12.3060142Z [00:02:05.571]➜  packagefile crypto/internal/fips140only=/tmp/go-build3547871397/b177/_pkg_.a
2025-08-20T21:20:12.3061291Z [00:02:05.571]➜  packagefile crypto/internal/randutil=/tmp/go-build3547871397/b175/_pkg_.a
2025-08-20T21:20:12.3062272Z [00:02:05.571]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.3063209Z [00:02:05.571]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.3064061Z [00:02:05.571]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:12.3073220Z [00:02:05.571]➜  EOF
2025-08-20T21:20:12.3078353Z [00:02:05.571]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b224=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid X7ca0nvB5092bacZm4zC/X7ca0nvB5092bacZm4zC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T21:20:12.3081042Z [00:02:05.573]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T21:20:12.3082327Z [00:02:05.574]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d # internal
2025-08-20T21:20:12.3083613Z [00:02:05.574]➜  crypto/tls/internal/fips140tls
2025-08-20T21:20:12.3084186Z [00:02:05.575]➜  mkdir -p $WORK/b221/
2025-08-20T21:20:12.3084896Z [00:02:05.575]➜  cat >/tmp/go-build3547871397/b221/importcfg << 'EOF' # internal
2025-08-20T21:20:12.3085555Z [00:02:05.575]➜  # import config
2025-08-20T21:20:12.3086285Z [00:02:05.575]➜  packagefile crypto/fips140=/tmp/go-build3547871397/b222/_pkg_.a
2025-08-20T21:20:12.3087204Z [00:02:05.575]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:12.3087856Z [00:02:05.575]➜  EOF
2025-08-20T21:20:12.3091220Z [00:02:05.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b221=>" -p crypto/tls/internal/fips140tls -lang=go1.25 -std -complete -installsuffix shared -buildid qPbmajCohCDJ1gMaANVI/qPbmajCohCDJ1gMaANVI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T21:20:12.3177523Z [00:02:05.585]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T21:20:12.3184032Z [00:02:05.586]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d # internal
2025-08-20T21:20:12.3185895Z [00:02:05.586]➜  crypto/x509/pkix
2025-08-20T21:20:12.3186813Z [00:02:05.586]➜  mkdir -p $WORK/b225/
2025-08-20T21:20:12.3196723Z [00:02:05.587]➜  cat >/tmp/go-build3547871397/b225/importcfg << 'EOF' # internal
2025-08-20T21:20:12.3197977Z [00:02:05.587]➜  # import config
2025-08-20T21:20:12.3198813Z [00:02:05.587]➜  packagefile encoding/asn1=/tmp/go-build3547871397/b198/_pkg_.a
2025-08-20T21:20:12.3201113Z [00:02:05.587]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:20:12.3202000Z [00:02:05.587]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:12.3202999Z [00:02:05.587]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:12.3203834Z [00:02:05.587]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:12.3204415Z [00:02:05.587]➜  EOF
2025-08-20T21:20:12.3207252Z [00:02:05.587]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b225=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid pI0MltfWt5DgwIiDX2vp/pI0MltfWt5DgwIiDX2vp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T21:20:12.3679972Z [00:02:05.635]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T21:20:12.3696972Z [00:02:05.637]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d # internal
2025-08-20T21:20:12.3701381Z [00:02:05.637]➜  encoding/pem
2025-08-20T21:20:12.3701936Z [00:02:05.637]➜  mkdir -p $WORK/b226/
2025-08-20T21:20:12.3713156Z [00:02:05.638]➜  cat >/tmp/go-build3547871397/b226/importcfg << 'EOF' # internal
2025-08-20T21:20:12.3713922Z [00:02:05.638]➜  # import config
2025-08-20T21:20:12.3714626Z [00:02:05.638]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:12.3715505Z [00:02:05.638]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:12.3716724Z [00:02:05.638]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.3717546Z [00:02:05.638]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.3718364Z [00:02:05.638]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:12.3719212Z [00:02:05.638]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:12.3719695Z [00:02:05.638]➜  EOF
2025-08-20T21:20:12.3723365Z [00:02:05.638]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b226=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid 2ABdeLys1NcXxf9dH5bd/2ABdeLys1NcXxf9dH5bd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T21:20:12.3818105Z [00:02:05.649]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T21:20:12.3827439Z [00:02:05.650]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d # internal
2025-08-20T21:20:12.3833631Z [00:02:05.650]➜  vendor/golang.org/x/text/transform
2025-08-20T21:20:12.3834272Z [00:02:05.650]➜  mkdir -p $WORK/b230/
2025-08-20T21:20:12.3835051Z [00:02:05.650]➜  cat >/tmp/go-build3547871397/b230/importcfg << 'EOF' # internal
2025-08-20T21:20:12.3835750Z [00:02:05.650]➜  # import config
2025-08-20T21:20:12.3836424Z [00:02:05.650]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:12.3837276Z [00:02:05.650]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.3838100Z [00:02:05.650]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.3838959Z [00:02:05.650]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:12.3839618Z [00:02:05.650]➜  EOF
2025-08-20T21:20:12.3843237Z [00:02:05.651]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b230=>" -p vendor/golang.org/x/text/transform -lang=go1.25 -std -complete -installsuffix shared -buildid kTKUPu3vmDb6uwB5B3sH/kTKUPu3vmDb6uwB5B3sH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T21:20:12.3900806Z [00:02:05.657]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T21:20:12.3920493Z [00:02:05.659]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d # internal
2025-08-20T21:20:12.3921687Z [00:02:05.659]➜  crypto/rsa
2025-08-20T21:20:12.3924764Z [00:02:05.659]➜  mkdir -p $WORK/b217/
2025-08-20T21:20:12.3928038Z [00:02:05.660]➜  cat >/tmp/go-build3547871397/b217/importcfg << 'EOF' # internal
2025-08-20T21:20:12.3928783Z [00:02:05.660]➜  # import config
2025-08-20T21:20:12.3929494Z [00:02:05.660]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:20:12.3930527Z [00:02:05.660]➜  packagefile crypto/internal/boring=/tmp/go-build3547871397/b155/_pkg_.a
2025-08-20T21:20:12.3931699Z [00:02:05.660]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3547871397/b190/_pkg_.a
2025-08-20T21:20:12.3933145Z [00:02:05.660]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3547871397/b192/_pkg_.a
2025-08-20T21:20:12.3934381Z [00:02:05.660]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build3547871397/b218/_pkg_.a
2025-08-20T21:20:12.3935567Z [00:02:05.660]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3547871397/b194/_pkg_.a
2025-08-20T21:20:12.3936735Z [00:02:05.660]➜  packagefile crypto/internal/fips140only=/tmp/go-build3547871397/b177/_pkg_.a
2025-08-20T21:20:12.3937876Z [00:02:05.660]➜  packagefile crypto/internal/randutil=/tmp/go-build3547871397/b175/_pkg_.a
2025-08-20T21:20:12.3938870Z [00:02:05.660]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:20:12.3940046Z [00:02:05.660]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:20:12.3940955Z [00:02:05.660]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.3941758Z [00:02:05.660]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:12.3942561Z [00:02:05.660]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:12.3944561Z [00:02:05.660]➜  packagefile internal/godebug=/tmp/go-build3547871397/b057/_pkg_.a
2025-08-20T21:20:12.3945446Z [00:02:05.660]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.3946253Z [00:02:05.660]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:12.3947096Z [00:02:05.660]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:12.3947758Z [00:02:05.660]➜  EOF
2025-08-20T21:20:12.3951258Z [00:02:05.660]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b217=>" -p crypto/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid m6J4ZMAP7w-IIAmuH7AX/m6J4ZMAP7w-IIAmuH7AX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/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:20:12.4389408Z [00:02:05.706]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T21:20:12.4399936Z [00:02:05.707]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d # internal
2025-08-20T21:20:12.4405935Z [00:02:05.708]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:20:12.4406652Z [00:02:05.708]➜  mkdir -p $WORK/b231/
2025-08-20T21:20:12.4411671Z [00:02:05.708]➜  cat >/tmp/go-build3547871397/b231/importcfg << 'EOF' # internal
2025-08-20T21:20:12.4422592Z [00:02:05.708]➜  # import config
2025-08-20T21:20:12.4427510Z [00:02:05.708]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:12.4428457Z [00:02:05.708]➜  packagefile container/list=/tmp/go-build3547871397/b153/_pkg_.a
2025-08-20T21:20:12.4429337Z [00:02:05.708]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:12.4430121Z [00:02:05.708]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:12.4431188Z [00:02:05.708]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:12.4432030Z [00:02:05.708]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:12.4433399Z [00:02:05.708]➜  EOF
2025-08-20T21:20:12.4440280Z [00:02:05.709]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b231=>" -p vendor/golang.org/x/text/unicode/bidi -lang=go1.25 -std -complete -installsuffix shared -buildid SGzG2qJOCZT6g7y-aOhc/SGzG2qJOCZT6g7y-aOhc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/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:20:12.4576455Z [00:02:05.725]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T21:20:12.4591460Z [00:02:05.726]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d # internal
2025-08-20T21:20:12.4608125Z [00:02:05.727]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T21:20:12.4608788Z [00:02:05.728]➜  mkdir -p $WORK/b232/
2025-08-20T21:20:12.4609533Z [00:02:05.728]➜  cat >/tmp/go-build3547871397/b232/importcfg << 'EOF' # internal
2025-08-20T21:20:12.4610543Z [00:02:05.728]➜  # import config
2025-08-20T21:20:12.4613907Z [00:02:05.728]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:20:12.4615204Z [00:02:05.728]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:12.4616107Z [00:02:05.728]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:12.4617124Z [00:02:05.728]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3547871397/b230/_pkg_.a
2025-08-20T21:20:12.4618130Z [00:02:05.728]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.4618905Z [00:02:05.728]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:12.4619714Z [00:02:05.728]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:12.4620341Z [00:02:05.728]➜  EOF
2025-08-20T21:20:12.4634845Z [00:02:05.730]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b232=>" -p vendor/golang.org/x/text/unicode/norm -lang=go1.25 -std -complete -installsuffix shared -buildid CrvHwkueVJGmMOQETvFP/CrvHwkueVJGmMOQETvFP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/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:20:12.5579539Z [00:02:05.825]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T21:20:12.5596665Z [00:02:05.827]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d # internal
2025-08-20T21:20:12.5639742Z [00:02:05.831]➜  net/textproto
2025-08-20T21:20:12.5642450Z [00:02:05.831]➜  mkdir -p $WORK/b233/
2025-08-20T21:20:12.5643427Z [00:02:05.831]➜  cat >/tmp/go-build3547871397/b233/importcfg << 'EOF' # internal
2025-08-20T21:20:12.5644128Z [00:02:05.831]➜  # import config
2025-08-20T21:20:12.5645143Z [00:02:05.831]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:12.5645955Z [00:02:05.831]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:12.5646767Z [00:02:05.831]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.5647558Z [00:02:05.831]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:12.5648319Z [00:02:05.831]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.5649101Z [00:02:05.831]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:12.5649873Z [00:02:05.831]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:12.5650690Z [00:02:05.831]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:12.5651496Z [00:02:05.831]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:12.5674304Z [00:02:05.831]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:12.5675052Z [00:02:05.831]➜  EOF
2025-08-20T21:20:12.5679175Z [00:02:05.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b233=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid 9kW5gtAThbEJO_CbfS0Z/9kW5gtAThbEJO_CbfS0Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/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:20:12.6766927Z [00:02:05.944]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T21:20:12.6792138Z [00:02:05.946]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d # internal
2025-08-20T21:20:12.6793665Z [00:02:05.946]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:20:12.6794285Z [00:02:05.946]➜  mkdir -p $WORK/b229/
2025-08-20T21:20:12.6799701Z [00:02:05.947]➜  cat >/tmp/go-build3547871397/b229/importcfg << 'EOF' # internal
2025-08-20T21:20:12.6801552Z [00:02:05.947]➜  # import config
2025-08-20T21:20:12.6802341Z [00:02:05.947]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:20:12.6803463Z [00:02:05.947]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:20:12.6804443Z [00:02:05.947]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.6805414Z [00:02:05.947]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3547871397/b230/_pkg_.a
2025-08-20T21:20:12.6806587Z [00:02:05.947]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3547871397/b231/_pkg_.a
2025-08-20T21:20:12.6826453Z [00:02:05.947]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:12.6827241Z [00:02:05.947]➜  EOF
2025-08-20T21:20:12.6831361Z [00:02:05.947]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b229=>" -p vendor/golang.org/x/text/secure/bidirule -lang=go1.25 -std -complete -installsuffix shared -buildid 2aJaoEQU7s5NWOmU12Ha/2aJaoEQU7s5NWOmU12Ha -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/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:20:12.6835296Z [00:02:05.947]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T21:20:12.6879721Z [00:02:05.949]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/92/92a4f21a94f4449f05fe490afe4a63c117c74ce99f26bd8930a535c67cf4b1d3-d # internal
2025-08-20T21:20:12.6882910Z [00:02:05.949]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T21:20:12.6883496Z [00:02:05.949]➜  mkdir -p $WORK/b235/
2025-08-20T21:20:12.6884231Z [00:02:05.950]➜  cat >/tmp/go-build3547871397/b235/importcfg << 'EOF' # internal
2025-08-20T21:20:12.6885196Z [00:02:05.950]➜  # import config
2025-08-20T21:20:12.6885868Z [00:02:05.950]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:12.6886701Z [00:02:05.950]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.6887528Z [00:02:05.950]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:12.6888339Z [00:02:05.950]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.6889152Z [00:02:05.950]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:12.6889764Z [00:02:05.950]➜  EOF
2025-08-20T21:20:12.6895146Z [00:02:05.950]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b235=>" -p vendor/golang.org/x/net/http2/hpack -lang=go1.25 -std -complete -installsuffix shared -buildid kW1aqiTbg5FMyxeSaeDD/kW1aqiTbg5FMyxeSaeDD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/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:20:12.6993631Z [00:02:05.964]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T21:20:12.7033424Z [00:02:05.971]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T21:20:12.7041556Z [00:02:05.971]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d # internal
2025-08-20T21:20:12.7045861Z [00:02:05.972]➜  mime
2025-08-20T21:20:12.7047819Z [00:02:05.972]➜  mkdir -p $WORK/b236/
2025-08-20T21:20:12.7055530Z [00:02:05.973]➜  cat >/tmp/go-build3547871397/b236/importcfg << 'EOF' # internal
2025-08-20T21:20:12.7056824Z [00:02:05.973]➜  # import config
2025-08-20T21:20:12.7059106Z [00:02:05.973]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:12.7060256Z [00:02:05.973]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:12.7063361Z [00:02:05.973]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:12.7064279Z [00:02:05.973]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.7065109Z [00:02:05.973]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:12.7066012Z [00:02:05.973]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.7066813Z [00:02:05.973]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:20:12.7067638Z [00:02:05.973]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:12.7068392Z [00:02:05.973]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:12.7069218Z [00:02:05.973]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:12.7070056Z [00:02:05.973]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:12.7070920Z [00:02:05.973]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:12.7071821Z [00:02:05.973]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:12.7072543Z [00:02:05.973]➜  EOF
2025-08-20T21:20:12.7076226Z [00:02:05.973]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b236=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid yfkW0OzRs3BX1DtZbK8J/yfkW0OzRs3BX1DtZbK8J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/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:20:12.7081090Z [00:02:05.975]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d # internal
2025-08-20T21:20:12.7086167Z [00:02:05.976]➜  crypto/x509
2025-08-20T21:20:12.7087740Z [00:02:05.976]➜  mkdir -p $WORK/b223/
2025-08-20T21:20:12.7096012Z [00:02:05.977]➜  cat >/tmp/go-build3547871397/b223/importcfg << 'EOF' # internal
2025-08-20T21:20:12.7107295Z [00:02:05.977]➜  # import config
2025-08-20T21:20:12.7108164Z [00:02:05.977]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:20:12.7109473Z [00:02:05.977]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:20:12.7110548Z [00:02:05.977]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:12.7111420Z [00:02:05.977]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:20:12.7112294Z [00:02:05.977]➜  packagefile crypto/aes=/tmp/go-build3547871397/b181/_pkg_.a
2025-08-20T21:20:12.7113391Z [00:02:05.977]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:20:12.7114320Z [00:02:05.977]➜  packagefile crypto/des=/tmp/go-build3547871397/b182/_pkg_.a
2025-08-20T21:20:12.7115191Z [00:02:05.977]➜  packagefile crypto/dsa=/tmp/go-build3547871397/b224/_pkg_.a
2025-08-20T21:20:12.7116068Z [00:02:05.977]➜  packagefile crypto/ecdh=/tmp/go-build3547871397/b183/_pkg_.a
2025-08-20T21:20:12.7116978Z [00:02:05.977]➜  packagefile crypto/ecdsa=/tmp/go-build3547871397/b188/_pkg_.a
2025-08-20T21:20:12.7117869Z [00:02:05.977]➜  packagefile crypto/ed25519=/tmp/go-build3547871397/b200/_pkg_.a
2025-08-20T21:20:12.7118834Z [00:02:05.977]➜  packagefile crypto/elliptic=/tmp/go-build3547871397/b189/_pkg_.a
2025-08-20T21:20:12.7120090Z [00:02:05.977]➜  packagefile crypto/md5=/tmp/go-build3547871397/b215/_pkg_.a
2025-08-20T21:20:12.7121705Z [00:02:05.977]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:20:12.7123172Z [00:02:05.977]➜  packagefile crypto/sha1=/tmp/go-build3547871397/b219/_pkg_.a
2025-08-20T21:20:12.7124565Z [00:02:05.977]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:20:12.7125810Z [00:02:05.977]➜  packagefile crypto/sha512=/tmp/go-build3547871397/b196/_pkg_.a
2025-08-20T21:20:12.7127232Z [00:02:05.977]➜  packagefile crypto/x509/pkix=/tmp/go-build3547871397/b225/_pkg_.a
2025-08-20T21:20:12.7128396Z [00:02:05.977]➜  packagefile encoding/asn1=/tmp/go-build3547871397/b198/_pkg_.a
2025-08-20T21:20:12.7129733Z [00:02:05.977]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:20:12.7130898Z [00:02:05.977]➜  packagefile encoding/pem=/tmp/go-build3547871397/b226/_pkg_.a
2025-08-20T21:20:12.7132192Z [00:02:05.977]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.7133302Z [00:02:05.977]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:12.7134815Z [00:02:05.977]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3547871397/b197/_pkg_.a
2025-08-20T21:20:12.7136549Z [00:02:05.977]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3547871397/b199/_pkg_.a
2025-08-20T21:20:12.7138170Z [00:02:05.977]➜  packagefile internal/godebug=/tmp/go-build3547871397/b057/_pkg_.a
2025-08-20T21:20:12.7139545Z [00:02:05.977]➜  packagefile internal/goos=/tmp/go-build3547871397/b018/_pkg_.a
2025-08-20T21:20:12.7140637Z [00:02:05.977]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.7141921Z [00:02:05.977]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:12.7143130Z [00:02:05.977]➜  packagefile iter=/tmp/go-build3547871397/b039/_pkg_.a
2025-08-20T21:20:12.7144413Z [00:02:05.977]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:20:12.7145527Z [00:02:05.977]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:12.7146651Z [00:02:05.977]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:12.7147990Z [00:02:05.977]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:12.7149083Z [00:02:05.977]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:12.7150514Z [00:02:05.977]➜  packagefile net/netip=/tmp/go-build3547871397/b125/_pkg_.a
2025-08-20T21:20:12.7151445Z [00:02:05.977]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:12.7152532Z [00:02:05.977]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:12.7153788Z [00:02:05.977]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:12.7154760Z [00:02:05.977]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:12.7155662Z [00:02:05.977]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:12.7156768Z [00:02:05.977]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:12.7157680Z [00:02:05.977]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:12.7158572Z [00:02:05.977]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:12.7159396Z [00:02:05.977]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:12.7160253Z [00:02:05.977]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:12.7161192Z [00:02:05.977]➜  packagefile unicode/utf16=/tmp/go-build3547871397/b073/_pkg_.a
2025-08-20T21:20:12.7162194Z [00:02:05.977]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:12.7163274Z [00:02:05.977]➜  EOF
2025-08-20T21:20:12.7169009Z [00:02:05.977]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b223=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid U2TUjk3mQUxaxiuIpcF5/U2TUjk3mQUxaxiuIpcF5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/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:20:12.7743190Z [00:02:06.041]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T21:20:12.7774045Z [00:02:06.043]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d # internal
2025-08-20T21:20:12.7775128Z [00:02:06.044]➜  mime/quotedprintable
2025-08-20T21:20:12.7775643Z [00:02:06.044]➜  mkdir -p $WORK/b238/
2025-08-20T21:20:12.7776343Z [00:02:06.044]➜  cat >/tmp/go-build3547871397/b238/importcfg << 'EOF' # internal
2025-08-20T21:20:12.7777046Z [00:02:06.044]➜  # import config
2025-08-20T21:20:12.7777806Z [00:02:06.044]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:12.7778685Z [00:02:06.044]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:12.7779528Z [00:02:06.044]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:12.7780399Z [00:02:06.044]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.7781061Z [00:02:06.044]➜  EOF
2025-08-20T21:20:12.7784657Z [00:02:06.044]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b238=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid wtOHu3Lhf1WTujwiV_ff/wtOHu3Lhf1WTujwiV_ff -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T21:20:12.8098619Z [00:02:06.077]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T21:20:12.8108185Z [00:02:06.078]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d # internal
2025-08-20T21:20:12.8109407Z [00:02:06.078]➜  net/http/internal
2025-08-20T21:20:12.8110854Z [00:02:06.078]➜  mkdir -p $WORK/b240/
2025-08-20T21:20:12.8118965Z [00:02:06.079]➜  cat >/tmp/go-build3547871397/b240/importcfg << 'EOF' # internal
2025-08-20T21:20:12.8119785Z [00:02:06.079]➜  # import config
2025-08-20T21:20:12.8121921Z [00:02:06.079]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:12.8122904Z [00:02:06.079]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:12.8124028Z [00:02:06.079]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.8124880Z [00:02:06.079]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:12.8125677Z [00:02:06.079]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.8126282Z [00:02:06.079]➜  EOF
2025-08-20T21:20:12.8129469Z [00:02:06.079]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b240=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid CdC88mZs3j8lDIPodnRy/CdC88mZs3j8lDIPodnRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T21:20:12.8478529Z [00:02:06.115]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T21:20:12.8488937Z [00:02:06.116]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d # internal
2025-08-20T21:20:12.8505041Z [00:02:06.118]➜  net/http/internal/ascii
2025-08-20T21:20:12.8505626Z [00:02:06.118]➜  mkdir -p $WORK/b241/
2025-08-20T21:20:12.8538943Z [00:02:06.121]➜  cat >/tmp/go-build3547871397/b241/importcfg << 'EOF' # internal
2025-08-20T21:20:12.8543873Z [00:02:06.121]➜  # import config
2025-08-20T21:20:12.8549002Z [00:02:06.121]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:12.8550018Z [00:02:06.121]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:12.8550657Z [00:02:06.121]➜  EOF
2025-08-20T21:20:12.8553931Z [00:02:06.121]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b241=>" -p net/http/internal/ascii -lang=go1.25 -std -complete -installsuffix shared -buildid Yaasm65Cfl18FMvZNQb_/Yaasm65Cfl18FMvZNQb_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T21:20:12.8781271Z [00:02:06.145]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T21:20:12.8798095Z [00:02:06.146]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d # internal
2025-08-20T21:20:12.8800552Z [00:02:06.146]➜  io/ioutil
2025-08-20T21:20:12.8801166Z [00:02:06.146]➜  mkdir -p $WORK/b246/
2025-08-20T21:20:12.8803089Z [00:02:06.146]➜  cat >/tmp/go-build3547871397/b246/importcfg << 'EOF' # internal
2025-08-20T21:20:12.8814333Z [00:02:06.146]➜  # import config
2025-08-20T21:20:12.8815505Z [00:02:06.146]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.8816386Z [00:02:06.146]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:12.8817224Z [00:02:06.146]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:12.8818045Z [00:02:06.146]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:12.8818885Z [00:02:06.146]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:12.8819499Z [00:02:06.146]➜  EOF
2025-08-20T21:20:12.8835971Z [00:02:06.149]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b246=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid EEG5fZB88GPgERr2M_6i/EEG5fZB88GPgERr2M_6i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T21:20:12.9398791Z [00:02:06.207]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T21:20:12.9435371Z [00:02:06.208]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d # internal
2025-08-20T21:20:12.9483260Z [00:02:06.216]➜  github.com/modern-go/concurrent
2025-08-20T21:20:12.9484481Z [00:02:06.216]➜  mkdir -p $WORK/b245/
2025-08-20T21:20:12.9495074Z [00:02:06.217]➜  cat >/tmp/go-build3547871397/b245/importcfg << 'EOF' # internal
2025-08-20T21:20:12.9496285Z [00:02:06.217]➜  # import config
2025-08-20T21:20:12.9497133Z [00:02:06.217]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:12.9497950Z [00:02:06.217]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:12.9499037Z [00:02:06.217]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:20:12.9499842Z [00:02:06.217]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:12.9500584Z [00:02:06.217]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:12.9501374Z [00:02:06.217]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:12.9502167Z [00:02:06.217]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:12.9503237Z [00:02:06.217]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:20:12.9504070Z [00:02:06.217]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:12.9504815Z [00:02:06.217]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:12.9505378Z [00:02:06.217]➜  EOF
2025-08-20T21:20:12.9511206Z [00:02:06.217]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd=>github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd;$WORK/b245=>" -p github.com/modern-go/concurrent -lang=go1.16 -complete -installsuffix shared -buildid GtDDegCUt95D5YP8XOCq/GtDDegCUt95D5YP8XOCq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/executor.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/go_above_19.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/log.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/unbounded_executor.go
2025-08-20T21:20:12.9891189Z [00:02:06.256]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T21:20:12.9966995Z [00:02:06.264]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d # internal
2025-08-20T21:20:12.9971300Z [00:02:06.264]➜  mime/multipart
2025-08-20T21:20:12.9971851Z [00:02:06.264]➜  mkdir -p $WORK/b237/
2025-08-20T21:20:12.9982090Z [00:02:06.265]➜  cat >/tmp/go-build3547871397/b237/importcfg << 'EOF' # internal
2025-08-20T21:20:12.9983355Z [00:02:06.265]➜  # import config
2025-08-20T21:20:12.9985380Z [00:02:06.265]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:12.9986182Z [00:02:06.265]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:12.9990258Z [00:02:06.265]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:20:12.9991000Z [00:02:06.265]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:12.9991725Z [00:02:06.265]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:12.9992563Z [00:02:06.265]➜  packagefile internal/godebug=/tmp/go-build3547871397/b057/_pkg_.a
2025-08-20T21:20:12.9993611Z [00:02:06.265]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:12.9994381Z [00:02:06.265]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:20:12.9995172Z [00:02:06.265]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:12.9995940Z [00:02:06.265]➜  packagefile mime=/tmp/go-build3547871397/b236/_pkg_.a
2025-08-20T21:20:12.9996839Z [00:02:06.265]➜  packagefile mime/quotedprintable=/tmp/go-build3547871397/b238/_pkg_.a
2025-08-20T21:20:12.9997820Z [00:02:06.265]➜  packagefile net/textproto=/tmp/go-build3547871397/b233/_pkg_.a
2025-08-20T21:20:12.9998678Z [00:02:06.265]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:12.9999493Z [00:02:06.265]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:13.0000319Z [00:02:06.266]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:13.0001095Z [00:02:06.266]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:13.0001902Z [00:02:06.266]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:13.0002503Z [00:02:06.266]➜  EOF
2025-08-20T21:20:13.0006789Z [00:02:06.266]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b237=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid rdBEtV92xch8WGncYCPO/rdBEtV92xch8WGncYCPO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/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:20:13.0301287Z [00:02:06.297]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T21:20:13.0340403Z [00:02:06.301]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d # internal
2025-08-20T21:20:13.0351723Z [00:02:06.302]➜  vendor/golang.org/x/net/idna
2025-08-20T21:20:13.0355373Z [00:02:06.302]➜  mkdir -p $WORK/b228/
2025-08-20T21:20:13.0367085Z [00:02:06.304]➜  cat >/tmp/go-build3547871397/b228/importcfg << 'EOF' # internal
2025-08-20T21:20:13.0376953Z [00:02:06.304]➜  # import config
2025-08-20T21:20:13.0377845Z [00:02:06.304]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:20:13.0379039Z [00:02:06.304]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:20:13.0380154Z [00:02:06.304]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T21:20:13.0381133Z [00:02:06.304]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:13.0382193Z [00:02:06.304]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3547871397/b229/_pkg_.a
2025-08-20T21:20:13.0383683Z [00:02:06.304]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3547871397/b231/_pkg_.a
2025-08-20T21:20:13.0384915Z [00:02:06.304]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3547871397/b232/_pkg_.a
2025-08-20T21:20:13.0385951Z [00:02:06.304]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:13.0386769Z [00:02:06.304]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:13.0387633Z [00:02:06.304]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:13.0388569Z [00:02:06.304]➜  EOF
2025-08-20T21:20:13.0394299Z [00:02:06.304]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b228=>" -p vendor/golang.org/x/net/idna -lang=go1.25 -std -complete -installsuffix shared -buildid N99KJhQ59yv8HrQUOUjb/N99KJhQ59yv8HrQUOUjb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/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:20:13.1665221Z [00:02:06.434]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T21:20:13.1727550Z [00:02:06.440]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T21:20:13.1737541Z [00:02:06.440]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d # internal
2025-08-20T21:20:13.1738691Z [00:02:06.440]➜  github.com/modern-go/reflect2
2025-08-20T21:20:13.1739290Z [00:02:06.440]➜  mkdir -p $WORK/b247/
2025-08-20T21:20:13.1740410Z [00:02:06.440]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/fa/fa796256e1c069541263b869ef5f2959af131a217c6aa03496da34c683a139e7-d # internal
2025-08-20T21:20:13.1741468Z [00:02:06.440]➜  echo -n > $WORK/b247/go_asm.h # internal
2025-08-20T21:20:13.1742189Z [00:02:06.440]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T21:20:13.1745688Z [00:02:06.440]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b247=>" -I $WORK/b247/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b247/symabis ./reflect2_amd64.s ./relfect2_mips64x.s ./relfect2_mipsx.s ./relfect2_ppc64x.s
2025-08-20T21:20:13.1748250Z [00:02:06.440]➜  go.yaml.in/yaml/v2
2025-08-20T21:20:13.1748774Z [00:02:06.440]➜  mkdir -p $WORK/b249/
2025-08-20T21:20:13.1749497Z [00:02:06.441]➜  cat >/tmp/go-build3547871397/b249/importcfg << 'EOF' # internal
2025-08-20T21:20:13.1750161Z [00:02:06.441]➜  # import config
2025-08-20T21:20:13.1750800Z [00:02:06.441]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:13.1751610Z [00:02:06.441]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:13.1752471Z [00:02:06.441]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:13.1754081Z [00:02:06.441]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:13.1754853Z [00:02:06.441]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:13.1755593Z [00:02:06.441]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:13.1756361Z [00:02:06.441]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:13.1757147Z [00:02:06.441]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:13.1757943Z [00:02:06.441]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:13.1758717Z [00:02:06.441]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:13.1759543Z [00:02:06.441]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:13.1760455Z [00:02:06.441]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:13.1761275Z [00:02:06.441]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:13.1762079Z [00:02:06.441]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:13.1763067Z [00:02:06.441]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:13.1763952Z [00:02:06.441]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:13.1764917Z [00:02:06.441]➜  EOF
2025-08-20T21:20:13.1765409Z [00:02:06.441]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:13.1772790Z [00:02:06.441]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/go/pkg/mod/go.yaml.in/yaml/v2@v2.4.2=>go.yaml.in/yaml/v2@v2.4.2;$WORK/b249=>" -p go.yaml.in/yaml/v2 -lang=go1.15 -complete -installsuffix shared -buildid WYpseQNogmndsv4pcKHV/WYpseQNogmndsv4pcKHV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /root/go/pkg/mod/go.yaml.in/yaml/v2@v2.4.2/apic.go /root/go/pkg/mod/go.yaml.in/yaml/v2@v2.4.2/decode.go /root/go/pkg/mod/go.yaml.in/yaml/v2@v2.4.2/emitterc.go /root/go/pkg/mod/go.yaml.in/yaml/v2@v2.4.2/encode.go /root/go/pkg/mod/go.yaml.in/yaml/v2@v2.4.2/parserc.go /root/go/pkg/mod/go.yaml.in/yaml/v2@v2.4.2/readerc.go /root/go/pkg/mod/go.yaml.in/yaml/v2@v2.4.2/resolve.go /root/go/pkg/mod/go.yaml.in/yaml/v2@v2.4.2/scannerc.go /root/go/pkg/mod/go.yaml.in/yaml/v2@v2.4.2/sorter.go /root/go/pkg/mod/go.yaml.in/yaml/v2@v2.4.2/writerc.go /root/go/pkg/mod/go.yaml.in/yaml/v2@v2.4.2/yaml.go /root/go/pkg/mod/go.yaml.in/yaml/v2@v2.4.2/yamlh.go /root/go/pkg/mod/go.yaml.in/yaml/v2@v2.4.2/yamlprivateh.go
2025-08-20T21:20:13.1847197Z [00:02:06.450]➜  cat >/tmp/go-build3547871397/b247/importcfg << 'EOF' # internal
2025-08-20T21:20:13.1848115Z [00:02:06.450]➜  # import config
2025-08-20T21:20:13.1848792Z [00:02:06.450]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:13.1849605Z [00:02:06.450]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:13.1850373Z [00:02:06.450]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:13.1850944Z [00:02:06.450]➜  EOF
2025-08-20T21:20:13.1863731Z [00:02:06.451]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b247=>" -p github.com/modern-go/reflect2 -lang=go1.12 -installsuffix shared -buildid 1pmDiabqQihCT31TSE-X/1pmDiabqQihCT31TSE-X -goversion go1.25.0 -symabis $WORK/b247/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack -asmhdr $WORK/b247/go_asm.h /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/go_above_118.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/go_above_19.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/reflect2.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/reflect2_kind.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_field.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_slice.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_struct.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_type.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/type_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_array.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_eface.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_field.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_iface.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_link.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_ptr.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_slice.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_struct.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_type.go
2025-08-20T21:20:13.2712836Z [00:02:06.538]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T21:20:13.2729865Z [00:02:06.540]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d # internal
2025-08-20T21:20:13.2767440Z [00:02:06.544]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T21:20:13.2769023Z [00:02:06.544]➜  mkdir -p $WORK/b227/
2025-08-20T21:20:13.2774123Z [00:02:06.545]➜  cat >/tmp/go-build3547871397/b227/importcfg << 'EOF' # internal
2025-08-20T21:20:13.2775715Z [00:02:06.545]➜  # import config
2025-08-20T21:20:13.2776395Z [00:02:06.545]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:20:13.2777480Z [00:02:06.545]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3547871397/b228/_pkg_.a
2025-08-20T21:20:13.2780333Z [00:02:06.545]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:13.2781278Z [00:02:06.545]➜  packagefile net/textproto=/tmp/go-build3547871397/b233/_pkg_.a
2025-08-20T21:20:13.2782147Z [00:02:06.545]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:13.2783992Z [00:02:06.545]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:13.2784669Z [00:02:06.545]➜  EOF
2025-08-20T21:20:13.2788709Z [00:02:06.546]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b227=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid CSok7Yhbve2eQkeckfqV/CSok7Yhbve2eQkeckfqV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/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:20:13.3287932Z [00:02:06.596]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T21:20:13.3307884Z [00:02:06.598]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/5c/5c33cf5026442515b38ea756f8f890c802d99085bed368f629e813babf42dd53-d # internal
2025-08-20T21:20:13.3312385Z [00:02:06.599]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:20:13.3314079Z [00:02:06.599]➜  mkdir -p $WORK/b234/
2025-08-20T21:20:13.3324501Z [00:02:06.600]➜  cat >/tmp/go-build3547871397/b234/importcfg << 'EOF' # internal
2025-08-20T21:20:13.3326155Z [00:02:06.600]➜  # import config
2025-08-20T21:20:13.3326845Z [00:02:06.600]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:20:13.3327699Z [00:02:06.600]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:13.3328513Z [00:02:06.600]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:13.3329502Z [00:02:06.600]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3547871397/b228/_pkg_.a
2025-08-20T21:20:13.3330450Z [00:02:06.600]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:13.3331259Z [00:02:06.600]➜  packagefile net/netip=/tmp/go-build3547871397/b125/_pkg_.a
2025-08-20T21:20:13.3332079Z [00:02:06.600]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:13.3333080Z [00:02:06.600]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:13.3333930Z [00:02:06.600]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:13.3334806Z [00:02:06.600]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:13.3335467Z [00:02:06.600]➜  EOF
2025-08-20T21:20:13.3339011Z [00:02:06.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b234=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid 0IumMUV8sHq6kiqBFrnG/0IumMUV8sHq6kiqBFrnG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T21:20:13.4036429Z [00:02:06.671]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T21:20:13.4047589Z [00:02:06.672]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/79/79a8004f8e63aeeaf73a87803ac3d726ff2c130dfe07905960fcf3bc3a6be3b9-d # internal
2025-08-20T21:20:13.4063102Z [00:02:06.674]➜  sigs.k8s.io/randfill/bytesource
2025-08-20T21:20:13.4064690Z [00:02:06.674]➜  mkdir -p $WORK/b253/
2025-08-20T21:20:13.4069560Z [00:02:06.674]➜  cat >/tmp/go-build3547871397/b253/importcfg << 'EOF' # internal
2025-08-20T21:20:13.4071785Z [00:02:06.674]➜  # import config
2025-08-20T21:20:13.4072436Z [00:02:06.674]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:13.4073488Z [00:02:06.674]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:13.4074308Z [00:02:06.674]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:13.4075094Z [00:02:06.674]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:20:13.4075698Z [00:02:06.674]➜  EOF
2025-08-20T21:20:13.4079112Z [00:02:06.674]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b253/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/randfill@v1.0.0/bytesource=>sigs.k8s.io/randfill@v1.0.0/bytesource;$WORK/b253=>" -p sigs.k8s.io/randfill/bytesource -lang=go1.18 -complete -installsuffix shared -buildid UeObRCdMgv-pMg1AB6FA/UeObRCdMgv-pMg1AB6FA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/randfill@v1.0.0/bytesource/bytesource.go
2025-08-20T21:20:13.4691997Z [00:02:06.736]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T21:20:13.4704186Z [00:02:06.738]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/0c/0c3a3d66154670218de3445c30fa0a1e16e0d9df9472feb72b44f00eb606cfba-d # internal
2025-08-20T21:20:13.4736767Z [00:02:06.741]➜  sigs.k8s.io/randfill
2025-08-20T21:20:13.4737478Z [00:02:06.741]➜  mkdir -p $WORK/b252/
2025-08-20T21:20:13.4744900Z [00:02:06.742]➜  cat >/tmp/go-build3547871397/b252/importcfg << 'EOF' # internal
2025-08-20T21:20:13.4745599Z [00:02:06.742]➜  # import config
2025-08-20T21:20:13.4746213Z [00:02:06.742]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:13.4747299Z [00:02:06.742]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:20:13.4748125Z [00:02:06.742]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:13.4748972Z [00:02:06.742]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:13.4750039Z [00:02:06.742]➜  packagefile sigs.k8s.io/randfill/bytesource=/tmp/go-build3547871397/b253/_pkg_.a
2025-08-20T21:20:13.4751058Z [00:02:06.742]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:13.4751918Z [00:02:06.742]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:13.4752936Z [00:02:06.742]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:13.4753557Z [00:02:06.742]➜  EOF
2025-08-20T21:20:13.4756671Z [00:02:06.742]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/randfill@v1.0.0=>sigs.k8s.io/randfill@v1.0.0;$WORK/b252=>" -p sigs.k8s.io/randfill -lang=go1.18 -complete -installsuffix shared -buildid R_rp_f7lFci8RAIacdd7/R_rp_f7lFci8RAIacdd7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/randfill@v1.0.0/randfill.go
2025-08-20T21:20:13.4817761Z [00:02:06.749]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T21:20:13.4900496Z [00:02:06.757]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/4a/4ad169a20f5634a3123d2610f577055d1289a57f4e7d2938a4e2ff909143282b-d # internal
2025-08-20T21:20:13.4918603Z [00:02:06.759]➜  crypto/tls
2025-08-20T21:20:13.4919399Z [00:02:06.759]➜  mkdir -p $WORK/b180/
2025-08-20T21:20:13.4928298Z [00:02:06.760]➜  cat >/tmp/go-build3547871397/b180/importcfg << 'EOF' # internal
2025-08-20T21:20:13.4929034Z [00:02:06.760]➜  # import config
2025-08-20T21:20:13.4930003Z [00:02:06.760]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:20:13.4931255Z [00:02:06.760]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:20:13.4932304Z [00:02:06.760]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:13.4933490Z [00:02:06.760]➜  packagefile container/list=/tmp/go-build3547871397/b153/_pkg_.a
2025-08-20T21:20:13.4934434Z [00:02:06.760]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:13.4935633Z [00:02:06.760]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:20:13.4936510Z [00:02:06.760]➜  packagefile crypto/aes=/tmp/go-build3547871397/b181/_pkg_.a
2025-08-20T21:20:13.4937396Z [00:02:06.760]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:20:13.4938278Z [00:02:06.760]➜  packagefile crypto/des=/tmp/go-build3547871397/b182/_pkg_.a
2025-08-20T21:20:13.4939139Z [00:02:06.760]➜  packagefile crypto/ecdh=/tmp/go-build3547871397/b183/_pkg_.a
2025-08-20T21:20:13.4940012Z [00:02:06.760]➜  packagefile crypto/ecdsa=/tmp/go-build3547871397/b188/_pkg_.a
2025-08-20T21:20:13.4940912Z [00:02:06.760]➜  packagefile crypto/ed25519=/tmp/go-build3547871397/b200/_pkg_.a
2025-08-20T21:20:13.4941903Z [00:02:06.760]➜  packagefile crypto/elliptic=/tmp/go-build3547871397/b189/_pkg_.a
2025-08-20T21:20:13.4943145Z [00:02:06.760]➜  packagefile crypto/hkdf=/tmp/go-build3547871397/b203/_pkg_.a
2025-08-20T21:20:13.4944064Z [00:02:06.760]➜  packagefile crypto/hmac=/tmp/go-build3547871397/b205/_pkg_.a
2025-08-20T21:20:13.4945021Z [00:02:06.760]➜  packagefile crypto/internal/boring=/tmp/go-build3547871397/b155/_pkg_.a
2025-08-20T21:20:13.4946106Z [00:02:06.760]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3547871397/b158/_pkg_.a
2025-08-20T21:20:13.4947296Z [00:02:06.760]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3547871397/b171/_pkg_.a
2025-08-20T21:20:13.4948487Z [00:02:06.760]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3547871397/b206/_pkg_.a
2025-08-20T21:20:13.4949651Z [00:02:06.760]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build3547871397/b207/_pkg_.a
2025-08-20T21:20:13.4951066Z [00:02:06.760]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build3547871397/b208/_pkg_.a
2025-08-20T21:20:13.4952205Z [00:02:06.760]➜  packagefile crypto/internal/hpke=/tmp/go-build3547871397/b209/_pkg_.a
2025-08-20T21:20:13.4973561Z [00:02:06.760]➜  packagefile crypto/md5=/tmp/go-build3547871397/b215/_pkg_.a
2025-08-20T21:20:13.4974554Z [00:02:06.760]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:20:13.4975467Z [00:02:06.760]➜  packagefile crypto/rc4=/tmp/go-build3547871397/b216/_pkg_.a
2025-08-20T21:20:13.4976367Z [00:02:06.760]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:20:13.4977276Z [00:02:06.760]➜  packagefile crypto/sha1=/tmp/go-build3547871397/b219/_pkg_.a
2025-08-20T21:20:13.4978184Z [00:02:06.760]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:20:13.4979102Z [00:02:06.760]➜  packagefile crypto/sha512=/tmp/go-build3547871397/b196/_pkg_.a
2025-08-20T21:20:13.4980017Z [00:02:06.760]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:20:13.4981081Z [00:02:06.760]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build3547871397/b221/_pkg_.a
2025-08-20T21:20:13.4982122Z [00:02:06.760]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:20:13.4983230Z [00:02:06.760]➜  packagefile encoding/pem=/tmp/go-build3547871397/b226/_pkg_.a
2025-08-20T21:20:13.4984110Z [00:02:06.760]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:13.4984923Z [00:02:06.760]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:13.4986013Z [00:02:06.760]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3547871397/b210/_pkg_.a
2025-08-20T21:20:13.4987368Z [00:02:06.760]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3547871397/b197/_pkg_.a
2025-08-20T21:20:13.4988430Z [00:02:06.760]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:13.4989342Z [00:02:06.760]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:13.4990330Z [00:02:06.760]➜  packagefile internal/cpu=/tmp/go-build3547871397/b012/_pkg_.a
2025-08-20T21:20:13.4991319Z [00:02:06.760]➜  packagefile internal/godebug=/tmp/go-build3547871397/b057/_pkg_.a
2025-08-20T21:20:13.4992537Z [00:02:06.760]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:13.4993582Z [00:02:06.760]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:13.4994389Z [00:02:06.760]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:13.4995216Z [00:02:06.760]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:13.4996057Z [00:02:06.760]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:13.4996870Z [00:02:06.760]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:13.4997704Z [00:02:06.760]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:13.4998570Z [00:02:06.760]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:13.4999402Z [00:02:06.760]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:13.5000259Z [00:02:06.760]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:13.5001146Z [00:02:06.760]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:13.5001972Z [00:02:06.760]➜  packagefile weak=/tmp/go-build3547871397/b127/_pkg_.a
2025-08-20T21:20:13.5002601Z [00:02:06.760]➜  EOF
2025-08-20T21:20:13.5011277Z [00:02:06.760]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b180=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid OSfPkTfpiGqB5VSNLq0T/OSfPkTfpiGqB5VSNLq0T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/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:20:13.6086910Z [00:02:06.876]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T21:20:13.6095440Z [00:02:06.877]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/13/139fe8ce233f3a4cabba59f40dd4d669f0da6db46babd94def4123c91b5f2c5c-d # internal
2025-08-20T21:20:13.6101756Z [00:02:06.877]➜  k8s.io/apimachinery/pkg/util/intstr
2025-08-20T21:20:13.6105892Z [00:02:06.878]➜  mkdir -p $WORK/b251/
2025-08-20T21:20:13.6118223Z [00:02:06.879]➜  cat >/tmp/go-build3547871397/b251/importcfg << 'EOF' # internal
2025-08-20T21:20:13.6118933Z [00:02:06.879]➜  # import config
2025-08-20T21:20:13.6119655Z [00:02:06.879]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:13.6120506Z [00:02:06.879]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:13.6121293Z [00:02:06.879]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:13.6122253Z [00:02:06.879]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:13.6123496Z [00:02:06.879]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:13.6124673Z [00:02:06.879]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct=/tmp/go-build3547871397/b092/_pkg_.a
2025-08-20T21:20:13.6125921Z [00:02:06.879]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:13.6126825Z [00:02:06.879]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:13.6127707Z [00:02:06.879]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:13.6128628Z [00:02:06.879]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:20:13.6129985Z [00:02:06.879]➜  packagefile sigs.k8s.io/randfill=/tmp/go-build3547871397/b252/_pkg_.a
2025-08-20T21:20:13.6130953Z [00:02:06.879]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:13.6131823Z [00:02:06.879]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:13.6132488Z [00:02:06.879]➜  EOF
2025-08-20T21:20:13.6137502Z [00:02:06.879]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/intstr=>k8s.io/apimachinery@v0.33.2/pkg/util/intstr;$WORK/b251=>" -p k8s.io/apimachinery/pkg/util/intstr -lang=go1.24 -complete -installsuffix shared -buildid qMtFlDUM3H_b9cxaNdyg/qMtFlDUM3H_b9cxaNdyg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/intstr/generated.pb.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/intstr/instr_fuzz.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/intstr/intstr.go
2025-08-20T21:20:13.7622227Z [00:02:07.029]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T21:20:13.7636337Z [00:02:07.031]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/12/127d25ed87aea7204a296d4c7e0bef6221dbdba1bee8a75c8d26434235198e48-d # internal
2025-08-20T21:20:13.7658292Z [00:02:07.033]➜  golang.org/x/text/transform
2025-08-20T21:20:13.7658852Z [00:02:07.033]➜  mkdir -p $WORK/b260/
2025-08-20T21:20:13.7663073Z [00:02:07.034]➜  cat >/tmp/go-build3547871397/b260/importcfg << 'EOF' # internal
2025-08-20T21:20:13.7663941Z [00:02:07.034]➜  # import config
2025-08-20T21:20:13.7665399Z [00:02:07.034]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:13.7666525Z [00:02:07.034]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:13.7667322Z [00:02:07.034]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:13.7668684Z [00:02:07.034]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:13.7674753Z [00:02:07.034]➜  EOF
2025-08-20T21:20:13.7678167Z [00:02:07.034]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/transform=>golang.org/x/text@v0.27.0/transform;$WORK/b260=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid CMhylshZAMemxxIiYM7u/CMhylshZAMemxxIiYM7u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/transform/transform.go
2025-08-20T21:20:13.8621055Z [00:02:07.129]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T21:20:13.8634767Z [00:02:07.131]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/91/91a1ca208a482eca17c107f0d65b4a33f3ad2598c4d538a12241937b5d14e7d7-d # internal
2025-08-20T21:20:13.8639794Z [00:02:07.131]➜  golang.org/x/text/unicode/bidi
2025-08-20T21:20:13.8640363Z [00:02:07.131]➜  mkdir -p $WORK/b261/
2025-08-20T21:20:13.8645840Z [00:02:07.132]➜  cat >/tmp/go-build3547871397/b261/importcfg << 'EOF' # internal
2025-08-20T21:20:13.8647756Z [00:02:07.132]➜  # import config
2025-08-20T21:20:13.8648446Z [00:02:07.132]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:13.8649359Z [00:02:07.132]➜  packagefile container/list=/tmp/go-build3547871397/b153/_pkg_.a
2025-08-20T21:20:13.8650227Z [00:02:07.132]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:13.8651011Z [00:02:07.132]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:13.8651797Z [00:02:07.132]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:13.8652808Z [00:02:07.132]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:13.8653471Z [00:02:07.132]➜  EOF
2025-08-20T21:20:13.8659104Z [00:02:07.132]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b261/_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/b261=>" -p golang.org/x/text/unicode/bidi -lang=go1.23 -complete -installsuffix shared -buildid kpXsN7yPVbYtcfRnGOuC/kpXsN7yPVbYtcfRnGOuC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/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:20:13.9730766Z [00:02:07.240]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T21:20:13.9787901Z [00:02:07.246]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T21:20:13.9793080Z [00:02:07.246]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b247=>" -I $WORK/b247/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b247/reflect2_amd64.o ./reflect2_amd64.s
2025-08-20T21:20:13.9808651Z [00:02:07.247]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/49/49e2163c6cce3d27bcb809e1fd091455862fff2c92544aa87950a105138e1248-d # internal
2025-08-20T21:20:13.9824166Z [00:02:07.247]➜  sigs.k8s.io/yaml/goyaml.v2
2025-08-20T21:20:13.9824741Z [00:02:07.248]➜  mkdir -p $WORK/b248/
2025-08-20T21:20:13.9825486Z [00:02:07.248]➜  cat >/tmp/go-build3547871397/b248/importcfg << 'EOF' # internal
2025-08-20T21:20:13.9826173Z [00:02:07.248]➜  # import config
2025-08-20T21:20:13.9830323Z [00:02:07.248]➜  packagefile go.yaml.in/yaml/v2=/tmp/go-build3547871397/b249/_pkg_.a
2025-08-20T21:20:13.9831349Z [00:02:07.248]➜  EOF
2025-08-20T21:20:13.9831885Z [00:02:07.248]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:13.9835523Z [00:02:07.249]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/yaml@v1.5.0/goyaml.v2=>sigs.k8s.io/yaml@v1.5.0/goyaml.v2;$WORK/b248=>" -p sigs.k8s.io/yaml/goyaml.v2 -lang=go1.22 -complete -installsuffix shared -buildid UmYCWYFpOtpntRUm006j/UmYCWYFpOtpntRUm006j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/yaml@v1.5.0/goyaml.v2/yaml_aliases.go
2025-08-20T21:20:13.9886734Z [00:02:07.256]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T21:20:13.9890958Z [00:02:07.256]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b247=>" -I $WORK/b247/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b247/relfect2_mips64x.o ./relfect2_mips64x.s
2025-08-20T21:20:13.9927176Z [00:02:07.258]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b247=>" -I $WORK/b247/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b247/relfect2_mipsx.o ./relfect2_mipsx.s
2025-08-20T21:20:13.9965786Z [00:02:07.262]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b247=>" -I $WORK/b247/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b247/relfect2_ppc64x.o ./relfect2_ppc64x.s
2025-08-20T21:20:13.9988620Z [00:02:07.266]➜  go tool pack r $WORK/b247/_pkg_.a $WORK/b247/reflect2_amd64.o $WORK/b247/relfect2_mips64x.o $WORK/b247/relfect2_mipsx.o $WORK/b247/relfect2_ppc64x.o # internal
2025-08-20T21:20:13.9990028Z [00:02:07.266]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T21:20:14.0014864Z [00:02:07.269]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T21:20:14.0044880Z [00:02:07.270]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/df/df8c7eb5bc6df60696f1092cb3e90a5e87a4bbc23eab00ca282d6a120df00aa4-d # internal
2025-08-20T21:20:14.0046726Z [00:02:07.270]➜  golang.org/x/text/unicode/norm
2025-08-20T21:20:14.0047996Z [00:02:07.271]➜  mkdir -p $WORK/b262/
2025-08-20T21:20:14.0049141Z [00:02:07.271]➜  cat >/tmp/go-build3547871397/b262/importcfg << 'EOF' # internal
2025-08-20T21:20:14.0051096Z [00:02:07.271]➜  # import config
2025-08-20T21:20:14.0051847Z [00:02:07.271]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:14.0052946Z [00:02:07.271]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:14.0053936Z [00:02:07.271]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:20:14.0054902Z [00:02:07.271]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:14.0055718Z [00:02:07.271]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:14.0056580Z [00:02:07.271]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:14.0057259Z [00:02:07.271]➜  EOF
2025-08-20T21:20:14.0057718Z [00:02:07.271]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:14.0068137Z [00:02:07.272]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b262/_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/b262=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid DKxteRv8fhKNIzLts60D/DKxteRv8fhKNIzLts60D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/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:20:14.0144959Z [00:02:07.282]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/29/29dd7dfe321f1a4bd14535900810c99395f1fd772c05cc0b27a3d45281d442f9-d # internal
2025-08-20T21:20:14.0157394Z [00:02:07.283]➜  github.com/json-iterator/go
2025-08-20T21:20:14.0160224Z [00:02:07.283]➜  mkdir -p $WORK/b244/
2025-08-20T21:20:14.0164024Z [00:02:07.283]➜  cat >/tmp/go-build3547871397/b244/importcfg << 'EOF' # internal
2025-08-20T21:20:14.0177627Z [00:02:07.283]➜  # import config
2025-08-20T21:20:14.0178351Z [00:02:07.283]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:14.0179194Z [00:02:07.283]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:14.0180083Z [00:02:07.283]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:14.0181073Z [00:02:07.284]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:14.0181929Z [00:02:07.284]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:14.0182937Z [00:02:07.284]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:14.0184003Z [00:02:07.284]➜  packagefile github.com/modern-go/concurrent=/tmp/go-build3547871397/b245/_pkg_.a
2025-08-20T21:20:14.0185224Z [00:02:07.284]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build3547871397/b247/_pkg_.a
2025-08-20T21:20:14.0186203Z [00:02:07.284]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:14.0187058Z [00:02:07.284]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:14.0187927Z [00:02:07.284]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:14.0188788Z [00:02:07.284]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:14.0189629Z [00:02:07.284]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:14.0190884Z [00:02:07.284]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:14.0191748Z [00:02:07.284]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:14.0192575Z [00:02:07.284]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:14.0194714Z [00:02:07.284]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:14.0195597Z [00:02:07.284]➜  packagefile unicode/utf16=/tmp/go-build3547871397/b073/_pkg_.a
2025-08-20T21:20:14.0196502Z [00:02:07.284]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:14.0197153Z [00:02:07.284]➜  EOF
2025-08-20T21:20:14.0218915Z [00:02:07.284]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/json-iterator/go@v1.1.12=>github.com/json-iterator/go@v1.1.12;$WORK/b244=>" -p github.com/json-iterator/go -lang=go1.12 -complete -installsuffix shared -buildid WhzEn92VvTdvJfcGWOHj/WhzEn92VvTdvJfcGWOHj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/adapter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_bool.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_int32.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_int64.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_invalid.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_nil.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_number.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_object.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_str.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_uint32.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_uint64.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/config.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_int.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_object.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_skip.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_skip_strict.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_str.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/jsoniter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/pool.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_dynamic.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_extension.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_json_number.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_json_raw_message.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_map.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_marshaler.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_native.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_optional.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_slice.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_struct_decoder.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_struct_encoder.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_int.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_str.go
2025-08-20T21:20:14.0860226Z [00:02:07.353]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T21:20:14.0888354Z [00:02:07.356]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/cd/cd814a7f2ea00f496dd917cab7c7bd4accf992301eb91ff26603da2bb8af7588-d # internal
2025-08-20T21:20:14.0903567Z [00:02:07.356]➜  golang.org/x/text/secure/bidirule
2025-08-20T21:20:14.0905399Z [00:02:07.356]➜  mkdir -p $WORK/b259/
2025-08-20T21:20:14.0906155Z [00:02:07.356]➜  cat >/tmp/go-build3547871397/b259/importcfg << 'EOF' # internal
2025-08-20T21:20:14.0906877Z [00:02:07.356]➜  # import config
2025-08-20T21:20:14.0907558Z [00:02:07.356]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:14.0908530Z [00:02:07.356]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:20:14.0909689Z [00:02:07.356]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3547871397/b261/_pkg_.a
2025-08-20T21:20:14.0910702Z [00:02:07.356]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:14.0911335Z [00:02:07.356]➜  EOF
2025-08-20T21:20:14.0915488Z [00:02:07.356]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b259/_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/b259=>" -p golang.org/x/text/secure/bidirule -lang=go1.23 -complete -installsuffix shared -buildid SfHcozKQGh_NgOYckT20/SfHcozKQGh_NgOYckT20 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/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:20:14.1128957Z [00:02:07.380]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T21:20:14.1143567Z [00:02:07.381]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/dd/ddc53f3820e35caa00596639f731d26b64a561006afd62440424353250b76d1e-d # internal
2025-08-20T21:20:14.1151599Z [00:02:07.382]➜  golang.org/x/net/http2/hpack
2025-08-20T21:20:14.1156619Z [00:02:07.383]➜  mkdir -p $WORK/b263/
2025-08-20T21:20:14.1165690Z [00:02:07.384]➜  cat >/tmp/go-build3547871397/b263/importcfg << 'EOF' # internal
2025-08-20T21:20:14.1167116Z [00:02:07.384]➜  # import config
2025-08-20T21:20:14.1168723Z [00:02:07.384]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:14.1169664Z [00:02:07.384]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:14.1170433Z [00:02:07.384]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:14.1171162Z [00:02:07.384]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:14.1171910Z [00:02:07.384]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:14.1172503Z [00:02:07.384]➜  EOF
2025-08-20T21:20:14.1179928Z [00:02:07.385]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b263/_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/b263=>" -p golang.org/x/net/http2/hpack -lang=go1.23 -complete -installsuffix shared -buildid -0e2Yl-usjbHN-mWx2sQ/-0e2Yl-usjbHN-mWx2sQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/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:20:14.2352935Z [00:02:07.502]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T21:20:14.2377832Z [00:02:07.505]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/7d/7d863782e6faf8900a37e9402dfbc1fe5f2bd06b10f2585eca64b90e325d6fc7-d # internal
2025-08-20T21:20:14.2408083Z [00:02:07.508]➜  k8s.io/utils/ptr
2025-08-20T21:20:14.2412356Z [00:02:07.509]➜  mkdir -p $WORK/b265/
2025-08-20T21:20:14.2422561Z [00:02:07.509]➜  cat >/tmp/go-build3547871397/b265/importcfg << 'EOF' # internal
2025-08-20T21:20:14.2423699Z [00:02:07.509]➜  # import config
2025-08-20T21:20:14.2424632Z [00:02:07.509]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:14.2425337Z [00:02:07.509]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:14.2425907Z [00:02:07.509]➜  EOF
2025-08-20T21:20:14.2429310Z [00:02:07.510]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b265/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/ptr=>k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/ptr;$WORK/b265=>" -p k8s.io/utils/ptr -lang=go1.18 -complete -installsuffix shared -buildid eDA1i3hA_ZBhnS-i7H9Q/eDA1i3hA_ZBhnS-i7H9Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/ptr/ptr.go
2025-08-20T21:20:14.2626911Z [00:02:07.530]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T21:20:14.2634755Z [00:02:07.531]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/ee/ee8ff884080ea81a63648f2ed6e3d66c5012919832c12613f50932f0cd65e331-d # internal
2025-08-20T21:20:14.2666227Z [00:02:07.534]➜  k8s.io/utils/pointer
2025-08-20T21:20:14.2667018Z [00:02:07.534]➜  mkdir -p $WORK/b270/
2025-08-20T21:20:14.2674280Z [00:02:07.535]➜  cat >/tmp/go-build3547871397/b270/importcfg << 'EOF' # internal
2025-08-20T21:20:14.2675059Z [00:02:07.535]➜  # import config
2025-08-20T21:20:14.2675843Z [00:02:07.535]➜  packagefile k8s.io/utils/ptr=/tmp/go-build3547871397/b265/_pkg_.a
2025-08-20T21:20:14.2676730Z [00:02:07.535]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:14.2677372Z [00:02:07.535]➜  EOF
2025-08-20T21:20:14.2681267Z [00:02:07.535]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b270/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/pointer=>k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/pointer;$WORK/b270=>" -p k8s.io/utils/pointer -lang=go1.18 -complete -installsuffix shared -buildid yc9Gb0cqxlt18_f2essg/yc9Gb0cqxlt18_f2essg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/pointer/pointer.go
2025-08-20T21:20:14.3003885Z [00:02:07.567]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T21:20:14.3026797Z [00:02:07.569]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/05/05d827b928c230b5350cc5ce457834994d64cb3a2c38a6ba29245eb6a096464e-d # internal
2025-08-20T21:20:14.3027950Z [00:02:07.569]➜  container/heap
2025-08-20T21:20:14.3028497Z [00:02:07.569]➜  mkdir -p $WORK/b272/
2025-08-20T21:20:14.3029257Z [00:02:07.569]➜  cat >/tmp/go-build3547871397/b272/importcfg << 'EOF' # internal
2025-08-20T21:20:14.3029949Z [00:02:07.569]➜  # import config
2025-08-20T21:20:14.3030609Z [00:02:07.569]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:14.3031281Z [00:02:07.569]➜  EOF
2025-08-20T21:20:14.3034222Z [00:02:07.569]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b272/_pkg_.a -trimpath "/root/.go/src/container/heap=>container/heap;$WORK/b272=>" -p container/heap -lang=go1.25 -std -complete -installsuffix shared -buildid ho5EPkMTbYPgrHo_7q-E/ho5EPkMTbYPgrHo_7q-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T21:20:14.3184045Z [00:02:07.586]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T21:20:14.3192293Z [00:02:07.586]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/e7/e73d2d6b7302bafc886571ac4b1ebffd5db451286e5dd4c82c93e5111ce11e3a-d # internal
2025-08-20T21:20:14.3193569Z [00:02:07.587]➜  k8s.io/utils/clock
2025-08-20T21:20:14.3195117Z [00:02:07.587]➜  mkdir -p $WORK/b273/
2025-08-20T21:20:14.3200209Z [00:02:07.587]➜  cat >/tmp/go-build3547871397/b273/importcfg << 'EOF' # internal
2025-08-20T21:20:14.3200947Z [00:02:07.587]➜  # import config
2025-08-20T21:20:14.3201663Z [00:02:07.587]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:14.3202293Z [00:02:07.587]➜  EOF
2025-08-20T21:20:14.3209177Z [00:02:07.588]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b273/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/clock=>k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/clock;$WORK/b273=>" -p k8s.io/utils/clock -lang=go1.18 -complete -installsuffix shared -buildid kDVSZzzGGw-YVnSbC0mP/kDVSZzzGGw-YVnSbC0mP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/clock/clock.go
2025-08-20T21:20:14.3607782Z [00:02:07.628]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T21:20:14.3637565Z [00:02:07.631]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/07/0799d0cebd76aad4cbd11e0743f90ab5b5ef9a58b113f54a8c90a9f3606e0d4e-d # internal
2025-08-20T21:20:14.3638990Z [00:02:07.631]➜  k8s.io/apimachinery/pkg/util/cache
2025-08-20T21:20:14.3641880Z [00:02:07.631]➜  mkdir -p $WORK/b271/
2025-08-20T21:20:14.3651251Z [00:02:07.632]➜  cat >/tmp/go-build3547871397/b271/importcfg << 'EOF' # internal
2025-08-20T21:20:14.3652035Z [00:02:07.632]➜  # import config
2025-08-20T21:20:14.3652999Z [00:02:07.632]➜  packagefile container/heap=/tmp/go-build3547871397/b272/_pkg_.a
2025-08-20T21:20:14.3654018Z [00:02:07.632]➜  packagefile container/list=/tmp/go-build3547871397/b153/_pkg_.a
2025-08-20T21:20:14.3655051Z [00:02:07.632]➜  packagefile k8s.io/utils/clock=/tmp/go-build3547871397/b273/_pkg_.a
2025-08-20T21:20:14.3656006Z [00:02:07.632]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:14.3656878Z [00:02:07.632]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:14.3657548Z [00:02:07.632]➜  EOF
2025-08-20T21:20:14.3662139Z [00:02:07.632]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b271/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/cache=>k8s.io/apimachinery@v0.33.2/pkg/util/cache;$WORK/b271=>" -p k8s.io/apimachinery/pkg/util/cache -lang=go1.24 -complete -installsuffix shared -buildid iaLRggb3sV1FKsxGNBSg/iaLRggb3sV1FKsxGNBSg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/cache/expiring.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/cache/lruexpirecache.go
2025-08-20T21:20:14.4637468Z [00:02:07.731]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T21:20:14.4650408Z [00:02:07.732]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/f7/f739dc5f02e487cb81a2deb8af634b63674b4019f0b9e0c7aa33a6cf3e3425d2-d # internal
2025-08-20T21:20:14.4656921Z [00:02:07.733]➜  k8s.io/apimachinery/pkg/version
2025-08-20T21:20:14.4660972Z [00:02:07.733]➜  mkdir -p $WORK/b274/
2025-08-20T21:20:14.4661696Z [00:02:07.733]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T21:20:14.4664609Z [00:02:07.734]➜  cat >/tmp/go-build3547871397/b274/importcfg << 'EOF' # internal
2025-08-20T21:20:14.4670664Z [00:02:07.734]➜  # import config
2025-08-20T21:20:14.4671444Z [00:02:07.734]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:14.4672372Z [00:02:07.734]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:14.4673526Z [00:02:07.734]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:14.4674180Z [00:02:07.734]➜  EOF
2025-08-20T21:20:14.4679480Z [00:02:07.734]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b274/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/version=>k8s.io/apimachinery@v0.33.2/pkg/version;$WORK/b274=>" -p k8s.io/apimachinery/pkg/version -lang=go1.24 -complete -installsuffix shared -buildid 6trcTxGFekhzwDmhzXlt/6trcTxGFekhzwDmhzXlt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/version/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/version/helpers.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/version/types.go
2025-08-20T21:20:14.4693152Z [00:02:07.736]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/b2/b217c290cb1a84c97f8cc5a704d0d9bbddf7aa75396211d984eef0f8160bc25b-d # internal
2025-08-20T21:20:14.4699109Z [00:02:07.737]➜  golang.org/x/net/idna
2025-08-20T21:20:14.4699708Z [00:02:07.737]➜  mkdir -p $WORK/b258/
2025-08-20T21:20:14.4728143Z [00:02:07.740]➜  cat >/tmp/go-build3547871397/b258/importcfg << 'EOF' # internal
2025-08-20T21:20:14.4735166Z [00:02:07.740]➜  # import config
2025-08-20T21:20:14.4735876Z [00:02:07.740]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:14.4754564Z [00:02:07.740]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build3547871397/b259/_pkg_.a
2025-08-20T21:20:14.4755754Z [00:02:07.740]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3547871397/b261/_pkg_.a
2025-08-20T21:20:14.4756874Z [00:02:07.740]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3547871397/b262/_pkg_.a
2025-08-20T21:20:14.4757805Z [00:02:07.740]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:14.4758561Z [00:02:07.740]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:14.4759408Z [00:02:07.740]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:14.4760076Z [00:02:07.740]➜  EOF
2025-08-20T21:20:14.4765981Z [00:02:07.740]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/idna=>golang.org/x/net@v0.42.0/idna;$WORK/b258=>" -p golang.org/x/net/idna -lang=go1.23 -complete -installsuffix shared -buildid WGbkBahHBVNZLTYYwfxE/WGbkBahHBVNZLTYYwfxE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/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:20:14.5018531Z [00:02:07.769]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T21:20:14.5025196Z [00:02:07.769]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/e7/e7a24da8745b130c3f2e98a5bad3cd046e54eeb4f048cfbfadd0ccd00049ad0a-d # internal
2025-08-20T21:20:14.5027048Z [00:02:07.770]➜  database/sql/driver
2025-08-20T21:20:14.5028877Z [00:02:07.770]➜  mkdir -p $WORK/b277/
2025-08-20T21:20:14.5030430Z [00:02:07.770]➜  cat >/tmp/go-build3547871397/b277/importcfg << 'EOF' # internal
2025-08-20T21:20:14.5031182Z [00:02:07.770]➜  # import config
2025-08-20T21:20:14.5031908Z [00:02:07.770]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:14.5032956Z [00:02:07.770]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:14.5033866Z [00:02:07.770]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:14.5034786Z [00:02:07.770]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:14.5035680Z [00:02:07.770]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:14.5036611Z [00:02:07.770]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:14.5037307Z [00:02:07.770]➜  EOF
2025-08-20T21:20:14.5040815Z [00:02:07.770]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b277=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid INg8tgFsvmSkfhWpsAAf/INg8tgFsvmSkfhWpsAAf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T21:20:14.6307484Z [00:02:07.898]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T21:20:14.6324714Z [00:02:07.900]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/72/7297554511b7107710509f30f1d5125c22b293c8331cebf7a21d346d3ab317d5-d # internal
2025-08-20T21:20:14.6329008Z [00:02:07.900]➜  github.com/google/uuid
2025-08-20T21:20:14.6333310Z [00:02:07.900]➜  mkdir -p $WORK/b276/
2025-08-20T21:20:14.6338021Z [00:02:07.901]➜  cat >/tmp/go-build3547871397/b276/importcfg << 'EOF' # internal
2025-08-20T21:20:14.6338766Z [00:02:07.901]➜  # import config
2025-08-20T21:20:14.6339471Z [00:02:07.901]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:14.6340368Z [00:02:07.901]➜  packagefile crypto/md5=/tmp/go-build3547871397/b215/_pkg_.a
2025-08-20T21:20:14.6341272Z [00:02:07.901]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:20:14.6342252Z [00:02:07.901]➜  packagefile crypto/sha1=/tmp/go-build3547871397/b219/_pkg_.a
2025-08-20T21:20:14.6343361Z [00:02:07.901]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:20:14.6344386Z [00:02:07.901]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:14.6345377Z [00:02:07.901]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:20:14.6346331Z [00:02:07.901]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:14.6347282Z [00:02:07.901]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:14.6348119Z [00:02:07.901]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:14.6348955Z [00:02:07.901]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:14.6349774Z [00:02:07.901]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:14.6350578Z [00:02:07.901]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:14.6351355Z [00:02:07.901]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:14.6352193Z [00:02:07.901]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:14.6353933Z [00:02:07.901]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:14.6355055Z [00:02:07.901]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:14.6355739Z [00:02:07.901]➜  EOF
2025-08-20T21:20:14.6364469Z [00:02:07.901]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b276/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/uuid@v1.6.0=>github.com/google/uuid@v1.6.0;$WORK/b276=>" -p github.com/google/uuid -lang=go1.16 -complete -installsuffix shared -buildid PnMWRrj79h3W7xXUHKu2/PnMWRrj79h3W7xXUHKu2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/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:20:14.7750194Z [00:02:08.042]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T21:20:14.7764555Z [00:02:08.044]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/f1/f167f64dbeb529824e1aa83e4700ff9db00341ec6f8579968d73823fbd04ccfc-d # internal
2025-08-20T21:20:14.7778314Z [00:02:08.045]➜  encoding/csv
2025-08-20T21:20:14.7781512Z [00:02:08.045]➜  mkdir -p $WORK/b280/
2025-08-20T21:20:14.7784357Z [00:02:08.046]➜  cat >/tmp/go-build3547871397/b280/importcfg << 'EOF' # internal
2025-08-20T21:20:14.7796434Z [00:02:08.046]➜  # import config
2025-08-20T21:20:14.7797206Z [00:02:08.046]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:14.7798050Z [00:02:08.046]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:14.7798875Z [00:02:08.046]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:14.7799994Z [00:02:08.046]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:14.7800788Z [00:02:08.046]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:14.7801667Z [00:02:08.046]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:14.7802554Z [00:02:08.046]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:14.7803861Z [00:02:08.046]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:14.7804586Z [00:02:08.046]➜  EOF
2025-08-20T21:20:14.7807724Z [00:02:08.046]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b280/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b280=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid dFigBiPSnLZxb6OSzN82/dFigBiPSnLZxb6OSzN82 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T21:20:14.7855523Z [00:02:08.053]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T21:20:14.7879606Z [00:02:08.055]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/89/8990fb2358c62ccbf414815dd330d26d5daeb4e5b93b4a8d33232479487d5ad2-d # internal
2025-08-20T21:20:14.7883950Z [00:02:08.055]➜  golang.org/x/net/http/httpguts
2025-08-20T21:20:14.7888723Z [00:02:08.055]➜  mkdir -p $WORK/b257/
2025-08-20T21:20:14.7889519Z [00:02:08.056]➜  cat >/tmp/go-build3547871397/b257/importcfg << 'EOF' # internal
2025-08-20T21:20:14.7890209Z [00:02:08.056]➜  # import config
2025-08-20T21:20:14.7890983Z [00:02:08.056]➜  packagefile golang.org/x/net/idna=/tmp/go-build3547871397/b258/_pkg_.a
2025-08-20T21:20:14.7891902Z [00:02:08.056]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:14.7893264Z [00:02:08.056]➜  packagefile net/textproto=/tmp/go-build3547871397/b233/_pkg_.a
2025-08-20T21:20:14.7894276Z [00:02:08.056]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:14.7895238Z [00:02:08.056]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:14.7896002Z [00:02:08.056]➜  EOF
2025-08-20T21:20:14.7899752Z [00:02:08.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b257/_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/b257=>" -p golang.org/x/net/http/httpguts -lang=go1.23 -complete -installsuffix shared -buildid oouOYDdyVqrkLbHVIgi2/oouOYDdyVqrkLbHVIgi2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/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:20:14.8181900Z [00:02:08.085]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T21:20:14.8202981Z [00:02:08.085]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/93/93c6f6a9bdd4b727c6615f0d10beee200344992817b3fb2c0f002ee3b1db5846-d # internal
2025-08-20T21:20:14.8204501Z [00:02:08.085]➜  text/template/parse
2025-08-20T21:20:14.8205065Z [00:02:08.085]➜  mkdir -p $WORK/b282/
2025-08-20T21:20:14.8205808Z [00:02:08.085]➜  cat >/tmp/go-build3547871397/b282/importcfg << 'EOF' # internal
2025-08-20T21:20:14.8206486Z [00:02:08.085]➜  # import config
2025-08-20T21:20:14.8207160Z [00:02:08.085]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:14.8208047Z [00:02:08.085]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:14.8220108Z [00:02:08.085]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:14.8221033Z [00:02:08.085]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:14.8221935Z [00:02:08.085]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:14.8223065Z [00:02:08.085]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:14.8223982Z [00:02:08.085]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:14.8224723Z [00:02:08.085]➜  EOF
2025-08-20T21:20:14.8228339Z [00:02:08.085]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b282/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b282=>" -p text/template/parse -lang=go1.25 -std -complete -installsuffix shared -buildid iLaawt6vnKFXhBlutn6m/iLaawt6vnKFXhBlutn6m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/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:20:14.8642556Z [00:02:08.131]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T21:20:14.8657165Z [00:02:08.133]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/52/52f17d30d48aa5781b002901204c4f03156afc98fb5d7417ed2f5f0edf9aaa3a-d # internal
2025-08-20T21:20:14.8673637Z [00:02:08.135]➜  github.com/spf13/pflag
2025-08-20T21:20:14.8675261Z [00:02:08.135]➜  mkdir -p $WORK/b279/
2025-08-20T21:20:14.8684077Z [00:02:08.136]➜  cat >/tmp/go-build3547871397/b279/importcfg << 'EOF' # internal
2025-08-20T21:20:14.8685684Z [00:02:08.136]➜  # import config
2025-08-20T21:20:14.8686743Z [00:02:08.136]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:14.8687720Z [00:02:08.136]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:14.8688684Z [00:02:08.136]➜  packagefile encoding/csv=/tmp/go-build3547871397/b280/_pkg_.a
2025-08-20T21:20:14.8689651Z [00:02:08.136]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:20:14.8690575Z [00:02:08.136]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:14.8691421Z [00:02:08.136]➜  packagefile flag=/tmp/go-build3547871397/b002/_pkg_.a
2025-08-20T21:20:14.8692272Z [00:02:08.136]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:14.8693225Z [00:02:08.136]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:14.8694057Z [00:02:08.136]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:14.8694905Z [00:02:08.136]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:14.8695738Z [00:02:08.136]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:14.8696598Z [00:02:08.136]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:14.8697454Z [00:02:08.136]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:14.8698316Z [00:02:08.136]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:14.8699141Z [00:02:08.136]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:14.8699768Z [00:02:08.136]➜  EOF
2025-08-20T21:20:14.8718321Z [00:02:08.136]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/pflag@v1.0.6=>github.com/spf13/pflag@v1.0.6;$WORK/b279=>" -p github.com/spf13/pflag -lang=go1.12 -complete -installsuffix shared -buildid msx7jlRi5DMZ8rxRdYsu/msx7jlRi5DMZ8rxRdYsu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/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:20:15.2306525Z [00:02:08.498]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T21:20:15.2457721Z [00:02:08.513]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/8c/8c84b6a9ee2f65a3d12439503b0ab6be0b847f87edc9129e38fab3e6e6c8fde5-d # internal
2025-08-20T21:20:15.2461904Z [00:02:08.513]➜  sigs.k8s.io/structured-merge-diff/v4/value
2025-08-20T21:20:15.2466111Z [00:02:08.514]➜  mkdir -p $WORK/b243/
2025-08-20T21:20:15.2470185Z [00:02:08.514]➜  cat >/tmp/go-build3547871397/b243/importcfg << 'EOF' # internal
2025-08-20T21:20:15.2472454Z [00:02:08.514]➜  # import config
2025-08-20T21:20:15.2473393Z [00:02:08.514]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:15.2474305Z [00:02:08.514]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:15.2475245Z [00:02:08.514]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:15.2476143Z [00:02:08.514]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:15.2476941Z [00:02:08.514]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:15.2477898Z [00:02:08.514]➜  packagefile github.com/json-iterator/go=/tmp/go-build3547871397/b244/_pkg_.a
2025-08-20T21:20:15.2478834Z [00:02:08.514]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:15.2479649Z [00:02:08.514]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:15.2480618Z [00:02:08.514]➜  packagefile sigs.k8s.io/yaml/goyaml.v2=/tmp/go-build3547871397/b248/_pkg_.a
2025-08-20T21:20:15.2481590Z [00:02:08.514]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:15.2482422Z [00:02:08.514]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:15.2483464Z [00:02:08.514]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:15.2484718Z [00:02:08.514]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:15.2485382Z [00:02:08.514]➜  EOF
2025-08-20T21:20:15.2510163Z [00:02:08.514]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value=>sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value;$WORK/b243=>" -p sigs.k8s.io/structured-merge-diff/v4/value -lang=go1.13 -complete -installsuffix shared -buildid mE1m9sbPVBOAIpliVYXR/mE1m9sbPVBOAIpliVYXR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/allocator.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/doc.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/fields.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/jsontagutil.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/list.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/listreflect.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/listunstructured.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/map.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/mapreflect.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/mapunstructured.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/reflectcache.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/scalar.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/structreflect.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/value.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/valuereflect.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/value/valueunstructured.go
2025-08-20T21:20:15.2700466Z [00:02:08.537]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T21:20:15.2839861Z [00:02:08.551]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/ae/ae9a0621f6fde77d467410d5f5eb272519921568672f4da4250ac6f9f4f196e5-d # internal
2025-08-20T21:20:15.2851285Z [00:02:08.552]➜  text/template
2025-08-20T21:20:15.2852774Z [00:02:08.552]➜  mkdir -p $WORK/b281/
2025-08-20T21:20:15.2854759Z [00:02:08.552]➜  cat >/tmp/go-build3547871397/b281/importcfg << 'EOF' # internal
2025-08-20T21:20:15.2855434Z [00:02:08.552]➜  # import config
2025-08-20T21:20:15.2856104Z [00:02:08.552]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:15.2856924Z [00:02:08.552]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:15.2857803Z [00:02:08.552]➜  packagefile internal/fmtsort=/tmp/go-build3547871397/b035/_pkg_.a
2025-08-20T21:20:15.2858689Z [00:02:08.552]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:15.2859489Z [00:02:08.552]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:15.2860300Z [00:02:08.552]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:20:15.2861130Z [00:02:08.552]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:15.2861947Z [00:02:08.552]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:15.2862945Z [00:02:08.552]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:15.2863832Z [00:02:08.552]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:15.2864684Z [00:02:08.552]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:15.2865502Z [00:02:08.552]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:15.2866323Z [00:02:08.552]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:15.2867224Z [00:02:08.552]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:15.2868123Z [00:02:08.552]➜  packagefile text/template/parse=/tmp/go-build3547871397/b282/_pkg_.a
2025-08-20T21:20:15.2869040Z [00:02:08.552]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:15.2870261Z [00:02:08.552]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:15.2870931Z [00:02:08.552]➜  EOF
2025-08-20T21:20:15.2875244Z [00:02:08.552]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b281/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b281=>" -p text/template -lang=go1.25 -std -complete -installsuffix shared -buildid ypanQPsal6bRcI3odVa5/ypanQPsal6bRcI3odVa5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/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:20:15.5746789Z [00:02:08.842]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T21:20:15.6075586Z [00:02:08.875]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/d3/d314d3f2354da0d368041a73130d409f9758e9e570fe8b0f26eb597fe0d70e2e-d # internal
2025-08-20T21:20:15.6081773Z [00:02:08.875]➜  github.com/pkg/errors
2025-08-20T21:20:15.6082301Z [00:02:08.875]➜  mkdir -p $WORK/b284/
2025-08-20T21:20:15.6090501Z [00:02:08.876]➜  cat >/tmp/go-build3547871397/b284/importcfg << 'EOF' # internal
2025-08-20T21:20:15.6091479Z [00:02:08.876]➜  # import config
2025-08-20T21:20:15.6092393Z [00:02:08.876]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:15.6093648Z [00:02:08.876]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:15.6094696Z [00:02:08.876]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:15.6095637Z [00:02:08.876]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:15.6096857Z [00:02:08.876]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:15.6097875Z [00:02:08.876]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:15.6098885Z [00:02:08.876]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:15.6099706Z [00:02:08.876]➜  EOF
2025-08-20T21:20:15.6119583Z [00:02:08.879]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b284/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/errors@v0.9.1=>github.com/pkg/errors@v0.9.1;$WORK/b284=>" -p github.com/pkg/errors -lang=go1.16 -complete -installsuffix shared -buildid OfTW2PxT3RKlBCLCMOAi/OfTW2PxT3RKlBCLCMOAi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/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:20:15.6286038Z [00:02:08.896]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T21:20:15.6456618Z [00:02:08.913]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/b5/b51d43db0d542eef5424fafc1f3d248fbb8f7de2cca277fe73277794f7cd22b7-d # internal
2025-08-20T21:20:15.6462477Z [00:02:08.913]➜  net/http/httptrace
2025-08-20T21:20:15.6463228Z [00:02:08.913]➜  mkdir -p $WORK/b239/
2025-08-20T21:20:15.6463954Z [00:02:08.913]➜  cat >/tmp/go-build3547871397/b239/importcfg << 'EOF' # internal
2025-08-20T21:20:15.6464627Z [00:02:08.913]➜  # import config
2025-08-20T21:20:15.6465308Z [00:02:08.913]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:15.6466204Z [00:02:08.913]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:20:15.6467185Z [00:02:08.913]➜  packagefile internal/nettrace=/tmp/go-build3547871397/b123/_pkg_.a
2025-08-20T21:20:15.6468123Z [00:02:08.913]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:15.6468968Z [00:02:08.913]➜  packagefile net/textproto=/tmp/go-build3547871397/b233/_pkg_.a
2025-08-20T21:20:15.6469821Z [00:02:08.913]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:15.6470619Z [00:02:08.913]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:15.6471213Z [00:02:08.913]➜  EOF
2025-08-20T21:20:15.6474647Z [00:02:08.913]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b239/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b239=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid uob4ayLWxH4leTmbuEfe/uob4ayLWxH4leTmbuEfe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T21:20:15.7148707Z [00:02:08.982]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T21:20:15.7169446Z [00:02:08.984]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/96/96ce9dc11c86dfe590846499781b02f2b95520779b3bd533d6d211aec804dae5-d # internal
2025-08-20T21:20:15.7178928Z [00:02:08.985]➜  net/http/internal/httpcommon
2025-08-20T21:20:15.7181230Z [00:02:08.985]➜  mkdir -p $WORK/b242/
2025-08-20T21:20:15.7198278Z [00:02:08.987]➜  cat >/tmp/go-build3547871397/b242/importcfg << 'EOF' # internal
2025-08-20T21:20:15.7199078Z [00:02:08.987]➜  # import config
2025-08-20T21:20:15.7199956Z [00:02:08.987]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:20:15.7201136Z [00:02:08.987]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:20:15.7202154Z [00:02:08.987]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:15.7205588Z [00:02:08.987]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:15.7206467Z [00:02:08.987]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:15.7207541Z [00:02:08.987]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3547871397/b227/_pkg_.a
2025-08-20T21:20:15.7208801Z [00:02:08.987]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3547871397/b235/_pkg_.a
2025-08-20T21:20:15.7210244Z [00:02:08.987]➜  packagefile net/http/httptrace=/tmp/go-build3547871397/b239/_pkg_.a
2025-08-20T21:20:15.7211273Z [00:02:08.987]➜  packagefile net/textproto=/tmp/go-build3547871397/b233/_pkg_.a
2025-08-20T21:20:15.7212272Z [00:02:08.987]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:15.7213292Z [00:02:08.987]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:15.7214133Z [00:02:08.987]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:15.7214980Z [00:02:08.987]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:15.7215808Z [00:02:08.987]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:15.7216432Z [00:02:08.987]➜  EOF
2025-08-20T21:20:15.7219769Z [00:02:08.987]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b242=>" -p net/http/internal/httpcommon -lang=go1.25 -std -complete -installsuffix shared -buildid xK9D9iG9vyQS4DpGdswV/xK9D9iG9vyQS4DpGdswV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T21:20:15.7286919Z [00:02:08.996]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T21:20:15.7299932Z [00:02:08.997]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/f6/f62846c2df7947016a78a498a0a5aef32aa232aa1b95c993714fc181f9489a1f-d # internal
2025-08-20T21:20:15.7301347Z [00:02:08.997]➜  golang.org/x/net/internal/httpcommon
2025-08-20T21:20:15.7302188Z [00:02:08.997]➜  mkdir -p $WORK/b264/
2025-08-20T21:20:15.7303468Z [00:02:08.998]➜  cat >/tmp/go-build3547871397/b264/importcfg << 'EOF' # internal
2025-08-20T21:20:15.7304382Z [00:02:08.998]➜  # import config
2025-08-20T21:20:15.7305185Z [00:02:08.998]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:15.7306355Z [00:02:08.998]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:15.7308106Z [00:02:08.998]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:15.7309323Z [00:02:08.998]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3547871397/b257/_pkg_.a
2025-08-20T21:20:15.7311116Z [00:02:08.998]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3547871397/b263/_pkg_.a
2025-08-20T21:20:15.7312409Z [00:02:08.998]➜  packagefile net/http/httptrace=/tmp/go-build3547871397/b239/_pkg_.a
2025-08-20T21:20:15.7315247Z [00:02:08.998]➜  packagefile net/textproto=/tmp/go-build3547871397/b233/_pkg_.a
2025-08-20T21:20:15.7316177Z [00:02:08.998]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:15.7317042Z [00:02:08.998]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:15.7317968Z [00:02:08.998]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:15.7318891Z [00:02:08.998]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:15.7319737Z [00:02:08.998]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:15.7320359Z [00:02:08.998]➜  EOF
2025-08-20T21:20:15.7326427Z [00:02:08.999]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b264/_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/b264=>" -p golang.org/x/net/internal/httpcommon -lang=go1.23 -complete -installsuffix shared -buildid kV8R3T1vwSRI3vtjrdqk/kV8R3T1vwSRI3vtjrdqk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/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:20:15.8519339Z [00:02:09.119]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T21:20:15.8534256Z [00:02:09.120]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d # internal
2025-08-20T21:20:15.8577227Z [00:02:09.125]➜  net/http
2025-08-20T21:20:15.8580212Z [00:02:09.125]➜  mkdir -p $WORK/b148/
2025-08-20T21:20:15.8593302Z [00:02:09.126]➜  cat >/tmp/go-build3547871397/b148/importcfg << 'EOF' # internal
2025-08-20T21:20:15.8596399Z [00:02:09.126]➜  # import config
2025-08-20T21:20:15.8597412Z [00:02:09.126]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:20:15.8598590Z [00:02:09.126]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:20:15.8599698Z [00:02:09.126]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:20:15.8600729Z [00:02:09.126]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:20:15.8601611Z [00:02:09.126]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:15.8602443Z [00:02:09.126]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:15.8603556Z [00:02:09.126]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:20:15.8604528Z [00:02:09.126]➜  packagefile container/list=/tmp/go-build3547871397/b153/_pkg_.a
2025-08-20T21:20:15.8605462Z [00:02:09.126]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:15.8606351Z [00:02:09.126]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:20:15.8607252Z [00:02:09.126]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:20:15.8608183Z [00:02:09.126]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:15.8609137Z [00:02:09.126]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:15.8610064Z [00:02:09.126]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:15.8610905Z [00:02:09.126]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:15.8611978Z [00:02:09.126]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3547871397/b227/_pkg_.a
2025-08-20T21:20:15.8613444Z [00:02:09.126]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3547871397/b234/_pkg_.a
2025-08-20T21:20:15.8614699Z [00:02:09.126]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3547871397/b235/_pkg_.a
2025-08-20T21:20:15.8616263Z [00:02:09.126]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3547871397/b228/_pkg_.a
2025-08-20T21:20:15.8617338Z [00:02:09.126]➜  packagefile internal/godebug=/tmp/go-build3547871397/b057/_pkg_.a
2025-08-20T21:20:15.8618250Z [00:02:09.126]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:15.8619077Z [00:02:09.126]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:15.8619900Z [00:02:09.126]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:15.8620737Z [00:02:09.126]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:20:15.8621572Z [00:02:09.126]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:15.8622402Z [00:02:09.126]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:15.8630061Z [00:02:09.126]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:20:15.8630981Z [00:02:09.126]➜  packagefile mime=/tmp/go-build3547871397/b236/_pkg_.a
2025-08-20T21:20:15.8631896Z [00:02:09.126]➜  packagefile mime/multipart=/tmp/go-build3547871397/b237/_pkg_.a
2025-08-20T21:20:15.8633035Z [00:02:09.126]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:15.8634006Z [00:02:09.126]➜  packagefile net/http/httptrace=/tmp/go-build3547871397/b239/_pkg_.a
2025-08-20T21:20:15.8635041Z [00:02:09.126]➜  packagefile net/http/internal=/tmp/go-build3547871397/b240/_pkg_.a
2025-08-20T21:20:15.8636076Z [00:02:09.126]➜  packagefile net/http/internal/ascii=/tmp/go-build3547871397/b241/_pkg_.a
2025-08-20T21:20:15.8637321Z [00:02:09.126]➜  packagefile net/http/internal/httpcommon=/tmp/go-build3547871397/b242/_pkg_.a
2025-08-20T21:20:15.8638488Z [00:02:09.126]➜  packagefile net/textproto=/tmp/go-build3547871397/b233/_pkg_.a
2025-08-20T21:20:15.8639309Z [00:02:09.126]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:15.8640083Z [00:02:09.126]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:15.8640768Z [00:02:09.126]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:15.8641520Z [00:02:09.126]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:15.8642250Z [00:02:09.126]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:15.8643138Z [00:02:09.126]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:15.8643874Z [00:02:09.126]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:15.8644598Z [00:02:09.126]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:15.8645298Z [00:02:09.126]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:15.8646058Z [00:02:09.126]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:15.8646793Z [00:02:09.126]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:15.8647539Z [00:02:09.126]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:15.8648284Z [00:02:09.126]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:15.8649002Z [00:02:09.126]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:15.8649761Z [00:02:09.126]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:15.8650339Z [00:02:09.127]➜  EOF
2025-08-20T21:20:15.8659886Z [00:02:09.130]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b148=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid JXnX9Nmmy6-B4z9s2qqf/JXnX9Nmmy6-B4z9s2qqf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/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:20:15.8673074Z [00:02:09.134]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T21:20:15.8708616Z [00:02:09.138]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/9f/9f7c7e4a9b9be04412b6ab842662616eba1c04781a6ef2fb97907faf70ee4d10-d # internal
2025-08-20T21:20:15.8723606Z [00:02:09.138]➜  gopkg.in/evanphx/json-patch.v4
2025-08-20T21:20:15.8724168Z [00:02:09.138]➜  mkdir -p $WORK/b283/
2025-08-20T21:20:15.8724868Z [00:02:09.138]➜  cat >/tmp/go-build3547871397/b283/importcfg << 'EOF' # internal
2025-08-20T21:20:15.8725513Z [00:02:09.138]➜  # import config
2025-08-20T21:20:15.8726118Z [00:02:09.138]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:15.8726931Z [00:02:09.138]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:15.8727735Z [00:02:09.138]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:15.8728615Z [00:02:09.138]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:20:15.8729794Z [00:02:09.138]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:15.8730616Z [00:02:09.138]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:15.8731410Z [00:02:09.138]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:15.8732007Z [00:02:09.138]➜  EOF
2025-08-20T21:20:15.8738464Z [00:02:09.138]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b283/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/evanphx/json-patch.v4@v4.12.0=>gopkg.in/evanphx/json-patch.v4@v4.12.0;$WORK/b283=>" -p gopkg.in/evanphx/json-patch.v4 -lang=go1.16 -complete -installsuffix shared -buildid iwNjy6R1xf9aBSyhKvbw/iwNjy6R1xf9aBSyhKvbw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack /root/go/pkg/mod/gopkg.in/evanphx/json-patch.v4@v4.12.0/errors.go /root/go/pkg/mod/gopkg.in/evanphx/json-patch.v4@v4.12.0/merge.go /root/go/pkg/mod/gopkg.in/evanphx/json-patch.v4@v4.12.0/patch.go
2025-08-20T21:20:15.8769333Z [00:02:09.144]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T21:20:15.8822857Z [00:02:09.149]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/55/55a31bc16f925b41d7970c28df2bbf764af8a7cca35f85b99491921cdb741eb4-d # internal
2025-08-20T21:20:15.8828346Z [00:02:09.150]➜  github.com/spf13/cobra
2025-08-20T21:20:15.8831024Z [00:02:09.150]➜  mkdir -p $WORK/b278/
2025-08-20T21:20:15.8838036Z [00:02:09.151]➜  cat >/tmp/go-build3547871397/b278/importcfg << 'EOF' # internal
2025-08-20T21:20:15.8839310Z [00:02:09.151]➜  # import config
2025-08-20T21:20:15.8840713Z [00:02:09.151]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:15.8843018Z [00:02:09.151]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:15.8844168Z [00:02:09.151]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:15.8845473Z [00:02:09.151]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:15.8848058Z [00:02:09.151]➜  packagefile github.com/spf13/pflag=/tmp/go-build3547871397/b279/_pkg_.a
2025-08-20T21:20:15.8850070Z [00:02:09.151]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:15.8851012Z [00:02:09.151]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:15.8853580Z [00:02:09.151]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:15.8854926Z [00:02:09.151]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:15.8855943Z [00:02:09.151]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:15.8857272Z [00:02:09.151]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:15.8858709Z [00:02:09.151]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:15.8859894Z [00:02:09.151]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:15.8860957Z [00:02:09.151]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:15.8862373Z [00:02:09.151]➜  packagefile text/template=/tmp/go-build3547871397/b281/_pkg_.a
2025-08-20T21:20:15.8863662Z [00:02:09.151]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:15.8865062Z [00:02:09.151]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:15.8865930Z [00:02:09.151]➜  EOF
2025-08-20T21:20:15.8874688Z [00:02:09.151]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b278/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cobra@v1.9.1=>github.com/spf13/cobra@v1.9.1;$WORK/b278=>" -p github.com/spf13/cobra -lang=go1.15 -complete -installsuffix shared -buildid s0t80dn0nqxQFqwTd2zJ/s0t80dn0nqxQFqwTd2zJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/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:20:15.8963559Z [00:02:09.163]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T21:20:15.9053712Z [00:02:09.172]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/1d/1dc93bb14e3a4faec8e6d1f2129149c15078f4547d67c8d69533d4bf2d19f8dc-d # internal
2025-08-20T21:20:15.9058545Z [00:02:09.173]➜  k8s.io/cli-runtime/pkg/genericiooptions
2025-08-20T21:20:15.9059216Z [00:02:09.173]➜  mkdir -p $WORK/b286/
2025-08-20T21:20:15.9068984Z [00:02:09.173]➜  cat >/tmp/go-build3547871397/b286/importcfg << 'EOF' # internal
2025-08-20T21:20:15.9069742Z [00:02:09.173]➜  # import config
2025-08-20T21:20:15.9070414Z [00:02:09.173]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:15.9071217Z [00:02:09.173]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:15.9071836Z [00:02:09.173]➜  EOF
2025-08-20T21:20:15.9075752Z [00:02:09.174]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b286/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericiooptions=>k8s.io/cli-runtime@v0.33.2/pkg/genericiooptions;$WORK/b286=>" -p k8s.io/cli-runtime/pkg/genericiooptions -lang=go1.24 -complete -installsuffix shared -buildid JlZji6uoLsZ3J5J8uyAo/JlZji6uoLsZ3J5J8uyAo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericiooptions/io_options.go
2025-08-20T21:20:15.9203284Z [00:02:09.187]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T21:20:15.9208381Z [00:02:09.188]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/b3/b3287a28a4f0f1d042b101812a54ee9c5d08d2201079b8a401557b14a77e8db8-d # internal
2025-08-20T21:20:15.9234282Z [00:02:09.190]➜  github.com/liggitt/tabwriter
2025-08-20T21:20:15.9236791Z [00:02:09.190]➜  mkdir -p $WORK/b288/
2025-08-20T21:20:15.9237895Z [00:02:09.190]➜  cat >/tmp/go-build3547871397/b288/importcfg << 'EOF' # internal
2025-08-20T21:20:15.9238600Z [00:02:09.190]➜  # import config
2025-08-20T21:20:15.9239274Z [00:02:09.190]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:15.9240155Z [00:02:09.190]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:15.9240826Z [00:02:09.190]➜  EOF
2025-08-20T21:20:15.9245006Z [00:02:09.190]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b288/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de=>github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de;$WORK/b288=>" -p github.com/liggitt/tabwriter -lang=go1.16 -complete -installsuffix shared -buildid 6wzek-fbC88poMLiJuyX/6wzek-fbC88poMLiJuyX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack /root/go/pkg/mod/github.com/liggitt/tabwriter@v0.0.0-20181228230101-89fcab3d43de/tabwriter.go
2025-08-20T21:20:15.9810876Z [00:02:09.248]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T21:20:15.9811772Z [00:02:09.248]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T21:20:15.9820399Z [00:02:09.249]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/e7/e7d2a4734f079001dbb2309ee457235bbf96470a04770f9e6354521a1c294c4a-d # internal
2025-08-20T21:20:15.9829135Z [00:02:09.250]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/5c/5cbcee356443e43184262b13ecb177db30aee6811fe6f17e668090cdcfe79626-d # internal
2025-08-20T21:20:15.9834350Z [00:02:09.250]➜  k8s.io/apimachinery/pkg/util/duration
2025-08-20T21:20:15.9847567Z [00:02:09.250]➜  mkdir -p $WORK/b292/
2025-08-20T21:20:15.9851713Z [00:02:09.251]➜  cat >/tmp/go-build3547871397/b292/importcfg << 'EOF' # internal
2025-08-20T21:20:15.9852448Z [00:02:09.251]➜  # import config
2025-08-20T21:20:15.9853279Z [00:02:09.251]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:15.9854085Z [00:02:09.251]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:15.9854709Z [00:02:09.251]➜  EOF
2025-08-20T21:20:15.9858316Z [00:02:09.251]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b292/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/duration=>k8s.io/apimachinery@v0.33.2/pkg/util/duration;$WORK/b292=>" -p k8s.io/apimachinery/pkg/util/duration -lang=go1.24 -complete -installsuffix shared -buildid a-NxrbIjOkmq5QZtyeH1/a-NxrbIjOkmq5QZtyeH1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b292/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/duration/duration.go
2025-08-20T21:20:15.9861569Z [00:02:09.252]➜  golang.org/x/sys/unix
2025-08-20T21:20:15.9862132Z [00:02:09.252]➜  mkdir -p $WORK/b290/
2025-08-20T21:20:15.9863878Z [00:02:09.252]➜  echo -n > $WORK/b290/go_asm.h # internal
2025-08-20T21:20:15.9864661Z [00:02:09.252]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix
2025-08-20T21:20:15.9867029Z [00:02:09.252]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix=>golang.org/x/sys@v0.34.0/unix;$WORK/b290=>" -I $WORK/b290/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b290/symabis ./asm_linux_amd64.s
2025-08-20T21:20:15.9892472Z [00:02:09.256]➜  cat >/tmp/go-build3547871397/b290/importcfg << 'EOF' # internal
2025-08-20T21:20:15.9893427Z [00:02:09.256]➜  # import config
2025-08-20T21:20:15.9894102Z [00:02:09.256]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:15.9902968Z [00:02:09.256]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:15.9903922Z [00:02:09.256]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:15.9904811Z [00:02:09.256]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:15.9905647Z [00:02:09.256]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:15.9906468Z [00:02:09.256]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:15.9907634Z [00:02:09.256]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:15.9908488Z [00:02:09.256]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:15.9909276Z [00:02:09.256]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:15.9910082Z [00:02:09.256]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:15.9910915Z [00:02:09.256]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:15.9911517Z [00:02:09.256]➜  EOF
2025-08-20T21:20:15.9912014Z [00:02:09.256]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:15.9931623Z [00:02:09.257]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b290/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix=>golang.org/x/sys@v0.34.0/unix;$WORK/b290=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid foQjh3EN9OHIiLJKRZR_/foQjh3EN9OHIiLJKRZR_ -goversion go1.25.0 -symabis $WORK/b290/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b290/importcfg -pack -asmhdr $WORK/b290/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_linux_alarm.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_linux_amd64_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zerrors_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zptrace_x86_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zsyscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zsysnum_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/ztypes_linux_amd64.go
2025-08-20T21:20:16.0089621Z [00:02:09.274]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T21:20:16.0091319Z [00:02:09.275]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/b0/b08f969a9e354a3eb7676cbcb52dfbf838dbbb6cf131edb6e4b55b4ccc5fd17e-d # internal
2025-08-20T21:20:16.0093798Z [00:02:09.276]➜  k8s.io/client-go/third_party/forked/golang/template
2025-08-20T21:20:16.0095137Z [00:02:09.277]➜  mkdir -p $WORK/b294/
2025-08-20T21:20:16.0096484Z [00:02:09.277]➜  cat >/tmp/go-build3547871397/b294/importcfg << 'EOF' # internal
2025-08-20T21:20:16.0097326Z [00:02:09.277]➜  # import config
2025-08-20T21:20:16.0098179Z [00:02:09.277]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:16.0099172Z [00:02:09.277]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:16.0100997Z [00:02:09.277]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:16.0101609Z [00:02:09.277]➜  EOF
2025-08-20T21:20:16.0106286Z [00:02:09.277]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b294/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/third_party/forked/golang/template=>k8s.io/client-go@v0.33.2/third_party/forked/golang/template;$WORK/b294=>" -p k8s.io/client-go/third_party/forked/golang/template -lang=go1.24 -complete -installsuffix shared -buildid vkQQUfzRhK0xJCd146OF/vkQQUfzRhK0xJCd146OF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/third_party/forked/golang/template/exec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/third_party/forked/golang/template/funcs.go
2025-08-20T21:20:16.0788759Z [00:02:09.346]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T21:20:16.0799068Z [00:02:09.347]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/18/18588a78e03915c4544899c5e27cbc5a49eb058c21a15b18a0bf44c5508e6fac-d # internal
2025-08-20T21:20:16.0807392Z [00:02:09.348]➜  k8s.io/client-go/util/jsonpath
2025-08-20T21:20:16.0808577Z [00:02:09.348]➜  mkdir -p $WORK/b293/
2025-08-20T21:20:16.0810531Z [00:02:09.348]➜  cat >/tmp/go-build3547871397/b293/importcfg << 'EOF' # internal
2025-08-20T21:20:16.0811403Z [00:02:09.348]➜  # import config
2025-08-20T21:20:16.0812298Z [00:02:09.348]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:16.0813628Z [00:02:09.348]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:16.0814788Z [00:02:09.348]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:16.0815759Z [00:02:09.348]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:16.0816743Z [00:02:09.348]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:16.0818051Z [00:02:09.348]➜  packagefile k8s.io/client-go/third_party/forked/golang/template=/tmp/go-build3547871397/b294/_pkg_.a
2025-08-20T21:20:16.0819431Z [00:02:09.348]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:16.0821510Z [00:02:09.348]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:16.0822433Z [00:02:09.348]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:16.0823434Z [00:02:09.348]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:16.0824304Z [00:02:09.348]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:16.0825214Z [00:02:09.348]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:16.0825894Z [00:02:09.348]➜  EOF
2025-08-20T21:20:16.0830589Z [00:02:09.348]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b293/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/jsonpath=>k8s.io/client-go@v0.33.2/util/jsonpath;$WORK/b293=>" -p k8s.io/client-go/util/jsonpath -lang=go1.24 -complete -installsuffix shared -buildid CsIoywWJvjHOZjwMJX_B/CsIoywWJvjHOZjwMJX_B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b293/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/jsonpath/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/jsonpath/jsonpath.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/jsonpath/node.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/jsonpath/parser.go
2025-08-20T21:20:16.2824428Z [00:02:09.549]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T21:20:16.2860222Z [00:02:09.553]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/b6/b69b25283f718751582cbd01faeddbdef994aeff97f093618aff7f565ff00305-d # internal
2025-08-20T21:20:16.2879842Z [00:02:09.554]➜  sigs.k8s.io/yaml
2025-08-20T21:20:16.2880465Z [00:02:09.554]➜  mkdir -p $WORK/b295/
2025-08-20T21:20:16.2881188Z [00:02:09.554]➜  cat >/tmp/go-build3547871397/b295/importcfg << 'EOF' # internal
2025-08-20T21:20:16.2881841Z [00:02:09.555]➜  # import config
2025-08-20T21:20:16.2883714Z [00:02:09.555]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:16.2887133Z [00:02:09.555]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:16.2888583Z [00:02:09.555]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:16.2890545Z [00:02:09.555]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:16.2902158Z [00:02:09.555]➜  packagefile go.yaml.in/yaml/v2=/tmp/go-build3547871397/b249/_pkg_.a
2025-08-20T21:20:16.2903431Z [00:02:09.555]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:16.2905771Z [00:02:09.555]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:16.2906645Z [00:02:09.555]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:16.2907467Z [00:02:09.555]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:16.2908302Z [00:02:09.555]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:16.2909118Z [00:02:09.555]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:16.2909949Z [00:02:09.555]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:16.2910827Z [00:02:09.555]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:16.2911515Z [00:02:09.555]➜  EOF
2025-08-20T21:20:16.2916398Z [00:02:09.555]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b295/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/yaml@v1.5.0=>sigs.k8s.io/yaml@v1.5.0;$WORK/b295=>" -p sigs.k8s.io/yaml -lang=go1.22 -complete -installsuffix shared -buildid E7PhD46SkocPcYn9rtUB/E7PhD46SkocPcYn9rtUB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b295/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/yaml@v1.5.0/fields.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.5.0/yaml.go
2025-08-20T21:20:16.2919463Z [00:02:09.555]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T21:20:16.2943190Z [00:02:09.561]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/19/19a3d08472ac87235b0d40b6c2e536daa57d9434f7edc9c8d058a351ca7df223-d # internal
2025-08-20T21:20:16.2950962Z [00:02:09.561]➜  hash/fnv
2025-08-20T21:20:16.2951514Z [00:02:09.562]➜  mkdir -p $WORK/b304/
2025-08-20T21:20:16.2952262Z [00:02:09.562]➜  cat >/tmp/go-build3547871397/b304/importcfg << 'EOF' # internal
2025-08-20T21:20:16.2953227Z [00:02:09.562]➜  # import config
2025-08-20T21:20:16.2953880Z [00:02:09.562]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:16.2954707Z [00:02:09.562]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:16.2955625Z [00:02:09.562]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:16.2956569Z [00:02:09.562]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:16.2957214Z [00:02:09.562]➜  EOF
2025-08-20T21:20:16.2959788Z [00:02:09.562]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b304/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b304=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid zy2uOp7FW9V54tRXLALv/zy2uOp7FW9V54tRXLALv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T21:20:16.3521017Z [00:02:09.619]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T21:20:16.3535545Z [00:02:09.621]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/3c/3c2d5c8a458697f9131049f8b7f876c158f15c8274abdd0f3863e3e7fdc82b1e-d # internal
2025-08-20T21:20:16.3541837Z [00:02:09.621]➜  google.golang.org/protobuf/internal/detrand
2025-08-20T21:20:16.3543040Z [00:02:09.621]➜  mkdir -p $WORK/b303/
2025-08-20T21:20:16.3543796Z [00:02:09.621]➜  cat >/tmp/go-build3547871397/b303/importcfg << 'EOF' # internal
2025-08-20T21:20:16.3544482Z [00:02:09.621]➜  # import config
2025-08-20T21:20:16.3545215Z [00:02:09.621]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:16.3546107Z [00:02:09.621]➜  packagefile hash/fnv=/tmp/go-build3547871397/b304/_pkg_.a
2025-08-20T21:20:16.3546910Z [00:02:09.621]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:16.3547511Z [00:02:09.621]➜  EOF
2025-08-20T21:20:16.3551316Z [00:02:09.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b303/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/detrand=>google.golang.org/protobuf@v1.36.5/internal/detrand;$WORK/b303=>" -p google.golang.org/protobuf/internal/detrand -lang=go1.21 -complete -installsuffix shared -buildid 4EHQaFoKm8RA-WJ0yJhB/4EHQaFoKm8RA-WJ0yJhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b303/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/detrand/rand.go
2025-08-20T21:20:16.3761760Z [00:02:09.643]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T21:20:16.3769394Z [00:02:09.644]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/fc/fcb4dad6b99a9467d26f40f210eb15e75a29a50f3c8180298b7193eec1a02f03-d # internal
2025-08-20T21:20:16.3777272Z [00:02:09.644]➜  google.golang.org/protobuf/internal/errors
2025-08-20T21:20:16.3777914Z [00:02:09.644]➜  mkdir -p $WORK/b302/
2025-08-20T21:20:16.3778662Z [00:02:09.645]➜  cat >/tmp/go-build3547871397/b302/importcfg << 'EOF' # internal
2025-08-20T21:20:16.3779340Z [00:02:09.645]➜  # import config
2025-08-20T21:20:16.3780352Z [00:02:09.645]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:16.3781216Z [00:02:09.645]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:16.3782312Z [00:02:09.645]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3547871397/b303/_pkg_.a
2025-08-20T21:20:16.3783390Z [00:02:09.645]➜  EOF
2025-08-20T21:20:16.3787188Z [00:02:09.645]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b302/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/errors=>google.golang.org/protobuf@v1.36.5/internal/errors;$WORK/b302=>" -p google.golang.org/protobuf/internal/errors -lang=go1.21 -complete -installsuffix shared -buildid CCdfIn8oxGW9ByYjVkZQ/CCdfIn8oxGW9ByYjVkZQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/errors/errors.go
2025-08-20T21:20:16.3815069Z [00:02:09.649]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T21:20:16.3832091Z [00:02:09.650]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/dc/dce0f046c2a734729bb49acca656db2882098dd28dd72b34507812cb5a3a197c-d # internal
2025-08-20T21:20:16.3837827Z [00:02:09.651]➜  google.golang.org/protobuf/internal/pragma
2025-08-20T21:20:16.3839236Z [00:02:09.651]➜  mkdir -p $WORK/b307/
2025-08-20T21:20:16.3841192Z [00:02:09.651]➜  cat >/tmp/go-build3547871397/b307/importcfg << 'EOF' # internal
2025-08-20T21:20:16.3842236Z [00:02:09.651]➜  # import config
2025-08-20T21:20:16.3843463Z [00:02:09.651]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:16.3844412Z [00:02:09.651]➜  EOF
2025-08-20T21:20:16.3848477Z [00:02:09.652]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b307/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/pragma=>google.golang.org/protobuf@v1.36.5/internal/pragma;$WORK/b307=>" -p google.golang.org/protobuf/internal/pragma -lang=go1.21 -complete -installsuffix shared -buildid FoR6OhsbSeg8iobsl9ab/FoR6OhsbSeg8iobsl9ab -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/pragma/pragma.go
2025-08-20T21:20:16.3956009Z [00:02:09.663]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T21:20:16.3970093Z [00:02:09.664]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/85/85ef51745ac06dc045b1b9e23614a22d24328de77882c2118372a430f7f1e46b-d # internal
2025-08-20T21:20:16.3974781Z [00:02:09.664]➜  embed
2025-08-20T21:20:16.3975264Z [00:02:09.664]➜  mkdir -p $WORK/b319/
2025-08-20T21:20:16.3976005Z [00:02:09.664]➜  cat >/tmp/go-build3547871397/b319/importcfg << 'EOF' # internal
2025-08-20T21:20:16.3976696Z [00:02:09.664]➜  # import config
2025-08-20T21:20:16.3977836Z [00:02:09.664]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:16.3980332Z [00:02:09.664]➜  packagefile internal/bytealg=/tmp/go-build3547871397/b011/_pkg_.a
2025-08-20T21:20:16.3981361Z [00:02:09.664]➜  packagefile internal/stringslite=/tmp/go-build3547871397/b032/_pkg_.a
2025-08-20T21:20:16.3982307Z [00:02:09.664]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:16.3983323Z [00:02:09.664]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:16.3984145Z [00:02:09.664]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:16.3984774Z [00:02:09.664]➜  EOF
2025-08-20T21:20:16.3987564Z [00:02:09.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b319/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b319=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid 12Vewhxkdt4YH69F8bba/12Vewhxkdt4YH69F8bba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b319/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T21:20:16.3990008Z [00:02:09.665]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T21:20:16.3995166Z [00:02:09.666]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/d2/d21e278cad59836f7417722b5614b8c2ebfc20d1fce5f3bf7ef9183c4b37e42f-d # internal
2025-08-20T21:20:16.3999338Z [00:02:09.666]➜  google.golang.org/protobuf/encoding/protowire
2025-08-20T21:20:16.4000029Z [00:02:09.667]➜  mkdir -p $WORK/b301/
2025-08-20T21:20:16.4000659Z [00:02:09.667]➜  cat >/tmp/go-build3547871397/b301/importcfg << 'EOF' # internal
2025-08-20T21:20:16.4001344Z [00:02:09.667]➜  # import config
2025-08-20T21:20:16.4002262Z [00:02:09.667]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3547871397/b302/_pkg_.a
2025-08-20T21:20:16.4003488Z [00:02:09.667]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:16.4004301Z [00:02:09.667]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:16.4005134Z [00:02:09.667]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:16.4005778Z [00:02:09.667]➜  EOF
2025-08-20T21:20:16.4009638Z [00:02:09.667]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b301/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/encoding/protowire=>google.golang.org/protobuf@v1.36.5/encoding/protowire;$WORK/b301=>" -p google.golang.org/protobuf/encoding/protowire -lang=go1.21 -complete -installsuffix shared -buildid 7ClwVARZYrBrVMxq4270/7ClwVARZYrBrVMxq4270 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/encoding/protowire/wire.go
2025-08-20T21:20:16.4335188Z [00:02:09.700]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T21:20:16.4341976Z [00:02:09.701]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/04/04d0d56bd27f851969d22dc866a389171e6a79073d83c5b6bb415bf7f7c3b1e6-d # internal
2025-08-20T21:20:16.4343674Z [00:02:09.701]➜  google.golang.org/protobuf/internal/editiondefaults
2025-08-20T21:20:16.4353218Z [00:02:09.701]➜  mkdir -p $WORK/b318/
2025-08-20T21:20:16.4353979Z [00:02:09.702]➜  cat >/tmp/go-build3547871397/b318/importcfg << 'EOF' # internal
2025-08-20T21:20:16.4354644Z [00:02:09.702]➜  # import config
2025-08-20T21:20:16.4355328Z [00:02:09.702]➜  packagefile embed=/tmp/go-build3547871397/b319/_pkg_.a
2025-08-20T21:20:16.4355947Z [00:02:09.702]➜  EOF
2025-08-20T21:20:16.4356564Z [00:02:09.702]➜  cat >/tmp/go-build3547871397/b318/embedcfg << 'EOF' # internal
2025-08-20T21:20:16.4357181Z [00:02:09.702]➜  {
2025-08-20T21:20:16.4357890Z [00:02:09.702]➜  	"Patterns": {
2025-08-20T21:20:16.4358410Z [00:02:09.702]➜  		"editions_defaults.binpb": [
2025-08-20T21:20:16.4358983Z [00:02:09.702]➜  			"editions_defaults.binpb"
2025-08-20T21:20:16.4359467Z [00:02:09.702]➜  		]
2025-08-20T21:20:16.4359827Z [00:02:09.702]➜  	},
2025-08-20T21:20:16.4360200Z [00:02:09.702]➜  	"Files": {
2025-08-20T21:20:16.4361342Z [00:02:09.702]➜  		"editions_defaults.binpb": "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/editiondefaults/editions_defaults.binpb"
2025-08-20T21:20:16.4362350Z [00:02:09.702]➜  	}
2025-08-20T21:20:16.4373908Z [00:02:09.702]➜  }EOF
2025-08-20T21:20:16.4378412Z [00:02:09.702]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b318/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/editiondefaults=>google.golang.org/protobuf@v1.36.5/internal/editiondefaults;$WORK/b318=>" -p google.golang.org/protobuf/internal/editiondefaults -lang=go1.21 -complete -installsuffix shared -buildid 62NdTrLRqIG9yBE5bVLU/62NdTrLRqIG9yBE5bVLU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b318/importcfg -embedcfg $WORK/b318/embedcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/editiondefaults/defaults.go
2025-08-20T21:20:16.4419035Z [00:02:09.709]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T21:20:16.4427093Z [00:02:09.710]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/e6/e64f7ed4b42778122eb21f7abe7d179d6830d8b14f49fb9540a6f9f134c5a937-d # internal
2025-08-20T21:20:16.4430714Z [00:02:09.710]➜  google.golang.org/protobuf/reflect/protoreflect
2025-08-20T21:20:16.4434493Z [00:02:09.710]➜  mkdir -p $WORK/b306/
2025-08-20T21:20:16.4439825Z [00:02:09.711]➜  cat >/tmp/go-build3547871397/b306/importcfg << 'EOF' # internal
2025-08-20T21:20:16.4440822Z [00:02:09.711]➜  # import config
2025-08-20T21:20:16.4441482Z [00:02:09.711]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:16.4442292Z [00:02:09.711]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:16.4443582Z [00:02:09.711]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3547871397/b301/_pkg_.a
2025-08-20T21:20:16.4444915Z [00:02:09.711]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3547871397/b307/_pkg_.a
2025-08-20T21:20:16.4446004Z [00:02:09.711]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:16.4447181Z [00:02:09.711]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:16.4448481Z [00:02:09.711]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:16.4449350Z [00:02:09.711]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:16.4449983Z [00:02:09.711]➜  EOF
2025-08-20T21:20:16.4461610Z [00:02:09.711]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b306/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/reflect/protoreflect=>google.golang.org/protobuf@v1.36.5/reflect/protoreflect;$WORK/b306=>" -p google.golang.org/protobuf/reflect/protoreflect -lang=go1.21 -complete -installsuffix shared -buildid C0Vjffvph1e4vSX3I0_F/C0Vjffvph1e4vSX3I0_F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b306/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/reflect/protoreflect/methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/reflect/protoreflect/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/reflect/protoreflect/source.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/reflect/protoreflect/source_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/reflect/protoreflect/type.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/reflect/protoreflect/value.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/reflect/protoreflect/value_equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/reflect/protoreflect/value_union.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/reflect/protoreflect/value_unsafe_go121.go
2025-08-20T21:20:16.4475379Z [00:02:09.712]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T21:20:16.4476655Z [00:02:09.713]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/2c/2c8c0a529cf0528cd5311d3baed8c0a293d3e60a0bfc39f08fc6cd9b931f7174-d # internal
2025-08-20T21:20:16.4477821Z [00:02:09.714]➜  google.golang.org/protobuf/internal/version
2025-08-20T21:20:16.4478420Z [00:02:09.714]➜  mkdir -p $WORK/b328/
2025-08-20T21:20:16.4479132Z [00:02:09.714]➜  cat >/tmp/go-build3547871397/b328/importcfg << 'EOF' # internal
2025-08-20T21:20:16.4479808Z [00:02:09.714]➜  # import config
2025-08-20T21:20:16.4480469Z [00:02:09.714]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:16.4481295Z [00:02:09.714]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:16.4481946Z [00:02:09.714]➜  EOF
2025-08-20T21:20:16.4485845Z [00:02:09.714]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b328/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/version=>google.golang.org/protobuf@v1.36.5/internal/version;$WORK/b328=>" -p google.golang.org/protobuf/internal/version -lang=go1.21 -complete -installsuffix shared -buildid 9_k6IpwNIYczjXAs7d36/9_k6IpwNIYczjXAs7d36 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b328/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/version/version.go
2025-08-20T21:20:16.4584986Z [00:02:09.726]➜  go tool buildid -w $WORK/b328/_pkg_.a # internal
2025-08-20T21:20:16.4592983Z [00:02:09.726]➜  cp $WORK/b328/_pkg_.a /root/.cache/go-build/af/afb7667001baf2b795931bc242e4faf23cf19e69bb9d492458031c8954daf09b-d # internal
2025-08-20T21:20:16.4601026Z [00:02:09.727]➜  github.com/google/gnostic-models/jsonschema
2025-08-20T21:20:16.4603870Z [00:02:09.727]➜  mkdir -p $WORK/b330/
2025-08-20T21:20:16.4612152Z [00:02:09.728]➜  cat >/tmp/go-build3547871397/b330/importcfg << 'EOF' # internal
2025-08-20T21:20:16.4613113Z [00:02:09.728]➜  # import config
2025-08-20T21:20:16.4613855Z [00:02:09.728]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:16.4614736Z [00:02:09.728]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:16.4615608Z [00:02:09.728]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:20:16.4616516Z [00:02:09.728]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:20:16.4617335Z [00:02:09.728]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:16.4618164Z [00:02:09.728]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:16.4618988Z [00:02:09.728]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:16.4619616Z [00:02:09.728]➜  EOF
2025-08-20T21:20:16.4628564Z [00:02:09.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b330/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/jsonschema=>github.com/google/gnostic-models@v0.6.9/jsonschema;$WORK/b330=>" -p github.com/google/gnostic-models/jsonschema -lang=go1.21 -complete -installsuffix shared -buildid yILlfR32yU8Ejt0cl6Ci/yILlfR32yU8Ejt0cl6Ci -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b330/importcfg -pack /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/jsonschema/base.go /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/jsonschema/display.go /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/jsonschema/models.go /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/jsonschema/operations.go /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/jsonschema/reader.go /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/jsonschema/writer.go
2025-08-20T21:20:16.6769492Z [00:02:09.944]➜  go tool buildid -w $WORK/b330/_pkg_.a # internal
2025-08-20T21:20:16.6842386Z [00:02:09.951]➜  cp $WORK/b330/_pkg_.a /root/.cache/go-build/1b/1bc281a60567867937a0d0c2363c6d3137dc9eddbd7f1bf313795f55cd5f86e1-d # internal
2025-08-20T21:20:16.6860934Z [00:02:09.953]➜  os/exec
2025-08-20T21:20:16.6863257Z [00:02:09.953]➜  mkdir -p $WORK/b331/
2025-08-20T21:20:16.6871055Z [00:02:09.954]➜  cat >/tmp/go-build3547871397/b331/importcfg << 'EOF' # internal
2025-08-20T21:20:16.6872924Z [00:02:09.954]➜  # import config
2025-08-20T21:20:16.6874918Z [00:02:09.954]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:16.6876250Z [00:02:09.954]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:16.6877865Z [00:02:09.954]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:16.6879940Z [00:02:09.954]➜  packagefile internal/godebug=/tmp/go-build3547871397/b057/_pkg_.a
2025-08-20T21:20:16.6881295Z [00:02:09.954]➜  packagefile internal/syscall/execenv=/tmp/go-build3547871397/b062/_pkg_.a
2025-08-20T21:20:16.6883376Z [00:02:09.954]➜  packagefile internal/syscall/unix=/tmp/go-build3547871397/b061/_pkg_.a
2025-08-20T21:20:16.6884758Z [00:02:09.954]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:16.6886369Z [00:02:09.954]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:16.6888225Z [00:02:09.954]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:16.6889479Z [00:02:09.954]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:16.6890708Z [00:02:09.954]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:16.6891871Z [00:02:09.954]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:16.6893589Z [00:02:09.954]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:16.6894442Z [00:02:09.954]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:16.6895241Z [00:02:09.954]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:16.6895844Z [00:02:09.954]➜  EOF
2025-08-20T21:20:16.6899246Z [00:02:09.955]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b331/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b331=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid KJw3gQLRo8k05qhHz5Ed/KJw3gQLRo8k05qhHz5Ed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b331/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:20:16.8507138Z [00:02:10.118]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T21:20:16.8621711Z [00:02:10.129]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/e9/e9bf42bb58578e8f7f1e70551663aff8a518d51c8b3ac5489f43dcafe27ecea4-d # internal
2025-08-20T21:20:16.8623102Z [00:02:10.129]➜  google.golang.org/protobuf/internal/encoding/messageset
2025-08-20T21:20:16.8623734Z [00:02:10.129]➜  mkdir -p $WORK/b305/
2025-08-20T21:20:16.8646597Z [00:02:10.132]➜  cat >/tmp/go-build3547871397/b305/importcfg << 'EOF' # internal
2025-08-20T21:20:16.8649208Z [00:02:10.132]➜  # import config
2025-08-20T21:20:16.8650111Z [00:02:10.132]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3547871397/b301/_pkg_.a
2025-08-20T21:20:16.8651357Z [00:02:10.132]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3547871397/b302/_pkg_.a
2025-08-20T21:20:16.8654145Z [00:02:10.132]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:16.8655174Z [00:02:10.132]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:16.8655731Z [00:02:10.132]➜  EOF
2025-08-20T21:20:16.8659630Z [00:02:10.132]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b305/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/messageset=>google.golang.org/protobuf@v1.36.5/internal/encoding/messageset;$WORK/b305=>" -p google.golang.org/protobuf/internal/encoding/messageset -lang=go1.21 -complete -installsuffix shared -buildid i6XuKgQyLiKWbTzlat-z/i6XuKgQyLiKWbTzlat-z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/messageset/messageset.go
2025-08-20T21:20:16.8763133Z [00:02:10.143]➜  go tool buildid -w $WORK/b331/_pkg_.a # internal
2025-08-20T21:20:16.8801713Z [00:02:10.147]➜  cp $WORK/b331/_pkg_.a /root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d # internal
2025-08-20T21:20:16.8803078Z [00:02:10.147]➜  google.golang.org/protobuf/internal/genid
2025-08-20T21:20:16.8803686Z [00:02:10.147]➜  mkdir -p $WORK/b309/
2025-08-20T21:20:16.8804394Z [00:02:10.147]➜  cat >/tmp/go-build3547871397/b309/importcfg << 'EOF' # internal
2025-08-20T21:20:16.8805060Z [00:02:10.147]➜  # import config
2025-08-20T21:20:16.8805950Z [00:02:10.147]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:16.8806806Z [00:02:10.147]➜  EOF
2025-08-20T21:20:16.8823529Z [00:02:10.147]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b309/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/genid=>google.golang.org/protobuf@v1.36.5/internal/genid;$WORK/b309=>" -p google.golang.org/protobuf/internal/genid -lang=go1.21 -complete -installsuffix shared -buildid gq_8uTqvXT1Nf_wDnNuA/gq_8uTqvXT1Nf_wDnNuA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/genid/any_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/genid/api_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/genid/descriptor_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/genid/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/genid/duration_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/genid/empty_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/genid/field_mask_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/genid/go_features_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/genid/goname.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/genid/map_entry.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/genid/name.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/genid/source_context_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/genid/struct_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/genid/timestamp_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/genid/type_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/genid/wrappers.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/genid/wrappers_gen.go
2025-08-20T21:20:16.8992052Z [00:02:10.166]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T21:20:16.9007762Z [00:02:10.167]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/d3/d3794ffba325f607ea63a25db580ae2874895185663b0844ec35393dc54b2fa8-d # internal
2025-08-20T21:20:16.9009391Z [00:02:10.168]➜  google.golang.org/protobuf/internal/order
2025-08-20T21:20:16.9010062Z [00:02:10.168]➜  mkdir -p $WORK/b310/
2025-08-20T21:20:16.9013892Z [00:02:10.168]➜  cat >/tmp/go-build3547871397/b310/importcfg << 'EOF' # internal
2025-08-20T21:20:16.9015443Z [00:02:10.168]➜  # import config
2025-08-20T21:20:16.9016399Z [00:02:10.168]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:16.9017474Z [00:02:10.168]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:16.9018260Z [00:02:10.168]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:16.9018834Z [00:02:10.168]➜  EOF
2025-08-20T21:20:16.9023233Z [00:02:10.168]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b310/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/order=>google.golang.org/protobuf@v1.36.5/internal/order;$WORK/b310=>" -p google.golang.org/protobuf/internal/order -lang=go1.21 -complete -installsuffix shared -buildid ovpXLekrx8Fe11Sxzlae/ovpXLekrx8Fe11Sxzlae -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b310/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/order/order.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/order/range.go
2025-08-20T21:20:16.9234177Z [00:02:10.188]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T21:20:16.9235933Z [00:02:10.190]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/78/78f246120a8e3199e5c6917559faa994b5793dde78bd52ad663b94459f35842b-d # internal
2025-08-20T21:20:16.9238247Z [00:02:10.190]➜  google.golang.org/protobuf/internal/strs
2025-08-20T21:20:16.9239012Z [00:02:10.191]➜  mkdir -p $WORK/b311/
2025-08-20T21:20:16.9239829Z [00:02:10.191]➜  cat >/tmp/go-build3547871397/b311/importcfg << 'EOF' # internal
2025-08-20T21:20:16.9240557Z [00:02:10.191]➜  # import config
2025-08-20T21:20:16.9241600Z [00:02:10.191]➜  packagefile go/token=/tmp/go-build3547871397/b131/_pkg_.a
2025-08-20T21:20:16.9242930Z [00:02:10.191]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3547871397/b308/_pkg_.a
2025-08-20T21:20:16.9245298Z [00:02:10.191]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:16.9246363Z [00:02:10.191]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:16.9247121Z [00:02:10.191]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:16.9247894Z [00:02:10.191]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:16.9248473Z [00:02:10.191]➜  EOF
2025-08-20T21:20:16.9257804Z [00:02:10.193]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b311/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/strs=>google.golang.org/protobuf@v1.36.5/internal/strs;$WORK/b311=>" -p google.golang.org/protobuf/internal/strs -lang=go1.21 -complete -installsuffix shared -buildid e84eFlB15nRjgM8wuFDC/e84eFlB15nRjgM8wuFDC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b311/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/strs/strings.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/strs/strings_unsafe_go121.go
2025-08-20T21:20:16.9342831Z [00:02:10.201]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T21:20:16.9354895Z [00:02:10.203]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/f0/f0eead6c0c492c0735ebbadcc3d21e4322b58fdbe3a23d497f2ea8ce56d2d7e1-d # internal
2025-08-20T21:20:16.9361860Z [00:02:10.203]➜  google.golang.org/protobuf/reflect/protoregistry
2025-08-20T21:20:16.9362530Z [00:02:10.203]➜  mkdir -p $WORK/b312/
2025-08-20T21:20:16.9363410Z [00:02:10.203]➜  cat >/tmp/go-build3547871397/b312/importcfg << 'EOF' # internal
2025-08-20T21:20:16.9364042Z [00:02:10.203]➜  # import config
2025-08-20T21:20:16.9364627Z [00:02:10.203]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:16.9365756Z [00:02:10.203]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3547871397/b305/_pkg_.a
2025-08-20T21:20:16.9367067Z [00:02:10.203]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3547871397/b302/_pkg_.a
2025-08-20T21:20:16.9368569Z [00:02:10.203]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3547871397/b308/_pkg_.a
2025-08-20T21:20:16.9369817Z [00:02:10.203]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:16.9370794Z [00:02:10.203]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:16.9371536Z [00:02:10.203]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:16.9372338Z [00:02:10.203]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:16.9373058Z [00:02:10.203]➜  EOF
2025-08-20T21:20:16.9377026Z [00:02:10.203]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b312/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/reflect/protoregistry=>google.golang.org/protobuf@v1.36.5/reflect/protoregistry;$WORK/b312=>" -p google.golang.org/protobuf/reflect/protoregistry -lang=go1.21 -complete -installsuffix shared -buildid 3VBOwY3No-Nw7DkjCfYU/3VBOwY3No-Nw7DkjCfYU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b312/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/reflect/protoregistry/registry.go
2025-08-20T21:20:16.9615461Z [00:02:10.229]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T21:20:16.9626257Z [00:02:10.230]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/0f/0f10b0604a67b7b3ed8f4b398a193ed7b45b85d5a30130d9c898ebdb0b54313f-d # internal
2025-08-20T21:20:16.9738782Z [00:02:10.241]➜  google.golang.org/protobuf/runtime/protoiface
2025-08-20T21:20:16.9741447Z [00:02:10.241]➜  mkdir -p $WORK/b313/
2025-08-20T21:20:16.9750358Z [00:02:10.242]➜  cat >/tmp/go-build3547871397/b313/importcfg << 'EOF' # internal
2025-08-20T21:20:16.9753218Z [00:02:10.242]➜  # import config
2025-08-20T21:20:16.9756649Z [00:02:10.242]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3547871397/b307/_pkg_.a
2025-08-20T21:20:16.9762542Z [00:02:10.242]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:16.9763626Z [00:02:10.242]➜  EOF
2025-08-20T21:20:16.9768033Z [00:02:10.242]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b313/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/runtime/protoiface=>google.golang.org/protobuf@v1.36.5/runtime/protoiface;$WORK/b313=>" -p google.golang.org/protobuf/runtime/protoiface -lang=go1.21 -complete -installsuffix shared -buildid L1DaRN-nen8DlNEuQRf-/L1DaRN-nen8DlNEuQRf- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b313/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/runtime/protoiface/legacy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/runtime/protoiface/methods.go
2025-08-20T21:20:17.0028049Z [00:02:10.270]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T21:20:17.0047916Z [00:02:10.272]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/6d/6d83747748108f4f9a1a64fa358ce43f151cd6bdf751f4741120202b91ba06c0-d # internal
2025-08-20T21:20:17.0053697Z [00:02:10.272]➜  google.golang.org/protobuf/internal/descfmt
2025-08-20T21:20:17.0054361Z [00:02:10.272]➜  mkdir -p $WORK/b316/
2025-08-20T21:20:17.0055085Z [00:02:10.272]➜  cat >/tmp/go-build3547871397/b316/importcfg << 'EOF' # internal
2025-08-20T21:20:17.0055725Z [00:02:10.272]➜  # import config
2025-08-20T21:20:17.0056348Z [00:02:10.272]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:17.0057416Z [00:02:10.272]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3547871397/b303/_pkg_.a
2025-08-20T21:20:17.0058745Z [00:02:10.272]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3547871397/b307/_pkg_.a
2025-08-20T21:20:17.0060130Z [00:02:10.272]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:17.0061217Z [00:02:10.272]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:17.0062024Z [00:02:10.272]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:17.0063344Z [00:02:10.272]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:17.0064170Z [00:02:10.272]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:17.0064782Z [00:02:10.272]➜  EOF
2025-08-20T21:20:17.0068690Z [00:02:10.272]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b316/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/descfmt=>google.golang.org/protobuf@v1.36.5/internal/descfmt;$WORK/b316=>" -p google.golang.org/protobuf/internal/descfmt -lang=go1.21 -complete -installsuffix shared -buildid bJJqbXG86v8QLq9HeLMt/bJJqbXG86v8QLq9HeLMt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/descfmt/stringer.go
2025-08-20T21:20:17.0728750Z [00:02:10.340]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix
2025-08-20T21:20:17.0731656Z [00:02:10.340]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix=>golang.org/x/sys@v0.34.0/unix;$WORK/b290=>" -I $WORK/b290/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b290/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:20:17.0777324Z [00:02:10.345]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T21:20:17.0822059Z [00:02:10.349]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/c8/c8780c0160e76a5c749c4c582d853d4d16bce50412ac697e2852257ef3676e70-d # internal
2025-08-20T21:20:17.0827753Z [00:02:10.350]➜  go tool pack r $WORK/b290/_pkg_.a $WORK/b290/asm_linux_amd64.o # internal
2025-08-20T21:20:17.0834104Z [00:02:10.351]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T21:20:17.0850673Z [00:02:10.352]➜  google.golang.org/protobuf/proto
2025-08-20T21:20:17.0851907Z [00:02:10.352]➜  mkdir -p $WORK/b300/
2025-08-20T21:20:17.0853070Z [00:02:10.352]➜  cat >/tmp/go-build3547871397/b300/importcfg << 'EOF' # internal
2025-08-20T21:20:17.0854099Z [00:02:10.352]➜  # import config
2025-08-20T21:20:17.0855233Z [00:02:10.352]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:17.0856485Z [00:02:10.352]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:17.0857955Z [00:02:10.352]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3547871397/b301/_pkg_.a
2025-08-20T21:20:17.0859645Z [00:02:10.352]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3547871397/b305/_pkg_.a
2025-08-20T21:20:17.0861365Z [00:02:10.352]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3547871397/b302/_pkg_.a
2025-08-20T21:20:17.0863165Z [00:02:10.352]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3547871397/b308/_pkg_.a
2025-08-20T21:20:17.0864879Z [00:02:10.352]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3547871397/b309/_pkg_.a
2025-08-20T21:20:17.0874596Z [00:02:10.352]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3547871397/b310/_pkg_.a
2025-08-20T21:20:17.0875965Z [00:02:10.352]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3547871397/b307/_pkg_.a
2025-08-20T21:20:17.0877309Z [00:02:10.352]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3547871397/b311/_pkg_.a
2025-08-20T21:20:17.0878667Z [00:02:10.352]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:17.0880108Z [00:02:10.352]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3547871397/b312/_pkg_.a
2025-08-20T21:20:17.0881527Z [00:02:10.352]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3547871397/b313/_pkg_.a
2025-08-20T21:20:17.0888083Z [00:02:10.352]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:17.0889020Z [00:02:10.352]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:17.0889894Z [00:02:10.352]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:17.0890888Z [00:02:10.352]➜  EOF
2025-08-20T21:20:17.0891382Z [00:02:10.352]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:17.0902554Z [00:02:10.352]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b300/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/proto=>google.golang.org/protobuf@v1.36.5/proto;$WORK/b300=>" -p google.golang.org/protobuf/proto -lang=go1.21 -complete -installsuffix shared -buildid Zwd1SwDXAwDX0KHTBHB5/Zwd1SwDXAwDX0KHTBHB5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b300/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/proto/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/proto/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/proto/decode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/proto/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/proto/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/proto/encode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/proto/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/proto/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/proto/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/proto/messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/proto/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/proto/proto_methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/proto/reset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/proto/size.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/proto/size_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/proto/wrapperopaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/proto/wrappers.go
2025-08-20T21:20:17.0995470Z [00:02:10.367]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/82/82b1de35776326b134c7c4c79d17e57ba5b236135736217e63c3fe2e736cc521-d # internal
2025-08-20T21:20:17.1029229Z [00:02:10.370]➜  github.com/moby/term
2025-08-20T21:20:17.1041714Z [00:02:10.370]➜  mkdir -p $WORK/b289/
2025-08-20T21:20:17.1042492Z [00:02:10.370]➜  cat >/tmp/go-build3547871397/b289/importcfg << 'EOF' # internal
2025-08-20T21:20:17.1043448Z [00:02:10.370]➜  # import config
2025-08-20T21:20:17.1044113Z [00:02:10.370]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:17.1044953Z [00:02:10.370]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:17.1045879Z [00:02:10.370]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:20:17.1046717Z [00:02:10.370]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:17.1047503Z [00:02:10.370]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:17.1048343Z [00:02:10.370]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:17.1048946Z [00:02:10.370]➜  EOF
2025-08-20T21:20:17.1058974Z [00:02:10.370]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b289/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/term@v0.5.2=>github.com/moby/term@v0.5.2;$WORK/b289=>" -p github.com/moby/term -lang=go1.18 -complete -installsuffix shared -buildid 4Xe_kdQcmtL1nUEalTpr/4Xe_kdQcmtL1nUEalTpr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/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:20:17.1112417Z [00:02:10.378]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T21:20:17.1131423Z [00:02:10.380]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/d4/d4c712dbb1a735344e3eb8f0003f4e1a14876105894fc0f060d2b1f80f41c114-d # internal
2025-08-20T21:20:17.1137319Z [00:02:10.380]➜  google.golang.org/protobuf/internal/descopts
2025-08-20T21:20:17.1138332Z [00:02:10.380]➜  mkdir -p $WORK/b317/
2025-08-20T21:20:17.1164040Z [00:02:10.383]➜  cat >/tmp/go-build3547871397/b317/importcfg << 'EOF' # internal
2025-08-20T21:20:17.1164758Z [00:02:10.383]➜  # import config
2025-08-20T21:20:17.1165741Z [00:02:10.383]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:17.1166641Z [00:02:10.383]➜  EOF
2025-08-20T21:20:17.1170521Z [00:02:10.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b317/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/descopts=>google.golang.org/protobuf@v1.36.5/internal/descopts;$WORK/b317=>" -p google.golang.org/protobuf/internal/descopts -lang=go1.21 -complete -installsuffix shared -buildid jZUtMZdxPKapXonezdVf/jZUtMZdxPKapXonezdVf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/descopts/options.go
2025-08-20T21:20:17.1311162Z [00:02:10.398]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T21:20:17.1326592Z [00:02:10.398]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/e1/e16ef761086cdc7cd38dfbac7dceb6dfc5b26b3ba76d817aad421dce0685a365-d # internal
2025-08-20T21:20:17.1327883Z [00:02:10.398]➜  google.golang.org/protobuf/internal/encoding/text
2025-08-20T21:20:17.1328551Z [00:02:10.398]➜  mkdir -p $WORK/b321/
2025-08-20T21:20:17.1329278Z [00:02:10.398]➜  cat >/tmp/go-build3547871397/b321/importcfg << 'EOF' # internal
2025-08-20T21:20:17.1329959Z [00:02:10.398]➜  # import config
2025-08-20T21:20:17.1330626Z [00:02:10.398]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:17.1331773Z [00:02:10.398]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:17.1333505Z [00:02:10.398]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3547871397/b303/_pkg_.a
2025-08-20T21:20:17.1334918Z [00:02:10.398]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3547871397/b302/_pkg_.a
2025-08-20T21:20:17.1336287Z [00:02:10.398]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3547871397/b308/_pkg_.a
2025-08-20T21:20:17.1337619Z [00:02:10.398]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3547871397/b311/_pkg_.a
2025-08-20T21:20:17.1338652Z [00:02:10.398]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:17.1339451Z [00:02:10.398]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:17.1340255Z [00:02:10.398]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:17.1341117Z [00:02:10.398]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:17.1342012Z [00:02:10.398]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:17.1343046Z [00:02:10.398]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:17.1343937Z [00:02:10.398]➜  packagefile unicode/utf16=/tmp/go-build3547871397/b073/_pkg_.a
2025-08-20T21:20:17.1344897Z [00:02:10.398]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:17.1345563Z [00:02:10.398]➜  EOF
2025-08-20T21:20:17.1352535Z [00:02:10.398]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b321/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/text=>google.golang.org/protobuf@v1.36.5/internal/encoding/text;$WORK/b321=>" -p google.golang.org/protobuf/internal/encoding/text -lang=go1.21 -complete -installsuffix shared -buildid GN5wcuTaMZ_xPGEypqzv/GN5wcuTaMZ_xPGEypqzv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/text/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/text/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/text/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/text/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/text/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/text/encode.go
2025-08-20T21:20:17.1581216Z [00:02:10.425]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T21:20:17.1597330Z [00:02:10.427]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/ed/edceb685f28c2f07be2802b95c0c1ccf26b49cca6315ac1fc6e6d0f89c00fd39-d # internal
2025-08-20T21:20:17.1598649Z [00:02:10.427]➜  google.golang.org/protobuf/internal/protolazy
2025-08-20T21:20:17.1599311Z [00:02:10.427]➜  mkdir -p $WORK/b327/
2025-08-20T21:20:17.1603995Z [00:02:10.427]➜  cat >/tmp/go-build3547871397/b327/importcfg << 'EOF' # internal
2025-08-20T21:20:17.1604734Z [00:02:10.427]➜  # import config
2025-08-20T21:20:17.1605458Z [00:02:10.427]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:17.1606282Z [00:02:10.427]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:17.1607411Z [00:02:10.427]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3547871397/b301/_pkg_.a
2025-08-20T21:20:17.1608800Z [00:02:10.427]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3547871397/b313/_pkg_.a
2025-08-20T21:20:17.1609887Z [00:02:10.428]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:17.1610667Z [00:02:10.428]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:17.1611515Z [00:02:10.428]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:17.1612160Z [00:02:10.428]➜  EOF
2025-08-20T21:20:17.1617824Z [00:02:10.428]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b327/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/protolazy=>google.golang.org/protobuf@v1.36.5/internal/protolazy;$WORK/b327=>" -p google.golang.org/protobuf/internal/protolazy -lang=go1.21 -complete -installsuffix shared -buildid vKZc8snOMmNG2Bw9jecL/vKZc8snOMmNG2Bw9jecL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b327/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/protolazy/bufferreader.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/protolazy/lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/protolazy/pointer_unsafe.go
2025-08-20T21:20:17.2200942Z [00:02:10.487]➜  go tool buildid -w $WORK/b327/_pkg_.a # internal
2025-08-20T21:20:17.2227609Z [00:02:10.487]➜  cp $WORK/b327/_pkg_.a /root/.cache/go-build/f9/f937296f2b02b51af8c0cc3a6f7ec14c8386ac2a21692cbb46b228619024eac2-d # internal
2025-08-20T21:20:17.2228755Z [00:02:10.487]➜  golang.org/x/sync/errgroup
2025-08-20T21:20:17.2229311Z [00:02:10.487]➜  mkdir -p $WORK/b332/
2025-08-20T21:20:17.2230071Z [00:02:10.488]➜  cat >/tmp/go-build3547871397/b332/importcfg << 'EOF' # internal
2025-08-20T21:20:17.2230750Z [00:02:10.488]➜  # import config
2025-08-20T21:20:17.2231407Z [00:02:10.488]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:17.2232215Z [00:02:10.488]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:17.2233206Z [00:02:10.488]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:17.2233837Z [00:02:10.488]➜  EOF
2025-08-20T21:20:17.2237244Z [00:02:10.488]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b332/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup=>golang.org/x/sync@v0.16.0/errgroup;$WORK/b332=>" -p golang.org/x/sync/errgroup -lang=go1.23 -complete -installsuffix shared -buildid h1Iow3w75S4TScP7KNap/h1Iow3w75S4TScP7KNap -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b332/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup/errgroup.go
2025-08-20T21:20:17.2780134Z [00:02:10.545]➜  go tool buildid -w $WORK/b332/_pkg_.a # internal
2025-08-20T21:20:17.2786577Z [00:02:10.546]➜  cp $WORK/b332/_pkg_.a /root/.cache/go-build/43/43c98acca421e0e582c9a6e78424f17cf8862fe767979cfacecf99b31cba85ca-d # internal
2025-08-20T21:20:17.2791996Z [00:02:10.546]➜  golang.org/x/text/encoding
2025-08-20T21:20:17.2794995Z [00:02:10.547]➜  mkdir -p $WORK/b334/
2025-08-20T21:20:17.2808977Z [00:02:10.548]➜  cat >/tmp/go-build3547871397/b334/importcfg << 'EOF' # internal
2025-08-20T21:20:17.2821947Z [00:02:10.548]➜  # import config
2025-08-20T21:20:17.2822857Z [00:02:10.548]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:17.2824027Z [00:02:10.548]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3547871397/b335/_pkg_.a
2025-08-20T21:20:17.2825286Z [00:02:10.548]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:20:17.2826218Z [00:02:10.548]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:17.2827052Z [00:02:10.548]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:17.2827915Z [00:02:10.548]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:17.2828553Z [00:02:10.548]➜  EOF
2025-08-20T21:20:17.2831811Z [00:02:10.548]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b334/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding=>golang.org/x/text@v0.27.0/encoding;$WORK/b334=>" -p golang.org/x/text/encoding -lang=go1.23 -complete -installsuffix shared -buildid uMEMio1KaWO0IHOqAm6S/uMEMio1KaWO0IHOqAm6S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b334/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/encoding.go
2025-08-20T21:20:17.3105061Z [00:02:10.576]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T21:20:17.3169846Z [00:02:10.584]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/c9/c9abc4bc70328a23461174b3ac78a5566998dd15b3253302520cfb2fa3ce34b7-d # internal
2025-08-20T21:20:17.3177461Z [00:02:10.584]➜  golang.org/x/text/runes
2025-08-20T21:20:17.3178109Z [00:02:10.584]➜  mkdir -p $WORK/b338/
2025-08-20T21:20:17.3200069Z [00:02:10.587]➜  cat >/tmp/go-build3547871397/b338/importcfg << 'EOF' # internal
2025-08-20T21:20:17.3206383Z [00:02:10.587]➜  # import config
2025-08-20T21:20:17.3207415Z [00:02:10.587]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:20:17.3208457Z [00:02:10.587]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:17.3209371Z [00:02:10.587]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:17.3210053Z [00:02:10.587]➜  EOF
2025-08-20T21:20:17.3213831Z [00:02:10.587]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b338/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/runes=>golang.org/x/text@v0.27.0/runes;$WORK/b338=>" -p golang.org/x/text/runes -lang=go1.23 -complete -installsuffix shared -buildid ZznIzIE9_2IGBKyEv-fJ/ZznIzIE9_2IGBKyEv-fJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b338/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:20:17.3354969Z [00:02:10.603]➜  go tool buildid -w $WORK/b334/_pkg_.a # internal
2025-08-20T21:20:17.3363784Z [00:02:10.604]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T21:20:17.3385260Z [00:02:10.606]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/c2/c20c0dd957a4c62c9812169b364a18e5fbd4b4b57bfdbffa942f720af3fac97f-d # internal
2025-08-20T21:20:17.3395037Z [00:02:10.606]➜  cp $WORK/b334/_pkg_.a /root/.cache/go-build/a8/a8879937f2ec0d156d84a09d5b89a360de1c760540ffc342a0273d8b0719b280-d # internal
2025-08-20T21:20:17.3398323Z [00:02:10.607]➜  google.golang.org/protobuf/encoding/prototext
2025-08-20T21:20:17.3410645Z [00:02:10.608]➜  mkdir -p $WORK/b324/
2025-08-20T21:20:17.3415025Z [00:02:10.608]➜  cat >/tmp/go-build3547871397/b324/importcfg << 'EOF' # internal
2025-08-20T21:20:17.3415754Z [00:02:10.608]➜  # import config
2025-08-20T21:20:17.3416469Z [00:02:10.608]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:17.3418072Z [00:02:10.608]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3547871397/b301/_pkg_.a
2025-08-20T21:20:17.3420525Z [00:02:10.608]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3547871397/b305/_pkg_.a
2025-08-20T21:20:17.3422542Z [00:02:10.608]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build3547871397/b321/_pkg_.a
2025-08-20T21:20:17.3424661Z [00:02:10.608]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3547871397/b302/_pkg_.a
2025-08-20T21:20:17.3426630Z [00:02:10.608]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3547871397/b308/_pkg_.a
2025-08-20T21:20:17.3428780Z [00:02:10.608]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3547871397/b309/_pkg_.a
2025-08-20T21:20:17.3430882Z [00:02:10.608]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3547871397/b310/_pkg_.a
2025-08-20T21:20:17.3433317Z [00:02:10.608]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3547871397/b307/_pkg_.a
2025-08-20T21:20:17.3435339Z [00:02:10.608]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build3547871397/b325/_pkg_.a
2025-08-20T21:20:17.3437462Z [00:02:10.608]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3547871397/b311/_pkg_.a
2025-08-20T21:20:17.3439420Z [00:02:10.608]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:20:17.3441481Z [00:02:10.608]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:17.3443574Z [00:02:10.608]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3547871397/b312/_pkg_.a
2025-08-20T21:20:17.3445319Z [00:02:10.608]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:17.3447150Z [00:02:10.608]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:17.3448348Z [00:02:10.608]➜  EOF
2025-08-20T21:20:17.3456938Z [00:02:10.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b324/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/encoding/prototext=>google.golang.org/protobuf@v1.36.5/encoding/prototext;$WORK/b324=>" -p google.golang.org/protobuf/encoding/prototext -lang=go1.21 -complete -installsuffix shared -buildid AABQGSkA64fIQCZWb5Dx/AABQGSkA64fIQCZWb5Dx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b324/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/encoding/prototext/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/encoding/prototext/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/encoding/prototext/encode.go
2025-08-20T21:20:17.3461736Z [00:02:10.608]➜  google.golang.org/protobuf/internal/encoding/defval
2025-08-20T21:20:17.3462423Z [00:02:10.608]➜  mkdir -p $WORK/b320/
2025-08-20T21:20:17.3475277Z [00:02:10.608]➜  cat >/tmp/go-build3547871397/b320/importcfg << 'EOF' # internal
2025-08-20T21:20:17.3476041Z [00:02:10.608]➜  # import config
2025-08-20T21:20:17.3476709Z [00:02:10.608]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:17.3477905Z [00:02:10.608]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build3547871397/b321/_pkg_.a
2025-08-20T21:20:17.3479341Z [00:02:10.608]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3547871397/b302/_pkg_.a
2025-08-20T21:20:17.3480758Z [00:02:10.608]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:17.3481895Z [00:02:10.608]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:17.3482953Z [00:02:10.608]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:17.3483606Z [00:02:10.608]➜  EOF
2025-08-20T21:20:17.3487856Z [00:02:10.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b320/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/defval=>google.golang.org/protobuf@v1.36.5/internal/encoding/defval;$WORK/b320=>" -p google.golang.org/protobuf/internal/encoding/defval -lang=go1.21 -complete -installsuffix shared -buildid fBUNNJ5vHtfmAZt1pTDq/fBUNNJ5vHtfmAZt1pTDq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/defval/default.go
2025-08-20T21:20:17.3947804Z [00:02:10.662]➜  go tool buildid -w $WORK/b338/_pkg_.a # internal
2025-08-20T21:20:17.3967271Z [00:02:10.664]➜  cp $WORK/b338/_pkg_.a /root/.cache/go-build/55/552a9d609035075c183fca6daa4a7847c9fb46a2ea15bc1acc7ae0a29121896e-d # internal
2025-08-20T21:20:17.3972557Z [00:02:10.664]➜  golang.org/x/text/encoding/internal
2025-08-20T21:20:17.3973523Z [00:02:10.664]➜  mkdir -p $WORK/b336/
2025-08-20T21:20:17.3984607Z [00:02:10.666]➜  cat >/tmp/go-build3547871397/b336/importcfg << 'EOF' # internal
2025-08-20T21:20:17.3985921Z [00:02:10.666]➜  # import config
2025-08-20T21:20:17.3988434Z [00:02:10.666]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3547871397/b334/_pkg_.a
2025-08-20T21:20:17.3990045Z [00:02:10.666]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3547871397/b335/_pkg_.a
2025-08-20T21:20:17.3996972Z [00:02:10.666]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:20:17.3997800Z [00:02:10.666]➜  EOF
2025-08-20T21:20:17.4001951Z [00:02:10.666]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b336/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/internal=>golang.org/x/text@v0.27.0/encoding/internal;$WORK/b336=>" -p golang.org/x/text/encoding/internal -lang=go1.23 -complete -installsuffix shared -buildid THLAIFptLj6WMGplE1UI/THLAIFptLj6WMGplE1UI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b336/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/internal/internal.go
2025-08-20T21:20:17.4242067Z [00:02:10.691]➜  go tool buildid -w $WORK/b336/_pkg_.a # internal
2025-08-20T21:20:17.4246821Z [00:02:10.692]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T21:20:17.4256537Z [00:02:10.693]➜  cp $WORK/b336/_pkg_.a /root/.cache/go-build/dd/dd8ae9d322320dfd1222368db8289786eba9fed8ce90ad735c4c6dff9f0c6927-d # internal
2025-08-20T21:20:17.4267970Z [00:02:10.693]➜  golang.org/x/text/encoding/unicode
2025-08-20T21:20:17.4268623Z [00:02:10.693]➜  mkdir -p $WORK/b333/
2025-08-20T21:20:17.4269383Z [00:02:10.694]➜  cat >/tmp/go-build3547871397/b333/importcfg << 'EOF' # internal
2025-08-20T21:20:17.4270092Z [00:02:10.694]➜  # import config
2025-08-20T21:20:17.4270754Z [00:02:10.694]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:17.4271573Z [00:02:10.694]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:17.4272563Z [00:02:10.694]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3547871397/b334/_pkg_.a
2025-08-20T21:20:17.4274246Z [00:02:10.694]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3547871397/b336/_pkg_.a
2025-08-20T21:20:17.4275609Z [00:02:10.694]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3547871397/b335/_pkg_.a
2025-08-20T21:20:17.4283324Z [00:02:10.694]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build3547871397/b337/_pkg_.a
2025-08-20T21:20:17.4284635Z [00:02:10.694]➜  packagefile golang.org/x/text/runes=/tmp/go-build3547871397/b338/_pkg_.a
2025-08-20T21:20:17.4285734Z [00:02:10.694]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:20:17.4286808Z [00:02:10.694]➜  packagefile unicode/utf16=/tmp/go-build3547871397/b073/_pkg_.a
2025-08-20T21:20:17.4287769Z [00:02:10.694]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:17.4288474Z [00:02:10.694]➜  EOF
2025-08-20T21:20:17.4305901Z [00:02:10.694]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b333/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/unicode=>golang.org/x/text@v0.27.0/encoding/unicode;$WORK/b333=>" -p golang.org/x/text/encoding/unicode -lang=go1.23 -complete -installsuffix shared -buildid rq_9lxVJ2qxkjfOafwN1/rq_9lxVJ2qxkjfOafwN1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b333/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/unicode/override.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/unicode/unicode.go
2025-08-20T21:20:17.4310671Z [00:02:10.694]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/6e/6ecc5ed85b51cc5db059721501ab3b8ac2c5851a21f96cb17530b07600babaa4-d # internal
2025-08-20T21:20:17.4311998Z [00:02:10.695]➜  google.golang.org/protobuf/internal/filedesc
2025-08-20T21:20:17.4312838Z [00:02:10.695]➜  mkdir -p $WORK/b315/
2025-08-20T21:20:17.4313616Z [00:02:10.696]➜  cat >/tmp/go-build3547871397/b315/importcfg << 'EOF' # internal
2025-08-20T21:20:17.4319916Z [00:02:10.696]➜  # import config
2025-08-20T21:20:17.4320676Z [00:02:10.696]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:17.4321517Z [00:02:10.696]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:17.4322830Z [00:02:10.696]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3547871397/b301/_pkg_.a
2025-08-20T21:20:17.4324262Z [00:02:10.696]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build3547871397/b316/_pkg_.a
2025-08-20T21:20:17.4325643Z [00:02:10.696]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3547871397/b317/_pkg_.a
2025-08-20T21:20:17.4327096Z [00:02:10.696]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build3547871397/b318/_pkg_.a
2025-08-20T21:20:17.4328585Z [00:02:10.696]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3547871397/b320/_pkg_.a
2025-08-20T21:20:17.4330353Z [00:02:10.696]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3547871397/b305/_pkg_.a
2025-08-20T21:20:17.4331818Z [00:02:10.696]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3547871397/b302/_pkg_.a
2025-08-20T21:20:17.4333361Z [00:02:10.696]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3547871397/b309/_pkg_.a
2025-08-20T21:20:17.4334707Z [00:02:10.696]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3547871397/b307/_pkg_.a
2025-08-20T21:20:17.4335988Z [00:02:10.696]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3547871397/b311/_pkg_.a
2025-08-20T21:20:17.4337250Z [00:02:10.696]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:20:17.4338612Z [00:02:10.696]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:17.4340111Z [00:02:10.696]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3547871397/b312/_pkg_.a
2025-08-20T21:20:17.4341294Z [00:02:10.696]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:17.4342178Z [00:02:10.696]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:17.4343278Z [00:02:10.696]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:17.4344152Z [00:02:10.696]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:17.4345023Z [00:02:10.696]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:17.4345891Z [00:02:10.696]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:17.4346585Z [00:02:10.696]➜  EOF
2025-08-20T21:20:17.4355008Z [00:02:10.697]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b315/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/filedesc=>google.golang.org/protobuf@v1.36.5/internal/filedesc;$WORK/b315=>" -p google.golang.org/protobuf/internal/filedesc -lang=go1.21 -complete -installsuffix shared -buildid e82EMK4yDkRNLSAYzHD0/e82EMK4yDkRNLSAYzHD0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/filedesc/build.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/filedesc/desc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/filedesc/desc_init.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/filedesc/desc_lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/filedesc/desc_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/filedesc/desc_list_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/filedesc/editions.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/filedesc/placeholder.go
2025-08-20T21:20:17.5066212Z [00:02:10.773]➜  go tool buildid -w $WORK/b333/_pkg_.a # internal
2025-08-20T21:20:17.5090670Z [00:02:10.776]➜  cp $WORK/b333/_pkg_.a /root/.cache/go-build/84/84be32ea4a75760edbacfa210ffa4f112ade6cd39929c1c722dd39d14959031a-d # internal
2025-08-20T21:20:17.5114271Z [00:02:10.777]➜  k8s.io/apimachinery/pkg/util/framer
2025-08-20T21:20:17.5114897Z [00:02:10.777]➜  mkdir -p $WORK/b343/
2025-08-20T21:20:17.5115600Z [00:02:10.778]➜  cat >/tmp/go-build3547871397/b343/importcfg << 'EOF' # internal
2025-08-20T21:20:17.5116277Z [00:02:10.778]➜  # import config
2025-08-20T21:20:17.5116969Z [00:02:10.778]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:17.5117934Z [00:02:10.778]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:17.5118781Z [00:02:10.778]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:17.5119364Z [00:02:10.778]➜  EOF
2025-08-20T21:20:17.5123408Z [00:02:10.778]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b343/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/framer=>k8s.io/apimachinery@v0.33.2/pkg/util/framer;$WORK/b343=>" -p k8s.io/apimachinery/pkg/util/framer -lang=go1.24 -complete -installsuffix shared -buildid 5BKWZ9wivByCVQGKuhJi/5BKWZ9wivByCVQGKuhJi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b343/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/framer/framer.go
2025-08-20T21:20:17.5656475Z [00:02:10.833]➜  go tool buildid -w $WORK/b343/_pkg_.a # internal
2025-08-20T21:20:17.5659427Z [00:02:10.833]➜  cp $WORK/b343/_pkg_.a /root/.cache/go-build/f8/f86ddf488a838a8a2e617943a8129728104b9d88cf8e0d495a6bd2ba8af8f406-d # internal
2025-08-20T21:20:17.5660595Z [00:02:10.833]➜  k8s.io/apimachinery/pkg/util/yaml
2025-08-20T21:20:17.5661199Z [00:02:10.833]➜  mkdir -p $WORK/b344/
2025-08-20T21:20:17.5661934Z [00:02:10.833]➜  cat >/tmp/go-build3547871397/b344/importcfg << 'EOF' # internal
2025-08-20T21:20:17.5662838Z [00:02:10.833]➜  # import config
2025-08-20T21:20:17.5663522Z [00:02:10.833]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:17.5664338Z [00:02:10.833]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:17.5665226Z [00:02:10.833]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:17.5666119Z [00:02:10.833]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:17.5666926Z [00:02:10.833]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:17.5667722Z [00:02:10.833]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:17.5668718Z [00:02:10.833]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3547871397/b142/_pkg_.a
2025-08-20T21:20:17.5669795Z [00:02:10.833]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:20:17.5670703Z [00:02:10.833]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:17.5671549Z [00:02:10.833]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:17.5672752Z [00:02:10.833]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:17.5673441Z [00:02:10.833]➜  EOF
2025-08-20T21:20:17.5677641Z [00:02:10.833]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b344/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/yaml=>k8s.io/apimachinery@v0.33.2/pkg/util/yaml;$WORK/b344=>" -p k8s.io/apimachinery/pkg/util/yaml -lang=go1.24 -complete -installsuffix shared -buildid OeYovNinaWqCq6-s7E2t/OeYovNinaWqCq6-s7E2t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b344/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/yaml/decoder.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/yaml/stream_reader.go
2025-08-20T21:20:17.5956789Z [00:02:10.863]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T21:20:17.5988961Z [00:02:10.866]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/3d/3d6355f1041bad244204bda66183a5112549f1c73042e5ba6de0e086bb6e9646-d # internal
2025-08-20T21:20:17.5993116Z [00:02:10.867]➜  github.com/josharian/intern
2025-08-20T21:20:17.5996748Z [00:02:10.867]➜  mkdir -p $WORK/b419/
2025-08-20T21:20:17.6003811Z [00:02:10.868]➜  cat >/tmp/go-build3547871397/b419/importcfg << 'EOF' # internal
2025-08-20T21:20:17.6005705Z [00:02:10.868]➜  # import config
2025-08-20T21:20:17.6006373Z [00:02:10.868]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:17.6006996Z [00:02:10.868]➜  EOF
2025-08-20T21:20:17.6011579Z [00:02:10.868]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b419/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/josharian/intern@v1.0.0=>github.com/josharian/intern@v1.0.0;$WORK/b419=>" -p github.com/josharian/intern -lang=go1.5 -complete -installsuffix shared -buildid TienH9xVMOd_5ORFWebG/TienH9xVMOd_5ORFWebG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b419/importcfg -pack /root/go/pkg/mod/github.com/josharian/intern@v1.0.0/intern.go
2025-08-20T21:20:17.6197332Z [00:02:10.887]➜  go tool buildid -w $WORK/b419/_pkg_.a # internal
2025-08-20T21:20:17.6205810Z [00:02:10.888]➜  cp $WORK/b419/_pkg_.a /root/.cache/go-build/9d/9de6050f9f4f102c359d822b053f6d9505b74f0387200e438c37f4c33858a826-d # internal
2025-08-20T21:20:17.6208922Z [00:02:10.888]➜  github.com/mailru/easyjson/jlexer
2025-08-20T21:20:17.6209848Z [00:02:10.888]➜  mkdir -p $WORK/b418/
2025-08-20T21:20:17.6216750Z [00:02:10.889]➜  cat >/tmp/go-build3547871397/b418/importcfg << 'EOF' # internal
2025-08-20T21:20:17.6217543Z [00:02:10.889]➜  # import config
2025-08-20T21:20:17.6218193Z [00:02:10.889]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:17.6220861Z [00:02:10.889]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:17.6221791Z [00:02:10.889]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:17.6222806Z [00:02:10.889]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:17.6223603Z [00:02:10.889]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:17.6224599Z [00:02:10.889]➜  packagefile github.com/josharian/intern=/tmp/go-build3547871397/b419/_pkg_.a
2025-08-20T21:20:17.6225587Z [00:02:10.889]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:17.6226401Z [00:02:10.889]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:17.6227223Z [00:02:10.889]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:17.6228001Z [00:02:10.889]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:17.6228862Z [00:02:10.889]➜  packagefile unicode/utf16=/tmp/go-build3547871397/b073/_pkg_.a
2025-08-20T21:20:17.6229739Z [00:02:10.889]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:17.6230413Z [00:02:10.889]➜  EOF
2025-08-20T21:20:17.6235102Z [00:02:10.889]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b418/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/jlexer=>github.com/mailru/easyjson@v0.7.7/jlexer;$WORK/b418=>" -p github.com/mailru/easyjson/jlexer -lang=go1.12 -complete -installsuffix shared -buildid nBLtVsO86q2w-0Tlll4N/nBLtVsO86q2w-0Tlll4N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b418/importcfg -pack /root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/jlexer/bytestostr.go /root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/jlexer/error.go /root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/jlexer/lexer.go
2025-08-20T21:20:17.6794654Z [00:02:10.947]➜  go tool buildid -w $WORK/b344/_pkg_.a # internal
2025-08-20T21:20:17.6798100Z [00:02:10.947]➜  cp $WORK/b344/_pkg_.a /root/.cache/go-build/69/6935d09cdb281d28eb63bea009f86d855bdb7166be50279028ce0a7cac73e18c-d # internal
2025-08-20T21:20:17.6799283Z [00:02:10.947]➜  github.com/mailru/easyjson/buffer
2025-08-20T21:20:17.6799875Z [00:02:10.947]➜  mkdir -p $WORK/b421/
2025-08-20T21:20:17.6828535Z [00:02:10.950]➜  cat >/tmp/go-build3547871397/b421/importcfg << 'EOF' # internal
2025-08-20T21:20:17.6830873Z [00:02:10.950]➜  # import config
2025-08-20T21:20:17.6831535Z [00:02:10.950]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:17.6832345Z [00:02:10.950]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:17.6833368Z [00:02:10.950]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:17.6833976Z [00:02:10.950]➜  EOF
2025-08-20T21:20:17.6837504Z [00:02:10.950]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b421/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/buffer=>github.com/mailru/easyjson@v0.7.7/buffer;$WORK/b421=>" -p github.com/mailru/easyjson/buffer -lang=go1.12 -complete -installsuffix shared -buildid bcbVZVplcEtlU_0N-umc/bcbVZVplcEtlU_0N-umc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b421/importcfg -pack /root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/buffer/pool.go
2025-08-20T21:20:17.7816785Z [00:02:11.049]➜  go tool buildid -w $WORK/b421/_pkg_.a # internal
2025-08-20T21:20:17.7828125Z [00:02:11.050]➜  cp $WORK/b421/_pkg_.a /root/.cache/go-build/52/529ae02ef28eb3a6b4dbc3a19439963b939b9de379f78db4d363596d511afb39-d # internal
2025-08-20T21:20:17.7831101Z [00:02:11.050]➜  github.com/mailru/easyjson/jwriter
2025-08-20T21:20:17.7832035Z [00:02:11.050]➜  mkdir -p $WORK/b420/
2025-08-20T21:20:17.7860826Z [00:02:11.053]➜  cat >/tmp/go-build3547871397/b420/importcfg << 'EOF' # internal
2025-08-20T21:20:17.7864528Z [00:02:11.054]➜  # import config
2025-08-20T21:20:17.7865481Z [00:02:11.054]➜  packagefile github.com/mailru/easyjson/buffer=/tmp/go-build3547871397/b421/_pkg_.a
2025-08-20T21:20:17.7866499Z [00:02:11.054]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:17.7867370Z [00:02:11.054]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:17.7868301Z [00:02:11.054]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:17.7868992Z [00:02:11.054]➜  EOF
2025-08-20T21:20:17.7872584Z [00:02:11.054]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b420/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/jwriter=>github.com/mailru/easyjson@v0.7.7/jwriter;$WORK/b420=>" -p github.com/mailru/easyjson/jwriter -lang=go1.12 -complete -installsuffix shared -buildid j-CkGk8kMXQTyQdZ0SVR/j-CkGk8kMXQTyQdZ0SVR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b420/importcfg -pack /root/go/pkg/mod/github.com/mailru/easyjson@v0.7.7/jwriter/writer.go
2025-08-20T21:20:17.8015302Z [00:02:11.069]➜  go tool buildid -w $WORK/b418/_pkg_.a # internal
2025-08-20T21:20:17.8019352Z [00:02:11.069]➜  cp $WORK/b418/_pkg_.a /root/.cache/go-build/7a/7a92fe8df12734973ee08010766f199b80ce504e0b9c8558e01932e0069c1462-d # internal
2025-08-20T21:20:17.8022370Z [00:02:11.069]➜  github.com/go-openapi/jsonreference/internal
2025-08-20T21:20:17.8023174Z [00:02:11.069]➜  mkdir -p $WORK/b422/
2025-08-20T21:20:17.8027692Z [00:02:11.070]➜  cat >/tmp/go-build3547871397/b422/importcfg << 'EOF' # internal
2025-08-20T21:20:17.8030484Z [00:02:11.070]➜  # import config
2025-08-20T21:20:17.8031201Z [00:02:11.070]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:17.8032034Z [00:02:11.070]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:17.8033051Z [00:02:11.070]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:17.8033696Z [00:02:11.070]➜  EOF
2025-08-20T21:20:17.8037587Z [00:02:11.070]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b422/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/jsonreference@v0.20.2/internal=>github.com/go-openapi/jsonreference@v0.20.2/internal;$WORK/b422=>" -p github.com/go-openapi/jsonreference/internal -lang=go1.13 -complete -installsuffix shared -buildid a7BNK7gUv6Cbr0fOg_Zt/a7BNK7gUv6Cbr0fOg_Zt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b422/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/jsonreference@v0.20.2/internal/normalize_url.go
2025-08-20T21:20:17.8198548Z [00:02:11.087]➜  go tool buildid -w $WORK/b422/_pkg_.a # internal
2025-08-20T21:20:17.8204569Z [00:02:11.088]➜  cp $WORK/b422/_pkg_.a /root/.cache/go-build/7d/7d5d7e7f1167e4e9573529cb11157f1a8c43330b8e1df3b42ec9194589818ea2-d # internal
2025-08-20T21:20:17.8213328Z [00:02:11.089]➜  k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json
2025-08-20T21:20:17.8215799Z [00:02:11.089]➜  mkdir -p $WORK/b424/
2025-08-20T21:20:17.8222254Z [00:02:11.089]➜  cat >/tmp/go-build3547871397/b424/importcfg << 'EOF' # internal
2025-08-20T21:20:17.8223468Z [00:02:11.089]➜  # import config
2025-08-20T21:20:17.8224181Z [00:02:11.089]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:17.8225056Z [00:02:11.089]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:17.8225990Z [00:02:11.089]➜  packagefile encoding/base32=/tmp/go-build3547871397/b095/_pkg_.a
2025-08-20T21:20:17.8226987Z [00:02:11.089]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:17.8227934Z [00:02:11.089]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:17.8228897Z [00:02:11.089]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:20:17.8230124Z [00:02:11.089]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:17.8231036Z [00:02:11.089]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:17.8231833Z [00:02:11.089]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:17.8233006Z [00:02:11.089]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:17.8233876Z [00:02:11.089]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:17.8234738Z [00:02:11.089]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:17.8235565Z [00:02:11.089]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:17.8236402Z [00:02:11.089]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:17.8237285Z [00:02:11.090]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:17.8238116Z [00:02:11.090]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:17.8238936Z [00:02:11.090]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:17.8239761Z [00:02:11.090]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:17.8240631Z [00:02:11.090]➜  packagefile unicode/utf16=/tmp/go-build3547871397/b073/_pkg_.a
2025-08-20T21:20:17.8241557Z [00:02:11.090]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:17.8242213Z [00:02:11.090]➜  EOF
2025-08-20T21:20:17.8274513Z [00:02:11.090]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b424/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json=>k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json;$WORK/b424=>" -p k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json -lang=go1.21 -complete -installsuffix shared -buildid tbmJxNK28wr_Te2C5lwt/tbmJxNK28wr_Te2C5lwt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b424/importcfg -pack /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json/arshal.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json/arshal_any.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json/arshal_default.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json/arshal_funcs.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json/arshal_inlined.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json/arshal_methods.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json/arshal_time.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json/decode.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json/doc.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json/encode.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json/errors.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json/fields.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json/fold.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json/intern.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json/pools.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json/state.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json/token.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/third_party/go-json-experiment/json/value.go
2025-08-20T21:20:17.9160814Z [00:02:11.183]➜  go tool buildid -w $WORK/b420/_pkg_.a # internal
2025-08-20T21:20:17.9185420Z [00:02:11.184]➜  cp $WORK/b420/_pkg_.a /root/.cache/go-build/05/050af0903d12ec1faa7a2ed419acff75f6a651ce52fbc0489cdc38e10eb6e0fe-d # internal
2025-08-20T21:20:17.9199812Z [00:02:11.186]➜  sigs.k8s.io/structured-merge-diff/v4/schema
2025-08-20T21:20:17.9200502Z [00:02:11.186]➜  mkdir -p $WORK/b425/
2025-08-20T21:20:17.9201262Z [00:02:11.186]➜  cat >/tmp/go-build3547871397/b425/importcfg << 'EOF' # internal
2025-08-20T21:20:17.9201981Z [00:02:11.186]➜  # import config
2025-08-20T21:20:17.9202841Z [00:02:11.186]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:17.9203778Z [00:02:11.186]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:17.9204431Z [00:02:11.186]➜  EOF
2025-08-20T21:20:17.9209908Z [00:02:11.187]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b425/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/schema=>sigs.k8s.io/structured-merge-diff/v4@v4.6.0/schema;$WORK/b425=>" -p sigs.k8s.io/structured-merge-diff/v4/schema -lang=go1.13 -complete -installsuffix shared -buildid zLw3hN71Zs8XVWhQwunD/zLw3hN71Zs8XVWhQwunD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b425/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/schema/doc.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/schema/elements.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/schema/equals.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/schema/schemaschema.go
2025-08-20T21:20:17.9649807Z [00:02:11.232]➜  go tool buildid -w $WORK/b425/_pkg_.a # internal
2025-08-20T21:20:17.9662547Z [00:02:11.233]➜  cp $WORK/b425/_pkg_.a /root/.cache/go-build/bc/bc4a6f33ada18669399a010620bafd49c7e66f9599868d93c9161140eb976f7e-d # internal
2025-08-20T21:20:17.9666708Z [00:02:11.234]➜  sigs.k8s.io/structured-merge-diff/v4/fieldpath
2025-08-20T21:20:17.9676791Z [00:02:11.235]➜  mkdir -p $WORK/b426/
2025-08-20T21:20:17.9677548Z [00:02:11.235]➜  cat >/tmp/go-build3547871397/b426/importcfg << 'EOF' # internal
2025-08-20T21:20:17.9678213Z [00:02:11.235]➜  # import config
2025-08-20T21:20:17.9678843Z [00:02:11.235]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:17.9679641Z [00:02:11.235]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:17.9680431Z [00:02:11.235]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:17.9681351Z [00:02:11.235]➜  packagefile github.com/json-iterator/go=/tmp/go-build3547871397/b244/_pkg_.a
2025-08-20T21:20:17.9682336Z [00:02:11.235]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:17.9683711Z [00:02:11.235]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/schema=/tmp/go-build3547871397/b425/_pkg_.a
2025-08-20T21:20:17.9685027Z [00:02:11.235]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/value=/tmp/go-build3547871397/b243/_pkg_.a
2025-08-20T21:20:17.9686098Z [00:02:11.235]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:17.9686912Z [00:02:11.235]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:17.9687756Z [00:02:11.235]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:17.9688401Z [00:02:11.235]➜  EOF
2025-08-20T21:20:17.9709575Z [00:02:11.235]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b426/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/fieldpath=>sigs.k8s.io/structured-merge-diff/v4@v4.6.0/fieldpath;$WORK/b426=>" -p sigs.k8s.io/structured-merge-diff/v4/fieldpath -lang=go1.13 -complete -installsuffix shared -buildid _obwgRN4wTM7PTsZlJyE/_obwgRN4wTM7PTsZlJyE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b426/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/fieldpath/doc.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/fieldpath/element.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/fieldpath/fromvalue.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/fieldpath/managers.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/fieldpath/path.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/fieldpath/pathelementmap.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/fieldpath/serialize-pe.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/fieldpath/serialize.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/fieldpath/set.go
2025-08-20T21:20:18.1067989Z [00:02:11.374]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T21:20:18.1265618Z [00:02:11.394]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/ba/bab80405b7bad82f82e4616304cb5813c266e4aa373d48863d434ed5761a0457-d # internal
2025-08-20T21:20:18.1281303Z [00:02:11.394]➜  google.golang.org/protobuf/internal/encoding/tag
2025-08-20T21:20:18.1281959Z [00:02:11.394]➜  mkdir -p $WORK/b326/
2025-08-20T21:20:18.1282777Z [00:02:11.394]➜  cat >/tmp/go-build3547871397/b326/importcfg << 'EOF' # internal
2025-08-20T21:20:18.1283433Z [00:02:11.394]➜  # import config
2025-08-20T21:20:18.1284435Z [00:02:11.394]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3547871397/b320/_pkg_.a
2025-08-20T21:20:18.1285755Z [00:02:11.394]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3547871397/b315/_pkg_.a
2025-08-20T21:20:18.1287017Z [00:02:11.394]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3547871397/b311/_pkg_.a
2025-08-20T21:20:18.1293284Z [00:02:11.396]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:18.1294865Z [00:02:11.396]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:18.1295747Z [00:02:11.396]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:18.1296597Z [00:02:11.396]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:18.1297501Z [00:02:11.396]➜  EOF
2025-08-20T21:20:18.1301284Z [00:02:11.396]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b326/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/tag=>google.golang.org/protobuf@v1.36.5/internal/encoding/tag;$WORK/b326=>" -p google.golang.org/protobuf/internal/encoding/tag -lang=go1.21 -complete -installsuffix shared -buildid TRjjLO81h5TWlxFMGGrp/TRjjLO81h5TWlxFMGGrp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b326/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/tag/tag.go
2025-08-20T21:20:18.2061806Z [00:02:11.473]➜  go tool buildid -w $WORK/b326/_pkg_.a # internal
2025-08-20T21:20:18.2091620Z [00:02:11.476]➜  cp $WORK/b326/_pkg_.a /root/.cache/go-build/ee/eeb794c924b33051045da80ee6becff6f822969343b3c6fd4be5980a656f59d8-d # internal
2025-08-20T21:20:18.2150821Z [00:02:11.482]➜  google.golang.org/protobuf/internal/impl
2025-08-20T21:20:18.2155152Z [00:02:11.483]➜  mkdir -p $WORK/b323/
2025-08-20T21:20:18.2155955Z [00:02:11.483]➜  cat >/tmp/go-build3547871397/b323/importcfg << 'EOF' # internal
2025-08-20T21:20:18.2156671Z [00:02:11.483]➜  # import config
2025-08-20T21:20:18.2157330Z [00:02:11.483]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:18.2158183Z [00:02:11.483]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:20:18.2163284Z [00:02:11.483]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:18.2164698Z [00:02:11.483]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:18.2165880Z [00:02:11.483]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:18.2167580Z [00:02:11.483]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build3547871397/b324/_pkg_.a
2025-08-20T21:20:18.2169345Z [00:02:11.483]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3547871397/b301/_pkg_.a
2025-08-20T21:20:18.2172157Z [00:02:11.483]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3547871397/b317/_pkg_.a
2025-08-20T21:20:18.2173768Z [00:02:11.483]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3547871397/b303/_pkg_.a
2025-08-20T21:20:18.2175248Z [00:02:11.483]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3547871397/b305/_pkg_.a
2025-08-20T21:20:18.2176762Z [00:02:11.483]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build3547871397/b326/_pkg_.a
2025-08-20T21:20:18.2178157Z [00:02:11.483]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3547871397/b302/_pkg_.a
2025-08-20T21:20:18.2179550Z [00:02:11.483]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3547871397/b315/_pkg_.a
2025-08-20T21:20:18.2180902Z [00:02:11.483]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3547871397/b308/_pkg_.a
2025-08-20T21:20:18.2182273Z [00:02:11.483]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3547871397/b309/_pkg_.a
2025-08-20T21:20:18.2183827Z [00:02:11.483]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3547871397/b310/_pkg_.a
2025-08-20T21:20:18.2185207Z [00:02:11.483]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3547871397/b307/_pkg_.a
2025-08-20T21:20:18.2186556Z [00:02:11.483]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build3547871397/b327/_pkg_.a
2025-08-20T21:20:18.2187897Z [00:02:11.483]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3547871397/b311/_pkg_.a
2025-08-20T21:20:18.2189152Z [00:02:11.483]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:20:18.2190451Z [00:02:11.483]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:18.2191858Z [00:02:11.483]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3547871397/b312/_pkg_.a
2025-08-20T21:20:18.2195768Z [00:02:11.483]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3547871397/b313/_pkg_.a
2025-08-20T21:20:18.2196910Z [00:02:11.483]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:20:18.2197742Z [00:02:11.483]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:18.2198526Z [00:02:11.483]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:18.2199359Z [00:02:11.483]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:18.2200167Z [00:02:11.483]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:18.2200996Z [00:02:11.483]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:18.2201836Z [00:02:11.483]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:18.2202877Z [00:02:11.483]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:18.2203747Z [00:02:11.483]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:18.2204570Z [00:02:11.483]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:18.2205420Z [00:02:11.483]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:18.2206323Z [00:02:11.484]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:18.2206975Z [00:02:11.484]➜  EOF
2025-08-20T21:20:18.2234629Z [00:02:11.484]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b323/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl=>google.golang.org/protobuf@v1.36.5/internal/impl;$WORK/b323=>" -p google.golang.org/protobuf/internal/impl -lang=go1.21 -complete -installsuffix shared -buildid crgRx2SUzI5Byst1Yp5S/crgRx2SUzI5Byst1Yp5S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b323/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/api_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/api_export_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/bitmap.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/codec_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/codec_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/codec_field_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/codec_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/codec_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/codec_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/codec_message_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/codec_messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/codec_tables.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/codec_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/convert.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/convert_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/convert_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/legacy_enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/legacy_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/legacy_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/legacy_file.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/legacy_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/merge_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/message_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/message_opaque_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/message_reflect.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/message_reflect_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/message_reflect_field_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/message_reflect_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/pointer_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/pointer_unsafe_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/presence.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/impl/validate.go
2025-08-20T21:20:18.3515613Z [00:02:11.619]➜  go tool buildid -w $WORK/b426/_pkg_.a # internal
2025-08-20T21:20:18.3586403Z [00:02:11.626]➜  cp $WORK/b426/_pkg_.a /root/.cache/go-build/d4/d47180f6a139f381c7e260dac7fe5bbb61f5b0a0d35db0cdb900d61a19c453a4-d # internal
2025-08-20T21:20:18.3590810Z [00:02:11.626]➜  sigs.k8s.io/structured-merge-diff/v4/typed
2025-08-20T21:20:18.3594490Z [00:02:11.627]➜  mkdir -p $WORK/b428/
2025-08-20T21:20:18.3618066Z [00:02:11.627]➜  cat >/tmp/go-build3547871397/b428/importcfg << 'EOF' # internal
2025-08-20T21:20:18.3618815Z [00:02:11.627]➜  # import config
2025-08-20T21:20:18.3619488Z [00:02:11.627]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:18.3620313Z [00:02:11.627]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:18.3621407Z [00:02:11.627]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/fieldpath=/tmp/go-build3547871397/b426/_pkg_.a
2025-08-20T21:20:18.3622869Z [00:02:11.627]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/schema=/tmp/go-build3547871397/b425/_pkg_.a
2025-08-20T21:20:18.3624201Z [00:02:11.627]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/value=/tmp/go-build3547871397/b243/_pkg_.a
2025-08-20T21:20:18.3625356Z [00:02:11.627]➜  packagefile sigs.k8s.io/yaml/goyaml.v2=/tmp/go-build3547871397/b248/_pkg_.a
2025-08-20T21:20:18.3626315Z [00:02:11.627]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:18.3627111Z [00:02:11.627]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:18.3627707Z [00:02:11.627]➜  EOF
2025-08-20T21:20:18.3636138Z [00:02:11.627]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b428/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/typed=>sigs.k8s.io/structured-merge-diff/v4@v4.6.0/typed;$WORK/b428=>" -p sigs.k8s.io/structured-merge-diff/v4/typed -lang=go1.13 -complete -installsuffix shared -buildid e6ZActDf8sXQIHT8XDAn/e6ZActDf8sXQIHT8XDAn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b428/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/typed/compare.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/typed/doc.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/typed/helpers.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/typed/merge.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/typed/parser.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/typed/reconcile_schema.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/typed/remove.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/typed/tofieldset.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/typed/typed.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/typed/validate.go
2025-08-20T21:20:18.8629526Z [00:02:12.130]➜  go tool buildid -w $WORK/b428/_pkg_.a # internal
2025-08-20T21:20:18.8823116Z [00:02:12.149]➜  cp $WORK/b428/_pkg_.a /root/.cache/go-build/f0/f0bb9759f16a242476c01f3c9269725ee2290e0fe69f6336605905a0d5dea5de-d # internal
2025-08-20T21:20:18.8827510Z [00:02:12.150]➜  sigs.k8s.io/structured-merge-diff/v4/merge
2025-08-20T21:20:18.8830613Z [00:02:12.150]➜  mkdir -p $WORK/b427/
2025-08-20T21:20:18.8839052Z [00:02:12.151]➜  cat >/tmp/go-build3547871397/b427/importcfg << 'EOF' # internal
2025-08-20T21:20:18.8842439Z [00:02:12.151]➜  # import config
2025-08-20T21:20:18.8846006Z [00:02:12.152]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:18.8850607Z [00:02:12.152]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/fieldpath=/tmp/go-build3547871397/b426/_pkg_.a
2025-08-20T21:20:18.8865612Z [00:02:12.153]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/typed=/tmp/go-build3547871397/b428/_pkg_.a
2025-08-20T21:20:18.8866942Z [00:02:12.153]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/value=/tmp/go-build3547871397/b243/_pkg_.a
2025-08-20T21:20:18.8868000Z [00:02:12.153]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:18.8868832Z [00:02:12.153]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:18.8869472Z [00:02:12.153]➜  EOF
2025-08-20T21:20:18.8873847Z [00:02:12.153]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b427/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/merge=>sigs.k8s.io/structured-merge-diff/v4@v4.6.0/merge;$WORK/b427=>" -p sigs.k8s.io/structured-merge-diff/v4/merge -lang=go1.13 -complete -installsuffix shared -buildid S6A5V1EIwGv37Z9A1-uS/S6A5V1EIwGv37Z9A1-uS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b427/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/merge/conflict.go /root/go/pkg/mod/sigs.k8s.io/structured-merge-diff/v4@v4.6.0/merge/update.go
2025-08-20T21:20:19.1261636Z [00:02:12.393]➜  go tool buildid -w $WORK/b427/_pkg_.a # internal
2025-08-20T21:20:19.1340977Z [00:02:12.401]➜  cp $WORK/b427/_pkg_.a /root/.cache/go-build/5d/5dc4451c2576aaaf55128407076a2928403e82c0366b59379e6165d5ab371299-d # internal
2025-08-20T21:20:19.1344943Z [00:02:12.402]➜  github.com/munnerz/goautoneg
2025-08-20T21:20:19.1366505Z [00:02:12.404]➜  mkdir -p $WORK/b430/
2025-08-20T21:20:19.1371452Z [00:02:12.404]➜  cat >/tmp/go-build3547871397/b430/importcfg << 'EOF' # internal
2025-08-20T21:20:19.1385958Z [00:02:12.405]➜  # import config
2025-08-20T21:20:19.1386743Z [00:02:12.405]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:19.1387631Z [00:02:12.405]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:19.1388540Z [00:02:12.405]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:19.1389201Z [00:02:12.405]➜  EOF
2025-08-20T21:20:19.1394165Z [00:02:12.406]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b430/_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/b430=>" -p github.com/munnerz/goautoneg -lang=go1.16 -complete -installsuffix shared -buildid RIxX87NYSGGXKYPOLnNq/RIxX87NYSGGXKYPOLnNq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack /root/go/pkg/mod/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822/autoneg.go
2025-08-20T21:20:19.1510573Z [00:02:12.418]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T21:20:19.1801242Z [00:02:12.447]➜  go tool buildid -w $WORK/b430/_pkg_.a # internal
2025-08-20T21:20:19.1829223Z [00:02:12.450]➜  cp $WORK/b430/_pkg_.a /root/.cache/go-build/8d/8dfe62c81fb597fa1e52ac28dd0c60bb41253d993bd074916d3dd7c2dcd7c368-d # internal
2025-08-20T21:20:19.1830460Z [00:02:12.450]➜  k8s.io/client-go/pkg/version
2025-08-20T21:20:19.1831058Z [00:02:12.450]➜  mkdir -p $WORK/b435/
2025-08-20T21:20:19.1831786Z [00:02:12.450]➜  cat >/tmp/go-build3547871397/b435/importcfg << 'EOF' # internal
2025-08-20T21:20:19.1832533Z [00:02:12.450]➜  # import config
2025-08-20T21:20:19.1833363Z [00:02:12.450]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:19.1834363Z [00:02:12.450]➜  packagefile k8s.io/apimachinery/pkg/version=/tmp/go-build3547871397/b274/_pkg_.a
2025-08-20T21:20:19.1835344Z [00:02:12.450]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:19.1835996Z [00:02:12.450]➜  EOF
2025-08-20T21:20:19.1840331Z [00:02:12.450]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b435/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/version=>k8s.io/client-go@v0.33.2/pkg/version;$WORK/b435=>" -p k8s.io/client-go/pkg/version -lang=go1.24 -complete -installsuffix shared -buildid zH2T4TA755L8K0ucTqXA/zH2T4TA755L8K0ucTqXA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b435/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/version/base.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/version/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/version/version.go
2025-08-20T21:20:19.1927539Z [00:02:12.460]➜  go tool buildid -w $WORK/b435/_pkg_.a # internal
2025-08-20T21:20:19.1933838Z [00:02:12.461]➜  cp $WORK/b435/_pkg_.a /root/.cache/go-build/73/73b079c6ad7df844445f4c59db717ac38246e76222f62f9aca630f82335989c0-d # internal
2025-08-20T21:20:19.1936782Z [00:02:12.461]➜  golang.org/x/term
2025-08-20T21:20:19.1939294Z [00:02:12.461]➜  mkdir -p $WORK/b437/
2025-08-20T21:20:19.1943554Z [00:02:12.462]➜  cat >/tmp/go-build3547871397/b437/importcfg << 'EOF' # internal
2025-08-20T21:20:19.1944499Z [00:02:12.462]➜  # import config
2025-08-20T21:20:19.1947034Z [00:02:12.462]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:19.1949118Z [00:02:12.462]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:19.1950038Z [00:02:12.462]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:20:19.1950902Z [00:02:12.462]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:19.1951692Z [00:02:12.462]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:19.1952466Z [00:02:12.462]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:19.1953441Z [00:02:12.462]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:19.1954268Z [00:02:12.462]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:19.1954896Z [00:02:12.462]➜  EOF
2025-08-20T21:20:19.1959011Z [00:02:12.462]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b437/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/term@v0.33.0=>golang.org/x/term@v0.33.0;$WORK/b437=>" -p golang.org/x/term -lang=go1.23 -complete -installsuffix shared -buildid izlTkvMfU3WhO81Bxzce/izlTkvMfU3WhO81Bxzce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b437/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:20:19.2268992Z [00:02:12.494]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/8b/8b047c4fdf027c678ce032f9dd00ddce59e65172d801abe9489a2ac8b9af4d01-d # internal
2025-08-20T21:20:19.2288457Z [00:02:12.496]➜  k8s.io/apimachinery/pkg/util/runtime
2025-08-20T21:20:19.2293222Z [00:02:12.497]➜  mkdir -p $WORK/b147/
2025-08-20T21:20:19.2303026Z [00:02:12.497]➜  cat >/tmp/go-build3547871397/b147/importcfg << 'EOF' # internal
2025-08-20T21:20:19.2304171Z [00:02:12.497]➜  # import config
2025-08-20T21:20:19.2305074Z [00:02:12.497]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:19.2306311Z [00:02:12.497]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:19.2308409Z [00:02:12.497]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:19.2309336Z [00:02:12.498]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:19.2310251Z [00:02:12.498]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:19.2311115Z [00:02:12.498]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:19.2311920Z [00:02:12.498]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:19.2312532Z [00:02:12.498]➜  EOF
2025-08-20T21:20:19.2325867Z [00:02:12.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/runtime=>k8s.io/apimachinery@v0.33.2/pkg/util/runtime;$WORK/b147=>" -p k8s.io/apimachinery/pkg/util/runtime -lang=go1.24 -complete -installsuffix shared -buildid no9p-8zHlYkyOeqAT7yf/no9p-8zHlYkyOeqAT7yf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/runtime/runtime.go
2025-08-20T21:20:19.2967790Z [00:02:12.564]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T21:20:19.2976661Z [00:02:12.565]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/41/41d981ea339c2359729a7dc74b47dfe55aedba60185594e9bb281810b6d09c27-d # internal
2025-08-20T21:20:19.2986497Z [00:02:12.566]➜  k8s.io/apimachinery/pkg/runtime
2025-08-20T21:20:19.2987978Z [00:02:12.566]➜  mkdir -p $WORK/b128/
2025-08-20T21:20:19.2992116Z [00:02:12.567]➜  cat >/tmp/go-build3547871397/b128/importcfg << 'EOF' # internal
2025-08-20T21:20:19.2999429Z [00:02:12.567]➜  # import config
2025-08-20T21:20:19.3000108Z [00:02:12.567]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:19.3000951Z [00:02:12.567]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:19.3001845Z [00:02:12.567]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:19.3002982Z [00:02:12.567]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:19.3003873Z [00:02:12.567]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:19.3004649Z [00:02:12.567]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:19.3005612Z [00:02:12.567]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:19.3006577Z [00:02:12.567]➜  packagefile go/ast=/tmp/go-build3547871397/b129/_pkg_.a
2025-08-20T21:20:19.3007387Z [00:02:12.567]➜  packagefile go/doc=/tmp/go-build3547871397/b132/_pkg_.a
2025-08-20T21:20:19.3008244Z [00:02:12.567]➜  packagefile go/parser=/tmp/go-build3547871397/b135/_pkg_.a
2025-08-20T21:20:19.3009154Z [00:02:12.567]➜  packagefile go/token=/tmp/go-build3547871397/b131/_pkg_.a
2025-08-20T21:20:19.3010015Z [00:02:12.567]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:19.3011107Z [00:02:12.567]➜  packagefile k8s.io/apimachinery/pkg/api/operation=/tmp/go-build3547871397/b137/_pkg_.a
2025-08-20T21:20:19.3012372Z [00:02:12.567]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:20:19.3019448Z [00:02:12.567]➜  packagefile k8s.io/apimachinery/pkg/conversion/queryparams=/tmp/go-build3547871397/b138/_pkg_.a
2025-08-20T21:20:19.3021126Z [00:02:12.567]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:19.3022547Z [00:02:12.567]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct=/tmp/go-build3547871397/b092/_pkg_.a
2025-08-20T21:20:19.3024116Z [00:02:12.567]➜  packagefile k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3547871397/b107/_pkg_.a
2025-08-20T21:20:19.3025334Z [00:02:12.567]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3547871397/b142/_pkg_.a
2025-08-20T21:20:19.3026566Z [00:02:12.567]➜  packagefile k8s.io/apimachinery/pkg/util/naming=/tmp/go-build3547871397/b145/_pkg_.a
2025-08-20T21:20:19.3027815Z [00:02:12.567]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:20:19.3029005Z [00:02:12.567]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:20:19.3030300Z [00:02:12.567]➜  packagefile k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build3547871397/b106/_pkg_.a
2025-08-20T21:20:19.3031419Z [00:02:12.567]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:19.3032268Z [00:02:12.567]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:19.3033328Z [00:02:12.567]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:19.3034185Z [00:02:12.567]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:19.3035022Z [00:02:12.567]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:19.3035877Z [00:02:12.567]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:19.3041873Z [00:02:12.567]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/value=/tmp/go-build3547871397/b243/_pkg_.a
2025-08-20T21:20:19.3044146Z [00:02:12.567]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:19.3044992Z [00:02:12.567]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:19.3045877Z [00:02:12.567]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:19.3046696Z [00:02:12.567]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:19.3047592Z [00:02:12.567]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:19.3048493Z [00:02:12.567]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:19.3049143Z [00:02:12.567]➜  EOF
2025-08-20T21:20:19.3065064Z [00:02:12.567]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime=>k8s.io/apimachinery@v0.33.2/pkg/runtime;$WORK/b128=>" -p k8s.io/apimachinery/pkg/runtime -lang=go1.24 -complete -installsuffix shared -buildid 4Sc2QsdgklwPkFZ78B9v/4Sc2QsdgklwPkFZ78B9v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/allocator.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/codec.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/codec_check.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/conversion.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/converter.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/embedded.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/error.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/extension.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/generated.pb.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/helper.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/interfaces.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/mapper.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/negotiate.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/register.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/scheme.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/scheme_builder.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/splice.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/swagger_doc_generator.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/types.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/types_proto.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/zz_generated.deepcopy.go
2025-08-20T21:20:19.3618719Z [00:02:12.629]➜  go tool buildid -w $WORK/b437/_pkg_.a # internal
2025-08-20T21:20:19.3635485Z [00:02:12.630]➜  cp $WORK/b437/_pkg_.a /root/.cache/go-build/dd/dda30cd1d0e670e4614de9275fc0507b2485fafedc94363aec237f4e9a7a8cec-d # internal
2025-08-20T21:20:19.3643511Z [00:02:12.632]➜  golang.org/x/net/http2
2025-08-20T21:20:19.3644514Z [00:02:12.632]➜  mkdir -p $WORK/b256/
2025-08-20T21:20:19.3656269Z [00:02:12.632]➜  cat >/tmp/go-build3547871397/b256/importcfg << 'EOF' # internal
2025-08-20T21:20:19.3659094Z [00:02:12.632]➜  # import config
2025-08-20T21:20:19.3659761Z [00:02:12.632]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:19.3660648Z [00:02:12.632]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:19.3661423Z [00:02:12.632]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:20:19.3662219Z [00:02:12.632]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:19.3663170Z [00:02:12.632]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:20:19.3663978Z [00:02:12.632]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:20:19.3664824Z [00:02:12.632]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:19.3665884Z [00:02:12.632]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:19.3666660Z [00:02:12.632]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:19.3667566Z [00:02:12.632]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3547871397/b257/_pkg_.a
2025-08-20T21:20:19.3668626Z [00:02:12.632]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3547871397/b263/_pkg_.a
2025-08-20T21:20:19.3669606Z [00:02:12.632]➜  packagefile golang.org/x/net/idna=/tmp/go-build3547871397/b258/_pkg_.a
2025-08-20T21:20:19.3670649Z [00:02:12.632]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build3547871397/b264/_pkg_.a
2025-08-20T21:20:19.3671570Z [00:02:12.632]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:19.3672312Z [00:02:12.632]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:19.3678295Z [00:02:12.632]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:19.3679097Z [00:02:12.632]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:19.3679883Z [00:02:12.632]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:19.3680719Z [00:02:12.632]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:20:19.3681530Z [00:02:12.632]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:19.3682316Z [00:02:12.632]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:19.3683354Z [00:02:12.632]➜  packagefile net/http/httptrace=/tmp/go-build3547871397/b239/_pkg_.a
2025-08-20T21:20:19.3684257Z [00:02:12.632]➜  packagefile net/textproto=/tmp/go-build3547871397/b233/_pkg_.a
2025-08-20T21:20:19.3685090Z [00:02:12.632]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:19.3685842Z [00:02:12.632]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:19.3686624Z [00:02:12.632]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:19.3687478Z [00:02:12.632]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:19.3688272Z [00:02:12.633]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:19.3689068Z [00:02:12.633]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:19.3690132Z [00:02:12.633]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:19.3690915Z [00:02:12.633]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:19.3691722Z [00:02:12.633]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:19.3692527Z [00:02:12.633]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:19.3696912Z [00:02:12.633]➜  EOF
2025-08-20T21:20:19.3709331Z [00:02:12.633]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/http2=>golang.org/x/net@v0.42.0/http2;$WORK/b256=>" -p golang.org/x/net/http2 -lang=go1.23 -complete -installsuffix shared -buildid WIKNtewSJAvls9KHxieM/WIKNtewSJAvls9KHxieM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/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:20:19.3835207Z [00:02:12.647]➜  go tool buildid -w $WORK/b424/_pkg_.a # internal
2025-08-20T21:20:19.3976146Z [00:02:12.665]➜  cp $WORK/b424/_pkg_.a /root/.cache/go-build/9d/9d6cd324aa3f33cf893a944a7aa29759eaef5fb7a0cfcb222111ff1c90f10ca4-d # internal
2025-08-20T21:20:19.3986595Z [00:02:12.666]➜  github.com/go-openapi/swag
2025-08-20T21:20:19.3990048Z [00:02:12.666]➜  mkdir -p $WORK/b417/
2025-08-20T21:20:19.4002587Z [00:02:12.667]➜  cat >/tmp/go-build3547871397/b417/importcfg << 'EOF' # internal
2025-08-20T21:20:19.4011004Z [00:02:12.667]➜  # import config
2025-08-20T21:20:19.4011766Z [00:02:12.667]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:19.4012874Z [00:02:12.667]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:19.4013811Z [00:02:12.667]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:19.4014648Z [00:02:12.667]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:19.4015654Z [00:02:12.667]➜  packagefile github.com/mailru/easyjson/jlexer=/tmp/go-build3547871397/b418/_pkg_.a
2025-08-20T21:20:19.4016877Z [00:02:12.667]➜  packagefile github.com/mailru/easyjson/jwriter=/tmp/go-build3547871397/b420/_pkg_.a
2025-08-20T21:20:19.4017946Z [00:02:12.667]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:20:19.4018800Z [00:02:12.667]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:19.4019603Z [00:02:12.667]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:19.4020386Z [00:02:12.667]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:19.4021296Z [00:02:12.667]➜  packagefile mime/multipart=/tmp/go-build3547871397/b237/_pkg_.a
2025-08-20T21:20:19.4022168Z [00:02:12.667]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:19.4023921Z [00:02:12.667]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:19.4025141Z [00:02:12.667]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:19.4026000Z [00:02:12.667]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:19.4026825Z [00:02:12.667]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:19.4027715Z [00:02:12.667]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:19.4028613Z [00:02:12.667]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:19.4029501Z [00:02:12.667]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:19.4030349Z [00:02:12.667]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:19.4031214Z [00:02:12.667]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:19.4032083Z [00:02:12.667]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:19.4033189Z [00:02:12.667]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:19.4034053Z [00:02:12.667]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:19.4034876Z [00:02:12.667]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:19.4035781Z [00:02:12.667]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:19.4036462Z [00:02:12.667]➜  EOF
2025-08-20T21:20:19.4045576Z [00:02:12.667]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b417/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0=>github.com/go-openapi/swag@v0.23.0;$WORK/b417=>" -p github.com/go-openapi/swag -lang=go1.20 -complete -installsuffix shared -buildid EnVpVAfH89mEUGYXZKuj/EnVpVAfH89mEUGYXZKuj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b417/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/convert.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/convert_types.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/doc.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/file.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/initialism_index.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/json.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/loading.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/name_lexem.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/net.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/path.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/split.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/string_bytes.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/util.go /root/go/pkg/mod/github.com/go-openapi/swag@v0.23.0/yaml.go
2025-08-20T21:20:19.9899075Z [00:02:13.257]➜  go tool buildid -w $WORK/b417/_pkg_.a # internal
2025-08-20T21:20:20.0153897Z [00:02:13.282]➜  cp $WORK/b417/_pkg_.a /root/.cache/go-build/2f/2f90e8348ce782167919f30f02a30dcd9e5e8d0cfea6809e85a61c7df1b8a49b-d # internal
2025-08-20T21:20:20.0160431Z [00:02:13.283]➜  github.com/go-openapi/jsonpointer
2025-08-20T21:20:20.0161115Z [00:02:13.283]➜  mkdir -p $WORK/b416/
2025-08-20T21:20:20.0196901Z [00:02:13.287]➜  cat >/tmp/go-build3547871397/b416/importcfg << 'EOF' # internal
2025-08-20T21:20:20.0200199Z [00:02:13.287]➜  # import config
2025-08-20T21:20:20.0202409Z [00:02:13.287]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:20.0203565Z [00:02:13.287]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:20.0204426Z [00:02:13.287]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:20.0205399Z [00:02:13.287]➜  packagefile github.com/go-openapi/swag=/tmp/go-build3547871397/b417/_pkg_.a
2025-08-20T21:20:20.0206379Z [00:02:13.287]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:20.0207268Z [00:02:13.287]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:20.0208121Z [00:02:13.287]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:20.0209126Z [00:02:13.287]➜  EOF
2025-08-20T21:20:20.0216047Z [00:02:13.289]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b416/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/jsonpointer@v0.21.0=>github.com/go-openapi/jsonpointer@v0.21.0;$WORK/b416=>" -p github.com/go-openapi/jsonpointer -lang=go1.20 -complete -installsuffix shared -buildid p2vi44JYXqG2B-8tDiqP/p2vi44JYXqG2B-8tDiqP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b416/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/jsonpointer@v0.21.0/pointer.go
2025-08-20T21:20:20.1887809Z [00:02:13.456]➜  go tool buildid -w $WORK/b416/_pkg_.a # internal
2025-08-20T21:20:20.1897290Z [00:02:13.457]➜  cp $WORK/b416/_pkg_.a /root/.cache/go-build/7e/7e14d2f0e4f43ce2d5579a19cbc06f9d535e16ec30d757d937a0d290149b0914-d # internal
2025-08-20T21:20:20.1899052Z [00:02:13.457]➜  github.com/go-openapi/jsonreference
2025-08-20T21:20:20.1901858Z [00:02:13.457]➜  mkdir -p $WORK/b415/
2025-08-20T21:20:20.1903362Z [00:02:13.457]➜  cat >/tmp/go-build3547871397/b415/importcfg << 'EOF' # internal
2025-08-20T21:20:20.1906315Z [00:02:13.457]➜  # import config
2025-08-20T21:20:20.1907011Z [00:02:13.457]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:20.1908069Z [00:02:13.457]➜  packagefile github.com/go-openapi/jsonpointer=/tmp/go-build3547871397/b416/_pkg_.a
2025-08-20T21:20:20.1909361Z [00:02:13.457]➜  packagefile github.com/go-openapi/jsonreference/internal=/tmp/go-build3547871397/b422/_pkg_.a
2025-08-20T21:20:20.1910469Z [00:02:13.457]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:20.1911325Z [00:02:13.457]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:20.1911955Z [00:02:13.457]➜  EOF
2025-08-20T21:20:20.1919748Z [00:02:13.459]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b415/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/jsonreference@v0.20.2=>github.com/go-openapi/jsonreference@v0.20.2;$WORK/b415=>" -p github.com/go-openapi/jsonreference -lang=go1.13 -complete -installsuffix shared -buildid fmb-4dki3qukksKhgusy/fmb-4dki3qukksKhgusy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b415/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/jsonreference@v0.20.2/reference.go
2025-08-20T21:20:20.2580141Z [00:02:13.525]➜  go tool buildid -w $WORK/b415/_pkg_.a # internal
2025-08-20T21:20:20.2626198Z [00:02:13.530]➜  cp $WORK/b415/_pkg_.a /root/.cache/go-build/a2/a28ab8cce07dcb46ceea9e77b2e83d125aaa61c383650d63eabed5d23faa85c5-d # internal
2025-08-20T21:20:20.2628995Z [00:02:13.530]➜  k8s.io/kube-openapi/pkg/internal
2025-08-20T21:20:20.2631311Z [00:02:13.530]➜  mkdir -p $WORK/b423/
2025-08-20T21:20:20.2632815Z [00:02:13.530]➜  cat >/tmp/go-build3547871397/b423/importcfg << 'EOF' # internal
2025-08-20T21:20:20.2634746Z [00:02:13.530]➜  # import config
2025-08-20T21:20:20.2636938Z [00:02:13.530]➜  packagefile github.com/go-openapi/jsonreference=/tmp/go-build3547871397/b415/_pkg_.a
2025-08-20T21:20:20.2638459Z [00:02:13.530]➜  packagefile k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json=/tmp/go-build3547871397/b424/_pkg_.a
2025-08-20T21:20:20.2639533Z [00:02:13.530]➜  EOF
2025-08-20T21:20:20.2644618Z [00:02:13.530]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b423/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal=>k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal;$WORK/b423=>" -p k8s.io/kube-openapi/pkg/internal -lang=go1.21 -complete -installsuffix shared -buildid 8yqyADmumRWb1lB0czgG/8yqyADmumRWb1lB0czgG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b423/importcfg -pack /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/flags.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/internal/serialization.go
2025-08-20T21:20:20.2684999Z [00:02:13.536]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T21:20:20.2956100Z [00:02:13.562]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/ef/ef436a2d21def802331962a6a6dba1d4e29d7fb9748744f2cabccb87e1a29aa4-d # internal
2025-08-20T21:20:20.2977496Z [00:02:13.565]➜  k8s.io/apimachinery/pkg/runtime/serializer/recognizer
2025-08-20T21:20:20.2979859Z [00:02:13.565]➜  mkdir -p $WORK/b342/
2025-08-20T21:20:20.2986758Z [00:02:13.565]➜  cat >/tmp/go-build3547871397/b342/importcfg << 'EOF' # internal
2025-08-20T21:20:20.2987385Z [00:02:13.565]➜  # import config
2025-08-20T21:20:20.2987968Z [00:02:13.565]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:20.2989086Z [00:02:13.565]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:20.2990493Z [00:02:13.565]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:20.3003489Z [00:02:13.565]➜  EOF
2025-08-20T21:20:20.3008123Z [00:02:13.566]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b342/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/recognizer=>k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/recognizer;$WORK/b342=>" -p k8s.io/apimachinery/pkg/runtime/serializer/recognizer -lang=go1.24 -complete -installsuffix shared -buildid 6aHfXqXai1OQid2Uj6Nz/6aHfXqXai1OQid2Uj6Nz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b342/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/recognizer/recognizer.go
2025-08-20T21:20:20.3363950Z [00:02:13.604]➜  go tool buildid -w $WORK/b342/_pkg_.a # internal
2025-08-20T21:20:20.3372487Z [00:02:13.604]➜  cp $WORK/b342/_pkg_.a /root/.cache/go-build/fb/fb50596f0bc60e331e1533e06de1e451baed92539c9da8cb4f0d8946681ca655-d # internal
2025-08-20T21:20:20.3374554Z [00:02:13.605]➜  k8s.io/apimachinery/pkg/runtime/serializer/streaming
2025-08-20T21:20:20.3376208Z [00:02:13.605]➜  mkdir -p $WORK/b432/
2025-08-20T21:20:20.3383478Z [00:02:13.605]➜  cat >/tmp/go-build3547871397/b432/importcfg << 'EOF' # internal
2025-08-20T21:20:20.3393594Z [00:02:13.605]➜  # import config
2025-08-20T21:20:20.3394337Z [00:02:13.605]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:20.3395162Z [00:02:13.605]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:20.3395932Z [00:02:13.605]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:20.3396941Z [00:02:13.605]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:20.3398169Z [00:02:13.606]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:20.3398972Z [00:02:13.606]➜  EOF
2025-08-20T21:20:20.3403365Z [00:02:13.606]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b432/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/streaming=>k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/streaming;$WORK/b432=>" -p k8s.io/apimachinery/pkg/runtime/serializer/streaming -lang=go1.24 -complete -installsuffix shared -buildid ND5Hhw5jf5nAu1YTc-JD/ND5Hhw5jf5nAu1YTc-JD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/streaming/streaming.go
2025-08-20T21:20:20.3798736Z [00:02:13.647]➜  go tool buildid -w $WORK/b432/_pkg_.a # internal
2025-08-20T21:20:20.3814088Z [00:02:13.647]➜  cp $WORK/b432/_pkg_.a /root/.cache/go-build/fa/fa5766a1d55204bf210d328c67c9b0692fc0a9a365de09f39a1ca8768e6c409f-d # internal
2025-08-20T21:20:20.3815204Z [00:02:13.647]➜  k8s.io/client-go/features
2025-08-20T21:20:20.3815739Z [00:02:13.647]➜  mkdir -p $WORK/b433/
2025-08-20T21:20:20.3816450Z [00:02:13.647]➜  cat >/tmp/go-build3547871397/b433/importcfg << 'EOF' # internal
2025-08-20T21:20:20.3817142Z [00:02:13.647]➜  # import config
2025-08-20T21:20:20.3817847Z [00:02:13.647]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:20.3818644Z [00:02:13.647]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:20.3819640Z [00:02:13.647]➜  packagefile k8s.io/apimachinery/pkg/util/naming=/tmp/go-build3547871397/b145/_pkg_.a
2025-08-20T21:20:20.3821187Z [00:02:13.647]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:20:20.3822283Z [00:02:13.647]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:20.3825109Z [00:02:13.647]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:20.3825936Z [00:02:13.647]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:20.3826781Z [00:02:13.647]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:20.3827612Z [00:02:13.647]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:20.3828280Z [00:02:13.647]➜  EOF
2025-08-20T21:20:20.3832425Z [00:02:13.647]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b433/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/features=>k8s.io/client-go@v0.33.2/features;$WORK/b433=>" -p k8s.io/client-go/features -lang=go1.24 -complete -installsuffix shared -buildid 9V2PkLs7IqwFXSDVLlAo/9V2PkLs7IqwFXSDVLlAo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/features/envvar.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/features/features.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/features/known_features.go
2025-08-20T21:20:20.4635893Z [00:02:13.731]➜  go tool buildid -w $WORK/b423/_pkg_.a # internal
2025-08-20T21:20:20.4673146Z [00:02:13.734]➜  cp $WORK/b423/_pkg_.a /root/.cache/go-build/f8/f89988e45ad496b60f1057a5d55d050bd8a1972134caa6b735b7cda94ee3c53c-d # internal
2025-08-20T21:20:20.4680703Z [00:02:13.735]➜  github.com/davecgh/go-spew/spew
2025-08-20T21:20:20.4686095Z [00:02:13.736]➜  mkdir -p $WORK/b439/
2025-08-20T21:20:20.4719920Z [00:02:13.739]➜  cat >/tmp/go-build3547871397/b439/importcfg << 'EOF' # internal
2025-08-20T21:20:20.4720928Z [00:02:13.739]➜  # import config
2025-08-20T21:20:20.4723144Z [00:02:13.739]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:20.4725159Z [00:02:13.739]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:20:20.4726041Z [00:02:13.739]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:20.4726827Z [00:02:13.739]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:20.4727620Z [00:02:13.739]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:20.4728404Z [00:02:13.739]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:20.4729228Z [00:02:13.739]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:20.4730039Z [00:02:13.739]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:20.4730855Z [00:02:13.739]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:20.4731684Z [00:02:13.739]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:20.4732295Z [00:02:13.739]➜  EOF
2025-08-20T21:20:20.4740588Z [00:02:13.739]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b439/_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/b439=>" -p github.com/davecgh/go-spew/spew -lang=go1.16 -complete -installsuffix shared -buildid wLgkqb3Wi5h6TeNIzW7-/wLgkqb3Wi5h6TeNIzW7- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b439/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:20:20.5131492Z [00:02:13.780]➜  go tool buildid -w $WORK/b433/_pkg_.a # internal
2025-08-20T21:20:20.5142273Z [00:02:13.781]➜  cp $WORK/b433/_pkg_.a /root/.cache/go-build/1d/1d0ad3078f82b7310d346dc8d9dbf89f09b4be7784cf84d8b1615a41c85b83c6-d # internal
2025-08-20T21:20:20.5149889Z [00:02:13.782]➜  k8s.io/client-go/tools/clientcmd/api
2025-08-20T21:20:20.5150573Z [00:02:13.782]➜  mkdir -p $WORK/b443/
2025-08-20T21:20:20.5176241Z [00:02:13.782]➜  cat >/tmp/go-build3547871397/b443/importcfg << 'EOF' # internal
2025-08-20T21:20:20.5176979Z [00:02:13.782]➜  # import config
2025-08-20T21:20:20.5177811Z [00:02:13.782]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:20.5178749Z [00:02:13.782]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:20.5179596Z [00:02:13.782]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:20.5180653Z [00:02:13.782]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:20.5181847Z [00:02:13.782]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:20.5183172Z [00:02:13.782]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:20.5184067Z [00:02:13.782]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:20.5184992Z [00:02:13.782]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:20.5185865Z [00:02:13.782]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:20.5186534Z [00:02:13.782]➜  EOF
2025-08-20T21:20:20.5192820Z [00:02:13.783]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b443/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/api=>k8s.io/client-go@v0.33.2/tools/clientcmd/api;$WORK/b443=>" -p k8s.io/client-go/tools/clientcmd/api -lang=go1.24 -complete -installsuffix shared -buildid wK0Gy724D0qyOTinIkQ5/wK0Gy724D0qyOTinIkQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b443/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/api/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/api/helpers.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/api/register.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/api/types.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/api/zz_generated.deepcopy.go
2025-08-20T21:20:20.6813751Z [00:02:13.948]➜  go tool buildid -w $WORK/b439/_pkg_.a # internal
2025-08-20T21:20:20.6840559Z [00:02:13.951]➜  cp $WORK/b439/_pkg_.a /root/.cache/go-build/f7/f7d21a0f7adb2de76e941702066f6e536629edf43d4242967fd0afb92bd4dc56-d # internal
2025-08-20T21:20:20.6846401Z [00:02:13.951]➜  k8s.io/apimachinery/pkg/util/dump
2025-08-20T21:20:20.6847021Z [00:02:13.951]➜  mkdir -p $WORK/b438/
2025-08-20T21:20:20.6855056Z [00:02:13.953]➜  cat >/tmp/go-build3547871397/b438/importcfg << 'EOF' # internal
2025-08-20T21:20:20.6856891Z [00:02:13.953]➜  # import config
2025-08-20T21:20:20.6857758Z [00:02:13.953]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build3547871397/b439/_pkg_.a
2025-08-20T21:20:20.6858548Z [00:02:13.953]➜  EOF
2025-08-20T21:20:20.6862046Z [00:02:13.953]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b438/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/dump=>k8s.io/apimachinery@v0.33.2/pkg/util/dump;$WORK/b438=>" -p k8s.io/apimachinery/pkg/util/dump -lang=go1.24 -complete -installsuffix shared -buildid 5-1rxI-WX0QHXfCYyRW0/5-1rxI-WX0QHXfCYyRW0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b438/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/dump/dump.go
2025-08-20T21:20:20.6987816Z [00:02:13.966]➜  go tool buildid -w $WORK/b438/_pkg_.a # internal
2025-08-20T21:20:20.6996193Z [00:02:13.967]➜  cp $WORK/b438/_pkg_.a /root/.cache/go-build/47/472767e63ab74ab8bb1eb0e3ad6205c3e733aa2cb1a64d8cb2728a42e232a3f6-d # internal
2025-08-20T21:20:20.6998393Z [00:02:13.967]➜  k8s.io/client-go/tools/metrics
2025-08-20T21:20:20.7000287Z [00:02:13.967]➜  mkdir -p $WORK/b444/
2025-08-20T21:20:20.7044214Z [00:02:13.970]➜  cat >/tmp/go-build3547871397/b444/importcfg << 'EOF' # internal
2025-08-20T21:20:20.7046597Z [00:02:13.970]➜  # import config
2025-08-20T21:20:20.7049545Z [00:02:13.970]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:20.7050472Z [00:02:13.970]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:20.7051375Z [00:02:13.970]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:20.7052199Z [00:02:13.970]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:20.7053042Z [00:02:13.970]➜  EOF
2025-08-20T21:20:20.7056529Z [00:02:13.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b444/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/metrics=>k8s.io/client-go@v0.33.2/tools/metrics;$WORK/b444=>" -p k8s.io/client-go/tools/metrics -lang=go1.24 -complete -installsuffix shared -buildid pU83fjQjrxBILTigXTrg/pU83fjQjrxBILTigXTrg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b444/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/metrics/metrics.go
2025-08-20T21:20:20.7453459Z [00:02:14.012]➜  go tool buildid -w $WORK/b444/_pkg_.a # internal
2025-08-20T21:20:20.7465323Z [00:02:14.014]➜  cp $WORK/b444/_pkg_.a /root/.cache/go-build/f1/f121be5e8ffa0b67bdb148f0526f9aa7afe0441933e50f2ddea8b8c0611d0495-d # internal
2025-08-20T21:20:20.7470445Z [00:02:14.014]➜  golang.org/x/oauth2/internal
2025-08-20T21:20:20.7471699Z [00:02:14.014]➜  mkdir -p $WORK/b447/
2025-08-20T21:20:20.7482460Z [00:02:14.015]➜  cat >/tmp/go-build3547871397/b447/importcfg << 'EOF' # internal
2025-08-20T21:20:20.7483695Z [00:02:14.015]➜  # import config
2025-08-20T21:20:20.7484513Z [00:02:14.015]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:20.7487679Z [00:02:14.015]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:20:20.7488619Z [00:02:14.015]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:20:20.7489525Z [00:02:14.015]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:20.7490425Z [00:02:14.015]➜  packagefile encoding/pem=/tmp/go-build3547871397/b226/_pkg_.a
2025-08-20T21:20:20.7491269Z [00:02:14.015]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:20.7492062Z [00:02:14.015]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:20.7493007Z [00:02:14.015]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:20.7493803Z [00:02:14.015]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:20.7494609Z [00:02:14.015]➜  packagefile mime=/tmp/go-build3547871397/b236/_pkg_.a
2025-08-20T21:20:20.7495483Z [00:02:14.015]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:20.7496364Z [00:02:14.015]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:20.7497212Z [00:02:14.015]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:20.7498056Z [00:02:14.015]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:20.7498870Z [00:02:14.016]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:20.7499698Z [00:02:14.016]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:20.7500526Z [00:02:14.016]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:20.7501129Z [00:02:14.016]➜  EOF
2025-08-20T21:20:20.7505998Z [00:02:14.016]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b447/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal=>golang.org/x/oauth2@v0.30.0/internal;$WORK/b447=>" -p golang.org/x/oauth2/internal -lang=go1.23 -complete -installsuffix shared -buildid jCKHvJgn_itwQH2_vGE1/jCKHvJgn_itwQH2_vGE1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b447/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:20:20.7788705Z [00:02:14.046]➜  go tool buildid -w $WORK/b443/_pkg_.a # internal
2025-08-20T21:20:20.7841124Z [00:02:14.051]➜  cp $WORK/b443/_pkg_.a /root/.cache/go-build/62/629ed31cc725720d158ca579c2648e7a03d2a97fa7ab3de3a0ba3fc102980767-d # internal
2025-08-20T21:20:20.7849135Z [00:02:14.052]➜  k8s.io/apimachinery/pkg/util/wait
2025-08-20T21:20:20.7856618Z [00:02:14.053]➜  mkdir -p $WORK/b448/
2025-08-20T21:20:20.7862456Z [00:02:14.053]➜  cat >/tmp/go-build3547871397/b448/importcfg << 'EOF' # internal
2025-08-20T21:20:20.7872488Z [00:02:14.053]➜  # import config
2025-08-20T21:20:20.7873357Z [00:02:14.053]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:20.7874264Z [00:02:14.053]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:20.7875339Z [00:02:14.053]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:20:20.7876406Z [00:02:14.053]➜  packagefile k8s.io/utils/clock=/tmp/go-build3547871397/b273/_pkg_.a
2025-08-20T21:20:20.7877257Z [00:02:14.053]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:20.7878041Z [00:02:14.053]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:20:20.7878830Z [00:02:14.053]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:20.7879575Z [00:02:14.053]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:20.7880412Z [00:02:14.053]➜  EOF
2025-08-20T21:20:20.7887858Z [00:02:14.054]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b448/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/wait=>k8s.io/apimachinery@v0.33.2/pkg/util/wait;$WORK/b448=>" -p k8s.io/apimachinery/pkg/util/wait -lang=go1.24 -complete -installsuffix shared -buildid ilO46e8Ea2EkP3fHrTXU/ilO46e8Ea2EkP3fHrTXU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b448/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/wait/backoff.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/wait/delay.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/wait/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/wait/error.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/wait/loop.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/wait/poll.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/wait/timer.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/wait/wait.go
2025-08-20T21:20:20.8128985Z [00:02:14.080]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T21:20:20.8405489Z [00:02:14.108]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/87/8719e4dfde4dd8dff3e602bf5e6eca528e457eb841e20e2e75a8a144901cb6d8-d # internal
2025-08-20T21:20:20.8408713Z [00:02:14.108]➜  k8s.io/apimachinery/pkg/util/net
2025-08-20T21:20:20.8413055Z [00:02:14.109]➜  mkdir -p $WORK/b255/
2025-08-20T21:20:20.8423021Z [00:02:14.109]➜  cat >/tmp/go-build3547871397/b255/importcfg << 'EOF' # internal
2025-08-20T21:20:20.8424071Z [00:02:14.109]➜  # import config
2025-08-20T21:20:20.8424896Z [00:02:14.109]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:20.8428068Z [00:02:14.109]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:20.8428948Z [00:02:14.109]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:20.8429833Z [00:02:14.109]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:20:20.8430784Z [00:02:14.109]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:20:20.8431697Z [00:02:14.109]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:20.8432527Z [00:02:14.109]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:20.8434110Z [00:02:14.109]➜  packagefile golang.org/x/net/http2=/tmp/go-build3547871397/b256/_pkg_.a
2025-08-20T21:20:20.8436500Z [00:02:14.109]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:20.8437583Z [00:02:14.109]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:20:20.8438685Z [00:02:14.109]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:20.8439649Z [00:02:14.109]➜  packagefile k8s.io/utils/net=/tmp/go-build3547871397/b119/_pkg_.a
2025-08-20T21:20:20.8440558Z [00:02:14.109]➜  packagefile mime=/tmp/go-build3547871397/b236/_pkg_.a
2025-08-20T21:20:20.8441380Z [00:02:14.109]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:20.8442262Z [00:02:14.109]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:20.8443390Z [00:02:14.109]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:20.8444244Z [00:02:14.110]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:20.8445096Z [00:02:14.110]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:20.8445944Z [00:02:14.110]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:20.8446817Z [00:02:14.110]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:20.8447675Z [00:02:14.110]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:20.8448537Z [00:02:14.110]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:20.8449404Z [00:02:14.110]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:20.8450238Z [00:02:14.110]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:20.8451360Z [00:02:14.110]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:20.8452329Z [00:02:14.110]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:20.8453406Z [00:02:14.110]➜  EOF
2025-08-20T21:20:20.8458986Z [00:02:14.111]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/net=>k8s.io/apimachinery@v0.33.2/pkg/util/net;$WORK/b255=>" -p k8s.io/apimachinery/pkg/util/net -lang=go1.24 -complete -installsuffix shared -buildid y99Ef4c8mhi3z5VdREvF/y99Ef4c8mhi3z5VdREvF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/net/http.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/net/interface.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/net/port_range.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/net/port_split.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/net/util.go
2025-08-20T21:20:20.8479999Z [00:02:14.115]➜  go tool buildid -w $WORK/b447/_pkg_.a # internal
2025-08-20T21:20:20.8493361Z [00:02:14.116]➜  cp $WORK/b447/_pkg_.a /root/.cache/go-build/ec/ecadaa4138cef969def04154daafcae1644c6c257a6b1235bdd34398649f6aa1-d # internal
2025-08-20T21:20:20.8497275Z [00:02:14.117]➜  golang.org/x/oauth2
2025-08-20T21:20:20.8500113Z [00:02:14.117]➜  mkdir -p $WORK/b446/
2025-08-20T21:20:20.8506941Z [00:02:14.118]➜  cat >/tmp/go-build3547871397/b446/importcfg << 'EOF' # internal
2025-08-20T21:20:20.8514750Z [00:02:14.118]➜  # import config
2025-08-20T21:20:20.8515486Z [00:02:14.118]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:20.8516391Z [00:02:14.118]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:20.8517323Z [00:02:14.118]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:20:20.8518280Z [00:02:14.118]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:20:20.8519296Z [00:02:14.118]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:20.8520284Z [00:02:14.118]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:20.8521544Z [00:02:14.118]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:20.8522326Z [00:02:14.118]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:20.8523414Z [00:02:14.118]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3547871397/b447/_pkg_.a
2025-08-20T21:20:20.8524316Z [00:02:14.118]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:20.8525040Z [00:02:14.118]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:20.8525845Z [00:02:14.118]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:20.8526683Z [00:02:14.118]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:20.8527533Z [00:02:14.118]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:20.8528309Z [00:02:14.118]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:20.8529087Z [00:02:14.118]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:20.8529879Z [00:02:14.118]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:20.8530460Z [00:02:14.118]➜  EOF
2025-08-20T21:20:20.8535346Z [00:02:14.118]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b446/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0=>golang.org/x/oauth2@v0.30.0;$WORK/b446=>" -p golang.org/x/oauth2 -lang=go1.23 -complete -installsuffix shared -buildid JjEG46hiUCDV2yECdhpm/JjEG46hiUCDV2yECdhpm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b446/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:20:20.9234103Z [00:02:14.189]➜  go tool buildid -w $WORK/b448/_pkg_.a # internal
2025-08-20T21:20:20.9245796Z [00:02:14.192]➜  cp $WORK/b448/_pkg_.a /root/.cache/go-build/82/828fcb6ae716695078875f2e94b1cf9d42ee970653f0b98befaac6ba750a51c7-d # internal
2025-08-20T21:20:20.9250136Z [00:02:14.192]➜  k8s.io/client-go/util/connrotation
2025-08-20T21:20:20.9253088Z [00:02:14.193]➜  mkdir -p $WORK/b449/
2025-08-20T21:20:20.9258749Z [00:02:14.193]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T21:20:20.9270595Z [00:02:14.194]➜  cat >/tmp/go-build3547871397/b449/importcfg << 'EOF' # internal
2025-08-20T21:20:20.9272281Z [00:02:14.194]➜  # import config
2025-08-20T21:20:20.9273104Z [00:02:14.194]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:20.9273870Z [00:02:14.194]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:20.9274559Z [00:02:14.194]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:20.9275108Z [00:02:14.194]➜  EOF
2025-08-20T21:20:20.9278304Z [00:02:14.194]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b449/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/connrotation=>k8s.io/client-go@v0.33.2/util/connrotation;$WORK/b449=>" -p k8s.io/client-go/util/connrotation -lang=go1.24 -complete -installsuffix shared -buildid 3dZQT84wM14NQawTNCUq/3dZQT84wM14NQawTNCUq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b449/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/connrotation/connrotation.go
2025-08-20T21:20:20.9480665Z [00:02:14.215]➜  go tool buildid -w $WORK/b446/_pkg_.a # internal
2025-08-20T21:20:20.9507027Z [00:02:14.218]➜  cp $WORK/b446/_pkg_.a /root/.cache/go-build/ba/badb98f0aba5e6cf5ed04253ad99f420e0b361420b1997933f8c28f43ce357d9-d # internal
2025-08-20T21:20:20.9518450Z [00:02:14.218]➜  golang.org/x/time/rate
2025-08-20T21:20:20.9519055Z [00:02:14.218]➜  mkdir -p $WORK/b451/
2025-08-20T21:20:20.9519822Z [00:02:14.219]➜  cat >/tmp/go-build3547871397/b451/importcfg << 'EOF' # internal
2025-08-20T21:20:20.9526667Z [00:02:14.219]➜  # import config
2025-08-20T21:20:20.9527505Z [00:02:14.219]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:20.9528677Z [00:02:14.219]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:20.9529470Z [00:02:14.219]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:20.9538388Z [00:02:14.219]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:20.9539307Z [00:02:14.219]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:20.9539933Z [00:02:14.219]➜  EOF
2025-08-20T21:20:20.9543723Z [00:02:14.219]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b451/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/time@v0.12.0/rate=>golang.org/x/time@v0.12.0/rate;$WORK/b451=>" -p golang.org/x/time/rate -lang=go1.23 -complete -installsuffix shared -buildid 02RFla_v7sOzA9pOZu8K/02RFla_v7sOzA9pOZu8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b451/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:20:20.9561672Z [00:02:14.220]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/f6/f62c77ad831b5d253e1613aa4ec5099fcfa6de571a7f6526b40db19c55014257-d # internal
2025-08-20T21:20:20.9563131Z [00:02:14.220]➜  google.golang.org/protobuf/internal/filetype
2025-08-20T21:20:20.9563765Z [00:02:14.220]➜  mkdir -p $WORK/b322/
2025-08-20T21:20:20.9564475Z [00:02:14.220]➜  cat >/tmp/go-build3547871397/b322/importcfg << 'EOF' # internal
2025-08-20T21:20:20.9565124Z [00:02:14.220]➜  # import config
2025-08-20T21:20:20.9566048Z [00:02:14.220]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3547871397/b317/_pkg_.a
2025-08-20T21:20:20.9567380Z [00:02:14.220]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3547871397/b315/_pkg_.a
2025-08-20T21:20:20.9568938Z [00:02:14.220]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build3547871397/b323/_pkg_.a
2025-08-20T21:20:20.9570302Z [00:02:14.220]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:20.9571710Z [00:02:14.220]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3547871397/b312/_pkg_.a
2025-08-20T21:20:20.9572988Z [00:02:14.220]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:20.9573634Z [00:02:14.220]➜  EOF
2025-08-20T21:20:20.9577453Z [00:02:14.220]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b322/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/filetype=>google.golang.org/protobuf@v1.36.5/internal/filetype;$WORK/b322=>" -p google.golang.org/protobuf/internal/filetype -lang=go1.21 -complete -installsuffix shared -buildid LFmXeaHNT1FnssmHfF5s/LFmXeaHNT1FnssmHfF5s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b322/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/filetype/build.go
2025-08-20T21:20:20.9581098Z [00:02:14.222]➜  go tool buildid -w $WORK/b449/_pkg_.a # internal
2025-08-20T21:20:20.9582399Z [00:02:14.222]➜  cp $WORK/b449/_pkg_.a /root/.cache/go-build/33/330a4791786f4f19d5d7bc6116cc36f38c94b7bdb91712d71df18439cce8d7bb-d # internal
2025-08-20T21:20:20.9583788Z [00:02:14.222]➜  k8s.io/client-go/util/keyutil
2025-08-20T21:20:20.9584330Z [00:02:14.222]➜  mkdir -p $WORK/b454/
2025-08-20T21:20:20.9585022Z [00:02:14.222]➜  cat >/tmp/go-build3547871397/b454/importcfg << 'EOF' # internal
2025-08-20T21:20:20.9585662Z [00:02:14.222]➜  # import config
2025-08-20T21:20:20.9586301Z [00:02:14.222]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:20:20.9587154Z [00:02:14.222]➜  packagefile crypto/ecdsa=/tmp/go-build3547871397/b188/_pkg_.a
2025-08-20T21:20:20.9588040Z [00:02:14.222]➜  packagefile crypto/elliptic=/tmp/go-build3547871397/b189/_pkg_.a
2025-08-20T21:20:20.9588999Z [00:02:14.222]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:20:20.9589900Z [00:02:14.222]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:20:20.9590800Z [00:02:14.222]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:20:20.9592017Z [00:02:14.222]➜  packagefile encoding/pem=/tmp/go-build3547871397/b226/_pkg_.a
2025-08-20T21:20:20.9593121Z [00:02:14.222]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:20.9593926Z [00:02:14.222]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:20.9594781Z [00:02:14.222]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:20.9595440Z [00:02:14.222]➜  EOF
2025-08-20T21:20:20.9598696Z [00:02:14.223]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b454/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/keyutil=>k8s.io/client-go@v0.33.2/util/keyutil;$WORK/b454=>" -p k8s.io/client-go/util/keyutil -lang=go1.24 -complete -installsuffix shared -buildid aXNH6w8m-FMJzCwA-nc_/aXNH6w8m-FMJzCwA-nc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b454/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/keyutil/key.go
2025-08-20T21:20:20.9988049Z [00:02:14.266]➜  go tool buildid -w $WORK/b454/_pkg_.a # internal
2025-08-20T21:20:21.0007548Z [00:02:14.268]➜  cp $WORK/b454/_pkg_.a /root/.cache/go-build/16/16bcfa263c9f1627db700b3eb2cfd9775b846f7c4777bf61a4ff7d8046c73ed5-d # internal
2025-08-20T21:20:21.0013454Z [00:02:14.268]➜  k8s.io/client-go/util/cert
2025-08-20T21:20:21.0014165Z [00:02:14.268]➜  mkdir -p $WORK/b453/
2025-08-20T21:20:21.0016999Z [00:02:14.268]➜  cat >/tmp/go-build3547871397/b453/importcfg << 'EOF' # internal
2025-08-20T21:20:21.0017663Z [00:02:14.268]➜  # import config
2025-08-20T21:20:21.0018300Z [00:02:14.268]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:21.0019114Z [00:02:14.268]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:20:21.0020196Z [00:02:14.268]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:20:21.0021060Z [00:02:14.268]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:20:21.0021950Z [00:02:14.268]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:20:21.0023053Z [00:02:14.268]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:20:21.0024045Z [00:02:14.268]➜  packagefile crypto/x509/pkix=/tmp/go-build3547871397/b225/_pkg_.a
2025-08-20T21:20:21.0025007Z [00:02:14.268]➜  packagefile encoding/pem=/tmp/go-build3547871397/b226/_pkg_.a
2025-08-20T21:20:21.0025908Z [00:02:14.268]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:21.0026761Z [00:02:14.268]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:21.0027747Z [00:02:14.268]➜  packagefile k8s.io/client-go/util/keyutil=/tmp/go-build3547871397/b454/_pkg_.a
2025-08-20T21:20:21.0028812Z [00:02:14.268]➜  packagefile k8s.io/utils/net=/tmp/go-build3547871397/b119/_pkg_.a
2025-08-20T21:20:21.0029750Z [00:02:14.268]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:21.0030617Z [00:02:14.268]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:21.0031761Z [00:02:14.268]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:21.0032572Z [00:02:14.268]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:21.0040274Z [00:02:14.269]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:21.0041145Z [00:02:14.269]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:21.0042069Z [00:02:14.269]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:21.0043101Z [00:02:14.269]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:21.0043748Z [00:02:14.269]➜  EOF
2025-08-20T21:20:21.0048708Z [00:02:14.269]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b453/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/cert=>k8s.io/client-go@v0.33.2/util/cert;$WORK/b453=>" -p k8s.io/client-go/util/cert -lang=go1.24 -complete -installsuffix shared -buildid P2PnfrxuWSgCDYZsZgQS/P2PnfrxuWSgCDYZsZgQS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b453/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/cert/cert.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/cert/csr.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/cert/io.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/cert/pem.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/cert/server_inspection.go
2025-08-20T21:20:21.0059541Z [00:02:14.273]➜  go tool buildid -w $WORK/b451/_pkg_.a # internal
2025-08-20T21:20:21.0067717Z [00:02:14.274]➜  cp $WORK/b451/_pkg_.a /root/.cache/go-build/04/045eea114097295433b1eb8ae77921f8968ea712a7a27cb5af3eb0bdb1db655f-d # internal
2025-08-20T21:20:21.0080163Z [00:02:14.275]➜  k8s.io/client-go/util/workqueue
2025-08-20T21:20:21.0088840Z [00:02:14.276]➜  mkdir -p $WORK/b450/
2025-08-20T21:20:21.0089903Z [00:02:14.276]➜  cat >/tmp/go-build3547871397/b450/importcfg << 'EOF' # internal
2025-08-20T21:20:21.0090641Z [00:02:14.276]➜  # import config
2025-08-20T21:20:21.0101863Z [00:02:14.277]➜  packagefile container/heap=/tmp/go-build3547871397/b272/_pkg_.a
2025-08-20T21:20:21.0103130Z [00:02:14.277]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:21.0104087Z [00:02:14.277]➜  packagefile golang.org/x/time/rate=/tmp/go-build3547871397/b451/_pkg_.a
2025-08-20T21:20:21.0105133Z [00:02:14.277]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:20:21.0106182Z [00:02:14.277]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:21.0109187Z [00:02:14.277]➜  packagefile k8s.io/utils/clock=/tmp/go-build3547871397/b273/_pkg_.a
2025-08-20T21:20:21.0112003Z [00:02:14.277]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:21.0112994Z [00:02:14.277]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:21.0113798Z [00:02:14.277]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:21.0114380Z [00:02:14.277]➜  EOF
2025-08-20T21:20:21.0120817Z [00:02:14.277]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b450/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/workqueue=>k8s.io/client-go@v0.33.2/util/workqueue;$WORK/b450=>" -p k8s.io/client-go/util/workqueue -lang=go1.24 -complete -installsuffix shared -buildid oVECufbtItsTTQKnxbkU/oVECufbtItsTTQKnxbkU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b450/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/workqueue/default_rate_limiters.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/workqueue/delaying_queue.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/workqueue/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/workqueue/metrics.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/workqueue/parallelizer.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/workqueue/queue.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/workqueue/rate_limiting_queue.go
2025-08-20T21:20:21.0672461Z [00:02:14.334]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T21:20:21.0676582Z [00:02:14.334]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/89/891eb4956778c64c6e08dfd647be82994cd0d4319b2d773be6f7c3208769ad79-d # internal
2025-08-20T21:20:21.0677725Z [00:02:14.334]➜  google.golang.org/protobuf/runtime/protoimpl
2025-08-20T21:20:21.0679492Z [00:02:14.334]➜  mkdir -p $WORK/b314/
2025-08-20T21:20:21.0681416Z [00:02:14.334]➜  cat >/tmp/go-build3547871397/b314/importcfg << 'EOF' # internal
2025-08-20T21:20:21.0682516Z [00:02:14.334]➜  # import config
2025-08-20T21:20:21.0683887Z [00:02:14.334]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3547871397/b315/_pkg_.a
2025-08-20T21:20:21.0685392Z [00:02:14.334]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build3547871397/b322/_pkg_.a
2025-08-20T21:20:21.0686842Z [00:02:14.334]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build3547871397/b323/_pkg_.a
2025-08-20T21:20:21.0689268Z [00:02:14.334]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build3547871397/b327/_pkg_.a
2025-08-20T21:20:21.0690731Z [00:02:14.334]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build3547871397/b328/_pkg_.a
2025-08-20T21:20:21.0691731Z [00:02:14.334]➜  EOF
2025-08-20T21:20:21.0697873Z [00:02:14.334]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b314/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/runtime/protoimpl=>google.golang.org/protobuf@v1.36.5/runtime/protoimpl;$WORK/b314=>" -p google.golang.org/protobuf/runtime/protoimpl -lang=go1.21 -complete -installsuffix shared -buildid ZVe70q7DMBotRKbt-ZH3/ZVe70q7DMBotRKbt-ZH3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b314/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/runtime/protoimpl/impl.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/runtime/protoimpl/version.go
2025-08-20T21:20:21.0701718Z [00:02:14.336]➜  go tool buildid -w $WORK/b453/_pkg_.a # internal
2025-08-20T21:20:21.0713705Z [00:02:14.338]➜  cp $WORK/b453/_pkg_.a /root/.cache/go-build/27/27f57c0f9d3e07c0ccbbface9750edb643b3f017bd266d6262077a40d1d3ce1d-d # internal
2025-08-20T21:20:21.0716298Z [00:02:14.339]➜  k8s.io/client-go/util/flowcontrol
2025-08-20T21:20:21.0717601Z [00:02:14.339]➜  mkdir -p $WORK/b455/
2025-08-20T21:20:21.0724540Z [00:02:14.340]➜  cat >/tmp/go-build3547871397/b455/importcfg << 'EOF' # internal
2025-08-20T21:20:21.0725219Z [00:02:14.340]➜  # import config
2025-08-20T21:20:21.0725853Z [00:02:14.340]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:21.0726677Z [00:02:14.340]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:21.0727582Z [00:02:14.340]➜  packagefile golang.org/x/time/rate=/tmp/go-build3547871397/b451/_pkg_.a
2025-08-20T21:20:21.0728577Z [00:02:14.340]➜  packagefile k8s.io/utils/clock=/tmp/go-build3547871397/b273/_pkg_.a
2025-08-20T21:20:21.0729471Z [00:02:14.340]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:20:21.0730576Z [00:02:14.340]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:21.0731293Z [00:02:14.340]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:21.0731824Z [00:02:14.340]➜  EOF
2025-08-20T21:20:21.0740324Z [00:02:14.341]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b455/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/flowcontrol=>k8s.io/client-go@v0.33.2/util/flowcontrol;$WORK/b455=>" -p k8s.io/client-go/util/flowcontrol -lang=go1.24 -complete -installsuffix shared -buildid Zua37c1N6jqsZLKeihax/Zua37c1N6jqsZLKeihax -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b455/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/flowcontrol/backoff.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/flowcontrol/throttle.go
2025-08-20T21:20:21.0752928Z [00:02:14.342]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T21:20:21.0785259Z [00:02:14.346]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/dc/dc45fbb31f7abd41b2498510431b5a11ccf91264cba91dd2637ed0c3aa4a5849-d # internal
2025-08-20T21:20:21.0793608Z [00:02:14.346]➜  k8s.io/apimachinery/pkg/watch
2025-08-20T21:20:21.0803646Z [00:02:14.347]➜  mkdir -p $WORK/b254/
2025-08-20T21:20:21.0804420Z [00:02:14.347]➜  cat >/tmp/go-build3547871397/b254/importcfg << 'EOF' # internal
2025-08-20T21:20:21.0805115Z [00:02:14.347]➜  # import config
2025-08-20T21:20:21.0805772Z [00:02:14.347]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:21.0806603Z [00:02:14.347]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:21.0807647Z [00:02:14.347]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:21.0808906Z [00:02:14.348]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:21.0810158Z [00:02:14.348]➜  packagefile k8s.io/apimachinery/pkg/util/net=/tmp/go-build3547871397/b255/_pkg_.a
2025-08-20T21:20:21.0813357Z [00:02:14.349]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:20:21.0814806Z [00:02:14.349]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:21.0815942Z [00:02:14.349]➜  packagefile k8s.io/utils/ptr=/tmp/go-build3547871397/b265/_pkg_.a
2025-08-20T21:20:21.0816985Z [00:02:14.349]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:21.0817785Z [00:02:14.349]➜  EOF
2025-08-20T21:20:21.0824055Z [00:02:14.349]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/watch=>k8s.io/apimachinery@v0.33.2/pkg/watch;$WORK/b254=>" -p k8s.io/apimachinery/pkg/watch -lang=go1.24 -complete -installsuffix shared -buildid Hij_D3ZV2Y82YpPAPWUn/Hij_D3ZV2Y82YpPAPWUn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/watch/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/watch/filter.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/watch/mux.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/watch/streamwatcher.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/watch/watch.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/watch/zz_generated.deepcopy.go
2025-08-20T21:20:21.1052316Z [00:02:14.372]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T21:20:21.1066885Z [00:02:14.373]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/61/611697dc3499c05fe7a181a793144b3aab762524153bfb7099c2af3201cf6dcc-d # internal
2025-08-20T21:20:21.1087495Z [00:02:14.374]➜  google.golang.org/protobuf/types/known/anypb
2025-08-20T21:20:21.1088187Z [00:02:14.374]➜  mkdir -p $WORK/b329/
2025-08-20T21:20:21.1088944Z [00:02:14.374]➜  cat >/tmp/go-build3547871397/b329/importcfg << 'EOF' # internal
2025-08-20T21:20:21.1089628Z [00:02:14.374]➜  # import config
2025-08-20T21:20:21.1090536Z [00:02:14.375]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:20:21.1091916Z [00:02:14.375]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:21.1096145Z [00:02:14.375]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3547871397/b312/_pkg_.a
2025-08-20T21:20:21.1097657Z [00:02:14.375]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:20:21.1099114Z [00:02:14.375]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:21.1100018Z [00:02:14.375]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:21.1100864Z [00:02:14.375]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:21.1101473Z [00:02:14.375]➜  EOF
2025-08-20T21:20:21.1105616Z [00:02:14.375]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b329/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/types/known/anypb=>google.golang.org/protobuf@v1.36.5/types/known/anypb;$WORK/b329=>" -p google.golang.org/protobuf/types/known/anypb -lang=go1.21 -complete -installsuffix shared -buildid OBsYJV5joXFWlk8eaD98/OBsYJV5joXFWlk8eaD98 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b329/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/types/known/anypb/any.pb.go
2025-08-20T21:20:21.1434051Z [00:02:14.410]➜  go tool buildid -w $WORK/b455/_pkg_.a # internal
2025-08-20T21:20:21.1456286Z [00:02:14.413]➜  cp $WORK/b455/_pkg_.a /root/.cache/go-build/cd/cdb5aabb4cbba62b1f2a1363afd8902418db248b39bd70162b227f277335d2e2-d # internal
2025-08-20T21:20:21.1458774Z [00:02:14.413]➜  google.golang.org/protobuf/types/descriptorpb
2025-08-20T21:20:21.1459423Z [00:02:14.413]➜  mkdir -p $WORK/b413/
2025-08-20T21:20:21.1460115Z [00:02:14.413]➜  cat >/tmp/go-build3547871397/b413/importcfg << 'EOF' # internal
2025-08-20T21:20:21.1460812Z [00:02:14.413]➜  # import config
2025-08-20T21:20:21.1461805Z [00:02:14.413]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:21.1463476Z [00:02:14.413]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:20:21.1464647Z [00:02:14.413]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:21.1465538Z [00:02:14.413]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:21.1466154Z [00:02:14.413]➜  EOF
2025-08-20T21:20:21.1470532Z [00:02:14.413]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b413/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/types/descriptorpb=>google.golang.org/protobuf@v1.36.5/types/descriptorpb;$WORK/b413=>" -p google.golang.org/protobuf/types/descriptorpb -lang=go1.21 -complete -installsuffix shared -buildid kHgE8SUq4VjLBc1i2sOB/kHgE8SUq4VjLBc1i2sOB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b413/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/types/descriptorpb/descriptor.pb.go
2025-08-20T21:20:21.1829791Z [00:02:14.449]➜  go tool buildid -w $WORK/b329/_pkg_.a # internal
2025-08-20T21:20:21.1832497Z [00:02:14.450]➜  cp $WORK/b329/_pkg_.a /root/.cache/go-build/d9/d9bb43bec2dd942442d13468f6cfbc07eb16ec10e2801ef079eef3764e4eb55c-d # internal
2025-08-20T21:20:21.1834487Z [00:02:14.451]➜  github.com/google/gnostic-models/extensions
2025-08-20T21:20:21.1835106Z [00:02:14.451]➜  mkdir -p $WORK/b299/
2025-08-20T21:20:21.1839770Z [00:02:14.451]➜  cat >/tmp/go-build3547871397/b299/importcfg << 'EOF' # internal
2025-08-20T21:20:21.1842949Z [00:02:14.451]➜  # import config
2025-08-20T21:20:21.1843807Z [00:02:14.451]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:20:21.1845101Z [00:02:14.451]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:21.1846547Z [00:02:14.451]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:20:21.1847959Z [00:02:14.451]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:20:21.1849115Z [00:02:14.452]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:20:21.1849955Z [00:02:14.452]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:21.1850826Z [00:02:14.452]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:21.1851686Z [00:02:14.452]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:21.1852525Z [00:02:14.452]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:21.1853366Z [00:02:14.452]➜  EOF
2025-08-20T21:20:21.1857984Z [00:02:14.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b299/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/extensions=>github.com/google/gnostic-models@v0.6.9/extensions;$WORK/b299=>" -p github.com/google/gnostic-models/extensions -lang=go1.21 -complete -installsuffix shared -buildid MXYSyoCqmsuqVQbLla68/MXYSyoCqmsuqVQbLla68 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b299/importcfg -pack /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/extensions/extension.pb.go /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/extensions/extensions.go
2025-08-20T21:20:21.2057492Z [00:02:14.473]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T21:20:21.2091739Z [00:02:14.476]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/c8/c86a62762d29c06758267b9b9f12e3c071e7476a3d5ffcf337bf5c16f1053ecb-d # internal
2025-08-20T21:20:21.2117169Z [00:02:14.479]➜  k8s.io/apimachinery/pkg/apis/meta/v1
2025-08-20T21:20:21.2120593Z [00:02:14.479]➜  mkdir -p $WORK/b087/
2025-08-20T21:20:21.2129299Z [00:02:14.480]➜  cat >/tmp/go-build3547871397/b087/importcfg << 'EOF' # internal
2025-08-20T21:20:21.2130264Z [00:02:14.480]➜  # import config
2025-08-20T21:20:21.2131105Z [00:02:14.480]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:21.2133376Z [00:02:14.480]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:21.2134321Z [00:02:14.480]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:21.2135126Z [00:02:14.480]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:21.2136103Z [00:02:14.480]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:21.2137287Z [00:02:14.480]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:21.2138300Z [00:02:14.480]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:21.2139367Z [00:02:14.480]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:21.2140635Z [00:02:14.480]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:20:21.2142092Z [00:02:14.480]➜  packagefile k8s.io/apimachinery/pkg/fields=/tmp/go-build3547871397/b101/_pkg_.a
2025-08-20T21:20:21.2143517Z [00:02:14.480]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:20:21.2144694Z [00:02:14.480]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:21.2145877Z [00:02:14.480]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:21.2147288Z [00:02:14.480]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct=/tmp/go-build3547871397/b092/_pkg_.a
2025-08-20T21:20:21.2148663Z [00:02:14.480]➜  packagefile k8s.io/apimachinery/pkg/selection=/tmp/go-build3547871397/b102/_pkg_.a
2025-08-20T21:20:21.2149832Z [00:02:14.480]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:21.2151065Z [00:02:14.480]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:21.2152269Z [00:02:14.480]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3547871397/b142/_pkg_.a
2025-08-20T21:20:21.2156712Z [00:02:14.480]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:20:21.2157971Z [00:02:14.480]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:21.2159049Z [00:02:14.480]➜  packagefile k8s.io/utils/ptr=/tmp/go-build3547871397/b265/_pkg_.a
2025-08-20T21:20:21.2159957Z [00:02:14.480]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:21.2160806Z [00:02:14.480]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:21.2161701Z [00:02:14.480]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:20:21.2162567Z [00:02:14.480]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:21.2163636Z [00:02:14.480]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:21.2164617Z [00:02:14.480]➜  packagefile sigs.k8s.io/randfill=/tmp/go-build3547871397/b252/_pkg_.a
2025-08-20T21:20:21.2165574Z [00:02:14.480]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:21.2167065Z [00:02:14.480]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:21.2167896Z [00:02:14.480]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:21.2168509Z [00:02:14.480]➜  EOF
2025-08-20T21:20:21.2184550Z [00:02:14.480]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1=>k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1;$WORK/b087=>" -p k8s.io/apimachinery/pkg/apis/meta/v1 -lang=go1.24 -complete -installsuffix shared -buildid 3ZH9VLadWN84_reVno0H/3ZH9VLadWN84_reVno0H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/controller_ref.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/conversion.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/deepcopy.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/duration.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/generated.pb.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/group_version.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/helpers.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/labels.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/meta.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/micro_time.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/micro_time_fuzz.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/micro_time_proto.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/register.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/time.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/time_fuzz.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/time_proto.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/types.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/watch.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/zz_generated.conversion.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/zz_generated.defaults.go
2025-08-20T21:20:21.2506874Z [00:02:14.518]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T21:20:21.2523942Z [00:02:14.519]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/3a/3aff272de7cadd2bfe0fda38046fbbdb28f08f6b8ed3f499bd89cd7eb1ea0cab-d # internal
2025-08-20T21:20:21.2534232Z [00:02:14.520]➜  github.com/google/gnostic-models/compiler
2025-08-20T21:20:21.2551452Z [00:02:14.521]➜  mkdir -p $WORK/b298/
2025-08-20T21:20:21.2552203Z [00:02:14.521]➜  cat >/tmp/go-build3547871397/b298/importcfg << 'EOF' # internal
2025-08-20T21:20:21.2553032Z [00:02:14.521]➜  # import config
2025-08-20T21:20:21.2553690Z [00:02:14.521]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:21.2554481Z [00:02:14.521]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:21.2555549Z [00:02:14.521]➜  packagefile github.com/google/gnostic-models/extensions=/tmp/go-build3547871397/b299/_pkg_.a
2025-08-20T21:20:21.2556821Z [00:02:14.521]➜  packagefile github.com/google/gnostic-models/jsonschema=/tmp/go-build3547871397/b330/_pkg_.a
2025-08-20T21:20:21.2561684Z [00:02:14.521]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:20:21.2564730Z [00:02:14.521]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:20:21.2565988Z [00:02:14.521]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:20:21.2567869Z [00:02:14.521]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:20:21.2568925Z [00:02:14.521]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:21.2571888Z [00:02:14.521]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:21.2572871Z [00:02:14.521]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:21.2573652Z [00:02:14.521]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:20:21.2574469Z [00:02:14.521]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:21.2575263Z [00:02:14.521]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:21.2575994Z [00:02:14.521]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:21.2576719Z [00:02:14.521]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:21.2577491Z [00:02:14.521]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:21.2578223Z [00:02:14.521]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:21.2578763Z [00:02:14.521]➜  EOF
2025-08-20T21:20:21.2584921Z [00:02:14.521]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b298/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/compiler=>github.com/google/gnostic-models@v0.6.9/compiler;$WORK/b298=>" -p github.com/google/gnostic-models/compiler -lang=go1.21 -complete -installsuffix shared -buildid 391OkCUAy45pA-tZ0qX5/391OkCUAy45pA-tZ0qX5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/importcfg -pack /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/compiler/context.go /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/compiler/error.go /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/compiler/extensions.go /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/compiler/helpers.go /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/compiler/main.go /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/compiler/reader.go
2025-08-20T21:20:21.2705308Z [00:02:14.538]➜  go tool buildid -w $WORK/b450/_pkg_.a # internal
2025-08-20T21:20:21.2761235Z [00:02:14.543]➜  cp $WORK/b450/_pkg_.a /root/.cache/go-build/c7/c77ad5eb957f37cb4029ed1a92e30285cb3cfdc814ade03ba70532e46ea429f3-d # internal
2025-08-20T21:20:21.2782018Z [00:02:14.544]➜  k8s.io/client-go/transport
2025-08-20T21:20:21.2782580Z [00:02:14.544]➜  mkdir -p $WORK/b445/
2025-08-20T21:20:21.2783456Z [00:02:14.544]➜  cat >/tmp/go-build3547871397/b445/importcfg << 'EOF' # internal
2025-08-20T21:20:21.2784123Z [00:02:14.544]➜  # import config
2025-08-20T21:20:21.2784752Z [00:02:14.544]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:21.2785581Z [00:02:14.544]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:21.2786475Z [00:02:14.544]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:20:21.2787361Z [00:02:14.544]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:20:21.2788217Z [00:02:14.544]➜  packagefile encoding/pem=/tmp/go-build3547871397/b226/_pkg_.a
2025-08-20T21:20:21.2789041Z [00:02:14.544]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:21.2789888Z [00:02:14.544]➜  packagefile github.com/go-logr/logr=/tmp/go-build3547871397/b109/_pkg_.a
2025-08-20T21:20:21.2790844Z [00:02:14.544]➜  packagefile golang.org/x/oauth2=/tmp/go-build3547871397/b446/_pkg_.a
2025-08-20T21:20:21.2791908Z [00:02:14.544]➜  packagefile k8s.io/apimachinery/pkg/util/net=/tmp/go-build3547871397/b255/_pkg_.a
2025-08-20T21:20:21.2804246Z [00:02:14.544]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:20:21.2805522Z [00:02:14.544]➜  packagefile k8s.io/apimachinery/pkg/util/wait=/tmp/go-build3547871397/b448/_pkg_.a
2025-08-20T21:20:21.2806661Z [00:02:14.544]➜  packagefile k8s.io/client-go/tools/metrics=/tmp/go-build3547871397/b444/_pkg_.a
2025-08-20T21:20:21.2807779Z [00:02:14.544]➜  packagefile k8s.io/client-go/util/connrotation=/tmp/go-build3547871397/b449/_pkg_.a
2025-08-20T21:20:21.2808870Z [00:02:14.544]➜  packagefile k8s.io/client-go/util/workqueue=/tmp/go-build3547871397/b450/_pkg_.a
2025-08-20T21:20:21.2810182Z [00:02:14.544]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:21.2811040Z [00:02:14.544]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:21.2811875Z [00:02:14.544]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:21.2812974Z [00:02:14.544]➜  packagefile net/http/httptrace=/tmp/go-build3547871397/b239/_pkg_.a
2025-08-20T21:20:21.2813883Z [00:02:14.544]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:21.2814676Z [00:02:14.544]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:21.2815494Z [00:02:14.544]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:21.2816333Z [00:02:14.544]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:21.2817148Z [00:02:14.544]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:21.2817980Z [00:02:14.545]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:21.2818797Z [00:02:14.545]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:21.2819585Z [00:02:14.545]➜  EOF
2025-08-20T21:20:21.2825836Z [00:02:14.545]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b445/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/transport=>k8s.io/client-go@v0.33.2/transport;$WORK/b445=>" -p k8s.io/client-go/transport -lang=go1.24 -complete -installsuffix shared -buildid 9W4bdGgheTSYqKiKSyub/9W4bdGgheTSYqKiKSyub -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b445/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/transport/cache.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/transport/cache_go118.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/transport/cert_rotation.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/transport/config.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/transport/round_trippers.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/transport/token_source.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/transport/transport.go
2025-08-20T21:20:21.3708244Z [00:02:14.638]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T21:20:21.3733105Z [00:02:14.640]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/f4/f46beb8aa8a8d86d77753c2008c6e4460b1ba041b606f4a9fa53f1572a6b138d-d # internal
2025-08-20T21:20:21.3740243Z [00:02:14.641]➜  github.com/google/gnostic-models/openapiv2
2025-08-20T21:20:21.3745145Z [00:02:14.642]➜  mkdir -p $WORK/b297/
2025-08-20T21:20:21.3750648Z [00:02:14.642]➜  cat >/tmp/go-build3547871397/b297/importcfg << 'EOF' # internal
2025-08-20T21:20:21.3758089Z [00:02:14.642]➜  # import config
2025-08-20T21:20:21.3758762Z [00:02:14.642]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:21.3759906Z [00:02:14.642]➜  packagefile github.com/google/gnostic-models/compiler=/tmp/go-build3547871397/b298/_pkg_.a
2025-08-20T21:20:21.3761307Z [00:02:14.642]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:21.3763005Z [00:02:14.642]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:20:21.3764432Z [00:02:14.642]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:20:21.3765478Z [00:02:14.642]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:20:21.3766290Z [00:02:14.642]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:21.3767115Z [00:02:14.642]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:21.3767927Z [00:02:14.642]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:21.3768777Z [00:02:14.642]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:21.3769387Z [00:02:14.642]➜  EOF
2025-08-20T21:20:21.3778778Z [00:02:14.643]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b297/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/openapiv2=>github.com/google/gnostic-models@v0.6.9/openapiv2;$WORK/b297=>" -p github.com/google/gnostic-models/openapiv2 -lang=go1.21 -complete -installsuffix shared -buildid 67TVshwygIH5Z7ODZNkv/67TVshwygIH5Z7ODZNkv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/openapiv2/OpenAPIv2.go /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/openapiv2/OpenAPIv2.pb.go /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/openapiv2/document.go
2025-08-20T21:20:21.5871669Z [00:02:14.854]➜  go tool buildid -w $WORK/b413/_pkg_.a # internal
2025-08-20T21:20:21.6031052Z [00:02:14.870]➜  cp $WORK/b413/_pkg_.a /root/.cache/go-build/6b/6b5f5984cb337d2969eb522650b9c02b650279bc1ccb47391ab6f8285e14c001-d # internal
2025-08-20T21:20:21.6062102Z [00:02:14.874]➜  github.com/google/gnostic-models/openapiv3
2025-08-20T21:20:21.6066663Z [00:02:14.874]➜  mkdir -p $WORK/b412/
2025-08-20T21:20:21.6073081Z [00:02:14.874]➜  cat >/tmp/go-build3547871397/b412/importcfg << 'EOF' # internal
2025-08-20T21:20:21.6078152Z [00:02:14.874]➜  # import config
2025-08-20T21:20:21.6109654Z [00:02:14.874]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:21.6111311Z [00:02:14.874]➜  packagefile github.com/google/gnostic-models/compiler=/tmp/go-build3547871397/b298/_pkg_.a
2025-08-20T21:20:21.6113877Z [00:02:14.874]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:20:21.6115175Z [00:02:14.874]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:20:21.6116763Z [00:02:14.874]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3547871397/b413/_pkg_.a
2025-08-20T21:20:21.6118170Z [00:02:14.874]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:20:21.6119307Z [00:02:14.874]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:20:21.6120231Z [00:02:14.874]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:21.6121068Z [00:02:14.874]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:21.6121894Z [00:02:14.874]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:21.6122871Z [00:02:14.874]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:21.6123472Z [00:02:14.874]➜  EOF
2025-08-20T21:20:21.6129201Z [00:02:14.875]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b412/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/openapiv3=>github.com/google/gnostic-models@v0.6.9/openapiv3;$WORK/b412=>" -p github.com/google/gnostic-models/openapiv3 -lang=go1.21 -complete -installsuffix shared -buildid mmmlDuK5VF8xbRI4AD8S/mmmlDuK5VF8xbRI4AD8S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b412/importcfg -pack /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/openapiv3/OpenAPIv3.go /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/openapiv3/OpenAPIv3.pb.go /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/openapiv3/annotations.pb.go /root/go/pkg/mod/github.com/google/gnostic-models@v0.6.9/openapiv3/document.go
2025-08-20T21:20:21.6379994Z [00:02:14.905]➜  go tool buildid -w $WORK/b445/_pkg_.a # internal
2025-08-20T21:20:21.6441936Z [00:02:14.911]➜  cp $WORK/b445/_pkg_.a /root/.cache/go-build/89/89ed07a53e8c8a75f47748ebe0f94e63edbd979fcfddc527c166fb3e0e92f0ac-d # internal
2025-08-20T21:20:21.6453753Z [00:02:14.911]➜  k8s.io/kube-openapi/pkg/cached
2025-08-20T21:20:21.6454369Z [00:02:14.911]➜  mkdir -p $WORK/b457/
2025-08-20T21:20:21.6455139Z [00:02:14.911]➜  cat >/tmp/go-build3547871397/b457/importcfg << 'EOF' # internal
2025-08-20T21:20:21.6455817Z [00:02:14.911]➜  # import config
2025-08-20T21:20:21.6456482Z [00:02:14.911]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:21.6457290Z [00:02:14.911]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:21.6458470Z [00:02:14.911]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:21.6459115Z [00:02:14.911]➜  EOF
2025-08-20T21:20:21.6463178Z [00:02:14.911]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b457/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/cached=>k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/cached;$WORK/b457=>" -p k8s.io/kube-openapi/pkg/cached -lang=go1.21 -complete -installsuffix shared -buildid ALcRrJ72BQoGeuruS29-/ALcRrJ72BQoGeuruS29- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b457/importcfg -pack /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/cached/cache.go
2025-08-20T21:20:21.6816004Z [00:02:14.949]➜  go tool buildid -w $WORK/b457/_pkg_.a # internal
2025-08-20T21:20:21.6830653Z [00:02:14.950]➜  cp $WORK/b457/_pkg_.a /root/.cache/go-build/7f/7fbb4c45099fd37d919854369263887f63bb7e87489bb38255cf8a2b29bed6a1-d # internal
2025-08-20T21:20:21.6839570Z [00:02:14.951]➜  hash/adler32
2025-08-20T21:20:21.6842428Z [00:02:14.951]➜  mkdir -p $WORK/b461/
2025-08-20T21:20:21.6843334Z [00:02:14.951]➜  cat >/tmp/go-build3547871397/b461/importcfg << 'EOF' # internal
2025-08-20T21:20:21.6844037Z [00:02:14.951]➜  # import config
2025-08-20T21:20:21.6844687Z [00:02:14.951]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:21.6845513Z [00:02:14.951]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:21.6846427Z [00:02:14.951]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:21.6847140Z [00:02:14.951]➜  EOF
2025-08-20T21:20:21.6850213Z [00:02:14.952]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b461/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b461=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid nLLwKS3QG4e0LBzr7Nmu/nLLwKS3QG4e0LBzr7Nmu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b461/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T21:20:21.7011251Z [00:02:14.968]➜  go tool buildid -w $WORK/b461/_pkg_.a # internal
2025-08-20T21:20:21.7020475Z [00:02:14.969]➜  cp $WORK/b461/_pkg_.a /root/.cache/go-build/8a/8a941064c9e1657c92dde5671fbb1ec09bc2d3b729451f80a68553ce03c9a78d-d # internal
2025-08-20T21:20:21.7028013Z [00:02:14.970]➜  compress/zlib
2025-08-20T21:20:21.7033711Z [00:02:14.970]➜  mkdir -p $WORK/b460/
2025-08-20T21:20:21.7034503Z [00:02:14.970]➜  cat >/tmp/go-build3547871397/b460/importcfg << 'EOF' # internal
2025-08-20T21:20:21.7039817Z [00:02:14.970]➜  # import config
2025-08-20T21:20:21.7040506Z [00:02:14.970]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:21.7041399Z [00:02:14.970]➜  packagefile compress/flate=/tmp/go-build3547871397/b150/_pkg_.a
2025-08-20T21:20:21.7042325Z [00:02:14.970]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:21.7043464Z [00:02:14.970]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:21.7044281Z [00:02:14.970]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:21.7045059Z [00:02:14.970]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:21.7045928Z [00:02:14.970]➜  packagefile hash/adler32=/tmp/go-build3547871397/b461/_pkg_.a
2025-08-20T21:20:21.7046766Z [00:02:14.970]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:21.7047368Z [00:02:14.970]➜  EOF
2025-08-20T21:20:21.7050371Z [00:02:14.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b460/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b460=>" -p compress/zlib -lang=go1.25 -std -complete -installsuffix shared -buildid F7sNlA_TlQHvLu_cpG7C/F7sNlA_TlQHvLu_cpG7C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b460/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T21:20:21.7353876Z [00:02:15.002]➜  go tool buildid -w $WORK/b460/_pkg_.a # internal
2025-08-20T21:20:21.7364078Z [00:02:15.003]➜  cp $WORK/b460/_pkg_.a /root/.cache/go-build/a3/a328f5e0bc9552a126a174bb76d019adfeb90ff9ff7f7dc10e8db565e08aca37-d # internal
2025-08-20T21:20:21.7367090Z [00:02:15.004]➜  encoding/xml
2025-08-20T21:20:21.7369008Z [00:02:15.004]➜  mkdir -p $WORK/b462/
2025-08-20T21:20:21.7374013Z [00:02:15.005]➜  cat >/tmp/go-build3547871397/b462/importcfg << 'EOF' # internal
2025-08-20T21:20:21.7378035Z [00:02:15.005]➜  # import config
2025-08-20T21:20:21.7380258Z [00:02:15.005]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:21.7381013Z [00:02:15.005]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:21.7381751Z [00:02:15.005]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:21.7382503Z [00:02:15.005]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:21.7383427Z [00:02:15.005]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:21.7384180Z [00:02:15.005]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:21.7384886Z [00:02:15.005]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:21.7385640Z [00:02:15.005]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:21.7386360Z [00:02:15.005]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:21.7387096Z [00:02:15.005]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:21.7387813Z [00:02:15.005]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:21.7388524Z [00:02:15.005]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:21.7389559Z [00:02:15.005]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:21.7390178Z [00:02:15.005]➜  EOF
2025-08-20T21:20:21.7393562Z [00:02:15.005]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b462/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b462=>" -p encoding/xml -lang=go1.25 -std -complete -installsuffix shared -buildid gC-cZpw-ijhWc6QWj73c/gC-cZpw-ijhWc6QWj73c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b462/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:20:22.3139522Z [00:02:15.581]➜  go tool buildid -w $WORK/b462/_pkg_.a # internal
2025-08-20T21:20:22.3262897Z [00:02:15.593]➜  cp $WORK/b462/_pkg_.a /root/.cache/go-build/9a/9a73b44558d0361f79d5f625aeb6de1a00b53acd8851634667fb8ccaad6683d6-d # internal
2025-08-20T21:20:22.3266832Z [00:02:15.594]➜  github.com/emicklei/go-restful/v3/log
2025-08-20T21:20:22.3276842Z [00:02:15.595]➜  mkdir -p $WORK/b463/
2025-08-20T21:20:22.3283460Z [00:02:15.595]➜  cat >/tmp/go-build3547871397/b463/importcfg << 'EOF' # internal
2025-08-20T21:20:22.3284196Z [00:02:15.595]➜  # import config
2025-08-20T21:20:22.3284859Z [00:02:15.595]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:22.3285691Z [00:02:15.595]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:22.3289641Z [00:02:15.596]➜  EOF
2025-08-20T21:20:22.3293511Z [00:02:15.596]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b463/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/log=>github.com/emicklei/go-restful/v3@v3.11.0/log;$WORK/b463=>" -p github.com/emicklei/go-restful/v3/log -lang=go1.13 -complete -installsuffix shared -buildid Q-4n0Xxsacy6Wy51p93J/Q-4n0Xxsacy6Wy51p93J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b463/importcfg -pack /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/log/log.go
2025-08-20T21:20:22.3850163Z [00:02:15.652]➜  go tool buildid -w $WORK/b463/_pkg_.a # internal
2025-08-20T21:20:22.3857958Z [00:02:15.653]➜  cp $WORK/b463/_pkg_.a /root/.cache/go-build/8e/8e00fbab9aa15e34788b6002027b21c5eed681a12fca47cf56108cff1a0de051-d # internal
2025-08-20T21:20:22.3882564Z [00:02:15.655]➜  github.com/emicklei/go-restful/v3
2025-08-20T21:20:22.3886134Z [00:02:15.656]➜  mkdir -p $WORK/b459/
2025-08-20T21:20:22.3948198Z [00:02:15.662]➜  cat >/tmp/go-build3547871397/b459/importcfg << 'EOF' # internal
2025-08-20T21:20:22.3951835Z [00:02:15.662]➜  # import config
2025-08-20T21:20:22.3953144Z [00:02:15.662]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:22.3955240Z [00:02:15.662]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:22.3956141Z [00:02:15.662]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:20:22.3957087Z [00:02:15.662]➜  packagefile compress/zlib=/tmp/go-build3547871397/b460/_pkg_.a
2025-08-20T21:20:22.3958002Z [00:02:15.662]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:22.3958913Z [00:02:15.662]➜  packagefile encoding/xml=/tmp/go-build3547871397/b462/_pkg_.a
2025-08-20T21:20:22.3959794Z [00:02:15.662]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:22.3960612Z [00:02:15.662]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:22.3961611Z [00:02:15.662]➜  packagefile github.com/emicklei/go-restful/v3/log=/tmp/go-build3547871397/b463/_pkg_.a
2025-08-20T21:20:22.3962603Z [00:02:15.662]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:22.3963638Z [00:02:15.662]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:22.3964483Z [00:02:15.662]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:22.3965302Z [00:02:15.662]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:22.3966103Z [00:02:15.662]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:22.3967200Z [00:02:15.662]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:22.3968104Z [00:02:15.662]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:22.3968953Z [00:02:15.662]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:22.3969792Z [00:02:15.662]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:22.3970599Z [00:02:15.662]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:22.3971407Z [00:02:15.662]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:22.3972240Z [00:02:15.662]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:22.3974445Z [00:02:15.662]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:22.3975127Z [00:02:15.662]➜  EOF
2025-08-20T21:20:22.3994083Z [00:02:15.662]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b459/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0=>github.com/emicklei/go-restful/v3@v3.11.0;$WORK/b459=>" -p github.com/emicklei/go-restful/v3 -lang=go1.13 -complete -installsuffix shared -buildid 8G_taB8IZskq_taxvCSh/8G_taB8IZskq_taxvCSh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b459/importcfg -pack /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/compress.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/compressor_cache.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/compressor_pools.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/compressors.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/constants.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/container.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/cors_filter.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/curly.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/curly_route.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/custom_verb.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/doc.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/entity_accessors.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/extensions.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/filter.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/filter_adapter.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/json.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/jsr311.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/logger.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/mime.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/options_filter.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/parameter.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/path_expression.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/path_processor.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/request.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/response.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/route.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/route_builder.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/route_reader.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/router.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/service_error.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/web_service.go /root/go/pkg/mod/github.com/emicklei/go-restful/v3@v3.11.0/web_service_container.go
2025-08-20T21:20:23.1837742Z [00:02:16.451]➜  go tool buildid -w $WORK/b459/_pkg_.a # internal
2025-08-20T21:20:23.2085951Z [00:02:16.476]➜  cp $WORK/b459/_pkg_.a /root/.cache/go-build/26/26fe2e4c065ea402c8d9a0b526a2e23620bfdc09b54372e28543ab2cfd797a98-d # internal
2025-08-20T21:20:23.2088818Z [00:02:16.476]➜  github.com/google/go-cmp/cmp/internal/diff
2025-08-20T21:20:23.2094820Z [00:02:16.477]➜  mkdir -p $WORK/b469/
2025-08-20T21:20:23.2099588Z [00:02:16.477]➜  cat >/tmp/go-build3547871397/b469/importcfg << 'EOF' # internal
2025-08-20T21:20:23.2100765Z [00:02:16.477]➜  # import config
2025-08-20T21:20:23.2101934Z [00:02:16.477]➜  packagefile github.com/google/go-cmp/cmp/internal/flags=/tmp/go-build3547871397/b470/_pkg_.a
2025-08-20T21:20:23.2103498Z [00:02:16.477]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:20:23.2104572Z [00:02:16.477]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:23.2106326Z [00:02:16.477]➜  EOF
2025-08-20T21:20:23.2110543Z [00:02:16.477]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b469/_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/b469=>" -p github.com/google/go-cmp/cmp/internal/diff -lang=go1.21 -complete -installsuffix shared -buildid qzC7yHLAQA_VhGJ9PN7N/qzC7yHLAQA_VhGJ9PN7N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b469/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:20:23.3268988Z [00:02:16.594]➜  go tool buildid -w $WORK/b469/_pkg_.a # internal
2025-08-20T21:20:23.3277159Z [00:02:16.595]➜  cp $WORK/b469/_pkg_.a /root/.cache/go-build/a6/a6fd8bfbc8e5dda299ad65f7a4cd029c7cbfdb27d1f913bf9443f8979a09d611-d # internal
2025-08-20T21:20:23.3286221Z [00:02:16.595]➜  github.com/google/go-cmp/cmp/internal/function
2025-08-20T21:20:23.3286857Z [00:02:16.595]➜  mkdir -p $WORK/b471/
2025-08-20T21:20:23.3287550Z [00:02:16.595]➜  cat >/tmp/go-build3547871397/b471/importcfg << 'EOF' # internal
2025-08-20T21:20:23.3288187Z [00:02:16.595]➜  # import config
2025-08-20T21:20:23.3288815Z [00:02:16.595]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:23.3289607Z [00:02:16.595]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:23.3290388Z [00:02:16.595]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:23.3291189Z [00:02:16.596]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:23.3291762Z [00:02:16.596]➜  EOF
2025-08-20T21:20:23.3295567Z [00:02:16.596]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b471/_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/b471=>" -p github.com/google/go-cmp/cmp/internal/function -lang=go1.21 -complete -installsuffix shared -buildid eSXbc_fKvSrPTd-OT92s/eSXbc_fKvSrPTd-OT92s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b471/importcfg -pack /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/function/func.go
2025-08-20T21:20:23.3689803Z [00:02:16.636]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T21:20:23.3757798Z [00:02:16.643]➜  go tool buildid -w $WORK/b471/_pkg_.a # internal
2025-08-20T21:20:23.3780532Z [00:02:16.645]➜  cp $WORK/b471/_pkg_.a /root/.cache/go-build/f4/f44069fdd72f04e195aab25bd51ed0ef45f8e8bc31998561378f9da398096955-d # internal
2025-08-20T21:20:23.3792974Z [00:02:16.646]➜  github.com/google/go-cmp/cmp/internal/value
2025-08-20T21:20:23.3793585Z [00:02:16.646]➜  mkdir -p $WORK/b472/
2025-08-20T21:20:23.3794264Z [00:02:16.646]➜  cat >/tmp/go-build3547871397/b472/importcfg << 'EOF' # internal
2025-08-20T21:20:23.3794880Z [00:02:16.646]➜  # import config
2025-08-20T21:20:23.3795457Z [00:02:16.646]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:23.3796184Z [00:02:16.646]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:23.3796917Z [00:02:16.646]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:23.3797615Z [00:02:16.646]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:23.3798337Z [00:02:16.646]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:23.3798880Z [00:02:16.646]➜  EOF
2025-08-20T21:20:23.3814191Z [00:02:16.646]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b472/_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/b472=>" -p github.com/google/go-cmp/cmp/internal/value -lang=go1.21 -complete -installsuffix shared -buildid 2lj41T28UAaUwbSKd9xI/2lj41T28UAaUwbSKd9xI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b472/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:20:23.4274424Z [00:02:16.695]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/6b/6b3b1c8c4b5d903ed1ba9e6be6d3d1b5e9efc4782399ad3542f974fe7da760b0-d # internal
2025-08-20T21:20:23.4297952Z [00:02:16.697]➜  k8s.io/api/authorization/v1
2025-08-20T21:20:23.4301242Z [00:02:16.697]➜  mkdir -p $WORK/b083/
2025-08-20T21:20:23.4305242Z [00:02:16.698]➜  cat >/tmp/go-build3547871397/b083/importcfg << 'EOF' # internal
2025-08-20T21:20:23.4334300Z [00:02:16.698]➜  # import config
2025-08-20T21:20:23.4335254Z [00:02:16.698]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:23.4336697Z [00:02:16.698]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:23.4338277Z [00:02:16.698]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:23.4339479Z [00:02:16.698]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:23.4340753Z [00:02:16.698]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:23.4342428Z [00:02:16.698]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:23.4344107Z [00:02:16.698]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:23.4345245Z [00:02:16.698]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:23.4346240Z [00:02:16.698]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:23.4347487Z [00:02:16.698]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:23.4348830Z [00:02:16.698]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:23.4349800Z [00:02:16.698]➜  EOF
2025-08-20T21:20:23.4356487Z [00:02:16.701]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/authorization/v1=>k8s.io/api@v0.33.2/authorization/v1;$WORK/b083=>" -p k8s.io/api/authorization/v1 -lang=go1.24 -complete -installsuffix shared -buildid phyqu63nR6iuG6Bk1fnB/phyqu63nR6iuG6Bk1fnB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/authorization/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authorization/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authorization/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authorization/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authorization/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authorization/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authorization/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:23.5052524Z [00:02:16.772]➜  go tool buildid -w $WORK/b472/_pkg_.a # internal
2025-08-20T21:20:23.5071236Z [00:02:16.774]➜  cp $WORK/b472/_pkg_.a /root/.cache/go-build/41/41eea0c17f51419a82035e12da269dec53fa0ae4addd0aca49432b758a620479-d # internal
2025-08-20T21:20:23.5289115Z [00:02:16.796]➜  k8s.io/api/core/v1
2025-08-20T21:20:23.5306615Z [00:02:16.797]➜  mkdir -p $WORK/b266/
2025-08-20T21:20:23.5315586Z [00:02:16.799]➜  cat >/tmp/go-build3547871397/b266/importcfg << 'EOF' # internal
2025-08-20T21:20:23.5320098Z [00:02:16.799]➜  # import config
2025-08-20T21:20:23.5328384Z [00:02:16.799]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:23.5329710Z [00:02:16.799]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:23.5330901Z [00:02:16.799]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:23.5331882Z [00:02:16.799]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:23.5333129Z [00:02:16.799]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:23.5334334Z [00:02:16.799]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:23.5335479Z [00:02:16.799]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:23.5336649Z [00:02:16.799]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:23.5337807Z [00:02:16.799]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:23.5338957Z [00:02:16.799]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:23.5339924Z [00:02:16.799]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:23.5340739Z [00:02:16.799]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:23.5341572Z [00:02:16.799]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:23.5342388Z [00:02:16.799]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:23.5343405Z [00:02:16.799]➜  EOF
2025-08-20T21:20:23.5351968Z [00:02:16.799]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/core/v1=>k8s.io/api@v0.33.2/core/v1;$WORK/b266=>" -p k8s.io/api/core/v1 -lang=go1.24 -complete -installsuffix shared -buildid SGnP52aWC7zqMtDMmQ5g/SGnP52aWC7zqMtDMmQ5g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/core/v1/annotation_key_constants.go /root/go/pkg/mod/k8s.io/api@v0.33.2/core/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/core/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/core/v1/lifecycle.go /root/go/pkg/mod/k8s.io/api@v0.33.2/core/v1/objectreference.go /root/go/pkg/mod/k8s.io/api@v0.33.2/core/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/core/v1/resource.go /root/go/pkg/mod/k8s.io/api@v0.33.2/core/v1/taint.go /root/go/pkg/mod/k8s.io/api@v0.33.2/core/v1/toleration.go /root/go/pkg/mod/k8s.io/api@v0.33.2/core/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/core/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/core/v1/well_known_labels.go /root/go/pkg/mod/k8s.io/api@v0.33.2/core/v1/well_known_taints.go /root/go/pkg/mod/k8s.io/api@v0.33.2/core/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/core/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:23.7528735Z [00:02:17.020]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T21:20:23.7839632Z [00:02:17.051]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/09/0924de1929ada5bd0eaf92afc510f6a3e0f3925b79c5c3fc485822216cb725d5-d # internal
2025-08-20T21:20:23.7846705Z [00:02:17.052]➜  k8s.io/apiextensions-apiserver/pkg/apis/apiextensions
2025-08-20T21:20:23.7851238Z [00:02:17.052]➜  mkdir -p $WORK/b268/
2025-08-20T21:20:23.7858877Z [00:02:17.053]➜  cat >/tmp/go-build3547871397/b268/importcfg << 'EOF' # internal
2025-08-20T21:20:23.7862116Z [00:02:17.054]➜  # import config
2025-08-20T21:20:23.7873634Z [00:02:17.054]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:23.7878147Z [00:02:17.055]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:23.7889152Z [00:02:17.055]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:23.7890335Z [00:02:17.055]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:23.7891271Z [00:02:17.055]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:23.7891832Z [00:02:17.056]➜  EOF
2025-08-20T21:20:23.7907847Z [00:02:17.057]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b268/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions=>k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions;$WORK/b268=>" -p k8s.io/apiextensions-apiserver/pkg/apis/apiextensions -lang=go1.24 -complete -installsuffix shared -buildid _nkv_Ye8nidsa1XeyPNo/_nkv_Ye8nidsa1XeyPNo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/deepcopy.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/doc.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/helpers.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/register.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/types.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/types_jsonschema.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/zz_generated.deepcopy.go
2025-08-20T21:20:24.0650527Z [00:02:17.332]➜  go tool buildid -w $WORK/b412/_pkg_.a # internal
2025-08-20T21:20:24.0787900Z [00:02:17.346]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T21:20:24.0871049Z [00:02:17.354]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/72/72860cc5c11a553e2bf0f3f63c839e56943d64249fb00ffc6bc8a6a172f63dbc-d # internal
2025-08-20T21:20:24.0879712Z [00:02:17.355]➜  k8s.io/apimachinery/pkg/api/equality
2025-08-20T21:20:24.0886289Z [00:02:17.356]➜  mkdir -p $WORK/b269/
2025-08-20T21:20:24.0898026Z [00:02:17.357]➜  cat >/tmp/go-build3547871397/b269/importcfg << 'EOF' # internal
2025-08-20T21:20:24.0905310Z [00:02:17.357]➜  # import config
2025-08-20T21:20:24.0908139Z [00:02:17.357]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:24.0909332Z [00:02:17.357]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:24.0910989Z [00:02:17.357]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:20:24.0912812Z [00:02:17.357]➜  packagefile k8s.io/apimachinery/pkg/fields=/tmp/go-build3547871397/b101/_pkg_.a
2025-08-20T21:20:24.0915505Z [00:02:17.357]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:20:24.0917465Z [00:02:17.357]➜  EOF
2025-08-20T21:20:24.0929983Z [00:02:17.360]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b269/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/equality=>k8s.io/apimachinery@v0.33.2/pkg/api/equality;$WORK/b269=>" -p k8s.io/apimachinery/pkg/api/equality -lang=go1.24 -complete -installsuffix shared -buildid iLquUQmqKLxnYUvAC7JL/iLquUQmqKLxnYUvAC7JL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/equality/semantic.go
2025-08-20T21:20:24.0982171Z [00:02:17.365]➜  cp $WORK/b412/_pkg_.a /root/.cache/go-build/d2/d2940debec00446b40a50d537707c2508c9ec4e7b6e3ab0ac9106209515990c3-d # internal
2025-08-20T21:20:24.1023812Z [00:02:17.369]➜  k8s.io/apimachinery/pkg/api/meta
2025-08-20T21:20:24.1033634Z [00:02:17.370]➜  mkdir -p $WORK/b285/
2025-08-20T21:20:24.1034423Z [00:02:17.370]➜  cat >/tmp/go-build3547871397/b285/importcfg << 'EOF' # internal
2025-08-20T21:20:24.1035134Z [00:02:17.370]➜  # import config
2025-08-20T21:20:24.1035812Z [00:02:17.370]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:24.1036657Z [00:02:17.370]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:24.1037678Z [00:02:17.370]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:24.1038909Z [00:02:17.370]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:20:24.1040371Z [00:02:17.370]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:24.1041612Z [00:02:17.370]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:24.1043019Z [00:02:17.370]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:24.1044208Z [00:02:17.370]➜  packagefile k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3547871397/b107/_pkg_.a
2025-08-20T21:20:24.1045386Z [00:02:17.370]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:20:24.1046414Z [00:02:17.370]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:24.1047312Z [00:02:17.370]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:24.1048133Z [00:02:17.370]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:24.1048949Z [00:02:17.370]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:24.1049765Z [00:02:17.370]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:24.1050549Z [00:02:17.370]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:24.1051131Z [00:02:17.370]➜  EOF
2025-08-20T21:20:24.1067550Z [00:02:17.370]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b285/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/meta=>k8s.io/apimachinery@v0.33.2/pkg/api/meta;$WORK/b285=>" -p k8s.io/apimachinery/pkg/api/meta -lang=go1.24 -complete -installsuffix shared -buildid haFlXpFQG2reoduesbZA/haFlXpFQG2reoduesbZA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/meta/conditions.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/meta/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/meta/errors.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/meta/firsthit_restmapper.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/meta/help.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/meta/interfaces.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/meta/lazy.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/meta/meta.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/meta/multirestmapper.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/meta/priority.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/meta/restmapper.go
2025-08-20T21:20:24.1363699Z [00:02:17.404]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T21:20:24.1373800Z [00:02:17.405]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/b3/b33a79e212303d3139bd9fb62f1c229ec3d72981ca6013d771e3be71b8507635-d # internal
2025-08-20T21:20:24.1381763Z [00:02:17.405]➜  k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1
2025-08-20T21:20:24.1382893Z [00:02:17.406]➜  mkdir -p $WORK/b267/
2025-08-20T21:20:24.1390119Z [00:02:17.406]➜  cat >/tmp/go-build3547871397/b267/importcfg << 'EOF' # internal
2025-08-20T21:20:24.1390873Z [00:02:17.406]➜  # import config
2025-08-20T21:20:24.1391995Z [00:02:17.406]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:24.1393153Z [00:02:17.406]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:24.1394132Z [00:02:17.406]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:24.1395069Z [00:02:17.406]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:24.1396219Z [00:02:17.406]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:24.1397319Z [00:02:17.406]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:24.1398225Z [00:02:17.406]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:24.1399436Z [00:02:17.406]➜  packagefile k8s.io/apiextensions-apiserver/pkg/apis/apiextensions=/tmp/go-build3547871397/b268/_pkg_.a
2025-08-20T21:20:24.1401659Z [00:02:17.406]➜  packagefile k8s.io/apimachinery/pkg/api/equality=/tmp/go-build3547871397/b269/_pkg_.a
2025-08-20T21:20:24.1405628Z [00:02:17.406]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:24.1406833Z [00:02:17.406]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:20:24.1407942Z [00:02:17.406]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:24.1409077Z [00:02:17.406]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:24.1410365Z [00:02:17.406]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct=/tmp/go-build3547871397/b092/_pkg_.a
2025-08-20T21:20:24.1411584Z [00:02:17.406]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:24.1416104Z [00:02:17.406]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3547871397/b142/_pkg_.a
2025-08-20T21:20:24.1417265Z [00:02:17.406]➜  packagefile k8s.io/utils/pointer=/tmp/go-build3547871397/b270/_pkg_.a
2025-08-20T21:20:24.1418142Z [00:02:17.406]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:24.1418945Z [00:02:17.406]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:24.1419770Z [00:02:17.406]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:24.1420553Z [00:02:17.406]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:24.1421143Z [00:02:17.406]➜  EOF
2025-08-20T21:20:24.1434552Z [00:02:17.408]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b267/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1=>k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1;$WORK/b267=>" -p k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1 -lang=go1.24 -complete -installsuffix shared -buildid dDfViiBVZy1g4fWzyyVx/dDfViiBVZy1g4fWzyyVx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1/conversion.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1/deepcopy.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1/defaults.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1/doc.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1/generated.pb.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1/marshal.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1/register.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1/types.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1/types_jsonschema.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1/zz_generated.conversion.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1/zz_generated.defaults.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:24.1578164Z [00:02:17.425]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T21:20:24.1663835Z [00:02:17.433]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/9c/9c0c7dfff9b080b418069bc0b8d6f5ef5c5243862582e6af76d2ff4139f19d14-d # internal
2025-08-20T21:20:24.1666409Z [00:02:17.433]➜  k8s.io/apimachinery/pkg/apis/meta/v1/unstructured
2025-08-20T21:20:24.1667122Z [00:02:17.434]➜  mkdir -p $WORK/b291/
2025-08-20T21:20:24.1671521Z [00:02:17.434]➜  cat >/tmp/go-build3547871397/b291/importcfg << 'EOF' # internal
2025-08-20T21:20:24.1672155Z [00:02:17.434]➜  # import config
2025-08-20T21:20:24.1685243Z [00:02:17.434]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:24.1686545Z [00:02:17.434]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:24.1687461Z [00:02:17.434]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:24.1688294Z [00:02:17.434]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:24.1689088Z [00:02:17.434]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:24.1690103Z [00:02:17.434]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:24.1691257Z [00:02:17.434]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:24.1692449Z [00:02:17.434]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:24.1693896Z [00:02:17.434]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:24.1695051Z [00:02:17.434]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3547871397/b142/_pkg_.a
2025-08-20T21:20:24.1696243Z [00:02:17.434]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:20:24.1697292Z [00:02:17.434]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:24.1698470Z [00:02:17.436]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:24.1699296Z [00:02:17.436]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:24.1699899Z [00:02:17.436]➜  EOF
2025-08-20T21:20:24.1706178Z [00:02:17.436]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b291/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/unstructured=>k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/unstructured;$WORK/b291=>" -p k8s.io/apimachinery/pkg/apis/meta/v1/unstructured -lang=go1.24 -complete -installsuffix shared -buildid xz1hnwVO2omK8HKb8aA9/xz1hnwVO2omK8HKb8aA9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/unstructured/helpers.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/unstructured/unstructured.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/unstructured/unstructured_list.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/unstructured/zz_generated.deepcopy.go
2025-08-20T21:20:24.3947838Z [00:02:17.662]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T21:20:24.3976016Z [00:02:17.665]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/9e/9eaacd3f4fd2c0e2a2890650f2cbf459ba6fa284e693c5c24dc0410f4906a932-d # internal
2025-08-20T21:20:24.4008550Z [00:02:17.668]➜  k8s.io/apimachinery/pkg/api/errors
2025-08-20T21:20:24.4009238Z [00:02:17.668]➜  mkdir -p $WORK/b339/
2025-08-20T21:20:24.4012145Z [00:02:17.668]➜  cat >/tmp/go-build3547871397/b339/importcfg << 'EOF' # internal
2025-08-20T21:20:24.4013640Z [00:02:17.668]➜  # import config
2025-08-20T21:20:24.4014931Z [00:02:17.668]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:24.4016364Z [00:02:17.668]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:24.4018509Z [00:02:17.668]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:24.4019583Z [00:02:17.668]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:24.4020779Z [00:02:17.668]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:24.4021938Z [00:02:17.668]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:24.4023340Z [00:02:17.668]➜  packagefile k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build3547871397/b106/_pkg_.a
2025-08-20T21:20:24.4024380Z [00:02:17.668]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:24.4025216Z [00:02:17.669]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:24.4026061Z [00:02:17.669]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:24.4026656Z [00:02:17.669]➜  EOF
2025-08-20T21:20:24.4030703Z [00:02:17.669]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b339/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/errors=>k8s.io/apimachinery@v0.33.2/pkg/api/errors;$WORK/b339=>" -p k8s.io/apimachinery/pkg/api/errors -lang=go1.24 -complete -installsuffix shared -buildid s5-kaWwzUlQqC3qZPeGp/s5-kaWwzUlQqC3qZPeGp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b339/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/errors/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/errors/errors.go
2025-08-20T21:20:24.4484615Z [00:02:17.716]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T21:20:24.4719504Z [00:02:17.739]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/94/941e8a006a5b948f8ff09bb1146e87b78fac1acc32f8ec0113f59c146ab9dd62-d # internal
2025-08-20T21:20:24.4724774Z [00:02:17.739]➜  k8s.io/cli-runtime/pkg/printers
2025-08-20T21:20:24.4725454Z [00:02:17.740]➜  mkdir -p $WORK/b287/
2025-08-20T21:20:24.4728852Z [00:02:17.740]➜  cat >/tmp/go-build3547871397/b287/importcfg << 'EOF' # internal
2025-08-20T21:20:24.4738231Z [00:02:17.740]➜  # import config
2025-08-20T21:20:24.4739289Z [00:02:17.740]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:24.4740224Z [00:02:17.740]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:24.4741208Z [00:02:17.740]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:24.4742113Z [00:02:17.740]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:24.4743166Z [00:02:17.740]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:24.4744161Z [00:02:17.740]➜  packagefile github.com/liggitt/tabwriter=/tmp/go-build3547871397/b288/_pkg_.a
2025-08-20T21:20:24.4745276Z [00:02:17.740]➜  packagefile github.com/moby/term=/tmp/go-build3547871397/b289/_pkg_.a
2025-08-20T21:20:24.4746223Z [00:02:17.740]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:24.4747276Z [00:02:17.740]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:20:24.4748577Z [00:02:17.740]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:24.4749961Z [00:02:17.740]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:20:24.4751279Z [00:02:17.740]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:20:24.4752467Z [00:02:17.740]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:24.4774649Z [00:02:17.740]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:24.4775908Z [00:02:17.740]➜  packagefile k8s.io/apimachinery/pkg/util/duration=/tmp/go-build3547871397/b292/_pkg_.a
2025-08-20T21:20:24.4777353Z [00:02:17.740]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3547871397/b142/_pkg_.a
2025-08-20T21:20:24.4778483Z [00:02:17.740]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:24.4779595Z [00:02:17.740]➜  packagefile k8s.io/client-go/util/jsonpath=/tmp/go-build3547871397/b293/_pkg_.a
2025-08-20T21:20:24.4780500Z [00:02:17.740]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:24.4781293Z [00:02:17.740]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:24.4782094Z [00:02:17.740]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:24.4783122Z [00:02:17.740]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:20:24.4783973Z [00:02:17.740]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:24.4784787Z [00:02:17.740]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:24.4785672Z [00:02:17.740]➜  packagefile text/template=/tmp/go-build3547871397/b281/_pkg_.a
2025-08-20T21:20:24.4786506Z [00:02:17.740]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:24.4787104Z [00:02:17.740]➜  EOF
2025-08-20T21:20:24.4796979Z [00:02:17.740]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b287/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/printers=>k8s.io/cli-runtime@v0.33.2/pkg/printers;$WORK/b287=>" -p k8s.io/cli-runtime/pkg/printers -lang=go1.24 -complete -installsuffix shared -buildid L86HUCcgsiOazxi9zZlR/L86HUCcgsiOazxi9zZlR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/printers/discard.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/printers/doc.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/printers/interface.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/printers/json.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/printers/jsonpath.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/printers/managedfields.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/printers/name.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/printers/sourcechecker.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/printers/tableprinter.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/printers/tabwriter.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/printers/template.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/printers/terminal.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/printers/typesetter.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/printers/warningprinter.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/printers/yaml.go
2025-08-20T21:20:24.4826560Z [00:02:17.750]➜  go tool buildid -w $WORK/b339/_pkg_.a # internal
2025-08-20T21:20:24.4844879Z [00:02:17.752]➜  cp $WORK/b339/_pkg_.a /root/.cache/go-build/e3/e34076acf49f04c1d51929e7385e2aa7e33da3faaa8c92a5e312a7b0b9df3322-d # internal
2025-08-20T21:20:24.4849772Z [00:02:17.752]➜  k8s.io/apimachinery/pkg/runtime/serializer/json
2025-08-20T21:20:24.4850460Z [00:02:17.752]➜  mkdir -p $WORK/b341/
2025-08-20T21:20:24.4857327Z [00:02:17.753]➜  cat >/tmp/go-build3547871397/b341/importcfg << 'EOF' # internal
2025-08-20T21:20:24.4866321Z [00:02:17.753]➜  # import config
2025-08-20T21:20:24.4867055Z [00:02:17.753]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:24.4867934Z [00:02:17.753]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:24.4868733Z [00:02:17.753]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:24.4869715Z [00:02:17.753]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:20:24.4870904Z [00:02:17.753]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:24.4872215Z [00:02:17.753]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:20:24.4873906Z [00:02:17.753]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:20:24.4875135Z [00:02:17.753]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:24.4876408Z [00:02:17.753]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:24.4877855Z [00:02:17.753]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/recognizer=/tmp/go-build3547871397/b342/_pkg_.a
2025-08-20T21:20:24.4879253Z [00:02:17.753]➜  packagefile k8s.io/apimachinery/pkg/util/framer=/tmp/go-build3547871397/b343/_pkg_.a
2025-08-20T21:20:24.4880434Z [00:02:17.753]➜  packagefile k8s.io/apimachinery/pkg/util/yaml=/tmp/go-build3547871397/b344/_pkg_.a
2025-08-20T21:20:24.4881482Z [00:02:17.753]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:24.4882341Z [00:02:17.753]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:20:24.4884816Z [00:02:17.753]➜  packagefile sigs.k8s.io/json=/tmp/go-build3547871397/b143/_pkg_.a
2025-08-20T21:20:24.4885822Z [00:02:17.753]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:20:24.4887061Z [00:02:17.753]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:24.4887868Z [00:02:17.753]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:24.4889000Z [00:02:17.753]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:24.4889899Z [00:02:17.753]➜  EOF
2025-08-20T21:20:24.4895466Z [00:02:17.753]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b341/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/json=>k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/json;$WORK/b341=>" -p k8s.io/apimachinery/pkg/runtime/serializer/json -lang=go1.24 -complete -installsuffix shared -buildid VKA3u7NLAFzlK4XQvpWx/VKA3u7NLAFzlK4XQvpWx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b341/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/json/collections.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/json/json.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/json/meta.go
2025-08-20T21:20:24.6077889Z [00:02:17.875]➜  go tool buildid -w $WORK/b341/_pkg_.a # internal
2025-08-20T21:20:24.6136936Z [00:02:17.881]➜  cp $WORK/b341/_pkg_.a /root/.cache/go-build/f7/f79aba9edbd2ada1511926a9b02db5d010115e9f03594f20b8b7c28aa82a14a4-d # internal
2025-08-20T21:20:24.6142419Z [00:02:17.881]➜  k8s.io/apimachinery/pkg/runtime/serializer/versioning
2025-08-20T21:20:24.6143324Z [00:02:17.881]➜  mkdir -p $WORK/b345/
2025-08-20T21:20:24.6158163Z [00:02:17.883]➜  cat >/tmp/go-build3547871397/b345/importcfg << 'EOF' # internal
2025-08-20T21:20:24.6158841Z [00:02:17.883]➜  # import config
2025-08-20T21:20:24.6159526Z [00:02:17.883]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:24.6160371Z [00:02:17.883]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:24.6161487Z [00:02:17.883]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:20:24.6163638Z [00:02:17.883]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:24.6164922Z [00:02:17.883]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:24.6165954Z [00:02:17.883]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:24.6166784Z [00:02:17.883]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:24.6167578Z [00:02:17.883]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:24.6168152Z [00:02:17.883]➜  EOF
2025-08-20T21:20:24.6172509Z [00:02:17.883]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b345/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/versioning=>k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/versioning;$WORK/b345=>" -p k8s.io/apimachinery/pkg/runtime/serializer/versioning -lang=go1.24 -complete -installsuffix shared -buildid 66EKzBQ6-W60xSMmIgjk/66EKzBQ6-W60xSMmIgjk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b345/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/versioning/versioning.go
2025-08-20T21:20:24.6640415Z [00:02:17.931]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T21:20:24.6677701Z [00:02:17.935]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/70/702daa2f0984a058249e288fe3f0e2c7cca0476b914219ef555e0f0e1abb39d5-d # internal
2025-08-20T21:20:24.6716021Z [00:02:17.939]➜  k8s.io/apimachinery/pkg/runtime/serializer/protobuf
2025-08-20T21:20:24.6719087Z [00:02:17.939]➜  mkdir -p $WORK/b347/
2025-08-20T21:20:24.6724174Z [00:02:17.939]➜  cat >/tmp/go-build3547871397/b347/importcfg << 'EOF' # internal
2025-08-20T21:20:24.6725152Z [00:02:17.939]➜  # import config
2025-08-20T21:20:24.6726148Z [00:02:17.939]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:24.6755017Z [00:02:17.939]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:24.6757813Z [00:02:17.939]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:24.6759036Z [00:02:17.939]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:24.6761589Z [00:02:17.939]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:24.6763792Z [00:02:17.939]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:20:24.6766257Z [00:02:17.939]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:24.6769976Z [00:02:17.939]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:20:24.6771131Z [00:02:17.939]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:24.6772321Z [00:02:17.939]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:24.6774814Z [00:02:17.939]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/recognizer=/tmp/go-build3547871397/b342/_pkg_.a
2025-08-20T21:20:24.6776472Z [00:02:17.939]➜  packagefile k8s.io/apimachinery/pkg/util/framer=/tmp/go-build3547871397/b343/_pkg_.a
2025-08-20T21:20:24.6777487Z [00:02:17.939]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:24.6778325Z [00:02:17.939]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:24.6779142Z [00:02:17.939]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:24.6779936Z [00:02:17.939]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:24.6780521Z [00:02:17.939]➜  EOF
2025-08-20T21:20:24.6786110Z [00:02:17.940]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b347/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/protobuf=>k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/protobuf;$WORK/b347=>" -p k8s.io/apimachinery/pkg/runtime/serializer/protobuf -lang=go1.24 -complete -installsuffix shared -buildid UZRP9L1iI579Z0UQu-gk/UZRP9L1iI579Z0UQu-gk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b347/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/protobuf/collections.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/protobuf/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/protobuf/protobuf.go
2025-08-20T21:20:24.8363444Z [00:02:18.103]➜  go tool buildid -w $WORK/b345/_pkg_.a # internal
2025-08-20T21:20:24.8401698Z [00:02:18.107]➜  cp $WORK/b345/_pkg_.a /root/.cache/go-build/47/47fd1a02ebd32b65cb24af42f96c024977941c01774b84b66f7b9425289d1964-d # internal
2025-08-20T21:20:24.8406395Z [00:02:18.108]➜  k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructuredscheme
2025-08-20T21:20:24.8407465Z [00:02:18.108]➜  mkdir -p $WORK/b340/
2025-08-20T21:20:24.8412211Z [00:02:18.108]➜  cat >/tmp/go-build3547871397/b340/importcfg << 'EOF' # internal
2025-08-20T21:20:24.8412998Z [00:02:18.108]➜  # import config
2025-08-20T21:20:24.8413609Z [00:02:18.108]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:24.8414678Z [00:02:18.108]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:20:24.8415844Z [00:02:18.108]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:24.8417084Z [00:02:18.108]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:24.8418415Z [00:02:18.108]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/json=/tmp/go-build3547871397/b341/_pkg_.a
2025-08-20T21:20:24.8419864Z [00:02:18.108]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/versioning=/tmp/go-build3547871397/b345/_pkg_.a
2025-08-20T21:20:24.8420812Z [00:02:18.108]➜  EOF
2025-08-20T21:20:24.8425610Z [00:02:18.108]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b340/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/unstructured/unstructuredscheme=>k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/unstructured/unstructuredscheme;$WORK/b340=>" -p k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructuredscheme -lang=go1.24 -complete -installsuffix shared -buildid 0nkZY1ng5T4-DHd5MJTC/0nkZY1ng5T4-DHd5MJTC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b340/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/unstructured/unstructuredscheme/scheme.go
2025-08-20T21:20:24.8549622Z [00:02:18.122]➜  go tool buildid -w $WORK/b347/_pkg_.a # internal
2025-08-20T21:20:24.8570135Z [00:02:18.124]➜  cp $WORK/b347/_pkg_.a /root/.cache/go-build/f3/f37af6cf6c56332030d7685463e01370054de54c05270f66cd94bb002e65da17-d # internal
2025-08-20T21:20:24.8597014Z [00:02:18.127]➜  k8s.io/apimachinery/pkg/runtime/serializer
2025-08-20T21:20:24.8598216Z [00:02:18.127]➜  mkdir -p $WORK/b346/
2025-08-20T21:20:24.8604522Z [00:02:18.128]➜  cat >/tmp/go-build3547871397/b346/importcfg << 'EOF' # internal
2025-08-20T21:20:24.8605805Z [00:02:18.128]➜  # import config
2025-08-20T21:20:24.8606819Z [00:02:18.128]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:24.8608973Z [00:02:18.128]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:24.8610282Z [00:02:18.128]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/json=/tmp/go-build3547871397/b341/_pkg_.a
2025-08-20T21:20:24.8611677Z [00:02:18.128]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/protobuf=/tmp/go-build3547871397/b347/_pkg_.a
2025-08-20T21:20:24.8613303Z [00:02:18.128]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/recognizer=/tmp/go-build3547871397/b342/_pkg_.a
2025-08-20T21:20:24.8614774Z [00:02:18.128]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/versioning=/tmp/go-build3547871397/b345/_pkg_.a
2025-08-20T21:20:24.8615676Z [00:02:18.128]➜  EOF
2025-08-20T21:20:24.8620147Z [00:02:18.128]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b346/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer=>k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer;$WORK/b346=>" -p k8s.io/apimachinery/pkg/runtime/serializer -lang=go1.24 -complete -installsuffix shared -buildid j6EVfsH2aRCG951tDfaR/j6EVfsH2aRCG951tDfaR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b346/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/codec_factory.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/negotiated_codec.go
2025-08-20T21:20:24.9416115Z [00:02:18.209]➜  go tool buildid -w $WORK/b340/_pkg_.a # internal
2025-08-20T21:20:24.9438535Z [00:02:18.211]➜  cp $WORK/b340/_pkg_.a /root/.cache/go-build/d6/d616381e0ed2767067cd02c498ed95895dc8364953802892f9573fe3a75e6c6f-d # internal
2025-08-20T21:20:24.9448544Z [00:02:18.212]➜  k8s.io/api/apidiscovery/v2
2025-08-20T21:20:24.9452425Z [00:02:18.212]➜  mkdir -p $WORK/b349/
2025-08-20T21:20:24.9454489Z [00:02:18.212]➜  cat >/tmp/go-build3547871397/b349/importcfg << 'EOF' # internal
2025-08-20T21:20:24.9455230Z [00:02:18.212]➜  # import config
2025-08-20T21:20:24.9455909Z [00:02:18.212]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:24.9456905Z [00:02:18.212]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:24.9457879Z [00:02:18.212]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:24.9458907Z [00:02:18.212]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:24.9460091Z [00:02:18.212]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:24.9461328Z [00:02:18.212]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:24.9462367Z [00:02:18.212]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:24.9463388Z [00:02:18.212]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:24.9464249Z [00:02:18.212]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:24.9465087Z [00:02:18.212]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:24.9465686Z [00:02:18.212]➜  EOF
2025-08-20T21:20:24.9471471Z [00:02:18.212]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b349/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/apidiscovery/v2=>k8s.io/api@v0.33.2/apidiscovery/v2;$WORK/b349=>" -p k8s.io/api/apidiscovery/v2 -lang=go1.24 -complete -installsuffix shared -buildid FPuBBJJVLCA7hoAIAP6p/FPuBBJJVLCA7hoAIAP6p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b349/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/apidiscovery/v2/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apidiscovery/v2/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apidiscovery/v2/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apidiscovery/v2/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apidiscovery/v2/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apidiscovery/v2/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:25.0319336Z [00:02:18.299]➜  go tool buildid -w $WORK/b346/_pkg_.a # internal
2025-08-20T21:20:25.0347071Z [00:02:18.302]➜  cp $WORK/b346/_pkg_.a /root/.cache/go-build/cd/cd7f544d37c2f5413c107593d8ea4676b789f2c1f1934438558e1abef7141b19-d # internal
2025-08-20T21:20:25.0380934Z [00:02:18.305]➜  k8s.io/api/apidiscovery/v2beta1
2025-08-20T21:20:25.0381613Z [00:02:18.305]➜  mkdir -p $WORK/b350/
2025-08-20T21:20:25.0387320Z [00:02:18.306]➜  cat >/tmp/go-build3547871397/b350/importcfg << 'EOF' # internal
2025-08-20T21:20:25.0388075Z [00:02:18.306]➜  # import config
2025-08-20T21:20:25.0388755Z [00:02:18.306]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:25.0389776Z [00:02:18.306]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:25.0390714Z [00:02:18.306]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:25.0391741Z [00:02:18.306]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:25.0393073Z [00:02:18.306]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:25.0394299Z [00:02:18.306]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:25.0395358Z [00:02:18.306]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:25.0396197Z [00:02:18.306]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:25.0397039Z [00:02:18.306]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:25.0397863Z [00:02:18.306]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:25.0398779Z [00:02:18.306]➜  EOF
2025-08-20T21:20:25.0405065Z [00:02:18.306]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b350/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/apidiscovery/v2beta1=>k8s.io/api@v0.33.2/apidiscovery/v2beta1;$WORK/b350=>" -p k8s.io/api/apidiscovery/v2beta1 -lang=go1.24 -complete -installsuffix shared -buildid Aa_WcNOYFKcaUfnIXOLU/Aa_WcNOYFKcaUfnIXOLU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b350/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/apidiscovery/v2beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apidiscovery/v2beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apidiscovery/v2beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apidiscovery/v2beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apidiscovery/v2beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apidiscovery/v2beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:25.1789311Z [00:02:18.446]➜  go tool buildid -w $WORK/b349/_pkg_.a # internal
2025-08-20T21:20:25.1889854Z [00:02:18.456]➜  cp $WORK/b349/_pkg_.a /root/.cache/go-build/ab/ab2ac6e4b114e6f7c1c92dd7ea1faf75733d8ed6d83390e34ec89d00f965ce41-d # internal
2025-08-20T21:20:25.1897910Z [00:02:18.457]➜  k8s.io/api/admissionregistration/v1
2025-08-20T21:20:25.1901287Z [00:02:18.457]➜  mkdir -p $WORK/b352/
2025-08-20T21:20:25.1902131Z [00:02:18.457]➜  cat >/tmp/go-build3547871397/b352/importcfg << 'EOF' # internal
2025-08-20T21:20:25.1902999Z [00:02:18.457]➜  # import config
2025-08-20T21:20:25.1903660Z [00:02:18.457]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:25.1904727Z [00:02:18.457]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:25.1905740Z [00:02:18.457]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:25.1906817Z [00:02:18.457]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:25.1908072Z [00:02:18.457]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:25.1909327Z [00:02:18.457]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:25.1910388Z [00:02:18.457]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:25.1911605Z [00:02:18.457]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:25.1912496Z [00:02:18.457]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:25.1913570Z [00:02:18.457]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:25.1914209Z [00:02:18.457]➜  EOF
2025-08-20T21:20:25.1921686Z [00:02:18.458]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b352/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1=>k8s.io/api@v0.33.2/admissionregistration/v1;$WORK/b352=>" -p k8s.io/api/admissionregistration/v1 -lang=go1.24 -complete -installsuffix shared -buildid hv7R9--VYwf6kmxr2O_q/hv7R9--VYwf6kmxr2O_q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b352/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:25.3418556Z [00:02:18.609]➜  go tool buildid -w $WORK/b350/_pkg_.a # internal
2025-08-20T21:20:25.3456687Z [00:02:18.613]➜  cp $WORK/b350/_pkg_.a /root/.cache/go-build/be/be4eecc9742b0eb79d6519f02596e07877b742c66c9456fea0bb6a96c19a1467-d # internal
2025-08-20T21:20:25.3466382Z [00:02:18.614]➜  k8s.io/api/apiserverinternal/v1alpha1
2025-08-20T21:20:25.3495621Z [00:02:18.617]➜  mkdir -p $WORK/b355/
2025-08-20T21:20:25.3496615Z [00:02:18.617]➜  cat >/tmp/go-build3547871397/b355/importcfg << 'EOF' # internal
2025-08-20T21:20:25.3498443Z [00:02:18.617]➜  # import config
2025-08-20T21:20:25.3499123Z [00:02:18.617]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:25.3500101Z [00:02:18.617]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:25.3501027Z [00:02:18.617]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:25.3502019Z [00:02:18.617]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:25.3503418Z [00:02:18.617]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:25.3504653Z [00:02:18.617]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:25.3505649Z [00:02:18.617]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:25.3506470Z [00:02:18.617]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:25.3507299Z [00:02:18.617]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:25.3508129Z [00:02:18.617]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:25.3508731Z [00:02:18.617]➜  EOF
2025-08-20T21:20:25.3515349Z [00:02:18.617]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b355/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/apiserverinternal/v1alpha1=>k8s.io/api@v0.33.2/apiserverinternal/v1alpha1;$WORK/b355=>" -p k8s.io/api/apiserverinternal/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid 7DGzgP9zUgib3xLRhcMW/7DGzgP9zUgib3xLRhcMW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b355/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/apiserverinternal/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apiserverinternal/v1alpha1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apiserverinternal/v1alpha1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apiserverinternal/v1alpha1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apiserverinternal/v1alpha1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apiserverinternal/v1alpha1/zz_generated.deepcopy.go
2025-08-20T21:20:25.3521237Z [00:02:18.617]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T21:20:25.3611796Z [00:02:18.628]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/02/02f7cba4ef965925308037779d167ca5315069b347a142aa82b06726fa39887c-d # internal
2025-08-20T21:20:25.3616864Z [00:02:18.629]➜  k8s.io/api/authentication/v1
2025-08-20T21:20:25.3617626Z [00:02:18.629]➜  mkdir -p $WORK/b359/
2025-08-20T21:20:25.3620843Z [00:02:18.629]➜  cat >/tmp/go-build3547871397/b359/importcfg << 'EOF' # internal
2025-08-20T21:20:25.3629835Z [00:02:18.629]➜  # import config
2025-08-20T21:20:25.3630509Z [00:02:18.629]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:25.3631564Z [00:02:18.629]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:25.3632871Z [00:02:18.629]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:25.3633867Z [00:02:18.629]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:25.3634895Z [00:02:18.629]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:25.3636086Z [00:02:18.629]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:25.3648555Z [00:02:18.629]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:25.3649790Z [00:02:18.629]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:25.3650740Z [00:02:18.629]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:25.3651599Z [00:02:18.629]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:25.3652963Z [00:02:18.629]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:25.3653925Z [00:02:18.629]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:25.3654596Z [00:02:18.629]➜  EOF
2025-08-20T21:20:25.3661277Z [00:02:18.629]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b359/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1=>k8s.io/api@v0.33.2/authentication/v1;$WORK/b359=>" -p k8s.io/api/authentication/v1 -lang=go1.24 -complete -installsuffix shared -buildid L3EMuEX5YVuC3BkjUYzy/L3EMuEX5YVuC3BkjUYzy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b359/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:25.6278118Z [00:02:18.895]➜  go tool buildid -w $WORK/b355/_pkg_.a # internal
2025-08-20T21:20:25.6370895Z [00:02:18.904]➜  cp $WORK/b355/_pkg_.a /root/.cache/go-build/60/60e595c6765b86351fa7959244909b58fb354df5e9cb7325f1f05d88cd6f8872-d # internal
2025-08-20T21:20:25.6447343Z [00:02:18.912]➜  k8s.io/api/authorization/v1beta1
2025-08-20T21:20:25.6449290Z [00:02:18.912]➜  mkdir -p $WORK/b362/
2025-08-20T21:20:25.6449967Z [00:02:18.912]➜  cat >/tmp/go-build3547871397/b362/importcfg << 'EOF' # internal
2025-08-20T21:20:25.6450576Z [00:02:18.912]➜  # import config
2025-08-20T21:20:25.6451158Z [00:02:18.912]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:25.6452042Z [00:02:18.912]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:25.6453326Z [00:02:18.912]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:25.6454196Z [00:02:18.912]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:25.6455039Z [00:02:18.912]➜  packagefile k8s.io/api/authorization/v1=/tmp/go-build3547871397/b083/_pkg_.a
2025-08-20T21:20:25.6456420Z [00:02:18.912]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:25.6457496Z [00:02:18.912]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:25.6458589Z [00:02:18.912]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:25.6459502Z [00:02:18.912]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:25.6460240Z [00:02:18.912]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:25.6460967Z [00:02:18.912]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:25.6461684Z [00:02:18.912]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:25.6462210Z [00:02:18.912]➜  EOF
2025-08-20T21:20:25.6468730Z [00:02:18.912]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b362/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/authorization/v1beta1=>k8s.io/api@v0.33.2/authorization/v1beta1;$WORK/b362=>" -p k8s.io/api/authorization/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid VelDrre4nHEc_s1OA-zY/VelDrre4nHEc_s1OA-zY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b362/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/authorization/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authorization/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authorization/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authorization/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authorization/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authorization/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authorization/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:25.7449574Z [00:02:19.012]➜  go tool buildid -w $WORK/b359/_pkg_.a # internal
2025-08-20T21:20:25.7629943Z [00:02:19.030]➜  cp $WORK/b359/_pkg_.a /root/.cache/go-build/98/98ebec8c24b5d6b885c6ced07088d102944535734328b48c22549a08f41b2322-d # internal
2025-08-20T21:20:25.7633076Z [00:02:19.031]➜  k8s.io/api/authentication/v1alpha1
2025-08-20T21:20:25.7676462Z [00:02:19.035]➜  mkdir -p $WORK/b360/
2025-08-20T21:20:25.7682867Z [00:02:19.035]➜  cat >/tmp/go-build3547871397/b360/importcfg << 'EOF' # internal
2025-08-20T21:20:25.7692987Z [00:02:19.035]➜  # import config
2025-08-20T21:20:25.7693685Z [00:02:19.035]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:25.7694663Z [00:02:19.035]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:25.7695591Z [00:02:19.035]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:25.7696581Z [00:02:19.035]➜  packagefile k8s.io/api/authentication/v1=/tmp/go-build3547871397/b359/_pkg_.a
2025-08-20T21:20:25.7697756Z [00:02:19.035]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:25.7698962Z [00:02:19.035]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:25.7700149Z [00:02:19.035]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:25.7716407Z [00:02:19.035]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:25.7717297Z [00:02:19.035]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:25.7718180Z [00:02:19.035]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:25.7718999Z [00:02:19.035]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:25.7719602Z [00:02:19.035]➜  EOF
2025-08-20T21:20:25.7726844Z [00:02:19.036]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b360/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1alpha1=>k8s.io/api@v0.33.2/authentication/v1alpha1;$WORK/b360=>" -p k8s.io/api/authentication/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid czSyJQcSg3wk60oHUa1I/czSyJQcSg3wk60oHUa1I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b360/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1alpha1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1alpha1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1alpha1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1alpha1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1alpha1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1alpha1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:25.9678405Z [00:02:19.235]➜  go tool buildid -w $WORK/b360/_pkg_.a # internal
2025-08-20T21:20:25.9721463Z [00:02:19.239]➜  cp $WORK/b360/_pkg_.a /root/.cache/go-build/0a/0aa923db29ada34ab87b464e88074741bb6831c9b01b84b5d9f18352f768fded-d # internal
2025-08-20T21:20:25.9726761Z [00:02:19.240]➜  k8s.io/api/authentication/v1beta1
2025-08-20T21:20:25.9734455Z [00:02:19.241]➜  mkdir -p $WORK/b361/
2025-08-20T21:20:25.9741722Z [00:02:19.241]➜  cat >/tmp/go-build3547871397/b361/importcfg << 'EOF' # internal
2025-08-20T21:20:25.9742517Z [00:02:19.241]➜  # import config
2025-08-20T21:20:25.9743347Z [00:02:19.241]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:25.9744324Z [00:02:19.241]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:25.9745503Z [00:02:19.241]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:25.9746483Z [00:02:19.241]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:25.9747717Z [00:02:19.241]➜  packagefile k8s.io/api/authentication/v1=/tmp/go-build3547871397/b359/_pkg_.a
2025-08-20T21:20:25.9748921Z [00:02:19.241]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:25.9750137Z [00:02:19.241]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:25.9751353Z [00:02:19.241]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:25.9752377Z [00:02:19.241]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:25.9753426Z [00:02:19.241]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:25.9754247Z [00:02:19.241]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:25.9755065Z [00:02:19.241]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:25.9755670Z [00:02:19.241]➜  EOF
2025-08-20T21:20:25.9762570Z [00:02:19.242]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b361/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1beta1=>k8s.io/api@v0.33.2/authentication/v1beta1;$WORK/b361=>" -p k8s.io/api/authentication/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid VyvVZHyiXpyUHmiasL_Q/VyvVZHyiXpyUHmiasL_Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b361/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/authentication/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:26.1144716Z [00:02:19.382]➜  go tool buildid -w $WORK/b352/_pkg_.a # internal
2025-08-20T21:20:26.1426967Z [00:02:19.410]➜  cp $WORK/b352/_pkg_.a /root/.cache/go-build/e1/e151cd4f2f37b60dc9248c419739316d07f7dc029c13c3f7c6eaa0a70d588790-d # internal
2025-08-20T21:20:26.1520765Z [00:02:19.419]➜  k8s.io/api/admissionregistration/v1alpha1
2025-08-20T21:20:26.1546064Z [00:02:19.422]➜  mkdir -p $WORK/b353/
2025-08-20T21:20:26.1552794Z [00:02:19.422]➜  cat >/tmp/go-build3547871397/b353/importcfg << 'EOF' # internal
2025-08-20T21:20:26.1553856Z [00:02:19.422]➜  # import config
2025-08-20T21:20:26.1554867Z [00:02:19.422]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:26.1556206Z [00:02:19.422]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:26.1557495Z [00:02:19.423]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:26.1558915Z [00:02:19.423]➜  packagefile k8s.io/api/admissionregistration/v1=/tmp/go-build3547871397/b352/_pkg_.a
2025-08-20T21:20:26.1560505Z [00:02:19.423]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:26.1562292Z [00:02:19.423]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:26.1569898Z [00:02:19.423]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:26.1570968Z [00:02:19.423]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:26.1571827Z [00:02:19.423]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:26.1572849Z [00:02:19.423]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:26.1573656Z [00:02:19.423]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:26.1574260Z [00:02:19.423]➜  EOF
2025-08-20T21:20:26.1597571Z [00:02:19.426]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b353/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1alpha1=>k8s.io/api@v0.33.2/admissionregistration/v1alpha1;$WORK/b353=>" -p k8s.io/api/admissionregistration/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid OfpFIAPKrHGsKkbeoGxU/OfpFIAPKrHGsKkbeoGxU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b353/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1alpha1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1alpha1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1alpha1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1alpha1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1alpha1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1alpha1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:26.1862848Z [00:02:19.453]➜  go tool buildid -w $WORK/b362/_pkg_.a # internal
2025-08-20T21:20:26.1991482Z [00:02:19.466]➜  cp $WORK/b362/_pkg_.a /root/.cache/go-build/11/11ffdc7f815e0ac4ebab35241ca8d887d3adaea85e39058e66edd91167b4c6b2-d # internal
2025-08-20T21:20:26.1996237Z [00:02:19.467]➜  k8s.io/api/admissionregistration/v1beta1
2025-08-20T21:20:26.2000511Z [00:02:19.467]➜  mkdir -p $WORK/b354/
2025-08-20T21:20:26.2020924Z [00:02:19.468]➜  cat >/tmp/go-build3547871397/b354/importcfg << 'EOF' # internal
2025-08-20T21:20:26.2021667Z [00:02:19.468]➜  # import config
2025-08-20T21:20:26.2022316Z [00:02:19.468]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:26.2023542Z [00:02:19.468]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:26.2024530Z [00:02:19.468]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:26.2025617Z [00:02:19.468]➜  packagefile k8s.io/api/admissionregistration/v1=/tmp/go-build3547871397/b352/_pkg_.a
2025-08-20T21:20:26.2026954Z [00:02:19.468]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:26.2028203Z [00:02:19.468]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:26.2029418Z [00:02:19.468]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:26.2030773Z [00:02:19.468]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:26.2031608Z [00:02:19.468]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:26.2032440Z [00:02:19.468]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:26.2033516Z [00:02:19.468]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:26.2034132Z [00:02:19.468]➜  EOF
2025-08-20T21:20:26.2041728Z [00:02:19.468]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b354/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1beta1=>k8s.io/api@v0.33.2/admissionregistration/v1beta1;$WORK/b354=>" -p k8s.io/api/admissionregistration/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid E-h0u2uuwYmT0_aYoN7l/E-h0u2uuwYmT0_aYoN7l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b354/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admissionregistration/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:26.2930728Z [00:02:19.560]➜  go tool buildid -w $WORK/b361/_pkg_.a # internal
2025-08-20T21:20:26.2981950Z [00:02:19.565]➜  cp $WORK/b361/_pkg_.a /root/.cache/go-build/d1/d157ffd8f20765ebf51828713c59406baaff895f9797a2b8b5dcb7c86e4085fc-d # internal
2025-08-20T21:20:26.2993019Z [00:02:19.566]➜  k8s.io/api/certificates/v1alpha1
2025-08-20T21:20:26.2999848Z [00:02:19.567]➜  mkdir -p $WORK/b370/
2025-08-20T21:20:26.3009845Z [00:02:19.568]➜  cat >/tmp/go-build3547871397/b370/importcfg << 'EOF' # internal
2025-08-20T21:20:26.3010905Z [00:02:19.568]➜  # import config
2025-08-20T21:20:26.3015357Z [00:02:19.568]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:26.3016470Z [00:02:19.568]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:26.3017454Z [00:02:19.568]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:26.3018506Z [00:02:19.568]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:26.3019708Z [00:02:19.568]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:26.3020964Z [00:02:19.568]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:26.3022054Z [00:02:19.568]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:26.3023146Z [00:02:19.568]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:26.3024051Z [00:02:19.568]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:26.3024920Z [00:02:19.568]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:26.3025575Z [00:02:19.568]➜  EOF
2025-08-20T21:20:26.3040746Z [00:02:19.571]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b370/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1alpha1=>k8s.io/api@v0.33.2/certificates/v1alpha1;$WORK/b370=>" -p k8s.io/api/certificates/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid 3SsKQugX8hL_6p2i3iL5/3SsKQugX8hL_6p2i3iL5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b370/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1alpha1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1alpha1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1alpha1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1alpha1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1alpha1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1alpha1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:26.4490093Z [00:02:19.716]➜  go tool buildid -w $WORK/b370/_pkg_.a # internal
2025-08-20T21:20:26.4564600Z [00:02:19.724]➜  cp $WORK/b370/_pkg_.a /root/.cache/go-build/d7/d70510d6550eaf0270707f0fe11ba2bb59b041ed426af648fb7c4da5e5884263-d # internal
2025-08-20T21:20:26.4569403Z [00:02:19.724]➜  k8s.io/api/coordination/v1
2025-08-20T21:20:26.4570344Z [00:02:19.724]➜  mkdir -p $WORK/b372/
2025-08-20T21:20:26.4606402Z [00:02:19.725]➜  cat >/tmp/go-build3547871397/b372/importcfg << 'EOF' # internal
2025-08-20T21:20:26.4607569Z [00:02:19.725]➜  # import config
2025-08-20T21:20:26.4610958Z [00:02:19.725]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:26.4612036Z [00:02:19.725]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:26.4616731Z [00:02:19.725]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:26.4617871Z [00:02:19.725]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:26.4619132Z [00:02:19.725]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:26.4620414Z [00:02:19.725]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:26.4621476Z [00:02:19.725]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:26.4622346Z [00:02:19.725]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:26.4623473Z [00:02:19.725]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:26.4624657Z [00:02:19.725]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:26.4625366Z [00:02:19.725]➜  EOF
2025-08-20T21:20:26.4631771Z [00:02:19.725]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b372/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1=>k8s.io/api@v0.33.2/coordination/v1;$WORK/b372=>" -p k8s.io/api/coordination/v1 -lang=go1.24 -complete -installsuffix shared -buildid jQRPgr8bDjoW-v60ixi7/jQRPgr8bDjoW-v60ixi7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b372/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:26.6936676Z [00:02:19.961]➜  go tool buildid -w $WORK/b372/_pkg_.a # internal
2025-08-20T21:20:26.7015017Z [00:02:19.969]➜  cp $WORK/b372/_pkg_.a /root/.cache/go-build/48/48c83e0fd43d99f50ad827a8908ed1fb9b025ad7e13e59438dcf6690edbfe0ee-d # internal
2025-08-20T21:20:26.7034882Z [00:02:19.971]➜  k8s.io/api/coordination/v1alpha2
2025-08-20T21:20:26.7041759Z [00:02:19.971]➜  mkdir -p $WORK/b373/
2025-08-20T21:20:26.7054685Z [00:02:19.973]➜  cat >/tmp/go-build3547871397/b373/importcfg << 'EOF' # internal
2025-08-20T21:20:26.7060404Z [00:02:19.973]➜  # import config
2025-08-20T21:20:26.7066262Z [00:02:19.974]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:26.7071047Z [00:02:19.974]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:26.7085359Z [00:02:19.974]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:26.7086409Z [00:02:19.974]➜  packagefile k8s.io/api/coordination/v1=/tmp/go-build3547871397/b372/_pkg_.a
2025-08-20T21:20:26.7087648Z [00:02:19.974]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:26.7088913Z [00:02:19.974]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:26.7090552Z [00:02:19.974]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:26.7091628Z [00:02:19.974]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:26.7092504Z [00:02:19.974]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:26.7093659Z [00:02:19.974]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:26.7094560Z [00:02:19.974]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:26.7095239Z [00:02:19.974]➜  EOF
2025-08-20T21:20:26.7102224Z [00:02:19.974]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b373/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1alpha2=>k8s.io/api@v0.33.2/coordination/v1alpha2;$WORK/b373=>" -p k8s.io/api/coordination/v1alpha2 -lang=go1.24 -complete -installsuffix shared -buildid -UJtbxTqRUXtLJHa_OAp/-UJtbxTqRUXtLJHa_OAp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b373/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1alpha2/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1alpha2/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1alpha2/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1alpha2/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1alpha2/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1alpha2/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1alpha2/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:26.9766129Z [00:02:20.244]➜  go tool buildid -w $WORK/b353/_pkg_.a # internal
2025-08-20T21:20:26.9869546Z [00:02:20.254]➜  go tool buildid -w $WORK/b373/_pkg_.a # internal
2025-08-20T21:20:26.9910429Z [00:02:20.258]➜  cp $WORK/b353/_pkg_.a /root/.cache/go-build/08/081705400b31e8c3054b2c33b269200a380f2328110d8e87c63a8479a9946d0e-d # internal
2025-08-20T21:20:26.9916624Z [00:02:20.258]➜  k8s.io/api/coordination/v1beta1
2025-08-20T21:20:26.9918802Z [00:02:20.258]➜  mkdir -p $WORK/b374/
2025-08-20T21:20:26.9921861Z [00:02:20.259]➜  cat >/tmp/go-build3547871397/b374/importcfg << 'EOF' # internal
2025-08-20T21:20:26.9924610Z [00:02:20.259]➜  # import config
2025-08-20T21:20:26.9925229Z [00:02:20.259]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:26.9926169Z [00:02:20.259]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:26.9927090Z [00:02:20.259]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:26.9950168Z [00:02:20.259]➜  packagefile k8s.io/api/coordination/v1=/tmp/go-build3547871397/b372/_pkg_.a
2025-08-20T21:20:26.9951424Z [00:02:20.259]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:26.9952842Z [00:02:20.259]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:26.9954144Z [00:02:20.259]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:26.9955221Z [00:02:20.259]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:26.9956068Z [00:02:20.259]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:26.9956904Z [00:02:20.259]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:26.9957717Z [00:02:20.259]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:26.9958336Z [00:02:20.259]➜  EOF
2025-08-20T21:20:26.9964945Z [00:02:20.259]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b374/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1beta1=>k8s.io/api@v0.33.2/coordination/v1beta1;$WORK/b374=>" -p k8s.io/api/coordination/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid kYhY9_bYqVgw-h-fXREz/kYhY9_bYqVgw-h-fXREz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b374/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/coordination/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:26.9971569Z [00:02:20.260]➜  cp $WORK/b373/_pkg_.a /root/.cache/go-build/22/220dece94fcc8718b03b1e388fed13fa8849f1aa003d8aae772f1dcbca2f095f-d # internal
2025-08-20T21:20:26.9972833Z [00:02:20.260]➜  k8s.io/api/flowcontrol/v1
2025-08-20T21:20:26.9973387Z [00:02:20.260]➜  mkdir -p $WORK/b380/
2025-08-20T21:20:26.9974071Z [00:02:20.261]➜  cat >/tmp/go-build3547871397/b380/importcfg << 'EOF' # internal
2025-08-20T21:20:26.9974730Z [00:02:20.261]➜  # import config
2025-08-20T21:20:26.9975370Z [00:02:20.261]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:26.9976315Z [00:02:20.261]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:26.9977252Z [00:02:20.261]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:26.9978272Z [00:02:20.261]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:26.9979441Z [00:02:20.261]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:26.9980630Z [00:02:20.261]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:26.9981632Z [00:02:20.261]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:26.9983001Z [00:02:20.261]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:26.9983936Z [00:02:20.261]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:26.9984861Z [00:02:20.261]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:26.9985460Z [00:02:20.261]➜  EOF
2025-08-20T21:20:26.9991521Z [00:02:20.261]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b380/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1=>k8s.io/api@v0.33.2/flowcontrol/v1;$WORK/b380=>" -p k8s.io/api/flowcontrol/v1 -lang=go1.24 -complete -installsuffix shared -buildid 7AFx0paonctjgIpjbkzb/7AFx0paonctjgIpjbkzb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b380/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:27.0378643Z [00:02:20.305]➜  go tool buildid -w $WORK/b354/_pkg_.a # internal
2025-08-20T21:20:27.0487219Z [00:02:20.316]➜  cp $WORK/b354/_pkg_.a /root/.cache/go-build/1c/1cd9221952b3c86bec5c2a8b09a4c43d98ad7638504471842212560df827fe0a-d # internal
2025-08-20T21:20:27.0490485Z [00:02:20.316]➜  k8s.io/api/flowcontrol/v1beta1
2025-08-20T21:20:27.0492287Z [00:02:20.316]➜  mkdir -p $WORK/b381/
2025-08-20T21:20:27.0515733Z [00:02:20.319]➜  cat >/tmp/go-build3547871397/b381/importcfg << 'EOF' # internal
2025-08-20T21:20:27.0516450Z [00:02:20.319]➜  # import config
2025-08-20T21:20:27.0517110Z [00:02:20.319]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:27.0518143Z [00:02:20.319]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:27.0519115Z [00:02:20.319]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:27.0520549Z [00:02:20.319]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:27.0522286Z [00:02:20.319]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:27.0524001Z [00:02:20.319]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:27.0525348Z [00:02:20.319]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:27.0527145Z [00:02:20.319]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:27.0528024Z [00:02:20.319]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:27.0528876Z [00:02:20.319]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:27.0529499Z [00:02:20.319]➜  EOF
2025-08-20T21:20:27.0536449Z [00:02:20.319]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b381/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta1=>k8s.io/api@v0.33.2/flowcontrol/v1beta1;$WORK/b381=>" -p k8s.io/api/flowcontrol/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid 0ctex_NuQKe6PcUaAPTZ/0ctex_NuQKe6PcUaAPTZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b381/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:27.2825544Z [00:02:20.550]➜  go tool buildid -w $WORK/b374/_pkg_.a # internal
2025-08-20T21:20:27.2961037Z [00:02:20.563]➜  cp $WORK/b374/_pkg_.a /root/.cache/go-build/67/67d78dfcfb71a47fc21b2e54cc78c622414707ca2573575ef6fb81e387e779ef-d # internal
2025-08-20T21:20:27.2972093Z [00:02:20.565]➜  k8s.io/api/flowcontrol/v1beta2
2025-08-20T21:20:27.2974532Z [00:02:20.565]➜  mkdir -p $WORK/b382/
2025-08-20T21:20:27.2992874Z [00:02:20.567]➜  cat >/tmp/go-build3547871397/b382/importcfg << 'EOF' # internal
2025-08-20T21:20:27.2994265Z [00:02:20.567]➜  # import config
2025-08-20T21:20:27.2996158Z [00:02:20.567]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:27.2997166Z [00:02:20.567]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:27.2998128Z [00:02:20.567]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:27.2999176Z [00:02:20.567]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:27.3000391Z [00:02:20.567]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:27.3001618Z [00:02:20.567]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:27.3002880Z [00:02:20.567]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:27.3003775Z [00:02:20.567]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:27.3004659Z [00:02:20.567]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:27.3005498Z [00:02:20.567]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:27.3006124Z [00:02:20.567]➜  EOF
2025-08-20T21:20:27.3074226Z [00:02:20.573]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b382/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta2=>k8s.io/api@v0.33.2/flowcontrol/v1beta2;$WORK/b382=>" -p k8s.io/api/flowcontrol/v1beta2 -lang=go1.24 -complete -installsuffix shared -buildid wJr5zv4WcJE6vM5wDCIg/wJr5zv4WcJE6vM5wDCIg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta2/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta2/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta2/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta2/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta2/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta2/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta2/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:27.6044483Z [00:02:20.872]➜  go tool buildid -w $WORK/b380/_pkg_.a # internal
2025-08-20T21:20:27.6131585Z [00:02:20.880]➜  cp $WORK/b380/_pkg_.a /root/.cache/go-build/d8/d89002ed671e8808f92cf57e1e81428d243d22b9eecf0418ff75764a9b70e280-d # internal
2025-08-20T21:20:27.6141414Z [00:02:20.881]➜  k8s.io/api/flowcontrol/v1beta3
2025-08-20T21:20:27.6142027Z [00:02:20.881]➜  mkdir -p $WORK/b383/
2025-08-20T21:20:27.6227370Z [00:02:20.890]➜  cat >/tmp/go-build3547871397/b383/importcfg << 'EOF' # internal
2025-08-20T21:20:27.6231195Z [00:02:20.890]➜  # import config
2025-08-20T21:20:27.6231909Z [00:02:20.890]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:27.6233183Z [00:02:20.890]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:27.6234231Z [00:02:20.890]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:27.6235314Z [00:02:20.890]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:27.6236588Z [00:02:20.890]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:27.6237849Z [00:02:20.890]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:27.6238941Z [00:02:20.890]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:27.6240087Z [00:02:20.890]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:27.6241032Z [00:02:20.890]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:27.6241937Z [00:02:20.890]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:27.6242601Z [00:02:20.890]➜  EOF
2025-08-20T21:20:27.6249573Z [00:02:20.890]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b383/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta3=>k8s.io/api@v0.33.2/flowcontrol/v1beta3;$WORK/b383=>" -p k8s.io/api/flowcontrol/v1beta3 -lang=go1.24 -complete -installsuffix shared -buildid VFtgoFx6ReSg8brDILhf/VFtgoFx6ReSg8brDILhf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b383/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta3/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta3/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta3/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta3/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta3/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta3/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/flowcontrol/v1beta3/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:27.8310903Z [00:02:21.098]➜  go tool buildid -w $WORK/b381/_pkg_.a # internal
2025-08-20T21:20:27.8607013Z [00:02:21.128]➜  cp $WORK/b381/_pkg_.a /root/.cache/go-build/dc/dcdccbb1d861d652fb09bc3425d831307d5d4ac5b9dd4ba882b3c2ba89533baf-d # internal
2025-08-20T21:20:27.8646183Z [00:02:21.132]➜  k8s.io/api/networking/v1alpha1
2025-08-20T21:20:27.8649832Z [00:02:21.132]➜  mkdir -p $WORK/b385/
2025-08-20T21:20:27.8657451Z [00:02:21.132]➜  cat >/tmp/go-build3547871397/b385/importcfg << 'EOF' # internal
2025-08-20T21:20:27.8658171Z [00:02:21.132]➜  # import config
2025-08-20T21:20:27.8658861Z [00:02:21.132]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:27.8662269Z [00:02:21.132]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:27.8663446Z [00:02:21.132]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:27.8664542Z [00:02:21.132]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:27.8666178Z [00:02:21.132]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:27.8667469Z [00:02:21.132]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:27.8668542Z [00:02:21.132]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:27.8669442Z [00:02:21.132]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:27.8670321Z [00:02:21.132]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:27.8671213Z [00:02:21.132]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:27.8693399Z [00:02:21.132]➜  EOF
2025-08-20T21:20:27.8701024Z [00:02:21.133]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b385/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1alpha1=>k8s.io/api@v0.33.2/networking/v1alpha1;$WORK/b385=>" -p k8s.io/api/networking/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid 3_NEcsM8qaHjGJLUEo4l/3_NEcsM8qaHjGJLUEo4l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1alpha1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1alpha1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1alpha1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1alpha1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1alpha1/well_known_labels.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1alpha1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1alpha1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:28.1958509Z [00:02:21.463]➜  go tool buildid -w $WORK/b382/_pkg_.a # internal
2025-08-20T21:20:28.2097809Z [00:02:21.477]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T21:20:28.2104730Z [00:02:21.478]➜  cp $WORK/b382/_pkg_.a /root/.cache/go-build/7a/7a497f138f8cda1c90e7e51613ad49a4e474194078f3de13916fcfdad4428a33-d # internal
2025-08-20T21:20:28.2113576Z [00:02:21.479]➜  k8s.io/api/policy/v1
2025-08-20T21:20:28.2118121Z [00:02:21.479]➜  mkdir -p $WORK/b390/
2025-08-20T21:20:28.2128056Z [00:02:21.480]➜  cat >/tmp/go-build3547871397/b390/importcfg << 'EOF' # internal
2025-08-20T21:20:28.2130250Z [00:02:21.480]➜  # import config
2025-08-20T21:20:28.2133840Z [00:02:21.480]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:28.2134803Z [00:02:21.480]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:28.2135909Z [00:02:21.480]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:28.2136850Z [00:02:21.480]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:28.2137829Z [00:02:21.480]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:28.2139225Z [00:02:21.480]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:28.2140344Z [00:02:21.480]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:28.2141490Z [00:02:21.480]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:28.2142415Z [00:02:21.480]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:28.2143345Z [00:02:21.480]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:28.2144129Z [00:02:21.480]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:28.2144900Z [00:02:21.480]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:28.2145498Z [00:02:21.480]➜  EOF
2025-08-20T21:20:28.2159089Z [00:02:21.483]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b390/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/policy/v1=>k8s.io/api@v0.33.2/policy/v1;$WORK/b390=>" -p k8s.io/api/policy/v1 -lang=go1.24 -complete -installsuffix shared -buildid Q0jA6YjWa1oSrUR5lxqU/Q0jA6YjWa1oSrUR5lxqU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b390/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/policy/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/policy/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/policy/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/policy/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/policy/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/policy/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/policy/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:28.2202086Z [00:02:21.487]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/53/537a885e9d7311096e67dc64578f1e3ea9229ee1f36f9d563071747f02fbe441-d # internal
2025-08-20T21:20:28.2211366Z [00:02:21.488]➜  k8s.io/api/policy/v1beta1
2025-08-20T21:20:28.2216217Z [00:02:21.489]➜  mkdir -p $WORK/b391/
2025-08-20T21:20:28.2225794Z [00:02:21.490]➜  cat >/tmp/go-build3547871397/b391/importcfg << 'EOF' # internal
2025-08-20T21:20:28.2226962Z [00:02:21.490]➜  # import config
2025-08-20T21:20:28.2229468Z [00:02:21.490]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:28.2231517Z [00:02:21.490]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:28.2242218Z [00:02:21.490]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:28.2243647Z [00:02:21.490]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:28.2244673Z [00:02:21.490]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:28.2245874Z [00:02:21.490]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:28.2247072Z [00:02:21.490]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:28.2248295Z [00:02:21.490]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:28.2249275Z [00:02:21.490]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:28.2250103Z [00:02:21.490]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:28.2250929Z [00:02:21.490]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:28.2251730Z [00:02:21.490]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:28.2252323Z [00:02:21.490]➜  EOF
2025-08-20T21:20:28.2259038Z [00:02:21.491]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b391/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/policy/v1beta1=>k8s.io/api@v0.33.2/policy/v1beta1;$WORK/b391=>" -p k8s.io/api/policy/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid 03V7i92n6O6CIktU15IF/03V7i92n6O6CIktU15IF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b391/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/policy/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/policy/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/policy/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/policy/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/policy/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/policy/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/policy/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:28.5508783Z [00:02:21.818]➜  go tool buildid -w $WORK/b391/_pkg_.a # internal
2025-08-20T21:20:28.5588403Z [00:02:21.824]➜  cp $WORK/b391/_pkg_.a /root/.cache/go-build/c2/c279ae72ecfe3d36ba806aaa83cdcbc0ba59f34581bda7929861bb2c9b9d5db9-d # internal
2025-08-20T21:20:28.5590378Z [00:02:21.826]➜  k8s.io/api/rbac/v1
2025-08-20T21:20:28.5591801Z [00:02:21.826]➜  mkdir -p $WORK/b392/
2025-08-20T21:20:28.5593161Z [00:02:21.827]➜  cat >/tmp/go-build3547871397/b392/importcfg << 'EOF' # internal
2025-08-20T21:20:28.5597357Z [00:02:21.827]➜  # import config
2025-08-20T21:20:28.5598069Z [00:02:21.827]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:28.5599058Z [00:02:21.827]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:28.5600001Z [00:02:21.827]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:28.5601035Z [00:02:21.827]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:28.5602243Z [00:02:21.827]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:28.5603726Z [00:02:21.827]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:28.5605236Z [00:02:21.827]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:28.5606213Z [00:02:21.827]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:28.5607131Z [00:02:21.827]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:28.5608062Z [00:02:21.827]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:28.5608734Z [00:02:21.827]➜  EOF
2025-08-20T21:20:28.5619804Z [00:02:21.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b392/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1=>k8s.io/api@v0.33.2/rbac/v1;$WORK/b392=>" -p k8s.io/api/rbac/v1 -lang=go1.24 -complete -installsuffix shared -buildid -SlFYOlrj9xJWD_EJYq2/-SlFYOlrj9xJWD_EJYq2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b392/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:28.5968005Z [00:02:21.864]➜  go tool buildid -w $WORK/b383/_pkg_.a # internal
2025-08-20T21:20:28.6131941Z [00:02:21.880]➜  cp $WORK/b383/_pkg_.a /root/.cache/go-build/89/8930ea5f17f53e6510626368baa7795fc455cdcba55a3ef59030f338c7d514f3-d # internal
2025-08-20T21:20:28.6140213Z [00:02:21.881]➜  k8s.io/api/rbac/v1alpha1
2025-08-20T21:20:28.6140817Z [00:02:21.881]➜  mkdir -p $WORK/b393/
2025-08-20T21:20:28.6146418Z [00:02:21.882]➜  cat >/tmp/go-build3547871397/b393/importcfg << 'EOF' # internal
2025-08-20T21:20:28.6159666Z [00:02:21.882]➜  # import config
2025-08-20T21:20:28.6160380Z [00:02:21.882]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:28.6161407Z [00:02:21.882]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:28.6162406Z [00:02:21.882]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:28.6163680Z [00:02:21.882]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:28.6165237Z [00:02:21.882]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:28.6166479Z [00:02:21.882]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:28.6167545Z [00:02:21.882]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:28.6168404Z [00:02:21.882]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:28.6169263Z [00:02:21.882]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:28.6170109Z [00:02:21.882]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:28.6170748Z [00:02:21.882]➜  EOF
2025-08-20T21:20:28.6187135Z [00:02:21.882]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b393/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1alpha1=>k8s.io/api@v0.33.2/rbac/v1alpha1;$WORK/b393=>" -p k8s.io/api/rbac/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid wIIV5l0brCstng73tdo9/wIIV5l0brCstng73tdo9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b393/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1alpha1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1alpha1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1alpha1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1alpha1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1alpha1/zz_generated.deepcopy.go
2025-08-20T21:20:28.6610554Z [00:02:21.928]➜  go tool buildid -w $WORK/b390/_pkg_.a # internal
2025-08-20T21:20:28.6709165Z [00:02:21.938]➜  cp $WORK/b390/_pkg_.a /root/.cache/go-build/87/87b93b31a15ab67f6ef0ace1c9f1292991b2f45032e312dede4bf64eacff1582-d # internal
2025-08-20T21:20:28.6713245Z [00:02:21.939]➜  k8s.io/api/rbac/v1beta1
2025-08-20T21:20:28.6714890Z [00:02:21.939]➜  mkdir -p $WORK/b394/
2025-08-20T21:20:28.6718136Z [00:02:21.939]➜  cat >/tmp/go-build3547871397/b394/importcfg << 'EOF' # internal
2025-08-20T21:20:28.6721582Z [00:02:21.939]➜  # import config
2025-08-20T21:20:28.6722219Z [00:02:21.939]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:28.6723301Z [00:02:21.939]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:28.6724257Z [00:02:21.939]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:28.6725282Z [00:02:21.939]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:28.6726468Z [00:02:21.939]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:28.6727699Z [00:02:21.939]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:28.6728767Z [00:02:21.939]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:28.6729696Z [00:02:21.939]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:28.6730565Z [00:02:21.939]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:28.6731426Z [00:02:21.939]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:28.6732018Z [00:02:21.939]➜  EOF
2025-08-20T21:20:28.6738263Z [00:02:21.939]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b394/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1beta1=>k8s.io/api@v0.33.2/rbac/v1beta1;$WORK/b394=>" -p k8s.io/api/rbac/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid a9kOucDTLVSbfY6oHTpQ/a9kOucDTLVSbfY6oHTpQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b394/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/rbac/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:29.1821712Z [00:02:22.449]➜  go tool buildid -w $WORK/b392/_pkg_.a # internal
2025-08-20T21:20:29.1990340Z [00:02:22.466]➜  cp $WORK/b392/_pkg_.a /root/.cache/go-build/e7/e7fe37bf1602a6d963cb0c48afb9416982dcf09baffddafacdbaa0923a45e2fd-d # internal
2025-08-20T21:20:29.2046392Z [00:02:22.472]➜  k8s.io/apimachinery/pkg/apis/meta/v1/validation
2025-08-20T21:20:29.2048955Z [00:02:22.472]➜  mkdir -p $WORK/b409/
2025-08-20T21:20:29.2054103Z [00:02:22.473]➜  cat >/tmp/go-build3547871397/b409/importcfg << 'EOF' # internal
2025-08-20T21:20:29.2056550Z [00:02:22.473]➜  # import config
2025-08-20T21:20:29.2057292Z [00:02:22.473]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:29.2058352Z [00:02:22.473]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:29.2059540Z [00:02:22.473]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:29.2060724Z [00:02:22.473]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:20:29.2061963Z [00:02:22.473]➜  packagefile k8s.io/apimachinery/pkg/util/validation=/tmp/go-build3547871397/b105/_pkg_.a
2025-08-20T21:20:29.2063520Z [00:02:22.473]➜  packagefile k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build3547871397/b106/_pkg_.a
2025-08-20T21:20:29.2064687Z [00:02:22.473]➜  packagefile k8s.io/utils/ptr=/tmp/go-build3547871397/b265/_pkg_.a
2025-08-20T21:20:29.2065568Z [00:02:22.473]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:29.2066391Z [00:02:22.473]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:29.2067278Z [00:02:22.473]➜  EOF
2025-08-20T21:20:29.2071221Z [00:02:22.473]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b409/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/validation=>k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/validation;$WORK/b409=>" -p k8s.io/apimachinery/pkg/apis/meta/v1/validation -lang=go1.24 -complete -installsuffix shared -buildid d_tp2bbCV3wH2By4OuMu/d_tp2bbCV3wH2By4OuMu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b409/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1/validation/validation.go
2025-08-20T21:20:29.3122269Z [00:02:22.579]➜  go tool buildid -w $WORK/b393/_pkg_.a # internal
2025-08-20T21:20:29.3267132Z [00:02:22.594]➜  cp $WORK/b393/_pkg_.a /root/.cache/go-build/14/14358d739c4c408364a5bedbb8ddcb72df7e30b5d570b9f85323961e37510bd3-d # internal
2025-08-20T21:20:29.3272886Z [00:02:22.594]➜  k8s.io/kube-openapi/pkg/util/proto
2025-08-20T21:20:29.3273495Z [00:02:22.594]➜  mkdir -p $WORK/b411/
2025-08-20T21:20:29.3274217Z [00:02:22.594]➜  cat >/tmp/go-build3547871397/b411/importcfg << 'EOF' # internal
2025-08-20T21:20:29.3274857Z [00:02:22.594]➜  # import config
2025-08-20T21:20:29.3275455Z [00:02:22.594]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:29.3276462Z [00:02:22.594]➜  packagefile github.com/google/gnostic-models/openapiv2=/tmp/go-build3547871397/b297/_pkg_.a
2025-08-20T21:20:29.3277677Z [00:02:22.594]➜  packagefile github.com/google/gnostic-models/openapiv3=/tmp/go-build3547871397/b412/_pkg_.a
2025-08-20T21:20:29.3278739Z [00:02:22.594]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:20:29.3279580Z [00:02:22.594]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:29.3280479Z [00:02:22.594]➜  packagefile sigs.k8s.io/yaml/goyaml.v2=/tmp/go-build3547871397/b248/_pkg_.a
2025-08-20T21:20:29.3281361Z [00:02:22.594]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:29.3282129Z [00:02:22.594]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:29.3282854Z [00:02:22.594]➜  EOF
2025-08-20T21:20:29.3288782Z [00:02:22.594]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b411/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/util/proto=>k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/util/proto;$WORK/b411=>" -p k8s.io/kube-openapi/pkg/util/proto -lang=go1.21 -complete -installsuffix shared -buildid jVM3a1mpLYZvMO-WFmfl/jVM3a1mpLYZvMO-WFmfl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b411/importcfg -pack /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/util/proto/doc.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/util/proto/document.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/util/proto/document_v3.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/util/proto/openapi.go
2025-08-20T21:20:29.4308561Z [00:02:22.698]➜  go tool buildid -w $WORK/b394/_pkg_.a # internal
2025-08-20T21:20:29.4428979Z [00:02:22.710]➜  cp $WORK/b394/_pkg_.a /root/.cache/go-build/dc/dcef86f6864189b64dd69ca67e36078264a33bf5c4479bc4c2f879d2f7f2192e-d # internal
2025-08-20T21:20:29.4435006Z [00:02:22.711]➜  k8s.io/kube-openapi/pkg/validation/spec
2025-08-20T21:20:29.4437324Z [00:02:22.711]➜  mkdir -p $WORK/b414/
2025-08-20T21:20:29.4440933Z [00:02:22.711]➜  cat >/tmp/go-build3547871397/b414/importcfg << 'EOF' # internal
2025-08-20T21:20:29.4445152Z [00:02:22.712]➜  # import config
2025-08-20T21:20:29.4445920Z [00:02:22.712]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:29.4450109Z [00:02:22.712]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:29.4450967Z [00:02:22.712]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:29.4452019Z [00:02:22.712]➜  packagefile github.com/go-openapi/jsonreference=/tmp/go-build3547871397/b415/_pkg_.a
2025-08-20T21:20:29.4453664Z [00:02:22.712]➜  packagefile github.com/go-openapi/swag=/tmp/go-build3547871397/b417/_pkg_.a
2025-08-20T21:20:29.4455057Z [00:02:22.712]➜  packagefile github.com/google/gnostic-models/openapiv2=/tmp/go-build3547871397/b297/_pkg_.a
2025-08-20T21:20:29.4456319Z [00:02:22.712]➜  packagefile k8s.io/kube-openapi/pkg/internal=/tmp/go-build3547871397/b423/_pkg_.a
2025-08-20T21:20:29.4457757Z [00:02:22.712]➜  packagefile k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json=/tmp/go-build3547871397/b424/_pkg_.a
2025-08-20T21:20:29.4458997Z [00:02:22.712]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:29.4459837Z [00:02:22.712]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:29.4460637Z [00:02:22.712]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:29.4461499Z [00:02:22.712]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:29.4462405Z [00:02:22.712]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:29.4463456Z [00:02:22.712]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:29.4464300Z [00:02:22.712]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:29.4464946Z [00:02:22.712]➜  EOF
2025-08-20T21:20:29.4482067Z [00:02:22.712]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b414/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec=>k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec;$WORK/b414=>" -p k8s.io/kube-openapi/pkg/validation/spec -lang=go1.21 -complete -installsuffix shared -buildid OsZ-D3WJ_GyHRJYOTRRw/OsZ-D3WJ_GyHRJYOTRRw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b414/importcfg -pack /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec/contact_info.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec/external_docs.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec/gnostic.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec/header.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec/info.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec/items.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec/license.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec/operation.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec/parameter.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec/path_item.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec/paths.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec/ref.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec/response.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec/responses.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec/schema.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec/security_scheme.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec/swagger.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/validation/spec/tag.go
2025-08-20T21:20:29.4687405Z [00:02:22.736]➜  go tool buildid -w $WORK/b409/_pkg_.a # internal
2025-08-20T21:20:29.4705380Z [00:02:22.738]➜  cp $WORK/b409/_pkg_.a /root/.cache/go-build/7f/7faf0c32f168ea51d417a039026e846a82c4a374d03a37531327dbcaa89747aa-d # internal
2025-08-20T21:20:29.4714199Z [00:02:22.738]➜  k8s.io/apimachinery/pkg/api/validation
2025-08-20T21:20:29.4715558Z [00:02:22.738]➜  mkdir -p $WORK/b408/
2025-08-20T21:20:29.4716523Z [00:02:22.739]➜  cat >/tmp/go-build3547871397/b408/importcfg << 'EOF' # internal
2025-08-20T21:20:29.4717429Z [00:02:22.739]➜  # import config
2025-08-20T21:20:29.4718344Z [00:02:22.739]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:29.4719387Z [00:02:22.739]➜  packagefile k8s.io/apimachinery/pkg/api/equality=/tmp/go-build3547871397/b269/_pkg_.a
2025-08-20T21:20:29.4720602Z [00:02:22.739]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:20:29.4721804Z [00:02:22.739]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:29.4723461Z [00:02:22.739]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/validation=/tmp/go-build3547871397/b409/_pkg_.a
2025-08-20T21:20:29.4724745Z [00:02:22.739]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:29.4725983Z [00:02:22.739]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:20:29.4727202Z [00:02:22.739]➜  packagefile k8s.io/apimachinery/pkg/util/validation=/tmp/go-build3547871397/b105/_pkg_.a
2025-08-20T21:20:29.4728484Z [00:02:22.739]➜  packagefile k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build3547871397/b106/_pkg_.a
2025-08-20T21:20:29.4729582Z [00:02:22.739]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:29.4730190Z [00:02:22.739]➜  EOF
2025-08-20T21:20:29.4735180Z [00:02:22.739]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b408/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/validation=>k8s.io/apimachinery@v0.33.2/pkg/api/validation;$WORK/b408=>" -p k8s.io/apimachinery/pkg/api/validation -lang=go1.24 -complete -installsuffix shared -buildid MlSNTEPKxI5ozOulLgai/MlSNTEPKxI5ozOulLgai -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b408/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/validation/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/validation/generic.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/validation/objectmeta.go
2025-08-20T21:20:29.5516029Z [00:02:22.819]➜  go tool buildid -w $WORK/b411/_pkg_.a # internal
2025-08-20T21:20:29.5557091Z [00:02:22.823]➜  cp $WORK/b411/_pkg_.a /root/.cache/go-build/9b/9b78a57ab27127d3fab77c86f3339d7a7d73337854b541bf6c3ad605182fc9e3-d # internal
2025-08-20T21:20:29.5563600Z [00:02:22.824]➜  k8s.io/apimachinery/pkg/runtime/serializer/cbor
2025-08-20T21:20:29.5564260Z [00:02:22.824]➜  mkdir -p $WORK/b431/
2025-08-20T21:20:29.5574901Z [00:02:22.825]➜  cat >/tmp/go-build3547871397/b431/importcfg << 'EOF' # internal
2025-08-20T21:20:29.5576246Z [00:02:22.825]➜  # import config
2025-08-20T21:20:29.5577782Z [00:02:22.825]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:29.5578914Z [00:02:22.825]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:20:29.5580815Z [00:02:22.825]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:29.5582231Z [00:02:22.825]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:29.5584068Z [00:02:22.825]➜  packagefile github.com/fxamacker/cbor/v2=/tmp/go-build3547871397/b094/_pkg_.a
2025-08-20T21:20:29.5585618Z [00:02:22.825]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:29.5587664Z [00:02:22.825]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:29.5589266Z [00:02:22.825]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:20:29.5591216Z [00:02:22.825]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:29.5606998Z [00:02:22.825]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:29.5609169Z [00:02:22.825]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes=/tmp/go-build3547871397/b093/_pkg_.a
2025-08-20T21:20:29.5611516Z [00:02:22.825]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/recognizer=/tmp/go-build3547871397/b342/_pkg_.a
2025-08-20T21:20:29.5613932Z [00:02:22.825]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:20:29.5615669Z [00:02:22.825]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:29.5616846Z [00:02:22.825]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:29.5619164Z [00:02:22.825]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:29.5619812Z [00:02:22.825]➜  EOF
2025-08-20T21:20:29.5625126Z [00:02:22.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b431/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/cbor=>k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/cbor;$WORK/b431=>" -p k8s.io/apimachinery/pkg/runtime/serializer/cbor -lang=go1.24 -complete -installsuffix shared -buildid fFx_TSAqGXkRuyj7fCbW/fFx_TSAqGXkRuyj7fCbW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b431/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/cbor/cbor.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/cbor/framer.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/runtime/serializer/cbor/raw.go
2025-08-20T21:20:29.6293551Z [00:02:22.896]➜  go tool buildid -w $WORK/b408/_pkg_.a # internal
2025-08-20T21:20:29.6333322Z [00:02:22.900]➜  cp $WORK/b408/_pkg_.a /root/.cache/go-build/94/94321d2e23a4c796b03ab7f1164700384608004e08c2e72b54adb64e88d7be33-d # internal
2025-08-20T21:20:29.6337908Z [00:02:22.901]➜  k8s.io/client-go/pkg/apis/clientauthentication
2025-08-20T21:20:29.6341634Z [00:02:22.901]➜  mkdir -p $WORK/b434/
2025-08-20T21:20:29.6354427Z [00:02:22.903]➜  cat >/tmp/go-build3547871397/b434/importcfg << 'EOF' # internal
2025-08-20T21:20:29.6358075Z [00:02:22.903]➜  # import config
2025-08-20T21:20:29.6359003Z [00:02:22.903]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:29.6360214Z [00:02:22.903]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:29.6361829Z [00:02:22.903]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:29.6362888Z [00:02:22.903]➜  EOF
2025-08-20T21:20:29.6396922Z [00:02:22.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b434/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication=>k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication;$WORK/b434=>" -p k8s.io/client-go/pkg/apis/clientauthentication -lang=go1.24 -complete -installsuffix shared -buildid mNlhcVJR5lOs3wrB0v-K/mNlhcVJR5lOs3wrB0v-K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b434/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/register.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/types.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/zz_generated.deepcopy.go
2025-08-20T21:20:29.6995677Z [00:02:22.967]➜  go tool buildid -w $WORK/b431/_pkg_.a # internal
2025-08-20T21:20:29.7021307Z [00:02:22.969]➜  cp $WORK/b431/_pkg_.a /root/.cache/go-build/00/0081e8d46b8e4d04e9c5cf8b0386fa61993129189dd33172026124757ae146da-d # internal
2025-08-20T21:20:29.7028167Z [00:02:22.970]➜  k8s.io/client-go/rest/watch
2025-08-20T21:20:29.7032952Z [00:02:22.970]➜  mkdir -p $WORK/b452/
2025-08-20T21:20:29.7043205Z [00:02:22.971]➜  cat >/tmp/go-build3547871397/b452/importcfg << 'EOF' # internal
2025-08-20T21:20:29.7045976Z [00:02:22.971]➜  # import config
2025-08-20T21:20:29.7046708Z [00:02:22.971]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:29.7047545Z [00:02:22.971]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:29.7048859Z [00:02:22.971]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:29.7050063Z [00:02:22.971]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:29.7051384Z [00:02:22.971]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/streaming=/tmp/go-build3547871397/b432/_pkg_.a
2025-08-20T21:20:29.7052925Z [00:02:22.972]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:29.7053672Z [00:02:22.972]➜  EOF
2025-08-20T21:20:29.7063310Z [00:02:22.973]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b452/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/rest/watch=>k8s.io/client-go@v0.33.2/rest/watch;$WORK/b452=>" -p k8s.io/client-go/rest/watch -lang=go1.24 -complete -installsuffix shared -buildid pjdMP8sip41OjjdNTorY/pjdMP8sip41OjjdNTorY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b452/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/rest/watch/decoder.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/rest/watch/encoder.go
2025-08-20T21:20:29.7447931Z [00:02:23.011]➜  go tool buildid -w $WORK/b452/_pkg_.a # internal
2025-08-20T21:20:29.7453254Z [00:02:23.012]➜  cp $WORK/b452/_pkg_.a /root/.cache/go-build/19/196c7eb99ce0bdf7d14a037f9752fa20fee6008a69a5a010f609375d4b5027ac-d # internal
2025-08-20T21:20:29.7454438Z [00:02:23.012]➜  github.com/google/go-cmp/cmp
2025-08-20T21:20:29.7455015Z [00:02:23.013]➜  mkdir -p $WORK/b468/
2025-08-20T21:20:29.7463034Z [00:02:23.013]➜  cat >/tmp/go-build3547871397/b468/importcfg << 'EOF' # internal
2025-08-20T21:20:29.7466244Z [00:02:23.013]➜  # import config
2025-08-20T21:20:29.7466962Z [00:02:23.013]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:29.7467810Z [00:02:23.013]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:29.7468972Z [00:02:23.013]➜  packagefile github.com/google/go-cmp/cmp/internal/diff=/tmp/go-build3547871397/b469/_pkg_.a
2025-08-20T21:20:29.7470325Z [00:02:23.013]➜  packagefile github.com/google/go-cmp/cmp/internal/flags=/tmp/go-build3547871397/b470/_pkg_.a
2025-08-20T21:20:29.7471721Z [00:02:23.013]➜  packagefile github.com/google/go-cmp/cmp/internal/function=/tmp/go-build3547871397/b471/_pkg_.a
2025-08-20T21:20:29.7473748Z [00:02:23.013]➜  packagefile github.com/google/go-cmp/cmp/internal/value=/tmp/go-build3547871397/b472/_pkg_.a
2025-08-20T21:20:29.7474864Z [00:02:23.013]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:29.7475749Z [00:02:23.013]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:20:29.7476641Z [00:02:23.013]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:29.7477509Z [00:02:23.013]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:29.7478377Z [00:02:23.013]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:29.7479262Z [00:02:23.013]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:29.7480109Z [00:02:23.013]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:29.7480953Z [00:02:23.013]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:29.7481871Z [00:02:23.013]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:29.7482550Z [00:02:23.013]➜  EOF
2025-08-20T21:20:29.7490992Z [00:02:23.014]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b468/_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/b468=>" -p github.com/google/go-cmp/cmp -lang=go1.21 -complete -installsuffix shared -buildid tsKYzH4N5OA103pdeso_/tsKYzH4N5OA103pdeso_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b468/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:20:29.7728465Z [00:02:23.040]➜  go tool buildid -w $WORK/b434/_pkg_.a # internal
2025-08-20T21:20:29.7753870Z [00:02:23.042]➜  cp $WORK/b434/_pkg_.a /root/.cache/go-build/03/035d6b2a855e51d49f5993c64de6848ec92e192704ed6eba89804cb0a6d4c957-d # internal
2025-08-20T21:20:29.7765862Z [00:02:23.044]➜  k8s.io/client-go/pkg/apis/clientauthentication/v1
2025-08-20T21:20:29.7769092Z [00:02:23.044]➜  mkdir -p $WORK/b441/
2025-08-20T21:20:29.7783374Z [00:02:23.045]➜  cat >/tmp/go-build3547871397/b441/importcfg << 'EOF' # internal
2025-08-20T21:20:29.7791531Z [00:02:23.045]➜  # import config
2025-08-20T21:20:29.7792505Z [00:02:23.045]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:29.7794056Z [00:02:23.045]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:20:29.7795512Z [00:02:23.046]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:29.7796821Z [00:02:23.046]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:29.7798190Z [00:02:23.046]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3547871397/b434/_pkg_.a
2025-08-20T21:20:29.7799078Z [00:02:23.046]➜  EOF
2025-08-20T21:20:29.7814208Z [00:02:23.048]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b441/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/v1=>k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/v1;$WORK/b441=>" -p k8s.io/client-go/pkg/apis/clientauthentication/v1 -lang=go1.24 -complete -installsuffix shared -buildid flAeRk5h1yMR2TmP1YPY/flAeRk5h1yMR2TmP1YPY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/v1/register.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/v1/types.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/v1/zz_generated.conversion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/v1/zz_generated.defaults.go
2025-08-20T21:20:29.9483424Z [00:02:23.215]➜  go tool buildid -w $WORK/b441/_pkg_.a # internal
2025-08-20T21:20:29.9513176Z [00:02:23.218]➜  cp $WORK/b441/_pkg_.a /root/.cache/go-build/63/634719cdf0ae54506eee7d7285a840ffd7e4e00647b7c7172905df74fb5cdfb7-d # internal
2025-08-20T21:20:29.9574004Z [00:02:23.225]➜  k8s.io/client-go/pkg/apis/clientauthentication/v1beta1
2025-08-20T21:20:29.9576888Z [00:02:23.225]➜  mkdir -p $WORK/b442/
2025-08-20T21:20:29.9584082Z [00:02:23.226]➜  cat >/tmp/go-build3547871397/b442/importcfg << 'EOF' # internal
2025-08-20T21:20:29.9590406Z [00:02:23.226]➜  # import config
2025-08-20T21:20:29.9591368Z [00:02:23.226]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:29.9592873Z [00:02:23.226]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:20:29.9594133Z [00:02:23.226]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:29.9595424Z [00:02:23.226]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:29.9597122Z [00:02:23.226]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3547871397/b434/_pkg_.a
2025-08-20T21:20:29.9598084Z [00:02:23.226]➜  EOF
2025-08-20T21:20:29.9607733Z [00:02:23.227]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b442/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/v1beta1=>k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/v1beta1;$WORK/b442=>" -p k8s.io/client-go/pkg/apis/clientauthentication/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid YIkJiRkR6k_00NxCj0W6/YIkJiRkR6k_00NxCj0W6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b442/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/v1beta1/register.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/v1beta1/types.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/v1beta1/zz_generated.conversion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/v1beta1/zz_generated.defaults.go
2025-08-20T21:20:30.1586647Z [00:02:23.426]➜  go tool buildid -w $WORK/b442/_pkg_.a # internal
2025-08-20T21:20:30.1640985Z [00:02:23.431]➜  cp $WORK/b442/_pkg_.a /root/.cache/go-build/08/087ba62c51be44edc925f14d18bb0fd91455add7162280a56a25f065c94883e1-d # internal
2025-08-20T21:20:30.1654102Z [00:02:23.431]➜  k8s.io/client-go/pkg/apis/clientauthentication/install
2025-08-20T21:20:30.1654823Z [00:02:23.431]➜  mkdir -p $WORK/b440/
2025-08-20T21:20:30.1655559Z [00:02:23.432]➜  cat >/tmp/go-build3547871397/b440/importcfg << 'EOF' # internal
2025-08-20T21:20:30.1656261Z [00:02:23.432]➜  # import config
2025-08-20T21:20:30.1657128Z [00:02:23.432]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:30.1658391Z [00:02:23.432]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:20:30.1659743Z [00:02:23.432]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3547871397/b434/_pkg_.a
2025-08-20T21:20:30.1661557Z [00:02:23.432]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication/v1=/tmp/go-build3547871397/b441/_pkg_.a
2025-08-20T21:20:30.1663286Z [00:02:23.432]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication/v1beta1=/tmp/go-build3547871397/b442/_pkg_.a
2025-08-20T21:20:30.1664261Z [00:02:23.432]➜  EOF
2025-08-20T21:20:30.1668438Z [00:02:23.432]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b440/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/install=>k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/install;$WORK/b440=>" -p k8s.io/client-go/pkg/apis/clientauthentication/install -lang=go1.24 -complete -installsuffix shared -buildid jGmu3vVoLsBmKUpoTmnK/jGmu3vVoLsBmKUpoTmnK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/pkg/apis/clientauthentication/install/install.go
2025-08-20T21:20:30.3072309Z [00:02:23.574]➜  go tool buildid -w $WORK/b440/_pkg_.a # internal
2025-08-20T21:20:30.3128161Z [00:02:23.580]➜  cp $WORK/b440/_pkg_.a /root/.cache/go-build/19/1930c30f420922f9d8b77cbe3eb57d08345fe1b80ca28a6c326458266f6b412f-d # internal
2025-08-20T21:20:30.3130201Z [00:02:23.580]➜  k8s.io/client-go/plugin/pkg/client/auth/exec
2025-08-20T21:20:30.3131426Z [00:02:23.580]➜  mkdir -p $WORK/b436/
2025-08-20T21:20:30.3139917Z [00:02:23.581]➜  cat >/tmp/go-build3547871397/b436/importcfg << 'EOF' # internal
2025-08-20T21:20:30.3141046Z [00:02:23.581]➜  # import config
2025-08-20T21:20:30.3142133Z [00:02:23.581]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:30.3143529Z [00:02:23.581]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:20:30.3153884Z [00:02:23.581]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:20:30.3156069Z [00:02:23.581]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:30.3156955Z [00:02:23.581]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:30.3157931Z [00:02:23.581]➜  packagefile golang.org/x/term=/tmp/go-build3547871397/b437/_pkg_.a
2025-08-20T21:20:30.3158850Z [00:02:23.581]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:30.3159753Z [00:02:23.581]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:30.3160824Z [00:02:23.581]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:30.3162129Z [00:02:23.581]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:30.3163705Z [00:02:23.581]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3547871397/b346/_pkg_.a
2025-08-20T21:20:30.3165065Z [00:02:23.581]➜  packagefile k8s.io/apimachinery/pkg/util/dump=/tmp/go-build3547871397/b438/_pkg_.a
2025-08-20T21:20:30.3166314Z [00:02:23.581]➜  packagefile k8s.io/apimachinery/pkg/util/net=/tmp/go-build3547871397/b255/_pkg_.a
2025-08-20T21:20:30.3167697Z [00:02:23.581]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3547871397/b434/_pkg_.a
2025-08-20T21:20:30.3169253Z [00:02:23.581]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication/install=/tmp/go-build3547871397/b440/_pkg_.a
2025-08-20T21:20:30.3170832Z [00:02:23.581]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication/v1=/tmp/go-build3547871397/b441/_pkg_.a
2025-08-20T21:20:30.3172369Z [00:02:23.581]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication/v1beta1=/tmp/go-build3547871397/b442/_pkg_.a
2025-08-20T21:20:30.3177565Z [00:02:23.581]➜  packagefile k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3547871397/b443/_pkg_.a
2025-08-20T21:20:30.3178830Z [00:02:23.581]➜  packagefile k8s.io/client-go/tools/metrics=/tmp/go-build3547871397/b444/_pkg_.a
2025-08-20T21:20:30.3180018Z [00:02:23.581]➜  packagefile k8s.io/client-go/transport=/tmp/go-build3547871397/b445/_pkg_.a
2025-08-20T21:20:30.3181214Z [00:02:23.581]➜  packagefile k8s.io/client-go/util/connrotation=/tmp/go-build3547871397/b449/_pkg_.a
2025-08-20T21:20:30.3182805Z [00:02:23.581]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:30.3183779Z [00:02:23.581]➜  packagefile k8s.io/utils/clock=/tmp/go-build3547871397/b273/_pkg_.a
2025-08-20T21:20:30.3184638Z [00:02:23.581]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:30.3185449Z [00:02:23.581]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:30.3186220Z [00:02:23.581]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:30.3186982Z [00:02:23.581]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:20:30.3187759Z [00:02:23.581]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:30.3188565Z [00:02:23.581]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:30.3189318Z [00:02:23.581]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:30.3190052Z [00:02:23.581]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:30.3190654Z [00:02:23.581]➜  EOF
2025-08-20T21:20:30.3194794Z [00:02:23.581]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b436/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/plugin/pkg/client/auth/exec=>k8s.io/client-go@v0.33.2/plugin/pkg/client/auth/exec;$WORK/b436=>" -p k8s.io/client-go/plugin/pkg/client/auth/exec -lang=go1.24 -complete -installsuffix shared -buildid dW6J8vCTD3Nhoc4mdNPa/dW6J8vCTD3Nhoc4mdNPa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b436/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/plugin/pkg/client/auth/exec/exec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/plugin/pkg/client/auth/exec/metrics.go
2025-08-20T21:20:30.3549275Z [00:02:23.622]➜  go tool buildid -w $WORK/b414/_pkg_.a # internal
2025-08-20T21:20:30.3743018Z [00:02:23.641]➜  cp $WORK/b414/_pkg_.a /root/.cache/go-build/12/120c70599853ec99a3d9acd57870c8eefddcff536fd3000fe83516b0dc3f64bb-d # internal
2025-08-20T21:20:30.3749379Z [00:02:23.642]➜  k8s.io/kube-openapi/pkg/schemaconv
2025-08-20T21:20:30.3750059Z [00:02:23.642]➜  mkdir -p $WORK/b410/
2025-08-20T21:20:30.3759312Z [00:02:23.642]➜  cat >/tmp/go-build3547871397/b410/importcfg << 'EOF' # internal
2025-08-20T21:20:30.3760041Z [00:02:23.642]➜  # import config
2025-08-20T21:20:30.3760677Z [00:02:23.642]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:30.3761440Z [00:02:23.642]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:30.3762383Z [00:02:23.642]➜  packagefile k8s.io/kube-openapi/pkg/util/proto=/tmp/go-build3547871397/b411/_pkg_.a
2025-08-20T21:20:30.3763782Z [00:02:23.642]➜  packagefile k8s.io/kube-openapi/pkg/validation/spec=/tmp/go-build3547871397/b414/_pkg_.a
2025-08-20T21:20:30.3764859Z [00:02:23.642]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:30.3765938Z [00:02:23.642]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/schema=/tmp/go-build3547871397/b425/_pkg_.a
2025-08-20T21:20:30.3766969Z [00:02:23.642]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:30.3767828Z [00:02:23.642]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:30.3768444Z [00:02:23.642]➜  EOF
2025-08-20T21:20:30.3774279Z [00:02:23.643]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b410/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/schemaconv=>k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/schemaconv;$WORK/b410=>" -p k8s.io/kube-openapi/pkg/schemaconv -lang=go1.21 -complete -installsuffix shared -buildid Fb972Lc5y6yFyUT2TUfd/Fb972Lc5y6yFyUT2TUfd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b410/importcfg -pack /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/schemaconv/openapi.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/schemaconv/proto_models.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/schemaconv/smd.go
2025-08-20T21:20:30.6237880Z [00:02:23.891]➜  go tool buildid -w $WORK/b436/_pkg_.a # internal
2025-08-20T21:20:30.6337284Z [00:02:23.901]➜  cp $WORK/b436/_pkg_.a /root/.cache/go-build/5f/5fa40c7c9d4e7740779d51b9e55a90dadcefa96ac23898db820a6e482ccba9cb-d # internal
2025-08-20T21:20:30.6341853Z [00:02:23.901]➜  k8s.io/client-go/rest
2025-08-20T21:20:30.6345485Z [00:02:23.902]➜  mkdir -p $WORK/b429/
2025-08-20T21:20:30.6355593Z [00:02:23.902]➜  cat >/tmp/go-build3547871397/b429/importcfg << 'EOF' # internal
2025-08-20T21:20:30.6356637Z [00:02:23.903]➜  # import config
2025-08-20T21:20:30.6357492Z [00:02:23.903]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:30.6358602Z [00:02:23.903]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:30.6359538Z [00:02:23.903]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:20:30.6360472Z [00:02:23.903]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:30.6361368Z [00:02:23.903]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:20:30.6362220Z [00:02:23.903]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:30.6363193Z [00:02:23.903]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:30.6364159Z [00:02:23.903]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build3547871397/b430/_pkg_.a
2025-08-20T21:20:30.6365232Z [00:02:23.903]➜  packagefile golang.org/x/net/http2=/tmp/go-build3547871397/b256/_pkg_.a
2025-08-20T21:20:30.6366115Z [00:02:23.903]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:30.6367120Z [00:02:23.903]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:20:30.6368569Z [00:02:23.903]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:20:30.6369788Z [00:02:23.903]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:30.6370990Z [00:02:23.903]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:20:30.6372147Z [00:02:23.903]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:30.6373546Z [00:02:23.903]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:30.6374882Z [00:02:23.903]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3547871397/b346/_pkg_.a
2025-08-20T21:20:30.6376314Z [00:02:23.903]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor=/tmp/go-build3547871397/b431/_pkg_.a
2025-08-20T21:20:30.6377802Z [00:02:23.903]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/streaming=/tmp/go-build3547871397/b432/_pkg_.a
2025-08-20T21:20:30.6379124Z [00:02:23.903]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:30.6380288Z [00:02:23.903]➜  packagefile k8s.io/apimachinery/pkg/util/net=/tmp/go-build3547871397/b255/_pkg_.a
2025-08-20T21:20:30.6381464Z [00:02:23.903]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:20:30.6382604Z [00:02:23.903]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:30.6383910Z [00:02:23.903]➜  packagefile k8s.io/client-go/features=/tmp/go-build3547871397/b433/_pkg_.a
2025-08-20T21:20:30.6385134Z [00:02:23.903]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3547871397/b434/_pkg_.a
2025-08-20T21:20:30.6386365Z [00:02:23.903]➜  packagefile k8s.io/client-go/pkg/version=/tmp/go-build3547871397/b435/_pkg_.a
2025-08-20T21:20:30.6387557Z [00:02:23.903]➜  packagefile k8s.io/client-go/plugin/pkg/client/auth/exec=/tmp/go-build3547871397/b436/_pkg_.a
2025-08-20T21:20:30.6388734Z [00:02:23.903]➜  packagefile k8s.io/client-go/rest/watch=/tmp/go-build3547871397/b452/_pkg_.a
2025-08-20T21:20:30.6389850Z [00:02:23.903]➜  packagefile k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3547871397/b443/_pkg_.a
2025-08-20T21:20:30.6391243Z [00:02:23.903]➜  packagefile k8s.io/client-go/tools/metrics=/tmp/go-build3547871397/b444/_pkg_.a
2025-08-20T21:20:30.6392301Z [00:02:23.903]➜  packagefile k8s.io/client-go/transport=/tmp/go-build3547871397/b445/_pkg_.a
2025-08-20T21:20:30.6393541Z [00:02:23.903]➜  packagefile k8s.io/client-go/util/cert=/tmp/go-build3547871397/b453/_pkg_.a
2025-08-20T21:20:30.6394621Z [00:02:23.903]➜  packagefile k8s.io/client-go/util/flowcontrol=/tmp/go-build3547871397/b455/_pkg_.a
2025-08-20T21:20:30.6395616Z [00:02:23.903]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:30.6396536Z [00:02:23.903]➜  packagefile k8s.io/utils/clock=/tmp/go-build3547871397/b273/_pkg_.a
2025-08-20T21:20:30.6397397Z [00:02:23.903]➜  packagefile mime=/tmp/go-build3547871397/b236/_pkg_.a
2025-08-20T21:20:30.6398167Z [00:02:23.903]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:30.6398958Z [00:02:23.903]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:30.6399850Z [00:02:23.903]➜  packagefile net/http/httptrace=/tmp/go-build3547871397/b239/_pkg_.a
2025-08-20T21:20:30.6400706Z [00:02:23.903]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:30.6401457Z [00:02:23.903]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:30.6402200Z [00:02:23.903]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:30.6403231Z [00:02:23.903]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:30.6404115Z [00:02:23.903]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:30.6404912Z [00:02:23.903]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:30.6405937Z [00:02:23.903]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:30.6406750Z [00:02:23.903]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:30.6407522Z [00:02:23.903]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:30.6408363Z [00:02:23.903]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:30.6409189Z [00:02:23.903]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:30.6409775Z [00:02:23.903]➜  EOF
2025-08-20T21:20:30.6439443Z [00:02:23.905]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b429/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/rest=>k8s.io/client-go@v0.33.2/rest;$WORK/b429=>" -p k8s.io/client-go/rest -lang=go1.24 -complete -installsuffix shared -buildid ZO5vCUja9zs3Eb4B5jhM/ZO5vCUja9zs3Eb4B5jhM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/rest/client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/rest/config.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/rest/exec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/rest/plugin.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/rest/request.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/rest/transport.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/rest/url_utils.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/rest/urlbackoff.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/rest/warnings.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/rest/with_retry.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/rest/zz_generated.deepcopy.go
2025-08-20T21:20:30.6910997Z [00:02:23.958]➜  go tool buildid -w $WORK/b468/_pkg_.a # internal
2025-08-20T21:20:30.6998342Z [00:02:23.967]➜  go tool buildid -w $WORK/b410/_pkg_.a # internal
2025-08-20T21:20:30.7045573Z [00:02:23.972]➜  cp $WORK/b468/_pkg_.a /root/.cache/go-build/64/6472b145ce1b207f269aa675323d15635990eee267991258832cc42d2031e7c7-d # internal
2025-08-20T21:20:30.7063689Z [00:02:23.974]➜  k8s.io/kube-openapi/pkg/spec3
2025-08-20T21:20:30.7095360Z [00:02:23.977]➜  mkdir -p $WORK/b464/
2025-08-20T21:20:30.7100325Z [00:02:23.977]➜  cp $WORK/b410/_pkg_.a /root/.cache/go-build/91/9188feb84228667e61e7f43955f7103fd3e786cbfff6cb321af3e007beeb8dc4-d # internal
2025-08-20T21:20:30.7113357Z [00:02:23.978]➜  cat >/tmp/go-build3547871397/b464/importcfg << 'EOF' # internal
2025-08-20T21:20:30.7114431Z [00:02:23.978]➜  # import config
2025-08-20T21:20:30.7115539Z [00:02:23.978]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:30.7116712Z [00:02:23.978]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:30.7118053Z [00:02:23.978]➜  packagefile github.com/go-openapi/swag=/tmp/go-build3547871397/b417/_pkg_.a
2025-08-20T21:20:30.7119573Z [00:02:23.978]➜  packagefile k8s.io/kube-openapi/pkg/internal=/tmp/go-build3547871397/b423/_pkg_.a
2025-08-20T21:20:30.7121289Z [00:02:23.978]➜  packagefile k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json=/tmp/go-build3547871397/b424/_pkg_.a
2025-08-20T21:20:30.7123305Z [00:02:23.978]➜  packagefile k8s.io/kube-openapi/pkg/validation/spec=/tmp/go-build3547871397/b414/_pkg_.a
2025-08-20T21:20:30.7124802Z [00:02:23.978]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:20:30.7126047Z [00:02:23.978]➜  packagefile sigs.k8s.io/randfill=/tmp/go-build3547871397/b252/_pkg_.a
2025-08-20T21:20:30.7128319Z [00:02:23.978]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:30.7129206Z [00:02:23.978]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:30.7129907Z [00:02:23.978]➜  EOF
2025-08-20T21:20:30.7149316Z [00:02:23.978]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b464/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/spec3=>k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/spec3;$WORK/b464=>" -p k8s.io/kube-openapi/pkg/spec3 -lang=go1.21 -complete -installsuffix shared -buildid qN04UOe5XP7BZGECdHr7/qN04UOe5XP7BZGECdHr7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b464/importcfg -pack /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/spec3/component.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/spec3/encoding.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/spec3/example.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/spec3/external_documentation.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/spec3/fuzz.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/spec3/header.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/spec3/media_type.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/spec3/operation.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/spec3/parameter.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/spec3/path.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/spec3/request_body.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/spec3/response.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/spec3/security_scheme.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/spec3/server.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/spec3/spec.go
2025-08-20T21:20:30.7191567Z [00:02:23.978]➜  k8s.io/apimachinery/pkg/util/managedfields/internal
2025-08-20T21:20:30.7192238Z [00:02:23.978]➜  mkdir -p $WORK/b407/
2025-08-20T21:20:30.7193175Z [00:02:23.979]➜  cat >/tmp/go-build3547871397/b407/importcfg << 'EOF' # internal
2025-08-20T21:20:30.7193837Z [00:02:23.979]➜  # import config
2025-08-20T21:20:30.7194418Z [00:02:23.979]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:30.7195229Z [00:02:23.979]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:30.7196091Z [00:02:23.979]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:30.7196866Z [00:02:23.979]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:30.7198153Z [00:02:23.979]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:20:30.7199320Z [00:02:23.979]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:20:30.7200532Z [00:02:23.979]➜  packagefile k8s.io/apimachinery/pkg/api/validation=/tmp/go-build3547871397/b408/_pkg_.a
2025-08-20T21:20:30.7201789Z [00:02:23.979]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:30.7203269Z [00:02:23.979]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:20:30.7204547Z [00:02:23.979]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:30.7205780Z [00:02:23.979]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:30.7206889Z [00:02:23.979]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:30.7208000Z [00:02:23.979]➜  packagefile k8s.io/kube-openapi/pkg/schemaconv=/tmp/go-build3547871397/b410/_pkg_.a
2025-08-20T21:20:30.7209206Z [00:02:23.979]➜  packagefile k8s.io/kube-openapi/pkg/validation/spec=/tmp/go-build3547871397/b414/_pkg_.a
2025-08-20T21:20:30.7210278Z [00:02:23.979]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:20:30.7211110Z [00:02:23.979]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:30.7212182Z [00:02:23.979]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/fieldpath=/tmp/go-build3547871397/b426/_pkg_.a
2025-08-20T21:20:30.7213750Z [00:02:23.979]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/merge=/tmp/go-build3547871397/b427/_pkg_.a
2025-08-20T21:20:30.7215334Z [00:02:23.979]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/schema=/tmp/go-build3547871397/b425/_pkg_.a
2025-08-20T21:20:30.7216727Z [00:02:23.979]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/typed=/tmp/go-build3547871397/b428/_pkg_.a
2025-08-20T21:20:30.7218064Z [00:02:23.979]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/value=/tmp/go-build3547871397/b243/_pkg_.a
2025-08-20T21:20:30.7219111Z [00:02:23.979]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:30.7219948Z [00:02:23.979]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:30.7220825Z [00:02:23.979]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:30.7221708Z [00:02:23.979]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:30.7222493Z [00:02:23.979]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:30.7223317Z [00:02:23.979]➜  EOF
2025-08-20T21:20:30.7240772Z [00:02:23.979]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b407/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal=>k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal;$WORK/b407=>" -p k8s.io/apimachinery/pkg/util/managedfields/internal -lang=go1.24 -complete -installsuffix shared -buildid olg5YRvLay54WFUG3SYZ/olg5YRvLay54WFUG3SYZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b407/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/atmostevery.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/buildmanagerinfo.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/capmanagers.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/conflict.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/fieldmanager.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/fields.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/lastapplied.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/lastappliedmanager.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/lastappliedupdater.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/managedfields.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/managedfieldsupdater.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/manager.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/pathelement.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/skipnonapplied.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/stripmeta.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/structuredmerge.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/typeconverter.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/versioncheck.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/internal/versionconverter.go
2025-08-20T21:20:31.2888985Z [00:02:24.556]➜  go tool buildid -w $WORK/b429/_pkg_.a # internal
2025-08-20T21:20:31.3136156Z [00:02:24.581]➜  cp $WORK/b429/_pkg_.a /root/.cache/go-build/50/505c99225993db58f714cf14b9d90b63cd889e7cc09a8caf58eeed8b056e244b-d # internal
2025-08-20T21:20:31.3143580Z [00:02:24.581]➜  k8s.io/client-go/util/apply
2025-08-20T21:20:31.3144172Z [00:02:24.581]➜  mkdir -p $WORK/b466/
2025-08-20T21:20:31.3144899Z [00:02:24.581]➜  cat >/tmp/go-build3547871397/b466/importcfg << 'EOF' # internal
2025-08-20T21:20:31.3145566Z [00:02:24.581]➜  # import config
2025-08-20T21:20:31.3146205Z [00:02:24.581]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:31.3147371Z [00:02:24.581]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct=/tmp/go-build3547871397/b092/_pkg_.a
2025-08-20T21:20:31.3148934Z [00:02:24.581]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:31.3150090Z [00:02:24.581]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3547871397/b142/_pkg_.a
2025-08-20T21:20:31.3151191Z [00:02:24.581]➜  packagefile k8s.io/client-go/features=/tmp/go-build3547871397/b433/_pkg_.a
2025-08-20T21:20:31.3152143Z [00:02:24.581]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:31.3152996Z [00:02:24.582]➜  EOF
2025-08-20T21:20:31.3156242Z [00:02:24.582]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b466/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/apply=>k8s.io/client-go@v0.33.2/util/apply;$WORK/b466=>" -p k8s.io/client-go/util/apply -lang=go1.24 -complete -installsuffix shared -buildid wrx26KIHZPgpdMNSXtmz/wrx26KIHZPgpdMNSXtmz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b466/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/apply/apply.go
2025-08-20T21:20:31.3664787Z [00:02:24.634]➜  go tool buildid -w $WORK/b466/_pkg_.a # internal
2025-08-20T21:20:31.3682871Z [00:02:24.635]➜  cp $WORK/b466/_pkg_.a /root/.cache/go-build/97/9735b08690067b11f32a3ea70415be8df944b50554fb91da9e482724e868052c-d # internal
2025-08-20T21:20:31.3689839Z [00:02:24.636]➜  k8s.io/client-go/util/consistencydetector
2025-08-20T21:20:31.3693689Z [00:02:24.637]➜  mkdir -p $WORK/b467/
2025-08-20T21:20:31.3708189Z [00:02:24.638]➜  cat >/tmp/go-build3547871397/b467/importcfg << 'EOF' # internal
2025-08-20T21:20:31.3708887Z [00:02:24.638]➜  # import config
2025-08-20T21:20:31.3709775Z [00:02:24.638]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:31.3711936Z [00:02:24.638]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:31.3714369Z [00:02:24.638]➜  packagefile github.com/google/go-cmp/cmp=/tmp/go-build3547871397/b468/_pkg_.a
2025-08-20T21:20:31.3716929Z [00:02:24.638]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:20:31.3719326Z [00:02:24.638]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:31.3721910Z [00:02:24.638]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:31.3723650Z [00:02:24.638]➜  packagefile k8s.io/apimachinery/pkg/util/wait=/tmp/go-build3547871397/b448/_pkg_.a
2025-08-20T21:20:31.3724740Z [00:02:24.638]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:31.3725613Z [00:02:24.638]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:31.3726423Z [00:02:24.638]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:31.3727266Z [00:02:24.638]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:31.3728093Z [00:02:24.638]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:31.3728710Z [00:02:24.638]➜  EOF
2025-08-20T21:20:31.3740169Z [00:02:24.641]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b467/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/consistencydetector=>k8s.io/client-go@v0.33.2/util/consistencydetector;$WORK/b467=>" -p k8s.io/client-go/util/consistencydetector -lang=go1.24 -complete -installsuffix shared -buildid q48mnewvrWD0_EecXoBB/q48mnewvrWD0_EecXoBB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b467/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/consistencydetector/data_consistency_detector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/consistencydetector/list_data_consistency_detector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/consistencydetector/watch_list_data_consistency_detector.go
2025-08-20T21:20:31.4344961Z [00:02:24.702]➜  go tool buildid -w $WORK/b467/_pkg_.a # internal
2025-08-20T21:20:31.4363410Z [00:02:24.704]➜  cp $WORK/b467/_pkg_.a /root/.cache/go-build/eb/eba5643c1f087247a849014ec1c716e2fa0b9046b66db7280905bb4394794473-d # internal
2025-08-20T21:20:31.4377514Z [00:02:24.705]➜  k8s.io/apimachinery/pkg/apis/meta/v1beta1
2025-08-20T21:20:31.4382210Z [00:02:24.706]➜  mkdir -p $WORK/b475/
2025-08-20T21:20:31.4399147Z [00:02:24.707]➜  cat >/tmp/go-build3547871397/b475/importcfg << 'EOF' # internal
2025-08-20T21:20:31.4400344Z [00:02:24.707]➜  # import config
2025-08-20T21:20:31.4401314Z [00:02:24.707]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:31.4402313Z [00:02:24.707]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:31.4403421Z [00:02:24.707]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:31.4404463Z [00:02:24.707]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:31.4405671Z [00:02:24.707]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:20:31.4406777Z [00:02:24.707]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:31.4407915Z [00:02:24.707]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:31.4408792Z [00:02:24.707]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:31.4409528Z [00:02:24.707]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:31.4410281Z [00:02:24.707]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:31.4411013Z [00:02:24.707]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:31.4411575Z [00:02:24.707]➜  EOF
2025-08-20T21:20:31.4419457Z [00:02:24.708]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b475/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1beta1=>k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1beta1;$WORK/b475=>" -p k8s.io/apimachinery/pkg/apis/meta/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid K92GTevAbqlEymwZpzGr/K92GTevAbqlEymwZpzGr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b475/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1beta1/conversion.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1beta1/deepcopy.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1beta1/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1beta1/register.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1beta1/types.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/v1beta1/zz_generated.defaults.go
2025-08-20T21:20:31.4740540Z [00:02:24.741]➜  go tool buildid -w $WORK/b407/_pkg_.a # internal
2025-08-20T21:20:31.4880409Z [00:02:24.755]➜  cp $WORK/b407/_pkg_.a /root/.cache/go-build/a2/a259485f2e74cbc1a4a01aa5aa3c41c5b3b97d3918fce1cf88c7b8b960ee14ea-d # internal
2025-08-20T21:20:31.4884990Z [00:02:24.755]➜  k8s.io/apimachinery/pkg/util/managedfields
2025-08-20T21:20:31.4885602Z [00:02:24.755]➜  mkdir -p $WORK/b406/
2025-08-20T21:20:31.4891372Z [00:02:24.756]➜  go tool buildid -w $WORK/b464/_pkg_.a # internal
2025-08-20T21:20:31.4951617Z [00:02:24.762]➜  cat >/tmp/go-build3547871397/b406/importcfg << 'EOF' # internal
2025-08-20T21:20:31.4953209Z [00:02:24.762]➜  # import config
2025-08-20T21:20:31.4954334Z [00:02:24.762]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:31.4955326Z [00:02:24.762]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:31.4956487Z [00:02:24.762]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:20:31.4958241Z [00:02:24.762]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:31.4959969Z [00:02:24.763]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:20:31.4962839Z [00:02:24.763]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:31.4964098Z [00:02:24.763]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:31.4965454Z [00:02:24.763]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields/internal=/tmp/go-build3547871397/b407/_pkg_.a
2025-08-20T21:20:31.4966782Z [00:02:24.763]➜  packagefile k8s.io/kube-openapi/pkg/schemaconv=/tmp/go-build3547871397/b410/_pkg_.a
2025-08-20T21:20:31.4967951Z [00:02:24.763]➜  packagefile k8s.io/kube-openapi/pkg/util/proto=/tmp/go-build3547871397/b411/_pkg_.a
2025-08-20T21:20:31.4969178Z [00:02:24.763]➜  packagefile k8s.io/kube-openapi/pkg/validation/spec=/tmp/go-build3547871397/b414/_pkg_.a
2025-08-20T21:20:31.4970443Z [00:02:24.763]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/fieldpath=/tmp/go-build3547871397/b426/_pkg_.a
2025-08-20T21:20:31.4971728Z [00:02:24.763]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/schema=/tmp/go-build3547871397/b425/_pkg_.a
2025-08-20T21:20:31.4973158Z [00:02:24.763]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/typed=/tmp/go-build3547871397/b428/_pkg_.a
2025-08-20T21:20:31.4974220Z [00:02:24.763]➜  EOF
2025-08-20T21:20:31.4980537Z [00:02:24.763]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b406/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields=>k8s.io/apimachinery@v0.33.2/pkg/util/managedfields;$WORK/b406=>" -p k8s.io/apimachinery/pkg/util/managedfields -lang=go1.24 -complete -installsuffix shared -buildid nQfYXInHqr7l7RWfEbxH/nQfYXInHqr7l7RWfEbxH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b406/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/extract.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/fieldmanager.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/gvkparser.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/scalehandler.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/managedfields/typeconverter.go
2025-08-20T21:20:31.5146647Z [00:02:24.782]➜  cp $WORK/b464/_pkg_.a /root/.cache/go-build/2e/2efc452b7e7aae6e7f63cf5e321fbe276044a5159192e44f6756fc2a8f1a5401-d # internal
2025-08-20T21:20:31.5168424Z [00:02:24.784]➜  k8s.io/kube-openapi/pkg/common
2025-08-20T21:20:31.5171389Z [00:02:24.784]➜  mkdir -p $WORK/b458/
2025-08-20T21:20:31.5179582Z [00:02:24.785]➜  cat >/tmp/go-build3547871397/b458/importcfg << 'EOF' # internal
2025-08-20T21:20:31.5188390Z [00:02:24.785]➜  # import config
2025-08-20T21:20:31.5189275Z [00:02:24.785]➜  packagefile github.com/emicklei/go-restful/v3=/tmp/go-build3547871397/b459/_pkg_.a
2025-08-20T21:20:31.5190447Z [00:02:24.785]➜  packagefile k8s.io/kube-openapi/pkg/spec3=/tmp/go-build3547871397/b464/_pkg_.a
2025-08-20T21:20:31.5191631Z [00:02:24.785]➜  packagefile k8s.io/kube-openapi/pkg/validation/spec=/tmp/go-build3547871397/b414/_pkg_.a
2025-08-20T21:20:31.5193100Z [00:02:24.785]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:31.5193975Z [00:02:24.785]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:31.5194592Z [00:02:24.785]➜  EOF
2025-08-20T21:20:31.5204920Z [00:02:24.787]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b458/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/common=>k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/common;$WORK/b458=>" -p k8s.io/kube-openapi/pkg/common -lang=go1.21 -complete -installsuffix shared -buildid -7AHZc9DX9OWRm31pNqv/-7AHZc9DX9OWRm31pNqv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b458/importcfg -pack /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/common/common.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/common/doc.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/common/interfaces.go
2025-08-20T21:20:31.5551184Z [00:02:24.822]➜  go tool buildid -w $WORK/b475/_pkg_.a # internal
2025-08-20T21:20:31.5586750Z [00:02:24.826]➜  cp $WORK/b475/_pkg_.a /root/.cache/go-build/8f/8f8aae0188d2a5b9fff58559541cde4c2f1be860f386886ea627cc5b802e24a8-d # internal
2025-08-20T21:20:31.5592381Z [00:02:24.826]➜  k8s.io/apimachinery/pkg/apis/meta/internalversion
2025-08-20T21:20:31.5595562Z [00:02:24.827]➜  mkdir -p $WORK/b474/
2025-08-20T21:20:31.5603561Z [00:02:24.827]➜  cat >/tmp/go-build3547871397/b474/importcfg << 'EOF' # internal
2025-08-20T21:20:31.5604862Z [00:02:24.828]➜  # import config
2025-08-20T21:20:31.5606462Z [00:02:24.828]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:31.5609793Z [00:02:24.828]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1beta1=/tmp/go-build3547871397/b475/_pkg_.a
2025-08-20T21:20:31.5611307Z [00:02:24.828]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:20:31.5613036Z [00:02:24.828]➜  packagefile k8s.io/apimachinery/pkg/fields=/tmp/go-build3547871397/b101/_pkg_.a
2025-08-20T21:20:31.5614193Z [00:02:24.828]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:20:31.5615655Z [00:02:24.828]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:31.5643666Z [00:02:24.828]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:31.5645511Z [00:02:24.828]➜  EOF
2025-08-20T21:20:31.5655294Z [00:02:24.828]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b474/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/internalversion=>k8s.io/apimachinery@v0.33.2/pkg/apis/meta/internalversion;$WORK/b474=>" -p k8s.io/apimachinery/pkg/apis/meta/internalversion -lang=go1.24 -complete -installsuffix shared -buildid vN8VjBvV9_p-N2xnbeU3/vN8VjBvV9_p-N2xnbeU3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b474/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/internalversion/defaults.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/internalversion/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/internalversion/register.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/internalversion/types.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/internalversion/zz_generated.conversion.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/internalversion/zz_generated.deepcopy.go
2025-08-20T21:20:31.6985091Z [00:02:24.966]➜  go tool buildid -w $WORK/b474/_pkg_.a # internal
2025-08-20T21:20:31.7019253Z [00:02:24.969]➜  cp $WORK/b474/_pkg_.a /root/.cache/go-build/88/88af34a88d4204044650d6f6c4253f468568daa778e8d82448b4ff766afa573d-d # internal
2025-08-20T21:20:31.7023175Z [00:02:24.969]➜  k8s.io/apimachinery/pkg/apis/meta/internalversion/validation
2025-08-20T21:20:31.7026165Z [00:02:24.970]➜  mkdir -p $WORK/b476/
2025-08-20T21:20:31.7032346Z [00:02:24.970]➜  cat >/tmp/go-build3547871397/b476/importcfg << 'EOF' # internal
2025-08-20T21:20:31.7033846Z [00:02:24.970]➜  # import config
2025-08-20T21:20:31.7035289Z [00:02:24.970]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:31.7036592Z [00:02:24.970]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/internalversion=/tmp/go-build3547871397/b474/_pkg_.a
2025-08-20T21:20:31.7038511Z [00:02:24.970]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:31.7040047Z [00:02:24.970]➜  packagefile k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build3547871397/b106/_pkg_.a
2025-08-20T21:20:31.7041065Z [00:02:24.970]➜  EOF
2025-08-20T21:20:31.7045738Z [00:02:24.971]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b476/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/internalversion/validation=>k8s.io/apimachinery@v0.33.2/pkg/apis/meta/internalversion/validation;$WORK/b476=>" -p k8s.io/apimachinery/pkg/apis/meta/internalversion/validation -lang=go1.24 -complete -installsuffix shared -buildid uubG1nq9VKsxBo5fQZWn/uubG1nq9VKsxBo5fQZWn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b476/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/apis/meta/internalversion/validation/validation.go
2025-08-20T21:20:31.7374724Z [00:02:25.005]➜  go tool buildid -w $WORK/b476/_pkg_.a # internal
2025-08-20T21:20:31.7386719Z [00:02:25.006]➜  cp $WORK/b476/_pkg_.a /root/.cache/go-build/68/6852845c363c57a28cc214f060be51cd2bf1270f001e0369398fd12e75c9a830-d # internal
2025-08-20T21:20:31.7391693Z [00:02:25.006]➜  k8s.io/client-go/util/watchlist
2025-08-20T21:20:31.7392320Z [00:02:25.006]➜  mkdir -p $WORK/b473/
2025-08-20T21:20:31.7399520Z [00:02:25.007]➜  cat >/tmp/go-build3547871397/b473/importcfg << 'EOF' # internal
2025-08-20T21:20:31.7402036Z [00:02:25.007]➜  # import config
2025-08-20T21:20:31.7403668Z [00:02:25.007]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/internalversion=/tmp/go-build3547871397/b474/_pkg_.a
2025-08-20T21:20:31.7405489Z [00:02:25.007]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/internalversion/validation=/tmp/go-build3547871397/b476/_pkg_.a
2025-08-20T21:20:31.7407435Z [00:02:25.007]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:31.7409070Z [00:02:25.007]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:31.7410660Z [00:02:25.007]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:20:31.7412287Z [00:02:25.007]➜  packagefile k8s.io/client-go/features=/tmp/go-build3547871397/b433/_pkg_.a
2025-08-20T21:20:31.7414431Z [00:02:25.007]➜  packagefile k8s.io/utils/ptr=/tmp/go-build3547871397/b265/_pkg_.a
2025-08-20T21:20:31.7415064Z [00:02:25.007]➜  EOF
2025-08-20T21:20:31.7418262Z [00:02:25.008]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b473/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/watchlist=>k8s.io/client-go@v0.33.2/util/watchlist;$WORK/b473=>" -p k8s.io/client-go/util/watchlist -lang=go1.24 -complete -installsuffix shared -buildid Iu4DrxPDrcRs1QO4pYC4/Iu4DrxPDrcRs1QO4pYC4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b473/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/watchlist/watch_list.go
2025-08-20T21:20:31.8166203Z [00:02:25.084]➜  go tool buildid -w $WORK/b406/_pkg_.a # internal
2025-08-20T21:20:31.8216894Z [00:02:25.089]➜  cp $WORK/b406/_pkg_.a /root/.cache/go-build/5a/5abe2bd90b1a5f0996f0ef32f7039e5d140fe2f885a4a0928d939ceab482bfd4-d # internal
2025-08-20T21:20:31.8248427Z [00:02:25.092]➜  github.com/go-errors/errors
2025-08-20T21:20:31.8251170Z [00:02:25.092]➜  mkdir -p $WORK/b485/
2025-08-20T21:20:31.8252260Z [00:02:25.092]➜  cat >/tmp/go-build3547871397/b485/importcfg << 'EOF' # internal
2025-08-20T21:20:31.8253376Z [00:02:25.092]➜  # import config
2025-08-20T21:20:31.8254834Z [00:02:25.092]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:31.8256411Z [00:02:25.092]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:31.8257419Z [00:02:25.092]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:31.8258894Z [00:02:25.092]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:31.8260146Z [00:02:25.092]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:31.8261579Z [00:02:25.092]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:31.8263209Z [00:02:25.093]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:31.8264335Z [00:02:25.093]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:31.8265832Z [00:02:25.093]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:31.8267850Z [00:02:25.093]➜  EOF
2025-08-20T21:20:31.8276564Z [00:02:25.093]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b485/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-errors/errors@v1.5.1=>github.com/go-errors/errors@v1.5.1;$WORK/b485=>" -p github.com/go-errors/errors -lang=go1.14 -complete -installsuffix shared -buildid Ji4z0sw1qQ7EoU_xKQZj/Ji4z0sw1qQ7EoU_xKQZj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b485/importcfg -pack /root/go/pkg/mod/github.com/go-errors/errors@v1.5.1/error.go /root/go/pkg/mod/github.com/go-errors/errors@v1.5.1/error_1_13.go /root/go/pkg/mod/github.com/go-errors/errors@v1.5.1/join_unwrap_1_20.go /root/go/pkg/mod/github.com/go-errors/errors@v1.5.1/parse_panic.go /root/go/pkg/mod/github.com/go-errors/errors@v1.5.1/stackframe.go
2025-08-20T21:20:31.8294086Z [00:02:25.097]➜  go tool buildid -w $WORK/b473/_pkg_.a # internal
2025-08-20T21:20:31.8297096Z [00:02:25.097]➜  cp $WORK/b473/_pkg_.a /root/.cache/go-build/af/aff12f7d6a2dfc2ab4975165128feca63a156bdf15ab0d6ab1d87b0cac73f8ba-d # internal
2025-08-20T21:20:31.8328973Z [00:02:25.100]➜  k8s.io/client-go/dynamic
2025-08-20T21:20:31.8331017Z [00:02:25.100]➜  mkdir -p $WORK/b465/
2025-08-20T21:20:31.8336020Z [00:02:25.101]➜  cat >/tmp/go-build3547871397/b465/importcfg << 'EOF' # internal
2025-08-20T21:20:31.8336968Z [00:02:25.101]➜  # import config
2025-08-20T21:20:31.8337903Z [00:02:25.101]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:31.8339301Z [00:02:25.101]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:31.8341085Z [00:02:25.101]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:20:31.8342959Z [00:02:25.101]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:31.8345157Z [00:02:25.101]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:20:31.8346905Z [00:02:25.101]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:31.8348364Z [00:02:25.101]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:31.8350656Z [00:02:25.101]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor=/tmp/go-build3547871397/b431/_pkg_.a
2025-08-20T21:20:31.8352533Z [00:02:25.101]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/json=/tmp/go-build3547871397/b341/_pkg_.a
2025-08-20T21:20:31.8355658Z [00:02:25.101]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:31.8356873Z [00:02:25.101]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:31.8358095Z [00:02:25.101]➜  packagefile k8s.io/client-go/features=/tmp/go-build3547871397/b433/_pkg_.a
2025-08-20T21:20:31.8359145Z [00:02:25.101]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:31.8360241Z [00:02:25.101]➜  packagefile k8s.io/client-go/util/apply=/tmp/go-build3547871397/b466/_pkg_.a
2025-08-20T21:20:31.8361484Z [00:02:25.101]➜  packagefile k8s.io/client-go/util/consistencydetector=/tmp/go-build3547871397/b467/_pkg_.a
2025-08-20T21:20:31.8364288Z [00:02:25.101]➜  packagefile k8s.io/client-go/util/watchlist=/tmp/go-build3547871397/b473/_pkg_.a
2025-08-20T21:20:31.8365471Z [00:02:25.101]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:31.8366436Z [00:02:25.101]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:31.8367309Z [00:02:25.101]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:31.8367948Z [00:02:25.101]➜  EOF
2025-08-20T21:20:31.8372048Z [00:02:25.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b465/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/dynamic=>k8s.io/client-go@v0.33.2/dynamic;$WORK/b465=>" -p k8s.io/client-go/dynamic -lang=go1.24 -complete -installsuffix shared -buildid X_WWeJCK0UNJoawCWOp_/X_WWeJCK0UNJoawCWOp_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b465/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/dynamic/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/dynamic/scheme.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/dynamic/simple.go
2025-08-20T21:20:31.8768865Z [00:02:25.144]➜  go tool buildid -w $WORK/b458/_pkg_.a # internal
2025-08-20T21:20:31.8849908Z [00:02:25.152]➜  cp $WORK/b458/_pkg_.a /root/.cache/go-build/91/91f158382f196d66b238b00d71b35fcffef81134c0b38b64a8a3687470508359-d # internal
2025-08-20T21:20:31.8878247Z [00:02:25.155]➜  k8s.io/kube-openapi/pkg/handler3
2025-08-20T21:20:31.8883420Z [00:02:25.155]➜  mkdir -p $WORK/b456/
2025-08-20T21:20:31.8884125Z [00:02:25.155]➜  cat >/tmp/go-build3547871397/b456/importcfg << 'EOF' # internal
2025-08-20T21:20:31.8884768Z [00:02:25.155]➜  # import config
2025-08-20T21:20:31.8885367Z [00:02:25.155]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:31.8886411Z [00:02:25.155]➜  packagefile crypto/sha512=/tmp/go-build3547871397/b196/_pkg_.a
2025-08-20T21:20:31.8887956Z [00:02:25.155]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:31.8889071Z [00:02:25.155]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:31.8890713Z [00:02:25.155]➜  packagefile github.com/google/gnostic-models/openapiv3=/tmp/go-build3547871397/b412/_pkg_.a
2025-08-20T21:20:31.8894922Z [00:02:25.155]➜  packagefile github.com/google/uuid=/tmp/go-build3547871397/b276/_pkg_.a
2025-08-20T21:20:31.8895966Z [00:02:25.155]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build3547871397/b430/_pkg_.a
2025-08-20T21:20:31.8897018Z [00:02:25.155]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:20:31.8897996Z [00:02:25.155]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:31.8921787Z [00:02:25.155]➜  packagefile k8s.io/kube-openapi/pkg/cached=/tmp/go-build3547871397/b457/_pkg_.a
2025-08-20T21:20:31.8923098Z [00:02:25.155]➜  packagefile k8s.io/kube-openapi/pkg/common=/tmp/go-build3547871397/b458/_pkg_.a
2025-08-20T21:20:31.8924187Z [00:02:25.155]➜  packagefile k8s.io/kube-openapi/pkg/spec3=/tmp/go-build3547871397/b464/_pkg_.a
2025-08-20T21:20:31.8925137Z [00:02:25.155]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:31.8925911Z [00:02:25.155]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:31.8926683Z [00:02:25.155]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:31.8927435Z [00:02:25.155]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:31.8928179Z [00:02:25.155]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:31.8928923Z [00:02:25.155]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:31.8929633Z [00:02:25.155]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:31.8930188Z [00:02:25.155]➜  EOF
2025-08-20T21:20:31.8934467Z [00:02:25.155]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b456/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/handler3=>k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/handler3;$WORK/b456=>" -p k8s.io/kube-openapi/pkg/handler3 -lang=go1.21 -complete -installsuffix shared -buildid cBBoKFD1VfEQp0kVxAwR/cBBoKFD1VfEQp0kVxAwR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b456/importcfg -pack /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/handler3/handler.go
2025-08-20T21:20:31.8989332Z [00:02:25.166]➜  go tool buildid -w $WORK/b485/_pkg_.a # internal
2025-08-20T21:20:31.9006538Z [00:02:25.168]➜  cp $WORK/b485/_pkg_.a /root/.cache/go-build/6c/6ca07507f5baa55e77144b1ed901e32fe8d6097e7eb3b8640c4a1dbef22efd3e-d # internal
2025-08-20T21:20:31.9007903Z [00:02:25.168]➜  sigs.k8s.io/kustomize/kyaml/errors
2025-08-20T21:20:31.9008594Z [00:02:25.168]➜  mkdir -p $WORK/b484/
2025-08-20T21:20:31.9024214Z [00:02:25.168]➜  cat >/tmp/go-build3547871397/b484/importcfg << 'EOF' # internal
2025-08-20T21:20:31.9024913Z [00:02:25.168]➜  # import config
2025-08-20T21:20:31.9025611Z [00:02:25.168]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:31.9026503Z [00:02:25.168]➜  packagefile github.com/go-errors/errors=/tmp/go-build3547871397/b485/_pkg_.a
2025-08-20T21:20:31.9027163Z [00:02:25.169]➜  EOF
2025-08-20T21:20:31.9030514Z [00:02:25.169]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b484/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/errors=>sigs.k8s.io/kustomize/kyaml@v0.19.0/errors;$WORK/b484=>" -p sigs.k8s.io/kustomize/kyaml/errors -lang=go1.22 -complete -installsuffix shared -buildid 3YhBHILpnEpDBjBtODbR/3YhBHILpnEpDBjBtODbR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b484/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/errors/errors.go
2025-08-20T21:20:31.9149936Z [00:02:25.182]➜  go tool buildid -w $WORK/b484/_pkg_.a # internal
2025-08-20T21:20:31.9157225Z [00:02:25.183]➜  cp $WORK/b484/_pkg_.a /root/.cache/go-build/1a/1a7803fda4747b052d055fc27a35213169074a121b385ab2b5c0a8b279aab947-d # internal
2025-08-20T21:20:31.9160516Z [00:02:25.183]➜  sigs.k8s.io/kustomize/kyaml/utils
2025-08-20T21:20:31.9161130Z [00:02:25.183]➜  mkdir -p $WORK/b488/
2025-08-20T21:20:31.9163207Z [00:02:25.183]➜  cat >/tmp/go-build3547871397/b488/importcfg << 'EOF' # internal
2025-08-20T21:20:31.9164327Z [00:02:25.183]➜  # import config
2025-08-20T21:20:31.9165075Z [00:02:25.183]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:31.9165778Z [00:02:25.183]➜  EOF
2025-08-20T21:20:31.9169258Z [00:02:25.184]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b488/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/utils=>sigs.k8s.io/kustomize/kyaml@v0.19.0/utils;$WORK/b488=>" -p sigs.k8s.io/kustomize/kyaml/utils -lang=go1.22 -complete -installsuffix shared -buildid syatnomgRaHIb-cm032G/syatnomgRaHIb-cm032G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b488/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/utils/pathsplitter.go
2025-08-20T21:20:31.9348759Z [00:02:25.202]➜  go tool buildid -w $WORK/b488/_pkg_.a # internal
2025-08-20T21:20:31.9357535Z [00:02:25.203]➜  cp $WORK/b488/_pkg_.a /root/.cache/go-build/29/294ea19cc49e01fc860dd0b2253ec72ef80da3943f18452cfdb125c21fb64279-d # internal
2025-08-20T21:20:31.9362343Z [00:02:25.203]➜  sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/util/sets
2025-08-20T21:20:31.9363361Z [00:02:25.203]➜  mkdir -p $WORK/b491/
2025-08-20T21:20:31.9368666Z [00:02:25.204]➜  cat >/tmp/go-build3547871397/b491/importcfg << 'EOF' # internal
2025-08-20T21:20:31.9371238Z [00:02:25.204]➜  # import config
2025-08-20T21:20:31.9371877Z [00:02:25.204]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:31.9372822Z [00:02:25.204]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:31.9373431Z [00:02:25.204]➜  EOF
2025-08-20T21:20:31.9378361Z [00:02:25.204]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b491/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/util/sets=>sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/util/sets;$WORK/b491=>" -p sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/util/sets -lang=go1.22 -complete -installsuffix shared -buildid C6oO9mEIrgaO4w0CzHGG/C6oO9mEIrgaO4w0CzHGG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b491/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/util/sets/empty.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/util/sets/string.go
2025-08-20T21:20:31.9839207Z [00:02:25.251]➜  go tool buildid -w $WORK/b491/_pkg_.a # internal
2025-08-20T21:20:31.9857790Z [00:02:25.253]➜  cp $WORK/b491/_pkg_.a /root/.cache/go-build/5d/5d517ef60036062a9a310435a3e39c5ae22ca8469db25e66048cab8b9c0e6f4e-d # internal
2025-08-20T21:20:31.9862880Z [00:02:25.253]➜  sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/util/errors
2025-08-20T21:20:31.9863678Z [00:02:25.253]➜  mkdir -p $WORK/b494/
2025-08-20T21:20:31.9868557Z [00:02:25.254]➜  cat >/tmp/go-build3547871397/b494/importcfg << 'EOF' # internal
2025-08-20T21:20:31.9871131Z [00:02:25.254]➜  # import config
2025-08-20T21:20:31.9885294Z [00:02:25.254]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:31.9888494Z [00:02:25.254]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:31.9892073Z [00:02:25.254]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/util/sets=/tmp/go-build3547871397/b491/_pkg_.a
2025-08-20T21:20:31.9893291Z [00:02:25.254]➜  EOF
2025-08-20T21:20:31.9897479Z [00:02:25.254]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b494/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/util/errors=>sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/util/errors;$WORK/b494=>" -p sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/util/errors -lang=go1.22 -complete -installsuffix shared -buildid p_16ogo9I_hXJ-zWXHwz/p_16ogo9I_hXJ-zWXHwz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b494/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/util/errors/errors.go
2025-08-20T21:20:32.0217873Z [00:02:25.289]➜  go tool buildid -w $WORK/b465/_pkg_.a # internal
2025-08-20T21:20:32.0270420Z [00:02:25.294]➜  cp $WORK/b465/_pkg_.a /root/.cache/go-build/3c/3c324eace0d28830c356fa1bfeb592155651020772f805d850a869691876a52f-d # internal
2025-08-20T21:20:32.0274491Z [00:02:25.294]➜  go.yaml.in/yaml/v3
2025-08-20T21:20:32.0274924Z [00:02:25.294]➜  mkdir -p $WORK/b496/
2025-08-20T21:20:32.0275430Z [00:02:25.295]➜  go tool buildid -w $WORK/b494/_pkg_.a # internal
2025-08-20T21:20:32.0284495Z [00:02:25.296]➜  cat >/tmp/go-build3547871397/b496/importcfg << 'EOF' # internal
2025-08-20T21:20:32.0285299Z [00:02:25.296]➜  # import config
2025-08-20T21:20:32.0285981Z [00:02:25.296]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:32.0287854Z [00:02:25.296]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:32.0288648Z [00:02:25.296]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:32.0289365Z [00:02:25.296]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:32.0290040Z [00:02:25.296]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:32.0290675Z [00:02:25.296]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:32.0291319Z [00:02:25.296]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:32.0291980Z [00:02:25.296]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:32.0292934Z [00:02:25.296]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:32.0293623Z [00:02:25.296]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:32.0294288Z [00:02:25.296]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:32.0294958Z [00:02:25.296]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:32.0295853Z [00:02:25.296]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:32.0296501Z [00:02:25.296]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:32.0297196Z [00:02:25.296]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:32.0297922Z [00:02:25.296]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:32.0298507Z [00:02:25.296]➜  EOF
2025-08-20T21:20:32.0305464Z [00:02:25.296]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b496/_pkg_.a -trimpath "/root/go/pkg/mod/go.yaml.in/yaml/v3@v3.0.3=>go.yaml.in/yaml/v3@v3.0.3;$WORK/b496=>" -p go.yaml.in/yaml/v3 -lang=go1.22 -complete -installsuffix shared -buildid 8FKPrjOmHtTiHAP2adcq/8FKPrjOmHtTiHAP2adcq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b496/importcfg -pack /root/go/pkg/mod/go.yaml.in/yaml/v3@v3.0.3/apic.go /root/go/pkg/mod/go.yaml.in/yaml/v3@v3.0.3/decode.go /root/go/pkg/mod/go.yaml.in/yaml/v3@v3.0.3/emitterc.go /root/go/pkg/mod/go.yaml.in/yaml/v3@v3.0.3/encode.go /root/go/pkg/mod/go.yaml.in/yaml/v3@v3.0.3/parserc.go /root/go/pkg/mod/go.yaml.in/yaml/v3@v3.0.3/readerc.go /root/go/pkg/mod/go.yaml.in/yaml/v3@v3.0.3/resolve.go /root/go/pkg/mod/go.yaml.in/yaml/v3@v3.0.3/scannerc.go /root/go/pkg/mod/go.yaml.in/yaml/v3@v3.0.3/sorter.go /root/go/pkg/mod/go.yaml.in/yaml/v3@v3.0.3/writerc.go /root/go/pkg/mod/go.yaml.in/yaml/v3@v3.0.3/yaml.go /root/go/pkg/mod/go.yaml.in/yaml/v3@v3.0.3/yamlh.go /root/go/pkg/mod/go.yaml.in/yaml/v3@v3.0.3/yamlprivateh.go
2025-08-20T21:20:32.0320956Z [00:02:25.299]➜  cp $WORK/b494/_pkg_.a /root/.cache/go-build/8f/8f016da7e422936220313ebaded62db1c0b8a2ace5f5d5fe8bd264629200fba9-d # internal
2025-08-20T21:20:32.0329772Z [00:02:25.300]➜  sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/util/validation/field
2025-08-20T21:20:32.0330604Z [00:02:25.300]➜  mkdir -p $WORK/b493/
2025-08-20T21:20:32.0333136Z [00:02:25.301]➜  cat >/tmp/go-build3547871397/b493/importcfg << 'EOF' # internal
2025-08-20T21:20:32.0333938Z [00:02:25.301]➜  # import config
2025-08-20T21:20:32.0334631Z [00:02:25.301]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:32.0335545Z [00:02:25.301]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:32.0336697Z [00:02:25.301]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:32.0338068Z [00:02:25.301]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/util/errors=/tmp/go-build3547871397/b494/_pkg_.a
2025-08-20T21:20:32.0339765Z [00:02:25.301]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/util/sets=/tmp/go-build3547871397/b491/_pkg_.a
2025-08-20T21:20:32.0341054Z [00:02:25.301]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:32.0342020Z [00:02:25.301]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:32.0342951Z [00:02:25.301]➜  EOF
2025-08-20T21:20:32.0348604Z [00:02:25.301]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b493/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/util/validation/field=>sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/util/validation/field;$WORK/b493=>" -p sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/util/validation/field -lang=go1.22 -complete -installsuffix shared -buildid E5odg9j7-a6ScAF1q00P/E5odg9j7-a6ScAF1q00P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b493/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/util/validation/field/errors.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/util/validation/field/path.go
2025-08-20T21:20:32.0998083Z [00:02:25.367]➜  go tool buildid -w $WORK/b493/_pkg_.a # internal
2025-08-20T21:20:32.1015806Z [00:02:25.369]➜  cp $WORK/b493/_pkg_.a /root/.cache/go-build/7a/7a59e6464adb7bf0c1ff68c078a25c9ccee85a9d68693050c3e9eb125d00a3e7-d # internal
2025-08-20T21:20:32.1019599Z [00:02:25.369]➜  sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/util/validation
2025-08-20T21:20:32.1020386Z [00:02:25.369]➜  mkdir -p $WORK/b492/
2025-08-20T21:20:32.1026877Z [00:02:25.370]➜  cat >/tmp/go-build3547871397/b492/importcfg << 'EOF' # internal
2025-08-20T21:20:32.1027590Z [00:02:25.370]➜  # import config
2025-08-20T21:20:32.1028202Z [00:02:25.370]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:32.1029151Z [00:02:25.370]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:32.1030244Z [00:02:25.370]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:32.1031137Z [00:02:25.370]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:32.1032841Z [00:02:25.370]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/util/validation/field=/tmp/go-build3547871397/b493/_pkg_.a
2025-08-20T21:20:32.1034087Z [00:02:25.370]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:32.1034888Z [00:02:25.370]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:32.1035494Z [00:02:25.370]➜  EOF
2025-08-20T21:20:32.1040655Z [00:02:25.371]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b492/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/util/validation=>sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/util/validation;$WORK/b492=>" -p sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/util/validation -lang=go1.22 -complete -installsuffix shared -buildid P4fZ8_KKZGy4oCW7Odsb/P4fZ8_KKZGy4oCW7Odsb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b492/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/util/validation/validation.go
2025-08-20T21:20:32.1703885Z [00:02:25.437]➜  go tool buildid -w $WORK/b492/_pkg_.a # internal
2025-08-20T21:20:32.1718682Z [00:02:25.439]➜  cp $WORK/b492/_pkg_.a /root/.cache/go-build/a9/a9e42d720be188060a7a7de8e8d2f02412cbe843b58fbaaad535dba124ec8e6b-d # internal
2025-08-20T21:20:32.1721946Z [00:02:25.439]➜  sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/labels
2025-08-20T21:20:32.1724894Z [00:02:25.440]➜  mkdir -p $WORK/b489/
2025-08-20T21:20:32.1744370Z [00:02:25.440]➜  cat >/tmp/go-build3547871397/b489/importcfg << 'EOF' # internal
2025-08-20T21:20:32.1748044Z [00:02:25.440]➜  # import config
2025-08-20T21:20:32.1748627Z [00:02:25.440]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:32.1749262Z [00:02:25.440]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:32.1749893Z [00:02:25.440]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:32.1750901Z [00:02:25.440]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/selection=/tmp/go-build3547871397/b490/_pkg_.a
2025-08-20T21:20:32.1752227Z [00:02:25.440]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/util/sets=/tmp/go-build3547871397/b491/_pkg_.a
2025-08-20T21:20:32.1753808Z [00:02:25.440]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/util/validation=/tmp/go-build3547871397/b492/_pkg_.a
2025-08-20T21:20:32.1754809Z [00:02:25.440]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:32.1755480Z [00:02:25.440]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:32.1756146Z [00:02:25.440]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:32.1756645Z [00:02:25.440]➜  EOF
2025-08-20T21:20:32.1761658Z [00:02:25.440]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b489/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/labels=>sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/labels;$WORK/b489=>" -p sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/labels -lang=go1.22 -complete -installsuffix shared -buildid XlRAjDyjg_y3Rtn2bUx0/XlRAjDyjg_y3Rtn2bUx0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b489/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/labels/copied.deepcopy.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/labels/labels.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/internal/k8sgen/pkg/labels/selector.go
2025-08-20T21:20:32.1895260Z [00:02:25.457]➜  go tool buildid -w $WORK/b456/_pkg_.a # internal
2025-08-20T21:20:32.1983702Z [00:02:25.465]➜  cp $WORK/b456/_pkg_.a /root/.cache/go-build/8e/8e29c0572920ffae4a7136d0811a26a666dbce8a5168e387354b8e25018ce2b9-d # internal
2025-08-20T21:20:32.1985602Z [00:02:25.466]➜  k8s.io/client-go/openapi
2025-08-20T21:20:32.1986771Z [00:02:25.466]➜  mkdir -p $WORK/b405/
2025-08-20T21:20:32.1995260Z [00:02:25.467]➜  cat >/tmp/go-build3547871397/b405/importcfg << 'EOF' # internal
2025-08-20T21:20:32.1996284Z [00:02:25.467]➜  # import config
2025-08-20T21:20:32.1997112Z [00:02:25.467]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:32.1999033Z [00:02:25.467]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:32.1999808Z [00:02:25.467]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:32.2000883Z [00:02:25.467]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:32.2002047Z [00:02:25.467]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:32.2003306Z [00:02:25.467]➜  packagefile k8s.io/kube-openapi/pkg/handler3=/tmp/go-build3547871397/b456/_pkg_.a
2025-08-20T21:20:32.2004435Z [00:02:25.467]➜  packagefile k8s.io/kube-openapi/pkg/spec3=/tmp/go-build3547871397/b464/_pkg_.a
2025-08-20T21:20:32.2005611Z [00:02:25.467]➜  packagefile k8s.io/kube-openapi/pkg/validation/spec=/tmp/go-build3547871397/b414/_pkg_.a
2025-08-20T21:20:32.2006560Z [00:02:25.467]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:32.2007376Z [00:02:25.467]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:32.2007970Z [00:02:25.467]➜  EOF
2025-08-20T21:20:32.2011864Z [00:02:25.467]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b405/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/openapi=>k8s.io/client-go@v0.33.2/openapi;$WORK/b405=>" -p k8s.io/client-go/openapi -lang=go1.24 -complete -installsuffix shared -buildid vElnk5UWOQXyk5dyunMS/vElnk5UWOQXyk5dyunMS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b405/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/openapi/client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/openapi/groupversion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/openapi/typeconverter.go
2025-08-20T21:20:32.2388253Z [00:02:25.506]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T21:20:32.2849085Z [00:02:25.552]➜  go tool buildid -w $WORK/b489/_pkg_.a # internal
2025-08-20T21:20:32.2877178Z [00:02:25.555]➜  cp $WORK/b489/_pkg_.a /root/.cache/go-build/cd/cd309cacac1e54c1def14c996282afab16fad08f4feecf573709d5d30560ace5-d # internal
2025-08-20T21:20:32.2899885Z [00:02:25.555]➜  sigs.k8s.io/kustomize/kyaml/filesys
2025-08-20T21:20:32.2900476Z [00:02:25.555]➜  mkdir -p $WORK/b500/
2025-08-20T21:20:32.2901152Z [00:02:25.555]➜  cat >/tmp/go-build3547871397/b500/importcfg << 'EOF' # internal
2025-08-20T21:20:32.2901799Z [00:02:25.555]➜  # import config
2025-08-20T21:20:32.2902412Z [00:02:25.555]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:32.2903348Z [00:02:25.555]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:32.2904062Z [00:02:25.555]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:32.2904795Z [00:02:25.555]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:32.2905520Z [00:02:25.555]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:32.2906290Z [00:02:25.555]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:32.2907104Z [00:02:25.555]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:32.2908277Z [00:02:25.555]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:32.2909203Z [00:02:25.555]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:32.2909993Z [00:02:25.555]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:32.2910797Z [00:02:25.555]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:32.2911355Z [00:02:25.555]➜  EOF
2025-08-20T21:20:32.2919248Z [00:02:25.555]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b500/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/filesys=>sigs.k8s.io/kustomize/kyaml@v0.19.0/filesys;$WORK/b500=>" -p sigs.k8s.io/kustomize/kyaml/filesys -lang=go1.22 -complete -installsuffix shared -buildid 2s_tnbaIqkJTsAGf68lY/2s_tnbaIqkJTsAGf68lY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b500/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/filesys/confirmeddir.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/filesys/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/filesys/file.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/filesys/fileinfo.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/filesys/fileondisk.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/filesys/filesystem.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/filesys/fsnode.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/filesys/fsondisk.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/filesys/fsondisk_unix.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/filesys/util.go
2025-08-20T21:20:32.3164619Z [00:02:25.584]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/ac/ace784e0a8d9d29f512df13bf9a2ae5326e4041eaed6dfb48119af8d77439a24-d # internal
2025-08-20T21:20:32.3181104Z [00:02:25.584]➜  k8s.io/api/apps/v1
2025-08-20T21:20:32.3181597Z [00:02:25.584]➜  mkdir -p $WORK/b356/
2025-08-20T21:20:32.3182252Z [00:02:25.585]➜  cat >/tmp/go-build3547871397/b356/importcfg << 'EOF' # internal
2025-08-20T21:20:32.3183077Z [00:02:25.585]➜  # import config
2025-08-20T21:20:32.3183672Z [00:02:25.585]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:32.3184560Z [00:02:25.585]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:32.3185721Z [00:02:25.585]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:32.3186466Z [00:02:25.585]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:32.3187430Z [00:02:25.585]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:32.3188483Z [00:02:25.585]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:32.3189594Z [00:02:25.585]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:32.3190688Z [00:02:25.585]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:32.3191578Z [00:02:25.585]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:32.3192309Z [00:02:25.585]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:32.3193234Z [00:02:25.585]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:32.3193979Z [00:02:25.585]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:32.3194529Z [00:02:25.585]➜  EOF
2025-08-20T21:20:32.3199775Z [00:02:25.585]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b356/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1=>k8s.io/api@v0.33.2/apps/v1;$WORK/b356=>" -p k8s.io/api/apps/v1 -lang=go1.24 -complete -installsuffix shared -buildid 57xMlGe8ytfH9P7BTtMF/57xMlGe8ytfH9P7BTtMF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b356/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:32.4549698Z [00:02:25.722]➜  go tool buildid -w $WORK/b500/_pkg_.a # internal
2025-08-20T21:20:32.4577114Z [00:02:25.725]➜  cp $WORK/b500/_pkg_.a /root/.cache/go-build/5d/5df4d36b685d4cddcf4ee3f4d6fe144692bc55afa44d4a7bbab1c5bc826d5b36-d # internal
2025-08-20T21:20:32.4582923Z [00:02:25.726]➜  k8s.io/api/apps/v1beta1
2025-08-20T21:20:32.4585417Z [00:02:25.726]➜  mkdir -p $WORK/b357/
2025-08-20T21:20:32.4590584Z [00:02:25.726]➜  cat >/tmp/go-build3547871397/b357/importcfg << 'EOF' # internal
2025-08-20T21:20:32.4591518Z [00:02:25.726]➜  # import config
2025-08-20T21:20:32.4592216Z [00:02:25.726]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:32.4593423Z [00:02:25.726]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:32.4594613Z [00:02:25.726]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:32.4595621Z [00:02:25.726]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:32.4596563Z [00:02:25.726]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:32.4597711Z [00:02:25.726]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:32.4598943Z [00:02:25.726]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:32.4600176Z [00:02:25.726]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:32.4601438Z [00:02:25.726]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:32.4602515Z [00:02:25.726]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:32.4603550Z [00:02:25.726]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:32.4604396Z [00:02:25.726]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:32.4605550Z [00:02:25.726]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:32.4606184Z [00:02:25.726]➜  EOF
2025-08-20T21:20:32.4612239Z [00:02:25.726]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b357/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1beta1=>k8s.io/api@v0.33.2/apps/v1beta1;$WORK/b357=>" -p k8s.io/api/apps/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid nlQRPjpZztDMuHNR4cjt/nlQRPjpZztDMuHNR4cjt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b357/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:32.4666767Z [00:02:25.734]➜  go tool buildid -w $WORK/b405/_pkg_.a # internal
2025-08-20T21:20:32.4763977Z [00:02:25.744]➜  cp $WORK/b405/_pkg_.a /root/.cache/go-build/c6/c6076a6eaf26c13c37d4a6ca5ba678e9d7073dfd18e7f3a0c109c54c1b636ec8-d # internal
2025-08-20T21:20:32.4769451Z [00:02:25.744]➜  k8s.io/api/apps/v1beta2
2025-08-20T21:20:32.4770076Z [00:02:25.744]➜  mkdir -p $WORK/b358/
2025-08-20T21:20:32.4800674Z [00:02:25.747]➜  cat >/tmp/go-build3547871397/b358/importcfg << 'EOF' # internal
2025-08-20T21:20:32.4801425Z [00:02:25.747]➜  # import config
2025-08-20T21:20:32.4802087Z [00:02:25.747]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:32.4803569Z [00:02:25.747]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:32.4804795Z [00:02:25.747]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:32.4805801Z [00:02:25.747]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:32.4806724Z [00:02:25.747]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:32.4807832Z [00:02:25.747]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:32.4809026Z [00:02:25.747]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:32.4810217Z [00:02:25.747]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:32.4811446Z [00:02:25.747]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:32.4812450Z [00:02:25.747]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:32.4813492Z [00:02:25.747]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:32.4814342Z [00:02:25.747]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:32.4815178Z [00:02:25.747]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:32.4815813Z [00:02:25.747]➜  EOF
2025-08-20T21:20:32.4821783Z [00:02:25.747]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b358/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1beta2=>k8s.io/api@v0.33.2/apps/v1beta2;$WORK/b358=>" -p k8s.io/api/apps/v1beta2 -lang=go1.24 -complete -installsuffix shared -buildid xIKUl59WdWe_9oiwhLPt/xIKUl59WdWe_9oiwhLPt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b358/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1beta2/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1beta2/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1beta2/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1beta2/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1beta2/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1beta2/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/apps/v1beta2/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:32.9225094Z [00:02:26.190]➜  go tool buildid -w $WORK/b496/_pkg_.a # internal
2025-08-20T21:20:32.9423894Z [00:02:26.209]➜  cp $WORK/b496/_pkg_.a /root/.cache/go-build/b6/b66192b31675a9155e53c5ff349129f402bab2e054f8686115a2620ff3cb4f68-d # internal
2025-08-20T21:20:32.9452275Z [00:02:26.212]➜  k8s.io/api/autoscaling/v1
2025-08-20T21:20:32.9455037Z [00:02:26.212]➜  mkdir -p $WORK/b363/
2025-08-20T21:20:32.9464878Z [00:02:26.213]➜  cat >/tmp/go-build3547871397/b363/importcfg << 'EOF' # internal
2025-08-20T21:20:32.9473142Z [00:02:26.213]➜  # import config
2025-08-20T21:20:32.9473782Z [00:02:26.213]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:32.9474721Z [00:02:26.213]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:32.9475643Z [00:02:26.213]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:32.9476494Z [00:02:26.213]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:32.9477666Z [00:02:26.213]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:32.9478981Z [00:02:26.213]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:32.9480230Z [00:02:26.213]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:32.9481500Z [00:02:26.213]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:32.9482537Z [00:02:26.213]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:32.9483621Z [00:02:26.213]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:32.9484515Z [00:02:26.213]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:32.9485696Z [00:02:26.213]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:32.9486405Z [00:02:26.213]➜  EOF
2025-08-20T21:20:32.9493059Z [00:02:26.213]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b363/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v1=>k8s.io/api@v0.33.2/autoscaling/v1;$WORK/b363=>" -p k8s.io/api/autoscaling/v1 -lang=go1.24 -complete -installsuffix shared -buildid dM1XJabOE_l-Vse6mzfn/dM1XJabOE_l-Vse6mzfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b363/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:33.2999462Z [00:02:26.567]➜  go tool buildid -w $WORK/b357/_pkg_.a # internal
2025-08-20T21:20:33.3315144Z [00:02:26.599]➜  cp $WORK/b357/_pkg_.a /root/.cache/go-build/56/56a3d973e34af495c5bf0ea335b2d7ddf2032519f9537bd01e6ff24b796e6562-d # internal
2025-08-20T21:20:33.3326538Z [00:02:26.599]➜  k8s.io/api/autoscaling/v2
2025-08-20T21:20:33.3327132Z [00:02:26.599]➜  mkdir -p $WORK/b364/
2025-08-20T21:20:33.3328453Z [00:02:26.600]➜  cat >/tmp/go-build3547871397/b364/importcfg << 'EOF' # internal
2025-08-20T21:20:33.3329110Z [00:02:26.600]➜  # import config
2025-08-20T21:20:33.3329719Z [00:02:26.600]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:33.3330627Z [00:02:26.600]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:33.3331506Z [00:02:26.600]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:33.3332350Z [00:02:26.600]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:33.3333583Z [00:02:26.600]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:33.3334717Z [00:02:26.600]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:33.3336072Z [00:02:26.600]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:33.3337171Z [00:02:26.600]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:33.3338113Z [00:02:26.600]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:33.3338881Z [00:02:26.600]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:33.3339651Z [00:02:26.600]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:33.3340418Z [00:02:26.600]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:33.3340986Z [00:02:26.600]➜  EOF
2025-08-20T21:20:33.3346782Z [00:02:26.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b364/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2=>k8s.io/api@v0.33.2/autoscaling/v2;$WORK/b364=>" -p k8s.io/api/autoscaling/v2 -lang=go1.24 -complete -installsuffix shared -buildid vbgNGfwIaJk26BG2h3Ig/vbgNGfwIaJk26BG2h3Ig -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b364/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:33.6065528Z [00:02:26.874]➜  go tool buildid -w $WORK/b356/_pkg_.a # internal
2025-08-20T21:20:33.6405177Z [00:02:26.908]➜  cp $WORK/b356/_pkg_.a /root/.cache/go-build/05/05b5c3ee1b585013815c30cc62459de67b2649e4890bca9a6293254954da99e5-d # internal
2025-08-20T21:20:33.6409092Z [00:02:26.908]➜  k8s.io/api/autoscaling/v2beta1
2025-08-20T21:20:33.6410326Z [00:02:26.908]➜  mkdir -p $WORK/b365/
2025-08-20T21:20:33.6415938Z [00:02:26.909]➜  cat >/tmp/go-build3547871397/b365/importcfg << 'EOF' # internal
2025-08-20T21:20:33.6421558Z [00:02:26.909]➜  # import config
2025-08-20T21:20:33.6422164Z [00:02:26.909]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:33.6423237Z [00:02:26.909]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:33.6424147Z [00:02:26.909]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:33.6424943Z [00:02:26.909]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:33.6425981Z [00:02:26.909]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:33.6427077Z [00:02:26.909]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:33.6428144Z [00:02:26.909]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:33.6429248Z [00:02:26.909]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:33.6430170Z [00:02:26.909]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:33.6430904Z [00:02:26.909]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:33.6431662Z [00:02:26.909]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:33.6432403Z [00:02:26.909]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:33.6433107Z [00:02:26.909]➜  EOF
2025-08-20T21:20:33.6439314Z [00:02:26.909]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b365/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2beta1=>k8s.io/api@v0.33.2/autoscaling/v2beta1;$WORK/b365=>" -p k8s.io/api/autoscaling/v2beta1 -lang=go1.24 -complete -installsuffix shared -buildid jDN5wcxFCJ9QnHQ2OpTj/jDN5wcxFCJ9QnHQ2OpTj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b365/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:33.7147876Z [00:02:26.982]➜  go tool buildid -w $WORK/b358/_pkg_.a # internal
2025-08-20T21:20:33.7305304Z [00:02:26.998]➜  cp $WORK/b358/_pkg_.a /root/.cache/go-build/44/443189ffab4323e9fe8dbc3e520bf0a00a712be4b047e0c99f345d81f8b3615d-d # internal
2025-08-20T21:20:33.7316091Z [00:02:26.999]➜  k8s.io/api/autoscaling/v2beta2
2025-08-20T21:20:33.7321771Z [00:02:26.999]➜  mkdir -p $WORK/b366/
2025-08-20T21:20:33.7331931Z [00:02:27.000]➜  cat >/tmp/go-build3547871397/b366/importcfg << 'EOF' # internal
2025-08-20T21:20:33.7343539Z [00:02:27.000]➜  # import config
2025-08-20T21:20:33.7344230Z [00:02:27.000]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:33.7345184Z [00:02:27.000]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:33.7346117Z [00:02:27.000]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:33.7346972Z [00:02:27.000]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:33.7348061Z [00:02:27.000]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:33.7349548Z [00:02:27.000]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:33.7350775Z [00:02:27.000]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:33.7351980Z [00:02:27.000]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:33.7356203Z [00:02:27.000]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:33.7357184Z [00:02:27.000]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:33.7358023Z [00:02:27.000]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:33.7358840Z [00:02:27.000]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:33.7359444Z [00:02:27.000]➜  EOF
2025-08-20T21:20:33.7370097Z [00:02:27.003]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b366/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2beta2=>k8s.io/api@v0.33.2/autoscaling/v2beta2;$WORK/b366=>" -p k8s.io/api/autoscaling/v2beta2 -lang=go1.24 -complete -installsuffix shared -buildid N31WRZOce0C_c5v3WQO2/N31WRZOce0C_c5v3WQO2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b366/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2beta2/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2beta2/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2beta2/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2beta2/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2beta2/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2beta2/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/autoscaling/v2beta2/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:33.8622913Z [00:02:27.129]➜  go tool buildid -w $WORK/b363/_pkg_.a # internal
2025-08-20T21:20:33.8764408Z [00:02:27.144]➜  cp $WORK/b363/_pkg_.a /root/.cache/go-build/39/390a9264f95bf9ecf21ad8c0ea9043584fc957100429603171babef875c00529-d # internal
2025-08-20T21:20:33.8767585Z [00:02:27.144]➜  k8s.io/api/batch/v1
2025-08-20T21:20:33.8823993Z [00:02:27.147]➜  mkdir -p $WORK/b367/
2025-08-20T21:20:33.8827591Z [00:02:27.150]➜  cat >/tmp/go-build3547871397/b367/importcfg << 'EOF' # internal
2025-08-20T21:20:33.8829538Z [00:02:27.150]➜  # import config
2025-08-20T21:20:33.8830177Z [00:02:27.150]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:33.8831110Z [00:02:27.150]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:33.8831997Z [00:02:27.150]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:33.8832987Z [00:02:27.150]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:33.8834122Z [00:02:27.150]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:33.8835313Z [00:02:27.150]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:33.8836555Z [00:02:27.150]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:33.8837756Z [00:02:27.150]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:33.8838703Z [00:02:27.150]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:33.8839508Z [00:02:27.150]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:33.8840346Z [00:02:27.150]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:33.8841157Z [00:02:27.150]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:33.8841768Z [00:02:27.150]➜  EOF
2025-08-20T21:20:33.8847810Z [00:02:27.150]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b367/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/batch/v1=>k8s.io/api@v0.33.2/batch/v1;$WORK/b367=>" -p k8s.io/api/batch/v1 -lang=go1.24 -complete -installsuffix shared -buildid P637kfYA8Z3IZLoZk_V7/P637kfYA8Z3IZLoZk_V7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b367/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/batch/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/batch/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/batch/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/batch/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/batch/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/batch/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/batch/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:34.1752334Z [00:02:27.442]➜  go tool buildid -w $WORK/b364/_pkg_.a # internal
2025-08-20T21:20:34.2099183Z [00:02:27.476]➜  cp $WORK/b364/_pkg_.a /root/.cache/go-build/ea/ea1b2ce10e054c4a682a50001fe353a2889854296901912874fdaad33aabb925-d # internal
2025-08-20T21:20:34.2114395Z [00:02:27.477]➜  k8s.io/api/certificates/v1
2025-08-20T21:20:34.2115012Z [00:02:27.477]➜  mkdir -p $WORK/b369/
2025-08-20T21:20:34.2115789Z [00:02:27.477]➜  cat >/tmp/go-build3547871397/b369/importcfg << 'EOF' # internal
2025-08-20T21:20:34.2116484Z [00:02:27.477]➜  # import config
2025-08-20T21:20:34.2117135Z [00:02:27.477]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:34.2118140Z [00:02:27.477]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:34.2119350Z [00:02:27.477]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:34.2120343Z [00:02:27.477]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:34.2121242Z [00:02:27.477]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:34.2122338Z [00:02:27.477]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:34.2123957Z [00:02:27.477]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:34.2125225Z [00:02:27.477]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:34.2126273Z [00:02:27.477]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:34.2127102Z [00:02:27.477]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:34.2128259Z [00:02:27.477]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:34.2129075Z [00:02:27.477]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:34.2129676Z [00:02:27.477]➜  EOF
2025-08-20T21:20:34.2136186Z [00:02:27.477]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b369/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1=>k8s.io/api@v0.33.2/certificates/v1;$WORK/b369=>" -p k8s.io/api/certificates/v1 -lang=go1.24 -complete -installsuffix shared -buildid xydkTFuCP8FuTrIAJgCZ/xydkTFuCP8FuTrIAJgCZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b369/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:34.4030073Z [00:02:27.670]➜  go tool buildid -w $WORK/b365/_pkg_.a # internal
2025-08-20T21:20:34.4174301Z [00:02:27.685]➜  cp $WORK/b365/_pkg_.a /root/.cache/go-build/b6/b691fae98594efb649671b17b9e5212b65a7e6215ba590277f14d06072f50b27-d # internal
2025-08-20T21:20:34.4190334Z [00:02:27.686]➜  k8s.io/api/certificates/v1beta1
2025-08-20T21:20:34.4206893Z [00:02:27.688]➜  mkdir -p $WORK/b371/
2025-08-20T21:20:34.4213543Z [00:02:27.688]➜  cat >/tmp/go-build3547871397/b371/importcfg << 'EOF' # internal
2025-08-20T21:20:34.4214706Z [00:02:27.688]➜  # import config
2025-08-20T21:20:34.4216133Z [00:02:27.688]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:34.4217346Z [00:02:27.688]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:34.4219874Z [00:02:27.688]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:34.4220911Z [00:02:27.688]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:34.4221811Z [00:02:27.688]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:34.4223119Z [00:02:27.689]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:34.4224339Z [00:02:27.689]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:34.4225633Z [00:02:27.689]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:34.4226687Z [00:02:27.689]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:34.4227545Z [00:02:27.689]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:34.4228399Z [00:02:27.689]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:34.4229229Z [00:02:27.689]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:34.4229871Z [00:02:27.689]➜  EOF
2025-08-20T21:20:34.4237549Z [00:02:27.689]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b371/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1beta1=>k8s.io/api@v0.33.2/certificates/v1beta1;$WORK/b371=>" -p k8s.io/api/certificates/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid 1OKkwc_N-iIRaBpcdeR1/1OKkwc_N-iIRaBpcdeR1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b371/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/certificates/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:34.5497337Z [00:02:27.817]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T21:20:34.5588573Z [00:02:27.826]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/1d/1df245c0e7a98430d2f78e19e77beeee6501f7bdc264b141d084b17428b23ee1-d # internal
2025-08-20T21:20:34.5596895Z [00:02:27.827]➜  k8s.io/api/discovery/v1
2025-08-20T21:20:34.5599633Z [00:02:27.827]➜  mkdir -p $WORK/b375/
2025-08-20T21:20:34.5607592Z [00:02:27.828]➜  cat >/tmp/go-build3547871397/b375/importcfg << 'EOF' # internal
2025-08-20T21:20:34.5614443Z [00:02:27.828]➜  # import config
2025-08-20T21:20:34.5615086Z [00:02:27.828]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:34.5616061Z [00:02:27.828]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:34.5617245Z [00:02:27.828]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:34.5618231Z [00:02:27.828]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:34.5619110Z [00:02:27.828]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:34.5620166Z [00:02:27.828]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:34.5621265Z [00:02:27.828]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:34.5622362Z [00:02:27.828]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:34.5623507Z [00:02:27.828]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:34.5624297Z [00:02:27.828]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:34.5625337Z [00:02:27.828]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:34.5626199Z [00:02:27.828]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:34.5626809Z [00:02:27.828]➜  EOF
2025-08-20T21:20:34.5637959Z [00:02:27.830]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b375/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/discovery/v1=>k8s.io/api@v0.33.2/discovery/v1;$WORK/b375=>" -p k8s.io/api/discovery/v1 -lang=go1.24 -complete -installsuffix shared -buildid Axx-qPtyxfuYU47BawfM/Axx-qPtyxfuYU47BawfM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b375/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/discovery/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/discovery/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/discovery/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/discovery/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/discovery/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/discovery/v1/well_known_labels.go /root/go/pkg/mod/k8s.io/api@v0.33.2/discovery/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/discovery/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:34.5970352Z [00:02:27.864]➜  go tool buildid -w $WORK/b367/_pkg_.a # internal
2025-08-20T21:20:34.6138443Z [00:02:27.881]➜  cp $WORK/b367/_pkg_.a /root/.cache/go-build/dd/dd09df3fe4ea9c1df03c76c515d9275ad428b82abbef998d5d5854a67482347f-d # internal
2025-08-20T21:20:34.6144963Z [00:02:27.882]➜  k8s.io/api/batch/v1beta1
2025-08-20T21:20:34.6146877Z [00:02:27.882]➜  mkdir -p $WORK/b368/
2025-08-20T21:20:34.6148199Z [00:02:27.882]➜  cat >/tmp/go-build3547871397/b368/importcfg << 'EOF' # internal
2025-08-20T21:20:34.6148886Z [00:02:27.882]➜  # import config
2025-08-20T21:20:34.6149506Z [00:02:27.882]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:34.6150523Z [00:02:27.882]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:34.6151537Z [00:02:27.882]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:34.6152488Z [00:02:27.882]➜  packagefile k8s.io/api/batch/v1=/tmp/go-build3547871397/b367/_pkg_.a
2025-08-20T21:20:34.6153666Z [00:02:27.882]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:34.6155095Z [00:02:27.882]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:34.6156268Z [00:02:27.882]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:34.6157499Z [00:02:27.882]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:34.6158509Z [00:02:27.882]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:34.6159321Z [00:02:27.882]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:34.6160176Z [00:02:27.882]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:34.6161235Z [00:02:27.882]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:34.6161881Z [00:02:27.882]➜  EOF
2025-08-20T21:20:34.6183509Z [00:02:27.885]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b368/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/batch/v1beta1=>k8s.io/api@v0.33.2/batch/v1beta1;$WORK/b368=>" -p k8s.io/api/batch/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid NAx-4ZPwo6zZGE5ez4pg/NAx-4ZPwo6zZGE5ez4pg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b368/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/batch/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/batch/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/batch/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/batch/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/batch/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/batch/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/batch/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:34.6579223Z [00:02:27.925]➜  go tool buildid -w $WORK/b369/_pkg_.a # internal
2025-08-20T21:20:34.6690840Z [00:02:27.936]➜  cp $WORK/b369/_pkg_.a /root/.cache/go-build/76/766c5c2429201bc25105d0f7a4a74b4a59b379ebdb385d8d2c6df2e547c5ce3a-d # internal
2025-08-20T21:20:34.6692147Z [00:02:27.936]➜  k8s.io/api/discovery/v1beta1
2025-08-20T21:20:34.6692886Z [00:02:27.936]➜  mkdir -p $WORK/b376/
2025-08-20T21:20:34.6693615Z [00:02:27.936]➜  cat >/tmp/go-build3547871397/b376/importcfg << 'EOF' # internal
2025-08-20T21:20:34.6694339Z [00:02:27.936]➜  # import config
2025-08-20T21:20:34.6695003Z [00:02:27.936]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:34.6696007Z [00:02:27.936]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:34.6697211Z [00:02:27.936]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:34.6698299Z [00:02:27.936]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:34.6699257Z [00:02:27.937]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:34.6700437Z [00:02:27.937]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:34.6702042Z [00:02:27.937]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:34.6703580Z [00:02:27.937]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:34.6704632Z [00:02:27.937]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:34.6705477Z [00:02:27.937]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:34.6706335Z [00:02:27.937]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:34.6707160Z [00:02:27.937]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:34.6707763Z [00:02:27.937]➜  EOF
2025-08-20T21:20:34.6745038Z [00:02:27.937]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b376/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/discovery/v1beta1=>k8s.io/api@v0.33.2/discovery/v1beta1;$WORK/b376=>" -p k8s.io/api/discovery/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid CqDiDDpgADvzjQkBC_ei/CqDiDDpgADvzjQkBC_ei -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b376/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/discovery/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/discovery/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/discovery/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/discovery/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/discovery/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/discovery/v1beta1/well_known_labels.go /root/go/pkg/mod/k8s.io/api@v0.33.2/discovery/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/discovery/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:34.8882413Z [00:02:28.155]➜  go tool buildid -w $WORK/b371/_pkg_.a # internal
2025-08-20T21:20:34.8886362Z [00:02:28.156]➜  go tool buildid -w $WORK/b375/_pkg_.a # internal
2025-08-20T21:20:34.8966455Z [00:02:28.164]➜  cp $WORK/b375/_pkg_.a /root/.cache/go-build/43/43938681a0acdf1a1c7faaecb790235f3aa688190691243bab281311d79a3782-d # internal
2025-08-20T21:20:34.8974635Z [00:02:28.165]➜  k8s.io/api/events/v1
2025-08-20T21:20:34.8976540Z [00:02:28.165]➜  mkdir -p $WORK/b377/
2025-08-20T21:20:34.8985961Z [00:02:28.166]➜  cat >/tmp/go-build3547871397/b377/importcfg << 'EOF' # internal
2025-08-20T21:20:34.8986655Z [00:02:28.166]➜  # import config
2025-08-20T21:20:34.8987283Z [00:02:28.166]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:34.8988311Z [00:02:28.166]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:34.8989255Z [00:02:28.166]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:34.8990179Z [00:02:28.166]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:34.8991308Z [00:02:28.166]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:34.8995752Z [00:02:28.166]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:34.8997072Z [00:02:28.166]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:34.8998098Z [00:02:28.166]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:34.8998951Z [00:02:28.166]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:34.8999837Z [00:02:28.166]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:34.9000715Z [00:02:28.166]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:34.9001381Z [00:02:28.166]➜  EOF
2025-08-20T21:20:34.9002517Z [00:02:28.167]➜  cp $WORK/b371/_pkg_.a /root/.cache/go-build/0d/0dea6de687e78e725f692907536031657528948f1389d352551c092ff010605b-d # internal
2025-08-20T21:20:34.9021164Z [00:02:28.169]➜  k8s.io/api/events/v1beta1
2025-08-20T21:20:34.9023629Z [00:02:28.169]➜  mkdir -p $WORK/b378/
2025-08-20T21:20:34.9024638Z [00:02:28.169]➜  cat >/tmp/go-build3547871397/b378/importcfg << 'EOF' # internal
2025-08-20T21:20:34.9025286Z [00:02:28.169]➜  # import config
2025-08-20T21:20:34.9026034Z [00:02:28.169]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:34.9027198Z [00:02:28.170]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:34.9028125Z [00:02:28.170]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:34.9028980Z [00:02:28.170]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:34.9030100Z [00:02:28.170]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:34.9031301Z [00:02:28.170]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:34.9032528Z [00:02:28.170]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:34.9033773Z [00:02:28.170]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:34.9034633Z [00:02:28.170]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:34.9035471Z [00:02:28.170]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:34.9036292Z [00:02:28.170]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:34.9036889Z [00:02:28.170]➜  EOF
2025-08-20T21:20:34.9047651Z [00:02:28.170]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b378/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/events/v1beta1=>k8s.io/api@v0.33.2/events/v1beta1;$WORK/b378=>" -p k8s.io/api/events/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid FvTPJwSU4D9xlTLtE6mg/FvTPJwSU4D9xlTLtE6mg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b378/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/events/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/events/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/events/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/events/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/events/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/events/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/events/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:34.9058938Z [00:02:28.172]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b377/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/events/v1=>k8s.io/api@v0.33.2/events/v1;$WORK/b377=>" -p k8s.io/api/events/v1 -lang=go1.24 -complete -installsuffix shared -buildid 5L-hRuJtdackIEAbfGRv/5L-hRuJtdackIEAbfGRv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b377/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/events/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/events/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/events/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/events/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/events/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/events/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/events/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:34.9929252Z [00:02:28.260]➜  go tool buildid -w $WORK/b368/_pkg_.a # internal
2025-08-20T21:20:34.9975397Z [00:02:28.265]➜  cp $WORK/b368/_pkg_.a /root/.cache/go-build/a4/a4d0257af373f0b4386fb57d1f51b54f0b675d72616e2c7507aa71fc9d5ac358-d # internal
2025-08-20T21:20:34.9979995Z [00:02:28.265]➜  k8s.io/api/extensions/v1beta1
2025-08-20T21:20:34.9982316Z [00:02:28.265]➜  mkdir -p $WORK/b379/
2025-08-20T21:20:34.9985185Z [00:02:28.266]➜  cat >/tmp/go-build3547871397/b379/importcfg << 'EOF' # internal
2025-08-20T21:20:34.9989200Z [00:02:28.266]➜  # import config
2025-08-20T21:20:34.9989897Z [00:02:28.266]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:34.9990946Z [00:02:28.266]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:34.9992153Z [00:02:28.266]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:34.9993735Z [00:02:28.266]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:34.9994705Z [00:02:28.266]➜  packagefile k8s.io/api/apps/v1beta1=/tmp/go-build3547871397/b357/_pkg_.a
2025-08-20T21:20:34.9995748Z [00:02:28.266]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:34.9996890Z [00:02:28.266]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:34.9998140Z [00:02:28.266]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:34.9999406Z [00:02:28.266]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:35.0000672Z [00:02:28.266]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:35.0001685Z [00:02:28.266]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:35.0002559Z [00:02:28.266]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:35.0003637Z [00:02:28.266]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:35.0004521Z [00:02:28.266]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:35.0005168Z [00:02:28.266]➜  EOF
2025-08-20T21:20:35.0012020Z [00:02:28.266]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b379/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/extensions/v1beta1=>k8s.io/api@v0.33.2/extensions/v1beta1;$WORK/b379=>" -p k8s.io/api/extensions/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid MAbSCm-3rhXurThNYxlA/MAbSCm-3rhXurThNYxlA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b379/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/extensions/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/extensions/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/extensions/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/extensions/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/extensions/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/extensions/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/extensions/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:35.0081264Z [00:02:28.275]➜  go tool buildid -w $WORK/b376/_pkg_.a # internal
2025-08-20T21:20:35.0126489Z [00:02:28.280]➜  cp $WORK/b376/_pkg_.a /root/.cache/go-build/66/6637d54c8965431ec6cfa6bc2daa0da048b6ab24991e315f8e0adaf77b7abbd9-d # internal
2025-08-20T21:20:35.0131275Z [00:02:28.280]➜  k8s.io/api/networking/v1
2025-08-20T21:20:35.0134037Z [00:02:28.281]➜  mkdir -p $WORK/b384/
2025-08-20T21:20:35.0136848Z [00:02:28.281]➜  cat >/tmp/go-build3547871397/b384/importcfg << 'EOF' # internal
2025-08-20T21:20:35.0139970Z [00:02:28.281]➜  # import config
2025-08-20T21:20:35.0141866Z [00:02:28.281]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:35.0144436Z [00:02:28.281]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:35.0145434Z [00:02:28.281]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:35.0146342Z [00:02:28.281]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:35.0147508Z [00:02:28.281]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:35.0148747Z [00:02:28.281]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:35.0150010Z [00:02:28.281]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:35.0151320Z [00:02:28.281]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:35.0152378Z [00:02:28.281]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:35.0153493Z [00:02:28.281]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:35.0154721Z [00:02:28.281]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:35.0155583Z [00:02:28.281]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:35.0156201Z [00:02:28.281]➜  EOF
2025-08-20T21:20:35.0163460Z [00:02:28.281]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b384/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1=>k8s.io/api@v0.33.2/networking/v1;$WORK/b384=>" -p k8s.io/api/networking/v1 -lang=go1.24 -complete -installsuffix shared -buildid cftsrrT9SYhASQyWZcRT/cftsrrT9SYhASQyWZcRT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b384/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1/well_known_annotations.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1/well_known_labels.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:35.1465528Z [00:02:28.414]➜  go tool buildid -w $WORK/b378/_pkg_.a # internal
2025-08-20T21:20:35.1483318Z [00:02:28.416]➜  go tool buildid -w $WORK/b377/_pkg_.a # internal
2025-08-20T21:20:35.1498742Z [00:02:28.417]➜  cp $WORK/b378/_pkg_.a /root/.cache/go-build/43/43b92a6aaf1edc4f3532ad5f611b506b8071255fa6e3139733d04d23fd224c07-d # internal
2025-08-20T21:20:35.1506124Z [00:02:28.418]➜  k8s.io/api/networking/v1beta1
2025-08-20T21:20:35.1506755Z [00:02:28.418]➜  mkdir -p $WORK/b386/
2025-08-20T21:20:35.1509644Z [00:02:28.418]➜  cat >/tmp/go-build3547871397/b386/importcfg << 'EOF' # internal
2025-08-20T21:20:35.1512193Z [00:02:28.418]➜  # import config
2025-08-20T21:20:35.1515002Z [00:02:28.418]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:35.1516627Z [00:02:28.418]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:35.1518335Z [00:02:28.418]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:35.1534170Z [00:02:28.418]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:35.1535811Z [00:02:28.418]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:35.1537448Z [00:02:28.418]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:35.1539875Z [00:02:28.418]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:35.1541138Z [00:02:28.418]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:35.1542127Z [00:02:28.418]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:35.1543167Z [00:02:28.418]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:35.1544010Z [00:02:28.418]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:35.1544825Z [00:02:28.418]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:35.1545427Z [00:02:28.418]➜  EOF
2025-08-20T21:20:35.1553098Z [00:02:28.418]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b386/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1beta1=>k8s.io/api@v0.33.2/networking/v1beta1;$WORK/b386=>" -p k8s.io/api/networking/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid MuyCyb6qiucs79z5G2jj/MuyCyb6qiucs79z5G2jj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b386/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1beta1/well_known_annotations.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1beta1/well_known_labels.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/networking/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:35.1588374Z [00:02:28.426]➜  cp $WORK/b377/_pkg_.a /root/.cache/go-build/09/0905c5642486a929ce3fc9c44541dff4e5f7eb4221afe5c5cbdc92c2a19ee6a3-d # internal
2025-08-20T21:20:35.1595506Z [00:02:28.427]➜  k8s.io/api/node/v1
2025-08-20T21:20:35.1598867Z [00:02:28.427]➜  mkdir -p $WORK/b387/
2025-08-20T21:20:35.1607894Z [00:02:28.428]➜  cat >/tmp/go-build3547871397/b387/importcfg << 'EOF' # internal
2025-08-20T21:20:35.1610733Z [00:02:28.428]➜  # import config
2025-08-20T21:20:35.1613860Z [00:02:28.428]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:35.1617105Z [00:02:28.428]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:35.1625907Z [00:02:28.428]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:35.1626893Z [00:02:28.428]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:35.1627816Z [00:02:28.428]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:35.1628934Z [00:02:28.428]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:35.1630144Z [00:02:28.428]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:35.1631764Z [00:02:28.428]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:35.1633432Z [00:02:28.428]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:35.1634883Z [00:02:28.428]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:35.1635898Z [00:02:28.428]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:35.1636908Z [00:02:28.428]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:35.1638648Z [00:02:28.428]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:35.1639510Z [00:02:28.428]➜  EOF
2025-08-20T21:20:35.1645148Z [00:02:28.428]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b387/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1=>k8s.io/api@v0.33.2/node/v1;$WORK/b387=>" -p k8s.io/api/node/v1 -lang=go1.24 -complete -installsuffix shared -buildid IK7264u2OR_tf72vkSTl/IK7264u2OR_tf72vkSTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b387/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:35.3921101Z [00:02:28.659]➜  go tool buildid -w $WORK/b387/_pkg_.a # internal
2025-08-20T21:20:35.3966869Z [00:02:28.664]➜  cp $WORK/b387/_pkg_.a /root/.cache/go-build/54/542be14526c25e97582c72bcbe085da272bb5817992ddd4a081961cfd12500f3-d # internal
2025-08-20T21:20:35.3974028Z [00:02:28.664]➜  k8s.io/api/node/v1alpha1
2025-08-20T21:20:35.3974790Z [00:02:28.664]➜  mkdir -p $WORK/b388/
2025-08-20T21:20:35.3975622Z [00:02:28.665]➜  cat >/tmp/go-build3547871397/b388/importcfg << 'EOF' # internal
2025-08-20T21:20:35.3976430Z [00:02:28.665]➜  # import config
2025-08-20T21:20:35.3977156Z [00:02:28.665]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:35.3978202Z [00:02:28.665]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:35.3979700Z [00:02:28.665]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:35.3980671Z [00:02:28.665]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:35.3981543Z [00:02:28.665]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:35.3984325Z [00:02:28.665]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:35.3985606Z [00:02:28.665]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:35.3986860Z [00:02:28.665]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:35.3988127Z [00:02:28.665]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:35.3989173Z [00:02:28.665]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:35.3990035Z [00:02:28.665]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:35.3990928Z [00:02:28.665]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:35.3991785Z [00:02:28.665]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:35.3992420Z [00:02:28.665]➜  EOF
2025-08-20T21:20:35.3998953Z [00:02:28.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b388/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1alpha1=>k8s.io/api@v0.33.2/node/v1alpha1;$WORK/b388=>" -p k8s.io/api/node/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid bZRuqw7yQyPJIl2Gp2BD/bZRuqw7yQyPJIl2Gp2BD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b388/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1alpha1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1alpha1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1alpha1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1alpha1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1alpha1/zz_generated.deepcopy.go
2025-08-20T21:20:35.7002929Z [00:02:28.967]➜  go tool buildid -w $WORK/b388/_pkg_.a # internal
2025-08-20T21:20:35.7082251Z [00:02:28.975]➜  cp $WORK/b388/_pkg_.a /root/.cache/go-build/78/7805799dfc0f2bd5d1638e1bbe397c9066860ef0498c1cb86eb8ce2df9df0429-d # internal
2025-08-20T21:20:35.7086873Z [00:02:28.976]➜  k8s.io/api/node/v1beta1
2025-08-20T21:20:35.7087606Z [00:02:28.976]➜  mkdir -p $WORK/b389/
2025-08-20T21:20:35.7093747Z [00:02:28.977]➜  cat >/tmp/go-build3547871397/b389/importcfg << 'EOF' # internal
2025-08-20T21:20:35.7096833Z [00:02:28.977]➜  # import config
2025-08-20T21:20:35.7097491Z [00:02:28.977]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:35.7098537Z [00:02:28.977]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:35.7099743Z [00:02:28.977]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:35.7100771Z [00:02:28.977]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:35.7101685Z [00:02:28.977]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:35.7103038Z [00:02:28.977]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:35.7104340Z [00:02:28.977]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:35.7105537Z [00:02:28.977]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:35.7106748Z [00:02:28.977]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:35.7107811Z [00:02:28.977]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:35.7108657Z [00:02:28.977]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:35.7109521Z [00:02:28.977]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:35.7110739Z [00:02:28.977]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:35.7111388Z [00:02:28.977]➜  EOF
2025-08-20T21:20:35.7117742Z [00:02:28.977]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b389/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1beta1=>k8s.io/api@v0.33.2/node/v1beta1;$WORK/b389=>" -p k8s.io/api/node/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid bi3E2sGk2MJ5rEdRRR4l/bi3E2sGk2MJ5rEdRRR4l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b389/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/node/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:35.8156906Z [00:02:29.083]➜  go tool buildid -w $WORK/b386/_pkg_.a # internal
2025-08-20T21:20:35.8402022Z [00:02:29.107]➜  cp $WORK/b386/_pkg_.a /root/.cache/go-build/5c/5cbf38c8ade564011724d4ef1e52a8b6190ddd5a1d8c7217b542806aef188793-d # internal
2025-08-20T21:20:35.8472454Z [00:02:29.115]➜  k8s.io/api/resource/v1alpha3
2025-08-20T21:20:35.8473443Z [00:02:29.115]➜  mkdir -p $WORK/b395/
2025-08-20T21:20:35.8481594Z [00:02:29.115]➜  cat >/tmp/go-build3547871397/b395/importcfg << 'EOF' # internal
2025-08-20T21:20:35.8482281Z [00:02:29.115]➜  # import config
2025-08-20T21:20:35.8483076Z [00:02:29.115]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:35.8484459Z [00:02:29.115]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:35.8485776Z [00:02:29.115]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:35.8486841Z [00:02:29.115]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:35.8487764Z [00:02:29.115]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:35.8488951Z [00:02:29.115]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:35.8490245Z [00:02:29.115]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:35.8491503Z [00:02:29.115]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:35.8493007Z [00:02:29.115]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:35.8513958Z [00:02:29.115]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:35.8515399Z [00:02:29.115]➜  packagefile k8s.io/apimachinery/pkg/util/validation=/tmp/go-build3547871397/b105/_pkg_.a
2025-08-20T21:20:35.8516581Z [00:02:29.115]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:35.8517500Z [00:02:29.115]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:35.8518430Z [00:02:29.115]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:35.8519308Z [00:02:29.115]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:35.8519976Z [00:02:29.115]➜  EOF
2025-08-20T21:20:35.8526900Z [00:02:29.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b395/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1alpha3=>k8s.io/api@v0.33.2/resource/v1alpha3;$WORK/b395=>" -p k8s.io/api/resource/v1alpha3 -lang=go1.24 -complete -installsuffix shared -buildid U8-6D9VUNGeE4X6GsERV/U8-6D9VUNGeE4X6GsERV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b395/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1alpha3/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1alpha3/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1alpha3/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1alpha3/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1alpha3/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1alpha3/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1alpha3/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:36.0199250Z [00:02:29.287]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T21:20:36.0268571Z [00:02:29.294]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/0c/0c220dc47714014ab067049f7f917937637a9781e94a17a32c2ab405995c57a1-d # internal
2025-08-20T21:20:36.0277445Z [00:02:29.295]➜  k8s.io/api/resource/v1beta1
2025-08-20T21:20:36.0279371Z [00:02:29.295]➜  mkdir -p $WORK/b396/
2025-08-20T21:20:36.0289761Z [00:02:29.296]➜  cat >/tmp/go-build3547871397/b396/importcfg << 'EOF' # internal
2025-08-20T21:20:36.0291533Z [00:02:29.296]➜  # import config
2025-08-20T21:20:36.0292213Z [00:02:29.296]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:36.0293454Z [00:02:29.296]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:36.0294617Z [00:02:29.296]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:36.0295581Z [00:02:29.296]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:36.0296467Z [00:02:29.296]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:36.0297583Z [00:02:29.296]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:36.0298801Z [00:02:29.296]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:36.0300287Z [00:02:29.296]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:36.0301519Z [00:02:29.296]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:36.0302935Z [00:02:29.296]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:36.0304175Z [00:02:29.296]➜  packagefile k8s.io/apimachinery/pkg/util/validation=/tmp/go-build3547871397/b105/_pkg_.a
2025-08-20T21:20:36.0305188Z [00:02:29.296]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:36.0306013Z [00:02:29.296]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:36.0306852Z [00:02:29.296]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:36.0307670Z [00:02:29.296]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:36.0308284Z [00:02:29.296]➜  EOF
2025-08-20T21:20:36.0315169Z [00:02:29.296]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b396/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1beta1=>k8s.io/api@v0.33.2/resource/v1beta1;$WORK/b396=>" -p k8s.io/api/resource/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid Y1RcgCDzYRXEKuPY_aGB/Y1RcgCDzYRXEKuPY_aGB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b396/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1beta1/devicetaint.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:36.1192150Z [00:02:29.386]➜  go tool buildid -w $WORK/b384/_pkg_.a # internal
2025-08-20T21:20:36.1430260Z [00:02:29.410]➜  cp $WORK/b384/_pkg_.a /root/.cache/go-build/41/41e9351a1557e02702a5eeaf8f28f10c8c9bcfdd81a916aa276c50393fd9d047-d # internal
2025-08-20T21:20:36.1435942Z [00:02:29.411]➜  k8s.io/api/resource/v1beta2
2025-08-20T21:20:36.1441793Z [00:02:29.411]➜  mkdir -p $WORK/b397/
2025-08-20T21:20:36.1494818Z [00:02:29.414]➜  cat >/tmp/go-build3547871397/b397/importcfg << 'EOF' # internal
2025-08-20T21:20:36.1506673Z [00:02:29.414]➜  # import config
2025-08-20T21:20:36.1507389Z [00:02:29.414]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:36.1508416Z [00:02:29.414]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:36.1509615Z [00:02:29.414]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:36.1510624Z [00:02:29.414]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:36.1511553Z [00:02:29.414]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:36.1512883Z [00:02:29.414]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:36.1514137Z [00:02:29.415]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:36.1515364Z [00:02:29.415]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:36.1516582Z [00:02:29.415]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:36.1517793Z [00:02:29.415]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:36.1519013Z [00:02:29.415]➜  packagefile k8s.io/apimachinery/pkg/util/validation=/tmp/go-build3547871397/b105/_pkg_.a
2025-08-20T21:20:36.1520059Z [00:02:29.415]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:36.1520908Z [00:02:29.415]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:36.1522047Z [00:02:29.415]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:36.1531781Z [00:02:29.415]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:36.1532528Z [00:02:29.415]➜  EOF
2025-08-20T21:20:36.1539745Z [00:02:29.417]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b397/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1beta2=>k8s.io/api@v0.33.2/resource/v1beta2;$WORK/b397=>" -p k8s.io/api/resource/v1beta2 -lang=go1.24 -complete -installsuffix shared -buildid Zc--40SA73HXeu_V77rW/Zc--40SA73HXeu_V77rW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b397/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1beta2/devicetaint.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1beta2/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1beta2/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1beta2/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1beta2/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1beta2/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1beta2/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/resource/v1beta2/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:36.4956164Z [00:02:29.763]➜  go tool buildid -w $WORK/b379/_pkg_.a # internal
2025-08-20T21:20:36.5125194Z [00:02:29.780]➜  cp $WORK/b379/_pkg_.a /root/.cache/go-build/6f/6ff72cee667a19f28386828e7014177c5c03486ce35499e79eb199665414c67c-d # internal
2025-08-20T21:20:36.5127136Z [00:02:29.780]➜  k8s.io/api/scheduling/v1
2025-08-20T21:20:36.5128039Z [00:02:29.780]➜  mkdir -p $WORK/b398/
2025-08-20T21:20:36.5133615Z [00:02:29.781]➜  cat >/tmp/go-build3547871397/b398/importcfg << 'EOF' # internal
2025-08-20T21:20:36.5136356Z [00:02:29.781]➜  # import config
2025-08-20T21:20:36.5138321Z [00:02:29.781]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:36.5139328Z [00:02:29.781]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:36.5140321Z [00:02:29.781]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:36.5141215Z [00:02:29.781]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:36.5142602Z [00:02:29.781]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:36.5143973Z [00:02:29.781]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:36.5145180Z [00:02:29.781]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:36.5146215Z [00:02:29.781]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:36.5147057Z [00:02:29.781]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:36.5147889Z [00:02:29.781]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:36.5148724Z [00:02:29.781]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:36.5149370Z [00:02:29.781]➜  EOF
2025-08-20T21:20:36.5155605Z [00:02:29.781]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b398/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1=>k8s.io/api@v0.33.2/scheduling/v1;$WORK/b398=>" -p k8s.io/api/scheduling/v1 -lang=go1.24 -complete -installsuffix shared -buildid wetc5FRilAQwKu3l-_XQ/wetc5FRilAQwKu3l-_XQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b398/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:36.6922001Z [00:02:29.959]➜  go tool buildid -w $WORK/b398/_pkg_.a # internal
2025-08-20T21:20:36.6954501Z [00:02:29.962]➜  cp $WORK/b398/_pkg_.a /root/.cache/go-build/34/347d0c2421a213a4ec0b0f3fbe7b46b528ed78f1bab296d06e9d44f7801d908d-d # internal
2025-08-20T21:20:36.6959419Z [00:02:29.963]➜  k8s.io/api/scheduling/v1alpha1
2025-08-20T21:20:36.6959997Z [00:02:29.963]➜  mkdir -p $WORK/b399/
2025-08-20T21:20:36.6972502Z [00:02:29.964]➜  cat >/tmp/go-build3547871397/b399/importcfg << 'EOF' # internal
2025-08-20T21:20:36.6987049Z [00:02:29.965]➜  # import config
2025-08-20T21:20:36.6987711Z [00:02:29.965]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:36.6988652Z [00:02:29.965]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:36.6989532Z [00:02:29.965]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:36.6990351Z [00:02:29.965]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:36.6991417Z [00:02:29.965]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:36.6992546Z [00:02:29.965]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:36.6994355Z [00:02:29.965]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:36.6995342Z [00:02:29.965]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:36.6996122Z [00:02:29.965]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:36.6996916Z [00:02:29.965]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:36.6997682Z [00:02:29.965]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:36.6998264Z [00:02:29.965]➜  EOF
2025-08-20T21:20:36.7004004Z [00:02:29.966]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b399/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1alpha1=>k8s.io/api@v0.33.2/scheduling/v1alpha1;$WORK/b399=>" -p k8s.io/api/scheduling/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid OeySbdAA6AIoCxLcBZMe/OeySbdAA6AIoCxLcBZMe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b399/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1alpha1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1alpha1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1alpha1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1alpha1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1alpha1/zz_generated.deepcopy.go
2025-08-20T21:20:37.1609078Z [00:02:30.428]➜  go tool buildid -w $WORK/b399/_pkg_.a # internal
2025-08-20T21:20:37.1674999Z [00:02:30.435]➜  cp $WORK/b399/_pkg_.a /root/.cache/go-build/3c/3c4f29c9e22d09b95a05c9b7d413e9e1d32f5cfe62bbd18c1e9d2c27d1793fe9-d # internal
2025-08-20T21:20:37.1809724Z [00:02:30.448]➜  k8s.io/api/scheduling/v1beta1
2025-08-20T21:20:37.1814205Z [00:02:30.448]➜  mkdir -p $WORK/b400/
2025-08-20T21:20:37.1814972Z [00:02:30.449]➜  cat >/tmp/go-build3547871397/b400/importcfg << 'EOF' # internal
2025-08-20T21:20:37.1815656Z [00:02:30.449]➜  # import config
2025-08-20T21:20:37.1816321Z [00:02:30.449]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:37.1817390Z [00:02:30.449]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:37.1818309Z [00:02:30.449]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:37.1819160Z [00:02:30.449]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:37.1820217Z [00:02:30.449]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:37.1821343Z [00:02:30.449]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:37.1844513Z [00:02:30.449]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:37.1846025Z [00:02:30.449]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:37.1846942Z [00:02:30.449]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:37.1847837Z [00:02:30.449]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:37.1848689Z [00:02:30.449]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:37.1849331Z [00:02:30.449]➜  EOF
2025-08-20T21:20:37.1856132Z [00:02:30.450]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b400/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1beta1=>k8s.io/api@v0.33.2/scheduling/v1beta1;$WORK/b400=>" -p k8s.io/api/scheduling/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid Q2bIaJMbeBMep6vsjTUy/Q2bIaJMbeBMep6vsjTUy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b400/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/scheduling/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:37.4626857Z [00:02:30.730]➜  go tool buildid -w $WORK/b400/_pkg_.a # internal
2025-08-20T21:20:37.4670540Z [00:02:30.734]➜  cp $WORK/b400/_pkg_.a /root/.cache/go-build/49/493aa3e8f0c0ab2dc601140686f64c6b9ba1343c344be53b5feae9897c8ea6ea-d # internal
2025-08-20T21:20:37.4682223Z [00:02:30.735]➜  k8s.io/api/storage/v1
2025-08-20T21:20:37.4688412Z [00:02:30.736]➜  mkdir -p $WORK/b401/
2025-08-20T21:20:37.4697608Z [00:02:30.737]➜  cat >/tmp/go-build3547871397/b401/importcfg << 'EOF' # internal
2025-08-20T21:20:37.4699927Z [00:02:30.737]➜  # import config
2025-08-20T21:20:37.4701021Z [00:02:30.737]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:37.4702177Z [00:02:30.737]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:37.4706783Z [00:02:30.737]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:37.4707976Z [00:02:30.737]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:37.4708752Z [00:02:30.737]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:37.4709761Z [00:02:30.737]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:37.4710849Z [00:02:30.737]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:37.4711907Z [00:02:30.737]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:37.4713208Z [00:02:30.737]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:37.4714120Z [00:02:30.737]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:37.4714885Z [00:02:30.737]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:37.4715693Z [00:02:30.737]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:37.4716458Z [00:02:30.737]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:37.4717019Z [00:02:30.737]➜  EOF
2025-08-20T21:20:37.4729758Z [00:02:30.740]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b401/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1=>k8s.io/api@v0.33.2/storage/v1;$WORK/b401=>" -p k8s.io/api/storage/v1 -lang=go1.24 -complete -installsuffix shared -buildid lEuMJtF8tmazfLMVSZWC/lEuMJtF8tmazfLMVSZWC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b401/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:37.4778412Z [00:02:30.745]➜  go tool buildid -w $WORK/b396/_pkg_.a # internal
2025-08-20T21:20:37.4928373Z [00:02:30.760]➜  cp $WORK/b396/_pkg_.a /root/.cache/go-build/76/76483c232e4c2e294dc9a3dc1b2f350f62782eb05decff7be424c52b18776b78-d # internal
2025-08-20T21:20:37.4935135Z [00:02:30.761]➜  k8s.io/api/storage/v1alpha1
2025-08-20T21:20:37.4943574Z [00:02:30.761]➜  mkdir -p $WORK/b402/
2025-08-20T21:20:37.4944339Z [00:02:30.761]➜  cat >/tmp/go-build3547871397/b402/importcfg << 'EOF' # internal
2025-08-20T21:20:37.4945018Z [00:02:30.761]➜  # import config
2025-08-20T21:20:37.4948678Z [00:02:30.762]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:37.4950183Z [00:02:30.762]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:37.4953037Z [00:02:30.762]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:37.4954593Z [00:02:30.762]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:37.4955866Z [00:02:30.762]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:37.4957511Z [00:02:30.762]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:37.4958982Z [00:02:30.762]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:37.4960320Z [00:02:30.762]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:37.4962134Z [00:02:30.762]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:37.4964429Z [00:02:30.762]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:37.4965272Z [00:02:30.762]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:37.4966099Z [00:02:30.762]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:37.4967241Z [00:02:30.762]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:37.4967851Z [00:02:30.762]➜  EOF
2025-08-20T21:20:37.4974432Z [00:02:30.762]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b402/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1alpha1=>k8s.io/api@v0.33.2/storage/v1alpha1;$WORK/b402=>" -p k8s.io/api/storage/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid y8neAAVUqkUvOGbzUMPJ/y8neAAVUqkUvOGbzUMPJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b402/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1alpha1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1alpha1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1alpha1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1alpha1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1alpha1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1alpha1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:37.5539866Z [00:02:30.821]➜  go tool buildid -w $WORK/b395/_pkg_.a # internal
2025-08-20T21:20:37.5702401Z [00:02:30.837]➜  cp $WORK/b395/_pkg_.a /root/.cache/go-build/f0/f0a331ef41c0a4bf44cbbdf8b5eb10541beecfd303781ea716768e8818937319-d # internal
2025-08-20T21:20:37.5711501Z [00:02:30.838]➜  k8s.io/api/storage/v1beta1
2025-08-20T21:20:37.5712090Z [00:02:30.838]➜  mkdir -p $WORK/b403/
2025-08-20T21:20:37.5734807Z [00:02:30.839]➜  cat >/tmp/go-build3547871397/b403/importcfg << 'EOF' # internal
2025-08-20T21:20:37.5735524Z [00:02:30.839]➜  # import config
2025-08-20T21:20:37.5736190Z [00:02:30.839]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:37.5737473Z [00:02:30.839]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:37.5738703Z [00:02:30.839]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:37.5739697Z [00:02:30.839]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:37.5740539Z [00:02:30.839]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:37.5741629Z [00:02:30.839]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:37.5743046Z [00:02:30.839]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:37.5744238Z [00:02:30.839]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:37.5745414Z [00:02:30.839]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:37.5746430Z [00:02:30.839]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:37.5747251Z [00:02:30.839]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:37.5748081Z [00:02:30.839]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:37.5748913Z [00:02:30.839]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:37.5749527Z [00:02:30.839]➜  EOF
2025-08-20T21:20:37.5755915Z [00:02:30.839]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b403/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1beta1=>k8s.io/api@v0.33.2/storage/v1beta1;$WORK/b403=>" -p k8s.io/api/storage/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid wnl0YbY7Gywsj3nFM5Sk/wnl0YbY7Gywsj3nFM5Sk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b403/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storage/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:37.6105256Z [00:02:30.875]➜  go tool buildid -w $WORK/b397/_pkg_.a # internal
2025-08-20T21:20:37.6232013Z [00:02:30.890]➜  cp $WORK/b397/_pkg_.a /root/.cache/go-build/15/15cd443a73cb94e1ee86611a0ef0f5298eb32c2a4c745885cfcb915f1525a018-d # internal
2025-08-20T21:20:37.6234746Z [00:02:30.891]➜  k8s.io/api/storagemigration/v1alpha1
2025-08-20T21:20:37.6235957Z [00:02:30.891]➜  mkdir -p $WORK/b404/
2025-08-20T21:20:37.6240765Z [00:02:30.891]➜  cat >/tmp/go-build3547871397/b404/importcfg << 'EOF' # internal
2025-08-20T21:20:37.6241463Z [00:02:30.891]➜  # import config
2025-08-20T21:20:37.6242101Z [00:02:30.891]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:37.6243308Z [00:02:30.891]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:37.6245759Z [00:02:30.892]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:37.6246930Z [00:02:30.892]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:37.6249004Z [00:02:30.892]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:37.6250812Z [00:02:30.892]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:37.6253382Z [00:02:30.892]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:37.6254899Z [00:02:30.892]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:37.6255997Z [00:02:30.892]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:37.6257229Z [00:02:30.892]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:37.6258677Z [00:02:30.892]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:37.6259534Z [00:02:30.892]➜  EOF
2025-08-20T21:20:37.6267126Z [00:02:30.892]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b404/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/storagemigration/v1alpha1=>k8s.io/api@v0.33.2/storagemigration/v1alpha1;$WORK/b404=>" -p k8s.io/api/storagemigration/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid rJ0vef95AFx2zlVU9jXq/rJ0vef95AFx2zlVU9jXq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b404/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/storagemigration/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storagemigration/v1alpha1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storagemigration/v1alpha1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storagemigration/v1alpha1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storagemigration/v1alpha1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storagemigration/v1alpha1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/storagemigration/v1alpha1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:20:37.9667782Z [00:02:31.234]➜  go tool buildid -w $WORK/b404/_pkg_.a # internal
2025-08-20T21:20:37.9714055Z [00:02:31.238]➜  cp $WORK/b404/_pkg_.a /root/.cache/go-build/1a/1a180874e4bc2ec1512fb83d653da5a7c4f75cfe29751a95fd67a72e1efb97c0-d # internal
2025-08-20T21:20:37.9725168Z [00:02:31.239]➜  k8s.io/client-go/openapi3
2025-08-20T21:20:37.9725697Z [00:02:31.239]➜  mkdir -p $WORK/b477/
2025-08-20T21:20:37.9726412Z [00:02:31.239]➜  cat >/tmp/go-build3547871397/b477/importcfg << 'EOF' # internal
2025-08-20T21:20:37.9727054Z [00:02:31.239]➜  # import config
2025-08-20T21:20:37.9727730Z [00:02:31.239]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:37.9728560Z [00:02:31.240]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:37.9729568Z [00:02:31.240]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:37.9730765Z [00:02:31.240]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:37.9732233Z [00:02:31.240]➜  packagefile k8s.io/client-go/openapi=/tmp/go-build3547871397/b405/_pkg_.a
2025-08-20T21:20:37.9733474Z [00:02:31.240]➜  packagefile k8s.io/kube-openapi/pkg/spec3=/tmp/go-build3547871397/b464/_pkg_.a
2025-08-20T21:20:37.9734421Z [00:02:31.240]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:37.9735170Z [00:02:31.240]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:37.9735775Z [00:02:31.240]➜  EOF
2025-08-20T21:20:37.9739034Z [00:02:31.240]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b477/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/openapi3=>k8s.io/client-go@v0.33.2/openapi3;$WORK/b477=>" -p k8s.io/client-go/openapi3 -lang=go1.24 -complete -installsuffix shared -buildid Y7Z0D_SJovCMAETkAFp6/Y7Z0D_SJovCMAETkAFp6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b477/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/openapi3/root.go
2025-08-20T21:20:38.0008952Z [00:02:31.268]➜  go tool buildid -w $WORK/b402/_pkg_.a # internal
2025-08-20T21:20:38.0088109Z [00:02:31.276]➜  cp $WORK/b402/_pkg_.a /root/.cache/go-build/58/58dd24e72bf7e3b33b75c58a9b796dcb5f3fafebd6ee72d77e3162a8038e3909-d # internal
2025-08-20T21:20:38.0095897Z [00:02:31.277]➜  sigs.k8s.io/yaml/goyaml.v3
2025-08-20T21:20:38.0100767Z [00:02:31.277]➜  mkdir -p $WORK/b495/
2025-08-20T21:20:38.0109565Z [00:02:31.278]➜  cat >/tmp/go-build3547871397/b495/importcfg << 'EOF' # internal
2025-08-20T21:20:38.0110636Z [00:02:31.278]➜  # import config
2025-08-20T21:20:38.0113459Z [00:02:31.278]➜  packagefile go.yaml.in/yaml/v3=/tmp/go-build3547871397/b496/_pkg_.a
2025-08-20T21:20:38.0114418Z [00:02:31.278]➜  EOF
2025-08-20T21:20:38.0123900Z [00:02:31.279]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b495/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/yaml@v1.5.0/goyaml.v3=>sigs.k8s.io/yaml@v1.5.0/goyaml.v3;$WORK/b495=>" -p sigs.k8s.io/yaml/goyaml.v3 -lang=go1.22 -complete -installsuffix shared -buildid _MEd7pMnQOOFnQgtRxf4/_MEd7pMnQOOFnQgtRxf4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b495/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/yaml@v1.5.0/goyaml.v3/yaml_aliases.go
2025-08-20T21:20:38.0378489Z [00:02:31.305]➜  go tool buildid -w $WORK/b495/_pkg_.a # internal
2025-08-20T21:20:38.0386440Z [00:02:31.306]➜  cp $WORK/b495/_pkg_.a /root/.cache/go-build/6c/6ceea675f11fee8b3ebb98809ae84ed3157a20e9a4dba492141dec2d9cd3ac38-d # internal
2025-08-20T21:20:38.0398642Z [00:02:31.306]➜  sigs.k8s.io/kustomize/kyaml/yaml
2025-08-20T21:20:38.0399281Z [00:02:31.306]➜  mkdir -p $WORK/b483/
2025-08-20T21:20:38.0400053Z [00:02:31.307]➜  cat >/tmp/go-build3547871397/b483/importcfg << 'EOF' # internal
2025-08-20T21:20:38.0400768Z [00:02:31.307]➜  # import config
2025-08-20T21:20:38.0401497Z [00:02:31.307]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:38.0402416Z [00:02:31.307]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:38.0403614Z [00:02:31.307]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:38.0404544Z [00:02:31.307]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:38.0405597Z [00:02:31.307]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build3547871397/b439/_pkg_.a
2025-08-20T21:20:38.0406598Z [00:02:31.307]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:38.0407682Z [00:02:31.307]➜  packagefile k8s.io/kube-openapi/pkg/validation/spec=/tmp/go-build3547871397/b414/_pkg_.a
2025-08-20T21:20:38.0408719Z [00:02:31.307]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:38.0409526Z [00:02:31.307]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:38.0410365Z [00:02:31.307]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:38.0411255Z [00:02:31.307]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:38.0412299Z [00:02:31.307]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:38.0415734Z [00:02:31.307]➜  packagefile sigs.k8s.io/kustomize/kyaml/sets=/tmp/go-build3547871397/b486/_pkg_.a
2025-08-20T21:20:38.0417005Z [00:02:31.307]➜  packagefile sigs.k8s.io/kustomize/kyaml/sliceutil=/tmp/go-build3547871397/b487/_pkg_.a
2025-08-20T21:20:38.0418235Z [00:02:31.307]➜  packagefile sigs.k8s.io/kustomize/kyaml/utils=/tmp/go-build3547871397/b488/_pkg_.a
2025-08-20T21:20:38.0419661Z [00:02:31.307]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/labels=/tmp/go-build3547871397/b489/_pkg_.a
2025-08-20T21:20:38.0421004Z [00:02:31.307]➜  packagefile sigs.k8s.io/yaml/goyaml.v2=/tmp/go-build3547871397/b248/_pkg_.a
2025-08-20T21:20:38.0422095Z [00:02:31.307]➜  packagefile sigs.k8s.io/yaml/goyaml.v3=/tmp/go-build3547871397/b495/_pkg_.a
2025-08-20T21:20:38.0423349Z [00:02:31.307]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:38.0424208Z [00:02:31.307]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:38.0425109Z [00:02:31.307]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:38.0426038Z [00:02:31.307]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:38.0426691Z [00:02:31.307]➜  EOF
2025-08-20T21:20:38.0436416Z [00:02:31.307]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b483/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml=>sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml;$WORK/b483=>" -p sigs.k8s.io/kustomize/kyaml/yaml -lang=go1.22 -complete -installsuffix shared -buildid HPofzoxpFRGYztV3A4Dk/HPofzoxpFRGYztV3A4Dk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b483/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/alias.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/compatibility.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/const.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/datamap.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/filters.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/fns.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/kfns.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/mapnode.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/match.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/order.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/rnode.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/types.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/util.go
2025-08-20T21:20:38.2275208Z [00:02:31.493]➜  go tool buildid -w $WORK/b477/_pkg_.a # internal
2025-08-20T21:20:38.2308339Z [00:02:31.498]➜  cp $WORK/b477/_pkg_.a /root/.cache/go-build/37/37704c01436d3ba4bd8eb12530f87ed4a85cc628b478cb424e716776ff2e3730-d # internal
2025-08-20T21:20:38.2321933Z [00:02:31.499]➜  sigs.k8s.io/kustomize/kyaml/openapi/kubernetesapi/v1_21_2
2025-08-20T21:20:38.2325487Z [00:02:31.500]➜  mkdir -p $WORK/b504/
2025-08-20T21:20:38.2342935Z [00:02:31.500]➜  cat >/tmp/go-build3547871397/b504/importcfg << 'EOF' # internal
2025-08-20T21:20:38.2343650Z [00:02:31.500]➜  # import config
2025-08-20T21:20:38.2344352Z [00:02:31.500]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:38.2345264Z [00:02:31.500]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:20:38.2346137Z [00:02:31.500]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:38.2346943Z [00:02:31.500]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:38.2347806Z [00:02:31.500]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:20:38.2348603Z [00:02:31.500]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:38.2349456Z [00:02:31.500]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:38.2350335Z [00:02:31.500]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:38.2351463Z [00:02:31.500]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:38.2352041Z [00:02:31.500]➜  EOF
2025-08-20T21:20:38.2356255Z [00:02:31.500]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b504/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/openapi/kubernetesapi/v1_21_2=>sigs.k8s.io/kustomize/kyaml@v0.19.0/openapi/kubernetesapi/v1_21_2;$WORK/b504=>" -p sigs.k8s.io/kustomize/kyaml/openapi/kubernetesapi/v1_21_2 -lang=go1.22 -complete -installsuffix shared -buildid 6H_Xi-pvt55f4PMlXFKy/6H_Xi-pvt55f4PMlXFKy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b504/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/openapi/kubernetesapi/v1_21_2/swagger.go
2025-08-20T21:20:38.2470974Z [00:02:31.514]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T21:20:38.2735213Z [00:02:31.541]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/e5/e5e31c8fc2200cf6f55b2eac58ea922683304f074e0d197c0b296499adfba41d-d # internal
2025-08-20T21:20:38.2737380Z [00:02:31.541]➜  sigs.k8s.io/kustomize/kyaml/openapi/kustomizationapi
2025-08-20T21:20:38.2738232Z [00:02:31.541]➜  mkdir -p $WORK/b505/
2025-08-20T21:20:38.2747762Z [00:02:31.542]➜  cat >/tmp/go-build3547871397/b505/importcfg << 'EOF' # internal
2025-08-20T21:20:38.2749852Z [00:02:31.542]➜  # import config
2025-08-20T21:20:38.2751628Z [00:02:31.542]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:38.2752522Z [00:02:31.542]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:20:38.2753637Z [00:02:31.542]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:38.2754476Z [00:02:31.542]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:38.2755621Z [00:02:31.542]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:38.2756556Z [00:02:31.542]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:38.2757474Z [00:02:31.542]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:38.2758359Z [00:02:31.542]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:38.2758984Z [00:02:31.542]➜  EOF
2025-08-20T21:20:38.2763338Z [00:02:31.542]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b505/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/openapi/kustomizationapi=>sigs.k8s.io/kustomize/kyaml@v0.19.0/openapi/kustomizationapi;$WORK/b505=>" -p sigs.k8s.io/kustomize/kyaml/openapi/kustomizationapi -lang=go1.22 -complete -installsuffix shared -buildid lQoW9Bp6PtvTidaL04QO/lQoW9Bp6PtvTidaL04QO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b505/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/openapi/kustomizationapi/swagger.go
2025-08-20T21:20:38.3022019Z [00:02:31.569]➜  go tool buildid -w $WORK/b504/_pkg_.a # internal
2025-08-20T21:20:38.3042336Z [00:02:31.571]➜  cp $WORK/b504/_pkg_.a /root/.cache/go-build/9a/9a0af29079a1748174095e8fa99806236434ee3374a39ae820ddeb6d27ac40a4-d # internal
2025-08-20T21:20:38.3046393Z [00:02:31.572]➜  sigs.k8s.io/kustomize/kyaml/openapi/kubernetesapi
2025-08-20T21:20:38.3049803Z [00:02:31.572]➜  mkdir -p $WORK/b503/
2025-08-20T21:20:38.3057706Z [00:02:31.572]➜  cat >/tmp/go-build3547871397/b503/importcfg << 'EOF' # internal
2025-08-20T21:20:38.3058449Z [00:02:31.572]➜  # import config
2025-08-20T21:20:38.3059518Z [00:02:31.572]➜  packagefile sigs.k8s.io/kustomize/kyaml/openapi/kubernetesapi/v1_21_2=/tmp/go-build3547871397/b504/_pkg_.a
2025-08-20T21:20:38.3060538Z [00:02:31.572]➜  EOF
2025-08-20T21:20:38.3064995Z [00:02:31.572]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b503/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/openapi/kubernetesapi=>sigs.k8s.io/kustomize/kyaml@v0.19.0/openapi/kubernetesapi;$WORK/b503=>" -p sigs.k8s.io/kustomize/kyaml/openapi/kubernetesapi -lang=go1.22 -complete -installsuffix shared -buildid faFyQunHdtVXtMthYhaZ/faFyQunHdtVXtMthYhaZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b503/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/openapi/kubernetesapi/openapiinfo.go
2025-08-20T21:20:38.3175337Z [00:02:31.585]➜  go tool buildid -w $WORK/b503/_pkg_.a # internal
2025-08-20T21:20:38.3183891Z [00:02:31.586]➜  cp $WORK/b503/_pkg_.a /root/.cache/go-build/39/39f388771be7bb053a3b60d546eb8d2c93453084cffe92e5b641887fa5ef2c65-d # internal
2025-08-20T21:20:38.3191026Z [00:02:31.586]➜  github.com/monochromegane/go-gitignore
2025-08-20T21:20:38.3192397Z [00:02:31.587]➜  mkdir -p $WORK/b507/
2025-08-20T21:20:38.3203820Z [00:02:31.588]➜  cat >/tmp/go-build3547871397/b507/importcfg << 'EOF' # internal
2025-08-20T21:20:38.3205012Z [00:02:31.588]➜  # import config
2025-08-20T21:20:38.3206628Z [00:02:31.588]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:38.3207517Z [00:02:31.588]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:38.3208314Z [00:02:31.588]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:38.3209223Z [00:02:31.588]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:38.3210125Z [00:02:31.588]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:38.3210779Z [00:02:31.588]➜  EOF
2025-08-20T21:20:38.3222798Z [00:02:31.589]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b507/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00=>github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00;$WORK/b507=>" -p github.com/monochromegane/go-gitignore -lang=go1.16 -complete -installsuffix shared -buildid JTibRa559uFydinPVGtX/JTibRa559uFydinPVGtX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b507/importcfg -pack /root/go/pkg/mod/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00/depth_holder.go /root/go/pkg/mod/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00/full_scan_patterns.go /root/go/pkg/mod/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00/gitignore.go /root/go/pkg/mod/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00/index_scan_patterns.go /root/go/pkg/mod/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00/initial_holder.go /root/go/pkg/mod/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00/match.go /root/go/pkg/mod/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00/pattern.go /root/go/pkg/mod/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00/patterns.go /root/go/pkg/mod/github.com/monochromegane/go-gitignore@v0.0.0-20200626010858-205db1a8cc00/util.go
2025-08-20T21:20:38.3307786Z [00:02:31.598]➜  go tool buildid -w $WORK/b505/_pkg_.a # internal
2025-08-20T21:20:38.3318763Z [00:02:31.599]➜  cp $WORK/b505/_pkg_.a /root/.cache/go-build/fb/fbd447bd816ba5a27815bc9ba14cb82245ce98c5cb601ff2ccc48ef65bf0b4b0-d # internal
2025-08-20T21:20:38.3323290Z [00:02:31.599]➜  github.com/xlab/treeprint
2025-08-20T21:20:38.3354089Z [00:02:31.600]➜  mkdir -p $WORK/b508/
2025-08-20T21:20:38.3354821Z [00:02:31.600]➜  cat >/tmp/go-build3547871397/b508/importcfg << 'EOF' # internal
2025-08-20T21:20:38.3355477Z [00:02:31.600]➜  # import config
2025-08-20T21:20:38.3356087Z [00:02:31.600]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:38.3358021Z [00:02:31.600]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:38.3359807Z [00:02:31.600]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:38.3360709Z [00:02:31.600]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:38.3361616Z [00:02:31.600]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:38.3362309Z [00:02:31.600]➜  EOF
2025-08-20T21:20:38.3366494Z [00:02:31.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b508/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xlab/treeprint@v1.2.0=>github.com/xlab/treeprint@v1.2.0;$WORK/b508=>" -p github.com/xlab/treeprint -lang=go1.13 -complete -installsuffix shared -buildid pjrEEi2eIWqaFXB3KODD/pjrEEi2eIWqaFXB3KODD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b508/importcfg -pack /root/go/pkg/mod/github.com/xlab/treeprint@v1.2.0/helpers.go /root/go/pkg/mod/github.com/xlab/treeprint@v1.2.0/struct.go /root/go/pkg/mod/github.com/xlab/treeprint@v1.2.0/treeprint.go
2025-08-20T21:20:38.3562393Z [00:02:31.623]➜  go tool buildid -w $WORK/b403/_pkg_.a # internal
2025-08-20T21:20:38.3850547Z [00:02:31.652]➜  cp $WORK/b403/_pkg_.a /root/.cache/go-build/e1/e12fd43ce9aa15c770033d22612316f039a68cdcfc2c3adbc61ad0e5ac36cdb3-d # internal
2025-08-20T21:20:38.3855732Z [00:02:31.653]➜  k8s.io/client-go/kubernetes/scheme
2025-08-20T21:20:38.3856392Z [00:02:31.653]➜  mkdir -p $WORK/b351/
2025-08-20T21:20:38.3865325Z [00:02:31.653]➜  cat >/tmp/go-build3547871397/b351/importcfg << 'EOF' # internal
2025-08-20T21:20:38.3867975Z [00:02:31.653]➜  # import config
2025-08-20T21:20:38.3868913Z [00:02:31.653]➜  packagefile k8s.io/api/admissionregistration/v1=/tmp/go-build3547871397/b352/_pkg_.a
2025-08-20T21:20:38.3870326Z [00:02:31.653]➜  packagefile k8s.io/api/admissionregistration/v1alpha1=/tmp/go-build3547871397/b353/_pkg_.a
2025-08-20T21:20:38.3871687Z [00:02:31.653]➜  packagefile k8s.io/api/admissionregistration/v1beta1=/tmp/go-build3547871397/b354/_pkg_.a
2025-08-20T21:20:38.3873189Z [00:02:31.653]➜  packagefile k8s.io/api/apiserverinternal/v1alpha1=/tmp/go-build3547871397/b355/_pkg_.a
2025-08-20T21:20:38.3874348Z [00:02:31.653]➜  packagefile k8s.io/api/apps/v1=/tmp/go-build3547871397/b356/_pkg_.a
2025-08-20T21:20:38.3875398Z [00:02:31.653]➜  packagefile k8s.io/api/apps/v1beta1=/tmp/go-build3547871397/b357/_pkg_.a
2025-08-20T21:20:38.3876495Z [00:02:31.653]➜  packagefile k8s.io/api/apps/v1beta2=/tmp/go-build3547871397/b358/_pkg_.a
2025-08-20T21:20:38.3877634Z [00:02:31.653]➜  packagefile k8s.io/api/authentication/v1=/tmp/go-build3547871397/b359/_pkg_.a
2025-08-20T21:20:38.3878896Z [00:02:31.653]➜  packagefile k8s.io/api/authentication/v1alpha1=/tmp/go-build3547871397/b360/_pkg_.a
2025-08-20T21:20:38.3880193Z [00:02:31.653]➜  packagefile k8s.io/api/authentication/v1beta1=/tmp/go-build3547871397/b361/_pkg_.a
2025-08-20T21:20:38.3881389Z [00:02:31.653]➜  packagefile k8s.io/api/authorization/v1=/tmp/go-build3547871397/b083/_pkg_.a
2025-08-20T21:20:38.3882556Z [00:02:31.653]➜  packagefile k8s.io/api/authorization/v1beta1=/tmp/go-build3547871397/b362/_pkg_.a
2025-08-20T21:20:38.3884883Z [00:02:31.653]➜  packagefile k8s.io/api/autoscaling/v1=/tmp/go-build3547871397/b363/_pkg_.a
2025-08-20T21:20:38.3886006Z [00:02:31.653]➜  packagefile k8s.io/api/autoscaling/v2=/tmp/go-build3547871397/b364/_pkg_.a
2025-08-20T21:20:38.3887176Z [00:02:31.653]➜  packagefile k8s.io/api/autoscaling/v2beta1=/tmp/go-build3547871397/b365/_pkg_.a
2025-08-20T21:20:38.3888321Z [00:02:31.653]➜  packagefile k8s.io/api/autoscaling/v2beta2=/tmp/go-build3547871397/b366/_pkg_.a
2025-08-20T21:20:38.3889406Z [00:02:31.653]➜  packagefile k8s.io/api/batch/v1=/tmp/go-build3547871397/b367/_pkg_.a
2025-08-20T21:20:38.3890775Z [00:02:31.653]➜  packagefile k8s.io/api/batch/v1beta1=/tmp/go-build3547871397/b368/_pkg_.a
2025-08-20T21:20:38.3891907Z [00:02:31.653]➜  packagefile k8s.io/api/certificates/v1=/tmp/go-build3547871397/b369/_pkg_.a
2025-08-20T21:20:38.3893223Z [00:02:31.653]➜  packagefile k8s.io/api/certificates/v1alpha1=/tmp/go-build3547871397/b370/_pkg_.a
2025-08-20T21:20:38.3894420Z [00:02:31.653]➜  packagefile k8s.io/api/certificates/v1beta1=/tmp/go-build3547871397/b371/_pkg_.a
2025-08-20T21:20:38.3895563Z [00:02:31.653]➜  packagefile k8s.io/api/coordination/v1=/tmp/go-build3547871397/b372/_pkg_.a
2025-08-20T21:20:38.3896719Z [00:02:31.653]➜  packagefile k8s.io/api/coordination/v1alpha2=/tmp/go-build3547871397/b373/_pkg_.a
2025-08-20T21:20:38.3897931Z [00:02:31.653]➜  packagefile k8s.io/api/coordination/v1beta1=/tmp/go-build3547871397/b374/_pkg_.a
2025-08-20T21:20:38.3899065Z [00:02:31.653]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:38.3900148Z [00:02:31.653]➜  packagefile k8s.io/api/discovery/v1=/tmp/go-build3547871397/b375/_pkg_.a
2025-08-20T21:20:38.3901253Z [00:02:31.653]➜  packagefile k8s.io/api/discovery/v1beta1=/tmp/go-build3547871397/b376/_pkg_.a
2025-08-20T21:20:38.3902342Z [00:02:31.653]➜  packagefile k8s.io/api/events/v1=/tmp/go-build3547871397/b377/_pkg_.a
2025-08-20T21:20:38.3903623Z [00:02:31.653]➜  packagefile k8s.io/api/events/v1beta1=/tmp/go-build3547871397/b378/_pkg_.a
2025-08-20T21:20:38.3904754Z [00:02:31.653]➜  packagefile k8s.io/api/extensions/v1beta1=/tmp/go-build3547871397/b379/_pkg_.a
2025-08-20T21:20:38.3905871Z [00:02:31.653]➜  packagefile k8s.io/api/flowcontrol/v1=/tmp/go-build3547871397/b380/_pkg_.a
2025-08-20T21:20:38.3907234Z [00:02:31.653]➜  packagefile k8s.io/api/flowcontrol/v1beta1=/tmp/go-build3547871397/b381/_pkg_.a
2025-08-20T21:20:38.3908461Z [00:02:31.654]➜  packagefile k8s.io/api/flowcontrol/v1beta2=/tmp/go-build3547871397/b382/_pkg_.a
2025-08-20T21:20:38.3909626Z [00:02:31.654]➜  packagefile k8s.io/api/flowcontrol/v1beta3=/tmp/go-build3547871397/b383/_pkg_.a
2025-08-20T21:20:38.3910774Z [00:02:31.654]➜  packagefile k8s.io/api/networking/v1=/tmp/go-build3547871397/b384/_pkg_.a
2025-08-20T21:20:38.3911934Z [00:02:31.654]➜  packagefile k8s.io/api/networking/v1alpha1=/tmp/go-build3547871397/b385/_pkg_.a
2025-08-20T21:20:38.3921978Z [00:02:31.654]➜  packagefile k8s.io/api/networking/v1beta1=/tmp/go-build3547871397/b386/_pkg_.a
2025-08-20T21:20:38.3923285Z [00:02:31.654]➜  packagefile k8s.io/api/node/v1=/tmp/go-build3547871397/b387/_pkg_.a
2025-08-20T21:20:38.3924315Z [00:02:31.654]➜  packagefile k8s.io/api/node/v1alpha1=/tmp/go-build3547871397/b388/_pkg_.a
2025-08-20T21:20:38.3925375Z [00:02:31.654]➜  packagefile k8s.io/api/node/v1beta1=/tmp/go-build3547871397/b389/_pkg_.a
2025-08-20T21:20:38.3926462Z [00:02:31.654]➜  packagefile k8s.io/api/policy/v1=/tmp/go-build3547871397/b390/_pkg_.a
2025-08-20T21:20:38.3927542Z [00:02:31.654]➜  packagefile k8s.io/api/policy/v1beta1=/tmp/go-build3547871397/b391/_pkg_.a
2025-08-20T21:20:38.3928568Z [00:02:31.654]➜  packagefile k8s.io/api/rbac/v1=/tmp/go-build3547871397/b392/_pkg_.a
2025-08-20T21:20:38.3929575Z [00:02:31.654]➜  packagefile k8s.io/api/rbac/v1alpha1=/tmp/go-build3547871397/b393/_pkg_.a
2025-08-20T21:20:38.3930604Z [00:02:31.654]➜  packagefile k8s.io/api/rbac/v1beta1=/tmp/go-build3547871397/b394/_pkg_.a
2025-08-20T21:20:38.3931727Z [00:02:31.654]➜  packagefile k8s.io/api/resource/v1alpha3=/tmp/go-build3547871397/b395/_pkg_.a
2025-08-20T21:20:38.3933036Z [00:02:31.654]➜  packagefile k8s.io/api/resource/v1beta1=/tmp/go-build3547871397/b396/_pkg_.a
2025-08-20T21:20:38.3934226Z [00:02:31.654]➜  packagefile k8s.io/api/resource/v1beta2=/tmp/go-build3547871397/b397/_pkg_.a
2025-08-20T21:20:38.3935373Z [00:02:31.654]➜  packagefile k8s.io/api/scheduling/v1=/tmp/go-build3547871397/b398/_pkg_.a
2025-08-20T21:20:38.3936491Z [00:02:31.654]➜  packagefile k8s.io/api/scheduling/v1alpha1=/tmp/go-build3547871397/b399/_pkg_.a
2025-08-20T21:20:38.3937902Z [00:02:31.654]➜  packagefile k8s.io/api/scheduling/v1beta1=/tmp/go-build3547871397/b400/_pkg_.a
2025-08-20T21:20:38.3938988Z [00:02:31.654]➜  packagefile k8s.io/api/storage/v1=/tmp/go-build3547871397/b401/_pkg_.a
2025-08-20T21:20:38.3940066Z [00:02:31.654]➜  packagefile k8s.io/api/storage/v1alpha1=/tmp/go-build3547871397/b402/_pkg_.a
2025-08-20T21:20:38.3941207Z [00:02:31.654]➜  packagefile k8s.io/api/storage/v1beta1=/tmp/go-build3547871397/b403/_pkg_.a
2025-08-20T21:20:38.3942411Z [00:02:31.654]➜  packagefile k8s.io/api/storagemigration/v1alpha1=/tmp/go-build3547871397/b404/_pkg_.a
2025-08-20T21:20:38.3951478Z [00:02:31.654]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:38.3952945Z [00:02:31.654]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:38.3954240Z [00:02:31.654]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:38.3955597Z [00:02:31.654]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3547871397/b346/_pkg_.a
2025-08-20T21:20:38.3956949Z [00:02:31.654]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:20:38.3957796Z [00:02:31.654]➜  EOF
2025-08-20T21:20:38.3962141Z [00:02:31.654]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b351/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/scheme=>k8s.io/client-go@v0.33.2/kubernetes/scheme;$WORK/b351=>" -p k8s.io/client-go/kubernetes/scheme -lang=go1.24 -complete -installsuffix shared -buildid -H-Vp18d2bixzQ51yJcL/-H-Vp18d2bixzQ51yJcL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b351/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/scheme/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/scheme/register.go
2025-08-20T21:20:38.4189116Z [00:02:31.686]➜  go tool buildid -w $WORK/b507/_pkg_.a # internal
2025-08-20T21:20:38.4205540Z [00:02:31.687]➜  cp $WORK/b507/_pkg_.a /root/.cache/go-build/47/478250a83b211bbd4d62f98ca2fa579aa925b9c4568ce7ad4292d86fdc2bab39-d # internal
2025-08-20T21:20:38.4206836Z [00:02:31.688]➜  sigs.k8s.io/kustomize/api/internal/image
2025-08-20T21:20:38.4215636Z [00:02:31.688]➜  mkdir -p $WORK/b513/
2025-08-20T21:20:38.4216410Z [00:02:31.688]➜  cat >/tmp/go-build3547871397/b513/importcfg << 'EOF' # internal
2025-08-20T21:20:38.4217129Z [00:02:31.688]➜  # import config
2025-08-20T21:20:38.4217806Z [00:02:31.688]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:38.4218701Z [00:02:31.688]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:38.4219387Z [00:02:31.688]➜  EOF
2025-08-20T21:20:38.4223359Z [00:02:31.688]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b513/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/image=>sigs.k8s.io/kustomize/api@v0.19.0/internal/image;$WORK/b513=>" -p sigs.k8s.io/kustomize/api/internal/image -lang=go1.22 -complete -installsuffix shared -buildid 9d0sHG_TiFJpQCY8efiS/9d0sHG_TiFJpQCY8efiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b513/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/image/image.go
2025-08-20T21:20:38.4391079Z [00:02:31.706]➜  go tool buildid -w $WORK/b508/_pkg_.a # internal
2025-08-20T21:20:38.4404985Z [00:02:31.708]➜  go tool buildid -w $WORK/b513/_pkg_.a # internal
2025-08-20T21:20:38.4415687Z [00:02:31.708]➜  cp $WORK/b508/_pkg_.a /root/.cache/go-build/dc/dc1555883a031712319ca53cc58d3d8be383814b6a2bf789a33cca987fbe727b-d # internal
2025-08-20T21:20:38.4416970Z [00:02:31.709]➜  sigs.k8s.io/kustomize/api/internal/kusterr
2025-08-20T21:20:38.4417642Z [00:02:31.709]➜  mkdir -p $WORK/b530/
2025-08-20T21:20:38.4421228Z [00:02:31.709]➜  cat >/tmp/go-build3547871397/b530/importcfg << 'EOF' # internal
2025-08-20T21:20:38.4424519Z [00:02:31.709]➜  # import config
2025-08-20T21:20:38.4425197Z [00:02:31.709]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:38.4426296Z [00:02:31.709]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:38.4426912Z [00:02:31.709]➜  EOF
2025-08-20T21:20:38.4430630Z [00:02:31.709]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b530/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/kusterr=>sigs.k8s.io/kustomize/api@v0.19.0/internal/kusterr;$WORK/b530=>" -p sigs.k8s.io/kustomize/api/internal/kusterr -lang=go1.22 -complete -installsuffix shared -buildid mrEMxc51k-yU56JlM5cS/mrEMxc51k-yU56JlM5cS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b530/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/kusterr/yamlformaterror.go
2025-08-20T21:20:38.4443459Z [00:02:31.711]➜  cp $WORK/b513/_pkg_.a /root/.cache/go-build/9d/9d99e50a7e4fb9f571f619e72c7e5750088a7d6286eccb1047f0e35e085a880e-d # internal
2025-08-20T21:20:38.4449618Z [00:02:31.712]➜  plugin
2025-08-20T21:20:38.4452804Z [00:02:31.712]➜  mkdir -p $WORK/b539/
2025-08-20T21:20:38.4458667Z [00:02:31.713]➜  echo -n > $WORK/b539/preferlinkext # internal
2025-08-20T21:20:38.4462865Z [00:02:31.713]➜  cd /root/.go/src/plugin
2025-08-20T21:20:38.4464504Z [00:02:31.713]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b539/ -importpath plugin "-ldflags=\"-O2\" \"-g\" \"-ldl\"" -- -I $WORK/b539/ -O2 -flto=auto -fPIE -fpie -static -w -pipe ./plugin_dlopen.go
2025-08-20T21:20:38.4616432Z [00:02:31.729]➜  go tool buildid -w $WORK/b530/_pkg_.a # internal
2025-08-20T21:20:38.4627146Z [00:02:31.730]➜  cp $WORK/b530/_pkg_.a /root/.cache/go-build/0c/0cc0fa4db8658eb027da78aa5a68c1b9bb4c7e7d17566dd86b1d4f1c82f28854-d # internal
2025-08-20T21:20:38.4630743Z [00:02:31.730]➜  github.com/google/shlex
2025-08-20T21:20:38.4631339Z [00:02:31.730]➜  mkdir -p $WORK/b541/
2025-08-20T21:20:38.4636841Z [00:02:31.731]➜  cat >/tmp/go-build3547871397/b541/importcfg << 'EOF' # internal
2025-08-20T21:20:38.4638369Z [00:02:31.731]➜  # import config
2025-08-20T21:20:38.4640086Z [00:02:31.731]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:38.4642009Z [00:02:31.731]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:38.4642979Z [00:02:31.731]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:38.4643785Z [00:02:31.731]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:38.4644443Z [00:02:31.731]➜  EOF
2025-08-20T21:20:38.4644985Z [00:02:31.731]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:38.4649075Z [00:02:31.731]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b541/_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/b541=>" -p github.com/google/shlex -lang=go1.13 -complete -installsuffix shared -buildid 6QED4UZgmJAOAnN0nWiG/6QED4UZgmJAOAnN0nWiG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b541/importcfg -pack /root/go/pkg/mod/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510/shlex.go
2025-08-20T21:20:38.5369701Z [00:02:31.804]➜  go tool buildid -w $WORK/b541/_pkg_.a # internal
2025-08-20T21:20:38.5376619Z [00:02:31.805]➜  cp $WORK/b541/_pkg_.a /root/.cache/go-build/d7/d77a18286e82477ad898d802ec7f04c3caeda8b3fb0c8e5fd2c9a8e5ec696668-d # internal
2025-08-20T21:20:38.5406715Z [00:02:31.805]➜  sigs.k8s.io/kustomize/api/internal/konfig/builtinpluginconsts
2025-08-20T21:20:38.5407493Z [00:02:31.805]➜  mkdir -p $WORK/b555/
2025-08-20T21:20:38.5408247Z [00:02:31.808]➜  cat >/tmp/go-build3547871397/b555/importcfg << 'EOF' # internal
2025-08-20T21:20:38.5412054Z [00:02:31.808]➜  # import config
2025-08-20T21:20:38.5412883Z [00:02:31.808]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:38.5413718Z [00:02:31.808]➜  EOF
2025-08-20T21:20:38.5428760Z [00:02:31.808]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b555/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/konfig/builtinpluginconsts=>sigs.k8s.io/kustomize/api@v0.19.0/internal/konfig/builtinpluginconsts;$WORK/b555=>" -p sigs.k8s.io/kustomize/api/internal/konfig/builtinpluginconsts -lang=go1.22 -complete -installsuffix shared -buildid -0NXbWS3bexH8BSTxnQZ/-0NXbWS3bexH8BSTxnQZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b555/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/konfig/builtinpluginconsts/commonannotations.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/konfig/builtinpluginconsts/commonlabels.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/konfig/builtinpluginconsts/defaultconfig.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/konfig/builtinpluginconsts/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/konfig/builtinpluginconsts/images.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/konfig/builtinpluginconsts/metadatalabels.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/konfig/builtinpluginconsts/nameprefix.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/konfig/builtinpluginconsts/namereference.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/konfig/builtinpluginconsts/namespace.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/konfig/builtinpluginconsts/namesuffix.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/konfig/builtinpluginconsts/replicas.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/konfig/builtinpluginconsts/templatelabels.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/konfig/builtinpluginconsts/varreference.go
2025-08-20T21:20:38.5684139Z [00:02:31.835]➜  go tool buildid -w $WORK/b555/_pkg_.a # internal
2025-08-20T21:20:38.5692377Z [00:02:31.836]➜  cp $WORK/b555/_pkg_.a /root/.cache/go-build/a4/a4f8ca4acdab471beebddcedc420d4f090c652af7fe053cc523dce1222fa99be-d # internal
2025-08-20T21:20:38.5695785Z [00:02:31.837]➜  github.com/blang/semver/v4
2025-08-20T21:20:38.5702052Z [00:02:31.837]➜  mkdir -p $WORK/b557/
2025-08-20T21:20:38.5706390Z [00:02:31.838]➜  cat >/tmp/go-build3547871397/b557/importcfg << 'EOF' # internal
2025-08-20T21:20:38.5709901Z [00:02:31.838]➜  # import config
2025-08-20T21:20:38.5710710Z [00:02:31.838]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:20:38.5711695Z [00:02:31.838]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:38.5712596Z [00:02:31.838]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:38.5713565Z [00:02:31.838]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:38.5714374Z [00:02:31.838]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:38.5715196Z [00:02:31.838]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:38.5716042Z [00:02:31.838]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:38.5716894Z [00:02:31.838]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:38.5717527Z [00:02:31.838]➜  EOF
2025-08-20T21:20:38.5722485Z [00:02:31.838]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b557/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/blang/semver/v4@v4.0.0=>github.com/blang/semver/v4@v4.0.0;$WORK/b557=>" -p github.com/blang/semver/v4 -lang=go1.14 -complete -installsuffix shared -buildid lY1seiBVNvyjKRs-z_BM/lY1seiBVNvyjKRs-z_BM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b557/importcfg -pack /root/go/pkg/mod/github.com/blang/semver/v4@v4.0.0/json.go /root/go/pkg/mod/github.com/blang/semver/v4@v4.0.0/range.go /root/go/pkg/mod/github.com/blang/semver/v4@v4.0.0/semver.go /root/go/pkg/mod/github.com/blang/semver/v4@v4.0.0/sort.go /root/go/pkg/mod/github.com/blang/semver/v4@v4.0.0/sql.go
2025-08-20T21:20:38.5728520Z [00:02:31.840]➜  go tool buildid -w $WORK/b351/_pkg_.a # internal
2025-08-20T21:20:38.5762588Z [00:02:31.843]➜  cp $WORK/b351/_pkg_.a /root/.cache/go-build/76/764785b1d3b3f3dbf52e68a63a0e76ad8c1e044197cbda10725c46f45245f024-d # internal
2025-08-20T21:20:38.5794043Z [00:02:31.847]➜  k8s.io/client-go/discovery
2025-08-20T21:20:38.5806258Z [00:02:31.847]➜  mkdir -p $WORK/b348/
2025-08-20T21:20:38.5807001Z [00:02:31.847]➜  cat >/tmp/go-build3547871397/b348/importcfg << 'EOF' # internal
2025-08-20T21:20:38.5807661Z [00:02:31.847]➜  # import config
2025-08-20T21:20:38.5808307Z [00:02:31.847]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:38.5809185Z [00:02:31.847]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:38.5810079Z [00:02:31.847]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:38.5810888Z [00:02:31.847]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:38.5811965Z [00:02:31.847]➜  packagefile github.com/google/gnostic-models/openapiv2=/tmp/go-build3547871397/b297/_pkg_.a
2025-08-20T21:20:38.5813399Z [00:02:31.847]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:20:38.5814537Z [00:02:31.847]➜  packagefile k8s.io/api/apidiscovery/v2=/tmp/go-build3547871397/b349/_pkg_.a
2025-08-20T21:20:38.5815641Z [00:02:31.847]➜  packagefile k8s.io/api/apidiscovery/v2beta1=/tmp/go-build3547871397/b350/_pkg_.a
2025-08-20T21:20:38.5816823Z [00:02:31.847]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:20:38.5818034Z [00:02:31.847]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:38.5819211Z [00:02:31.847]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:38.5820416Z [00:02:31.847]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:38.5821959Z [00:02:31.847]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3547871397/b346/_pkg_.a
2025-08-20T21:20:38.5823632Z [00:02:31.847]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:20:38.5824848Z [00:02:31.847]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:20:38.5826028Z [00:02:31.847]➜  packagefile k8s.io/apimachinery/pkg/version=/tmp/go-build3547871397/b274/_pkg_.a
2025-08-20T21:20:38.5827175Z [00:02:31.847]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:38.5828246Z [00:02:31.847]➜  packagefile k8s.io/client-go/openapi=/tmp/go-build3547871397/b405/_pkg_.a
2025-08-20T21:20:38.5829228Z [00:02:31.847]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:38.5830105Z [00:02:31.847]➜  packagefile mime=/tmp/go-build3547871397/b236/_pkg_.a
2025-08-20T21:20:38.5830928Z [00:02:31.847]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:38.5831732Z [00:02:31.847]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:38.5832516Z [00:02:31.847]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:38.5833537Z [00:02:31.847]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:38.5834351Z [00:02:31.847]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:38.5835149Z [00:02:31.847]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:38.5835736Z [00:02:31.847]➜  EOF
2025-08-20T21:20:38.5840373Z [00:02:31.847]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b348/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/discovery=>k8s.io/client-go@v0.33.2/discovery;$WORK/b348=>" -p k8s.io/client-go/discovery -lang=go1.24 -complete -installsuffix shared -buildid 3OFx3dF8jIX0Cs-PVCQG/3OFx3dF8jIX0Cs-PVCQG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b348/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/discovery/aggregated_discovery.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/discovery/discovery_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/discovery/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/discovery/helper.go
2025-08-20T21:20:38.6420633Z [00:02:31.909]➜  go tool buildid -w $WORK/b483/_pkg_.a # internal
2025-08-20T21:20:38.6621372Z [00:02:31.929]➜  cp $WORK/b483/_pkg_.a /root/.cache/go-build/7f/7f155d414f2ddf1f440fb4ea8b3ac9c74cab3d946573b0ccd832a515b073886f-d # internal
2025-08-20T21:20:38.6622882Z [00:02:31.929]➜  sigs.k8s.io/kustomize/api/filters/filtersutil
2025-08-20T21:20:38.6625709Z [00:02:31.929]➜  mkdir -p $WORK/b482/
2025-08-20T21:20:38.6630583Z [00:02:31.930]➜  cat >/tmp/go-build3547871397/b482/importcfg << 'EOF' # internal
2025-08-20T21:20:38.6631249Z [00:02:31.930]➜  # import config
2025-08-20T21:20:38.6632058Z [00:02:31.930]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:38.6632884Z [00:02:31.930]➜  EOF
2025-08-20T21:20:38.6636792Z [00:02:31.930]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b482/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/filtersutil=>sigs.k8s.io/kustomize/api@v0.19.0/filters/filtersutil;$WORK/b482=>" -p sigs.k8s.io/kustomize/api/filters/filtersutil -lang=go1.22 -complete -installsuffix shared -buildid 6oAYp_6mmwnqUZ_E6m45/6oAYp_6mmwnqUZ_E6m45 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b482/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/filtersutil/setters.go
2025-08-20T21:20:38.6730970Z [00:02:31.940]➜  go tool buildid -w $WORK/b557/_pkg_.a # internal
2025-08-20T21:20:38.6733061Z [00:02:31.940]➜  cp $WORK/b557/_pkg_.a /root/.cache/go-build/31/31bb2c34b120cacb4614dc34688091aa0a37b43558fc86dae9d730fbbe7759b5-d # internal
2025-08-20T21:20:38.6734847Z [00:02:31.940]➜  sigs.k8s.io/kustomize/kyaml/openapi
2025-08-20T21:20:38.6735719Z [00:02:31.940]➜  mkdir -p $WORK/b502/
2025-08-20T21:20:38.6736721Z [00:02:31.940]➜  cat >/tmp/go-build3547871397/b502/importcfg << 'EOF' # internal
2025-08-20T21:20:38.6737376Z [00:02:31.940]➜  # import config
2025-08-20T21:20:38.6738041Z [00:02:31.940]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:38.6738891Z [00:02:31.940]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:38.6739950Z [00:02:31.940]➜  packagefile github.com/google/gnostic-models/openapiv2=/tmp/go-build3547871397/b297/_pkg_.a
2025-08-20T21:20:38.6741196Z [00:02:31.940]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:20:38.6742446Z [00:02:31.940]➜  packagefile k8s.io/kube-openapi/pkg/validation/spec=/tmp/go-build3547871397/b414/_pkg_.a
2025-08-20T21:20:38.6743629Z [00:02:31.940]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:38.6744480Z [00:02:31.940]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:38.6745410Z [00:02:31.940]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:38.6746445Z [00:02:31.940]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:38.6747767Z [00:02:31.940]➜  packagefile sigs.k8s.io/kustomize/kyaml/openapi/kubernetesapi=/tmp/go-build3547871397/b503/_pkg_.a
2025-08-20T21:20:38.6749208Z [00:02:31.940]➜  packagefile sigs.k8s.io/kustomize/kyaml/openapi/kustomizationapi=/tmp/go-build3547871397/b505/_pkg_.a
2025-08-20T21:20:38.6750510Z [00:02:31.940]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:38.6751560Z [00:02:31.940]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:20:38.6752439Z [00:02:31.940]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:38.6753507Z [00:02:31.940]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:38.6754097Z [00:02:31.940]➜  EOF
2025-08-20T21:20:38.6757645Z [00:02:31.940]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b502/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/openapi=>sigs.k8s.io/kustomize/kyaml@v0.19.0/openapi;$WORK/b502=>" -p sigs.k8s.io/kustomize/kyaml/openapi -lang=go1.22 -complete -installsuffix shared -buildid 3Z55f3Xszw8vVy_RHa3j/3Z55f3Xszw8vVy_RHa3j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b502/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/openapi/openapi.go
2025-08-20T21:20:38.7161567Z [00:02:31.983]➜  go tool buildid -w $WORK/b482/_pkg_.a # internal
2025-08-20T21:20:38.7178067Z [00:02:31.985]➜  cp $WORK/b482/_pkg_.a /root/.cache/go-build/bd/bdbe3cf6942f489a1bedbde5ac0867b68aa896435280daca4476a6b41121b4f5-d # internal
2025-08-20T21:20:38.7179288Z [00:02:31.985]➜  sigs.k8s.io/kustomize/kyaml/kio/kioutil
2025-08-20T21:20:38.7179851Z [00:02:31.985]➜  mkdir -p $WORK/b510/
2025-08-20T21:20:38.7194837Z [00:02:31.987]➜  cat >/tmp/go-build3547871397/b510/importcfg << 'EOF' # internal
2025-08-20T21:20:38.7195547Z [00:02:31.987]➜  # import config
2025-08-20T21:20:38.7196255Z [00:02:31.987]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:38.7197090Z [00:02:31.987]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:38.7198139Z [00:02:31.987]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:38.7199333Z [00:02:31.987]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:38.7200337Z [00:02:31.987]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:38.7201170Z [00:02:31.987]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:38.7202002Z [00:02:31.987]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:38.7202834Z [00:02:31.987]➜  EOF
2025-08-20T21:20:38.7212966Z [00:02:31.988]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b510/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/kio/kioutil=>sigs.k8s.io/kustomize/kyaml@v0.19.0/kio/kioutil;$WORK/b510=>" -p sigs.k8s.io/kustomize/kyaml/kio/kioutil -lang=go1.22 -complete -installsuffix shared -buildid cXf244JVfCBMr9b5EawI/cXf244JVfCBMr9b5EawI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b510/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/kio/kioutil/kioutil.go
2025-08-20T21:20:38.7769724Z [00:02:32.044]➜  cd $WORK/b539
2025-08-20T21:20:38.7777361Z [00:02:32.044]➜  TERM='dumb' gcc -I /root/.go/src/plugin -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b539=/tmp/go-build -gno-record-gcc-switches -I $WORK/b539/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=rQbzK9zOiWMcFhE4fjlP -o $WORK/b539/_x001.o -c _cgo_export.c
2025-08-20T21:20:38.7815475Z [00:02:32.049]➜  go tool buildid -w $WORK/b510/_pkg_.a # internal
2025-08-20T21:20:38.7824522Z [00:02:32.050]➜  cp $WORK/b510/_pkg_.a /root/.cache/go-build/5d/5d447553d7880abcee7f9a9ee3927934c09ec2fd2ea87193a1882c4662df5e27-d # internal
2025-08-20T21:20:38.7841884Z [00:02:32.051]➜  sigs.k8s.io/kustomize/kyaml/kio
2025-08-20T21:20:38.7842467Z [00:02:32.051]➜  mkdir -p $WORK/b506/
2025-08-20T21:20:38.7853767Z [00:02:32.053]➜  cat >/tmp/go-build3547871397/b506/importcfg << 'EOF' # internal
2025-08-20T21:20:38.7854486Z [00:02:32.053]➜  # import config
2025-08-20T21:20:38.7855184Z [00:02:32.053]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:38.7856122Z [00:02:32.053]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:38.7857020Z [00:02:32.053]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:38.7857829Z [00:02:32.053]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:38.7858897Z [00:02:32.053]➜  packagefile github.com/monochromegane/go-gitignore=/tmp/go-build3547871397/b507/_pkg_.a
2025-08-20T21:20:38.7860094Z [00:02:32.053]➜  packagefile github.com/xlab/treeprint=/tmp/go-build3547871397/b508/_pkg_.a
2025-08-20T21:20:38.7861036Z [00:02:32.053]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:38.7861812Z [00:02:32.053]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:38.7862861Z [00:02:32.053]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:38.7864106Z [00:02:32.053]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:38.7865153Z [00:02:32.053]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:38.7866317Z [00:02:32.053]➜  packagefile sigs.k8s.io/kustomize/kyaml/ext=/tmp/go-build3547871397/b509/_pkg_.a
2025-08-20T21:20:38.7867503Z [00:02:32.053]➜  packagefile sigs.k8s.io/kustomize/kyaml/filesys=/tmp/go-build3547871397/b500/_pkg_.a
2025-08-20T21:20:38.7868717Z [00:02:32.053]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio/kioutil=/tmp/go-build3547871397/b510/_pkg_.a
2025-08-20T21:20:38.7869958Z [00:02:32.053]➜  packagefile sigs.k8s.io/kustomize/kyaml/sets=/tmp/go-build3547871397/b486/_pkg_.a
2025-08-20T21:20:38.7871118Z [00:02:32.053]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:38.7872082Z [00:02:32.053]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:38.7878167Z [00:02:32.053]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:38.7879006Z [00:02:32.053]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:38.7879617Z [00:02:32.053]➜  EOF
2025-08-20T21:20:38.7880098Z [00:02:32.055]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:38.7887177Z [00:02:32.055]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b506/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/kio=>sigs.k8s.io/kustomize/kyaml@v0.19.0/kio;$WORK/b506=>" -p sigs.k8s.io/kustomize/kyaml/kio -lang=go1.22 -complete -installsuffix shared -buildid R1kJUncs6EwWZsEvEhPQ/R1kJUncs6EwWZsEvEhPQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b506/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/kio/byteio_reader.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/kio/byteio_writer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/kio/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/kio/ignorefilesmatcher.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/kio/kio.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/kio/pkgio_reader.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/kio/pkgio_writer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/kio/tree.go
2025-08-20T21:20:38.8087431Z [00:02:32.076]➜  cd $WORK/b539
2025-08-20T21:20:38.8090064Z [00:02:32.076]➜  TERM='dumb' gcc -I /root/.go/src/plugin -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b539=/tmp/go-build -gno-record-gcc-switches -I $WORK/b539/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=rQbzK9zOiWMcFhE4fjlP -o $WORK/b539/_x002.o -c plugin_dlopen.cgo2.c
2025-08-20T21:20:38.8133162Z [00:02:32.081]➜  go tool buildid -w $WORK/b348/_pkg_.a # internal
2025-08-20T21:20:38.8205814Z [00:02:32.088]➜  cp $WORK/b348/_pkg_.a /root/.cache/go-build/11/11ae39348a5a518afad8bc16ec7d8a0f9e5e01f194312c98113adf942310cc87-d # internal
2025-08-20T21:20:38.8226970Z [00:02:32.090]➜  k8s.io/client-go/restmapper
2025-08-20T21:20:38.8228043Z [00:02:32.090]➜  mkdir -p $WORK/b478/
2025-08-20T21:20:38.8235747Z [00:02:32.091]➜  cat >/tmp/go-build3547871397/b478/importcfg << 'EOF' # internal
2025-08-20T21:20:38.8238215Z [00:02:32.091]➜  # import config
2025-08-20T21:20:38.8238941Z [00:02:32.091]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:38.8239818Z [00:02:32.091]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:20:38.8240968Z [00:02:32.091]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:38.8242240Z [00:02:32.091]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:38.8243680Z [00:02:32.091]➜  packagefile k8s.io/client-go/discovery=/tmp/go-build3547871397/b348/_pkg_.a
2025-08-20T21:20:38.8244701Z [00:02:32.091]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:38.8246002Z [00:02:32.091]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:38.8246857Z [00:02:32.091]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:38.8247474Z [00:02:32.091]➜  EOF
2025-08-20T21:20:38.8247969Z [00:02:32.091]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:38.8255732Z [00:02:32.091]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b478/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/restmapper=>k8s.io/client-go@v0.33.2/restmapper;$WORK/b478=>" -p k8s.io/client-go/restmapper -lang=go1.24 -complete -installsuffix shared -buildid sSZLy_gBudHgt1ry_KSs/sSZLy_gBudHgt1ry_KSs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b478/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/restmapper/category_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/restmapper/discovery.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/restmapper/shortcut.go
2025-08-20T21:20:38.8547646Z [00:02:32.122]➜  go tool buildid -w $WORK/b502/_pkg_.a # internal
2025-08-20T21:20:38.8613764Z [00:02:32.128]➜  cp $WORK/b502/_pkg_.a /root/.cache/go-build/b2/b2e866b7430f1ff5841a9b663e42df8098a67888fffe8755fbfe8682ab9425f3-d # internal
2025-08-20T21:20:38.8614945Z [00:02:32.128]➜  cd $WORK/b539
2025-08-20T21:20:38.8617468Z [00:02:32.128]➜  TERM='dumb' gcc -I /root/.go/src/plugin -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b539=/tmp/go-build -gno-record-gcc-switches -I $WORK/b539/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=rQbzK9zOiWMcFhE4fjlP -o $WORK/b539/_cgo_main.o -c _cgo_main.c
2025-08-20T21:20:38.8623590Z [00:02:32.130]➜  sigs.k8s.io/kustomize/kyaml/resid
2025-08-20T21:20:38.8626014Z [00:02:32.130]➜  mkdir -p $WORK/b501/
2025-08-20T21:20:38.8633385Z [00:02:32.131]➜  cat >/tmp/go-build3547871397/b501/importcfg << 'EOF' # internal
2025-08-20T21:20:38.8635353Z [00:02:32.131]➜  # import config
2025-08-20T21:20:38.8636044Z [00:02:32.131]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:38.8637133Z [00:02:32.131]➜  packagefile sigs.k8s.io/kustomize/kyaml/openapi=/tmp/go-build3547871397/b502/_pkg_.a
2025-08-20T21:20:38.8638346Z [00:02:32.131]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:38.8639352Z [00:02:32.131]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:38.8639998Z [00:02:32.131]➜  EOF
2025-08-20T21:20:38.8644109Z [00:02:32.132]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:38.8651304Z [00:02:32.132]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b501/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/resid=>sigs.k8s.io/kustomize/kyaml@v0.19.0/resid;$WORK/b501=>" -p sigs.k8s.io/kustomize/kyaml/resid -lang=go1.22 -complete -installsuffix shared -buildid xBcpM4LBSYxjLLek7HZO/xBcpM4LBSYxjLLek7HZO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b501/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/resid/gvk.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/resid/resid.go
2025-08-20T21:20:38.8913908Z [00:02:32.158]➜  TERM='dumb' gcc -I /root/.go/src/plugin -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b539=/tmp/go-build -gno-record-gcc-switches -o $WORK/b539/_cgo_.o $WORK/b539/_cgo_main.o $WORK/b539/preferlinkext $WORK/b539/_x001.o $WORK/b539/_x002.o -O2 -g -ldl
2025-08-20T21:20:38.9510838Z [00:02:32.217]➜  go tool buildid -w $WORK/b501/_pkg_.a # internal
2025-08-20T21:20:38.9514104Z [00:02:32.218]➜  cp $WORK/b501/_pkg_.a /root/.cache/go-build/33/33c30cf5f0cceff863bdd70f1385a279dec38bed48d7c32d9a3914526d5f325f-d # internal
2025-08-20T21:20:38.9534214Z [00:02:32.221]➜  sigs.k8s.io/kustomize/api/types
2025-08-20T21:20:38.9535163Z [00:02:32.221]➜  mkdir -p $WORK/b499/
2025-08-20T21:20:38.9540849Z [00:02:32.221]➜  cat >/tmp/go-build3547871397/b499/importcfg << 'EOF' # internal
2025-08-20T21:20:38.9541848Z [00:02:32.221]➜  # import config
2025-08-20T21:20:38.9544284Z [00:02:32.222]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:38.9545168Z [00:02:32.222]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:38.9547065Z [00:02:32.222]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:38.9547920Z [00:02:32.222]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:38.9548857Z [00:02:32.222]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:38.9549703Z [00:02:32.222]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:38.9550730Z [00:02:32.222]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:38.9551983Z [00:02:32.222]➜  packagefile sigs.k8s.io/kustomize/kyaml/filesys=/tmp/go-build3547871397/b500/_pkg_.a
2025-08-20T21:20:38.9553361Z [00:02:32.222]➜  packagefile sigs.k8s.io/kustomize/kyaml/resid=/tmp/go-build3547871397/b501/_pkg_.a
2025-08-20T21:20:38.9554518Z [00:02:32.222]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:20:38.9555421Z [00:02:32.222]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:38.9556238Z [00:02:32.222]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:38.9557072Z [00:02:32.222]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:38.9557745Z [00:02:32.222]➜  EOF
2025-08-20T21:20:38.9578578Z [00:02:32.222]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b499/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types=>sigs.k8s.io/kustomize/api@v0.19.0/types;$WORK/b499=>" -p sigs.k8s.io/kustomize/api/types -lang=go1.22 -complete -installsuffix shared -buildid HRxFEghLFN7WrI43Gn-9/HRxFEghLFN7WrI43Gn-9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b499/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/builtinpluginloadingoptions_string.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/configmapargs.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/erronlybuiltinpluginsallowed.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/errunabletofind.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/fieldspec.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/generationbehavior.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/generatorargs.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/generatoroptions.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/helmchartargs.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/iampolicygenerator.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/image.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/kustomization.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/kvpairsources.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/labels.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/loadrestrictions.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/loadrestrictions_string.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/objectmeta.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/pair.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/patch.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/patchstrategicmerge.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/pluginconfig.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/pluginrestrictions.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/pluginrestrictions_string.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/replacement.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/replacementfield.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/replica.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/secretargs.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/selector.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/sortoptions.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/typemeta.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/types/var.go
2025-08-20T21:20:38.9618799Z [00:02:32.229]➜  go tool buildid -w $WORK/b478/_pkg_.a # internal
2025-08-20T21:20:38.9655049Z [00:02:32.233]➜  cp $WORK/b478/_pkg_.a /root/.cache/go-build/e4/e47673671c8eef9718ec67a939a5f80e0bc8188a536bf3903500fd9bee05eaa7-d # internal
2025-08-20T21:20:38.9656965Z [00:02:32.233]➜  sigs.k8s.io/kustomize/kyaml/fieldmeta
2025-08-20T21:20:38.9657552Z [00:02:32.233]➜  mkdir -p $WORK/b525/
2025-08-20T21:20:38.9661849Z [00:02:32.233]➜  cat >/tmp/go-build3547871397/b525/importcfg << 'EOF' # internal
2025-08-20T21:20:38.9662550Z [00:02:32.234]➜  # import config
2025-08-20T21:20:38.9664766Z [00:02:32.234]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:38.9665654Z [00:02:32.234]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:38.9666759Z [00:02:32.234]➜  packagefile k8s.io/kube-openapi/pkg/validation/spec=/tmp/go-build3547871397/b414/_pkg_.a
2025-08-20T21:20:38.9667807Z [00:02:32.234]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:38.9668827Z [00:02:32.234]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:38.9670009Z [00:02:32.234]➜  packagefile sigs.k8s.io/kustomize/kyaml/openapi=/tmp/go-build3547871397/b502/_pkg_.a
2025-08-20T21:20:38.9671196Z [00:02:32.234]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:38.9672177Z [00:02:32.234]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:38.9674747Z [00:02:32.234]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:38.9675496Z [00:02:32.234]➜  EOF
2025-08-20T21:20:38.9679268Z [00:02:32.234]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b525/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/fieldmeta=>sigs.k8s.io/kustomize/kyaml@v0.19.0/fieldmeta;$WORK/b525=>" -p sigs.k8s.io/kustomize/kyaml/fieldmeta -lang=go1.22 -complete -installsuffix shared -buildid NlctCkVED6oYTqxTV_BP/NlctCkVED6oYTqxTV_BP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b525/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/fieldmeta/fieldmeta.go
2025-08-20T21:20:39.0300692Z [00:02:32.297]➜  gcc -I /root/.go/src/plugin -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b539=/tmp/go-build -gno-record-gcc-switches -o $WORK/b539/_cgo_.o $WORK/b539/_cgo_main.o $WORK/b539/preferlinkext $WORK/b539/_x001.o $WORK/b539/_x002.o -O2 -g -ldl # test for internal linking errors (succeeded)
2025-08-20T21:20:39.0303883Z [00:02:32.297]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage plugin -dynimport $WORK/b539/_cgo_.o -dynout $WORK/b539/_cgo_import.go
2025-08-20T21:20:39.0338641Z [00:02:32.301]➜  cat >/tmp/go-build3547871397/b539/importcfg << 'EOF' # internal
2025-08-20T21:20:39.0341547Z [00:02:32.301]➜  # import config
2025-08-20T21:20:39.0343095Z [00:02:32.301]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:39.0343906Z [00:02:32.301]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:39.0344821Z [00:02:32.301]➜  packagefile runtime/cgo=/tmp/go-build3547871397/b117/_pkg_.a
2025-08-20T21:20:39.0345706Z [00:02:32.301]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:39.0346389Z [00:02:32.301]➜  EOF
2025-08-20T21:20:39.0349516Z [00:02:32.301]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b539/_pkg_.a -trimpath "/root/.go/src/plugin=>plugin;$WORK/b539=>" -p plugin -lang=go1.25 -std -installsuffix shared -buildid rQbzK9zOiWMcFhE4fjlP/rQbzK9zOiWMcFhE4fjlP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b539/importcfg -pack /root/.go/src/plugin/plugin.go $WORK/b539/_cgo_gotypes.go $WORK/b539/plugin_dlopen.cgo1.go $WORK/b539/_cgo_import.go
2025-08-20T21:20:39.0549440Z [00:02:32.322]➜  go tool buildid -w $WORK/b506/_pkg_.a # internal
2025-08-20T21:20:39.0631266Z [00:02:32.330]➜  cp $WORK/b506/_pkg_.a /root/.cache/go-build/51/5156396dc3ac4781d32f659f0fcaf4416bce865fb1c0b157a2138bb98928ed8c-d # internal
2025-08-20T21:20:39.0637381Z [00:02:32.331]➜  sigs.k8s.io/kustomize/api/filters/patchjson6902
2025-08-20T21:20:39.0641256Z [00:02:32.331]➜  mkdir -p $WORK/b518/
2025-08-20T21:20:39.0666960Z [00:02:32.334]➜  cat >/tmp/go-build3547871397/b518/importcfg << 'EOF' # internal
2025-08-20T21:20:39.0673882Z [00:02:32.334]➜  # import config
2025-08-20T21:20:39.0674860Z [00:02:32.334]➜  packagefile gopkg.in/evanphx/json-patch.v4=/tmp/go-build3547871397/b283/_pkg_.a
2025-08-20T21:20:39.0676064Z [00:02:32.334]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio=/tmp/go-build3547871397/b506/_pkg_.a
2025-08-20T21:20:39.0677310Z [00:02:32.334]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.0678488Z [00:02:32.334]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:20:39.0679447Z [00:02:32.334]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.0680103Z [00:02:32.334]➜  EOF
2025-08-20T21:20:39.0685358Z [00:02:32.334]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b518/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/patchjson6902=>sigs.k8s.io/kustomize/api@v0.19.0/filters/patchjson6902;$WORK/b518=>" -p sigs.k8s.io/kustomize/api/filters/patchjson6902 -lang=go1.22 -complete -installsuffix shared -buildid nnvfLNQ_JKhbFoHmMKq9/nnvfLNQ_JKhbFoHmMKq9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b518/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/patchjson6902/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/patchjson6902/patchjson6902.go
2025-08-20T21:20:39.0716726Z [00:02:32.339]➜  cd /root/.go/src/plugin
2025-08-20T21:20:39.0718418Z [00:02:32.339]➜  go tool pack r $WORK/b539/_pkg_.a $WORK/b539/preferlinkext $WORK/b539/_x001.o $WORK/b539/_x002.o # internal
2025-08-20T21:20:39.0719455Z [00:02:32.339]➜  go tool buildid -w $WORK/b539/_pkg_.a # internal
2025-08-20T21:20:39.0726753Z [00:02:32.340]➜  cp $WORK/b539/_pkg_.a /root/.cache/go-build/35/350697204f219f2089e834d24bbf13f8f83e688307faed612adf708c0db96c61-d # internal
2025-08-20T21:20:39.0728629Z [00:02:32.340]➜  sigs.k8s.io/kustomize/kyaml/yaml/schema
2025-08-20T21:20:39.0729214Z [00:02:32.340]➜  mkdir -p $WORK/b526/
2025-08-20T21:20:39.0733777Z [00:02:32.340]➜  cat >/tmp/go-build3547871397/b526/importcfg << 'EOF' # internal
2025-08-20T21:20:39.0734480Z [00:02:32.340]➜  # import config
2025-08-20T21:20:39.0735408Z [00:02:32.341]➜  packagefile sigs.k8s.io/kustomize/kyaml/openapi=/tmp/go-build3547871397/b502/_pkg_.a
2025-08-20T21:20:39.0736655Z [00:02:32.341]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.0737665Z [00:02:32.341]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.0738366Z [00:02:32.341]➜  EOF
2025-08-20T21:20:39.0738864Z [00:02:32.341]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:39.0743103Z [00:02:32.341]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b526/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/schema=>sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/schema;$WORK/b526=>" -p sigs.k8s.io/kustomize/kyaml/yaml/schema -lang=go1.22 -complete -installsuffix shared -buildid 6PkGXSCUCwzwr2I5xg8Z/6PkGXSCUCwzwr2I5xg8Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b526/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/schema/schema.go
2025-08-20T21:20:39.1338228Z [00:02:32.401]➜  go tool buildid -w $WORK/b518/_pkg_.a # internal
2025-08-20T21:20:39.1353426Z [00:02:32.402]➜  cp $WORK/b518/_pkg_.a /root/.cache/go-build/8a/8ae9542c29ec37446ad6b5ee6304d501ebf45be3e117b1ba9834054808442591-d # internal
2025-08-20T21:20:39.1356956Z [00:02:32.403]➜  sigs.k8s.io/kustomize/api/filters/valueadd
2025-08-20T21:20:39.1357581Z [00:02:32.403]➜  mkdir -p $WORK/b533/
2025-08-20T21:20:39.1371757Z [00:02:32.404]➜  cat >/tmp/go-build3547871397/b533/importcfg << 'EOF' # internal
2025-08-20T21:20:39.1376483Z [00:02:32.404]➜  # import config
2025-08-20T21:20:39.1381333Z [00:02:32.404]➜  packagefile sigs.k8s.io/kustomize/kyaml/filesys=/tmp/go-build3547871397/b500/_pkg_.a
2025-08-20T21:20:39.1421141Z [00:02:32.404]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio=/tmp/go-build3547871397/b506/_pkg_.a
2025-08-20T21:20:39.1422303Z [00:02:32.404]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.1423522Z [00:02:32.404]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.1424153Z [00:02:32.404]➜  EOF
2025-08-20T21:20:39.1427845Z [00:02:32.405]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b533/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/valueadd=>sigs.k8s.io/kustomize/api@v0.19.0/filters/valueadd;$WORK/b533=>" -p sigs.k8s.io/kustomize/api/filters/valueadd -lang=go1.22 -complete -installsuffix shared -buildid VYVhoBNpI21Es61a2MtF/VYVhoBNpI21Es61a2MtF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b533/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/valueadd/valueadd.go
2025-08-20T21:20:39.1631554Z [00:02:32.430]➜  go tool buildid -w $WORK/b525/_pkg_.a # internal
2025-08-20T21:20:39.1634464Z [00:02:32.430]➜  go tool buildid -w $WORK/b499/_pkg_.a # internal
2025-08-20T21:20:39.1664894Z [00:02:32.434]➜  go tool buildid -w $WORK/b533/_pkg_.a # internal
2025-08-20T21:20:39.1673190Z [00:02:32.434]➜  cp $WORK/b499/_pkg_.a /root/.cache/go-build/42/426d8ebd8aafbc9e3a71b5abb9b2b87aba225d1dc331fdf1fcf82b4134210748-d # internal
2025-08-20T21:20:39.1674934Z [00:02:32.434]➜  cp $WORK/b533/_pkg_.a /root/.cache/go-build/6d/6d93ca3b8454a381e39eff91406ff94ab6601a9578e98244aeb6469c0325a953-d # internal
2025-08-20T21:20:39.1676151Z [00:02:32.434]➜  sigs.k8s.io/kustomize/api/filters/fieldspec
2025-08-20T21:20:39.1676788Z [00:02:32.434]➜  mkdir -p $WORK/b498/
2025-08-20T21:20:39.1683147Z [00:02:32.434]➜  sigs.k8s.io/kustomize/api/filters/iampolicygenerator
2025-08-20T21:20:39.1683847Z [00:02:32.434]➜  mkdir -p $WORK/b511/
2025-08-20T21:20:39.1684542Z [00:02:32.434]➜  cat >/tmp/go-build3547871397/b498/importcfg << 'EOF' # internal
2025-08-20T21:20:39.1685194Z [00:02:32.434]➜  # import config
2025-08-20T21:20:39.1685817Z [00:02:32.434]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.1686915Z [00:02:32.434]➜  packagefile sigs.k8s.io/kustomize/api/filters/filtersutil=/tmp/go-build3547871397/b482/_pkg_.a
2025-08-20T21:20:39.1688175Z [00:02:32.434]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:39.1693465Z [00:02:32.434]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:39.1694628Z [00:02:32.434]➜  packagefile sigs.k8s.io/kustomize/kyaml/resid=/tmp/go-build3547871397/b501/_pkg_.a
2025-08-20T21:20:39.1695818Z [00:02:32.434]➜  packagefile sigs.k8s.io/kustomize/kyaml/utils=/tmp/go-build3547871397/b488/_pkg_.a
2025-08-20T21:20:39.1705005Z [00:02:32.434]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.1706012Z [00:02:32.434]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.1706661Z [00:02:32.434]➜  EOF
2025-08-20T21:20:39.1710951Z [00:02:32.435]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b498/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/fieldspec=>sigs.k8s.io/kustomize/api@v0.19.0/filters/fieldspec;$WORK/b498=>" -p sigs.k8s.io/kustomize/api/filters/fieldspec -lang=go1.22 -complete -installsuffix shared -buildid DO3Lu2YxXDsibHgjPdDr/DO3Lu2YxXDsibHgjPdDr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b498/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/fieldspec/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/fieldspec/fieldspec.go
2025-08-20T21:20:39.1717086Z [00:02:32.435]➜  cat >/tmp/go-build3547871397/b511/importcfg << 'EOF' # internal
2025-08-20T21:20:39.1717763Z [00:02:32.435]➜  # import config
2025-08-20T21:20:39.1718387Z [00:02:32.435]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.1719382Z [00:02:32.435]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:39.1720495Z [00:02:32.435]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.1721248Z [00:02:32.435]➜  EOF
2025-08-20T21:20:39.1722347Z [00:02:32.436]➜  cp $WORK/b525/_pkg_.a /root/.cache/go-build/36/363c954b13ca371c3a62027e25835b2f54933d8ca439c9cd2488bd557d237b9a-d # internal
2025-08-20T21:20:39.1751271Z [00:02:32.437]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b511/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/iampolicygenerator=>sigs.k8s.io/kustomize/api@v0.19.0/filters/iampolicygenerator;$WORK/b511=>" -p sigs.k8s.io/kustomize/api/filters/iampolicygenerator -lang=go1.22 -complete -installsuffix shared -buildid mED7xUP8Qkxl9S7luMtU/mED7xUP8Qkxl9S7luMtU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b511/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/iampolicygenerator/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/iampolicygenerator/iampolicygenerator.go
2025-08-20T21:20:39.1755869Z [00:02:32.437]➜  sigs.k8s.io/kustomize/api/konfig
2025-08-20T21:20:39.1756458Z [00:02:32.437]➜  mkdir -p $WORK/b515/
2025-08-20T21:20:39.1757189Z [00:02:32.437]➜  cat >/tmp/go-build3547871397/b515/importcfg << 'EOF' # internal
2025-08-20T21:20:39.1758172Z [00:02:32.437]➜  # import config
2025-08-20T21:20:39.1758832Z [00:02:32.438]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:39.1759692Z [00:02:32.438]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:39.1760619Z [00:02:32.438]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:39.1761653Z [00:02:32.438]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:39.1762963Z [00:02:32.438]➜  packagefile sigs.k8s.io/kustomize/kyaml/filesys=/tmp/go-build3547871397/b500/_pkg_.a
2025-08-20T21:20:39.1763694Z [00:02:32.438]➜  EOF
2025-08-20T21:20:39.1768083Z [00:02:32.438]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b515/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/konfig=>sigs.k8s.io/kustomize/api@v0.19.0/konfig;$WORK/b515=>" -p sigs.k8s.io/kustomize/api/konfig -lang=go1.22 -complete -installsuffix shared -buildid 044pm2uA1G49OquKe3Z7/044pm2uA1G49OquKe3Z7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b515/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/konfig/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/konfig/general.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/konfig/plugins.go
2025-08-20T21:20:39.1948083Z [00:02:32.462]➜  go tool buildid -w $WORK/b511/_pkg_.a # internal
2025-08-20T21:20:39.1956145Z [00:02:32.463]➜  cp $WORK/b511/_pkg_.a /root/.cache/go-build/c9/c90fb1d03a767ef3b919b048f80eca4bda919f7c95f813c4573ddf41e57d2f92-d # internal
2025-08-20T21:20:39.1964174Z [00:02:32.464]➜  sigs.k8s.io/kustomize/api/ifc
2025-08-20T21:20:39.1968696Z [00:02:32.464]➜  mkdir -p $WORK/b527/
2025-08-20T21:20:39.1972355Z [00:02:32.464]➜  cat >/tmp/go-build3547871397/b527/importcfg << 'EOF' # internal
2025-08-20T21:20:39.1976696Z [00:02:32.464]➜  # import config
2025-08-20T21:20:39.1977608Z [00:02:32.464]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:39.1978809Z [00:02:32.464]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.1979617Z [00:02:32.464]➜  EOF
2025-08-20T21:20:39.1990152Z [00:02:32.466]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b527/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/ifc=>sigs.k8s.io/kustomize/api@v0.19.0/ifc;$WORK/b527=>" -p sigs.k8s.io/kustomize/api/ifc -lang=go1.22 -complete -installsuffix shared -buildid d9_4dAv2X9E7j3qB_-a1/d9_4dAv2X9E7j3qB_-a1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b527/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/ifc/ifc.go
2025-08-20T21:20:39.2045187Z [00:02:32.472]➜  go tool buildid -w $WORK/b515/_pkg_.a # internal
2025-08-20T21:20:39.2055117Z [00:02:32.472]➜  cp $WORK/b515/_pkg_.a /root/.cache/go-build/bb/bb6685754d3685d3125f6705ec7dfbd284a6437858dd09481d954cccde904d9c-d # internal
2025-08-20T21:20:39.2060762Z [00:02:32.473]➜  sigs.k8s.io/kustomize/api/internal/utils
2025-08-20T21:20:39.2061436Z [00:02:32.473]➜  mkdir -p $WORK/b514/
2025-08-20T21:20:39.2062194Z [00:02:32.473]➜  cat >/tmp/go-build3547871397/b514/importcfg << 'EOF' # internal
2025-08-20T21:20:39.2063096Z [00:02:32.473]➜  # import config
2025-08-20T21:20:39.2063781Z [00:02:32.473]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.2064803Z [00:02:32.473]➜  packagefile sigs.k8s.io/kustomize/api/konfig=/tmp/go-build3547871397/b515/_pkg_.a
2025-08-20T21:20:39.2066000Z [00:02:32.473]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:39.2067226Z [00:02:32.473]➜  packagefile sigs.k8s.io/kustomize/kyaml/resid=/tmp/go-build3547871397/b501/_pkg_.a
2025-08-20T21:20:39.2068449Z [00:02:32.473]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.2069496Z [00:02:32.473]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.2070671Z [00:02:32.473]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:39.2071338Z [00:02:32.473]➜  EOF
2025-08-20T21:20:39.2087357Z [00:02:32.473]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b514/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/utils=>sigs.k8s.io/kustomize/api@v0.19.0/internal/utils;$WORK/b514=>" -p sigs.k8s.io/kustomize/api/internal/utils -lang=go1.22 -complete -installsuffix shared -buildid Exgk5zNnYP13nHSEYyjK/Exgk5zNnYP13nHSEYyjK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b514/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/utils/annotations.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/utils/errtimeout.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/utils/makeResIds.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/utils/stringslice.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/utils/timedcall.go
2025-08-20T21:20:39.2190131Z [00:02:32.486]➜  go tool buildid -w $WORK/b498/_pkg_.a # internal
2025-08-20T21:20:39.2198120Z [00:02:32.487]➜  cp $WORK/b498/_pkg_.a /root/.cache/go-build/8b/8b9f2f830e837254b4f21c67d61a30f5442db508e41dabda1741f72cedc1afa8-d # internal
2025-08-20T21:20:39.2207980Z [00:02:32.488]➜  sigs.k8s.io/kustomize/api/filters/fsslice
2025-08-20T21:20:39.2218567Z [00:02:32.488]➜  mkdir -p $WORK/b497/
2025-08-20T21:20:39.2219320Z [00:02:32.488]➜  cat >/tmp/go-build3547871397/b497/importcfg << 'EOF' # internal
2025-08-20T21:20:39.2219921Z [00:02:32.488]➜  # import config
2025-08-20T21:20:39.2220888Z [00:02:32.488]➜  packagefile sigs.k8s.io/kustomize/api/filters/fieldspec=/tmp/go-build3547871397/b498/_pkg_.a
2025-08-20T21:20:39.2222845Z [00:02:32.488]➜  packagefile sigs.k8s.io/kustomize/api/filters/filtersutil=/tmp/go-build3547871397/b482/_pkg_.a
2025-08-20T21:20:39.2230714Z [00:02:32.488]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:39.2231905Z [00:02:32.488]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.2232813Z [00:02:32.488]➜  EOF
2025-08-20T21:20:39.2237158Z [00:02:32.490]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b497/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/fsslice=>sigs.k8s.io/kustomize/api@v0.19.0/filters/fsslice;$WORK/b497=>" -p sigs.k8s.io/kustomize/api/filters/fsslice -lang=go1.22 -complete -installsuffix shared -buildid 27-c6MolsCwIiz7ZzvPF/27-c6MolsCwIiz7ZzvPF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b497/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/fsslice/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/fsslice/fsslice.go
2025-08-20T21:20:39.2296246Z [00:02:32.497]➜  go tool buildid -w $WORK/b527/_pkg_.a # internal
2025-08-20T21:20:39.2315897Z [00:02:32.498]➜  cp $WORK/b527/_pkg_.a /root/.cache/go-build/1a/1aa86a0c7b5228a00fae3b57e344bc813dc1e5e602cdfb4204f928587dd75439-d # internal
2025-08-20T21:20:39.2317139Z [00:02:32.498]➜  sigs.k8s.io/kustomize/api/filters/prefix
2025-08-20T21:20:39.2317745Z [00:02:32.498]➜  mkdir -p $WORK/b519/
2025-08-20T21:20:39.2318451Z [00:02:32.498]➜  cat >/tmp/go-build3547871397/b519/importcfg << 'EOF' # internal
2025-08-20T21:20:39.2319126Z [00:02:32.498]➜  # import config
2025-08-20T21:20:39.2319741Z [00:02:32.498]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.2320796Z [00:02:32.498]➜  packagefile sigs.k8s.io/kustomize/api/filters/fieldspec=/tmp/go-build3547871397/b498/_pkg_.a
2025-08-20T21:20:39.2322096Z [00:02:32.498]➜  packagefile sigs.k8s.io/kustomize/api/filters/filtersutil=/tmp/go-build3547871397/b482/_pkg_.a
2025-08-20T21:20:39.2323487Z [00:02:32.498]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:39.2324565Z [00:02:32.498]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio=/tmp/go-build3547871397/b506/_pkg_.a
2025-08-20T21:20:39.2325662Z [00:02:32.498]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.2326661Z [00:02:32.498]➜  EOF
2025-08-20T21:20:39.2330860Z [00:02:32.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b519/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/prefix=>sigs.k8s.io/kustomize/api@v0.19.0/filters/prefix;$WORK/b519=>" -p sigs.k8s.io/kustomize/api/filters/prefix -lang=go1.22 -complete -installsuffix shared -buildid BwdeHcNgByh12We4jMWo/BwdeHcNgByh12We4jMWo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b519/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/prefix/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/prefix/prefix.go
2025-08-20T21:20:39.2450094Z [00:02:32.512]➜  go tool buildid -w $WORK/b497/_pkg_.a # internal
2025-08-20T21:20:39.2460056Z [00:02:32.513]➜  cp $WORK/b497/_pkg_.a /root/.cache/go-build/51/515694a03a21f54e5efb764af0d1040fde784151db93eb40742c33d085dffa55-d # internal
2025-08-20T21:20:39.2461342Z [00:02:32.513]➜  sigs.k8s.io/kustomize/api/filters/annotations
2025-08-20T21:20:39.2468872Z [00:02:32.513]➜  mkdir -p $WORK/b481/
2025-08-20T21:20:39.2469615Z [00:02:32.514]➜  cat >/tmp/go-build3547871397/b481/importcfg << 'EOF' # internal
2025-08-20T21:20:39.2470307Z [00:02:32.514]➜  # import config
2025-08-20T21:20:39.2471265Z [00:02:32.514]➜  packagefile sigs.k8s.io/kustomize/api/filters/filtersutil=/tmp/go-build3547871397/b482/_pkg_.a
2025-08-20T21:20:39.2472605Z [00:02:32.514]➜  packagefile sigs.k8s.io/kustomize/api/filters/fsslice=/tmp/go-build3547871397/b497/_pkg_.a
2025-08-20T21:20:39.2474022Z [00:02:32.514]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:39.2475146Z [00:02:32.514]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio=/tmp/go-build3547871397/b506/_pkg_.a
2025-08-20T21:20:39.2476266Z [00:02:32.514]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.2477041Z [00:02:32.514]➜  EOF
2025-08-20T21:20:39.2481505Z [00:02:32.514]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b481/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/annotations=>sigs.k8s.io/kustomize/api@v0.19.0/filters/annotations;$WORK/b481=>" -p sigs.k8s.io/kustomize/api/filters/annotations -lang=go1.22 -complete -installsuffix shared -buildid K2Ogm4Hj63Xqv0nSQNMp/K2Ogm4Hj63Xqv0nSQNMp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b481/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/annotations/annotations.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/annotations/doc.go
2025-08-20T21:20:39.2559275Z [00:02:32.523]➜  go tool buildid -w $WORK/b514/_pkg_.a # internal
2025-08-20T21:20:39.2573471Z [00:02:32.525]➜  cp $WORK/b514/_pkg_.a /root/.cache/go-build/21/21f3b41f21d0b97b3e631e4d98604eb295536bc12c12e27e1767655f388d4faf-d # internal
2025-08-20T21:20:39.2579138Z [00:02:32.525]➜  sigs.k8s.io/kustomize/api/filters/imagetag
2025-08-20T21:20:39.2580402Z [00:02:32.525]➜  mkdir -p $WORK/b512/
2025-08-20T21:20:39.2586592Z [00:02:32.526]➜  cat >/tmp/go-build3547871397/b512/importcfg << 'EOF' # internal
2025-08-20T21:20:39.2588659Z [00:02:32.526]➜  # import config
2025-08-20T21:20:39.2589613Z [00:02:32.526]➜  packagefile sigs.k8s.io/kustomize/api/filters/filtersutil=/tmp/go-build3547871397/b482/_pkg_.a
2025-08-20T21:20:39.2590973Z [00:02:32.526]➜  packagefile sigs.k8s.io/kustomize/api/filters/fsslice=/tmp/go-build3547871397/b497/_pkg_.a
2025-08-20T21:20:39.2592212Z [00:02:32.526]➜  packagefile sigs.k8s.io/kustomize/api/internal/image=/tmp/go-build3547871397/b513/_pkg_.a
2025-08-20T21:20:39.2593609Z [00:02:32.526]➜  packagefile sigs.k8s.io/kustomize/api/internal/utils=/tmp/go-build3547871397/b514/_pkg_.a
2025-08-20T21:20:39.2594789Z [00:02:32.526]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:39.2595910Z [00:02:32.526]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:39.2597273Z [00:02:32.526]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio=/tmp/go-build3547871397/b506/_pkg_.a
2025-08-20T21:20:39.2598443Z [00:02:32.526]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.2599229Z [00:02:32.526]➜  EOF
2025-08-20T21:20:39.2614865Z [00:02:32.527]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b512/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/imagetag=>sigs.k8s.io/kustomize/api@v0.19.0/filters/imagetag;$WORK/b512=>" -p sigs.k8s.io/kustomize/api/filters/imagetag -lang=go1.22 -complete -installsuffix shared -buildid VaMaFoPCjNEyIAaW_OVL/VaMaFoPCjNEyIAaW_OVL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b512/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/imagetag/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/imagetag/imagetag.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/imagetag/legacy.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/imagetag/updater.go
2025-08-20T21:20:39.2619687Z [00:02:32.527]➜  go tool buildid -w $WORK/b519/_pkg_.a # internal
2025-08-20T21:20:39.2620968Z [00:02:32.527]➜  cp $WORK/b519/_pkg_.a /root/.cache/go-build/b8/b8eb782e75dacbaaefb4b3fea64ccb0ec7f5c752ab6d3f72ba9f45ef701a1e22-d # internal
2025-08-20T21:20:39.2622153Z [00:02:32.528]➜  sigs.k8s.io/kustomize/api/filters/labels
2025-08-20T21:20:39.2622928Z [00:02:32.528]➜  mkdir -p $WORK/b516/
2025-08-20T21:20:39.2623660Z [00:02:32.528]➜  cat >/tmp/go-build3547871397/b516/importcfg << 'EOF' # internal
2025-08-20T21:20:39.2624302Z [00:02:32.528]➜  # import config
2025-08-20T21:20:39.2625213Z [00:02:32.528]➜  packagefile sigs.k8s.io/kustomize/api/filters/filtersutil=/tmp/go-build3547871397/b482/_pkg_.a
2025-08-20T21:20:39.2626508Z [00:02:32.528]➜  packagefile sigs.k8s.io/kustomize/api/filters/fsslice=/tmp/go-build3547871397/b497/_pkg_.a
2025-08-20T21:20:39.2627670Z [00:02:32.528]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:39.2628772Z [00:02:32.528]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio=/tmp/go-build3547871397/b506/_pkg_.a
2025-08-20T21:20:39.2629856Z [00:02:32.528]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.2630825Z [00:02:32.528]➜  EOF
2025-08-20T21:20:39.2635469Z [00:02:32.529]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b516/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/labels=>sigs.k8s.io/kustomize/api@v0.19.0/filters/labels;$WORK/b516=>" -p sigs.k8s.io/kustomize/api/filters/labels -lang=go1.22 -complete -installsuffix shared -buildid Dd4JXlDE9_gLoqyE5mXg/Dd4JXlDE9_gLoqyE5mXg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b516/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/labels/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/labels/labels.go
2025-08-20T21:20:39.2743425Z [00:02:32.541]➜  go tool buildid -w $WORK/b526/_pkg_.a # internal
2025-08-20T21:20:39.2771537Z [00:02:32.543]➜  go tool buildid -w $WORK/b481/_pkg_.a # internal
2025-08-20T21:20:39.2776116Z [00:02:32.545]➜  cp $WORK/b481/_pkg_.a /root/.cache/go-build/b6/b66331c3fbeabf7470122c1bce0176c3280d9e2c5d6c7617f3145441b2ef75b5-d # internal
2025-08-20T21:20:39.2779796Z [00:02:32.545]➜  sigs.k8s.io/kustomize/api/filters/namespace
2025-08-20T21:20:39.2784489Z [00:02:32.546]➜  mkdir -p $WORK/b517/
2025-08-20T21:20:39.2789512Z [00:02:32.546]➜  cat >/tmp/go-build3547871397/b517/importcfg << 'EOF' # internal
2025-08-20T21:20:39.2798505Z [00:02:32.546]➜  # import config
2025-08-20T21:20:39.2799487Z [00:02:32.546]➜  packagefile sigs.k8s.io/kustomize/api/filters/filtersutil=/tmp/go-build3547871397/b482/_pkg_.a
2025-08-20T21:20:39.2800806Z [00:02:32.546]➜  packagefile sigs.k8s.io/kustomize/api/filters/fsslice=/tmp/go-build3547871397/b497/_pkg_.a
2025-08-20T21:20:39.2802001Z [00:02:32.546]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:39.2805360Z [00:02:32.546]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:39.2806539Z [00:02:32.546]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio=/tmp/go-build3547871397/b506/_pkg_.a
2025-08-20T21:20:39.2807726Z [00:02:32.546]➜  packagefile sigs.k8s.io/kustomize/kyaml/resid=/tmp/go-build3547871397/b501/_pkg_.a
2025-08-20T21:20:39.2809010Z [00:02:32.546]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.2809822Z [00:02:32.546]➜  EOF
2025-08-20T21:20:39.2814306Z [00:02:32.546]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b517/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/namespace=>sigs.k8s.io/kustomize/api@v0.19.0/filters/namespace;$WORK/b517=>" -p sigs.k8s.io/kustomize/api/filters/namespace -lang=go1.22 -complete -installsuffix shared -buildid Ooolg2NdYXFw9pcGAXlP/Ooolg2NdYXFw9pcGAXlP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b517/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/namespace/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/namespace/namespace.go
2025-08-20T21:20:39.2818898Z [00:02:32.546]➜  cp $WORK/b526/_pkg_.a /root/.cache/go-build/71/71c5deac9ee49993a1218547cf218203220ff924baab44d0c5aaebdd838abc16-d # internal
2025-08-20T21:20:39.2820374Z [00:02:32.546]➜  sigs.k8s.io/kustomize/kyaml/yaml/walk
2025-08-20T21:20:39.2820975Z [00:02:32.546]➜  mkdir -p $WORK/b524/
2025-08-20T21:20:39.2821700Z [00:02:32.546]➜  cat >/tmp/go-build3547871397/b524/importcfg << 'EOF' # internal
2025-08-20T21:20:39.2822374Z [00:02:32.546]➜  # import config
2025-08-20T21:20:39.2823199Z [00:02:32.546]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.2824117Z [00:02:32.547]➜  packagefile github.com/go-errors/errors=/tmp/go-build3547871397/b485/_pkg_.a
2025-08-20T21:20:39.2825075Z [00:02:32.547]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:39.2826097Z [00:02:32.547]➜  packagefile sigs.k8s.io/kustomize/kyaml/fieldmeta=/tmp/go-build3547871397/b525/_pkg_.a
2025-08-20T21:20:39.2827305Z [00:02:32.547]➜  packagefile sigs.k8s.io/kustomize/kyaml/openapi=/tmp/go-build3547871397/b502/_pkg_.a
2025-08-20T21:20:39.2828532Z [00:02:32.547]➜  packagefile sigs.k8s.io/kustomize/kyaml/sets=/tmp/go-build3547871397/b486/_pkg_.a
2025-08-20T21:20:39.2829683Z [00:02:32.547]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.2830928Z [00:02:32.547]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/schema=/tmp/go-build3547871397/b526/_pkg_.a
2025-08-20T21:20:39.2832426Z [00:02:32.547]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:39.2833780Z [00:02:32.547]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.2834545Z [00:02:32.547]➜  EOF
2025-08-20T21:20:39.2846154Z [00:02:32.547]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b524/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/walk=>sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/walk;$WORK/b524=>" -p sigs.k8s.io/kustomize/kyaml/yaml/walk -lang=go1.22 -complete -installsuffix shared -buildid y8CpVP3GmQQGQOoO0h_a/y8CpVP3GmQQGQOoO0h_a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b524/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/walk/associative_sequence.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/walk/map.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/walk/nonassociative_sequence.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/walk/scalar.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/walk/visitor.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/walk/walk.go
2025-08-20T21:20:39.2856561Z [00:02:32.551]➜  go tool buildid -w $WORK/b516/_pkg_.a # internal
2025-08-20T21:20:39.2858055Z [00:02:32.552]➜  cp $WORK/b516/_pkg_.a /root/.cache/go-build/5a/5a3a69e4516b77c8f114537951badacd655527cd65fe3583dfda0cb977887ee8-d # internal
2025-08-20T21:20:39.2860935Z [00:02:32.552]➜  sigs.k8s.io/kustomize/api/internal/generators
2025-08-20T21:20:39.2861892Z [00:02:32.552]➜  mkdir -p $WORK/b528/
2025-08-20T21:20:39.2862911Z [00:02:32.553]➜  cat >/tmp/go-build3547871397/b528/importcfg << 'EOF' # internal
2025-08-20T21:20:39.2863600Z [00:02:32.553]➜  # import config
2025-08-20T21:20:39.2864220Z [00:02:32.553]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.2865148Z [00:02:32.553]➜  packagefile github.com/go-errors/errors=/tmp/go-build3547871397/b485/_pkg_.a
2025-08-20T21:20:39.2866043Z [00:02:32.553]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:39.2866970Z [00:02:32.553]➜  packagefile sigs.k8s.io/kustomize/api/ifc=/tmp/go-build3547871397/b527/_pkg_.a
2025-08-20T21:20:39.2868072Z [00:02:32.553]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:39.2869258Z [00:02:32.553]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.2870336Z [00:02:32.553]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.2870968Z [00:02:32.553]➜  EOF
2025-08-20T21:20:39.2876251Z [00:02:32.553]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b528/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/generators=>sigs.k8s.io/kustomize/api@v0.19.0/internal/generators;$WORK/b528=>" -p sigs.k8s.io/kustomize/api/internal/generators -lang=go1.22 -complete -installsuffix shared -buildid CcUGVrNH-Dexz9eX9Dsl/CcUGVrNH-Dexz9eX9Dsl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b528/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/generators/configmap.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/generators/secret.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/generators/utils.go
2025-08-20T21:20:39.3080729Z [00:02:32.575]➜  go tool buildid -w $WORK/b512/_pkg_.a # internal
2025-08-20T21:20:39.3093791Z [00:02:32.577]➜  cp $WORK/b512/_pkg_.a /root/.cache/go-build/c4/c412dfb5114ed1b73b0956e4b66d167ddddc3033fe6c11513e59e17712be7238-d # internal
2025-08-20T21:20:39.3100932Z [00:02:32.577]➜  sigs.k8s.io/kustomize/api/internal/git
2025-08-20T21:20:39.3102335Z [00:02:32.577]➜  mkdir -p $WORK/b529/
2025-08-20T21:20:39.3103234Z [00:02:32.577]➜  cat >/tmp/go-build3547871397/b529/importcfg << 'EOF' # internal
2025-08-20T21:20:39.3103888Z [00:02:32.577]➜  # import config
2025-08-20T21:20:39.3104500Z [00:02:32.577]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.3105260Z [00:02:32.578]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:39.3106082Z [00:02:32.578]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:39.3106940Z [00:02:32.578]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:20:39.3107848Z [00:02:32.578]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:39.3109124Z [00:02:32.578]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:39.3110255Z [00:02:32.578]➜  packagefile sigs.k8s.io/kustomize/api/internal/utils=/tmp/go-build3547871397/b514/_pkg_.a
2025-08-20T21:20:39.3111597Z [00:02:32.578]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:39.3112994Z [00:02:32.578]➜  packagefile sigs.k8s.io/kustomize/kyaml/filesys=/tmp/go-build3547871397/b500/_pkg_.a
2025-08-20T21:20:39.3114019Z [00:02:32.578]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:39.3114865Z [00:02:32.578]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.3115691Z [00:02:32.578]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:39.3116317Z [00:02:32.578]➜  EOF
2025-08-20T21:20:39.3121058Z [00:02:32.578]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b529/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/git=>sigs.k8s.io/kustomize/api@v0.19.0/internal/git;$WORK/b529=>" -p sigs.k8s.io/kustomize/api/internal/git -lang=go1.22 -complete -installsuffix shared -buildid UBDFEptjZ8J-3tt6bUt_/UBDFEptjZ8J-3tt6bUt_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b529/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/git/cloner.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/git/gitrunner.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/git/repospec.go
2025-08-20T21:20:39.3292553Z [00:02:32.596]➜  go tool buildid -w $WORK/b528/_pkg_.a # internal
2025-08-20T21:20:39.3301420Z [00:02:32.597]➜  cp $WORK/b528/_pkg_.a /root/.cache/go-build/a3/a377e0e6d99890a9c5acdb9ef535a0b5a662ca352ff49a11bc79608162b9fbe5-d # internal
2025-08-20T21:20:39.3302990Z [00:02:32.598]➜  sigs.k8s.io/kustomize/api/filters/replicacount
2025-08-20T21:20:39.3304160Z [00:02:32.598]➜  mkdir -p $WORK/b531/
2025-08-20T21:20:39.3311286Z [00:02:32.598]➜  cat >/tmp/go-build3547871397/b531/importcfg << 'EOF' # internal
2025-08-20T21:20:39.3312130Z [00:02:32.598]➜  # import config
2025-08-20T21:20:39.3313278Z [00:02:32.598]➜  packagefile sigs.k8s.io/kustomize/api/filters/fieldspec=/tmp/go-build3547871397/b498/_pkg_.a
2025-08-20T21:20:39.3314711Z [00:02:32.598]➜  packagefile sigs.k8s.io/kustomize/api/filters/filtersutil=/tmp/go-build3547871397/b482/_pkg_.a
2025-08-20T21:20:39.3316318Z [00:02:32.598]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:39.3317493Z [00:02:32.598]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio=/tmp/go-build3547871397/b506/_pkg_.a
2025-08-20T21:20:39.3318676Z [00:02:32.598]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.3319680Z [00:02:32.598]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:39.3320303Z [00:02:32.598]➜  EOF
2025-08-20T21:20:39.3325126Z [00:02:32.599]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b531/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/replicacount=>sigs.k8s.io/kustomize/api@v0.19.0/filters/replicacount;$WORK/b531=>" -p sigs.k8s.io/kustomize/api/filters/replicacount -lang=go1.22 -complete -installsuffix shared -buildid dX8IZWvk2WtJjpEgCYth/dX8IZWvk2WtJjpEgCYth -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b531/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/replicacount/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/replicacount/replicacount.go
2025-08-20T21:20:39.3515199Z [00:02:32.616]➜  go tool buildid -w $WORK/b517/_pkg_.a # internal
2025-08-20T21:20:39.3516624Z [00:02:32.618]➜  cp $WORK/b517/_pkg_.a /root/.cache/go-build/1a/1a1110efee7ef74bfffbfec69f78e858cf088cb0627f27ed8404c82469fad9ad-d # internal
2025-08-20T21:20:39.3528138Z [00:02:32.620]➜  sigs.k8s.io/kustomize/api/filters/suffix
2025-08-20T21:20:39.3529985Z [00:02:32.620]➜  mkdir -p $WORK/b532/
2025-08-20T21:20:39.3530735Z [00:02:32.620]➜  cat >/tmp/go-build3547871397/b532/importcfg << 'EOF' # internal
2025-08-20T21:20:39.3531827Z [00:02:32.620]➜  # import config
2025-08-20T21:20:39.3532518Z [00:02:32.620]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.3533816Z [00:02:32.620]➜  packagefile sigs.k8s.io/kustomize/api/filters/fieldspec=/tmp/go-build3547871397/b498/_pkg_.a
2025-08-20T21:20:39.3535195Z [00:02:32.620]➜  packagefile sigs.k8s.io/kustomize/api/filters/filtersutil=/tmp/go-build3547871397/b482/_pkg_.a
2025-08-20T21:20:39.3536473Z [00:02:32.620]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:39.3537650Z [00:02:32.620]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio=/tmp/go-build3547871397/b506/_pkg_.a
2025-08-20T21:20:39.3538805Z [00:02:32.620]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.3539576Z [00:02:32.620]➜  EOF
2025-08-20T21:20:39.3543930Z [00:02:32.620]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b532/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/suffix=>sigs.k8s.io/kustomize/api@v0.19.0/filters/suffix;$WORK/b532=>" -p sigs.k8s.io/kustomize/api/filters/suffix -lang=go1.22 -complete -installsuffix shared -buildid x37LQ42Th1hHrNRXnZ-s/x37LQ42Th1hHrNRXnZ-s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b532/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/suffix/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/suffix/suffix.go
2025-08-20T21:20:39.3724722Z [00:02:32.640]➜  go tool buildid -w $WORK/b531/_pkg_.a # internal
2025-08-20T21:20:39.3733018Z [00:02:32.640]➜  cp $WORK/b531/_pkg_.a /root/.cache/go-build/e3/e30ff4801348222c3ef39bdb788fec60fa1a91a671e67b2005b7bb575de0df4d-d # internal
2025-08-20T21:20:39.3735325Z [00:02:32.641]➜  sigs.k8s.io/kustomize/api/kv
2025-08-20T21:20:39.3736013Z [00:02:32.641]➜  mkdir -p $WORK/b534/
2025-08-20T21:20:39.3743394Z [00:02:32.641]➜  cat >/tmp/go-build3547871397/b534/importcfg << 'EOF' # internal
2025-08-20T21:20:39.3745467Z [00:02:32.641]➜  # import config
2025-08-20T21:20:39.3746194Z [00:02:32.642]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:39.3747120Z [00:02:32.642]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:39.3748281Z [00:02:32.642]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.3749260Z [00:02:32.642]➜  packagefile sigs.k8s.io/kustomize/api/ifc=/tmp/go-build3547871397/b527/_pkg_.a
2025-08-20T21:20:39.3751705Z [00:02:32.642]➜  packagefile sigs.k8s.io/kustomize/api/internal/generators=/tmp/go-build3547871397/b528/_pkg_.a
2025-08-20T21:20:39.3753101Z [00:02:32.642]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:39.3754291Z [00:02:32.642]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:39.3755307Z [00:02:32.642]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.3756187Z [00:02:32.642]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:39.3757091Z [00:02:32.642]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:39.3757767Z [00:02:32.642]➜  EOF
2025-08-20T21:20:39.3761087Z [00:02:32.642]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b534/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/kv=>sigs.k8s.io/kustomize/api@v0.19.0/kv;$WORK/b534=>" -p sigs.k8s.io/kustomize/api/kv -lang=go1.22 -complete -installsuffix shared -buildid BOLBSU3gtH3Ve9ikFa07/BOLBSU3gtH3Ve9ikFa07 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b534/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/kv/kv.go
2025-08-20T21:20:39.3765352Z [00:02:32.642]➜  go tool buildid -w $WORK/b529/_pkg_.a # internal
2025-08-20T21:20:39.3768666Z [00:02:32.644]➜  cp $WORK/b529/_pkg_.a /root/.cache/go-build/7a/7a9001dd22777882fd77fef19c29ee82899310cd2d71fba0bb9b35aade5cf8aa-d # internal
2025-08-20T21:20:39.3770152Z [00:02:32.644]➜  sigs.k8s.io/kustomize/api/internal/loader
2025-08-20T21:20:39.3770793Z [00:02:32.644]➜  mkdir -p $WORK/b536/
2025-08-20T21:20:39.3777206Z [00:02:32.645]➜  cat >/tmp/go-build3547871397/b536/importcfg << 'EOF' # internal
2025-08-20T21:20:39.3783604Z [00:02:32.645]➜  # import config
2025-08-20T21:20:39.3784285Z [00:02:32.645]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.3785091Z [00:02:32.645]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:39.3785879Z [00:02:32.645]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:39.3786713Z [00:02:32.645]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:39.3787616Z [00:02:32.645]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:39.3791565Z [00:02:32.645]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:39.3796593Z [00:02:32.645]➜  packagefile sigs.k8s.io/kustomize/api/ifc=/tmp/go-build3547871397/b527/_pkg_.a
2025-08-20T21:20:39.3797857Z [00:02:32.645]➜  packagefile sigs.k8s.io/kustomize/api/internal/git=/tmp/go-build3547871397/b529/_pkg_.a
2025-08-20T21:20:39.3799077Z [00:02:32.645]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:39.3800296Z [00:02:32.645]➜  packagefile sigs.k8s.io/kustomize/kyaml/filesys=/tmp/go-build3547871397/b500/_pkg_.a
2025-08-20T21:20:39.3801297Z [00:02:32.645]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.3801911Z [00:02:32.645]➜  EOF
2025-08-20T21:20:39.3807525Z [00:02:32.645]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b536/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/loader=>sigs.k8s.io/kustomize/api@v0.19.0/internal/loader;$WORK/b536=>" -p sigs.k8s.io/kustomize/api/internal/loader -lang=go1.22 -complete -installsuffix shared -buildid QWTrLZ3JRutqbshtR1Tl/QWTrLZ3JRutqbshtR1Tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b536/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/loader/errors.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/loader/fileloader.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/loader/loader.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/loader/loadrestrictions.go
2025-08-20T21:20:39.3840864Z [00:02:32.649]➜  go tool buildid -w $WORK/b532/_pkg_.a # internal
2025-08-20T21:20:39.3845965Z [00:02:32.650]➜  cp $WORK/b532/_pkg_.a /root/.cache/go-build/ad/adb1c70dc199e0afffe3de23ee12ae4fddebc6f98128240edaf224f0a39b679e-d # internal
2025-08-20T21:20:39.3856544Z [00:02:32.650]➜  sigs.k8s.io/kustomize/kyaml/order
2025-08-20T21:20:39.3857147Z [00:02:32.650]➜  mkdir -p $WORK/b546/
2025-08-20T21:20:39.3857859Z [00:02:32.651]➜  cat >/tmp/go-build3547871397/b546/importcfg << 'EOF' # internal
2025-08-20T21:20:39.3858516Z [00:02:32.651]➜  # import config
2025-08-20T21:20:39.3859345Z [00:02:32.651]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:39.3860492Z [00:02:32.651]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.3861233Z [00:02:32.651]➜  EOF
2025-08-20T21:20:39.3864916Z [00:02:32.651]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b546/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/order=>sigs.k8s.io/kustomize/kyaml@v0.19.0/order;$WORK/b546=>" -p sigs.k8s.io/kustomize/kyaml/order -lang=go1.22 -complete -installsuffix shared -buildid gtazQaqMIiX0F1y2UVje/gtazQaqMIiX0F1y2UVje -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b546/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/order/syncorder.go
2025-08-20T21:20:39.4101449Z [00:02:32.677]➜  go tool buildid -w $WORK/b546/_pkg_.a # internal
2025-08-20T21:20:39.4109225Z [00:02:32.678]➜  cp $WORK/b546/_pkg_.a /root/.cache/go-build/d7/d769502ad677c8d31d4761e4c70ad41290145f69b312f8592f9cfb543b03cb79-d # internal
2025-08-20T21:20:39.4118246Z [00:02:32.679]➜  sigs.k8s.io/kustomize/api/filters/refvar
2025-08-20T21:20:39.4119648Z [00:02:32.679]➜  mkdir -p $WORK/b553/
2025-08-20T21:20:39.4139928Z [00:02:32.680]➜  cat >/tmp/go-build3547871397/b553/importcfg << 'EOF' # internal
2025-08-20T21:20:39.4140940Z [00:02:32.680]➜  # import config
2025-08-20T21:20:39.4141871Z [00:02:32.680]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.4143816Z [00:02:32.680]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:39.4144954Z [00:02:32.680]➜  packagefile sigs.k8s.io/kustomize/api/filters/fieldspec=/tmp/go-build3547871397/b498/_pkg_.a
2025-08-20T21:20:39.4146223Z [00:02:32.681]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:39.4147444Z [00:02:32.681]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio=/tmp/go-build3547871397/b506/_pkg_.a
2025-08-20T21:20:39.4148618Z [00:02:32.681]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.4149658Z [00:02:32.681]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:39.4150494Z [00:02:32.681]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.4151138Z [00:02:32.681]➜  EOF
2025-08-20T21:20:39.4161759Z [00:02:32.683]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b553/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/refvar=>sigs.k8s.io/kustomize/api@v0.19.0/filters/refvar;$WORK/b553=>" -p sigs.k8s.io/kustomize/api/filters/refvar -lang=go1.22 -complete -installsuffix shared -buildid lpPP1Coeu7PMH32XGTFQ/lpPP1Coeu7PMH32XGTFQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b553/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/refvar/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/refvar/expand.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/refvar/refvar.go
2025-08-20T21:20:39.4169966Z [00:02:32.684]➜  go tool buildid -w $WORK/b534/_pkg_.a # internal
2025-08-20T21:20:39.4171338Z [00:02:32.684]➜  cp $WORK/b534/_pkg_.a /root/.cache/go-build/bf/bf7e54c5db4382ed132297a59afc9514b4b534c475f9637da52924a27ef8f788-d # internal
2025-08-20T21:20:39.4180193Z [00:02:32.685]➜  sigs.k8s.io/kustomize/api/internal/plugins/builtinconfig
2025-08-20T21:20:39.4183539Z [00:02:32.685]➜  mkdir -p $WORK/b554/
2025-08-20T21:20:39.4206433Z [00:02:32.688]➜  cat >/tmp/go-build3547871397/b554/importcfg << 'EOF' # internal
2025-08-20T21:20:39.4211804Z [00:02:32.688]➜  # import config
2025-08-20T21:20:39.4212473Z [00:02:32.688]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:39.4213586Z [00:02:32.688]➜  packagefile sigs.k8s.io/kustomize/api/ifc=/tmp/go-build3547871397/b527/_pkg_.a
2025-08-20T21:20:39.4214983Z [00:02:32.688]➜  packagefile sigs.k8s.io/kustomize/api/internal/konfig/builtinpluginconsts=/tmp/go-build3547871397/b555/_pkg_.a
2025-08-20T21:20:39.4216469Z [00:02:32.688]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:39.4217686Z [00:02:32.688]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:39.4218947Z [00:02:32.688]➜  packagefile sigs.k8s.io/kustomize/kyaml/resid=/tmp/go-build3547871397/b501/_pkg_.a
2025-08-20T21:20:39.4220089Z [00:02:32.688]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:20:39.4220953Z [00:02:32.688]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:39.4221840Z [00:02:32.688]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.4222890Z [00:02:32.688]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:39.4223542Z [00:02:32.688]➜  EOF
2025-08-20T21:20:39.4230431Z [00:02:32.688]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b554/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/builtinconfig=>sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/builtinconfig;$WORK/b554=>" -p sigs.k8s.io/kustomize/api/internal/plugins/builtinconfig -lang=go1.22 -complete -installsuffix shared -buildid xNrkIRfapDjczBBM4Qw7/xNrkIRfapDjczBBM4Qw7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b554/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/builtinconfig/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/builtinconfig/loaddefaultconfig.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/builtinconfig/namebackreferences.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/builtinconfig/transformerconfig.go
2025-08-20T21:20:39.4577969Z [00:02:32.725]➜  go tool buildid -w $WORK/b536/_pkg_.a # internal
2025-08-20T21:20:39.4591759Z [00:02:32.726]➜  cp $WORK/b536/_pkg_.a /root/.cache/go-build/17/17b45a321a2f79f68f176a07aa2a79b2d6c76e4225d0e68bc1a299657a4b3ec0-d # internal
2025-08-20T21:20:39.4594178Z [00:02:32.727]➜  sigs.k8s.io/kustomize/api/provenance
2025-08-20T21:20:39.4595742Z [00:02:32.727]➜  mkdir -p $WORK/b556/
2025-08-20T21:20:39.4616537Z [00:02:32.729]➜  cat >/tmp/go-build3547871397/b556/importcfg << 'EOF' # internal
2025-08-20T21:20:39.4617714Z [00:02:32.729]➜  # import config
2025-08-20T21:20:39.4619377Z [00:02:32.729]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.4620364Z [00:02:32.729]➜  packagefile github.com/blang/semver/v4=/tmp/go-build3547871397/b557/_pkg_.a
2025-08-20T21:20:39.4621298Z [00:02:32.729]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:39.4622193Z [00:02:32.729]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:20:39.4623277Z [00:02:32.729]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.4623912Z [00:02:32.729]➜  EOF
2025-08-20T21:20:39.4627572Z [00:02:32.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b556/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/provenance=>sigs.k8s.io/kustomize/api@v0.19.0/provenance;$WORK/b556=>" -p sigs.k8s.io/kustomize/api/provenance -lang=go1.22 -complete -installsuffix shared -buildid J8RLRK6Bc7mM9rWHk0uW/J8RLRK6Bc7mM9rWHk0uW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b556/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/provenance/provenance.go
2025-08-20T21:20:39.4999294Z [00:02:32.767]➜  go tool buildid -w $WORK/b554/_pkg_.a # internal
2025-08-20T21:20:39.5011242Z [00:02:32.768]➜  cp $WORK/b554/_pkg_.a /root/.cache/go-build/1c/1cf38116107ddcbc69fd40dd3b1f2bddfad9bf364ebc3c1806e87bd10c63e6e1-d # internal
2025-08-20T21:20:39.5020307Z [00:02:32.769]➜  sigs.k8s.io/kustomize/api/hasher
2025-08-20T21:20:39.5020946Z [00:02:32.769]➜  mkdir -p $WORK/b559/
2025-08-20T21:20:39.5021713Z [00:02:32.769]➜  cat >/tmp/go-build3547871397/b559/importcfg << 'EOF' # internal
2025-08-20T21:20:39.5022446Z [00:02:32.769]➜  # import config
2025-08-20T21:20:39.5023324Z [00:02:32.769]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:20:39.5024328Z [00:02:32.769]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:39.5025275Z [00:02:32.769]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.5026296Z [00:02:32.769]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.5027333Z [00:02:32.769]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:39.5027976Z [00:02:32.769]➜  EOF
2025-08-20T21:20:39.5031460Z [00:02:32.769]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b559/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/hasher=>sigs.k8s.io/kustomize/api@v0.19.0/hasher;$WORK/b559=>" -p sigs.k8s.io/kustomize/api/hasher -lang=go1.22 -complete -installsuffix shared -buildid LSRZpHYvPyKjFHy9Nrh8/LSRZpHYvPyKjFHy9Nrh8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b559/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/hasher/hasher.go
2025-08-20T21:20:39.5099553Z [00:02:32.777]➜  go tool buildid -w $WORK/b556/_pkg_.a # internal
2025-08-20T21:20:39.5105935Z [00:02:32.778]➜  cp $WORK/b556/_pkg_.a /root/.cache/go-build/4a/4a275883fd426cb56eb1a097d30dd1714018154a5c15af7caf254f020141b6cc-d # internal
2025-08-20T21:20:39.5109048Z [00:02:32.778]➜  sigs.k8s.io/kustomize/api/internal/validate
2025-08-20T21:20:39.5111316Z [00:02:32.778]➜  mkdir -p $WORK/b560/
2025-08-20T21:20:39.5114691Z [00:02:32.778]➜  cat >/tmp/go-build3547871397/b560/importcfg << 'EOF' # internal
2025-08-20T21:20:39.5115437Z [00:02:32.778]➜  # import config
2025-08-20T21:20:39.5116283Z [00:02:32.779]➜  packagefile sigs.k8s.io/kustomize/api/ifc=/tmp/go-build3547871397/b527/_pkg_.a
2025-08-20T21:20:39.5117048Z [00:02:32.779]➜  EOF
2025-08-20T21:20:39.5120349Z [00:02:32.779]➜  go tool buildid -w $WORK/b553/_pkg_.a # internal
2025-08-20T21:20:39.5126248Z [00:02:32.780]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b560/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/validate=>sigs.k8s.io/kustomize/api@v0.19.0/internal/validate;$WORK/b560=>" -p sigs.k8s.io/kustomize/api/internal/validate -lang=go1.22 -complete -installsuffix shared -buildid NXd4LHzcPIKbBLOFmvhR/NXd4LHzcPIKbBLOFmvhR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b560/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/validate/fieldvalidator.go
2025-08-20T21:20:39.5151153Z [00:02:32.782]➜  cp $WORK/b553/_pkg_.a /root/.cache/go-build/b6/b6beaa048d1dd6d87e58e1d7ce0a3732655b55be5ea1d5fb5460aa761763fd6c-d # internal
2025-08-20T21:20:39.5164307Z [00:02:32.783]➜  net/http/httputil
2025-08-20T21:20:39.5164868Z [00:02:32.783]➜  mkdir -p $WORK/b563/
2025-08-20T21:20:39.5165618Z [00:02:32.783]➜  cat >/tmp/go-build3547871397/b563/importcfg << 'EOF' # internal
2025-08-20T21:20:39.5166321Z [00:02:32.783]➜  # import config
2025-08-20T21:20:39.5167173Z [00:02:32.783]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:20:39.5168192Z [00:02:32.783]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:39.5169049Z [00:02:32.783]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:39.5169899Z [00:02:32.783]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:39.5171066Z [00:02:32.783]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:39.5171893Z [00:02:32.783]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.5173072Z [00:02:32.783]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3547871397/b227/_pkg_.a
2025-08-20T21:20:39.5174079Z [00:02:32.783]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:39.5174871Z [00:02:32.783]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:39.5175702Z [00:02:32.783]➜  packagefile mime=/tmp/go-build3547871397/b236/_pkg_.a
2025-08-20T21:20:39.5176497Z [00:02:32.783]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:39.5177350Z [00:02:32.783]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:39.5178325Z [00:02:32.783]➜  packagefile net/http/httptrace=/tmp/go-build3547871397/b239/_pkg_.a
2025-08-20T21:20:39.5179311Z [00:02:32.783]➜  packagefile net/http/internal=/tmp/go-build3547871397/b240/_pkg_.a
2025-08-20T21:20:39.5180376Z [00:02:32.783]➜  packagefile net/http/internal/ascii=/tmp/go-build3547871397/b241/_pkg_.a
2025-08-20T21:20:39.5181379Z [00:02:32.783]➜  packagefile net/textproto=/tmp/go-build3547871397/b233/_pkg_.a
2025-08-20T21:20:39.5182261Z [00:02:32.784]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:39.5204279Z [00:02:32.784]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.5205308Z [00:02:32.784]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:39.5206193Z [00:02:32.784]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:39.5206831Z [00:02:32.784]➜  EOF
2025-08-20T21:20:39.5211059Z [00:02:32.788]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b563/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b563=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid R4RIQu8HuxIlU6cMYj-i/R4RIQu8HuxIlU6cMYj-i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b563/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:20:39.5354158Z [00:02:32.803]➜  go tool buildid -w $WORK/b560/_pkg_.a # internal
2025-08-20T21:20:39.5363328Z [00:02:32.804]➜  cp $WORK/b560/_pkg_.a /root/.cache/go-build/00/0047fb256badfee0557e6aee97fcd2c923663bdcb3545e14e42a62a8270e9a70-d # internal
2025-08-20T21:20:39.5364991Z [00:02:32.804]➜  github.com/google/btree
2025-08-20T21:20:39.5366442Z [00:02:32.804]➜  mkdir -p $WORK/b565/
2025-08-20T21:20:39.5372120Z [00:02:32.805]➜  cat >/tmp/go-build3547871397/b565/importcfg << 'EOF' # internal
2025-08-20T21:20:39.5373270Z [00:02:32.805]➜  # import config
2025-08-20T21:20:39.5375225Z [00:02:32.805]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.5376135Z [00:02:32.805]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:39.5377746Z [00:02:32.805]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:39.5378555Z [00:02:32.805]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.5379321Z [00:02:32.805]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:39.5379879Z [00:02:32.805]➜  EOF
2025-08-20T21:20:39.5383294Z [00:02:32.805]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b565/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/btree@v1.1.3=>github.com/google/btree@v1.1.3;$WORK/b565=>" -p github.com/google/btree -lang=go1.18 -complete -installsuffix shared -buildid 4Igf-AjlrX3UmDEgv3ST/4Igf-AjlrX3UmDEgv3ST -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b565/importcfg -pack /root/go/pkg/mod/github.com/google/btree@v1.1.3/btree_generic.go
2025-08-20T21:20:39.5434624Z [00:02:32.811]➜  go tool buildid -w $WORK/b559/_pkg_.a # internal
﻿2025-08-20T21:20:39.5446170Z [00:02:32.811]➜  cp $WORK/b559/_pkg_.a /root/.cache/go-build/5a/5a869285a77ebcfe07aef1a0c150f220de5a1f0c141d1b1fc53ed43b6c5df12c-d # internal
2025-08-20T21:20:39.5447587Z [00:02:32.812]➜  k8s.io/client-go/openapi/cached
2025-08-20T21:20:39.5450139Z [00:02:32.812]➜  mkdir -p $WORK/b567/
2025-08-20T21:20:39.5453051Z [00:02:32.812]➜  cat >/tmp/go-build3547871397/b567/importcfg << 'EOF' # internal
2025-08-20T21:20:39.5453764Z [00:02:32.812]➜  # import config
2025-08-20T21:20:39.5454420Z [00:02:32.812]➜  packagefile k8s.io/client-go/openapi=/tmp/go-build3547871397/b405/_pkg_.a
2025-08-20T21:20:39.5455337Z [00:02:32.812]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:39.5455928Z [00:02:32.812]➜  EOF
2025-08-20T21:20:39.5459735Z [00:02:32.813]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b567/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/openapi/cached=>k8s.io/client-go@v0.33.2/openapi/cached;$WORK/b567=>" -p k8s.io/client-go/openapi/cached -lang=go1.24 -complete -installsuffix shared -buildid RUU_VQcOHfXr2iQ0GOhU/RUU_VQcOHfXr2iQ0GOhU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b567/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/openapi/cached/client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/openapi/cached/groupversion.go
2025-08-20T21:20:39.5633269Z [00:02:32.830]➜  go tool buildid -w $WORK/b524/_pkg_.a # internal
2025-08-20T21:20:39.5654728Z [00:02:32.833]➜  go tool buildid -w $WORK/b567/_pkg_.a # internal
2025-08-20T21:20:39.5664266Z [00:02:32.833]➜  cp $WORK/b567/_pkg_.a /root/.cache/go-build/40/40cd011ba72034924c4ff1d38fb3266d3a89e1cb6eae72460a86e7af0d85159a-d # internal
2025-08-20T21:20:39.5673577Z [00:02:32.834]➜  k8s.io/client-go/discovery/cached/memory
2025-08-20T21:20:39.5677562Z [00:02:32.834]➜  mkdir -p $WORK/b566/
2025-08-20T21:20:39.5678638Z [00:02:32.834]➜  cat >/tmp/go-build3547871397/b566/importcfg << 'EOF' # internal
2025-08-20T21:20:39.5679367Z [00:02:32.834]➜  # import config
2025-08-20T21:20:39.5680356Z [00:02:32.834]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:39.5681440Z [00:02:32.834]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.5684148Z [00:02:32.834]➜  packagefile github.com/google/gnostic-models/openapiv2=/tmp/go-build3547871397/b297/_pkg_.a
2025-08-20T21:20:39.5685421Z [00:02:32.834]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:20:39.5686640Z [00:02:32.834]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:39.5687876Z [00:02:32.835]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:39.5689135Z [00:02:32.835]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:20:39.5690354Z [00:02:32.835]➜  packagefile k8s.io/apimachinery/pkg/version=/tmp/go-build3547871397/b274/_pkg_.a
2025-08-20T21:20:39.5691401Z [00:02:32.835]➜  packagefile k8s.io/client-go/discovery=/tmp/go-build3547871397/b348/_pkg_.a
2025-08-20T21:20:39.5692416Z [00:02:32.835]➜  packagefile k8s.io/client-go/openapi=/tmp/go-build3547871397/b405/_pkg_.a
2025-08-20T21:20:39.5693690Z [00:02:32.835]➜  packagefile k8s.io/client-go/openapi/cached=/tmp/go-build3547871397/b567/_pkg_.a
2025-08-20T21:20:39.5694755Z [00:02:32.835]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:39.5695709Z [00:02:32.835]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:39.5696545Z [00:02:32.835]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:39.5697393Z [00:02:32.835]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:39.5698032Z [00:02:32.835]➜  EOF
2025-08-20T21:20:39.5701842Z [00:02:32.835]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b566/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/discovery/cached/memory=>k8s.io/client-go@v0.33.2/discovery/cached/memory;$WORK/b566=>" -p k8s.io/client-go/discovery/cached/memory -lang=go1.24 -complete -installsuffix shared -buildid BbDLtxQy77zs7-7YQ7tT/BbDLtxQy77zs7-7YQ7tT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b566/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/discovery/cached/memory/memcache.go
2025-08-20T21:20:39.5714973Z [00:02:32.839]➜  cp $WORK/b524/_pkg_.a /root/.cache/go-build/e7/e7f4249e44b5d4c4bee61b1c1554b85d9b99e2da62cccc5c99fe02c76eb5daf5-d # internal
2025-08-20T21:20:39.5717309Z [00:02:32.839]➜  sigs.k8s.io/kustomize/kyaml/yaml/merge2
2025-08-20T21:20:39.5717893Z [00:02:32.839]➜  mkdir -p $WORK/b523/
2025-08-20T21:20:39.5718587Z [00:02:32.839]➜  cat >/tmp/go-build3547871397/b523/importcfg << 'EOF' # internal
2025-08-20T21:20:39.5719234Z [00:02:32.839]➜  # import config
2025-08-20T21:20:39.5719875Z [00:02:32.839]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.5720878Z [00:02:32.839]➜  packagefile sigs.k8s.io/kustomize/kyaml/openapi=/tmp/go-build3547871397/b502/_pkg_.a
2025-08-20T21:20:39.5722066Z [00:02:32.839]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.5723753Z [00:02:32.839]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/walk=/tmp/go-build3547871397/b524/_pkg_.a
2025-08-20T21:20:39.5724798Z [00:02:32.839]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:39.5725426Z [00:02:32.839]➜  EOF
2025-08-20T21:20:39.5730546Z [00:02:32.839]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b523/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/merge2=>sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/merge2;$WORK/b523=>" -p sigs.k8s.io/kustomize/kyaml/yaml/merge2 -lang=go1.22 -complete -installsuffix shared -buildid E47SoPObXsFqPQjK8Ulu/E47SoPObXsFqPQjK8Ulu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b523/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/merge2/merge2.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/merge2/smpdirective.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/yaml/merge2/smpdirective_string.go
2025-08-20T21:20:39.6747981Z [00:02:32.942]➜  go tool buildid -w $WORK/b565/_pkg_.a # internal
2025-08-20T21:20:39.6773293Z [00:02:32.945]➜  cp $WORK/b565/_pkg_.a /root/.cache/go-build/e5/e5de47213bc12ac151af7f470f77e7cdfec98ed59c8c56cab5c74f1387cdf686-d # internal
2025-08-20T21:20:39.6798433Z [00:02:32.947]➜  sigs.k8s.io/kustomize/kyaml/comments
2025-08-20T21:20:39.6801140Z [00:02:32.947]➜  mkdir -p $WORK/b545/
2025-08-20T21:20:39.6825024Z [00:02:32.948]➜  cat >/tmp/go-build3547871397/b545/importcfg << 'EOF' # internal
2025-08-20T21:20:39.6825729Z [00:02:32.948]➜  # import config
2025-08-20T21:20:39.6826556Z [00:02:32.948]➜  packagefile sigs.k8s.io/kustomize/kyaml/openapi=/tmp/go-build3547871397/b502/_pkg_.a
2025-08-20T21:20:39.6827736Z [00:02:32.948]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.6828941Z [00:02:32.948]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/walk=/tmp/go-build3547871397/b524/_pkg_.a
2025-08-20T21:20:39.6829752Z [00:02:32.948]➜  EOF
2025-08-20T21:20:39.6833517Z [00:02:32.948]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b545/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/comments=>sigs.k8s.io/kustomize/kyaml@v0.19.0/comments;$WORK/b545=>" -p sigs.k8s.io/kustomize/kyaml/comments -lang=go1.22 -complete -installsuffix shared -buildid igKOIykGGfJDIBVAYYck/igKOIykGGfJDIBVAYYck -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b545/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/comments/comments.go
2025-08-20T21:20:39.7096681Z [00:02:32.977]➜  go tool buildid -w $WORK/b563/_pkg_.a # internal
2025-08-20T21:20:39.7158920Z [00:02:32.983]➜  cp $WORK/b563/_pkg_.a /root/.cache/go-build/16/166f37dfa3957a23cf88479be27924cd5d92699ec7322ebc0f17bc17abc9802c-d # internal
2025-08-20T21:20:39.7193965Z [00:02:32.985]➜  github.com/gregjones/httpcache
2025-08-20T21:20:39.7200594Z [00:02:32.985]➜  mkdir -p $WORK/b562/
2025-08-20T21:20:39.7201554Z [00:02:32.985]➜  cat >/tmp/go-build3547871397/b562/importcfg << 'EOF' # internal
2025-08-20T21:20:39.7202258Z [00:02:32.985]➜  # import config
2025-08-20T21:20:39.7203127Z [00:02:32.985]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:39.7203967Z [00:02:32.985]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:39.7204771Z [00:02:32.985]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:39.7205559Z [00:02:32.985]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:39.7206379Z [00:02:32.985]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:20:39.7207221Z [00:02:32.985]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:39.7208139Z [00:02:32.985]➜  packagefile net/http/httputil=/tmp/go-build3547871397/b563/_pkg_.a
2025-08-20T21:20:39.7209063Z [00:02:32.985]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.7209920Z [00:02:32.985]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:39.7210714Z [00:02:32.985]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:39.7211297Z [00:02:32.985]➜  EOF
2025-08-20T21:20:39.7215558Z [00:02:32.985]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b562/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gregjones/httpcache@v0.0.0-20190611155906-901d90724c79=>github.com/gregjones/httpcache@v0.0.0-20190611155906-901d90724c79;$WORK/b562=>" -p github.com/gregjones/httpcache -lang=go1.16 -complete -installsuffix shared -buildid idaRI9rwENYaVXKlqMqD/idaRI9rwENYaVXKlqMqD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b562/importcfg -pack /root/go/pkg/mod/github.com/gregjones/httpcache@v0.0.0-20190611155906-901d90724c79/httpcache.go
2025-08-20T21:20:39.7328522Z [00:02:33.000]➜  go tool buildid -w $WORK/b566/_pkg_.a # internal
2025-08-20T21:20:39.7372232Z [00:02:33.004]➜  cp $WORK/b566/_pkg_.a /root/.cache/go-build/99/99bbbdbd4bb1bfeedacbfb852178cbaac7b467c1225467332f64372561fe856a-d # internal
2025-08-20T21:20:39.7378045Z [00:02:33.005]➜  github.com/peterbourgon/diskv
2025-08-20T21:20:39.7380720Z [00:02:33.005]➜  mkdir -p $WORK/b564/
2025-08-20T21:20:39.7390755Z [00:02:33.006]➜  cat >/tmp/go-build3547871397/b564/importcfg << 'EOF' # internal
2025-08-20T21:20:39.7398500Z [00:02:33.006]➜  # import config
2025-08-20T21:20:39.7399206Z [00:02:33.006]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:39.7400103Z [00:02:33.006]➜  packagefile compress/flate=/tmp/go-build3547871397/b150/_pkg_.a
2025-08-20T21:20:39.7401022Z [00:02:33.006]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:20:39.7401913Z [00:02:33.006]➜  packagefile compress/zlib=/tmp/go-build3547871397/b460/_pkg_.a
2025-08-20T21:20:39.7402967Z [00:02:33.006]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:39.7404056Z [00:02:33.006]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.7405154Z [00:02:33.006]➜  packagefile github.com/google/btree=/tmp/go-build3547871397/b565/_pkg_.a
2025-08-20T21:20:39.7406249Z [00:02:33.006]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:39.7407322Z [00:02:33.006]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:20:39.7409513Z [00:02:33.006]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:39.7410434Z [00:02:33.006]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:39.7411375Z [00:02:33.006]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.7412230Z [00:02:33.006]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:39.7414407Z [00:02:33.006]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:39.7415087Z [00:02:33.006]➜  EOF
2025-08-20T21:20:39.7420020Z [00:02:33.006]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b564/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/peterbourgon/diskv@v2.0.1+incompatible=>github.com/peterbourgon/diskv@v2.0.1+incompatible;$WORK/b564=>" -p github.com/peterbourgon/diskv -lang=go1.16 -complete -installsuffix shared -buildid JBQGLC94jmuwppHiMPho/JBQGLC94jmuwppHiMPho -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b564/importcfg -pack /root/go/pkg/mod/github.com/peterbourgon/diskv@v2.0.1+incompatible/compression.go /root/go/pkg/mod/github.com/peterbourgon/diskv@v2.0.1+incompatible/diskv.go /root/go/pkg/mod/github.com/peterbourgon/diskv@v2.0.1+incompatible/index.go
2025-08-20T21:20:39.7749819Z [00:02:33.042]➜  go tool buildid -w $WORK/b523/_pkg_.a # internal
2025-08-20T21:20:39.7845857Z [00:02:33.052]➜  cp $WORK/b523/_pkg_.a /root/.cache/go-build/36/3654acf712cdaab5a6a2e23c70fbacb59377ee815ef45b1811f4a28b90319336-d # internal
2025-08-20T21:20:39.7852901Z [00:02:33.052]➜  sigs.k8s.io/kustomize/api/filters/patchstrategicmerge
2025-08-20T21:20:39.7854485Z [00:02:33.052]➜  mkdir -p $WORK/b522/
2025-08-20T21:20:39.7855790Z [00:02:33.052]➜  cat >/tmp/go-build3547871397/b522/importcfg << 'EOF' # internal
2025-08-20T21:20:39.7857035Z [00:02:33.052]➜  # import config
2025-08-20T21:20:39.7858183Z [00:02:33.052]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio=/tmp/go-build3547871397/b506/_pkg_.a
2025-08-20T21:20:39.7859792Z [00:02:33.052]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.7861570Z [00:02:33.052]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/merge2=/tmp/go-build3547871397/b523/_pkg_.a
2025-08-20T21:20:39.7862835Z [00:02:33.052]➜  EOF
2025-08-20T21:20:39.7868763Z [00:02:33.052]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b522/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/patchstrategicmerge=>sigs.k8s.io/kustomize/api@v0.19.0/filters/patchstrategicmerge;$WORK/b522=>" -p sigs.k8s.io/kustomize/api/filters/patchstrategicmerge -lang=go1.22 -complete -installsuffix shared -buildid nS84P4mWuo_nnj0oCh3e/nS84P4mWuo_nnj0oCh3e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b522/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/patchstrategicmerge/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/patchstrategicmerge/patchstrategicmerge.go
2025-08-20T21:20:39.8007303Z [00:02:33.068]➜  go tool buildid -w $WORK/b562/_pkg_.a # internal
2025-08-20T21:20:39.8019233Z [00:02:33.068]➜  cp $WORK/b562/_pkg_.a /root/.cache/go-build/14/145b1089b1949fdf6f314d127ea98437acab11dc6d311cb9617c0863480d214b-d # internal
2025-08-20T21:20:39.8020366Z [00:02:33.068]➜  k8s.io/client-go/tools/auth
2025-08-20T21:20:39.8020922Z [00:02:33.068]➜  mkdir -p $WORK/b569/
2025-08-20T21:20:39.8021650Z [00:02:33.069]➜  cat >/tmp/go-build3547871397/b569/importcfg << 'EOF' # internal
2025-08-20T21:20:39.8022338Z [00:02:33.069]➜  # import config
2025-08-20T21:20:39.8023285Z [00:02:33.069]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:39.8024296Z [00:02:33.069]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:39.8025241Z [00:02:33.069]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:39.8025870Z [00:02:33.069]➜  EOF
2025-08-20T21:20:39.8029031Z [00:02:33.069]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b569/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/auth=>k8s.io/client-go@v0.33.2/tools/auth;$WORK/b569=>" -p k8s.io/client-go/tools/auth -lang=go1.24 -complete -installsuffix shared -buildid TvMo-YRDzwg17ErcsaT_/TvMo-YRDzwg17ErcsaT_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b569/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/auth/clientauth.go
2025-08-20T21:20:39.8491085Z [00:02:33.116]➜  go tool buildid -w $WORK/b569/_pkg_.a # internal
2025-08-20T21:20:39.8526199Z [00:02:33.120]➜  cp $WORK/b569/_pkg_.a /root/.cache/go-build/42/42cebd7e9ce1e94caa7c2f7fe26737aa4583dd06085677b771af2649673ae997-d # internal
2025-08-20T21:20:39.8536265Z [00:02:33.121]➜  k8s.io/client-go/tools/clientcmd/api/v1
2025-08-20T21:20:39.8539764Z [00:02:33.121]➜  mkdir -p $WORK/b571/
2025-08-20T21:20:39.8543610Z [00:02:33.121]➜  cat >/tmp/go-build3547871397/b571/importcfg << 'EOF' # internal
2025-08-20T21:20:39.8549600Z [00:02:33.122]➜  # import config
2025-08-20T21:20:39.8550304Z [00:02:33.122]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.8551377Z [00:02:33.122]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:20:39.8552812Z [00:02:33.122]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:39.8554038Z [00:02:33.122]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:39.8555304Z [00:02:33.122]➜  packagefile k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3547871397/b443/_pkg_.a
2025-08-20T21:20:39.8556334Z [00:02:33.122]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:39.8556992Z [00:02:33.122]➜  EOF
2025-08-20T21:20:39.8565143Z [00:02:33.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b571/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/api/v1=>k8s.io/client-go@v0.33.2/tools/clientcmd/api/v1;$WORK/b571=>" -p k8s.io/client-go/tools/clientcmd/api/v1 -lang=go1.24 -complete -installsuffix shared -buildid jxkHvyuu3gpjZXMxkiWP/jxkHvyuu3gpjZXMxkiWP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b571/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/api/v1/conversion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/api/v1/defaults.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/api/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/api/v1/register.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/api/v1/types.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/api/v1/zz_generated.conversion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/api/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/api/v1/zz_generated.defaults.go
2025-08-20T21:20:39.8745959Z [00:02:33.142]➜  go tool buildid -w $WORK/b545/_pkg_.a # internal
2025-08-20T21:20:39.8789000Z [00:02:33.146]➜  cp $WORK/b545/_pkg_.a /root/.cache/go-build/7c/7cbb6fca72df49773dfc44792fe0c20e61f3257d1988ac58a7ceea816156742a-d # internal
2025-08-20T21:20:39.8794555Z [00:02:33.146]➜  sigs.k8s.io/kustomize/kyaml/fn/runtime/runtimeutil
2025-08-20T21:20:39.8795255Z [00:02:33.146]➜  mkdir -p $WORK/b544/
2025-08-20T21:20:39.8818754Z [00:02:33.149]➜  cat >/tmp/go-build3547871397/b544/importcfg << 'EOF' # internal
2025-08-20T21:20:39.8826505Z [00:02:33.149]➜  # import config
2025-08-20T21:20:39.8827233Z [00:02:33.149]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:39.8828117Z [00:02:33.149]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.8828923Z [00:02:33.149]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:39.8829749Z [00:02:33.149]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:39.8830588Z [00:02:33.149]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:39.8831941Z [00:02:33.149]➜  packagefile sigs.k8s.io/kustomize/kyaml/comments=/tmp/go-build3547871397/b545/_pkg_.a
2025-08-20T21:20:39.8833619Z [00:02:33.149]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:39.8835011Z [00:02:33.149]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio=/tmp/go-build3547871397/b506/_pkg_.a
2025-08-20T21:20:39.8836396Z [00:02:33.149]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio/kioutil=/tmp/go-build3547871397/b510/_pkg_.a
2025-08-20T21:20:39.8837814Z [00:02:33.149]➜  packagefile sigs.k8s.io/kustomize/kyaml/order=/tmp/go-build3547871397/b546/_pkg_.a
2025-08-20T21:20:39.8839214Z [00:02:33.149]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.8841826Z [00:02:33.149]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:20:39.8844528Z [00:02:33.149]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:39.8847417Z [00:02:33.149]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.8848077Z [00:02:33.149]➜  EOF
2025-08-20T21:20:39.8854473Z [00:02:33.149]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b544/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/fn/runtime/runtimeutil=>sigs.k8s.io/kustomize/kyaml@v0.19.0/fn/runtime/runtimeutil;$WORK/b544=>" -p sigs.k8s.io/kustomize/kyaml/fn/runtime/runtimeutil -lang=go1.22 -complete -installsuffix shared -buildid -oE7XtfAVVIfBLfmbb0a/-oE7XtfAVVIfBLfmbb0a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b544/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/fn/runtime/runtimeutil/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/fn/runtime/runtimeutil/functiontypes.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/fn/runtime/runtimeutil/runtimeutil.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/fn/runtime/runtimeutil/types.go
2025-08-20T21:20:39.9022111Z [00:02:33.169]➜  go tool buildid -w $WORK/b522/_pkg_.a # internal
2025-08-20T21:20:39.9039298Z [00:02:33.171]➜  cp $WORK/b522/_pkg_.a /root/.cache/go-build/aa/aa7ef120d645bd5ef1f842e725f90510ebd6c37bf2649665a1b76559971ae7c5-d # internal
2025-08-20T21:20:39.9041701Z [00:02:33.171]➜  sigs.k8s.io/kustomize/api/resource
2025-08-20T21:20:39.9042921Z [00:02:33.171]➜  mkdir -p $WORK/b521/
2025-08-20T21:20:39.9047330Z [00:02:33.172]➜  cat >/tmp/go-build3547871397/b521/importcfg << 'EOF' # internal
2025-08-20T21:20:39.9048048Z [00:02:33.172]➜  # import config
2025-08-20T21:20:39.9048783Z [00:02:33.172]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:39.9050054Z [00:02:33.172]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.9050914Z [00:02:33.172]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:39.9051820Z [00:02:33.172]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:39.9053256Z [00:02:33.172]➜  packagefile sigs.k8s.io/kustomize/api/filters/patchstrategicmerge=/tmp/go-build3547871397/b522/_pkg_.a
2025-08-20T21:20:39.9054626Z [00:02:33.172]➜  packagefile sigs.k8s.io/kustomize/api/ifc=/tmp/go-build3547871397/b527/_pkg_.a
2025-08-20T21:20:39.9055900Z [00:02:33.172]➜  packagefile sigs.k8s.io/kustomize/api/internal/generators=/tmp/go-build3547871397/b528/_pkg_.a
2025-08-20T21:20:39.9057234Z [00:02:33.172]➜  packagefile sigs.k8s.io/kustomize/api/internal/git=/tmp/go-build3547871397/b529/_pkg_.a
2025-08-20T21:20:39.9058536Z [00:02:33.172]➜  packagefile sigs.k8s.io/kustomize/api/internal/kusterr=/tmp/go-build3547871397/b530/_pkg_.a
2025-08-20T21:20:39.9059865Z [00:02:33.172]➜  packagefile sigs.k8s.io/kustomize/api/internal/utils=/tmp/go-build3547871397/b514/_pkg_.a
2025-08-20T21:20:39.9061095Z [00:02:33.172]➜  packagefile sigs.k8s.io/kustomize/api/konfig=/tmp/go-build3547871397/b515/_pkg_.a
2025-08-20T21:20:39.9062269Z [00:02:33.172]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:39.9073781Z [00:02:33.172]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio=/tmp/go-build3547871397/b506/_pkg_.a
2025-08-20T21:20:39.9075020Z [00:02:33.172]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio/kioutil=/tmp/go-build3547871397/b510/_pkg_.a
2025-08-20T21:20:39.9076258Z [00:02:33.172]➜  packagefile sigs.k8s.io/kustomize/kyaml/resid=/tmp/go-build3547871397/b501/_pkg_.a
2025-08-20T21:20:39.9077439Z [00:02:33.172]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.9078484Z [00:02:33.172]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:20:39.9079441Z [00:02:33.172]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:39.9080072Z [00:02:33.172]➜  EOF
2025-08-20T21:20:39.9085679Z [00:02:33.172]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b521/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/resource=>sigs.k8s.io/kustomize/api@v0.19.0/resource;$WORK/b521=>" -p sigs.k8s.io/kustomize/api/resource -lang=go1.22 -complete -installsuffix shared -buildid m5k2l9N2QHpL5LMW4VNg/m5k2l9N2QHpL5LMW4VNg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b521/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/resource/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/resource/factory.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/resource/idset.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/resource/origin.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/resource/resource.go
2025-08-20T21:20:39.9356020Z [00:02:33.203]➜  go tool buildid -w $WORK/b564/_pkg_.a # internal
2025-08-20T21:20:39.9404817Z [00:02:33.208]➜  cp $WORK/b564/_pkg_.a /root/.cache/go-build/f2/f28248484881a67c07188a92fc0672aa3b54bd86801bf140a6b55fc250f4b31e-d # internal
2025-08-20T21:20:39.9407305Z [00:02:33.208]➜  k8s.io/client-go/discovery/cached/disk
2025-08-20T21:20:39.9408812Z [00:02:33.208]➜  mkdir -p $WORK/b561/
2025-08-20T21:20:39.9414278Z [00:02:33.209]➜  cat >/tmp/go-build3547871397/b561/importcfg << 'EOF' # internal
2025-08-20T21:20:39.9421009Z [00:02:33.209]➜  # import config
2025-08-20T21:20:39.9421730Z [00:02:33.209]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:39.9422800Z [00:02:33.209]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:20:39.9423848Z [00:02:33.209]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:39.9424699Z [00:02:33.209]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:39.9426405Z [00:02:33.209]➜  packagefile github.com/google/gnostic-models/openapiv2=/tmp/go-build3547871397/b297/_pkg_.a
2025-08-20T21:20:39.9427904Z [00:02:33.209]➜  packagefile github.com/gregjones/httpcache=/tmp/go-build3547871397/b562/_pkg_.a
2025-08-20T21:20:39.9429954Z [00:02:33.209]➜  packagefile github.com/peterbourgon/diskv=/tmp/go-build3547871397/b564/_pkg_.a
2025-08-20T21:20:39.9431407Z [00:02:33.209]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:39.9433402Z [00:02:33.209]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:39.9435074Z [00:02:33.209]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:39.9436454Z [00:02:33.209]➜  packagefile k8s.io/apimachinery/pkg/version=/tmp/go-build3547871397/b274/_pkg_.a
2025-08-20T21:20:39.9438207Z [00:02:33.209]➜  packagefile k8s.io/client-go/discovery=/tmp/go-build3547871397/b348/_pkg_.a
2025-08-20T21:20:39.9440084Z [00:02:33.209]➜  packagefile k8s.io/client-go/discovery/cached/memory=/tmp/go-build3547871397/b566/_pkg_.a
2025-08-20T21:20:39.9441787Z [00:02:33.209]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:39.9443364Z [00:02:33.209]➜  packagefile k8s.io/client-go/openapi=/tmp/go-build3547871397/b405/_pkg_.a
2025-08-20T21:20:39.9444697Z [00:02:33.209]➜  packagefile k8s.io/client-go/openapi/cached=/tmp/go-build3547871397/b567/_pkg_.a
2025-08-20T21:20:39.9446458Z [00:02:33.209]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:39.9447835Z [00:02:33.209]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:39.9448889Z [00:02:33.209]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:39.9450022Z [00:02:33.209]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:39.9451444Z [00:02:33.209]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:39.9452551Z [00:02:33.209]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:39.9454985Z [00:02:33.209]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:39.9455636Z [00:02:33.209]➜  EOF
2025-08-20T21:20:39.9459936Z [00:02:33.209]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b561/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/discovery/cached/disk=>k8s.io/client-go@v0.33.2/discovery/cached/disk;$WORK/b561=>" -p k8s.io/client-go/discovery/cached/disk -lang=go1.24 -complete -installsuffix shared -buildid f3eiXEVWo-g_9dfSnBZh/f3eiXEVWo-g_9dfSnBZh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b561/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/discovery/cached/disk/cached_discovery.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/discovery/cached/disk/round_tripper.go
2025-08-20T21:20:39.9663995Z [00:02:33.233]➜  go tool buildid -w $WORK/b544/_pkg_.a # internal
2025-08-20T21:20:39.9685532Z [00:02:33.236]➜  cp $WORK/b544/_pkg_.a /root/.cache/go-build/26/263352e00fd320cec91d4d4e41cf946f1d6765ec6907952f7234e38eda06bc17-d # internal
2025-08-20T21:20:39.9687971Z [00:02:33.236]➜  sigs.k8s.io/kustomize/kyaml/fn/runtime/exec
2025-08-20T21:20:39.9689353Z [00:02:33.236]➜  mkdir -p $WORK/b549/
2025-08-20T21:20:39.9696726Z [00:02:33.237]➜  cat >/tmp/go-build3547871397/b549/importcfg << 'EOF' # internal
2025-08-20T21:20:39.9697745Z [00:02:33.237]➜  # import config
2025-08-20T21:20:39.9699128Z [00:02:33.237]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:39.9700879Z [00:02:33.237]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:39.9701895Z [00:02:33.237]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:20:39.9703044Z [00:02:33.237]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:39.9704080Z [00:02:33.237]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:39.9705320Z [00:02:33.237]➜  packagefile sigs.k8s.io/kustomize/kyaml/fn/runtime/runtimeutil=/tmp/go-build3547871397/b544/_pkg_.a
2025-08-20T21:20:39.9706803Z [00:02:33.237]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:39.9707610Z [00:02:33.237]➜  EOF
2025-08-20T21:20:39.9712031Z [00:02:33.237]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b549/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/fn/runtime/exec=>sigs.k8s.io/kustomize/kyaml@v0.19.0/fn/runtime/exec;$WORK/b549=>" -p sigs.k8s.io/kustomize/kyaml/fn/runtime/exec -lang=go1.22 -complete -installsuffix shared -buildid QhIhF_FAOtcrbFpPZwKK/QhIhF_FAOtcrbFpPZwKK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b549/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/fn/runtime/exec/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/fn/runtime/exec/exec.go
2025-08-20T21:20:40.0255371Z [00:02:33.293]➜  go tool buildid -w $WORK/b549/_pkg_.a # internal
2025-08-20T21:20:40.0285747Z [00:02:33.296]➜  cp $WORK/b549/_pkg_.a /root/.cache/go-build/5e/5e96b6081725919bc50f943457759959d21b24fefb83f2b9803962f63ce87ce9-d # internal
2025-08-20T21:20:40.0287241Z [00:02:33.296]➜  sigs.k8s.io/kustomize/kyaml/fn/runtime/container
2025-08-20T21:20:40.0288115Z [00:02:33.296]➜  mkdir -p $WORK/b548/
2025-08-20T21:20:40.0327244Z [00:02:33.299]➜  cat >/tmp/go-build3547871397/b548/importcfg << 'EOF' # internal
2025-08-20T21:20:40.0328070Z [00:02:33.299]➜  # import config
2025-08-20T21:20:40.0328744Z [00:02:33.299]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:40.0329569Z [00:02:33.300]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:40.0330456Z [00:02:33.300]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:40.0331535Z [00:02:33.300]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:40.0332974Z [00:02:33.300]➜  packagefile sigs.k8s.io/kustomize/kyaml/fn/runtime/exec=/tmp/go-build3547871397/b549/_pkg_.a
2025-08-20T21:20:40.0334396Z [00:02:33.300]➜  packagefile sigs.k8s.io/kustomize/kyaml/fn/runtime/runtimeutil=/tmp/go-build3547871397/b544/_pkg_.a
2025-08-20T21:20:40.0335706Z [00:02:33.300]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:40.0336913Z [00:02:33.300]➜  EOF
2025-08-20T21:20:40.0340943Z [00:02:33.300]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b548/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/fn/runtime/container=>sigs.k8s.io/kustomize/kyaml@v0.19.0/fn/runtime/container;$WORK/b548=>" -p sigs.k8s.io/kustomize/kyaml/fn/runtime/container -lang=go1.22 -complete -installsuffix shared -buildid XOtJP-J7IkyOuUj91QHw/XOtJP-J7IkyOuUj91QHw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b548/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/fn/runtime/container/container.go
2025-08-20T21:20:40.0465899Z [00:02:33.314]➜  go tool buildid -w $WORK/b571/_pkg_.a # internal
2025-08-20T21:20:40.0507047Z [00:02:33.318]➜  cp $WORK/b571/_pkg_.a /root/.cache/go-build/44/4414f3c83cc8eb6af140818f7489145c1a403ec2bf96a246f221d5b668b440da-d # internal
2025-08-20T21:20:40.0508248Z [00:02:33.318]➜  k8s.io/client-go/tools/clientcmd/api/latest
2025-08-20T21:20:40.0510211Z [00:02:33.318]➜  mkdir -p $WORK/b570/
2025-08-20T21:20:40.0516804Z [00:02:33.319]➜  cat >/tmp/go-build3547871397/b570/importcfg << 'EOF' # internal
2025-08-20T21:20:40.0519657Z [00:02:33.319]➜  # import config
2025-08-20T21:20:40.0520529Z [00:02:33.319]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:40.0521782Z [00:02:33.319]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:40.0523331Z [00:02:33.319]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/json=/tmp/go-build3547871397/b341/_pkg_.a
2025-08-20T21:20:40.0524759Z [00:02:33.319]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/versioning=/tmp/go-build3547871397/b345/_pkg_.a
2025-08-20T21:20:40.0526340Z [00:02:33.319]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:20:40.0527553Z [00:02:33.319]➜  packagefile k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3547871397/b443/_pkg_.a
2025-08-20T21:20:40.0528768Z [00:02:33.319]➜  packagefile k8s.io/client-go/tools/clientcmd/api/v1=/tmp/go-build3547871397/b571/_pkg_.a
2025-08-20T21:20:40.0529566Z [00:02:33.319]➜  EOF
2025-08-20T21:20:40.0533449Z [00:02:33.319]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b570/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/api/latest=>k8s.io/client-go@v0.33.2/tools/clientcmd/api/latest;$WORK/b570=>" -p k8s.io/client-go/tools/clientcmd/api/latest -lang=go1.24 -complete -installsuffix shared -buildid ZzT_gzt3Y33hP8ILXrgq/ZzT_gzt3Y33hP8ILXrgq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b570/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/api/latest/latest.go
2025-08-20T21:20:40.0675447Z [00:02:33.334]➜  go tool buildid -w $WORK/b521/_pkg_.a # internal
2025-08-20T21:20:40.0705990Z [00:02:33.338]➜  cp $WORK/b521/_pkg_.a /root/.cache/go-build/da/da3faf5067ba04d153b7e8f8d7198330a1638acf6d9ac8e869a0dac04fab478e-d # internal
2025-08-20T21:20:40.0708980Z [00:02:33.338]➜  sigs.k8s.io/kustomize/api/filters/replacement
2025-08-20T21:20:40.0709679Z [00:02:33.338]➜  mkdir -p $WORK/b520/
2025-08-20T21:20:40.0744907Z [00:02:33.340]➜  cat >/tmp/go-build3547871397/b520/importcfg << 'EOF' # internal
2025-08-20T21:20:40.0755078Z [00:02:33.340]➜  # import config
2025-08-20T21:20:40.0755794Z [00:02:33.340]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:40.0756884Z [00:02:33.342]➜  packagefile sigs.k8s.io/kustomize/api/internal/utils=/tmp/go-build3547871397/b514/_pkg_.a
2025-08-20T21:20:40.0758095Z [00:02:33.342]➜  packagefile sigs.k8s.io/kustomize/api/resource=/tmp/go-build3547871397/b521/_pkg_.a
2025-08-20T21:20:40.0759246Z [00:02:33.342]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:40.0760425Z [00:02:33.342]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:40.0761568Z [00:02:33.342]➜  packagefile sigs.k8s.io/kustomize/kyaml/resid=/tmp/go-build3547871397/b501/_pkg_.a
2025-08-20T21:20:40.0763181Z [00:02:33.342]➜  packagefile sigs.k8s.io/kustomize/kyaml/utils=/tmp/go-build3547871397/b488/_pkg_.a
2025-08-20T21:20:40.0764667Z [00:02:33.342]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:40.0765952Z [00:02:33.342]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:40.0766876Z [00:02:33.342]➜  EOF
2025-08-20T21:20:40.0775476Z [00:02:33.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b520/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/replacement=>sigs.k8s.io/kustomize/api@v0.19.0/filters/replacement;$WORK/b520=>" -p sigs.k8s.io/kustomize/api/filters/replacement -lang=go1.22 -complete -installsuffix shared -buildid VKpsqaiXEVP_L1eSJRXP/VKpsqaiXEVP_L1eSJRXP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b520/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/replacement/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/replacement/replacement.go
2025-08-20T21:20:40.0809725Z [00:02:33.348]➜  go tool buildid -w $WORK/b548/_pkg_.a # internal
2025-08-20T21:20:40.0846117Z [00:02:33.352]➜  cp $WORK/b548/_pkg_.a /root/.cache/go-build/c0/c0e483a3c499656e6f946de69d913569bd2d4089b8158431ea57f04c61c45c27-d # internal
2025-08-20T21:20:40.0856728Z [00:02:33.352]➜  sigs.k8s.io/kustomize/api/resmap
2025-08-20T21:20:40.0857394Z [00:02:33.352]➜  mkdir -p $WORK/b535/
2025-08-20T21:20:40.0858167Z [00:02:33.352]➜  cat >/tmp/go-build3547871397/b535/importcfg << 'EOF' # internal
2025-08-20T21:20:40.0858897Z [00:02:33.352]➜  # import config
2025-08-20T21:20:40.0859611Z [00:02:33.352]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:40.0860505Z [00:02:33.352]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:40.0861359Z [00:02:33.352]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:40.0863031Z [00:02:33.352]➜  packagefile sigs.k8s.io/kustomize/api/filters/annotations=/tmp/go-build3547871397/b481/_pkg_.a
2025-08-20T21:20:40.0864425Z [00:02:33.352]➜  packagefile sigs.k8s.io/kustomize/api/ifc=/tmp/go-build3547871397/b527/_pkg_.a
2025-08-20T21:20:40.0865743Z [00:02:33.352]➜  packagefile sigs.k8s.io/kustomize/api/internal/kusterr=/tmp/go-build3547871397/b530/_pkg_.a
2025-08-20T21:20:40.0867037Z [00:02:33.352]➜  packagefile sigs.k8s.io/kustomize/api/resource=/tmp/go-build3547871397/b521/_pkg_.a
2025-08-20T21:20:40.0868250Z [00:02:33.352]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:40.0869457Z [00:02:33.352]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:40.0870692Z [00:02:33.352]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio=/tmp/go-build3547871397/b506/_pkg_.a
2025-08-20T21:20:40.0871903Z [00:02:33.352]➜  packagefile sigs.k8s.io/kustomize/kyaml/resid=/tmp/go-build3547871397/b501/_pkg_.a
2025-08-20T21:20:40.0873322Z [00:02:33.352]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:40.0874353Z [00:02:33.352]➜  EOF
2025-08-20T21:20:40.0878914Z [00:02:33.352]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b535/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/resmap=>sigs.k8s.io/kustomize/api@v0.19.0/resmap;$WORK/b535=>" -p sigs.k8s.io/kustomize/api/resmap -lang=go1.22 -complete -installsuffix shared -buildid k0PZdvDhEnTjRjNBf8Bg/k0PZdvDhEnTjRjNBf8Bg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b535/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/resmap/factory.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/resmap/resmap.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/resmap/reswrangler.go
2025-08-20T21:20:40.1299455Z [00:02:33.397]➜  go tool buildid -w $WORK/b520/_pkg_.a # internal
2025-08-20T21:20:40.1309343Z [00:02:33.398]➜  cp $WORK/b520/_pkg_.a /root/.cache/go-build/7e/7e61847e74ae8963423e48fb0202b2a79217cefbc0c48dc601fa759a2201fee2-d # internal
2025-08-20T21:20:40.1314632Z [00:02:33.398]➜  sigs.k8s.io/kustomize/kyaml/runfn
2025-08-20T21:20:40.1315400Z [00:02:33.398]➜  mkdir -p $WORK/b547/
2025-08-20T21:20:40.1316179Z [00:02:33.399]➜  cat >/tmp/go-build3547871397/b547/importcfg << 'EOF' # internal
2025-08-20T21:20:40.1316818Z [00:02:33.399]➜  # import config
2025-08-20T21:20:40.1317440Z [00:02:33.399]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:40.1318235Z [00:02:33.399]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:40.1319041Z [00:02:33.399]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:40.1319865Z [00:02:33.399]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:20:40.1320794Z [00:02:33.399]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:40.1321641Z [00:02:33.399]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:40.1322865Z [00:02:33.399]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:40.1324299Z [00:02:33.399]➜  packagefile sigs.k8s.io/kustomize/kyaml/fn/runtime/container=/tmp/go-build3547871397/b548/_pkg_.a
2025-08-20T21:20:40.1325630Z [00:02:33.399]➜  packagefile sigs.k8s.io/kustomize/kyaml/fn/runtime/exec=/tmp/go-build3547871397/b549/_pkg_.a
2025-08-20T21:20:40.1326964Z [00:02:33.399]➜  packagefile sigs.k8s.io/kustomize/kyaml/fn/runtime/runtimeutil=/tmp/go-build3547871397/b544/_pkg_.a
2025-08-20T21:20:40.1328202Z [00:02:33.399]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio=/tmp/go-build3547871397/b506/_pkg_.a
2025-08-20T21:20:40.1329331Z [00:02:33.399]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio/kioutil=/tmp/go-build3547871397/b510/_pkg_.a
2025-08-20T21:20:40.1330477Z [00:02:33.399]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:40.1331401Z [00:02:33.399]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:40.1332180Z [00:02:33.399]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:40.1334062Z [00:02:33.399]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:40.1334926Z [00:02:33.399]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:40.1335549Z [00:02:33.399]➜  EOF
2025-08-20T21:20:40.1338978Z [00:02:33.401]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b547/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/runfn=>sigs.k8s.io/kustomize/kyaml@v0.19.0/runfn;$WORK/b547=>" -p sigs.k8s.io/kustomize/kyaml/runfn -lang=go1.22 -complete -installsuffix shared -buildid -IaWddupGcYkhAmmkkX3/-IaWddupGcYkhAmmkkX3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b547/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/kyaml@v0.19.0/runfn/runfn.go
2025-08-20T21:20:40.1387742Z [00:02:33.406]➜  go tool buildid -w $WORK/b570/_pkg_.a # internal
2025-08-20T21:20:40.1409288Z [00:02:33.408]➜  cp $WORK/b570/_pkg_.a /root/.cache/go-build/26/26a229089a327e2f3209e1824b1b3a7b25d548f851e9c255a8d76613245bd04e-d # internal
2025-08-20T21:20:40.1411140Z [00:02:33.408]➜  sigs.k8s.io/kustomize/api/provider
2025-08-20T21:20:40.1411716Z [00:02:33.408]➜  mkdir -p $WORK/b558/
2025-08-20T21:20:40.1419108Z [00:02:33.409]➜  cat >/tmp/go-build3547871397/b558/importcfg << 'EOF' # internal
2025-08-20T21:20:40.1420225Z [00:02:33.409]➜  # import config
2025-08-20T21:20:40.1421167Z [00:02:33.409]➜  packagefile sigs.k8s.io/kustomize/api/hasher=/tmp/go-build3547871397/b559/_pkg_.a
2025-08-20T21:20:40.1422257Z [00:02:33.409]➜  packagefile sigs.k8s.io/kustomize/api/ifc=/tmp/go-build3547871397/b527/_pkg_.a
2025-08-20T21:20:40.1423575Z [00:02:33.409]➜  packagefile sigs.k8s.io/kustomize/api/internal/validate=/tmp/go-build3547871397/b560/_pkg_.a
2025-08-20T21:20:40.1424771Z [00:02:33.409]➜  packagefile sigs.k8s.io/kustomize/api/resource=/tmp/go-build3547871397/b521/_pkg_.a
2025-08-20T21:20:40.1425506Z [00:02:33.409]➜  EOF
2025-08-20T21:20:40.1433524Z [00:02:33.410]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b558/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/provider=>sigs.k8s.io/kustomize/api@v0.19.0/provider;$WORK/b558=>" -p sigs.k8s.io/kustomize/api/provider -lang=go1.22 -complete -installsuffix shared -buildid limRcyDBanXYl8KfgReP/limRcyDBanXYl8KfgReP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b558/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/provider/depprovider.go
2025-08-20T21:20:40.1535701Z [00:02:33.418]➜  go tool buildid -w $WORK/b561/_pkg_.a # internal
2025-08-20T21:20:40.1544299Z [00:02:33.422]➜  cp $WORK/b561/_pkg_.a /root/.cache/go-build/f4/f4d872959569c93af9ec04e70828b17969a09d1cf26e27cd621bc1e1b74e206b-d # internal
2025-08-20T21:20:40.1548901Z [00:02:33.422]➜  k8s.io/client-go/util/homedir
2025-08-20T21:20:40.1549503Z [00:02:33.422]➜  mkdir -p $WORK/b572/
2025-08-20T21:20:40.1559677Z [00:02:33.423]➜  cat >/tmp/go-build3547871397/b572/importcfg << 'EOF' # internal
2025-08-20T21:20:40.1560428Z [00:02:33.423]➜  # import config
2025-08-20T21:20:40.1561274Z [00:02:33.423]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:40.1562174Z [00:02:33.423]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:40.1563212Z [00:02:33.423]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:40.1563838Z [00:02:33.423]➜  EOF
2025-08-20T21:20:40.1567048Z [00:02:33.423]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b572/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/homedir=>k8s.io/client-go@v0.33.2/util/homedir;$WORK/b572=>" -p k8s.io/client-go/util/homedir -lang=go1.24 -complete -installsuffix shared -buildid FGe8_BAKweCDD9XYj4Hs/FGe8_BAKweCDD9XYj4Hs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b572/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/homedir/homedir.go
2025-08-20T21:20:40.1678271Z [00:02:33.435]➜  go tool buildid -w $WORK/b558/_pkg_.a # internal
2025-08-20T21:20:40.1715276Z [00:02:33.436]➜  cp $WORK/b558/_pkg_.a /root/.cache/go-build/a8/a81b178d7218fd6838b9845e03f23f4e379738af0340cfeea203dc0e5d66f4a0-d # internal
2025-08-20T21:20:40.1726189Z [00:02:33.439]➜  k8s.io/client-go/applyconfigurations/internal
2025-08-20T21:20:40.1734134Z [00:02:33.439]➜  mkdir -p $WORK/b576/
2025-08-20T21:20:40.1734849Z [00:02:33.439]➜  cat >/tmp/go-build3547871397/b576/importcfg << 'EOF' # internal
2025-08-20T21:20:40.1735495Z [00:02:33.440]➜  # import config
2025-08-20T21:20:40.1736143Z [00:02:33.440]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:40.1737212Z [00:02:33.440]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/typed=/tmp/go-build3547871397/b428/_pkg_.a
2025-08-20T21:20:40.1738223Z [00:02:33.440]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:40.1738859Z [00:02:33.440]➜  EOF
2025-08-20T21:20:40.1743998Z [00:02:33.440]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b576/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/internal=>k8s.io/client-go@v0.33.2/applyconfigurations/internal;$WORK/b576=>" -p k8s.io/client-go/applyconfigurations/internal -lang=go1.24 -complete -installsuffix shared -buildid hpd6HZoyidqii8T9zxhg/hpd6HZoyidqii8T9zxhg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b576/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/internal/internal.go
2025-08-20T21:20:40.1747988Z [00:02:33.440]➜  go tool buildid -w $WORK/b572/_pkg_.a # internal
2025-08-20T21:20:40.1749316Z [00:02:33.440]➜  cp $WORK/b572/_pkg_.a /root/.cache/go-build/2a/2aea61ee1983fc8dfe46d62450f953dd9d650ed500846e09d5d59c25f7fd9ba8-d # internal
2025-08-20T21:20:40.1750572Z [00:02:33.440]➜  k8s.io/client-go/tools/clientcmd
2025-08-20T21:20:40.1751165Z [00:02:33.440]➜  mkdir -p $WORK/b568/
2025-08-20T21:20:40.1751898Z [00:02:33.440]➜  cat >/tmp/go-build3547871397/b568/importcfg << 'EOF' # internal
2025-08-20T21:20:40.1753024Z [00:02:33.440]➜  # import config
2025-08-20T21:20:40.1753796Z [00:02:33.440]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:40.1754713Z [00:02:33.440]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:40.1755569Z [00:02:33.440]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:40.1756516Z [00:02:33.440]➜  packagefile github.com/spf13/pflag=/tmp/go-build3547871397/b279/_pkg_.a
2025-08-20T21:20:40.1757549Z [00:02:33.440]➜  packagefile golang.org/x/term=/tmp/go-build3547871397/b437/_pkg_.a
2025-08-20T21:20:40.1758448Z [00:02:33.440]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:40.1759453Z [00:02:33.440]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:40.1760857Z [00:02:33.440]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:40.1762170Z [00:02:33.440]➜  packagefile k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3547871397/b107/_pkg_.a
2025-08-20T21:20:40.1763794Z [00:02:33.440]➜  packagefile k8s.io/apimachinery/pkg/util/validation=/tmp/go-build3547871397/b105/_pkg_.a
2025-08-20T21:20:40.1764985Z [00:02:33.440]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:40.1766049Z [00:02:33.440]➜  packagefile k8s.io/client-go/tools/auth=/tmp/go-build3547871397/b569/_pkg_.a
2025-08-20T21:20:40.1767164Z [00:02:33.440]➜  packagefile k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3547871397/b443/_pkg_.a
2025-08-20T21:20:40.1768383Z [00:02:33.440]➜  packagefile k8s.io/client-go/tools/clientcmd/api/latest=/tmp/go-build3547871397/b570/_pkg_.a
2025-08-20T21:20:40.1769522Z [00:02:33.440]➜  packagefile k8s.io/client-go/util/homedir=/tmp/go-build3547871397/b572/_pkg_.a
2025-08-20T21:20:40.1770522Z [00:02:33.440]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:40.1771388Z [00:02:33.440]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:40.1772211Z [00:02:33.440]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:40.1773379Z [00:02:33.440]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:40.1774276Z [00:02:33.440]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:40.1775131Z [00:02:33.440]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:40.1775944Z [00:02:33.440]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:40.1776749Z [00:02:33.440]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:40.1777538Z [00:02:33.440]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:40.1778314Z [00:02:33.440]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:40.1779086Z [00:02:33.440]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:40.1779834Z [00:02:33.440]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:40.1780600Z [00:02:33.440]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:40.1781340Z [00:02:33.440]➜  EOF
2025-08-20T21:20:40.1798542Z [00:02:33.440]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b568/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd=>k8s.io/client-go@v0.33.2/tools/clientcmd;$WORK/b568=>" -p k8s.io/client-go/tools/clientcmd -lang=go1.24 -complete -installsuffix shared -buildid LX7oO6ajaSMTX_cH1WWx/LX7oO6ajaSMTX_cH1WWx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b568/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/auth_loaders.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/client_config.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/config.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/flag.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/helpers.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/loader.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/merge.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/merged_client_builder.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/overrides.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/clientcmd/validation.go
2025-08-20T21:20:40.2200383Z [00:02:33.487]➜  go tool buildid -w $WORK/b547/_pkg_.a # internal
2025-08-20T21:20:40.2214651Z [00:02:33.488]➜  cp $WORK/b547/_pkg_.a /root/.cache/go-build/74/7431cf1715c05174e9d547582cfbeb16453c7bfb750a0ea7d9d434c623a4a921-d # internal
2025-08-20T21:20:40.2223960Z [00:02:33.489]➜  k8s.io/client-go/applyconfigurations/meta/v1
2025-08-20T21:20:40.2231510Z [00:02:33.489]➜  mkdir -p $WORK/b577/
2025-08-20T21:20:40.2232473Z [00:02:33.489]➜  cat >/tmp/go-build3547871397/b577/importcfg << 'EOF' # internal
2025-08-20T21:20:40.2233429Z [00:02:33.489]➜  # import config
2025-08-20T21:20:40.2237268Z [00:02:33.489]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:40.2238492Z [00:02:33.489]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:40.2239855Z [00:02:33.489]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:20:40.2241175Z [00:02:33.489]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:40.2242414Z [00:02:33.489]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:40.2243835Z [00:02:33.489]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:40.2245023Z [00:02:33.489]➜  packagefile k8s.io/client-go/discovery=/tmp/go-build3547871397/b348/_pkg_.a
2025-08-20T21:20:40.2246160Z [00:02:33.489]➜  packagefile k8s.io/kube-openapi/pkg/util/proto=/tmp/go-build3547871397/b411/_pkg_.a
2025-08-20T21:20:40.2247399Z [00:02:33.489]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/typed=/tmp/go-build3547871397/b428/_pkg_.a
2025-08-20T21:20:40.2248447Z [00:02:33.489]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:40.2249236Z [00:02:33.489]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:40.2249851Z [00:02:33.489]➜  EOF
2025-08-20T21:20:40.2267372Z [00:02:33.489]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b577/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/meta/v1=>k8s.io/client-go@v0.33.2/applyconfigurations/meta/v1;$WORK/b577=>" -p k8s.io/client-go/applyconfigurations/meta/v1 -lang=go1.24 -complete -installsuffix shared -buildid HgjWP23Ck1e2Re2ni2rO/HgjWP23Ck1e2Re2ni2rO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b577/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/meta/v1/condition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/meta/v1/deleteoptions.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/meta/v1/labelselector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/meta/v1/labelselectorrequirement.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/meta/v1/managedfieldsentry.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/meta/v1/objectmeta.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/meta/v1/ownerreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/meta/v1/preconditions.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/meta/v1/typemeta.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/meta/v1/unstructured.go
2025-08-20T21:20:40.2276458Z [00:02:33.491]➜  go tool buildid -w $WORK/b535/_pkg_.a # internal
2025-08-20T21:20:40.2277803Z [00:02:33.493]➜  cp $WORK/b535/_pkg_.a /root/.cache/go-build/12/12d5977f8fb583aeba38b50c112f6704197aecaaa4efcaf39e2805112301b92b-d # internal
2025-08-20T21:20:40.2281646Z [00:02:33.493]➜  sigs.k8s.io/kustomize/api/internal/builtins
2025-08-20T21:20:40.2282485Z [00:02:33.493]➜  mkdir -p $WORK/b480/
2025-08-20T21:20:40.2287336Z [00:02:33.496]➜  cat >/tmp/go-build3547871397/b480/importcfg << 'EOF' # internal
2025-08-20T21:20:40.2288111Z [00:02:33.496]➜  # import config
2025-08-20T21:20:40.2288762Z [00:02:33.496]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:40.2289586Z [00:02:33.496]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:40.2290359Z [00:02:33.496]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:40.2291283Z [00:02:33.496]➜  packagefile gopkg.in/evanphx/json-patch.v4=/tmp/go-build3547871397/b283/_pkg_.a
2025-08-20T21:20:40.2292245Z [00:02:33.496]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:40.2297228Z [00:02:33.496]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:20:40.2298654Z [00:02:33.496]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:40.2299688Z [00:02:33.496]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:40.2300696Z [00:02:33.496]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:40.2301751Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/api/filters/annotations=/tmp/go-build3547871397/b481/_pkg_.a
2025-08-20T21:20:40.2303888Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/api/filters/iampolicygenerator=/tmp/go-build3547871397/b511/_pkg_.a
2025-08-20T21:20:40.2305872Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/api/filters/imagetag=/tmp/go-build3547871397/b512/_pkg_.a
2025-08-20T21:20:40.2313910Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/api/filters/labels=/tmp/go-build3547871397/b516/_pkg_.a
2025-08-20T21:20:40.2315266Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/api/filters/namespace=/tmp/go-build3547871397/b517/_pkg_.a
2025-08-20T21:20:40.2316654Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/api/filters/patchjson6902=/tmp/go-build3547871397/b518/_pkg_.a
2025-08-20T21:20:40.2318182Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/api/filters/prefix=/tmp/go-build3547871397/b519/_pkg_.a
2025-08-20T21:20:40.2319531Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/api/filters/replacement=/tmp/go-build3547871397/b520/_pkg_.a
2025-08-20T21:20:40.2320917Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/api/filters/replicacount=/tmp/go-build3547871397/b531/_pkg_.a
2025-08-20T21:20:40.2322291Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/api/filters/suffix=/tmp/go-build3547871397/b532/_pkg_.a
2025-08-20T21:20:40.2323801Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/api/filters/valueadd=/tmp/go-build3547871397/b533/_pkg_.a
2025-08-20T21:20:40.2325027Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/api/ifc=/tmp/go-build3547871397/b527/_pkg_.a
2025-08-20T21:20:40.2326154Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/api/kv=/tmp/go-build3547871397/b534/_pkg_.a
2025-08-20T21:20:40.2327282Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/api/resmap=/tmp/go-build3547871397/b535/_pkg_.a
2025-08-20T21:20:40.2328489Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/api/resource=/tmp/go-build3547871397/b521/_pkg_.a
2025-08-20T21:20:40.2329878Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:40.2331047Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:40.2332184Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio=/tmp/go-build3547871397/b506/_pkg_.a
2025-08-20T21:20:40.2333473Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio/kioutil=/tmp/go-build3547871397/b510/_pkg_.a
2025-08-20T21:20:40.2334651Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/kyaml/resid=/tmp/go-build3547871397/b501/_pkg_.a
2025-08-20T21:20:40.2335810Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:40.2336994Z [00:02:33.496]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/merge2=/tmp/go-build3547871397/b523/_pkg_.a
2025-08-20T21:20:40.2338274Z [00:02:33.496]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:20:40.2339190Z [00:02:33.496]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:40.2340014Z [00:02:33.496]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:40.2340829Z [00:02:33.496]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:40.2341439Z [00:02:33.496]➜  EOF
2025-08-20T21:20:40.2358378Z [00:02:33.496]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b480/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins=>sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins;$WORK/b480=>" -p sigs.k8s.io/kustomize/api/internal/builtins -lang=go1.22 -complete -installsuffix shared -buildid i1hJoVsUdK_giC9mEXZE/i1hJoVsUdK_giC9mEXZE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b480/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/AnnotationsTransformer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/ConfigMapGenerator.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/HashTransformer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/HelmChartInflationGenerator.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/IAMPolicyGenerator.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/ImageTagTransformer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/LabelTransformer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/NamespaceTransformer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/PatchJson6902Transformer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/PatchStrategicMergeTransformer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/PatchTransformer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/PrefixTransformer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/ReplacementTransformer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/ReplicaCountTransformer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/SecretGenerator.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/SortOrderTransformer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/SuffixTransformer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/ValueAddTransformer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/builtins/doc.go
2025-08-20T21:20:40.3338364Z [00:02:33.601]➜  go tool buildid -w $WORK/b576/_pkg_.a # internal
2025-08-20T21:20:40.3391874Z [00:02:33.606]➜  cp $WORK/b576/_pkg_.a /root/.cache/go-build/74/74e73e3a6441ed547530ba38f9bdfa51473cf82359bdcc622f8bb8816a1e3304-d # internal
2025-08-20T21:20:40.3400842Z [00:02:33.606]➜  sigs.k8s.io/kustomize/api/internal/plugins/utils
2025-08-20T21:20:40.3401761Z [00:02:33.606]➜  mkdir -p $WORK/b542/
2025-08-20T21:20:40.3429518Z [00:02:33.610]➜  cat >/tmp/go-build3547871397/b542/importcfg << 'EOF' # internal
2025-08-20T21:20:40.3434162Z [00:02:33.610]➜  # import config
2025-08-20T21:20:40.3434923Z [00:02:33.610]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:40.3435806Z [00:02:33.610]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:40.3436611Z [00:02:33.610]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:40.3437481Z [00:02:33.610]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:40.3438408Z [00:02:33.610]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:40.3439477Z [00:02:33.610]➜  packagefile sigs.k8s.io/kustomize/api/konfig=/tmp/go-build3547871397/b515/_pkg_.a
2025-08-20T21:20:40.3440643Z [00:02:33.610]➜  packagefile sigs.k8s.io/kustomize/api/resmap=/tmp/go-build3547871397/b535/_pkg_.a
2025-08-20T21:20:40.3442063Z [00:02:33.610]➜  packagefile sigs.k8s.io/kustomize/api/resource=/tmp/go-build3547871397/b521/_pkg_.a
2025-08-20T21:20:40.3443536Z [00:02:33.610]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:40.3444815Z [00:02:33.610]➜  packagefile sigs.k8s.io/kustomize/kyaml/filesys=/tmp/go-build3547871397/b500/_pkg_.a
2025-08-20T21:20:40.3445952Z [00:02:33.610]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:20:40.3446859Z [00:02:33.610]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:40.3447717Z [00:02:33.610]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:40.3448370Z [00:02:33.610]➜  EOF
2025-08-20T21:20:40.3479814Z [00:02:33.610]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b542/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/utils=>sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/utils;$WORK/b542=>" -p sigs.k8s.io/kustomize/api/internal/plugins/utils -lang=go1.22 -complete -installsuffix shared -buildid UK7kp54L9zwYgWrDENmw/UK7kp54L9zwYgWrDENmw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b542/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/utils/utils.go
2025-08-20T21:20:40.4613109Z [00:02:33.729]➜  go tool buildid -w $WORK/b542/_pkg_.a # internal
2025-08-20T21:20:40.4660929Z [00:02:33.733]➜  cp $WORK/b542/_pkg_.a /root/.cache/go-build/ec/ecf408fb1dbdffe89ac8a8a613c252520d3b6ccd578e3500e9be016058554994-d # internal
2025-08-20T21:20:40.4684094Z [00:02:33.734]➜  sigs.k8s.io/kustomize/api/internal/plugins/execplugin
2025-08-20T21:20:40.4685322Z [00:02:33.734]➜  mkdir -p $WORK/b540/
2025-08-20T21:20:40.4686405Z [00:02:33.735]➜  cat >/tmp/go-build3547871397/b540/importcfg << 'EOF' # internal
2025-08-20T21:20:40.4688258Z [00:02:33.735]➜  # import config
2025-08-20T21:20:40.4688917Z [00:02:33.735]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:40.4689723Z [00:02:33.735]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:40.4690682Z [00:02:33.735]➜  packagefile github.com/google/shlex=/tmp/go-build3547871397/b541/_pkg_.a
2025-08-20T21:20:40.4691581Z [00:02:33.735]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:40.4692388Z [00:02:33.735]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:40.4693635Z [00:02:33.735]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:20:40.4694541Z [00:02:33.735]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:40.4695681Z [00:02:33.735]➜  packagefile sigs.k8s.io/kustomize/api/internal/plugins/utils=/tmp/go-build3547871397/b542/_pkg_.a
2025-08-20T21:20:40.4696958Z [00:02:33.735]➜  packagefile sigs.k8s.io/kustomize/api/resmap=/tmp/go-build3547871397/b535/_pkg_.a
2025-08-20T21:20:40.4698141Z [00:02:33.735]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:40.4699202Z [00:02:33.735]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:20:40.4700321Z [00:02:33.735]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:40.4700955Z [00:02:33.735]➜  EOF
2025-08-20T21:20:40.4705324Z [00:02:33.736]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b540/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/execplugin=>sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/execplugin;$WORK/b540=>" -p sigs.k8s.io/kustomize/api/internal/plugins/execplugin -lang=go1.22 -complete -installsuffix shared -buildid qcT6ILjPHqkx6jRVxdHj/qcT6ILjPHqkx6jRVxdHj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b540/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/execplugin/execplugin.go
2025-08-20T21:20:40.5099108Z [00:02:33.777]➜  go tool buildid -w $WORK/b480/_pkg_.a # internal
2025-08-20T21:20:40.5122827Z [00:02:33.780]➜  go tool buildid -w $WORK/b577/_pkg_.a # internal
2025-08-20T21:20:40.5127116Z [00:02:33.780]➜  go tool buildid -w $WORK/b568/_pkg_.a # internal
2025-08-20T21:20:40.5170262Z [00:02:33.784]➜  cp $WORK/b577/_pkg_.a /root/.cache/go-build/da/da50acbdfb1ac0e75cd7d18343cd0afa9002d70c7e7498b14f7822bb12122266-d # internal
2025-08-20T21:20:40.5177899Z [00:02:33.784]➜  sigs.k8s.io/kustomize/api/internal/plugins/fnplugin
2025-08-20T21:20:40.5178572Z [00:02:33.785]➜  mkdir -p $WORK/b543/
2025-08-20T21:20:40.5179754Z [00:02:33.785]➜  cp $WORK/b568/_pkg_.a /root/.cache/go-build/ed/ed6e2633b60b6c0cd3ca9ba792dda7d6af028c24adc1f87340d3a204dd2d8d6f-d # internal
2025-08-20T21:20:40.5210229Z [00:02:33.786]➜  cat >/tmp/go-build3547871397/b543/importcfg << 'EOF' # internal
2025-08-20T21:20:40.5210935Z [00:02:33.786]➜  # import config
2025-08-20T21:20:40.5211767Z [00:02:33.786]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:40.5212576Z [00:02:33.786]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:40.5214036Z [00:02:33.786]➜  packagefile sigs.k8s.io/kustomize/api/internal/plugins/utils=/tmp/go-build3547871397/b542/_pkg_.a
2025-08-20T21:20:40.5215302Z [00:02:33.786]➜  packagefile sigs.k8s.io/kustomize/api/resmap=/tmp/go-build3547871397/b535/_pkg_.a
2025-08-20T21:20:40.5216442Z [00:02:33.786]➜  packagefile sigs.k8s.io/kustomize/api/resource=/tmp/go-build3547871397/b521/_pkg_.a
2025-08-20T21:20:40.5217603Z [00:02:33.786]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:40.5218734Z [00:02:33.786]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:40.5220033Z [00:02:33.786]➜  packagefile sigs.k8s.io/kustomize/kyaml/fn/runtime/runtimeutil=/tmp/go-build3547871397/b544/_pkg_.a
2025-08-20T21:20:40.5221310Z [00:02:33.786]➜  packagefile sigs.k8s.io/kustomize/kyaml/runfn=/tmp/go-build3547871397/b547/_pkg_.a
2025-08-20T21:20:40.5222450Z [00:02:33.786]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:40.5223440Z [00:02:33.786]➜  EOF
2025-08-20T21:20:40.5223984Z [00:02:33.786]➜  sigs.k8s.io/kustomize/api/filters/nameref
2025-08-20T21:20:40.5224584Z [00:02:33.786]➜  mkdir -p $WORK/b552/
2025-08-20T21:20:40.5228753Z [00:02:33.786]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b543/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/fnplugin=>sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/fnplugin;$WORK/b543=>" -p sigs.k8s.io/kustomize/api/internal/plugins/fnplugin -lang=go1.22 -complete -installsuffix shared -buildid ahXVloWDb16aWzXxIK_6/ahXVloWDb16aWzXxIK_6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b543/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/fnplugin/fnplugin.go
2025-08-20T21:20:40.5241435Z [00:02:33.786]➜  cat >/tmp/go-build3547871397/b552/importcfg << 'EOF' # internal
2025-08-20T21:20:40.5242303Z [00:02:33.786]➜  # import config
2025-08-20T21:20:40.5243370Z [00:02:33.786]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:40.5244977Z [00:02:33.786]➜  packagefile sigs.k8s.io/kustomize/api/filters/fieldspec=/tmp/go-build3547871397/b498/_pkg_.a
2025-08-20T21:20:40.5246271Z [00:02:33.786]➜  packagefile sigs.k8s.io/kustomize/api/resmap=/tmp/go-build3547871397/b535/_pkg_.a
2025-08-20T21:20:40.5247455Z [00:02:33.786]➜  packagefile sigs.k8s.io/kustomize/api/resource=/tmp/go-build3547871397/b521/_pkg_.a
2025-08-20T21:20:40.5248607Z [00:02:33.786]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:40.5250152Z [00:02:33.786]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:40.5251673Z [00:02:33.786]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio=/tmp/go-build3547871397/b506/_pkg_.a
2025-08-20T21:20:40.5253441Z [00:02:33.786]➜  packagefile sigs.k8s.io/kustomize/kyaml/resid=/tmp/go-build3547871397/b501/_pkg_.a
2025-08-20T21:20:40.5255017Z [00:02:33.786]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:40.5256217Z [00:02:33.786]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:40.5257245Z [00:02:33.786]➜  EOF
2025-08-20T21:20:40.5270821Z [00:02:33.786]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b552/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/nameref=>sigs.k8s.io/kustomize/api@v0.19.0/filters/nameref;$WORK/b552=>" -p sigs.k8s.io/kustomize/api/filters/nameref -lang=go1.22 -complete -installsuffix shared -buildid JJZ-F2B1ymlsm_eaxx2q/JJZ-F2B1ymlsm_eaxx2q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b552/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/nameref/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/nameref/nameref.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/filters/nameref/seqfilter.go
2025-08-20T21:20:40.5275889Z [00:02:33.791]➜  cp $WORK/b480/_pkg_.a /root/.cache/go-build/51/51c6ff47076ba6c3e8c28ad997b3c26e1ad2ee13c538548a440d21a77bc74014-d # internal
2025-08-20T21:20:40.5277323Z [00:02:33.791]➜  sigs.k8s.io/kustomize/api/internal/plugins/builtinhelpers
2025-08-20T21:20:40.5278024Z [00:02:33.791]➜  mkdir -p $WORK/b537/
2025-08-20T21:20:40.5278737Z [00:02:33.791]➜  cat >/tmp/go-build3547871397/b537/importcfg << 'EOF' # internal
2025-08-20T21:20:40.5279420Z [00:02:33.791]➜  # import config
2025-08-20T21:20:40.5280326Z [00:02:33.791]➜  packagefile sigs.k8s.io/kustomize/api/internal/builtins=/tmp/go-build3547871397/b480/_pkg_.a
2025-08-20T21:20:40.5281546Z [00:02:33.791]➜  packagefile sigs.k8s.io/kustomize/api/resmap=/tmp/go-build3547871397/b535/_pkg_.a
2025-08-20T21:20:40.5282536Z [00:02:33.791]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:40.5283344Z [00:02:33.791]➜  EOF
2025-08-20T21:20:40.5288468Z [00:02:33.791]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b537/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/builtinhelpers=>sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/builtinhelpers;$WORK/b537=>" -p sigs.k8s.io/kustomize/api/internal/plugins/builtinhelpers -lang=go1.22 -complete -installsuffix shared -buildid UWYk76b-j0everlb71G7/UWYk76b-j0everlb71G7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b537/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/builtinhelpers/builtinplugintype_string.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/builtinhelpers/builtins.go
2025-08-20T21:20:40.5538085Z [00:02:33.821]➜  go tool buildid -w $WORK/b540/_pkg_.a # internal
2025-08-20T21:20:40.5554122Z [00:02:33.823]➜  cp $WORK/b540/_pkg_.a /root/.cache/go-build/54/542e06d08e630fc31ea93740aa31bd20f19997b9de17bb1eaaed667f7745f8cb-d # internal
2025-08-20T21:20:40.5564754Z [00:02:33.824]➜  k8s.io/client-go/applyconfigurations/admissionregistration/v1
2025-08-20T21:20:40.5568626Z [00:02:33.824]➜  mkdir -p $WORK/b575/
2025-08-20T21:20:40.5575043Z [00:02:33.825]➜  cat >/tmp/go-build3547871397/b575/importcfg << 'EOF' # internal
2025-08-20T21:20:40.5585949Z [00:02:33.825]➜  # import config
2025-08-20T21:20:40.5586877Z [00:02:33.825]➜  packagefile k8s.io/api/admissionregistration/v1=/tmp/go-build3547871397/b352/_pkg_.a
2025-08-20T21:20:40.5588149Z [00:02:33.825]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:40.5589347Z [00:02:33.825]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:40.5590651Z [00:02:33.825]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:40.5591994Z [00:02:33.825]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:40.5593600Z [00:02:33.825]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:40.5594458Z [00:02:33.825]➜  EOF
2025-08-20T21:20:40.5630904Z [00:02:33.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b575/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1=>k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1;$WORK/b575=>" -p k8s.io/client-go/applyconfigurations/admissionregistration/v1 -lang=go1.24 -complete -installsuffix shared -buildid HTNsBaya10m96UJswU9s/HTNsBaya10m96UJswU9s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b575/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/auditannotation.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/expressionwarning.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/matchcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/matchresources.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/mutatingwebhook.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/mutatingwebhookconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/namedrulewithoperations.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/paramkind.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/paramref.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/rule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/rulewithoperations.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/servicereference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/typechecking.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/validatingadmissionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/validatingadmissionpolicybinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/validatingadmissionpolicybindingspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/validatingadmissionpolicyspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/validatingadmissionpolicystatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/validatingwebhook.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/validatingwebhookconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/validation.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/variable.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1/webhookclientconfig.go
2025-08-20T21:20:40.5763673Z [00:02:33.844]➜  go tool buildid -w $WORK/b543/_pkg_.a # internal
2025-08-20T21:20:40.5776957Z [00:02:33.845]➜  cp $WORK/b543/_pkg_.a /root/.cache/go-build/7a/7a18bc0d4d7f6aef58c51703ed8eaeec25c3a108cfb8c5f549f5e71a90a3da05-d # internal
2025-08-20T21:20:40.5798347Z [00:02:33.847]➜  k8s.io/apimachinery/pkg/api/meta/testrestmapper
2025-08-20T21:20:40.5801368Z [00:02:33.847]➜  mkdir -p $WORK/b580/
2025-08-20T21:20:40.5815537Z [00:02:33.848]➜  cat >/tmp/go-build3547871397/b580/importcfg << 'EOF' # internal
2025-08-20T21:20:40.5816343Z [00:02:33.848]➜  # import config
2025-08-20T21:20:40.5817128Z [00:02:33.848]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:20:40.5819601Z [00:02:33.848]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:40.5835108Z [00:02:33.848]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:40.5837846Z [00:02:33.848]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:20:40.5840977Z [00:02:33.848]➜  EOF
2025-08-20T21:20:40.5845397Z [00:02:33.849]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b580/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/meta/testrestmapper=>k8s.io/apimachinery@v0.33.2/pkg/api/meta/testrestmapper;$WORK/b580=>" -p k8s.io/apimachinery/pkg/api/meta/testrestmapper -lang=go1.24 -complete -installsuffix shared -buildid 5hIu3fbaFyJMFwg5et0O/5hIu3fbaFyJMFwg5et0O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b580/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/meta/testrestmapper/test_restmapper.go
2025-08-20T21:20:40.5998184Z [00:02:33.867]➜  go tool buildid -w $WORK/b537/_pkg_.a # internal
2025-08-20T21:20:40.6009158Z [00:02:33.868]➜  cp $WORK/b537/_pkg_.a /root/.cache/go-build/a6/a6cdbc0c298e7b6297454216d91bba9df08e3b6309d52b7627bc99b4a1a3b33c-d # internal
2025-08-20T21:20:40.6036448Z [00:02:33.869]➜  sigs.k8s.io/kustomize/api/internal/plugins/loader
2025-08-20T21:20:40.6037188Z [00:02:33.869]➜  mkdir -p $WORK/b538/
2025-08-20T21:20:40.6038204Z [00:02:33.869]➜  cat >/tmp/go-build3547871397/b538/importcfg << 'EOF' # internal
2025-08-20T21:20:40.6038969Z [00:02:33.869]➜  # import config
2025-08-20T21:20:40.6039656Z [00:02:33.869]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:40.6040445Z [00:02:33.869]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:40.6041222Z [00:02:33.869]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:40.6042103Z [00:02:33.869]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:40.6043159Z [00:02:33.869]➜  packagefile plugin=/tmp/go-build3547871397/b539/_pkg_.a
2025-08-20T21:20:40.6045523Z [00:02:33.869]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:40.6046563Z [00:02:33.872]➜  packagefile sigs.k8s.io/kustomize/api/ifc=/tmp/go-build3547871397/b527/_pkg_.a
2025-08-20T21:20:40.6047940Z [00:02:33.872]➜  packagefile sigs.k8s.io/kustomize/api/internal/plugins/builtinhelpers=/tmp/go-build3547871397/b537/_pkg_.a
2025-08-20T21:20:40.6049450Z [00:02:33.872]➜  packagefile sigs.k8s.io/kustomize/api/internal/plugins/execplugin=/tmp/go-build3547871397/b540/_pkg_.a
2025-08-20T21:20:40.6050961Z [00:02:33.872]➜  packagefile sigs.k8s.io/kustomize/api/internal/plugins/fnplugin=/tmp/go-build3547871397/b543/_pkg_.a
2025-08-20T21:20:40.6052474Z [00:02:33.872]➜  packagefile sigs.k8s.io/kustomize/api/internal/plugins/utils=/tmp/go-build3547871397/b542/_pkg_.a
2025-08-20T21:20:40.6054337Z [00:02:33.872]➜  packagefile sigs.k8s.io/kustomize/api/konfig=/tmp/go-build3547871397/b515/_pkg_.a
2025-08-20T21:20:40.6055488Z [00:02:33.872]➜  packagefile sigs.k8s.io/kustomize/api/resmap=/tmp/go-build3547871397/b535/_pkg_.a
2025-08-20T21:20:40.6056662Z [00:02:33.872]➜  packagefile sigs.k8s.io/kustomize/api/resource=/tmp/go-build3547871397/b521/_pkg_.a
2025-08-20T21:20:40.6057852Z [00:02:33.872]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:40.6059339Z [00:02:33.872]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:40.6060562Z [00:02:33.872]➜  packagefile sigs.k8s.io/kustomize/kyaml/filesys=/tmp/go-build3547871397/b500/_pkg_.a
2025-08-20T21:20:40.6061757Z [00:02:33.872]➜  packagefile sigs.k8s.io/kustomize/kyaml/resid=/tmp/go-build3547871397/b501/_pkg_.a
2025-08-20T21:20:40.6062931Z [00:02:33.872]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:40.6063573Z [00:02:33.872]➜  EOF
2025-08-20T21:20:40.6068325Z [00:02:33.872]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b538/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/loader=>sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/loader;$WORK/b538=>" -p sigs.k8s.io/kustomize/api/internal/plugins/loader -lang=go1.22 -complete -installsuffix shared -buildid 4ZzFGeykuYSw92AqPsQD/4ZzFGeykuYSw92AqPsQD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b538/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/loader/load_go_plugin.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/plugins/loader/loader.go
2025-08-20T21:20:40.6325174Z [00:02:33.899]➜  go tool buildid -w $WORK/b552/_pkg_.a # internal
2025-08-20T21:20:40.6381200Z [00:02:33.905]➜  cp $WORK/b552/_pkg_.a /root/.cache/go-build/f8/f8df762be8b8a0aebdf945f5725971c558cc27c2998a36bfba140629e1edcca2-d # internal
2025-08-20T21:20:40.6392902Z [00:02:33.906]➜  sigs.k8s.io/kustomize/api/internal/accumulator
2025-08-20T21:20:40.6395918Z [00:02:33.906]➜  mkdir -p $WORK/b551/
2025-08-20T21:20:40.6408803Z [00:02:33.908]➜  cat >/tmp/go-build3547871397/b551/importcfg << 'EOF' # internal
2025-08-20T21:20:40.6412164Z [00:02:33.908]➜  # import config
2025-08-20T21:20:40.6413042Z [00:02:33.908]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:40.6413939Z [00:02:33.908]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:40.6415184Z [00:02:33.908]➜  packagefile k8s.io/kube-openapi/pkg/validation/spec=/tmp/go-build3547871397/b414/_pkg_.a
2025-08-20T21:20:40.6416252Z [00:02:33.908]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:40.6417294Z [00:02:33.908]➜  packagefile sigs.k8s.io/kustomize/api/filters/nameref=/tmp/go-build3547871397/b552/_pkg_.a
2025-08-20T21:20:40.6418598Z [00:02:33.908]➜  packagefile sigs.k8s.io/kustomize/api/filters/refvar=/tmp/go-build3547871397/b553/_pkg_.a
2025-08-20T21:20:40.6419763Z [00:02:33.908]➜  packagefile sigs.k8s.io/kustomize/api/ifc=/tmp/go-build3547871397/b527/_pkg_.a
2025-08-20T21:20:40.6421137Z [00:02:33.908]➜  packagefile sigs.k8s.io/kustomize/api/internal/plugins/builtinconfig=/tmp/go-build3547871397/b554/_pkg_.a
2025-08-20T21:20:40.6422510Z [00:02:33.908]➜  packagefile sigs.k8s.io/kustomize/api/resmap=/tmp/go-build3547871397/b535/_pkg_.a
2025-08-20T21:20:40.6423917Z [00:02:33.908]➜  packagefile sigs.k8s.io/kustomize/api/resource=/tmp/go-build3547871397/b521/_pkg_.a
2025-08-20T21:20:40.6425115Z [00:02:33.908]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:40.6426248Z [00:02:33.908]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:40.6427386Z [00:02:33.908]➜  packagefile sigs.k8s.io/kustomize/kyaml/filesys=/tmp/go-build3547871397/b500/_pkg_.a
2025-08-20T21:20:40.6428522Z [00:02:33.908]➜  packagefile sigs.k8s.io/kustomize/kyaml/resid=/tmp/go-build3547871397/b501/_pkg_.a
2025-08-20T21:20:40.6429543Z [00:02:33.908]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:20:40.6430375Z [00:02:33.908]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:40.6431005Z [00:02:33.908]➜  EOF
2025-08-20T21:20:40.6449874Z [00:02:33.908]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b551/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/accumulator=>sigs.k8s.io/kustomize/api@v0.19.0/internal/accumulator;$WORK/b551=>" -p sigs.k8s.io/kustomize/api/internal/accumulator -lang=go1.22 -complete -installsuffix shared -buildid qGJ3dCa54riuhBYaSZv1/qGJ3dCa54riuhBYaSZv1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b551/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/accumulator/loadconfigfromcrds.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/accumulator/namereferencetransformer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/accumulator/refvartransformer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/accumulator/resaccumulator.go
2025-08-20T21:20:40.7170948Z [00:02:33.984]➜  go tool buildid -w $WORK/b538/_pkg_.a # internal
2025-08-20T21:20:40.7179132Z [00:02:33.984]➜  cp $WORK/b538/_pkg_.a /root/.cache/go-build/f4/f4997417c7d4613f905dfa9ed6f56f7387577c00b6e7bd8e4d8f67f3f3b0491c-d # internal
2025-08-20T21:20:40.7180732Z [00:02:33.985]➜  k8s.io/apimachinery/pkg/util/mergepatch
2025-08-20T21:20:40.7181434Z [00:02:33.985]➜  mkdir -p $WORK/b582/
2025-08-20T21:20:40.7182161Z [00:02:33.985]➜  cat >/tmp/go-build3547871397/b582/importcfg << 'EOF' # internal
2025-08-20T21:20:40.7184568Z [00:02:33.985]➜  # import config
2025-08-20T21:20:40.7194409Z [00:02:33.985]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:40.7195278Z [00:02:33.985]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:40.7196321Z [00:02:33.985]➜  packagefile k8s.io/apimachinery/pkg/util/dump=/tmp/go-build3547871397/b438/_pkg_.a
2025-08-20T21:20:40.7197394Z [00:02:33.985]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:40.7198285Z [00:02:33.985]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:20:40.7199176Z [00:02:33.985]➜  EOF
2025-08-20T21:20:40.7203857Z [00:02:33.985]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b582/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/mergepatch=>k8s.io/apimachinery@v0.33.2/pkg/util/mergepatch;$WORK/b582=>" -p k8s.io/apimachinery/pkg/util/mergepatch -lang=go1.24 -complete -installsuffix shared -buildid msLLLsE5msbsqTLriiZ8/msLLLsE5msbsqTLriiZ8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b582/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/mergepatch/errors.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/mergepatch/util.go
2025-08-20T21:20:40.7381826Z [00:02:34.005]➜  go tool buildid -w $WORK/b580/_pkg_.a # internal
2025-08-20T21:20:40.7405329Z [00:02:34.008]➜  cp $WORK/b580/_pkg_.a /root/.cache/go-build/c2/c2a1efb919492ef965e71cec7fb588421b00bf0377a13d8e63c4b09a9389e2a8-d # internal
2025-08-20T21:20:40.7407501Z [00:02:34.008]➜  k8s.io/apimachinery/third_party/forked/golang/json
2025-08-20T21:20:40.7410076Z [00:02:34.008]➜  mkdir -p $WORK/b583/
2025-08-20T21:20:40.7415093Z [00:02:34.009]➜  cat >/tmp/go-build3547871397/b583/importcfg << 'EOF' # internal
2025-08-20T21:20:40.7417176Z [00:02:34.009]➜  # import config
2025-08-20T21:20:40.7420048Z [00:02:34.009]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:40.7420914Z [00:02:34.009]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:40.7421743Z [00:02:34.009]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:40.7422562Z [00:02:34.009]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:40.7423762Z [00:02:34.009]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:40.7424536Z [00:02:34.009]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:40.7425359Z [00:02:34.009]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:40.7426277Z [00:02:34.009]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:40.7426950Z [00:02:34.009]➜  EOF
2025-08-20T21:20:40.7430887Z [00:02:34.009]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b583/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/third_party/forked/golang/json=>k8s.io/apimachinery@v0.33.2/third_party/forked/golang/json;$WORK/b583=>" -p k8s.io/apimachinery/third_party/forked/golang/json -lang=go1.24 -complete -installsuffix shared -buildid uXRt9RfVET_YjVcPB-tn/uXRt9RfVET_YjVcPB-tn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b583/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/third_party/forked/golang/json/fields.go
2025-08-20T21:20:40.7547477Z [00:02:34.022]➜  go tool buildid -w $WORK/b582/_pkg_.a # internal
2025-08-20T21:20:40.7548845Z [00:02:34.022]➜  cp $WORK/b582/_pkg_.a /root/.cache/go-build/04/04167bc84df19e59dca94a2cb6340b0d5867ecddd54358f73edb3f77cc4d7390-d # internal
2025-08-20T21:20:40.7568182Z [00:02:34.022]➜  k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1
2025-08-20T21:20:40.7568963Z [00:02:34.022]➜  mkdir -p $WORK/b589/
2025-08-20T21:20:40.7569692Z [00:02:34.023]➜  cat >/tmp/go-build3547871397/b589/importcfg << 'EOF' # internal
2025-08-20T21:20:40.7570378Z [00:02:34.023]➜  # import config
2025-08-20T21:20:40.7571253Z [00:02:34.023]➜  packagefile k8s.io/api/apiserverinternal/v1alpha1=/tmp/go-build3547871397/b355/_pkg_.a
2025-08-20T21:20:40.7572448Z [00:02:34.023]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:40.7573868Z [00:02:34.023]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:40.7575064Z [00:02:34.023]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:40.7576368Z [00:02:34.023]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:40.7577842Z [00:02:34.023]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:40.7578689Z [00:02:34.023]➜  EOF
2025-08-20T21:20:40.7598397Z [00:02:34.023]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b589/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apiserverinternal/v1alpha1=>k8s.io/client-go@v0.33.2/applyconfigurations/apiserverinternal/v1alpha1;$WORK/b589=>" -p k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid bJy940vfg1Z0c7pGTGpU/bJy940vfg1Z0c7pGTGpU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b589/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apiserverinternal/v1alpha1/serverstorageversion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apiserverinternal/v1alpha1/storageversion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apiserverinternal/v1alpha1/storageversioncondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apiserverinternal/v1alpha1/storageversionstatus.go
2025-08-20T21:20:40.8211531Z [00:02:34.088]➜  go tool buildid -w $WORK/b583/_pkg_.a # internal
2025-08-20T21:20:40.8226393Z [00:02:34.090]➜  cp $WORK/b583/_pkg_.a /root/.cache/go-build/f5/f52d3db9fb5a8762d26c62ffa3c0337249a0394b184606e2030355923d5b8b53-d # internal
2025-08-20T21:20:40.8235961Z [00:02:34.091]➜  k8s.io/apimachinery/pkg/util/strategicpatch
2025-08-20T21:20:40.8248530Z [00:02:34.091]➜  mkdir -p $WORK/b581/
2025-08-20T21:20:40.8249236Z [00:02:34.091]➜  cat >/tmp/go-build3547871397/b581/importcfg << 'EOF' # internal
2025-08-20T21:20:40.8249909Z [00:02:34.091]➜  # import config
2025-08-20T21:20:40.8250566Z [00:02:34.091]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:40.8251437Z [00:02:34.091]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:40.8252807Z [00:02:34.091]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:20:40.8254116Z [00:02:34.091]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3547871397/b142/_pkg_.a
2025-08-20T21:20:40.8255325Z [00:02:34.091]➜  packagefile k8s.io/apimachinery/pkg/util/mergepatch=/tmp/go-build3547871397/b582/_pkg_.a
2025-08-20T21:20:40.8257014Z [00:02:34.091]➜  packagefile k8s.io/apimachinery/third_party/forked/golang/json=/tmp/go-build3547871397/b583/_pkg_.a
2025-08-20T21:20:40.8258242Z [00:02:34.091]➜  packagefile k8s.io/kube-openapi/pkg/util/proto=/tmp/go-build3547871397/b411/_pkg_.a
2025-08-20T21:20:40.8259416Z [00:02:34.091]➜  packagefile k8s.io/kube-openapi/pkg/validation/spec=/tmp/go-build3547871397/b414/_pkg_.a
2025-08-20T21:20:40.8260384Z [00:02:34.091]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:40.8261180Z [00:02:34.091]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:40.8261981Z [00:02:34.091]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:40.8262559Z [00:02:34.091]➜  EOF
2025-08-20T21:20:40.8269091Z [00:02:34.091]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b581/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/strategicpatch=>k8s.io/apimachinery@v0.33.2/pkg/util/strategicpatch;$WORK/b581=>" -p k8s.io/apimachinery/pkg/util/strategicpatch -lang=go1.24 -complete -installsuffix shared -buildid u0FSd4BK2YFxUXsHGZXf/u0FSd4BK2YFxUXsHGZXf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b581/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/strategicpatch/errors.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/strategicpatch/meta.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/strategicpatch/patch.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/strategicpatch/types.go
2025-08-20T21:20:40.9330225Z [00:02:34.200]➜  go tool buildid -w $WORK/b575/_pkg_.a # internal
2025-08-20T21:20:40.9497751Z [00:02:34.215]➜  cp $WORK/b575/_pkg_.a /root/.cache/go-build/dc/dcbb513eb4cb9de2f7c174783692c68d86fb72c0650c0f2bb0b4a21f7365b5c5-d # internal
2025-08-20T21:20:40.9500286Z [00:02:34.217]➜  k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1
2025-08-20T21:20:40.9514670Z [00:02:34.219]➜  mkdir -p $WORK/b585/
2025-08-20T21:20:40.9515785Z [00:02:34.219]➜  cat >/tmp/go-build3547871397/b585/importcfg << 'EOF' # internal
2025-08-20T21:20:40.9518842Z [00:02:34.219]➜  # import config
2025-08-20T21:20:40.9519804Z [00:02:34.219]➜  packagefile k8s.io/api/admissionregistration/v1=/tmp/go-build3547871397/b352/_pkg_.a
2025-08-20T21:20:40.9521154Z [00:02:34.219]➜  packagefile k8s.io/api/admissionregistration/v1alpha1=/tmp/go-build3547871397/b353/_pkg_.a
2025-08-20T21:20:40.9522485Z [00:02:34.219]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:40.9523899Z [00:02:34.219]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:40.9525162Z [00:02:34.219]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:40.9526699Z [00:02:34.219]➜  packagefile k8s.io/client-go/applyconfigurations/admissionregistration/v1=/tmp/go-build3547871397/b575/_pkg_.a
2025-08-20T21:20:40.9528245Z [00:02:34.219]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:40.9529635Z [00:02:34.219]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:40.9530521Z [00:02:34.219]➜  EOF
2025-08-20T21:20:40.9556162Z [00:02:34.219]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b585/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1=>k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1;$WORK/b585=>" -p k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid heVBMznRYvugDaBQrT9f/heVBMznRYvugDaBQrT9f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b585/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/applyconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/auditannotation.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/expressionwarning.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/jsonpatch.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/matchcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/matchresources.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/mutatingadmissionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/mutatingadmissionpolicybinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/mutatingadmissionpolicybindingspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/mutatingadmissionpolicyspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/mutation.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/namedrulewithoperations.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/paramkind.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/paramref.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/typechecking.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/validatingadmissionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/validatingadmissionpolicybinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/validatingadmissionpolicybindingspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/validatingadmissionpolicyspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/validatingadmissionpolicystatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/validation.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1alpha1/variable.go
2025-08-20T21:20:40.9578464Z [00:02:34.223]➜  go tool buildid -w $WORK/b589/_pkg_.a # internal
2025-08-20T21:20:40.9601950Z [00:02:34.227]➜  cp $WORK/b589/_pkg_.a /root/.cache/go-build/39/39fb03dc631d907d78367a66609ae05e9c3010e02950537e976df1f84580036e-d # internal
2025-08-20T21:20:40.9611038Z [00:02:34.228]➜  k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1
2025-08-20T21:20:40.9614168Z [00:02:34.228]➜  mkdir -p $WORK/b587/
2025-08-20T21:20:40.9617776Z [00:02:34.229]➜  cat >/tmp/go-build3547871397/b587/importcfg << 'EOF' # internal
2025-08-20T21:20:40.9618516Z [00:02:34.229]➜  # import config
2025-08-20T21:20:40.9620747Z [00:02:34.229]➜  packagefile k8s.io/api/admissionregistration/v1=/tmp/go-build3547871397/b352/_pkg_.a
2025-08-20T21:20:40.9623427Z [00:02:34.229]➜  packagefile k8s.io/api/admissionregistration/v1beta1=/tmp/go-build3547871397/b354/_pkg_.a
2025-08-20T21:20:40.9625916Z [00:02:34.229]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:40.9628278Z [00:02:34.229]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:40.9630721Z [00:02:34.229]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:40.9633617Z [00:02:34.229]➜  packagefile k8s.io/client-go/applyconfigurations/admissionregistration/v1=/tmp/go-build3547871397/b575/_pkg_.a
2025-08-20T21:20:40.9635327Z [00:02:34.229]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:40.9638943Z [00:02:34.229]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:40.9640126Z [00:02:34.229]➜  EOF
2025-08-20T21:20:40.9664228Z [00:02:34.229]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b587/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1=>k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1;$WORK/b587=>" -p k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid Qvipylj2yzOFlzNPps7z/Qvipylj2yzOFlzNPps7z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b587/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/auditannotation.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/expressionwarning.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/matchcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/matchresources.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/mutatingwebhook.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/mutatingwebhookconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/namedrulewithoperations.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/paramkind.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/paramref.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/servicereference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/typechecking.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/validatingadmissionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/validatingadmissionpolicybinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/validatingadmissionpolicybindingspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/validatingadmissionpolicyspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/validatingadmissionpolicystatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/validatingwebhook.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/validatingwebhookconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/validation.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/variable.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/admissionregistration/v1beta1/webhookclientconfig.go
2025-08-20T21:20:41.0015724Z [00:02:34.267]➜  go tool buildid -w $WORK/b551/_pkg_.a # internal
2025-08-20T21:20:41.0059489Z [00:02:34.273]➜  cp $WORK/b551/_pkg_.a /root/.cache/go-build/8d/8d96f8bdc40ea7b241a6f1164bbbe2dfdbb3a9eaa3cde87d967532f4a653aca6-d # internal
2025-08-20T21:20:41.0064146Z [00:02:34.273]➜  sigs.k8s.io/kustomize/api/internal/target
2025-08-20T21:20:41.0064804Z [00:02:34.274]➜  mkdir -p $WORK/b550/
2025-08-20T21:20:41.0070290Z [00:02:34.274]➜  cat >/tmp/go-build3547871397/b550/importcfg << 'EOF' # internal
2025-08-20T21:20:41.0078598Z [00:02:34.274]➜  # import config
2025-08-20T21:20:41.0079336Z [00:02:34.274]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:41.0080219Z [00:02:34.274]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:41.0081022Z [00:02:34.274]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:41.0081879Z [00:02:34.274]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:41.0083365Z [00:02:34.274]➜  packagefile sigs.k8s.io/kustomize/api/ifc=/tmp/go-build3547871397/b527/_pkg_.a
2025-08-20T21:20:41.0088029Z [00:02:34.274]➜  packagefile sigs.k8s.io/kustomize/api/internal/accumulator=/tmp/go-build3547871397/b551/_pkg_.a
2025-08-20T21:20:41.0089362Z [00:02:34.274]➜  packagefile sigs.k8s.io/kustomize/api/internal/builtins=/tmp/go-build3547871397/b480/_pkg_.a
2025-08-20T21:20:41.0090708Z [00:02:34.274]➜  packagefile sigs.k8s.io/kustomize/api/internal/kusterr=/tmp/go-build3547871397/b530/_pkg_.a
2025-08-20T21:20:41.0092025Z [00:02:34.274]➜  packagefile sigs.k8s.io/kustomize/api/internal/loader=/tmp/go-build3547871397/b536/_pkg_.a
2025-08-20T21:20:41.0093636Z [00:02:34.274]➜  packagefile sigs.k8s.io/kustomize/api/internal/plugins/builtinconfig=/tmp/go-build3547871397/b554/_pkg_.a
2025-08-20T21:20:41.0095234Z [00:02:34.274]➜  packagefile sigs.k8s.io/kustomize/api/internal/plugins/builtinhelpers=/tmp/go-build3547871397/b537/_pkg_.a
2025-08-20T21:20:41.0096709Z [00:02:34.274]➜  packagefile sigs.k8s.io/kustomize/api/internal/plugins/loader=/tmp/go-build3547871397/b538/_pkg_.a
2025-08-20T21:20:41.0098102Z [00:02:34.274]➜  packagefile sigs.k8s.io/kustomize/api/internal/utils=/tmp/go-build3547871397/b514/_pkg_.a
2025-08-20T21:20:41.0099262Z [00:02:34.274]➜  packagefile sigs.k8s.io/kustomize/api/konfig=/tmp/go-build3547871397/b515/_pkg_.a
2025-08-20T21:20:41.0100448Z [00:02:34.274]➜  packagefile sigs.k8s.io/kustomize/api/resmap=/tmp/go-build3547871397/b535/_pkg_.a
2025-08-20T21:20:41.0101657Z [00:02:34.274]➜  packagefile sigs.k8s.io/kustomize/api/resource=/tmp/go-build3547871397/b521/_pkg_.a
2025-08-20T21:20:41.0103041Z [00:02:34.274]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:41.0104203Z [00:02:34.274]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:41.0105512Z [00:02:34.274]➜  packagefile sigs.k8s.io/kustomize/kyaml/openapi=/tmp/go-build3547871397/b502/_pkg_.a
2025-08-20T21:20:41.0106706Z [00:02:34.274]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:20:41.0107902Z [00:02:34.274]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:20:41.0108854Z [00:02:34.274]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:41.0109498Z [00:02:34.274]➜  EOF
2025-08-20T21:20:41.0115366Z [00:02:34.274]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b550/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/target=>sigs.k8s.io/kustomize/api@v0.19.0/internal/target;$WORK/b550=>" -p sigs.k8s.io/kustomize/api/internal/target -lang=go1.22 -complete -installsuffix shared -buildid cWg47knw1L5S-Ob-kiMV/cWg47knw1L5S-Ob-kiMV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b550/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/target/errmissingkustomization.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/target/kusttarget.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/target/kusttarget_configplugin.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/internal/target/multitransformer.go
2025-08-20T21:20:41.3159222Z [00:02:34.583]➜  go tool buildid -w $WORK/b585/_pkg_.a # internal
2025-08-20T21:20:41.3167962Z [00:02:34.584]➜  go tool buildid -w $WORK/b550/_pkg_.a # internal
2025-08-20T21:20:41.3193787Z [00:02:34.586]➜  cp $WORK/b550/_pkg_.a /root/.cache/go-build/9a/9aa5ef5e3c055c959667789ca9c17fafc505cf722ae73de785cb098cc9a4bed2-d # internal
2025-08-20T21:20:41.3198900Z [00:02:34.587]➜  sigs.k8s.io/kustomize/api/krusty
2025-08-20T21:20:41.3199540Z [00:02:34.587]➜  mkdir -p $WORK/b479/
2025-08-20T21:20:41.3214323Z [00:02:34.587]➜  cat >/tmp/go-build3547871397/b479/importcfg << 'EOF' # internal
2025-08-20T21:20:41.3215111Z [00:02:34.587]➜  # import config
2025-08-20T21:20:41.3215771Z [00:02:34.587]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:41.3216501Z [00:02:34.587]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:41.3217767Z [00:02:34.587]➜  packagefile sigs.k8s.io/kustomize/api/internal/builtins=/tmp/go-build3547871397/b480/_pkg_.a
2025-08-20T21:20:41.3218975Z [00:02:34.587]➜  packagefile sigs.k8s.io/kustomize/api/internal/loader=/tmp/go-build3547871397/b536/_pkg_.a
2025-08-20T21:20:41.3220291Z [00:02:34.587]➜  packagefile sigs.k8s.io/kustomize/api/internal/plugins/builtinhelpers=/tmp/go-build3547871397/b537/_pkg_.a
2025-08-20T21:20:41.3221674Z [00:02:34.587]➜  packagefile sigs.k8s.io/kustomize/api/internal/plugins/loader=/tmp/go-build3547871397/b538/_pkg_.a
2025-08-20T21:20:41.3223529Z [00:02:34.587]➜  packagefile sigs.k8s.io/kustomize/api/internal/target=/tmp/go-build3547871397/b550/_pkg_.a
2025-08-20T21:20:41.3224919Z [00:02:34.587]➜  packagefile sigs.k8s.io/kustomize/api/internal/utils=/tmp/go-build3547871397/b514/_pkg_.a
2025-08-20T21:20:41.3229983Z [00:02:34.587]➜  packagefile sigs.k8s.io/kustomize/api/konfig=/tmp/go-build3547871397/b515/_pkg_.a
2025-08-20T21:20:41.3231168Z [00:02:34.587]➜  packagefile sigs.k8s.io/kustomize/api/provenance=/tmp/go-build3547871397/b556/_pkg_.a
2025-08-20T21:20:41.3232361Z [00:02:34.587]➜  packagefile sigs.k8s.io/kustomize/api/provider=/tmp/go-build3547871397/b558/_pkg_.a
2025-08-20T21:20:41.3233690Z [00:02:34.587]➜  packagefile sigs.k8s.io/kustomize/api/resmap=/tmp/go-build3547871397/b535/_pkg_.a
2025-08-20T21:20:41.3234758Z [00:02:34.587]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:20:41.3235866Z [00:02:34.587]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:20:41.3237003Z [00:02:34.587]➜  packagefile sigs.k8s.io/kustomize/kyaml/filesys=/tmp/go-build3547871397/b500/_pkg_.a
2025-08-20T21:20:41.3238310Z [00:02:34.587]➜  packagefile sigs.k8s.io/kustomize/kyaml/openapi=/tmp/go-build3547871397/b502/_pkg_.a
2025-08-20T21:20:41.3239072Z [00:02:34.587]➜  EOF
2025-08-20T21:20:41.3243571Z [00:02:34.588]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b479/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/krusty=>sigs.k8s.io/kustomize/api@v0.19.0/krusty;$WORK/b479=>" -p sigs.k8s.io/kustomize/api/krusty -lang=go1.22 -complete -installsuffix shared -buildid 7uUbRVLHHcpg_v1gAMYk/7uUbRVLHHcpg_v1gAMYk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b479/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/krusty/doc.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/krusty/kustomizer.go /root/go/pkg/mod/sigs.k8s.io/kustomize/api@v0.19.0/krusty/options.go
2025-08-20T21:20:41.3248022Z [00:02:34.590]➜  cp $WORK/b585/_pkg_.a /root/.cache/go-build/06/0632f1a7a4ff35ec6a478b70c557f5688787db9434fb5f517253372e22045bf0-d # internal
2025-08-20T21:20:41.3293342Z [00:02:34.597]➜  k8s.io/client-go/applyconfigurations/core/v1
2025-08-20T21:20:41.3295897Z [00:02:34.597]➜  mkdir -p $WORK/b592/
2025-08-20T21:20:41.3302507Z [00:02:34.597]➜  cat >/tmp/go-build3547871397/b592/importcfg << 'EOF' # internal
2025-08-20T21:20:41.3307864Z [00:02:34.597]➜  # import config
2025-08-20T21:20:41.3308799Z [00:02:34.597]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:41.3309883Z [00:02:34.597]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:41.3310990Z [00:02:34.597]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:41.3312187Z [00:02:34.597]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:41.3313554Z [00:02:34.597]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:41.3314842Z [00:02:34.597]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:41.3316223Z [00:02:34.597]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:41.3317451Z [00:02:34.597]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:41.3318524Z [00:02:34.597]➜  EOF
2025-08-20T21:20:41.3511106Z [00:02:34.599]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b592/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1=>k8s.io/client-go@v0.33.2/applyconfigurations/core/v1;$WORK/b592=>" -p k8s.io/client-go/applyconfigurations/core/v1 -lang=go1.24 -complete -installsuffix shared -buildid KutuH95ZetedaG2II2Vk/KutuH95ZetedaG2II2Vk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b592/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/affinity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/apparmorprofile.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/attachedvolume.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/awselasticblockstorevolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/azurediskvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/azurefilepersistentvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/azurefilevolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/capabilities.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/cephfspersistentvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/cephfsvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/cinderpersistentvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/cindervolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/clientipconfig.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/clustertrustbundleprojection.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/componentcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/componentstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/configmap.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/configmapenvsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/configmapkeyselector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/configmapnodeconfigsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/configmapprojection.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/configmapvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/container.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/containerimage.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/containerport.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/containerresizepolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/containerstate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/containerstaterunning.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/containerstateterminated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/containerstatewaiting.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/containerstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/containeruser.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/csipersistentvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/csivolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/daemonendpoint.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/downwardapiprojection.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/downwardapivolumefile.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/downwardapivolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/emptydirvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/endpointaddress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/endpointport.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/endpoints.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/endpointsubset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/envfromsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/envvar.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/envvarsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/ephemeralcontainer.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/ephemeralcontainercommon.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/ephemeralvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/event.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/eventseries.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/eventsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/execaction.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/fcvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/flexpersistentvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/flexvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/flockervolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/gcepersistentdiskvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/gitrepovolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/glusterfspersistentvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/glusterfsvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/grpcaction.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/hostalias.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/hostip.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/hostpathvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/httpgetaction.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/httpheader.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/imagevolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/iscsipersistentvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/iscsivolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/keytopath.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/lifecycle.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/lifecyclehandler.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/limitrange.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/limitrangeitem.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/limitrangespec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/linuxcontaineruser.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/loadbalanceringress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/loadbalancerstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/localobjectreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/localvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/modifyvolumestatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/namespace.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/namespacecondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/namespacespec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/namespacestatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/nfsvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/node.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/nodeaddress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/nodeaffinity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/nodecondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/nodeconfigsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/nodeconfigstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/nodedaemonendpoints.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/nodefeatures.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/noderuntimehandler.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/noderuntimehandlerfeatures.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/nodeselector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/nodeselectorrequirement.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/nodeselectorterm.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/nodespec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/nodestatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/nodeswapstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/nodesysteminfo.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/objectfieldselector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/objectreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/persistentvolume.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/persistentvolumeclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/persistentvolumeclaimcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/persistentvolumeclaimspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/persistentvolumeclaimstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/persistentvolumeclaimtemplate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/persistentvolumeclaimvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/persistentvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/persistentvolumespec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/persistentvolumestatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/photonpersistentdiskvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/pod.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/podaffinity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/podaffinityterm.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/podantiaffinity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/podcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/poddnsconfig.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/poddnsconfigoption.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/podip.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/podos.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/podreadinessgate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/podresourceclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/podresourceclaimstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/podschedulinggate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/podsecuritycontext.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/podspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/podstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/podtemplate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/podtemplatespec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/portstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/portworxvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/preferredschedulingterm.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/probe.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/probehandler.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/projectedvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/quobytevolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/rbdpersistentvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/rbdvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/replicationcontroller.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/replicationcontrollercondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/replicationcontrollerspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/replicationcontrollerstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/resourceclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/resourcefieldselector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/resourcehealth.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/resourcequota.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/resourcequotaspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/resourcequotastatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/resourcerequirements.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/resourcestatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/scaleiopersistentvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/scaleiovolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/scopedresourceselectorrequirement.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/scopeselector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/seccompprofile.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/secret.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/secretenvsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/secretkeyselector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/secretprojection.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/secretreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/secretvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/securitycontext.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/selinuxoptions.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/service.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/serviceaccount.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/serviceaccounttokenprojection.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/serviceport.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/servicespec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/servicestatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/sessionaffinityconfig.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/sleepaction.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/storageospersistentvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/storageosvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/sysctl.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/taint.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/tcpsocketaction.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/toleration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/topologyselectorlabelrequirement.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/topologyselectorterm.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/topologyspreadconstraint.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/typedlocalobjectreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/typedobjectreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/volume.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/volumedevice.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/volumemount.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/volumemountstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/volumenodeaffinity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/volumeprojection.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/volumeresourcerequirements.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/volumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/vspherevirtualdiskvolumesource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/weightedpodaffinityterm.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/core/v1/windowssecuritycontextoptions.go
2025-08-20T21:20:41.3626537Z [00:02:34.599]➜  go tool buildid -w $WORK/b587/_pkg_.a # internal
2025-08-20T21:20:41.3627847Z [00:02:34.605]➜  cp $WORK/b587/_pkg_.a /root/.cache/go-build/61/619945b1f1657c25eae56934ae7661cb9c8be5beec036b9b07e066c69fceede6-d # internal
2025-08-20T21:20:41.3629058Z [00:02:34.606]➜  k8s.io/client-go/applyconfigurations/autoscaling/v1
2025-08-20T21:20:41.3629702Z [00:02:34.606]➜  mkdir -p $WORK/b593/
2025-08-20T21:20:41.3630414Z [00:02:34.606]➜  cat >/tmp/go-build3547871397/b593/importcfg << 'EOF' # internal
2025-08-20T21:20:41.3631091Z [00:02:34.606]➜  # import config
2025-08-20T21:20:41.3631866Z [00:02:34.606]➜  packagefile k8s.io/api/autoscaling/v1=/tmp/go-build3547871397/b363/_pkg_.a
2025-08-20T21:20:41.3633188Z [00:02:34.606]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:41.3634556Z [00:02:34.606]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:41.3635784Z [00:02:34.606]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:41.3637097Z [00:02:34.606]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:41.3638425Z [00:02:34.606]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:41.3639264Z [00:02:34.606]➜  EOF
2025-08-20T21:20:41.3648182Z [00:02:34.606]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b593/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v1=>k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v1;$WORK/b593=>" -p k8s.io/client-go/applyconfigurations/autoscaling/v1 -lang=go1.24 -complete -installsuffix shared -buildid 3j3VIB-FgebqoxgQb30N/3j3VIB-FgebqoxgQb30N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b593/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v1/crossversionobjectreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v1/horizontalpodautoscaler.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v1/horizontalpodautoscalerspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v1/horizontalpodautoscalerstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v1/scale.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v1/scalespec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v1/scalestatus.go
2025-08-20T21:20:41.3704731Z [00:02:34.637]➜  go tool buildid -w $WORK/b581/_pkg_.a # internal
2025-08-20T21:20:41.3762581Z [00:02:34.643]➜  go tool buildid -w $WORK/b479/_pkg_.a # internal
2025-08-20T21:20:41.3769028Z [00:02:34.644]➜  cp $WORK/b581/_pkg_.a /root/.cache/go-build/87/8776f28119dddc0f7431217d1385bb3347b8a6cbf157dcd3796ff095e15b3235-d # internal
2025-08-20T21:20:41.3781796Z [00:02:34.645]➜  k8s.io/client-go/testing
2025-08-20T21:20:41.3793333Z [00:02:34.645]➜  mkdir -p $WORK/b579/
2025-08-20T21:20:41.3794544Z [00:02:34.645]➜  cp $WORK/b479/_pkg_.a /root/.cache/go-build/99/9936ad66aa5f04e122821dd93e9a15881e446b8a608c01eaa7ddda5c8056222e-d # internal
2025-08-20T21:20:41.3795799Z [00:02:34.645]➜  cat >/tmp/go-build3547871397/b579/importcfg << 'EOF' # internal
2025-08-20T21:20:41.3796473Z [00:02:34.645]➜  # import config
2025-08-20T21:20:41.3797106Z [00:02:34.645]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:41.3798083Z [00:02:34.645]➜  packagefile gopkg.in/evanphx/json-patch.v4=/tmp/go-build3547871397/b283/_pkg_.a
2025-08-20T21:20:41.3799239Z [00:02:34.645]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:20:41.3800428Z [00:02:34.645]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:20:41.3801701Z [00:02:34.645]➜  packagefile k8s.io/apimachinery/pkg/api/meta/testrestmapper=/tmp/go-build3547871397/b580/_pkg_.a
2025-08-20T21:20:41.3803182Z [00:02:34.645]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:41.3804510Z [00:02:34.645]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:20:41.3805753Z [00:02:34.645]➜  packagefile k8s.io/apimachinery/pkg/fields=/tmp/go-build3547871397/b101/_pkg_.a
2025-08-20T21:20:41.3806856Z [00:02:34.645]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:20:41.3808029Z [00:02:34.645]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:41.3809204Z [00:02:34.645]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:41.3810596Z [00:02:34.645]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:41.3811725Z [00:02:34.645]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3547871397/b142/_pkg_.a
2025-08-20T21:20:41.3817561Z [00:02:34.645]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:41.3818957Z [00:02:34.645]➜  packagefile k8s.io/apimachinery/pkg/util/strategicpatch=/tmp/go-build3547871397/b581/_pkg_.a
2025-08-20T21:20:41.3820158Z [00:02:34.645]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:41.3821186Z [00:02:34.645]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:41.3822074Z [00:02:34.645]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:41.3823048Z [00:02:34.645]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:41.3824282Z [00:02:34.645]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/typed=/tmp/go-build3547871397/b428/_pkg_.a
2025-08-20T21:20:41.3825339Z [00:02:34.645]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:20:41.3826192Z [00:02:34.645]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:41.3826988Z [00:02:34.645]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:41.3827828Z [00:02:34.645]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:41.3828500Z [00:02:34.645]➜  EOF
2025-08-20T21:20:41.3833256Z [00:02:34.645]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b579/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/testing=>k8s.io/client-go@v0.33.2/testing;$WORK/b579=>" -p k8s.io/client-go/testing -lang=go1.24 -complete -installsuffix shared -buildid 4aSZyMj-BMT1pFHODLWG/4aSZyMj-BMT1pFHODLWG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b579/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/testing/actions.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/testing/fake.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/testing/fixture.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/testing/interface.go
2025-08-20T21:20:41.3838817Z [00:02:34.651]➜  k8s.io/cli-runtime/pkg/resource
2025-08-20T21:20:41.3848223Z [00:02:34.651]➜  mkdir -p $WORK/b296/
2025-08-20T21:20:41.3848942Z [00:02:34.651]➜  cat >/tmp/go-build3547871397/b296/importcfg << 'EOF' # internal
2025-08-20T21:20:41.3849595Z [00:02:34.651]➜  # import config
2025-08-20T21:20:41.3850232Z [00:02:34.651]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:41.3851026Z [00:02:34.651]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:41.3853349Z [00:02:34.651]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:41.3855942Z [00:02:34.651]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:41.3857994Z [00:02:34.651]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:41.3860958Z [00:02:34.651]➜  packagefile github.com/google/gnostic-models/openapiv2=/tmp/go-build3547871397/b297/_pkg_.a
2025-08-20T21:20:41.3862114Z [00:02:34.651]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3547871397/b332/_pkg_.a
2025-08-20T21:20:41.3863406Z [00:02:34.651]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3547871397/b333/_pkg_.a
2025-08-20T21:20:41.3864521Z [00:02:34.651]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:20:41.3865438Z [00:02:34.651]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:41.3866275Z [00:02:34.651]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:41.3867310Z [00:02:34.651]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:20:41.3868440Z [00:02:34.651]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:20:41.3869751Z [00:02:34.651]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:41.3871007Z [00:02:34.651]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:20:41.3872561Z [00:02:34.651]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructuredscheme=/tmp/go-build3547871397/b340/_pkg_.a
2025-08-20T21:20:41.3874194Z [00:02:34.651]➜  packagefile k8s.io/apimachinery/pkg/fields=/tmp/go-build3547871397/b101/_pkg_.a
2025-08-20T21:20:41.3875363Z [00:02:34.651]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:20:41.3876465Z [00:02:34.651]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:41.3877632Z [00:02:34.651]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:41.3879033Z [00:02:34.651]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3547871397/b346/_pkg_.a
2025-08-20T21:20:41.3880212Z [00:02:34.651]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:41.3881337Z [00:02:34.651]➜  packagefile k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3547871397/b107/_pkg_.a
2025-08-20T21:20:41.3882475Z [00:02:34.651]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3547871397/b142/_pkg_.a
2025-08-20T21:20:41.3883777Z [00:02:34.651]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:20:41.3884891Z [00:02:34.651]➜  packagefile k8s.io/apimachinery/pkg/util/yaml=/tmp/go-build3547871397/b344/_pkg_.a
2025-08-20T21:20:41.3886107Z [00:02:34.651]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:41.3887162Z [00:02:34.651]➜  packagefile k8s.io/client-go/discovery=/tmp/go-build3547871397/b348/_pkg_.a
2025-08-20T21:20:41.3888162Z [00:02:34.651]➜  packagefile k8s.io/client-go/dynamic=/tmp/go-build3547871397/b465/_pkg_.a
2025-08-20T21:20:41.3889326Z [00:02:34.651]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:41.3890379Z [00:02:34.651]➜  packagefile k8s.io/client-go/openapi=/tmp/go-build3547871397/b405/_pkg_.a
2025-08-20T21:20:41.3891379Z [00:02:34.651]➜  packagefile k8s.io/client-go/openapi3=/tmp/go-build3547871397/b477/_pkg_.a
2025-08-20T21:20:41.3892410Z [00:02:34.651]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:41.3893596Z [00:02:34.651]➜  packagefile k8s.io/client-go/restmapper=/tmp/go-build3547871397/b478/_pkg_.a
2025-08-20T21:20:41.3894546Z [00:02:34.651]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:41.3895527Z [00:02:34.651]➜  packagefile k8s.io/kube-openapi/pkg/spec3=/tmp/go-build3547871397/b464/_pkg_.a
2025-08-20T21:20:41.3896657Z [00:02:34.651]➜  packagefile k8s.io/kube-openapi/pkg/validation/spec=/tmp/go-build3547871397/b414/_pkg_.a
2025-08-20T21:20:41.3897657Z [00:02:34.651]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:41.3898445Z [00:02:34.651]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:41.3899212Z [00:02:34.651]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:41.3900022Z [00:02:34.651]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:41.3900856Z [00:02:34.651]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:41.3901795Z [00:02:34.651]➜  packagefile sigs.k8s.io/kustomize/api/krusty=/tmp/go-build3547871397/b479/_pkg_.a
2025-08-20T21:20:41.3903093Z [00:02:34.651]➜  packagefile sigs.k8s.io/kustomize/kyaml/filesys=/tmp/go-build3547871397/b500/_pkg_.a
2025-08-20T21:20:41.3904231Z [00:02:34.651]➜  packagefile sigs.k8s.io/yaml/goyaml.v2=/tmp/go-build3547871397/b248/_pkg_.a
2025-08-20T21:20:41.3905145Z [00:02:34.651]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:41.3906181Z [00:02:34.651]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:41.3906960Z [00:02:34.651]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:41.3907561Z [00:02:34.651]➜  EOF
2025-08-20T21:20:41.3918694Z [00:02:34.651]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b296/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/resource=>k8s.io/cli-runtime@v0.33.2/pkg/resource;$WORK/b296=>" -p k8s.io/cli-runtime/pkg/resource -lang=go1.24 -complete -installsuffix shared -buildid oXuP3sUbkUE_AUne-Ue_/oXuP3sUbkUE_AUne-Ue_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -pack /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/resource/builder.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/resource/client.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/resource/crd_finder.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/resource/doc.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/resource/fake.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/resource/fallback_query_param_verifier.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/resource/helper.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/resource/interfaces.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/resource/kustomizevisitor.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/resource/mapper.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/resource/metadata_decoder.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/resource/query_param_verifier.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/resource/query_param_verifier_v3.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/resource/result.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/resource/scheme.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/resource/selector.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/resource/visitor.go
2025-08-20T21:20:41.5065874Z [00:02:34.771]➜  go tool buildid -w $WORK/b593/_pkg_.a # internal
2025-08-20T21:20:41.5081219Z [00:02:34.775]➜  cp $WORK/b593/_pkg_.a /root/.cache/go-build/ec/ec32041867ceeddc74f3cbb85237c4f41f7d717a8bcb74d3625d951d6cb138a1-d # internal
2025-08-20T21:20:41.5087410Z [00:02:34.776]➜  k8s.io/client-go/applyconfigurations/autoscaling/v2
2025-08-20T21:20:41.5125018Z [00:02:34.776]➜  mkdir -p $WORK/b605/
2025-08-20T21:20:41.5125814Z [00:02:34.776]➜  cat >/tmp/go-build3547871397/b605/importcfg << 'EOF' # internal
2025-08-20T21:20:41.5126483Z [00:02:34.776]➜  # import config
2025-08-20T21:20:41.5127268Z [00:02:34.776]➜  packagefile k8s.io/api/autoscaling/v2=/tmp/go-build3547871397/b364/_pkg_.a
2025-08-20T21:20:41.5128274Z [00:02:34.776]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:41.5129393Z [00:02:34.776]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:41.5130613Z [00:02:34.776]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:41.5131830Z [00:02:34.776]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:41.5133269Z [00:02:34.776]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:41.5134676Z [00:02:34.776]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:41.5136021Z [00:02:34.777]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:41.5136880Z [00:02:34.777]➜  EOF
2025-08-20T21:20:41.5158932Z [00:02:34.777]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b605/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2=>k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2;$WORK/b605=>" -p k8s.io/client-go/applyconfigurations/autoscaling/v2 -lang=go1.24 -complete -installsuffix shared -buildid 7hkS9qo-UqnxQ0OuMMRV/7hkS9qo-UqnxQ0OuMMRV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b605/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/containerresourcemetricsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/containerresourcemetricstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/crossversionobjectreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/externalmetricsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/externalmetricstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/horizontalpodautoscaler.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/horizontalpodautoscalerbehavior.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/horizontalpodautoscalercondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/horizontalpodautoscalerspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/horizontalpodautoscalerstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/hpascalingpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/hpascalingrules.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/metricidentifier.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/metricspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/metricstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/metrictarget.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/metricvaluestatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/objectmetricsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/objectmetricstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/podsmetricsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/podsmetricstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/resourcemetricsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2/resourcemetricstatus.go
2025-08-20T21:20:41.7636290Z [00:02:35.031]➜  go tool buildid -w $WORK/b605/_pkg_.a # internal
2025-08-20T21:20:41.7785225Z [00:02:35.046]➜  cp $WORK/b605/_pkg_.a /root/.cache/go-build/26/26e34fb424058ec6bcb16822d8778b8379d46630c5d69e48356b5fa00e93cc00-d # internal
2025-08-20T21:20:41.7854345Z [00:02:35.053]➜  k8s.io/client-go/applyconfigurations/autoscaling/v2beta1
2025-08-20T21:20:41.7857959Z [00:02:35.053]➜  mkdir -p $WORK/b607/
2025-08-20T21:20:41.7886101Z [00:02:35.056]➜  cat >/tmp/go-build3547871397/b607/importcfg << 'EOF' # internal
2025-08-20T21:20:41.7891683Z [00:02:35.056]➜  # import config
2025-08-20T21:20:41.7896781Z [00:02:35.056]➜  packagefile k8s.io/api/autoscaling/v2beta1=/tmp/go-build3547871397/b365/_pkg_.a
2025-08-20T21:20:41.7899708Z [00:02:35.056]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:41.7902540Z [00:02:35.056]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:41.7905683Z [00:02:35.056]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:41.7908550Z [00:02:35.056]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:41.7911457Z [00:02:35.056]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:41.7929207Z [00:02:35.056]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:41.7930670Z [00:02:35.056]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:41.7931594Z [00:02:35.056]➜  EOF
2025-08-20T21:20:41.7950000Z [00:02:35.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b607/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1=>k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1;$WORK/b607=>" -p k8s.io/client-go/applyconfigurations/autoscaling/v2beta1 -lang=go1.24 -complete -installsuffix shared -buildid 0rc-GwFzmoh7njWFY3Po/0rc-GwFzmoh7njWFY3Po -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b607/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1/containerresourcemetricsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1/containerresourcemetricstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1/crossversionobjectreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1/externalmetricsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1/externalmetricstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscaler.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscalercondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscalerspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1/horizontalpodautoscalerstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1/metricspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1/metricstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1/objectmetricsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1/objectmetricstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1/podsmetricsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1/podsmetricstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1/resourcemetricsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta1/resourcemetricstatus.go
2025-08-20T21:20:42.0309229Z [00:02:35.298]➜  go tool buildid -w $WORK/b579/_pkg_.a # internal
2025-08-20T21:20:42.0569695Z [00:02:35.324]➜  cp $WORK/b579/_pkg_.a /root/.cache/go-build/46/46de4b7b927e09afc02488bec7499d8802785a15289210456a949000e507f20e-d # internal
2025-08-20T21:20:42.0579960Z [00:02:35.325]➜  k8s.io/client-go/gentype
2025-08-20T21:20:42.0583619Z [00:02:35.325]➜  mkdir -p $WORK/b578/
2025-08-20T21:20:42.0590775Z [00:02:35.326]➜  cat >/tmp/go-build3547871397/b578/importcfg << 'EOF' # internal
2025-08-20T21:20:42.0600139Z [00:02:35.326]➜  # import config
2025-08-20T21:20:42.0600854Z [00:02:35.326]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:42.0601762Z [00:02:35.326]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:42.0602823Z [00:02:35.326]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:42.0603837Z [00:02:35.326]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:20:42.0605044Z [00:02:35.326]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:42.0606227Z [00:02:35.326]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:20:42.0610705Z [00:02:35.326]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:42.0611979Z [00:02:35.326]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:42.0613457Z [00:02:35.326]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:42.0614629Z [00:02:35.326]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:42.0615987Z [00:02:35.326]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:42.0617032Z [00:02:35.326]➜  packagefile k8s.io/client-go/testing=/tmp/go-build3547871397/b579/_pkg_.a
2025-08-20T21:20:42.0618134Z [00:02:35.326]➜  packagefile k8s.io/client-go/util/apply=/tmp/go-build3547871397/b466/_pkg_.a
2025-08-20T21:20:42.0619353Z [00:02:35.326]➜  packagefile k8s.io/client-go/util/consistencydetector=/tmp/go-build3547871397/b467/_pkg_.a
2025-08-20T21:20:42.0620605Z [00:02:35.326]➜  packagefile k8s.io/client-go/util/watchlist=/tmp/go-build3547871397/b473/_pkg_.a
2025-08-20T21:20:42.0621650Z [00:02:35.326]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:20:42.0622547Z [00:02:35.326]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:42.0623416Z [00:02:35.326]➜  EOF
2025-08-20T21:20:42.0627035Z [00:02:35.326]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b578/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/gentype=>k8s.io/client-go@v0.33.2/gentype;$WORK/b578=>" -p k8s.io/client-go/gentype -lang=go1.24 -complete -installsuffix shared -buildid hZnwV6Zj6TLlEdwTi9bu/hZnwV6Zj6TLlEdwTi9bu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b578/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/gentype/fake.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/gentype/type.go
2025-08-20T21:20:42.0775335Z [00:02:35.345]➜  go tool buildid -w $WORK/b607/_pkg_.a # internal
2025-08-20T21:20:42.0823609Z [00:02:35.350]➜  cp $WORK/b607/_pkg_.a /root/.cache/go-build/7b/7bcd8070e69b380f60b37d323ae47cddd5c07da485b9c0cfccc8fe7b4524bb5d-d # internal
2025-08-20T21:20:42.0829206Z [00:02:35.350]➜  k8s.io/client-go/applyconfigurations/autoscaling/v2beta2
2025-08-20T21:20:42.0831480Z [00:02:35.350]➜  mkdir -p $WORK/b609/
2025-08-20T21:20:42.0834912Z [00:02:35.351]➜  cat >/tmp/go-build3547871397/b609/importcfg << 'EOF' # internal
2025-08-20T21:20:42.0837199Z [00:02:35.351]➜  # import config
2025-08-20T21:20:42.0838126Z [00:02:35.351]➜  packagefile k8s.io/api/autoscaling/v2beta2=/tmp/go-build3547871397/b366/_pkg_.a
2025-08-20T21:20:42.0839052Z [00:02:35.351]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:42.0840002Z [00:02:35.351]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:42.0841030Z [00:02:35.351]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:42.0842068Z [00:02:35.351]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:42.0843317Z [00:02:35.351]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:42.0844503Z [00:02:35.351]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:42.0845650Z [00:02:35.351]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:42.0846407Z [00:02:35.351]➜  EOF
2025-08-20T21:20:42.0878644Z [00:02:35.351]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b609/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2=>k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2;$WORK/b609=>" -p k8s.io/client-go/applyconfigurations/autoscaling/v2beta2 -lang=go1.24 -complete -installsuffix shared -buildid W_Mq_Yzee-3KfV8hJTu8/W_Mq_Yzee-3KfV8hJTu8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b609/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/containerresourcemetricsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/containerresourcemetricstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/crossversionobjectreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/externalmetricsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/externalmetricstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscaler.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalerbehavior.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalercondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalerspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalerstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/hpascalingpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/hpascalingrules.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/metricidentifier.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/metricspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/metricstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/metrictarget.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/metricvaluestatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/objectmetricsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/objectmetricstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/podsmetricsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/podsmetricstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/resourcemetricsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/autoscaling/v2beta2/resourcemetricstatus.go
2025-08-20T21:20:42.1110248Z [00:02:35.378]➜  go tool buildid -w $WORK/b578/_pkg_.a # internal
2025-08-20T21:20:42.1165929Z [00:02:35.384]➜  cp $WORK/b578/_pkg_.a /root/.cache/go-build/4f/4ffa545f0a91beceeba6c71e1db2b8636db0c68738eda516217a07f0ef095ded-d # internal
2025-08-20T21:20:42.1167303Z [00:02:35.384]➜  k8s.io/client-go/kubernetes/typed/admissionregistration/v1
2025-08-20T21:20:42.1168042Z [00:02:35.384]➜  mkdir -p $WORK/b574/
2025-08-20T21:20:42.1168783Z [00:02:35.384]➜  cat >/tmp/go-build3547871397/b574/importcfg << 'EOF' # internal
2025-08-20T21:20:42.1169484Z [00:02:35.384]➜  # import config
2025-08-20T21:20:42.1170163Z [00:02:35.384]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:42.1171239Z [00:02:35.384]➜  packagefile k8s.io/api/admissionregistration/v1=/tmp/go-build3547871397/b352/_pkg_.a
2025-08-20T21:20:42.1172533Z [00:02:35.384]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:42.1173974Z [00:02:35.384]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:42.1175178Z [00:02:35.384]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:42.1176610Z [00:02:35.384]➜  packagefile k8s.io/client-go/applyconfigurations/admissionregistration/v1=/tmp/go-build3547871397/b575/_pkg_.a
2025-08-20T21:20:42.1177967Z [00:02:35.384]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:42.1179118Z [00:02:35.384]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:42.1180226Z [00:02:35.384]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:42.1181166Z [00:02:35.384]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:42.1181837Z [00:02:35.384]➜  EOF
2025-08-20T21:20:42.1191723Z [00:02:35.384]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b574/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1=>k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1;$WORK/b574=>" -p k8s.io/client-go/kubernetes/typed/admissionregistration/v1 -lang=go1.24 -complete -installsuffix shared -buildid 4NEtoYej_2que_SREPnS/4NEtoYej_2que_SREPnS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b574/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1/admissionregistration_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1/mutatingwebhookconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1/validatingadmissionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1/validatingadmissionpolicybinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1/validatingwebhookconfiguration.go
2025-08-20T21:20:42.3084101Z [00:02:35.575]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T21:20:42.3285845Z [00:02:35.595]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/26/26c4c664444bc190566d0d1a9c3db9eda7aee7dce984cd2eaebadb3e87247a28-d # internal
2025-08-20T21:20:42.3287318Z [00:02:35.596]➜  k8s.io/cli-runtime/pkg/genericclioptions
2025-08-20T21:20:42.3288046Z [00:02:35.596]➜  mkdir -p $WORK/b275/
2025-08-20T21:20:42.3291918Z [00:02:35.596]➜  cat >/tmp/go-build3547871397/b275/importcfg << 'EOF' # internal
2025-08-20T21:20:42.3292884Z [00:02:35.596]➜  # import config
2025-08-20T21:20:42.3293924Z [00:02:35.596]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:42.3294953Z [00:02:35.596]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:42.3295963Z [00:02:35.596]➜  packagefile github.com/google/uuid=/tmp/go-build3547871397/b276/_pkg_.a
2025-08-20T21:20:42.3305034Z [00:02:35.596]➜  packagefile github.com/spf13/cobra=/tmp/go-build3547871397/b278/_pkg_.a
2025-08-20T21:20:42.3307150Z [00:02:35.596]➜  packagefile github.com/spf13/pflag=/tmp/go-build3547871397/b279/_pkg_.a
2025-08-20T21:20:42.3309250Z [00:02:35.596]➜  packagefile gopkg.in/evanphx/json-patch.v4=/tmp/go-build3547871397/b283/_pkg_.a
2025-08-20T21:20:42.3318241Z [00:02:35.596]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:42.3319259Z [00:02:35.596]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:20:42.3320382Z [00:02:35.596]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:42.3321570Z [00:02:35.596]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3547871397/b142/_pkg_.a
2025-08-20T21:20:42.3323028Z [00:02:35.596]➜  packagefile k8s.io/cli-runtime/pkg/genericiooptions=/tmp/go-build3547871397/b286/_pkg_.a
2025-08-20T21:20:42.3324285Z [00:02:35.596]➜  packagefile k8s.io/cli-runtime/pkg/printers=/tmp/go-build3547871397/b287/_pkg_.a
2025-08-20T21:20:42.3325457Z [00:02:35.596]➜  packagefile k8s.io/cli-runtime/pkg/resource=/tmp/go-build3547871397/b296/_pkg_.a
2025-08-20T21:20:42.3326553Z [00:02:35.596]➜  packagefile k8s.io/client-go/discovery=/tmp/go-build3547871397/b348/_pkg_.a
2025-08-20T21:20:42.3327728Z [00:02:35.596]➜  packagefile k8s.io/client-go/discovery/cached/disk=/tmp/go-build3547871397/b561/_pkg_.a
2025-08-20T21:20:42.3328821Z [00:02:35.596]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:42.3329847Z [00:02:35.596]➜  packagefile k8s.io/client-go/restmapper=/tmp/go-build3547871397/b478/_pkg_.a
2025-08-20T21:20:42.3330967Z [00:02:35.596]➜  packagefile k8s.io/client-go/tools/clientcmd=/tmp/go-build3547871397/b568/_pkg_.a
2025-08-20T21:20:42.3332164Z [00:02:35.596]➜  packagefile k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3547871397/b443/_pkg_.a
2025-08-20T21:20:42.3333504Z [00:02:35.596]➜  packagefile k8s.io/client-go/util/homedir=/tmp/go-build3547871397/b572/_pkg_.a
2025-08-20T21:20:42.3334645Z [00:02:35.596]➜  packagefile k8s.io/utils/pointer=/tmp/go-build3547871397/b270/_pkg_.a
2025-08-20T21:20:42.3335448Z [00:02:35.596]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:42.3336152Z [00:02:35.596]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:42.3336908Z [00:02:35.596]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:42.3337675Z [00:02:35.596]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:42.3338384Z [00:02:35.596]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:42.3339100Z [00:02:35.596]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:42.3339830Z [00:02:35.596]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:42.3340529Z [00:02:35.596]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:42.3341191Z [00:02:35.596]➜  EOF
2025-08-20T21:20:42.3354224Z [00:02:35.596]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b275/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericclioptions=>k8s.io/cli-runtime@v0.33.2/pkg/genericclioptions;$WORK/b275=>" -p k8s.io/cli-runtime/pkg/genericclioptions -lang=go1.24 -complete -installsuffix shared -buildid XcHibeicHbdJ6mqPNfid/XcHibeicHbdJ6mqPNfid -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericclioptions/builder_flags.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericclioptions/builder_flags_fake.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericclioptions/client_config.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericclioptions/command_headers.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericclioptions/config_flags.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericclioptions/config_flags_fake.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericclioptions/doc.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericclioptions/filename_flags.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericclioptions/io_options.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericclioptions/json_yaml_flags.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericclioptions/jsonpath_flags.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericclioptions/kube_template_flags.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericclioptions/name_flags.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericclioptions/print_flags.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericclioptions/record_flags.go /root/go/pkg/mod/k8s.io/cli-runtime@v0.33.2/pkg/genericclioptions/template_flags.go
2025-08-20T21:20:42.3365784Z [00:02:35.599]➜  go tool buildid -w $WORK/b609/_pkg_.a # internal
2025-08-20T21:20:42.3446533Z [00:02:35.612]➜  cp $WORK/b609/_pkg_.a /root/.cache/go-build/78/78cf5020ecfac13005f5c0532ab29f1a87216103031d68fb182a34829836a5e2-d # internal
2025-08-20T21:20:42.3450767Z [00:02:35.612]➜  k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1
2025-08-20T21:20:42.3451815Z [00:02:35.613]➜  mkdir -p $WORK/b584/
2025-08-20T21:20:42.3460396Z [00:02:35.613]➜  cat >/tmp/go-build3547871397/b584/importcfg << 'EOF' # internal
2025-08-20T21:20:42.3462030Z [00:02:35.613]➜  # import config
2025-08-20T21:20:42.3464745Z [00:02:35.613]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:42.3465785Z [00:02:35.613]➜  packagefile k8s.io/api/admissionregistration/v1alpha1=/tmp/go-build3547871397/b353/_pkg_.a
2025-08-20T21:20:42.3466956Z [00:02:35.613]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:42.3468030Z [00:02:35.613]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:42.3469029Z [00:02:35.613]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:42.3470520Z [00:02:35.613]➜  packagefile k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1=/tmp/go-build3547871397/b585/_pkg_.a
2025-08-20T21:20:42.3471741Z [00:02:35.613]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:42.3472901Z [00:02:35.613]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:42.3473860Z [00:02:35.613]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:42.3474664Z [00:02:35.613]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:42.3475217Z [00:02:35.613]➜  EOF
2025-08-20T21:20:42.3496659Z [00:02:35.614]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b584/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1alpha1=>k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1alpha1;$WORK/b584=>" -p k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid 6hJ2bRnpYPv5Z1O-9Dxk/6hJ2bRnpYPv5Z1O-9Dxk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b584/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1alpha1/admissionregistration_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1alpha1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1alpha1/mutatingadmissionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1alpha1/mutatingadmissionpolicybinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1alpha1/validatingadmissionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1alpha1/validatingadmissionpolicybinding.go
2025-08-20T21:20:42.7446193Z [00:02:36.009]➜  go tool buildid -w $WORK/b574/_pkg_.a # internal
2025-08-20T21:20:42.7615288Z [00:02:36.029]➜  cp $WORK/b574/_pkg_.a /root/.cache/go-build/57/57b75330a348e2ca9b3458e18bacde2ae6e6c716299866906856b84434f42edc-d # internal
2025-08-20T21:20:42.7617272Z [00:02:36.029]➜  k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1
2025-08-20T21:20:42.7623169Z [00:02:36.029]➜  mkdir -p $WORK/b586/
2025-08-20T21:20:42.7624160Z [00:02:36.029]➜  cat >/tmp/go-build3547871397/b586/importcfg << 'EOF' # internal
2025-08-20T21:20:42.7625385Z [00:02:36.029]➜  # import config
2025-08-20T21:20:42.7626341Z [00:02:36.029]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:42.7627430Z [00:02:36.029]➜  packagefile k8s.io/api/admissionregistration/v1beta1=/tmp/go-build3547871397/b354/_pkg_.a
2025-08-20T21:20:42.7628646Z [00:02:36.029]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:42.7629831Z [00:02:36.029]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:42.7630908Z [00:02:36.029]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:42.7632260Z [00:02:36.029]➜  packagefile k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1=/tmp/go-build3547871397/b587/_pkg_.a
2025-08-20T21:20:42.7633667Z [00:02:36.029]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:42.7634676Z [00:02:36.029]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:42.7635641Z [00:02:36.029]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:42.7636472Z [00:02:36.029]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:42.7637031Z [00:02:36.029]➜  EOF
2025-08-20T21:20:42.7646676Z [00:02:36.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b586/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1beta1;$WORK/b586=>" -p k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid 9Qsj2IdDB54P1OXBCxKV/9Qsj2IdDB54P1OXBCxKV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b586/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1beta1/admissionregistration_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1beta1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1beta1/mutatingwebhookconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1beta1/validatingadmissionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1beta1/validatingadmissionpolicybinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/admissionregistration/v1beta1/validatingwebhookconfiguration.go
2025-08-20T21:20:42.7655789Z [00:02:36.030]➜  go tool buildid -w $WORK/b592/_pkg_.a # internal
2025-08-20T21:20:42.7833788Z [00:02:36.051]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T21:20:42.7915792Z [00:02:36.059]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/e7/e79bfa244e82520ce97e8e7487cb88ee996465b4df4606414ff4a2774bdbc9a7-d # internal
2025-08-20T21:20:42.7918352Z [00:02:36.059]➜  k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1
2025-08-20T21:20:42.7919192Z [00:02:36.059]➜  mkdir -p $WORK/b588/
2025-08-20T21:20:42.7924762Z [00:02:36.060]➜  cat >/tmp/go-build3547871397/b588/importcfg << 'EOF' # internal
2025-08-20T21:20:42.7925615Z [00:02:36.060]➜  # import config
2025-08-20T21:20:42.7926412Z [00:02:36.060]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:42.7927782Z [00:02:36.060]➜  packagefile k8s.io/api/apiserverinternal/v1alpha1=/tmp/go-build3547871397/b355/_pkg_.a
2025-08-20T21:20:42.7929103Z [00:02:36.060]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:42.7930219Z [00:02:36.060]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:42.7931261Z [00:02:36.060]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:42.7932566Z [00:02:36.060]➜  packagefile k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1=/tmp/go-build3547871397/b589/_pkg_.a
2025-08-20T21:20:42.7934001Z [00:02:36.060]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:42.7935121Z [00:02:36.060]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:42.7936160Z [00:02:36.060]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:42.7937062Z [00:02:36.060]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:42.7937681Z [00:02:36.060]➜  EOF
2025-08-20T21:20:42.7944751Z [00:02:36.060]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b588/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apiserverinternal/v1alpha1=>k8s.io/client-go@v0.33.2/kubernetes/typed/apiserverinternal/v1alpha1;$WORK/b588=>" -p k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid NGlI8AuPaY4VkGRZsCNk/NGlI8AuPaY4VkGRZsCNk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b588/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apiserverinternal/v1alpha1/apiserverinternal_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apiserverinternal/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apiserverinternal/v1alpha1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apiserverinternal/v1alpha1/storageversion.go
2025-08-20T21:20:42.8190928Z [00:02:36.086]➜  cp $WORK/b592/_pkg_.a /root/.cache/go-build/65/6521a7efd3340830a7bdede86c4af3cee5ba0c5a16677f7df51b113721100f7d-d # internal
2025-08-20T21:20:42.8205930Z [00:02:36.088]➜  k8s.io/client-go/applyconfigurations/apps/v1
2025-08-20T21:20:42.8206619Z [00:02:36.088]➜  mkdir -p $WORK/b591/
2025-08-20T21:20:42.8213389Z [00:02:36.089]➜  cat >/tmp/go-build3547871397/b591/importcfg << 'EOF' # internal
2025-08-20T21:20:42.8214593Z [00:02:36.089]➜  # import config
2025-08-20T21:20:42.8218433Z [00:02:36.089]➜  packagefile k8s.io/api/apps/v1=/tmp/go-build3547871397/b356/_pkg_.a
2025-08-20T21:20:42.8219514Z [00:02:36.089]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:42.8220579Z [00:02:36.089]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:42.8221722Z [00:02:36.089]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:42.8222965Z [00:02:36.089]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:42.8224003Z [00:02:36.089]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:42.8225153Z [00:02:36.089]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:42.8226344Z [00:02:36.089]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:42.8227580Z [00:02:36.089]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:42.8228952Z [00:02:36.089]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:42.8229753Z [00:02:36.089]➜  EOF
2025-08-20T21:20:42.8248685Z [00:02:36.089]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b591/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1=>k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1;$WORK/b591=>" -p k8s.io/client-go/applyconfigurations/apps/v1 -lang=go1.24 -complete -installsuffix shared -buildid d3Zs08gLf39OEOy--iA_/d3Zs08gLf39OEOy--iA_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b591/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/controllerrevision.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/daemonset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/daemonsetcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/daemonsetspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/daemonsetstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/daemonsetupdatestrategy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/deployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/deploymentcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/deploymentspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/deploymentstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/deploymentstrategy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/replicaset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/replicasetcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/replicasetspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/replicasetstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/rollingupdatedaemonset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/rollingupdatedeployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/rollingupdatestatefulsetstrategy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/statefulset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/statefulsetcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/statefulsetordinals.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/statefulsetpersistentvolumeclaimretentionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/statefulsetspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/statefulsetstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1/statefulsetupdatestrategy.go
2025-08-20T21:20:42.8410210Z [00:02:36.108]➜  go tool buildid -w $WORK/b584/_pkg_.a # internal
2025-08-20T21:20:42.8511101Z [00:02:36.118]➜  cp $WORK/b584/_pkg_.a /root/.cache/go-build/ce/cec6e943b5557377df44c1ba99b5fe5d29261981649b9c2e46cbb2e197920c6a-d # internal
2025-08-20T21:20:42.8512447Z [00:02:36.118]➜  k8s.io/client-go/applyconfigurations/apps/v1beta1
2025-08-20T21:20:42.8513372Z [00:02:36.118]➜  mkdir -p $WORK/b595/
2025-08-20T21:20:42.8514130Z [00:02:36.118]➜  cat >/tmp/go-build3547871397/b595/importcfg << 'EOF' # internal
2025-08-20T21:20:42.8514831Z [00:02:36.118]➜  # import config
2025-08-20T21:20:42.8515616Z [00:02:36.118]➜  packagefile k8s.io/api/apps/v1beta1=/tmp/go-build3547871397/b357/_pkg_.a
2025-08-20T21:20:42.8516624Z [00:02:36.118]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:42.8517752Z [00:02:36.118]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:42.8518982Z [00:02:36.118]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:42.8520332Z [00:02:36.118]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:42.8521555Z [00:02:36.118]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:42.8526951Z [00:02:36.118]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:42.8528426Z [00:02:36.118]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:42.8529823Z [00:02:36.118]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:42.8531159Z [00:02:36.118]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:42.8532032Z [00:02:36.118]➜  EOF
2025-08-20T21:20:42.8548072Z [00:02:36.118]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b595/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta1=>k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta1;$WORK/b595=>" -p k8s.io/client-go/applyconfigurations/apps/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid WF_pSEurI0IAkHr1b8zQ/WF_pSEurI0IAkHr1b8zQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b595/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta1/controllerrevision.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta1/deployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta1/deploymentcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta1/deploymentspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta1/deploymentstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta1/deploymentstrategy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta1/rollbackconfig.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta1/rollingupdatedeployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta1/rollingupdatestatefulsetstrategy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta1/statefulset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta1/statefulsetcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta1/statefulsetordinals.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta1/statefulsetpersistentvolumeclaimretentionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta1/statefulsetspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta1/statefulsetstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta1/statefulsetupdatestrategy.go
2025-08-20T21:20:42.9338506Z [00:02:36.201]➜  go tool buildid -w $WORK/b588/_pkg_.a # internal
2025-08-20T21:20:42.9397281Z [00:02:36.207]➜  cp $WORK/b588/_pkg_.a /root/.cache/go-build/77/774b68a28507c1fc90c4e4079f218c50206bacc9a20643df9e896fa3066c9892-d # internal
2025-08-20T21:20:42.9412437Z [00:02:36.208]➜  k8s.io/client-go/applyconfigurations/apps/v1beta2
2025-08-20T21:20:42.9417727Z [00:02:36.209]➜  mkdir -p $WORK/b597/
2025-08-20T21:20:42.9426818Z [00:02:36.210]➜  cat >/tmp/go-build3547871397/b597/importcfg << 'EOF' # internal
2025-08-20T21:20:42.9436580Z [00:02:36.210]➜  # import config
2025-08-20T21:20:42.9437389Z [00:02:36.210]➜  packagefile k8s.io/api/apps/v1beta2=/tmp/go-build3547871397/b358/_pkg_.a
2025-08-20T21:20:42.9438436Z [00:02:36.210]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:42.9439617Z [00:02:36.210]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:42.9441046Z [00:02:36.210]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:42.9442274Z [00:02:36.210]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:42.9443978Z [00:02:36.210]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:42.9445376Z [00:02:36.210]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:42.9446986Z [00:02:36.210]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:42.9448448Z [00:02:36.210]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:42.9449880Z [00:02:36.210]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:42.9450795Z [00:02:36.210]➜  EOF
2025-08-20T21:20:42.9479263Z [00:02:36.213]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b597/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2=>k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2;$WORK/b597=>" -p k8s.io/client-go/applyconfigurations/apps/v1beta2 -lang=go1.24 -complete -installsuffix shared -buildid 9ezB7AGGkDDKAlKLzBNc/9ezB7AGGkDDKAlKLzBNc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b597/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/controllerrevision.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/daemonset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/daemonsetcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/daemonsetspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/daemonsetstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/daemonsetupdatestrategy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/deployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/deploymentcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/deploymentspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/deploymentstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/deploymentstrategy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/replicaset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/replicasetcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/replicasetspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/replicasetstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/rollingupdatedaemonset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/rollingupdatedeployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/rollingupdatestatefulsetstrategy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/scale.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/statefulset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/statefulsetcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/statefulsetordinals.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/statefulsetpersistentvolumeclaimretentionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/statefulsetspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/statefulsetstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/apps/v1beta2/statefulsetupdatestrategy.go
2025-08-20T21:20:43.2023567Z [00:02:36.469]➜  go tool buildid -w $WORK/b586/_pkg_.a # internal
2025-08-20T21:20:43.2128625Z [00:02:36.480]➜  cp $WORK/b586/_pkg_.a /root/.cache/go-build/1e/1e7dcb16f43bdf2398f0ff9215f3c6edda94efe2a24d9ac2d5d2739ca1926b19-d # internal
2025-08-20T21:20:43.2137789Z [00:02:36.481]➜  k8s.io/client-go/kubernetes/typed/authentication/v1
2025-08-20T21:20:43.2141080Z [00:02:36.481]➜  mkdir -p $WORK/b598/
2025-08-20T21:20:43.2150461Z [00:02:36.482]➜  cat >/tmp/go-build3547871397/b598/importcfg << 'EOF' # internal
2025-08-20T21:20:43.2168666Z [00:02:36.482]➜  # import config
2025-08-20T21:20:43.2169528Z [00:02:36.482]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:43.2170516Z [00:02:36.482]➜  packagefile k8s.io/api/authentication/v1=/tmp/go-build3547871397/b359/_pkg_.a
2025-08-20T21:20:43.2171656Z [00:02:36.482]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:43.2176578Z [00:02:36.482]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:43.2177786Z [00:02:36.482]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:43.2178846Z [00:02:36.482]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:43.2179745Z [00:02:36.482]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:43.2180331Z [00:02:36.482]➜  EOF
2025-08-20T21:20:43.2190765Z [00:02:36.485]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b598/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1=>k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1;$WORK/b598=>" -p k8s.io/client-go/kubernetes/typed/authentication/v1 -lang=go1.24 -complete -installsuffix shared -buildid R3UUh7yi5TRuqOKU3clV/R3UUh7yi5TRuqOKU3clV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b598/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1/authentication_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1/selfsubjectreview.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1/tokenreview.go
2025-08-20T21:20:43.2343799Z [00:02:36.501]➜  go tool buildid -w $WORK/b591/_pkg_.a # internal
2025-08-20T21:20:43.2415729Z [00:02:36.509]➜  cp $WORK/b591/_pkg_.a /root/.cache/go-build/df/df9e9689b584cdbdead3594a0e9e0155b4ae4648a1ec04891c74f44a3e2ea918-d # internal
2025-08-20T21:20:43.2426406Z [00:02:36.510]➜  k8s.io/client-go/kubernetes/typed/apps/v1
2025-08-20T21:20:43.2428845Z [00:02:36.510]➜  mkdir -p $WORK/b590/
2025-08-20T21:20:43.2429543Z [00:02:36.510]➜  cat >/tmp/go-build3547871397/b590/importcfg << 'EOF' # internal
2025-08-20T21:20:43.2430203Z [00:02:36.510]➜  # import config
2025-08-20T21:20:43.2430845Z [00:02:36.510]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:43.2431648Z [00:02:36.510]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:43.2432508Z [00:02:36.510]➜  packagefile k8s.io/api/apps/v1=/tmp/go-build3547871397/b356/_pkg_.a
2025-08-20T21:20:43.2433709Z [00:02:36.510]➜  packagefile k8s.io/api/autoscaling/v1=/tmp/go-build3547871397/b363/_pkg_.a
2025-08-20T21:20:43.2434822Z [00:02:36.510]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:43.2436089Z [00:02:36.510]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:43.2437203Z [00:02:36.510]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:43.2438363Z [00:02:36.510]➜  packagefile k8s.io/client-go/applyconfigurations/apps/v1=/tmp/go-build3547871397/b591/_pkg_.a
2025-08-20T21:20:43.2439727Z [00:02:36.510]➜  packagefile k8s.io/client-go/applyconfigurations/autoscaling/v1=/tmp/go-build3547871397/b593/_pkg_.a
2025-08-20T21:20:43.2440962Z [00:02:36.510]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:43.2442154Z [00:02:36.510]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:43.2443661Z [00:02:36.510]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:43.2444787Z [00:02:36.510]➜  packagefile k8s.io/client-go/util/apply=/tmp/go-build3547871397/b466/_pkg_.a
2025-08-20T21:20:43.2445992Z [00:02:36.510]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:43.2446680Z [00:02:36.510]➜  EOF
2025-08-20T21:20:43.2456857Z [00:02:36.510]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b590/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1=>k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1;$WORK/b590=>" -p k8s.io/client-go/kubernetes/typed/apps/v1 -lang=go1.24 -complete -installsuffix shared -buildid Og7mUbJH0VhJMzunwavV/Og7mUbJH0VhJMzunwavV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b590/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1/apps_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1/controllerrevision.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1/daemonset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1/deployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1/replicaset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1/statefulset.go
2025-08-20T21:20:43.2473656Z [00:02:36.514]➜  go tool buildid -w $WORK/b595/_pkg_.a # internal
2025-08-20T21:20:43.2610194Z [00:02:36.528]➜  cp $WORK/b595/_pkg_.a /root/.cache/go-build/ca/ca52663f10635a1d1c9f3067329eb4da10ac01e49cbccecad3c0307743b77143-d # internal
2025-08-20T21:20:43.2635770Z [00:02:36.528]➜  k8s.io/client-go/kubernetes/typed/apps/v1beta1
2025-08-20T21:20:43.2636455Z [00:02:36.529]➜  mkdir -p $WORK/b594/
2025-08-20T21:20:43.2637216Z [00:02:36.529]➜  cat >/tmp/go-build3547871397/b594/importcfg << 'EOF' # internal
2025-08-20T21:20:43.2637958Z [00:02:36.529]➜  # import config
2025-08-20T21:20:43.2638640Z [00:02:36.529]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:43.2639860Z [00:02:36.529]➜  packagefile k8s.io/api/apps/v1beta1=/tmp/go-build3547871397/b357/_pkg_.a
2025-08-20T21:20:43.2641232Z [00:02:36.529]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:43.2643037Z [00:02:36.529]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:43.2644588Z [00:02:36.529]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:43.2646304Z [00:02:36.529]➜  packagefile k8s.io/client-go/applyconfigurations/apps/v1beta1=/tmp/go-build3547871397/b595/_pkg_.a
2025-08-20T21:20:43.2647902Z [00:02:36.529]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:43.2649343Z [00:02:36.529]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:43.2650769Z [00:02:36.529]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:43.2652089Z [00:02:36.529]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:43.2653406Z [00:02:36.529]➜  EOF
2025-08-20T21:20:43.2661373Z [00:02:36.529]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b594/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1beta1;$WORK/b594=>" -p k8s.io/client-go/kubernetes/typed/apps/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid EXNNPcLhI1HkrXAtcGBF/EXNNPcLhI1HkrXAtcGBF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b594/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1beta1/apps_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1beta1/controllerrevision.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1beta1/deployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1beta1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1beta1/statefulset.go
2025-08-20T21:20:43.4000353Z [00:02:36.667]➜  go tool buildid -w $WORK/b598/_pkg_.a # internal
2025-08-20T21:20:43.4085961Z [00:02:36.676]➜  cp $WORK/b598/_pkg_.a /root/.cache/go-build/13/138f556ff4dd8506017a83333a39fb15bab54568a4b2b220bab1fd7f9c67743f-d # internal
2025-08-20T21:20:43.4095502Z [00:02:36.677]➜  k8s.io/client-go/kubernetes/typed/authentication/v1alpha1
2025-08-20T21:20:43.4102546Z [00:02:36.677]➜  mkdir -p $WORK/b599/
2025-08-20T21:20:43.4108690Z [00:02:36.678]➜  cat >/tmp/go-build3547871397/b599/importcfg << 'EOF' # internal
2025-08-20T21:20:43.4121140Z [00:02:36.678]➜  # import config
2025-08-20T21:20:43.4121821Z [00:02:36.678]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:43.4123017Z [00:02:36.678]➜  packagefile k8s.io/api/authentication/v1alpha1=/tmp/go-build3547871397/b360/_pkg_.a
2025-08-20T21:20:43.4124238Z [00:02:36.678]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:43.4125495Z [00:02:36.678]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:43.4126595Z [00:02:36.678]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:43.4127639Z [00:02:36.678]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:43.4128495Z [00:02:36.678]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:43.4129126Z [00:02:36.678]➜  EOF
2025-08-20T21:20:43.4135807Z [00:02:36.678]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b599/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1alpha1=>k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1alpha1;$WORK/b599=>" -p k8s.io/client-go/kubernetes/typed/authentication/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid ZwK7E19NxwWl1tRJ8OQn/ZwK7E19NxwWl1tRJ8OQn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b599/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1alpha1/authentication_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1alpha1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1alpha1/selfsubjectreview.go
2025-08-20T21:20:43.4848865Z [00:02:36.752]➜  go tool buildid -w $WORK/b597/_pkg_.a # internal
2025-08-20T21:20:43.4938943Z [00:02:36.761]➜  cp $WORK/b597/_pkg_.a /root/.cache/go-build/3e/3e6c91f5adc82901f48ec7646bc02c2d86f52b91142b888989765e548930c0d8-d # internal
2025-08-20T21:20:43.4969007Z [00:02:36.761]➜  k8s.io/client-go/kubernetes/typed/apps/v1beta2
2025-08-20T21:20:43.4969735Z [00:02:36.762]➜  mkdir -p $WORK/b596/
2025-08-20T21:20:43.4970470Z [00:02:36.762]➜  cat >/tmp/go-build3547871397/b596/importcfg << 'EOF' # internal
2025-08-20T21:20:43.4971197Z [00:02:36.762]➜  # import config
2025-08-20T21:20:43.4971893Z [00:02:36.762]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:43.4972860Z [00:02:36.762]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:43.4973793Z [00:02:36.762]➜  packagefile k8s.io/api/apps/v1beta2=/tmp/go-build3547871397/b358/_pkg_.a
2025-08-20T21:20:43.4974920Z [00:02:36.762]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:43.4992346Z [00:02:36.762]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:43.4993607Z [00:02:36.762]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:43.4995088Z [00:02:36.762]➜  packagefile k8s.io/client-go/applyconfigurations/apps/v1beta2=/tmp/go-build3547871397/b597/_pkg_.a
2025-08-20T21:20:43.4996383Z [00:02:36.762]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:43.4997671Z [00:02:36.762]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:43.4998799Z [00:02:36.762]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:43.4999864Z [00:02:36.762]➜  packagefile k8s.io/client-go/util/apply=/tmp/go-build3547871397/b466/_pkg_.a
2025-08-20T21:20:43.5000783Z [00:02:36.762]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:43.5001391Z [00:02:36.762]➜  EOF
2025-08-20T21:20:43.5009808Z [00:02:36.763]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b596/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1beta2=>k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1beta2;$WORK/b596=>" -p k8s.io/client-go/kubernetes/typed/apps/v1beta2 -lang=go1.24 -complete -installsuffix shared -buildid B_llWqm1i8RblPRiGlRR/B_llWqm1i8RblPRiGlRR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b596/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1beta2/apps_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1beta2/controllerrevision.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1beta2/daemonset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1beta2/deployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1beta2/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1beta2/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1beta2/replicaset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/apps/v1beta2/statefulset.go
2025-08-20T21:20:43.6109898Z [00:02:36.878]➜  go tool buildid -w $WORK/b599/_pkg_.a # internal
2025-08-20T21:20:43.6203590Z [00:02:36.887]➜  cp $WORK/b599/_pkg_.a /root/.cache/go-build/26/26c97e5cf0f44c8bad98d04ad8cbf932c555538a920b98259557df1517c0e587-d # internal
2025-08-20T21:20:43.6204909Z [00:02:36.887]➜  k8s.io/client-go/kubernetes/typed/authentication/v1beta1
2025-08-20T21:20:43.6205896Z [00:02:36.887]➜  mkdir -p $WORK/b600/
2025-08-20T21:20:43.6229695Z [00:02:36.890]➜  cat >/tmp/go-build3547871397/b600/importcfg << 'EOF' # internal
2025-08-20T21:20:43.6231103Z [00:02:36.890]➜  # import config
2025-08-20T21:20:43.6233665Z [00:02:36.890]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:43.6235020Z [00:02:36.890]➜  packagefile k8s.io/api/authentication/v1beta1=/tmp/go-build3547871397/b361/_pkg_.a
2025-08-20T21:20:43.6237817Z [00:02:36.890]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:43.6239317Z [00:02:36.890]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:43.6243444Z [00:02:36.890]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:43.6244537Z [00:02:36.890]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:43.6245466Z [00:02:36.890]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:43.6246135Z [00:02:36.890]➜  EOF
2025-08-20T21:20:43.6254930Z [00:02:36.890]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b600/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1beta1;$WORK/b600=>" -p k8s.io/client-go/kubernetes/typed/authentication/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid JLCheRpR3E7Z7lCrxq5n/JLCheRpR3E7Z7lCrxq5n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b600/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1beta1/authentication_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1beta1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1beta1/selfsubjectreview.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authentication/v1beta1/tokenreview.go
2025-08-20T21:20:43.7227895Z [00:02:36.990]➜  go tool buildid -w $WORK/b594/_pkg_.a # internal
2025-08-20T21:20:43.7464642Z [00:02:37.014]➜  cp $WORK/b594/_pkg_.a /root/.cache/go-build/cf/cf7f251aa809787dc8b8b9d3d4013d2124b97dd606b483d23ea8b68004cd81a7-d # internal
2025-08-20T21:20:43.7508058Z [00:02:37.018]➜  k8s.io/client-go/kubernetes/typed/authorization/v1
2025-08-20T21:20:43.7513824Z [00:02:37.018]➜  mkdir -p $WORK/b601/
2025-08-20T21:20:43.7514612Z [00:02:37.018]➜  cat >/tmp/go-build3547871397/b601/importcfg << 'EOF' # internal
2025-08-20T21:20:43.7515301Z [00:02:37.018]➜  # import config
2025-08-20T21:20:43.7515979Z [00:02:37.018]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:43.7517023Z [00:02:37.018]➜  packagefile k8s.io/api/authorization/v1=/tmp/go-build3547871397/b083/_pkg_.a
2025-08-20T21:20:43.7518245Z [00:02:37.018]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:43.7519457Z [00:02:37.018]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:43.7520585Z [00:02:37.018]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:43.7521701Z [00:02:37.018]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:43.7522851Z [00:02:37.018]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:43.7523439Z [00:02:37.018]➜  EOF
2025-08-20T21:20:43.7532044Z [00:02:37.018]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b601/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authorization/v1=>k8s.io/client-go@v0.33.2/kubernetes/typed/authorization/v1;$WORK/b601=>" -p k8s.io/client-go/kubernetes/typed/authorization/v1 -lang=go1.24 -complete -installsuffix shared -buildid eI2NhmWj_a0MrhjofVnK/eI2NhmWj_a0MrhjofVnK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b601/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authorization/v1/authorization_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authorization/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authorization/v1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authorization/v1/localsubjectaccessreview.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authorization/v1/selfsubjectaccessreview.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authorization/v1/selfsubjectrulesreview.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authorization/v1/subjectaccessreview.go
2025-08-20T21:20:43.8016845Z [00:02:37.069]➜  go tool buildid -w $WORK/b600/_pkg_.a # internal
2025-08-20T21:20:43.8057434Z [00:02:37.073]➜  cp $WORK/b600/_pkg_.a /root/.cache/go-build/a2/a2d2ae79fea57c1a865208a51a6903b06eeb502da7a6dd8602f20a11dd87120e-d # internal
2025-08-20T21:20:43.8064074Z [00:02:37.073]➜  k8s.io/client-go/kubernetes/typed/authorization/v1beta1
2025-08-20T21:20:43.8064805Z [00:02:37.074]➜  mkdir -p $WORK/b602/
2025-08-20T21:20:43.8069489Z [00:02:37.074]➜  cat >/tmp/go-build3547871397/b602/importcfg << 'EOF' # internal
2025-08-20T21:20:43.8080021Z [00:02:37.074]➜  # import config
2025-08-20T21:20:43.8080706Z [00:02:37.074]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:43.8081731Z [00:02:37.074]➜  packagefile k8s.io/api/authorization/v1beta1=/tmp/go-build3547871397/b362/_pkg_.a
2025-08-20T21:20:43.8083104Z [00:02:37.074]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:43.8084230Z [00:02:37.074]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:43.8085484Z [00:02:37.074]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:43.8086572Z [00:02:37.074]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:43.8087698Z [00:02:37.074]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:43.8088394Z [00:02:37.074]➜  EOF
2025-08-20T21:20:43.8099608Z [00:02:37.074]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b602/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authorization/v1beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/authorization/v1beta1;$WORK/b602=>" -p k8s.io/client-go/kubernetes/typed/authorization/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid 29Cn9u2HLgOomSl4do-2/29Cn9u2HLgOomSl4do-2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b602/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authorization/v1beta1/authorization_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authorization/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authorization/v1beta1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authorization/v1beta1/localsubjectaccessreview.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authorization/v1beta1/selfsubjectaccessreview.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authorization/v1beta1/selfsubjectrulesreview.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/authorization/v1beta1/subjectaccessreview.go
2025-08-20T21:20:43.9864153Z [00:02:37.254]➜  go tool buildid -w $WORK/b590/_pkg_.a # internal
2025-08-20T21:20:43.9953841Z [00:02:37.263]➜  go tool buildid -w $WORK/b601/_pkg_.a # internal
2025-08-20T21:20:43.9972249Z [00:02:37.264]➜  cp $WORK/b590/_pkg_.a /root/.cache/go-build/c1/c138af64de12de69ab968af129c6a2d16f16d443f512fa1c8ad49ce2515e001b-d # internal
2025-08-20T21:20:43.9974536Z [00:02:37.265]➜  k8s.io/client-go/kubernetes/typed/autoscaling/v1
2025-08-20T21:20:43.9979200Z [00:02:37.265]➜  mkdir -p $WORK/b603/
2025-08-20T21:20:43.9980061Z [00:02:37.265]➜  cat >/tmp/go-build3547871397/b603/importcfg << 'EOF' # internal
2025-08-20T21:20:43.9981111Z [00:02:37.265]➜  # import config
2025-08-20T21:20:43.9981804Z [00:02:37.265]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:43.9982939Z [00:02:37.265]➜  packagefile k8s.io/api/autoscaling/v1=/tmp/go-build3547871397/b363/_pkg_.a
2025-08-20T21:20:43.9984184Z [00:02:37.265]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:43.9985404Z [00:02:37.265]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:43.9986552Z [00:02:37.265]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:43.9987919Z [00:02:37.265]➜  packagefile k8s.io/client-go/applyconfigurations/autoscaling/v1=/tmp/go-build3547871397/b593/_pkg_.a
2025-08-20T21:20:43.9989171Z [00:02:37.265]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:43.9990509Z [00:02:37.265]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:43.9991632Z [00:02:37.265]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:43.9992550Z [00:02:37.265]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:43.9998152Z [00:02:37.265]➜  EOF
2025-08-20T21:20:44.0008692Z [00:02:37.265]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b603/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v1=>k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v1;$WORK/b603=>" -p k8s.io/client-go/kubernetes/typed/autoscaling/v1 -lang=go1.24 -complete -installsuffix shared -buildid JAR-EQH-zzWotVQksppE/JAR-EQH-zzWotVQksppE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b603/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v1/autoscaling_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v1/horizontalpodautoscaler.go
2025-08-20T21:20:44.0015028Z [00:02:37.267]➜  cp $WORK/b601/_pkg_.a /root/.cache/go-build/3d/3dfc21c7728427fdbfa95f434cd48527f6802b6105a3522a720a8417ea5009db-d # internal
2025-08-20T21:20:44.0016251Z [00:02:37.267]➜  k8s.io/client-go/kubernetes/typed/autoscaling/v2
2025-08-20T21:20:44.0017263Z [00:02:37.267]➜  mkdir -p $WORK/b604/
2025-08-20T21:20:44.0018309Z [00:02:37.268]➜  cat >/tmp/go-build3547871397/b604/importcfg << 'EOF' # internal
2025-08-20T21:20:44.0019238Z [00:02:37.268]➜  # import config
2025-08-20T21:20:44.0020182Z [00:02:37.268]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:44.0021429Z [00:02:37.268]➜  packagefile k8s.io/api/autoscaling/v2=/tmp/go-build3547871397/b364/_pkg_.a
2025-08-20T21:20:44.0023050Z [00:02:37.268]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:44.0024713Z [00:02:37.268]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:44.0026094Z [00:02:37.268]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:44.0045134Z [00:02:37.268]➜  packagefile k8s.io/client-go/applyconfigurations/autoscaling/v2=/tmp/go-build3547871397/b605/_pkg_.a
2025-08-20T21:20:44.0046657Z [00:02:37.268]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:44.0048053Z [00:02:37.268]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:44.0049379Z [00:02:37.268]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:44.0050561Z [00:02:37.268]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:44.0051392Z [00:02:37.268]➜  EOF
2025-08-20T21:20:44.0057910Z [00:02:37.268]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b604/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v2=>k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v2;$WORK/b604=>" -p k8s.io/client-go/kubernetes/typed/autoscaling/v2 -lang=go1.24 -complete -installsuffix shared -buildid QLhWC3XB8Jy8sLY5fTTu/QLhWC3XB8Jy8sLY5fTTu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b604/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v2/autoscaling_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v2/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v2/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v2/horizontalpodautoscaler.go
2025-08-20T21:20:44.0255212Z [00:02:37.293]➜  go tool buildid -w $WORK/b602/_pkg_.a # internal
2025-08-20T21:20:44.0304986Z [00:02:37.298]➜  cp $WORK/b602/_pkg_.a /root/.cache/go-build/3b/3b17e7de5ba60caf298fab399a261b1942ca7d949c9bb4fe96eb0016a832c334-d # internal
2025-08-20T21:20:44.0307339Z [00:02:37.298]➜  k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1
2025-08-20T21:20:44.0309361Z [00:02:37.298]➜  mkdir -p $WORK/b606/
2025-08-20T21:20:44.0317478Z [00:02:37.299]➜  cat >/tmp/go-build3547871397/b606/importcfg << 'EOF' # internal
2025-08-20T21:20:44.0319616Z [00:02:37.299]➜  # import config
2025-08-20T21:20:44.0327664Z [00:02:37.299]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:44.0328797Z [00:02:37.299]➜  packagefile k8s.io/api/autoscaling/v2beta1=/tmp/go-build3547871397/b365/_pkg_.a
2025-08-20T21:20:44.0329975Z [00:02:37.299]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:44.0331105Z [00:02:37.299]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:44.0332189Z [00:02:37.299]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:44.0333842Z [00:02:37.299]➜  packagefile k8s.io/client-go/applyconfigurations/autoscaling/v2beta1=/tmp/go-build3547871397/b607/_pkg_.a
2025-08-20T21:20:44.0335160Z [00:02:37.299]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:44.0363369Z [00:02:37.299]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:44.0364556Z [00:02:37.299]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:44.0365458Z [00:02:37.299]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:44.0366073Z [00:02:37.299]➜  EOF
2025-08-20T21:20:44.0372341Z [00:02:37.299]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b606/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v2beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v2beta1;$WORK/b606=>" -p k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1 -lang=go1.24 -complete -installsuffix shared -buildid DSDgQs1S4rM-J6BZrGpq/DSDgQs1S4rM-J6BZrGpq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b606/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v2beta1/autoscaling_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v2beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v2beta1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v2beta1/horizontalpodautoscaler.go
2025-08-20T21:20:44.0815703Z [00:02:37.349]➜  go tool buildid -w $WORK/b596/_pkg_.a # internal
2025-08-20T21:20:44.0936656Z [00:02:37.361]➜  cp $WORK/b596/_pkg_.a /root/.cache/go-build/ba/bac5410ad7956e2b9c99eb86da821128efb7e1210b150897f5aac47ce008101e-d # internal
2025-08-20T21:20:44.0945089Z [00:02:37.362]➜  k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2
2025-08-20T21:20:44.0949496Z [00:02:37.362]➜  mkdir -p $WORK/b608/
2025-08-20T21:20:44.0959013Z [00:02:37.363]➜  cat >/tmp/go-build3547871397/b608/importcfg << 'EOF' # internal
2025-08-20T21:20:44.0960331Z [00:02:37.363]➜  # import config
2025-08-20T21:20:44.0961509Z [00:02:37.363]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:44.0963162Z [00:02:37.363]➜  packagefile k8s.io/api/autoscaling/v2beta2=/tmp/go-build3547871397/b366/_pkg_.a
2025-08-20T21:20:44.0964862Z [00:02:37.363]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:44.0966340Z [00:02:37.363]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:44.0967831Z [00:02:37.363]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:44.0969769Z [00:02:37.363]➜  packagefile k8s.io/client-go/applyconfigurations/autoscaling/v2beta2=/tmp/go-build3547871397/b609/_pkg_.a
2025-08-20T21:20:44.0971426Z [00:02:37.363]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:44.0973148Z [00:02:37.363]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:44.0974551Z [00:02:37.363]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:44.0975848Z [00:02:37.363]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:44.0977785Z [00:02:37.363]➜  EOF
2025-08-20T21:20:44.0997001Z [00:02:37.366]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b608/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v2beta2=>k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v2beta2;$WORK/b608=>" -p k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2 -lang=go1.24 -complete -installsuffix shared -buildid NJQHpHr8PQzRA3ywKEog/NJQHpHr8PQzRA3ywKEog -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b608/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v2beta2/autoscaling_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v2beta2/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v2beta2/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/autoscaling/v2beta2/horizontalpodautoscaler.go
2025-08-20T21:20:44.1997250Z [00:02:37.467]➜  go tool buildid -w $WORK/b606/_pkg_.a # internal
2025-08-20T21:20:44.2046430Z [00:02:37.472]➜  cp $WORK/b606/_pkg_.a /root/.cache/go-build/bc/bc64e6a119f4316e2b29e64e89bee7041111852c8a06ec029757535b05beb185-d # internal
2025-08-20T21:20:44.2058298Z [00:02:37.473]➜  k8s.io/client-go/applyconfigurations/batch/v1
2025-08-20T21:20:44.2061035Z [00:02:37.473]➜  mkdir -p $WORK/b611/
2025-08-20T21:20:44.2070377Z [00:02:37.474]➜  cat >/tmp/go-build3547871397/b611/importcfg << 'EOF' # internal
2025-08-20T21:20:44.2075490Z [00:02:37.474]➜  # import config
2025-08-20T21:20:44.2076278Z [00:02:37.474]➜  packagefile k8s.io/api/batch/v1=/tmp/go-build3547871397/b367/_pkg_.a
2025-08-20T21:20:44.2077289Z [00:02:37.474]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:44.2078668Z [00:02:37.474]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:44.2079861Z [00:02:37.474]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:44.2081098Z [00:02:37.474]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:44.2082429Z [00:02:37.474]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:44.2083934Z [00:02:37.474]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:44.2085193Z [00:02:37.474]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:44.2085984Z [00:02:37.474]➜  EOF
2025-08-20T21:20:44.2086509Z [00:02:37.474]➜  go tool buildid -w $WORK/b603/_pkg_.a # internal
2025-08-20T21:20:44.2107274Z [00:02:37.477]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b611/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1=>k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1;$WORK/b611=>" -p k8s.io/client-go/applyconfigurations/batch/v1 -lang=go1.24 -complete -installsuffix shared -buildid eaOkTrg3PzqFws02GGYr/eaOkTrg3PzqFws02GGYr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b611/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1/cronjob.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1/cronjobspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1/cronjobstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1/job.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1/jobcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1/jobspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1/jobstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1/jobtemplatespec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1/podfailurepolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1/podfailurepolicyonexitcodesrequirement.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1/podfailurepolicyonpodconditionspattern.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1/podfailurepolicyrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1/successpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1/successpolicyrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1/uncountedterminatedpods.go
2025-08-20T21:20:44.2157535Z [00:02:37.479]➜  cp $WORK/b603/_pkg_.a /root/.cache/go-build/be/be00aff0150c70780b2107c188b730ed8a61b40484bd209a5e13efa780ede94f-d # internal
2025-08-20T21:20:44.2159219Z [00:02:37.479]➜  k8s.io/client-go/applyconfigurations/certificates/v1
2025-08-20T21:20:44.2160245Z [00:02:37.479]➜  go tool buildid -w $WORK/b604/_pkg_.a # internal
2025-08-20T21:20:44.2161077Z [00:02:37.479]➜  mkdir -p $WORK/b615/
2025-08-20T21:20:44.2162047Z [00:02:37.480]➜  cat >/tmp/go-build3547871397/b615/importcfg << 'EOF' # internal
2025-08-20T21:20:44.2163115Z [00:02:37.480]➜  # import config
2025-08-20T21:20:44.2163885Z [00:02:37.480]➜  packagefile k8s.io/api/certificates/v1=/tmp/go-build3547871397/b369/_pkg_.a
2025-08-20T21:20:44.2164906Z [00:02:37.480]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:44.2165984Z [00:02:37.480]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:44.2167151Z [00:02:37.480]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:44.2168343Z [00:02:37.480]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:44.2170550Z [00:02:37.480]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:44.2172776Z [00:02:37.480]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:44.2173802Z [00:02:37.480]➜  EOF
2025-08-20T21:20:44.2183179Z [00:02:37.480]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b615/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/certificates/v1=>k8s.io/client-go@v0.33.2/applyconfigurations/certificates/v1;$WORK/b615=>" -p k8s.io/client-go/applyconfigurations/certificates/v1 -lang=go1.24 -complete -installsuffix shared -buildid jJrpwNwEe4yt_DRZkQmJ/jJrpwNwEe4yt_DRZkQmJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b615/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/certificates/v1/certificatesigningrequest.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/certificates/v1/certificatesigningrequestcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/certificates/v1/certificatesigningrequestspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/certificates/v1/certificatesigningrequeststatus.go
2025-08-20T21:20:44.2193067Z [00:02:37.486]➜  cp $WORK/b604/_pkg_.a /root/.cache/go-build/1c/1c51327966661fdbef8b90d1f763cc88c1b87edf872fb140532e207c35fa8519-d # internal
2025-08-20T21:20:44.2194322Z [00:02:37.486]➜  k8s.io/client-go/applyconfigurations/certificates/v1alpha1
2025-08-20T21:20:44.2194980Z [00:02:37.486]➜  mkdir -p $WORK/b617/
2025-08-20T21:20:44.2203662Z [00:02:37.488]➜  cat >/tmp/go-build3547871397/b617/importcfg << 'EOF' # internal
2025-08-20T21:20:44.2205852Z [00:02:37.488]➜  # import config
2025-08-20T21:20:44.2206848Z [00:02:37.488]➜  packagefile k8s.io/api/certificates/v1alpha1=/tmp/go-build3547871397/b370/_pkg_.a
2025-08-20T21:20:44.2208060Z [00:02:37.488]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:44.2209407Z [00:02:37.488]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:44.2210650Z [00:02:37.488]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:44.2211958Z [00:02:37.488]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:44.2213461Z [00:02:37.488]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:44.2214285Z [00:02:37.488]➜  EOF
2025-08-20T21:20:44.2219542Z [00:02:37.488]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b617/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/certificates/v1alpha1=>k8s.io/client-go@v0.33.2/applyconfigurations/certificates/v1alpha1;$WORK/b617=>" -p k8s.io/client-go/applyconfigurations/certificates/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid YZhJ2rkk7l0uoAx23PUb/YZhJ2rkk7l0uoAx23PUb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b617/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/certificates/v1alpha1/clustertrustbundle.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/certificates/v1alpha1/clustertrustbundlespec.go
2025-08-20T21:20:44.3608497Z [00:02:37.628]➜  go tool buildid -w $WORK/b608/_pkg_.a # internal
2025-08-20T21:20:44.3658803Z [00:02:37.633]➜  cp $WORK/b608/_pkg_.a /root/.cache/go-build/1d/1d6699e785c48b7b9e8653bed25c91a1bddac265e08673146053d2f062f953ba-d # internal
2025-08-20T21:20:44.3667753Z [00:02:37.634]➜  k8s.io/client-go/applyconfigurations/certificates/v1beta1
2025-08-20T21:20:44.3673481Z [00:02:37.634]➜  mkdir -p $WORK/b619/
2025-08-20T21:20:44.3685820Z [00:02:37.636]➜  cat >/tmp/go-build3547871397/b619/importcfg << 'EOF' # internal
2025-08-20T21:20:44.3695751Z [00:02:37.636]➜  # import config
2025-08-20T21:20:44.3696648Z [00:02:37.636]➜  packagefile k8s.io/api/certificates/v1beta1=/tmp/go-build3547871397/b371/_pkg_.a
2025-08-20T21:20:44.3698054Z [00:02:37.636]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:44.3699222Z [00:02:37.636]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:44.3700497Z [00:02:37.636]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:44.3701798Z [00:02:37.636]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:44.3703446Z [00:02:37.636]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:44.3705184Z [00:02:37.636]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:44.3706713Z [00:02:37.636]➜  EOF
2025-08-20T21:20:44.3716779Z [00:02:37.636]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b619/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/certificates/v1beta1=>k8s.io/client-go@v0.33.2/applyconfigurations/certificates/v1beta1;$WORK/b619=>" -p k8s.io/client-go/applyconfigurations/certificates/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid mXZnL_t7y4Wv4Urs5ZMV/mXZnL_t7y4Wv4Urs5ZMV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b619/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/certificates/v1beta1/certificatesigningrequest.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/certificates/v1beta1/certificatesigningrequestcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/certificates/v1beta1/certificatesigningrequestspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/certificates/v1beta1/certificatesigningrequeststatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/certificates/v1beta1/clustertrustbundle.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/certificates/v1beta1/clustertrustbundlespec.go
2025-08-20T21:20:44.4047591Z [00:02:37.672]➜  go tool buildid -w $WORK/b617/_pkg_.a # internal
2025-08-20T21:20:44.4184566Z [00:02:37.686]➜  cp $WORK/b617/_pkg_.a /root/.cache/go-build/45/454c2a304000935d35380513b4b6201eabd5b9a59f2308eae5c2f5ef47ef6938-d # internal
2025-08-20T21:20:44.4192135Z [00:02:37.686]➜  k8s.io/client-go/kubernetes/typed/certificates/v1alpha1
2025-08-20T21:20:44.4193586Z [00:02:37.686]➜  mkdir -p $WORK/b616/
2025-08-20T21:20:44.4200202Z [00:02:37.687]➜  cat >/tmp/go-build3547871397/b616/importcfg << 'EOF' # internal
2025-08-20T21:20:44.4201687Z [00:02:37.687]➜  # import config
2025-08-20T21:20:44.4203431Z [00:02:37.687]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:44.4205817Z [00:02:37.687]➜  packagefile k8s.io/api/certificates/v1alpha1=/tmp/go-build3547871397/b370/_pkg_.a
2025-08-20T21:20:44.4207148Z [00:02:37.687]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:44.4208495Z [00:02:37.687]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:44.4222015Z [00:02:37.687]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:44.4224824Z [00:02:37.687]➜  packagefile k8s.io/client-go/applyconfigurations/certificates/v1alpha1=/tmp/go-build3547871397/b617/_pkg_.a
2025-08-20T21:20:44.4226065Z [00:02:37.687]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:44.4227135Z [00:02:37.687]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:44.4228159Z [00:02:37.687]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:44.4229073Z [00:02:37.687]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:44.4229660Z [00:02:37.687]➜  EOF
2025-08-20T21:20:44.4235812Z [00:02:37.687]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b616/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1alpha1=>k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1alpha1;$WORK/b616=>" -p k8s.io/client-go/kubernetes/typed/certificates/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid KERtLR2v4BG1ZvLrvg8o/KERtLR2v4BG1ZvLrvg8o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b616/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1alpha1/certificates_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1alpha1/clustertrustbundle.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1alpha1/generated_expansion.go
2025-08-20T21:20:44.4284574Z [00:02:37.696]➜  go tool buildid -w $WORK/b615/_pkg_.a # internal
2025-08-20T21:20:44.4341076Z [00:02:37.701]➜  cp $WORK/b615/_pkg_.a /root/.cache/go-build/1e/1eaf3020013dd587103fcb4d9f0f68f702ebedf5aee92882e33fc63465e23dd3-d # internal
2025-08-20T21:20:44.4346714Z [00:02:37.702]➜  k8s.io/client-go/kubernetes/typed/certificates/v1
2025-08-20T21:20:44.4348480Z [00:02:37.702]➜  mkdir -p $WORK/b614/
2025-08-20T21:20:44.4356059Z [00:02:37.703]➜  cat >/tmp/go-build3547871397/b614/importcfg << 'EOF' # internal
2025-08-20T21:20:44.4356996Z [00:02:37.703]➜  # import config
2025-08-20T21:20:44.4357906Z [00:02:37.703]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:44.4359545Z [00:02:37.703]➜  packagefile k8s.io/api/certificates/v1=/tmp/go-build3547871397/b369/_pkg_.a
2025-08-20T21:20:44.4361024Z [00:02:37.703]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:44.4363903Z [00:02:37.703]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:44.4365166Z [00:02:37.703]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:44.4366649Z [00:02:37.703]➜  packagefile k8s.io/client-go/applyconfigurations/certificates/v1=/tmp/go-build3547871397/b615/_pkg_.a
2025-08-20T21:20:44.4367959Z [00:02:37.703]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:44.4369103Z [00:02:37.703]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:44.4370159Z [00:02:37.703]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:44.4371072Z [00:02:37.703]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:44.4371705Z [00:02:37.703]➜  EOF
2025-08-20T21:20:44.4382359Z [00:02:37.705]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b614/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1=>k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1;$WORK/b614=>" -p k8s.io/client-go/kubernetes/typed/certificates/v1 -lang=go1.24 -complete -installsuffix shared -buildid _RkzwoBVV_rc5qdRGe2v/_RkzwoBVV_rc5qdRGe2v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b614/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1/certificates_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1/certificatesigningrequest.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1/generated_expansion.go
2025-08-20T21:20:44.5008835Z [00:02:37.768]➜  go tool buildid -w $WORK/b611/_pkg_.a # internal
2025-08-20T21:20:44.5246473Z [00:02:37.792]➜  cp $WORK/b611/_pkg_.a /root/.cache/go-build/f3/f3cdd00327771fe05b3316a1473a7a40cd193a8e0874ea57496cbc3d0e7a96dc-d # internal
2025-08-20T21:20:44.5253511Z [00:02:37.792]➜  k8s.io/client-go/kubernetes/typed/batch/v1
2025-08-20T21:20:44.5254190Z [00:02:37.792]➜  mkdir -p $WORK/b610/
2025-08-20T21:20:44.5254932Z [00:02:37.792]➜  cat >/tmp/go-build3547871397/b610/importcfg << 'EOF' # internal
2025-08-20T21:20:44.5255912Z [00:02:37.792]➜  # import config
2025-08-20T21:20:44.5256648Z [00:02:37.792]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:44.5257608Z [00:02:37.792]➜  packagefile k8s.io/api/batch/v1=/tmp/go-build3547871397/b367/_pkg_.a
2025-08-20T21:20:44.5258816Z [00:02:37.792]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:44.5260065Z [00:02:37.792]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:44.5261258Z [00:02:37.792]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:44.5262803Z [00:02:37.792]➜  packagefile k8s.io/client-go/applyconfigurations/batch/v1=/tmp/go-build3547871397/b611/_pkg_.a
2025-08-20T21:20:44.5264074Z [00:02:37.792]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:44.5265254Z [00:02:37.792]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:44.5266629Z [00:02:37.792]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:44.5267642Z [00:02:37.792]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:44.5268311Z [00:02:37.792]➜  EOF
2025-08-20T21:20:44.5283139Z [00:02:37.795]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b610/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/batch/v1=>k8s.io/client-go@v0.33.2/kubernetes/typed/batch/v1;$WORK/b610=>" -p k8s.io/client-go/kubernetes/typed/batch/v1 -lang=go1.24 -complete -installsuffix shared -buildid c9blDWt_O8CcH797J8Je/c9blDWt_O8CcH797J8Je -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b610/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/batch/v1/batch_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/batch/v1/cronjob.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/batch/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/batch/v1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/batch/v1/job.go
2025-08-20T21:20:44.6033183Z [00:02:37.870]➜  go tool buildid -w $WORK/b619/_pkg_.a # internal
2025-08-20T21:20:44.6083511Z [00:02:37.875]➜  cp $WORK/b619/_pkg_.a /root/.cache/go-build/c0/c009f3bfb25961372bc75df82eab41901588738d1ef7ccc44a706cb960ffd1bc-d # internal
2025-08-20T21:20:44.6087829Z [00:02:37.876]➜  k8s.io/client-go/applyconfigurations/batch/v1beta1
2025-08-20T21:20:44.6088533Z [00:02:37.876]➜  mkdir -p $WORK/b613/
2025-08-20T21:20:44.6095094Z [00:02:37.877]➜  cat >/tmp/go-build3547871397/b613/importcfg << 'EOF' # internal
2025-08-20T21:20:44.6099131Z [00:02:37.877]➜  # import config
2025-08-20T21:20:44.6099975Z [00:02:37.877]➜  packagefile k8s.io/api/batch/v1beta1=/tmp/go-build3547871397/b368/_pkg_.a
2025-08-20T21:20:44.6101163Z [00:02:37.877]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:44.6102428Z [00:02:37.877]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:44.6103952Z [00:02:37.877]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:44.6105379Z [00:02:37.877]➜  packagefile k8s.io/client-go/applyconfigurations/batch/v1=/tmp/go-build3547871397/b611/_pkg_.a
2025-08-20T21:20:44.6106778Z [00:02:37.877]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:44.6108143Z [00:02:37.877]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:44.6109492Z [00:02:37.877]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:44.6110363Z [00:02:37.877]➜  EOF
2025-08-20T21:20:44.6116727Z [00:02:37.877]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b613/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1beta1=>k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1beta1;$WORK/b613=>" -p k8s.io/client-go/applyconfigurations/batch/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid 7wfCNWu6-lTnXH0AaAJG/7wfCNWu6-lTnXH0AaAJG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b613/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1beta1/cronjob.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1beta1/cronjobspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1beta1/cronjobstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/batch/v1beta1/jobtemplatespec.go
2025-08-20T21:20:44.6285277Z [00:02:37.896]➜  go tool buildid -w $WORK/b616/_pkg_.a # internal
2025-08-20T21:20:44.6331995Z [00:02:37.900]➜  cp $WORK/b616/_pkg_.a /root/.cache/go-build/04/043eaae2697726da6b6bfb91dbd106998401700f584a5c8dd5dbd70d6737bfda-d # internal
2025-08-20T21:20:44.6353506Z [00:02:37.900]➜  k8s.io/client-go/kubernetes/typed/certificates/v1beta1
2025-08-20T21:20:44.6354321Z [00:02:37.900]➜  mkdir -p $WORK/b618/
2025-08-20T21:20:44.6355063Z [00:02:37.901]➜  cat >/tmp/go-build3547871397/b618/importcfg << 'EOF' # internal
2025-08-20T21:20:44.6355740Z [00:02:37.901]➜  # import config
2025-08-20T21:20:44.6356393Z [00:02:37.901]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:44.6357392Z [00:02:37.901]➜  packagefile k8s.io/api/certificates/v1beta1=/tmp/go-build3547871397/b371/_pkg_.a
2025-08-20T21:20:44.6358577Z [00:02:37.901]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:44.6359725Z [00:02:37.901]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:44.6360981Z [00:02:37.901]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:44.6362305Z [00:02:37.901]➜  packagefile k8s.io/client-go/applyconfigurations/certificates/v1beta1=/tmp/go-build3547871397/b619/_pkg_.a
2025-08-20T21:20:44.6363887Z [00:02:37.901]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:44.6364980Z [00:02:37.901]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:44.6365981Z [00:02:37.901]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:44.6366904Z [00:02:37.901]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:44.6367496Z [00:02:37.901]➜  EOF
2025-08-20T21:20:44.6375714Z [00:02:37.901]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b618/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1beta1;$WORK/b618=>" -p k8s.io/client-go/kubernetes/typed/certificates/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid oG2HOcxNW1Ah3spmJBsK/oG2HOcxNW1Ah3spmJBsK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b618/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1beta1/certificates_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1beta1/certificatesigningrequest.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1beta1/certificatesigningrequest_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1beta1/clustertrustbundle.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/certificates/v1beta1/generated_expansion.go
2025-08-20T21:20:44.6388362Z [00:02:37.906]➜  go tool buildid -w $WORK/b614/_pkg_.a # internal
2025-08-20T21:20:44.6437487Z [00:02:37.911]➜  cp $WORK/b614/_pkg_.a /root/.cache/go-build/22/227c12ed5b8db07474516c38495eab90c7c8770c9581c7c08c9cfbf355f9a8f8-d # internal
2025-08-20T21:20:44.6442573Z [00:02:37.911]➜  k8s.io/client-go/applyconfigurations/coordination/v1
2025-08-20T21:20:44.6444323Z [00:02:37.911]➜  mkdir -p $WORK/b621/
2025-08-20T21:20:44.6445073Z [00:02:37.912]➜  cat >/tmp/go-build3547871397/b621/importcfg << 'EOF' # internal
2025-08-20T21:20:44.6445742Z [00:02:37.912]➜  # import config
2025-08-20T21:20:44.6446546Z [00:02:37.912]➜  packagefile k8s.io/api/coordination/v1=/tmp/go-build3547871397/b372/_pkg_.a
2025-08-20T21:20:44.6447739Z [00:02:37.912]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:44.6448940Z [00:02:37.912]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:44.6450144Z [00:02:37.912]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:44.6451466Z [00:02:37.912]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:44.6452969Z [00:02:37.912]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:44.6453971Z [00:02:37.912]➜  EOF
2025-08-20T21:20:44.6458707Z [00:02:37.912]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b621/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/coordination/v1=>k8s.io/client-go@v0.33.2/applyconfigurations/coordination/v1;$WORK/b621=>" -p k8s.io/client-go/applyconfigurations/coordination/v1 -lang=go1.24 -complete -installsuffix shared -buildid Mh1vyagplfRe3MKuIcoh/Mh1vyagplfRe3MKuIcoh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b621/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/coordination/v1/lease.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/coordination/v1/leasespec.go
2025-08-20T21:20:44.8074862Z [00:02:38.073]➜  go tool buildid -w $WORK/b621/_pkg_.a # internal
2025-08-20T21:20:44.8121572Z [00:02:38.079]➜  cp $WORK/b621/_pkg_.a /root/.cache/go-build/af/af50d5c14b55801d4ac3428bb880a3c745f7e5d680907e87fcd04137ff987be8-d # internal
2025-08-20T21:20:44.8157837Z [00:02:38.083]➜  k8s.io/client-go/kubernetes/typed/coordination/v1
2025-08-20T21:20:44.8166827Z [00:02:38.084]➜  mkdir -p $WORK/b620/
2025-08-20T21:20:44.8172083Z [00:02:38.084]➜  cat >/tmp/go-build3547871397/b620/importcfg << 'EOF' # internal
2025-08-20T21:20:44.8173020Z [00:02:38.084]➜  # import config
2025-08-20T21:20:44.8173749Z [00:02:38.084]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:44.8174785Z [00:02:38.084]➜  packagefile k8s.io/api/coordination/v1=/tmp/go-build3547871397/b372/_pkg_.a
2025-08-20T21:20:44.8176973Z [00:02:38.084]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:44.8178739Z [00:02:38.084]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:44.8180468Z [00:02:38.084]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:44.8182434Z [00:02:38.084]➜  packagefile k8s.io/client-go/applyconfigurations/coordination/v1=/tmp/go-build3547871397/b621/_pkg_.a
2025-08-20T21:20:44.8184533Z [00:02:38.084]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:44.8186782Z [00:02:38.084]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:44.8187912Z [00:02:38.084]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:44.8188876Z [00:02:38.084]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:44.8189538Z [00:02:38.084]➜  EOF
2025-08-20T21:20:44.8196614Z [00:02:38.084]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b620/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1=>k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1;$WORK/b620=>" -p k8s.io/client-go/kubernetes/typed/coordination/v1 -lang=go1.24 -complete -installsuffix shared -buildid mHTeqvgaO9hptlMLu9xg/mHTeqvgaO9hptlMLu9xg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b620/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1/coordination_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1/lease.go
2025-08-20T21:20:44.8911170Z [00:02:38.158]➜  go tool buildid -w $WORK/b618/_pkg_.a # internal
2025-08-20T21:20:44.9017745Z [00:02:38.169]➜  cp $WORK/b618/_pkg_.a /root/.cache/go-build/23/238c1e6afcd75a18ba54789b7e571c25d1db5c92904b5bd7e5f5b72b458f91ff-d # internal
2025-08-20T21:20:44.9029317Z [00:02:38.170]➜  k8s.io/client-go/applyconfigurations/coordination/v1alpha2
2025-08-20T21:20:44.9030088Z [00:02:38.170]➜  mkdir -p $WORK/b623/
2025-08-20T21:20:44.9050757Z [00:02:38.172]➜  cat >/tmp/go-build3547871397/b623/importcfg << 'EOF' # internal
2025-08-20T21:20:44.9052213Z [00:02:38.172]➜  # import config
2025-08-20T21:20:44.9053754Z [00:02:38.172]➜  packagefile k8s.io/api/coordination/v1=/tmp/go-build3547871397/b372/_pkg_.a
2025-08-20T21:20:44.9055024Z [00:02:38.172]➜  packagefile k8s.io/api/coordination/v1alpha2=/tmp/go-build3547871397/b373/_pkg_.a
2025-08-20T21:20:44.9058197Z [00:02:38.172]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:44.9059339Z [00:02:38.172]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:44.9060516Z [00:02:38.172]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:44.9061823Z [00:02:38.172]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:44.9063420Z [00:02:38.172]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:44.9064252Z [00:02:38.172]➜  EOF
2025-08-20T21:20:44.9069297Z [00:02:38.172]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b623/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/coordination/v1alpha2=>k8s.io/client-go@v0.33.2/applyconfigurations/coordination/v1alpha2;$WORK/b623=>" -p k8s.io/client-go/applyconfigurations/coordination/v1alpha2 -lang=go1.24 -complete -installsuffix shared -buildid qI8ZfWcUB-jI7aM-p8Li/qI8ZfWcUB-jI7aM-p8Li -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b623/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/coordination/v1alpha2/leasecandidate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/coordination/v1alpha2/leasecandidatespec.go
2025-08-20T21:20:44.9196744Z [00:02:38.187]➜  go tool buildid -w $WORK/b610/_pkg_.a # internal
2025-08-20T21:20:44.9223724Z [00:02:38.190]➜  go tool buildid -w $WORK/b613/_pkg_.a # internal
2025-08-20T21:20:44.9280695Z [00:02:38.194]➜  cp $WORK/b610/_pkg_.a /root/.cache/go-build/3a/3aeac7e1fa27651210cac8e7a0710aaae77d45281df5fe7f558ab630fd79a63a-d # internal
2025-08-20T21:20:44.9291088Z [00:02:38.195]➜  k8s.io/client-go/applyconfigurations/coordination/v1beta1
2025-08-20T21:20:44.9291783Z [00:02:38.195]➜  mkdir -p $WORK/b625/
2025-08-20T21:20:44.9292498Z [00:02:38.195]➜  cat >/tmp/go-build3547871397/b625/importcfg << 'EOF' # internal
2025-08-20T21:20:44.9293294Z [00:02:38.195]➜  # import config
2025-08-20T21:20:44.9294072Z [00:02:38.195]➜  packagefile k8s.io/api/coordination/v1=/tmp/go-build3547871397/b372/_pkg_.a
2025-08-20T21:20:44.9295179Z [00:02:38.195]➜  packagefile k8s.io/api/coordination/v1beta1=/tmp/go-build3547871397/b374/_pkg_.a
2025-08-20T21:20:44.9296408Z [00:02:38.195]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:44.9297637Z [00:02:38.195]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:44.9298900Z [00:02:38.195]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:44.9300561Z [00:02:38.195]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:44.9301957Z [00:02:38.195]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:44.9303059Z [00:02:38.195]➜  EOF
2025-08-20T21:20:44.9309714Z [00:02:38.195]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b625/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/coordination/v1beta1=>k8s.io/client-go@v0.33.2/applyconfigurations/coordination/v1beta1;$WORK/b625=>" -p k8s.io/client-go/applyconfigurations/coordination/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid cB_bQAfcpfgJ1FgfdJoo/cB_bQAfcpfgJ1FgfdJoo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b625/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/coordination/v1beta1/lease.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/coordination/v1beta1/leasecandidate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/coordination/v1beta1/leasecandidatespec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/coordination/v1beta1/leasespec.go
2025-08-20T21:20:44.9333450Z [00:02:38.200]➜  cp $WORK/b613/_pkg_.a /root/.cache/go-build/ad/ad4085c0e18dfdadb467cf714d82f15e360244927e7e945ad56159ac61e70f26-d # internal
2025-08-20T21:20:44.9335231Z [00:02:38.201]➜  k8s.io/client-go/kubernetes/typed/batch/v1beta1
2025-08-20T21:20:44.9336478Z [00:02:38.201]➜  mkdir -p $WORK/b612/
2025-08-20T21:20:44.9341914Z [00:02:38.201]➜  cat >/tmp/go-build3547871397/b612/importcfg << 'EOF' # internal
2025-08-20T21:20:44.9343166Z [00:02:38.201]➜  # import config
2025-08-20T21:20:44.9344386Z [00:02:38.201]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:44.9347533Z [00:02:38.201]➜  packagefile k8s.io/api/batch/v1beta1=/tmp/go-build3547871397/b368/_pkg_.a
2025-08-20T21:20:44.9348856Z [00:02:38.201]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:44.9350349Z [00:02:38.201]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:44.9351767Z [00:02:38.201]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:44.9355438Z [00:02:38.201]➜  packagefile k8s.io/client-go/applyconfigurations/batch/v1beta1=/tmp/go-build3547871397/b613/_pkg_.a
2025-08-20T21:20:44.9356703Z [00:02:38.201]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:44.9357828Z [00:02:38.201]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:44.9358908Z [00:02:38.201]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:44.9359709Z [00:02:38.201]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:44.9360347Z [00:02:38.201]➜  EOF
2025-08-20T21:20:44.9366292Z [00:02:38.201]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b612/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/batch/v1beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/batch/v1beta1;$WORK/b612=>" -p k8s.io/client-go/kubernetes/typed/batch/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid Sbrlmai5vkvEI2XUXXLf/Sbrlmai5vkvEI2XUXXLf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b612/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/batch/v1beta1/batch_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/batch/v1beta1/cronjob.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/batch/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/batch/v1beta1/generated_expansion.go
2025-08-20T21:20:44.9763922Z [00:02:38.243]➜  go tool buildid -w $WORK/b620/_pkg_.a # internal
2025-08-20T21:20:44.9816914Z [00:02:38.249]➜  cp $WORK/b620/_pkg_.a /root/.cache/go-build/81/815a2e09807d68a773684c417ebbbd5c540fdafac33edb2c27797a36d11e3529-d # internal
2025-08-20T21:20:44.9866283Z [00:02:38.249]➜  k8s.io/client-go/tools/reference
2025-08-20T21:20:44.9866913Z [00:02:38.249]➜  mkdir -p $WORK/b627/
2025-08-20T21:20:44.9867648Z [00:02:38.249]➜  cat >/tmp/go-build3547871397/b627/importcfg << 'EOF' # internal
2025-08-20T21:20:44.9868313Z [00:02:38.249]➜  # import config
2025-08-20T21:20:44.9868976Z [00:02:38.249]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:44.9869775Z [00:02:38.249]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:44.9870661Z [00:02:38.250]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:44.9871746Z [00:02:38.250]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:20:44.9873089Z [00:02:38.250]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:44.9874263Z [00:02:38.250]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:44.9875054Z [00:02:38.250]➜  EOF
2025-08-20T21:20:44.9878418Z [00:02:38.250]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b627/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/reference=>k8s.io/client-go@v0.33.2/tools/reference;$WORK/b627=>" -p k8s.io/client-go/tools/reference -lang=go1.24 -complete -installsuffix shared -buildid aXR9aGi1N1E6PZSeXJre/aXR9aGi1N1E6PZSeXJre -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b627/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/reference/ref.go
2025-08-20T21:20:45.0901303Z [00:02:38.357]➜  go tool buildid -w $WORK/b627/_pkg_.a # internal
2025-08-20T21:20:45.0954329Z [00:02:38.363]➜  cp $WORK/b627/_pkg_.a /root/.cache/go-build/36/367c4514ad931598115cd3670dece203e8d2b808ba7f8b947c1f7db6e1ecf2f3-d # internal
2025-08-20T21:20:45.0956517Z [00:02:38.363]➜  go tool buildid -w $WORK/b623/_pkg_.a # internal
2025-08-20T21:20:45.0969890Z [00:02:38.364]➜  k8s.io/client-go/kubernetes/typed/core/v1
2025-08-20T21:20:45.0972364Z [00:02:38.364]➜  mkdir -p $WORK/b626/
2025-08-20T21:20:45.0984699Z [00:02:38.365]➜  cat >/tmp/go-build3547871397/b626/importcfg << 'EOF' # internal
2025-08-20T21:20:45.0985955Z [00:02:38.366]➜  # import config
2025-08-20T21:20:45.0987209Z [00:02:38.366]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:45.0989384Z [00:02:38.366]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:45.0990583Z [00:02:38.366]➜  packagefile k8s.io/api/authentication/v1=/tmp/go-build3547871397/b359/_pkg_.a
2025-08-20T21:20:45.0999581Z [00:02:38.366]➜  packagefile k8s.io/api/autoscaling/v1=/tmp/go-build3547871397/b363/_pkg_.a
2025-08-20T21:20:45.1002272Z [00:02:38.366]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:45.1003516Z [00:02:38.366]➜  packagefile k8s.io/api/policy/v1=/tmp/go-build3547871397/b390/_pkg_.a
2025-08-20T21:20:45.1004605Z [00:02:38.366]➜  packagefile k8s.io/api/policy/v1beta1=/tmp/go-build3547871397/b391/_pkg_.a
2025-08-20T21:20:45.1007298Z [00:02:38.366]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:45.1008605Z [00:02:38.366]➜  packagefile k8s.io/apimachinery/pkg/fields=/tmp/go-build3547871397/b101/_pkg_.a
2025-08-20T21:20:45.1009770Z [00:02:38.366]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:45.1010922Z [00:02:38.366]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:45.1012056Z [00:02:38.366]➜  packagefile k8s.io/apimachinery/pkg/util/net=/tmp/go-build3547871397/b255/_pkg_.a
2025-08-20T21:20:45.1013405Z [00:02:38.366]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:45.1014632Z [00:02:38.366]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:45.1015996Z [00:02:38.366]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:45.1017252Z [00:02:38.366]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:45.1018327Z [00:02:38.366]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:45.1019386Z [00:02:38.366]➜  packagefile k8s.io/client-go/tools/reference=/tmp/go-build3547871397/b627/_pkg_.a
2025-08-20T21:20:45.1020356Z [00:02:38.366]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:45.1020961Z [00:02:38.366]➜  EOF
2025-08-20T21:20:45.1050502Z [00:02:38.366]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b626/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1=>k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1;$WORK/b626=>" -p k8s.io/client-go/kubernetes/typed/core/v1 -lang=go1.24 -complete -installsuffix shared -buildid a99OHDXvfppcVZ3aFa59/a99OHDXvfppcVZ3aFa59 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b626/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/componentstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/configmap.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/core_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/endpoints.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/event.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/event_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/limitrange.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/namespace.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/namespace_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/node.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/node_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/persistentvolume.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/persistentvolumeclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/pod.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/pod_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/podtemplate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/replicationcontroller.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/resourcequota.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/secret.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/service.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/service_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/core/v1/serviceaccount.go
2025-08-20T21:20:45.1086755Z [00:02:38.367]➜  cp $WORK/b623/_pkg_.a /root/.cache/go-build/e1/e18b6f46e0d39b39e5caeac544f99698a5d919d4bb0791bc74b4e3c9d0e7ed4c-d # internal
2025-08-20T21:20:45.1088097Z [00:02:38.368]➜  k8s.io/client-go/kubernetes/typed/coordination/v1alpha2
2025-08-20T21:20:45.1088806Z [00:02:38.368]➜  mkdir -p $WORK/b622/
2025-08-20T21:20:45.1089552Z [00:02:38.368]➜  cat >/tmp/go-build3547871397/b622/importcfg << 'EOF' # internal
2025-08-20T21:20:45.1090264Z [00:02:38.368]➜  # import config
2025-08-20T21:20:45.1090927Z [00:02:38.368]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:45.1091952Z [00:02:38.368]➜  packagefile k8s.io/api/coordination/v1alpha2=/tmp/go-build3547871397/b373/_pkg_.a
2025-08-20T21:20:45.1093418Z [00:02:38.368]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:45.1094640Z [00:02:38.368]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:45.1096032Z [00:02:38.368]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:45.1097641Z [00:02:38.368]➜  packagefile k8s.io/client-go/applyconfigurations/coordination/v1alpha2=/tmp/go-build3547871397/b623/_pkg_.a
2025-08-20T21:20:45.1098978Z [00:02:38.368]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:45.1100148Z [00:02:38.368]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:45.1101250Z [00:02:38.368]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:45.1102202Z [00:02:38.368]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:45.1103064Z [00:02:38.368]➜  EOF
2025-08-20T21:20:45.1109534Z [00:02:38.368]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b622/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1alpha2=>k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1alpha2;$WORK/b622=>" -p k8s.io/client-go/kubernetes/typed/coordination/v1alpha2 -lang=go1.24 -complete -installsuffix shared -buildid WzjKw4Ud9gN8lLeils7Z/WzjKw4Ud9gN8lLeils7Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b622/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1alpha2/coordination_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1alpha2/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1alpha2/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1alpha2/leasecandidate.go
2025-08-20T21:20:45.1457547Z [00:02:38.413]➜  go tool buildid -w $WORK/b625/_pkg_.a # internal
2025-08-20T21:20:45.1500812Z [00:02:38.417]➜  cp $WORK/b625/_pkg_.a /root/.cache/go-build/b4/b4a7558649d2cc649840c8cdf4aac444a226136a46fe6e4405d7c6baffdee485-d # internal
2025-08-20T21:20:45.1508250Z [00:02:38.418]➜  k8s.io/client-go/kubernetes/typed/coordination/v1beta1
2025-08-20T21:20:45.1510811Z [00:02:38.418]➜  mkdir -p $WORK/b624/
2025-08-20T21:20:45.1527448Z [00:02:38.420]➜  cat >/tmp/go-build3547871397/b624/importcfg << 'EOF' # internal
2025-08-20T21:20:45.1533863Z [00:02:38.420]➜  # import config
2025-08-20T21:20:45.1534535Z [00:02:38.420]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:45.1535616Z [00:02:38.420]➜  packagefile k8s.io/api/coordination/v1beta1=/tmp/go-build3547871397/b374/_pkg_.a
2025-08-20T21:20:45.1536791Z [00:02:38.420]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:45.1537932Z [00:02:38.420]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:45.1539025Z [00:02:38.420]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:45.1540325Z [00:02:38.420]➜  packagefile k8s.io/client-go/applyconfigurations/coordination/v1beta1=/tmp/go-build3547871397/b625/_pkg_.a
2025-08-20T21:20:45.1541585Z [00:02:38.420]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:45.1542865Z [00:02:38.420]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:45.1543915Z [00:02:38.420]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:45.1544798Z [00:02:38.420]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:45.1545399Z [00:02:38.420]➜  EOF
2025-08-20T21:20:45.1552200Z [00:02:38.420]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b624/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1beta1;$WORK/b624=>" -p k8s.io/client-go/kubernetes/typed/coordination/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid Pc_Z_MkraaeH5qUplKVO/Pc_Z_MkraaeH5qUplKVO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b624/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1beta1/coordination_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1beta1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1beta1/lease.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/coordination/v1beta1/leasecandidate.go
2025-08-20T21:20:45.1805423Z [00:02:38.445]➜  go tool buildid -w $WORK/b612/_pkg_.a # internal
2025-08-20T21:20:45.1852135Z [00:02:38.452]➜  cp $WORK/b612/_pkg_.a /root/.cache/go-build/e2/e2956c592e547c6bb05717f099c6a8d48077c08c29954637ff6ee243c0e951e2-d # internal
2025-08-20T21:20:45.1856983Z [00:02:38.453]➜  k8s.io/client-go/applyconfigurations/discovery/v1
2025-08-20T21:20:45.1859668Z [00:02:38.453]➜  mkdir -p $WORK/b629/
2025-08-20T21:20:45.1864441Z [00:02:38.454]➜  cat >/tmp/go-build3547871397/b629/importcfg << 'EOF' # internal
2025-08-20T21:20:45.1876291Z [00:02:38.454]➜  # import config
2025-08-20T21:20:45.1877093Z [00:02:38.454]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:45.1878147Z [00:02:38.454]➜  packagefile k8s.io/api/discovery/v1=/tmp/go-build3547871397/b375/_pkg_.a
2025-08-20T21:20:45.1879312Z [00:02:38.454]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:45.1880504Z [00:02:38.454]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:45.1881728Z [00:02:38.454]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:45.1883316Z [00:02:38.454]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:45.1884942Z [00:02:38.454]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:45.1886422Z [00:02:38.454]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:45.1887475Z [00:02:38.454]➜  EOF
2025-08-20T21:20:45.1895904Z [00:02:38.454]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b629/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/discovery/v1=>k8s.io/client-go@v0.33.2/applyconfigurations/discovery/v1;$WORK/b629=>" -p k8s.io/client-go/applyconfigurations/discovery/v1 -lang=go1.24 -complete -installsuffix shared -buildid rPMSpm0D-huGmkSx6eHM/rPMSpm0D-huGmkSx6eHM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b629/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/discovery/v1/endpoint.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/discovery/v1/endpointconditions.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/discovery/v1/endpointhints.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/discovery/v1/endpointport.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/discovery/v1/endpointslice.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/discovery/v1/fornode.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/discovery/v1/forzone.go
2025-08-20T21:20:45.2501881Z [00:02:38.517]➜  go tool buildid -w $WORK/b622/_pkg_.a # internal
2025-08-20T21:20:45.2555000Z [00:02:38.522]➜  cp $WORK/b622/_pkg_.a /root/.cache/go-build/90/907b3a0124c1c63a323923b76ad5b993ac23137c5cbf93712ee1bdc9e4969635-d # internal
2025-08-20T21:20:45.2558354Z [00:02:38.523]➜  k8s.io/client-go/applyconfigurations/discovery/v1beta1
2025-08-20T21:20:45.2564388Z [00:02:38.524]➜  mkdir -p $WORK/b631/
2025-08-20T21:20:45.2573833Z [00:02:38.524]➜  cat >/tmp/go-build3547871397/b631/importcfg << 'EOF' # internal
2025-08-20T21:20:45.2609818Z [00:02:38.524]➜  # import config
2025-08-20T21:20:45.2610592Z [00:02:38.524]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:45.2611670Z [00:02:38.524]➜  packagefile k8s.io/api/discovery/v1beta1=/tmp/go-build3547871397/b376/_pkg_.a
2025-08-20T21:20:45.2613437Z [00:02:38.524]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:45.2614620Z [00:02:38.524]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:45.2615826Z [00:02:38.524]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:45.2617164Z [00:02:38.524]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:45.2618512Z [00:02:38.524]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:45.2619775Z [00:02:38.525]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:45.2620465Z [00:02:38.525]➜  EOF
2025-08-20T21:20:45.2628901Z [00:02:38.525]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b631/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/discovery/v1beta1=>k8s.io/client-go@v0.33.2/applyconfigurations/discovery/v1beta1;$WORK/b631=>" -p k8s.io/client-go/applyconfigurations/discovery/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid W8kxzSSUzmzeBGPcMJKv/W8kxzSSUzmzeBGPcMJKv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b631/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/discovery/v1beta1/endpoint.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/discovery/v1beta1/endpointconditions.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/discovery/v1beta1/endpointhints.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/discovery/v1beta1/endpointport.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/discovery/v1beta1/endpointslice.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/discovery/v1beta1/fornode.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/discovery/v1beta1/forzone.go
2025-08-20T21:20:45.3893044Z [00:02:38.656]➜  go tool buildid -w $WORK/b629/_pkg_.a # internal
2025-08-20T21:20:45.4045762Z [00:02:38.671]➜  cp $WORK/b629/_pkg_.a /root/.cache/go-build/05/0555285dab652c58c512123612bf3b2adb247a2320da2780f914ad569f227ebf-d # internal
2025-08-20T21:20:45.4056361Z [00:02:38.671]➜  k8s.io/client-go/kubernetes/typed/discovery/v1
2025-08-20T21:20:45.4057072Z [00:02:38.671]➜  mkdir -p $WORK/b628/
2025-08-20T21:20:45.4057849Z [00:02:38.671]➜  cat >/tmp/go-build3547871397/b628/importcfg << 'EOF' # internal
2025-08-20T21:20:45.4058567Z [00:02:38.671]➜  # import config
2025-08-20T21:20:45.4059251Z [00:02:38.671]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:45.4060273Z [00:02:38.671]➜  packagefile k8s.io/api/discovery/v1=/tmp/go-build3547871397/b375/_pkg_.a
2025-08-20T21:20:45.4061404Z [00:02:38.671]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:45.4062588Z [00:02:38.671]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:45.4064049Z [00:02:38.671]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:45.4066473Z [00:02:38.671]➜  packagefile k8s.io/client-go/applyconfigurations/discovery/v1=/tmp/go-build3547871397/b629/_pkg_.a
2025-08-20T21:20:45.4067712Z [00:02:38.671]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:45.4068802Z [00:02:38.671]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:45.4069855Z [00:02:38.671]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:45.4070761Z [00:02:38.671]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:45.4071362Z [00:02:38.671]➜  EOF
2025-08-20T21:20:45.4077203Z [00:02:38.671]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b628/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/discovery/v1=>k8s.io/client-go@v0.33.2/kubernetes/typed/discovery/v1;$WORK/b628=>" -p k8s.io/client-go/kubernetes/typed/discovery/v1 -lang=go1.24 -complete -installsuffix shared -buildid _BkLd362BSL0yn-Ju27K/_BkLd362BSL0yn-Ju27K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b628/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/discovery/v1/discovery_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/discovery/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/discovery/v1/endpointslice.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/discovery/v1/generated_expansion.go
2025-08-20T21:20:45.4326518Z [00:02:38.700]➜  go tool buildid -w $WORK/b624/_pkg_.a # internal
2025-08-20T21:20:45.4399253Z [00:02:38.707]➜  cp $WORK/b624/_pkg_.a /root/.cache/go-build/7e/7e98823b7ed097ef0ac6002bf7991725f2481cd7797a2502978b373e61007d28-d # internal
2025-08-20T21:20:45.4403040Z [00:02:38.708]➜  k8s.io/client-go/applyconfigurations/events/v1
2025-08-20T21:20:45.4408286Z [00:02:38.708]➜  mkdir -p $WORK/b633/
2025-08-20T21:20:45.4409306Z [00:02:38.708]➜  cat >/tmp/go-build3547871397/b633/importcfg << 'EOF' # internal
2025-08-20T21:20:45.4410141Z [00:02:38.708]➜  # import config
2025-08-20T21:20:45.4411011Z [00:02:38.708]➜  packagefile k8s.io/api/events/v1=/tmp/go-build3547871397/b377/_pkg_.a
2025-08-20T21:20:45.4412286Z [00:02:38.708]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:45.4413779Z [00:02:38.708]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:45.4415157Z [00:02:38.708]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:45.4417578Z [00:02:38.708]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:45.4418980Z [00:02:38.708]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:45.4420478Z [00:02:38.708]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:45.4421351Z [00:02:38.708]➜  EOF
2025-08-20T21:20:45.4430331Z [00:02:38.710]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b633/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/events/v1=>k8s.io/client-go@v0.33.2/applyconfigurations/events/v1;$WORK/b633=>" -p k8s.io/client-go/applyconfigurations/events/v1 -lang=go1.24 -complete -installsuffix shared -buildid Aq1WFZ9ES0xtVM2uIf9S/Aq1WFZ9ES0xtVM2uIf9S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b633/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/events/v1/event.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/events/v1/eventseries.go
2025-08-20T21:20:45.4537967Z [00:02:38.721]➜  go tool buildid -w $WORK/b631/_pkg_.a # internal
2025-08-20T21:20:45.4583802Z [00:02:38.725]➜  cp $WORK/b631/_pkg_.a /root/.cache/go-build/0c/0c721d03903fadaf122f7b54ea780a5b6adc92a42c864c25909c37f9d2bfa78d-d # internal
2025-08-20T21:20:45.4591440Z [00:02:38.725]➜  k8s.io/client-go/kubernetes/typed/discovery/v1beta1
2025-08-20T21:20:45.4592501Z [00:02:38.726]➜  mkdir -p $WORK/b630/
2025-08-20T21:20:45.4595203Z [00:02:38.726]➜  cat >/tmp/go-build3547871397/b630/importcfg << 'EOF' # internal
2025-08-20T21:20:45.4595892Z [00:02:38.726]➜  # import config
2025-08-20T21:20:45.4596574Z [00:02:38.726]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:45.4597566Z [00:02:38.726]➜  packagefile k8s.io/api/discovery/v1beta1=/tmp/go-build3547871397/b376/_pkg_.a
2025-08-20T21:20:45.4598777Z [00:02:38.726]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:45.4599979Z [00:02:38.727]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:45.4601294Z [00:02:38.727]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:45.4602977Z [00:02:38.727]➜  packagefile k8s.io/client-go/applyconfigurations/discovery/v1beta1=/tmp/go-build3547871397/b631/_pkg_.a
2025-08-20T21:20:45.4604259Z [00:02:38.727]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:45.4605330Z [00:02:38.727]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:45.4606367Z [00:02:38.727]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:45.4607221Z [00:02:38.727]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:45.4607819Z [00:02:38.727]➜  EOF
2025-08-20T21:20:45.4624330Z [00:02:38.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b630/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/discovery/v1beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/discovery/v1beta1;$WORK/b630=>" -p k8s.io/client-go/kubernetes/typed/discovery/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid i9i6VOuz9PdXNsplFjhp/i9i6VOuz9PdXNsplFjhp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b630/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/discovery/v1beta1/discovery_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/discovery/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/discovery/v1beta1/endpointslice.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/discovery/v1beta1/generated_expansion.go
2025-08-20T21:20:45.6222168Z [00:02:38.889]➜  go tool buildid -w $WORK/b628/_pkg_.a # internal
2025-08-20T21:20:45.6276284Z [00:02:38.895]➜  go tool buildid -w $WORK/b633/_pkg_.a # internal
2025-08-20T21:20:45.6312185Z [00:02:38.898]➜  cp $WORK/b628/_pkg_.a /root/.cache/go-build/a3/a37492a62abfacd5ecdcacf836fb93fc01698dc22c0c2546c2620f70378a5003-d # internal
2025-08-20T21:20:45.6321122Z [00:02:38.899]➜  k8s.io/client-go/applyconfigurations/events/v1beta1
2025-08-20T21:20:45.6321952Z [00:02:38.899]➜  mkdir -p $WORK/b635/
2025-08-20T21:20:45.6322871Z [00:02:38.899]➜  cat >/tmp/go-build3547871397/b635/importcfg << 'EOF' # internal
2025-08-20T21:20:45.6323528Z [00:02:38.899]➜  # import config
2025-08-20T21:20:45.6324259Z [00:02:38.899]➜  packagefile k8s.io/api/events/v1beta1=/tmp/go-build3547871397/b378/_pkg_.a
2025-08-20T21:20:45.6325354Z [00:02:38.899]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:45.6326448Z [00:02:38.899]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:45.6327588Z [00:02:38.899]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:45.6328851Z [00:02:38.899]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:45.6330177Z [00:02:38.899]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:45.6331651Z [00:02:38.899]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:45.6332552Z [00:02:38.899]➜  EOF
2025-08-20T21:20:45.6337216Z [00:02:38.899]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b635/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/events/v1beta1=>k8s.io/client-go@v0.33.2/applyconfigurations/events/v1beta1;$WORK/b635=>" -p k8s.io/client-go/applyconfigurations/events/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid KIvmgp3dhoPVWBTDbXRr/KIvmgp3dhoPVWBTDbXRr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b635/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/events/v1beta1/event.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/events/v1beta1/eventseries.go
2025-08-20T21:20:45.6355131Z [00:02:38.903]➜  cp $WORK/b633/_pkg_.a /root/.cache/go-build/39/39900b1e89448daff2ccca790c1d19d530adfeca106f3b5431e23807cbce932e-d # internal
2025-08-20T21:20:45.6356566Z [00:02:38.903]➜  k8s.io/client-go/kubernetes/typed/events/v1
2025-08-20T21:20:45.6357155Z [00:02:38.903]➜  mkdir -p $WORK/b632/
2025-08-20T21:20:45.6364967Z [00:02:38.904]➜  cat >/tmp/go-build3547871397/b632/importcfg << 'EOF' # internal
2025-08-20T21:20:45.6367838Z [00:02:38.904]➜  # import config
2025-08-20T21:20:45.6370684Z [00:02:38.904]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:45.6373905Z [00:02:38.905]➜  packagefile k8s.io/api/events/v1=/tmp/go-build3547871397/b377/_pkg_.a
2025-08-20T21:20:45.6377909Z [00:02:38.905]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:45.6379069Z [00:02:38.905]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:45.6380172Z [00:02:38.905]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:45.6385114Z [00:02:38.906]➜  packagefile k8s.io/client-go/applyconfigurations/events/v1=/tmp/go-build3547871397/b633/_pkg_.a
2025-08-20T21:20:45.6386288Z [00:02:38.906]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:45.6387338Z [00:02:38.906]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:45.6388337Z [00:02:38.906]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:45.6389163Z [00:02:38.906]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:45.6389712Z [00:02:38.906]➜  EOF
2025-08-20T21:20:45.6397779Z [00:02:38.906]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b632/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/events/v1=>k8s.io/client-go@v0.33.2/kubernetes/typed/events/v1;$WORK/b632=>" -p k8s.io/client-go/kubernetes/typed/events/v1 -lang=go1.24 -complete -installsuffix shared -buildid fvtFpKstKwWD1wx2qzFL/fvtFpKstKwWD1wx2qzFL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b632/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/events/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/events/v1/event.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/events/v1/events_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/events/v1/generated_expansion.go
2025-08-20T21:20:45.6428289Z [00:02:38.910]➜  go tool buildid -w $WORK/b630/_pkg_.a # internal
2025-08-20T21:20:45.6475543Z [00:02:38.915]➜  cp $WORK/b630/_pkg_.a /root/.cache/go-build/3b/3b5a1ca9ff2cde9651c3ad387692ebef1ff3fbe43df594fd506e598329204b9d-d # internal
2025-08-20T21:20:45.6517171Z [00:02:38.919]➜  k8s.io/client-go/applyconfigurations/extensions/v1beta1
2025-08-20T21:20:45.6528282Z [00:02:38.920]➜  mkdir -p $WORK/b637/
2025-08-20T21:20:45.6530991Z [00:02:38.920]➜  cat >/tmp/go-build3547871397/b637/importcfg << 'EOF' # internal
2025-08-20T21:20:45.6531954Z [00:02:38.920]➜  # import config
2025-08-20T21:20:45.6533076Z [00:02:38.920]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:45.6534161Z [00:02:38.920]➜  packagefile k8s.io/api/extensions/v1beta1=/tmp/go-build3547871397/b379/_pkg_.a
2025-08-20T21:20:45.6535289Z [00:02:38.920]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:45.6536438Z [00:02:38.920]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:45.6537596Z [00:02:38.920]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:45.6539103Z [00:02:38.920]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:45.6540481Z [00:02:38.920]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:45.6541947Z [00:02:38.920]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:45.6543837Z [00:02:38.920]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:45.6544721Z [00:02:38.920]➜  EOF
2025-08-20T21:20:45.6577549Z [00:02:38.920]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b637/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1=>k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1;$WORK/b637=>" -p k8s.io/client-go/applyconfigurations/extensions/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid 5D22wnpvvNEbfomoqgDv/5D22wnpvvNEbfomoqgDv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b637/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/daemonset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/daemonsetcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/daemonsetspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/daemonsetstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/daemonsetupdatestrategy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/deployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/deploymentcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/deploymentspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/deploymentstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/deploymentstrategy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/httpingresspath.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/httpingressrulevalue.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/ingress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/ingressbackend.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/ingressloadbalanceringress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/ingressloadbalancerstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/ingressportstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/ingressrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/ingressrulevalue.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/ingressspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/ingressstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/ingresstls.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/ipblock.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/networkpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/networkpolicyegressrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/networkpolicyingressrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/networkpolicypeer.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/networkpolicyport.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/networkpolicyspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/replicaset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/replicasetcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/replicasetspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/replicasetstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/rollbackconfig.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/rollingupdatedaemonset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/rollingupdatedeployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/extensions/v1beta1/scale.go
2025-08-20T21:20:45.8045861Z [00:02:39.072]➜  go tool buildid -w $WORK/b632/_pkg_.a # internal
2025-08-20T21:20:45.8096010Z [00:02:39.077]➜  cp $WORK/b632/_pkg_.a /root/.cache/go-build/72/72eafe3ae2b5586b13aa2d53b17dca01b1247e2e47499ca7e62ca21f30e5d21b-d # internal
2025-08-20T21:20:45.8107735Z [00:02:39.078]➜  k8s.io/client-go/applyconfigurations/flowcontrol/v1
2025-08-20T21:20:45.8111923Z [00:02:39.078]➜  mkdir -p $WORK/b639/
2025-08-20T21:20:45.8121552Z [00:02:39.079]➜  cat >/tmp/go-build3547871397/b639/importcfg << 'EOF' # internal
2025-08-20T21:20:45.8122784Z [00:02:39.079]➜  # import config
2025-08-20T21:20:45.8123755Z [00:02:39.079]➜  packagefile k8s.io/api/flowcontrol/v1=/tmp/go-build3547871397/b380/_pkg_.a
2025-08-20T21:20:45.8124908Z [00:02:39.079]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:45.8126026Z [00:02:39.079]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:45.8127194Z [00:02:39.079]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:45.8128494Z [00:02:39.079]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:45.8129907Z [00:02:39.079]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:45.8130771Z [00:02:39.079]➜  EOF
2025-08-20T21:20:45.8161696Z [00:02:39.082]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b639/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1=>k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1;$WORK/b639=>" -p k8s.io/client-go/applyconfigurations/flowcontrol/v1 -lang=go1.24 -complete -installsuffix shared -buildid xFKy8ROdNdlivPftVRBq/xFKy8ROdNdlivPftVRBq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b639/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/exemptprioritylevelconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/flowdistinguishermethod.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/flowschema.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/flowschemacondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/flowschemaspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/flowschemastatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/groupsubject.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/limitedprioritylevelconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/limitresponse.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/nonresourcepolicyrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/policyruleswithsubjects.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/prioritylevelconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/prioritylevelconfigurationcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/prioritylevelconfigurationreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/prioritylevelconfigurationspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/prioritylevelconfigurationstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/queuingconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/resourcepolicyrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/serviceaccountsubject.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/subject.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1/usersubject.go
2025-08-20T21:20:45.8215195Z [00:02:39.089]➜  go tool buildid -w $WORK/b635/_pkg_.a # internal
2025-08-20T21:20:45.8234044Z [00:02:39.091]➜  cp $WORK/b635/_pkg_.a /root/.cache/go-build/eb/eb088a7bbb238d8a7f6e272e3f5874a116edaa164786f573a5defb47bf151337-d # internal
2025-08-20T21:20:45.8267978Z [00:02:39.094]➜  k8s.io/client-go/kubernetes/typed/events/v1beta1
2025-08-20T21:20:45.8277353Z [00:02:39.095]➜  mkdir -p $WORK/b634/
2025-08-20T21:20:45.8278180Z [00:02:39.095]➜  cat >/tmp/go-build3547871397/b634/importcfg << 'EOF' # internal
2025-08-20T21:20:45.8278870Z [00:02:39.095]➜  # import config
2025-08-20T21:20:45.8279566Z [00:02:39.095]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:45.8280414Z [00:02:39.095]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:45.8281360Z [00:02:39.095]➜  packagefile k8s.io/api/events/v1beta1=/tmp/go-build3547871397/b378/_pkg_.a
2025-08-20T21:20:45.8282517Z [00:02:39.095]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:45.8283824Z [00:02:39.095]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:45.8284941Z [00:02:39.095]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:45.8286259Z [00:02:39.095]➜  packagefile k8s.io/client-go/applyconfigurations/events/v1beta1=/tmp/go-build3547871397/b635/_pkg_.a
2025-08-20T21:20:45.8287671Z [00:02:39.095]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:45.8288830Z [00:02:39.095]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:45.8289983Z [00:02:39.095]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:45.8290905Z [00:02:39.095]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:45.8291533Z [00:02:39.095]➜  EOF
2025-08-20T21:20:45.8298146Z [00:02:39.095]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b634/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/events/v1beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/events/v1beta1;$WORK/b634=>" -p k8s.io/client-go/kubernetes/typed/events/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid 70PESTPswIYo4PSOAxpb/70PESTPswIYo4PSOAxpb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b634/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/events/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/events/v1beta1/event.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/events/v1beta1/event_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/events/v1beta1/events_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/events/v1beta1/generated_expansion.go
2025-08-20T21:20:46.0955918Z [00:02:39.362]➜  go tool buildid -w $WORK/b634/_pkg_.a # internal
2025-08-20T21:20:46.1089953Z [00:02:39.376]➜  cp $WORK/b634/_pkg_.a /root/.cache/go-build/ea/eaf57aa05a76244824cd6747aa40cf5b72dd992128ca59d58e7ed5f3ad1e3c82-d # internal
2025-08-20T21:20:46.1123038Z [00:02:39.379]➜  k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1
2025-08-20T21:20:46.1123782Z [00:02:39.380]➜  mkdir -p $WORK/b641/
2025-08-20T21:20:46.1128162Z [00:02:39.380]➜  cat >/tmp/go-build3547871397/b641/importcfg << 'EOF' # internal
2025-08-20T21:20:46.1133219Z [00:02:39.380]➜  # import config
2025-08-20T21:20:46.1137115Z [00:02:39.380]➜  packagefile k8s.io/api/flowcontrol/v1beta1=/tmp/go-build3547871397/b381/_pkg_.a
2025-08-20T21:20:46.1140684Z [00:02:39.380]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:46.1160692Z [00:02:39.380]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:46.1161994Z [00:02:39.380]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:46.1163615Z [00:02:39.380]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:46.1165042Z [00:02:39.380]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:46.1165908Z [00:02:39.380]➜  EOF
2025-08-20T21:20:46.1197899Z [00:02:39.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b641/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1=>k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1;$WORK/b641=>" -p k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid KCM1ljrBqZNmiU9Z-Wy_/KCM1ljrBqZNmiU9Z-Wy_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b641/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/exemptprioritylevelconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/flowdistinguishermethod.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/flowschema.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/flowschemacondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/flowschemaspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/flowschemastatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/groupsubject.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/limitedprioritylevelconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/limitresponse.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/nonresourcepolicyrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/policyruleswithsubjects.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/prioritylevelconfigurationstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/queuingconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/resourcepolicyrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/serviceaccountsubject.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/subject.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta1/usersubject.go
2025-08-20T21:20:46.1590532Z [00:02:39.426]➜  go tool buildid -w $WORK/b639/_pkg_.a # internal
2025-08-20T21:20:46.1710065Z [00:02:39.438]➜  go tool buildid -w $WORK/b637/_pkg_.a # internal
2025-08-20T21:20:46.1721231Z [00:02:39.439]➜  cp $WORK/b639/_pkg_.a /root/.cache/go-build/08/08e6eb677ae646609fba72a6cc6f2ed3b50623a88a820a127362e30e6c04ffcb-d # internal
2025-08-20T21:20:46.1729428Z [00:02:39.440]➜  k8s.io/client-go/kubernetes/typed/flowcontrol/v1
2025-08-20T21:20:46.1734013Z [00:02:39.441]➜  mkdir -p $WORK/b638/
2025-08-20T21:20:46.1744037Z [00:02:39.442]➜  cat >/tmp/go-build3547871397/b638/importcfg << 'EOF' # internal
2025-08-20T21:20:46.1744953Z [00:02:39.442]➜  # import config
2025-08-20T21:20:46.1745664Z [00:02:39.442]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:46.1746651Z [00:02:39.442]➜  packagefile k8s.io/api/flowcontrol/v1=/tmp/go-build3547871397/b380/_pkg_.a
2025-08-20T21:20:46.1747793Z [00:02:39.442]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:46.1757863Z [00:02:39.442]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:46.1759156Z [00:02:39.442]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:46.1760534Z [00:02:39.442]➜  packagefile k8s.io/client-go/applyconfigurations/flowcontrol/v1=/tmp/go-build3547871397/b639/_pkg_.a
2025-08-20T21:20:46.1762058Z [00:02:39.442]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:46.1763449Z [00:02:39.442]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:46.1764784Z [00:02:39.442]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:46.1765784Z [00:02:39.442]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:46.1766460Z [00:02:39.442]➜  EOF
2025-08-20T21:20:46.1790519Z [00:02:39.444]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b638/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1=>k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1;$WORK/b638=>" -p k8s.io/client-go/kubernetes/typed/flowcontrol/v1 -lang=go1.24 -complete -installsuffix shared -buildid jtGZ9B8fyYnNlU2FrCtz/jtGZ9B8fyYnNlU2FrCtz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b638/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1/flowcontrol_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1/flowschema.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1/prioritylevelconfiguration.go
2025-08-20T21:20:46.1803825Z [00:02:39.448]➜  cp $WORK/b637/_pkg_.a /root/.cache/go-build/e0/e0370b1760fb4a28d42a5412e81c20287d6ef14fea16ec56f33d62f645a94064-d # internal
2025-08-20T21:20:46.1812189Z [00:02:39.448]➜  k8s.io/client-go/kubernetes/typed/extensions/v1beta1
2025-08-20T21:20:46.1825535Z [00:02:39.450]➜  mkdir -p $WORK/b636/
2025-08-20T21:20:46.1826436Z [00:02:39.450]➜  cat >/tmp/go-build3547871397/b636/importcfg << 'EOF' # internal
2025-08-20T21:20:46.1827299Z [00:02:39.450]➜  # import config
2025-08-20T21:20:46.1828126Z [00:02:39.450]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:46.1829157Z [00:02:39.450]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:46.1830247Z [00:02:39.450]➜  packagefile k8s.io/api/extensions/v1beta1=/tmp/go-build3547871397/b379/_pkg_.a
2025-08-20T21:20:46.1831827Z [00:02:39.450]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:46.1833302Z [00:02:39.450]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:46.1834643Z [00:02:39.450]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:46.1836074Z [00:02:39.450]➜  packagefile k8s.io/client-go/applyconfigurations/extensions/v1beta1=/tmp/go-build3547871397/b637/_pkg_.a
2025-08-20T21:20:46.1837468Z [00:02:39.450]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:46.1838689Z [00:02:39.450]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:46.1854875Z [00:02:39.450]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:46.1856154Z [00:02:39.450]➜  packagefile k8s.io/client-go/util/apply=/tmp/go-build3547871397/b466/_pkg_.a
2025-08-20T21:20:46.1857114Z [00:02:39.450]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:46.1857737Z [00:02:39.450]➜  EOF
2025-08-20T21:20:46.1867723Z [00:02:39.450]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b636/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/extensions/v1beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/extensions/v1beta1;$WORK/b636=>" -p k8s.io/client-go/kubernetes/typed/extensions/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid 7z0WF5tD9jrC_dVw4hyp/7z0WF5tD9jrC_dVw4hyp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b636/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/extensions/v1beta1/daemonset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/extensions/v1beta1/deployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/extensions/v1beta1/deployment_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/extensions/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/extensions/v1beta1/extensions_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/extensions/v1beta1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/extensions/v1beta1/ingress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/extensions/v1beta1/networkpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/extensions/v1beta1/replicaset.go
2025-08-20T21:20:46.3900320Z [00:02:39.657]➜  go tool buildid -w $WORK/b641/_pkg_.a # internal
2025-08-20T21:20:46.4002413Z [00:02:39.667]➜  cp $WORK/b641/_pkg_.a /root/.cache/go-build/70/70c1f92784d5226e008f5fb00e34e13681e4ebdb6529761fba4787f4a176bdb6-d # internal
2025-08-20T21:20:46.4011248Z [00:02:39.668]➜  k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1
2025-08-20T21:20:46.4014349Z [00:02:39.669]➜  mkdir -p $WORK/b640/
2025-08-20T21:20:46.4030959Z [00:02:39.670]➜  cat >/tmp/go-build3547871397/b640/importcfg << 'EOF' # internal
2025-08-20T21:20:46.4031730Z [00:02:39.670]➜  # import config
2025-08-20T21:20:46.4032423Z [00:02:39.670]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:46.4033668Z [00:02:39.670]➜  packagefile k8s.io/api/flowcontrol/v1beta1=/tmp/go-build3547871397/b381/_pkg_.a
2025-08-20T21:20:46.4034890Z [00:02:39.670]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:46.4036089Z [00:02:39.670]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:46.4037253Z [00:02:39.670]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:46.4038632Z [00:02:39.670]➜  packagefile k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1=/tmp/go-build3547871397/b641/_pkg_.a
2025-08-20T21:20:46.4039940Z [00:02:39.670]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:46.4041115Z [00:02:39.670]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:46.4042434Z [00:02:39.670]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:46.4043561Z [00:02:39.670]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:46.4044200Z [00:02:39.670]➜  EOF
2025-08-20T21:20:46.4051309Z [00:02:39.670]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b640/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta1;$WORK/b640=>" -p k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid v5Q7V2Tl0nUG7FQg4tTy/v5Q7V2Tl0nUG7FQg4tTy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b640/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta1/flowcontrol_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta1/flowschema.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta1/prioritylevelconfiguration.go
2025-08-20T21:20:46.6138539Z [00:02:39.881]➜  go tool buildid -w $WORK/b638/_pkg_.a # internal
2025-08-20T21:20:46.6303072Z [00:02:39.897]➜  cp $WORK/b638/_pkg_.a /root/.cache/go-build/bf/bf81a04390efb4ff818306c1b6af528e17742087dd333d08c180edede403a54c-d # internal
2025-08-20T21:20:46.6308398Z [00:02:39.898]➜  k8s.io/client-go/applyconfigurations/flowcontrol/v1beta2
2025-08-20T21:20:46.6313808Z [00:02:39.898]➜  mkdir -p $WORK/b643/
2025-08-20T21:20:46.6314768Z [00:02:39.899]➜  cat >/tmp/go-build3547871397/b643/importcfg << 'EOF' # internal
2025-08-20T21:20:46.6315434Z [00:02:39.899]➜  # import config
2025-08-20T21:20:46.6316231Z [00:02:39.899]➜  packagefile k8s.io/api/flowcontrol/v1beta2=/tmp/go-build3547871397/b382/_pkg_.a
2025-08-20T21:20:46.6317574Z [00:02:39.899]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:46.6318810Z [00:02:39.899]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:46.6320065Z [00:02:39.899]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:46.6321430Z [00:02:39.899]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:46.6323028Z [00:02:39.899]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:46.6323972Z [00:02:39.899]➜  EOF
2025-08-20T21:20:46.6366879Z [00:02:39.902]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b643/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2=>k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2;$WORK/b643=>" -p k8s.io/client-go/applyconfigurations/flowcontrol/v1beta2 -lang=go1.24 -complete -installsuffix shared -buildid 7pa4Kwn2Mv0MfyCr7t2g/7pa4Kwn2Mv0MfyCr7t2g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b643/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/exemptprioritylevelconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/flowdistinguishermethod.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/flowschema.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/flowschemacondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/flowschemaspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/flowschemastatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/groupsubject.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/limitedprioritylevelconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/limitresponse.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/nonresourcepolicyrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/policyruleswithsubjects.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/prioritylevelconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/prioritylevelconfigurationcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/prioritylevelconfigurationreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/prioritylevelconfigurationspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/prioritylevelconfigurationstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/queuingconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/resourcepolicyrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/serviceaccountsubject.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/subject.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta2/usersubject.go
2025-08-20T21:20:46.7595021Z [00:02:40.027]➜  go tool buildid -w $WORK/b636/_pkg_.a # internal
2025-08-20T21:20:46.7633851Z [00:02:40.031]➜  go tool buildid -w $WORK/b640/_pkg_.a # internal
2025-08-20T21:20:46.7707052Z [00:02:40.038]➜  go tool buildid -w $WORK/b626/_pkg_.a # internal
2025-08-20T21:20:46.7710908Z [00:02:40.038]➜  cp $WORK/b640/_pkg_.a /root/.cache/go-build/eb/eb60244799aef17c928ac723ef40edd393fe194e8edb38bde57575479eceef1e-d # internal
2025-08-20T21:20:46.7762202Z [00:02:40.041]➜  k8s.io/client-go/applyconfigurations/flowcontrol/v1beta3
2025-08-20T21:20:46.7766601Z [00:02:40.041]➜  mkdir -p $WORK/b645/
2025-08-20T21:20:46.7767428Z [00:02:40.041]➜  cat >/tmp/go-build3547871397/b645/importcfg << 'EOF' # internal
2025-08-20T21:20:46.7768178Z [00:02:40.041]➜  # import config
2025-08-20T21:20:46.7769055Z [00:02:40.041]➜  packagefile k8s.io/api/flowcontrol/v1beta3=/tmp/go-build3547871397/b383/_pkg_.a
2025-08-20T21:20:46.7770295Z [00:02:40.041]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:46.7771554Z [00:02:40.041]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:46.7773061Z [00:02:40.041]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:46.7774552Z [00:02:40.041]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:46.7775985Z [00:02:40.041]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:46.7776972Z [00:02:40.041]➜  EOF
2025-08-20T21:20:46.7799087Z [00:02:40.041]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b645/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3=>k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3;$WORK/b645=>" -p k8s.io/client-go/applyconfigurations/flowcontrol/v1beta3 -lang=go1.24 -complete -installsuffix shared -buildid s_IAQSZywqod-BYaVcPQ/s_IAQSZywqod-BYaVcPQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b645/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/exemptprioritylevelconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/flowdistinguishermethod.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/flowschema.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/flowschemacondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/flowschemaspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/flowschemastatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/groupsubject.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/limitedprioritylevelconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/limitresponse.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/nonresourcepolicyrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/policyruleswithsubjects.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/prioritylevelconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/prioritylevelconfigurationcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/prioritylevelconfigurationreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/prioritylevelconfigurationspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/prioritylevelconfigurationstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/queuingconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/resourcepolicyrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/serviceaccountsubject.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/subject.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/flowcontrol/v1beta3/usersubject.go
2025-08-20T21:20:46.7937037Z [00:02:40.061]➜  cp $WORK/b636/_pkg_.a /root/.cache/go-build/00/0083b084c15f3993084532a0e4d78fe3f8205712b265cc6e20920f9c30c411c0-d # internal
2025-08-20T21:20:46.7944622Z [00:02:40.062]➜  k8s.io/client-go/applyconfigurations/networking/v1
2025-08-20T21:20:46.7976509Z [00:02:40.065]➜  mkdir -p $WORK/b647/
2025-08-20T21:20:46.7981522Z [00:02:40.065]➜  cat >/tmp/go-build3547871397/b647/importcfg << 'EOF' # internal
2025-08-20T21:20:46.7991820Z [00:02:40.065]➜  # import config
2025-08-20T21:20:46.7992824Z [00:02:40.065]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:46.7993924Z [00:02:40.065]➜  packagefile k8s.io/api/networking/v1=/tmp/go-build3547871397/b384/_pkg_.a
2025-08-20T21:20:46.7995149Z [00:02:40.065]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:46.7996390Z [00:02:40.065]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:46.7997618Z [00:02:40.065]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:46.7998956Z [00:02:40.065]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:46.8000387Z [00:02:40.065]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:46.8001805Z [00:02:40.065]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:46.8015342Z [00:02:40.065]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:46.8016305Z [00:02:40.065]➜  EOF
2025-08-20T21:20:46.8044870Z [00:02:40.069]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b647/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1=>k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1;$WORK/b647=>" -p k8s.io/client-go/applyconfigurations/networking/v1 -lang=go1.24 -complete -installsuffix shared -buildid WqS3o93kuxq2z-U6MnkJ/WqS3o93kuxq2z-U6MnkJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b647/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/httpingresspath.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/httpingressrulevalue.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/ingress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/ingressbackend.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/ingressclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/ingressclassparametersreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/ingressclassspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/ingressloadbalanceringress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/ingressloadbalancerstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/ingressportstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/ingressrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/ingressrulevalue.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/ingressservicebackend.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/ingressspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/ingressstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/ingresstls.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/ipaddress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/ipaddressspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/ipblock.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/networkpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/networkpolicyegressrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/networkpolicyingressrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/networkpolicypeer.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/networkpolicyport.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/networkpolicyspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/parentreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/servicebackendport.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/servicecidr.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/servicecidrspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1/servicecidrstatus.go
2025-08-20T21:20:46.8123399Z [00:02:40.079]➜  cp $WORK/b626/_pkg_.a /root/.cache/go-build/a7/a77767a4bd7f1a511bff49746933d09aa46c1058f01ffa3d98a20d7492c91ec9-d # internal
2025-08-20T21:20:46.8133468Z [00:02:40.081]➜  k8s.io/client-go/applyconfigurations/networking/v1alpha1
2025-08-20T21:20:46.8138239Z [00:02:40.081]➜  mkdir -p $WORK/b649/
2025-08-20T21:20:46.8199446Z [00:02:40.087]➜  cat >/tmp/go-build3547871397/b649/importcfg << 'EOF' # internal
2025-08-20T21:20:46.8204163Z [00:02:40.087]➜  # import config
2025-08-20T21:20:46.8208774Z [00:02:40.087]➜  packagefile k8s.io/api/networking/v1alpha1=/tmp/go-build3547871397/b385/_pkg_.a
2025-08-20T21:20:46.8214321Z [00:02:40.087]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:46.8216023Z [00:02:40.087]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:46.8218316Z [00:02:40.087]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:46.8219941Z [00:02:40.087]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:46.8221604Z [00:02:40.087]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:46.8222994Z [00:02:40.087]➜  EOF
2025-08-20T21:20:46.8233903Z [00:02:40.089]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b649/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1alpha1=>k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1alpha1;$WORK/b649=>" -p k8s.io/client-go/applyconfigurations/networking/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid MwMlPb9MsxKEd9-8xLmV/MwMlPb9MsxKEd9-8xLmV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b649/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1alpha1/ipaddress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1alpha1/ipaddressspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1alpha1/parentreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1alpha1/servicecidr.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1alpha1/servicecidrspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1alpha1/servicecidrstatus.go
2025-08-20T21:20:46.8594160Z [00:02:40.126]➜  go tool buildid -w $WORK/b643/_pkg_.a # internal
2025-08-20T21:20:46.8633941Z [00:02:40.131]➜  cp $WORK/b643/_pkg_.a /root/.cache/go-build/19/199b768df97fb61a76fa38a9dc935a93a952d1a36bf6d160c2d361a53c00232f-d # internal
2025-08-20T21:20:46.8639325Z [00:02:40.131]➜  k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta2
2025-08-20T21:20:46.8642928Z [00:02:40.131]➜  mkdir -p $WORK/b642/
2025-08-20T21:20:46.8649221Z [00:02:40.132]➜  cat >/tmp/go-build3547871397/b642/importcfg << 'EOF' # internal
2025-08-20T21:20:46.8650465Z [00:02:40.132]➜  # import config
2025-08-20T21:20:46.8651401Z [00:02:40.132]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:46.8652891Z [00:02:40.132]➜  packagefile k8s.io/api/flowcontrol/v1beta2=/tmp/go-build3547871397/b382/_pkg_.a
2025-08-20T21:20:46.8654634Z [00:02:40.132]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:46.8673840Z [00:02:40.132]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:46.8675312Z [00:02:40.132]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:46.8676904Z [00:02:40.132]➜  packagefile k8s.io/client-go/applyconfigurations/flowcontrol/v1beta2=/tmp/go-build3547871397/b643/_pkg_.a
2025-08-20T21:20:46.8680692Z [00:02:40.132]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:46.8681920Z [00:02:40.132]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:46.8683312Z [00:02:40.132]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:46.8684316Z [00:02:40.132]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:46.8685030Z [00:02:40.132]➜  EOF
2025-08-20T21:20:46.8692375Z [00:02:40.132]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b642/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta2=>k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta2;$WORK/b642=>" -p k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta2 -lang=go1.24 -complete -installsuffix shared -buildid aD2zqD8HVQYgsetJazOH/aD2zqD8HVQYgsetJazOH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b642/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta2/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta2/flowcontrol_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta2/flowschema.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta2/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta2/prioritylevelconfiguration.go
2025-08-20T21:20:46.9535828Z [00:02:40.221]➜  go tool buildid -w $WORK/b645/_pkg_.a # internal
2025-08-20T21:20:46.9591461Z [00:02:40.226]➜  cp $WORK/b645/_pkg_.a /root/.cache/go-build/76/7616df0e42bdbc523f684cc7ef982d6687cc361dc8d8ae7f191493b3b50cd964-d # internal
2025-08-20T21:20:46.9598751Z [00:02:40.227]➜  k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta3
2025-08-20T21:20:46.9603104Z [00:02:40.227]➜  mkdir -p $WORK/b644/
2025-08-20T21:20:46.9610932Z [00:02:40.228]➜  cat >/tmp/go-build3547871397/b644/importcfg << 'EOF' # internal
2025-08-20T21:20:46.9614943Z [00:02:40.229]➜  # import config
2025-08-20T21:20:46.9618674Z [00:02:40.229]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:46.9622433Z [00:02:40.229]➜  packagefile k8s.io/api/flowcontrol/v1beta3=/tmp/go-build3547871397/b383/_pkg_.a
2025-08-20T21:20:46.9628181Z [00:02:40.230]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:46.9629709Z [00:02:40.230]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:46.9636113Z [00:02:40.230]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:46.9637513Z [00:02:40.230]➜  packagefile k8s.io/client-go/applyconfigurations/flowcontrol/v1beta3=/tmp/go-build3547871397/b645/_pkg_.a
2025-08-20T21:20:46.9638824Z [00:02:40.230]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:46.9639948Z [00:02:40.230]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:46.9641017Z [00:02:40.231]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:46.9642067Z [00:02:40.231]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:46.9643610Z [00:02:40.231]➜  EOF
2025-08-20T21:20:46.9650979Z [00:02:40.231]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b644/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta3=>k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta3;$WORK/b644=>" -p k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta3 -lang=go1.24 -complete -installsuffix shared -buildid i7lzQX-EEBT-hlB_ASMQ/i7lzQX-EEBT-hlB_ASMQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b644/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta3/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta3/flowcontrol_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta3/flowschema.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta3/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/flowcontrol/v1beta3/prioritylevelconfiguration.go
2025-08-20T21:20:47.1184439Z [00:02:40.386]➜  go tool buildid -w $WORK/b649/_pkg_.a # internal
2025-08-20T21:20:47.1255139Z [00:02:40.393]➜  cp $WORK/b649/_pkg_.a /root/.cache/go-build/49/49997dc5d9d6c7c19ac61e5eed0d13c4765a5150884c45b430da3a78603b14d9-d # internal
2025-08-20T21:20:47.1257586Z [00:02:40.393]➜  k8s.io/client-go/kubernetes/typed/networking/v1alpha1
2025-08-20T21:20:47.1272566Z [00:02:40.395]➜  mkdir -p $WORK/b648/
2025-08-20T21:20:47.1279081Z [00:02:40.395]➜  cat >/tmp/go-build3547871397/b648/importcfg << 'EOF' # internal
2025-08-20T21:20:47.1281470Z [00:02:40.395]➜  # import config
2025-08-20T21:20:47.1283755Z [00:02:40.395]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:47.1285629Z [00:02:40.395]➜  packagefile k8s.io/api/networking/v1alpha1=/tmp/go-build3547871397/b385/_pkg_.a
2025-08-20T21:20:47.1286842Z [00:02:40.395]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:47.1288029Z [00:02:40.395]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:47.1289182Z [00:02:40.395]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:47.1290764Z [00:02:40.395]➜  packagefile k8s.io/client-go/applyconfigurations/networking/v1alpha1=/tmp/go-build3547871397/b649/_pkg_.a
2025-08-20T21:20:47.1292011Z [00:02:40.395]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:47.1293277Z [00:02:40.395]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:47.1294307Z [00:02:40.395]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:47.1295204Z [00:02:40.395]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:47.1295833Z [00:02:40.395]➜  EOF
2025-08-20T21:20:47.1306786Z [00:02:40.395]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b648/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1alpha1=>k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1alpha1;$WORK/b648=>" -p k8s.io/client-go/kubernetes/typed/networking/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid xGARTEjDq72hf2B497nQ/xGARTEjDq72hf2B497nQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b648/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1alpha1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1alpha1/ipaddress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1alpha1/networking_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1alpha1/servicecidr.go
2025-08-20T21:20:47.1456087Z [00:02:40.409]➜  go tool buildid -w $WORK/b642/_pkg_.a # internal
2025-08-20T21:20:47.1542116Z [00:02:40.420]➜  cp $WORK/b642/_pkg_.a /root/.cache/go-build/25/25ff1f6138029490ca3ebab51685cf99a02ced1c76cbd08b0faddc7b30c6d3c7-d # internal
2025-08-20T21:20:47.1543732Z [00:02:40.421]➜  k8s.io/client-go/applyconfigurations/networking/v1beta1
2025-08-20T21:20:47.1544585Z [00:02:40.421]➜  mkdir -p $WORK/b651/
2025-08-20T21:20:47.1545347Z [00:02:40.421]➜  cat >/tmp/go-build3547871397/b651/importcfg << 'EOF' # internal
2025-08-20T21:20:47.1546057Z [00:02:40.421]➜  # import config
2025-08-20T21:20:47.1546886Z [00:02:40.421]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:47.1547973Z [00:02:40.421]➜  packagefile k8s.io/api/networking/v1beta1=/tmp/go-build3547871397/b386/_pkg_.a
2025-08-20T21:20:47.1549177Z [00:02:40.421]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:47.1550338Z [00:02:40.421]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:47.1551361Z [00:02:40.421]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:47.1552570Z [00:02:40.421]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:47.1554040Z [00:02:40.421]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:47.1555361Z [00:02:40.421]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:47.1556665Z [00:02:40.421]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:47.1557495Z [00:02:40.421]➜  EOF
2025-08-20T21:20:47.1580244Z [00:02:40.423]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b651/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1=>k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1;$WORK/b651=>" -p k8s.io/client-go/applyconfigurations/networking/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid z_khJTeh7BnddsMEwfXO/z_khJTeh7BnddsMEwfXO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b651/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/httpingresspath.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/httpingressrulevalue.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/ingress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/ingressbackend.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/ingressclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/ingressclassparametersreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/ingressclassspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/ingressloadbalanceringress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/ingressloadbalancerstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/ingressportstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/ingressrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/ingressrulevalue.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/ingressspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/ingressstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/ingresstls.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/ipaddress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/ipaddressspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/parentreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/servicecidr.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/servicecidrspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/networking/v1beta1/servicecidrstatus.go
2025-08-20T21:20:47.1783534Z [00:02:40.446]➜  go tool buildid -w $WORK/b647/_pkg_.a # internal
2025-08-20T21:20:47.1891676Z [00:02:40.456]➜  cp $WORK/b647/_pkg_.a /root/.cache/go-build/8c/8c9781781f94250e6dcd85ca394551499733d024338afd1c7639680909050405-d # internal
2025-08-20T21:20:47.1901334Z [00:02:40.457]➜  k8s.io/client-go/kubernetes/typed/networking/v1
2025-08-20T21:20:47.1902030Z [00:02:40.457]➜  mkdir -p $WORK/b646/
2025-08-20T21:20:47.1902965Z [00:02:40.457]➜  cat >/tmp/go-build3547871397/b646/importcfg << 'EOF' # internal
2025-08-20T21:20:47.1903701Z [00:02:40.457]➜  # import config
2025-08-20T21:20:47.1904402Z [00:02:40.457]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:47.1905431Z [00:02:40.457]➜  packagefile k8s.io/api/networking/v1=/tmp/go-build3547871397/b384/_pkg_.a
2025-08-20T21:20:47.1906623Z [00:02:40.457]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:47.1907895Z [00:02:40.457]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:47.1909052Z [00:02:40.457]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:47.1910381Z [00:02:40.457]➜  packagefile k8s.io/client-go/applyconfigurations/networking/v1=/tmp/go-build3547871397/b647/_pkg_.a
2025-08-20T21:20:47.1911627Z [00:02:40.457]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:47.1912875Z [00:02:40.457]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:47.1913896Z [00:02:40.457]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:47.1914743Z [00:02:40.457]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:47.1915321Z [00:02:40.457]➜  EOF
2025-08-20T21:20:47.1923826Z [00:02:40.457]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b646/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1=>k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1;$WORK/b646=>" -p k8s.io/client-go/kubernetes/typed/networking/v1 -lang=go1.24 -complete -installsuffix shared -buildid l1r7zN3qL2T6Liecb_Rl/l1r7zN3qL2T6Liecb_Rl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b646/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1/ingress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1/ingressclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1/ipaddress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1/networking_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1/networkpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1/servicecidr.go
2025-08-20T21:20:47.2520519Z [00:02:40.519]➜  go tool buildid -w $WORK/b644/_pkg_.a # internal
2025-08-20T21:20:47.2597024Z [00:02:40.526]➜  cp $WORK/b644/_pkg_.a /root/.cache/go-build/3b/3baa51b79e81bdc289c3832c1b153b81e4bb90103c78bff1cd25f1be209b4da5-d # internal
2025-08-20T21:20:47.2611650Z [00:02:40.527]➜  k8s.io/client-go/applyconfigurations/node/v1
2025-08-20T21:20:47.2612421Z [00:02:40.527]➜  mkdir -p $WORK/b653/
2025-08-20T21:20:47.2613323Z [00:02:40.527]➜  cat >/tmp/go-build3547871397/b653/importcfg << 'EOF' # internal
2025-08-20T21:20:47.2615433Z [00:02:40.527]➜  # import config
2025-08-20T21:20:47.2616793Z [00:02:40.527]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:47.2618512Z [00:02:40.527]➜  packagefile k8s.io/api/node/v1=/tmp/go-build3547871397/b387/_pkg_.a
2025-08-20T21:20:47.2620093Z [00:02:40.527]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:47.2622323Z [00:02:40.527]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:47.2623739Z [00:02:40.527]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:47.2625042Z [00:02:40.527]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:47.2626375Z [00:02:40.527]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:47.2627720Z [00:02:40.527]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:47.2628578Z [00:02:40.527]➜  EOF
2025-08-20T21:20:47.2633758Z [00:02:40.529]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b653/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/node/v1=>k8s.io/client-go@v0.33.2/applyconfigurations/node/v1;$WORK/b653=>" -p k8s.io/client-go/applyconfigurations/node/v1 -lang=go1.24 -complete -installsuffix shared -buildid vueC-DXYeDo8lt1aW7YU/vueC-DXYeDo8lt1aW7YU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b653/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/node/v1/overhead.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/node/v1/runtimeclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/node/v1/scheduling.go
2025-08-20T21:20:47.3833751Z [00:02:40.650]➜  go tool buildid -w $WORK/b648/_pkg_.a # internal
2025-08-20T21:20:47.3999800Z [00:02:40.667]➜  cp $WORK/b648/_pkg_.a /root/.cache/go-build/52/52809190872b3f9b2240be4206bd1f147b3ce438b651bd02a5959994be2e4d66-d # internal
2025-08-20T21:20:47.4001022Z [00:02:40.667]➜  k8s.io/client-go/applyconfigurations/node/v1alpha1
2025-08-20T21:20:47.4001957Z [00:02:40.668]➜  mkdir -p $WORK/b655/
2025-08-20T21:20:47.4057655Z [00:02:40.673]➜  cat >/tmp/go-build3547871397/b655/importcfg << 'EOF' # internal
2025-08-20T21:20:47.4059454Z [00:02:40.673]➜  # import config
2025-08-20T21:20:47.4060377Z [00:02:40.673]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:47.4061384Z [00:02:40.673]➜  packagefile k8s.io/api/node/v1alpha1=/tmp/go-build3547871397/b388/_pkg_.a
2025-08-20T21:20:47.4062524Z [00:02:40.673]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:47.4063876Z [00:02:40.673]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:47.4065101Z [00:02:40.673]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:47.4067320Z [00:02:40.673]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:47.4068749Z [00:02:40.673]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:47.4070199Z [00:02:40.673]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:47.4071344Z [00:02:40.673]➜  EOF
2025-08-20T21:20:47.4077901Z [00:02:40.673]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b655/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/node/v1alpha1=>k8s.io/client-go@v0.33.2/applyconfigurations/node/v1alpha1;$WORK/b655=>" -p k8s.io/client-go/applyconfigurations/node/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid D9Xx1OjSf_xAuHaWI5UP/D9Xx1OjSf_xAuHaWI5UP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b655/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/node/v1alpha1/overhead.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/node/v1alpha1/runtimeclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/node/v1alpha1/runtimeclassspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/node/v1alpha1/scheduling.go
2025-08-20T21:20:47.4638613Z [00:02:40.731]➜  go tool buildid -w $WORK/b651/_pkg_.a # internal
2025-08-20T21:20:47.4669766Z [00:02:40.734]➜  go tool buildid -w $WORK/b653/_pkg_.a # internal
2025-08-20T21:20:47.4748971Z [00:02:40.742]➜  cp $WORK/b653/_pkg_.a /root/.cache/go-build/db/db12915902986974bb8617df480327aa6ba005a7e25305fdc3d2b27a263e7317-d # internal
2025-08-20T21:20:47.4754468Z [00:02:40.743]➜  k8s.io/client-go/kubernetes/typed/node/v1
2025-08-20T21:20:47.4764252Z [00:02:40.744]➜  mkdir -p $WORK/b652/
2025-08-20T21:20:47.4773744Z [00:02:40.744]➜  cp $WORK/b651/_pkg_.a /root/.cache/go-build/ce/ce08d026ab7a3e8fc1ba9e7d36986f9fb5cd046f86f3b0a1eecd83278517018c-d # internal
2025-08-20T21:20:47.4777302Z [00:02:40.745]➜  cat >/tmp/go-build3547871397/b652/importcfg << 'EOF' # internal
2025-08-20T21:20:47.4779801Z [00:02:40.745]➜  # import config
2025-08-20T21:20:47.4781465Z [00:02:40.745]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:47.4782411Z [00:02:40.745]➜  packagefile k8s.io/api/node/v1=/tmp/go-build3547871397/b387/_pkg_.a
2025-08-20T21:20:47.4783751Z [00:02:40.745]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:47.4784980Z [00:02:40.745]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:47.4786169Z [00:02:40.745]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:47.4787456Z [00:02:40.745]➜  packagefile k8s.io/client-go/applyconfigurations/node/v1=/tmp/go-build3547871397/b653/_pkg_.a
2025-08-20T21:20:47.4788665Z [00:02:40.745]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:47.4789806Z [00:02:40.745]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:47.4790915Z [00:02:40.745]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:47.4791852Z [00:02:40.745]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:47.4792970Z [00:02:40.745]➜  EOF
2025-08-20T21:20:47.4798485Z [00:02:40.745]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b652/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/node/v1=>k8s.io/client-go@v0.33.2/kubernetes/typed/node/v1;$WORK/b652=>" -p k8s.io/client-go/kubernetes/typed/node/v1 -lang=go1.24 -complete -installsuffix shared -buildid 5y-ExpomMSFbSuhlRgw0/5y-ExpomMSFbSuhlRgw0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b652/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/node/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/node/v1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/node/v1/node_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/node/v1/runtimeclass.go
2025-08-20T21:20:47.4849166Z [00:02:40.752]➜  k8s.io/client-go/kubernetes/typed/networking/v1beta1
2025-08-20T21:20:47.4852298Z [00:02:40.752]➜  mkdir -p $WORK/b650/
2025-08-20T21:20:47.4864783Z [00:02:40.754]➜  cat >/tmp/go-build3547871397/b650/importcfg << 'EOF' # internal
2025-08-20T21:20:47.4881585Z [00:02:40.754]➜  # import config
2025-08-20T21:20:47.4882328Z [00:02:40.754]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:47.4883546Z [00:02:40.754]➜  packagefile k8s.io/api/networking/v1beta1=/tmp/go-build3547871397/b386/_pkg_.a
2025-08-20T21:20:47.4884802Z [00:02:40.754]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:47.4886058Z [00:02:40.754]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:47.4887250Z [00:02:40.754]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:47.4888823Z [00:02:40.754]➜  packagefile k8s.io/client-go/applyconfigurations/networking/v1beta1=/tmp/go-build3547871397/b651/_pkg_.a
2025-08-20T21:20:47.4890193Z [00:02:40.754]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:47.4891544Z [00:02:40.754]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:47.4893316Z [00:02:40.754]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:47.4894358Z [00:02:40.754]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:47.4895011Z [00:02:40.754]➜  EOF
2025-08-20T21:20:47.4912278Z [00:02:40.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b650/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1beta1;$WORK/b650=>" -p k8s.io/client-go/kubernetes/typed/networking/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid DzZHiAQVR_wUIgsrUoz7/DzZHiAQVR_wUIgsrUoz7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b650/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1beta1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1beta1/ingress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1beta1/ingressclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1beta1/ipaddress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1beta1/networking_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/networking/v1beta1/servicecidr.go
2025-08-20T21:20:47.5951372Z [00:02:40.862]➜  go tool buildid -w $WORK/b655/_pkg_.a # internal
2025-08-20T21:20:47.6001857Z [00:02:40.867]➜  cp $WORK/b655/_pkg_.a /root/.cache/go-build/8f/8f5efb966c7684ce01a0fd8d2416d13f27efb4ede01621c4a2643ce68c2c94a5-d # internal
2025-08-20T21:20:47.6009990Z [00:02:40.868]➜  k8s.io/client-go/kubernetes/typed/node/v1alpha1
2025-08-20T21:20:47.6017095Z [00:02:40.869]➜  mkdir -p $WORK/b654/
2025-08-20T21:20:47.6027524Z [00:02:40.870]➜  cat >/tmp/go-build3547871397/b654/importcfg << 'EOF' # internal
2025-08-20T21:20:47.6030306Z [00:02:40.870]➜  # import config
2025-08-20T21:20:47.6041386Z [00:02:40.870]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:47.6042422Z [00:02:40.870]➜  packagefile k8s.io/api/node/v1alpha1=/tmp/go-build3547871397/b388/_pkg_.a
2025-08-20T21:20:47.6043768Z [00:02:40.870]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:47.6045260Z [00:02:40.870]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:47.6046761Z [00:02:40.870]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:47.6049541Z [00:02:40.870]➜  packagefile k8s.io/client-go/applyconfigurations/node/v1alpha1=/tmp/go-build3547871397/b655/_pkg_.a
2025-08-20T21:20:47.6051147Z [00:02:40.870]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:47.6052836Z [00:02:40.870]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:47.6054227Z [00:02:40.870]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:47.6061709Z [00:02:40.870]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:47.6062801Z [00:02:40.870]➜  EOF
2025-08-20T21:20:47.6069275Z [00:02:40.871]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b654/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/node/v1alpha1=>k8s.io/client-go@v0.33.2/kubernetes/typed/node/v1alpha1;$WORK/b654=>" -p k8s.io/client-go/kubernetes/typed/node/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid 4Ktg2QEhReBv5aINmLOf/4Ktg2QEhReBv5aINmLOf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b654/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/node/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/node/v1alpha1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/node/v1alpha1/node_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/node/v1alpha1/runtimeclass.go
2025-08-20T21:20:47.6690198Z [00:02:40.936]➜  go tool buildid -w $WORK/b646/_pkg_.a # internal
2025-08-20T21:20:47.6869502Z [00:02:40.954]➜  cp $WORK/b646/_pkg_.a /root/.cache/go-build/a5/a5762dafaddce77e84e9b4ac0c71b5d001a0768ab429efac551a6e5c93572a8f-d # internal
2025-08-20T21:20:47.6879764Z [00:02:40.955]➜  k8s.io/client-go/applyconfigurations/node/v1beta1
2025-08-20T21:20:47.6880492Z [00:02:40.955]➜  mkdir -p $WORK/b657/
2025-08-20T21:20:47.6881235Z [00:02:40.955]➜  cat >/tmp/go-build3547871397/b657/importcfg << 'EOF' # internal
2025-08-20T21:20:47.6881931Z [00:02:40.955]➜  # import config
2025-08-20T21:20:47.6882885Z [00:02:40.955]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:47.6883936Z [00:02:40.955]➜  packagefile k8s.io/api/node/v1beta1=/tmp/go-build3547871397/b389/_pkg_.a
2025-08-20T21:20:47.6885137Z [00:02:40.955]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:47.6886378Z [00:02:40.955]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:47.6887648Z [00:02:40.955]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:47.6889018Z [00:02:40.955]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:47.6890432Z [00:02:40.955]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:47.6891830Z [00:02:40.955]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:47.6892889Z [00:02:40.955]➜  EOF
2025-08-20T21:20:47.6898451Z [00:02:40.955]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b657/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/node/v1beta1=>k8s.io/client-go@v0.33.2/applyconfigurations/node/v1beta1;$WORK/b657=>" -p k8s.io/client-go/applyconfigurations/node/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid WYUr4D9oLfsCzzQGZdLh/WYUr4D9oLfsCzzQGZdLh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b657/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/node/v1beta1/overhead.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/node/v1beta1/runtimeclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/node/v1beta1/scheduling.go
2025-08-20T21:20:47.7777127Z [00:02:41.045]➜  go tool buildid -w $WORK/b652/_pkg_.a # internal
2025-08-20T21:20:47.7856218Z [00:02:41.053]➜  cp $WORK/b652/_pkg_.a /root/.cache/go-build/9e/9ea90cddeda8275c089b76bd3c8437198d07e12fdd300057a8a422767733ff08-d # internal
2025-08-20T21:20:47.7872262Z [00:02:41.054]➜  k8s.io/client-go/applyconfigurations/policy/v1
2025-08-20T21:20:47.7875901Z [00:02:41.055]➜  mkdir -p $WORK/b659/
2025-08-20T21:20:47.7879859Z [00:02:41.055]➜  cat >/tmp/go-build3547871397/b659/importcfg << 'EOF' # internal
2025-08-20T21:20:47.7885467Z [00:02:41.056]➜  # import config
2025-08-20T21:20:47.7886266Z [00:02:41.056]➜  packagefile k8s.io/api/policy/v1=/tmp/go-build3547871397/b390/_pkg_.a
2025-08-20T21:20:47.7898669Z [00:02:41.056]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:47.7899944Z [00:02:41.056]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:47.7901190Z [00:02:41.056]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:47.7902940Z [00:02:41.056]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:47.7904404Z [00:02:41.056]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:47.7906018Z [00:02:41.056]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:47.7906978Z [00:02:41.056]➜  EOF
2025-08-20T21:20:47.7913460Z [00:02:41.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b659/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/policy/v1=>k8s.io/client-go@v0.33.2/applyconfigurations/policy/v1;$WORK/b659=>" -p k8s.io/client-go/applyconfigurations/policy/v1 -lang=go1.24 -complete -installsuffix shared -buildid E3GRXtdz-VCaURRGs3_3/E3GRXtdz-VCaURRGs3_3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b659/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/policy/v1/eviction.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/policy/v1/poddisruptionbudget.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/policy/v1/poddisruptionbudgetspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/policy/v1/poddisruptionbudgetstatus.go
2025-08-20T21:20:47.8759350Z [00:02:41.143]➜  go tool buildid -w $WORK/b654/_pkg_.a # internal
2025-08-20T21:20:47.8844712Z [00:02:41.152]➜  cp $WORK/b654/_pkg_.a /root/.cache/go-build/35/35d9551007ef81fb75b64de4f77d73330736daad3a3d361b3652fd3ee96bc35c-d # internal
2025-08-20T21:20:47.8850946Z [00:02:41.152]➜  k8s.io/client-go/applyconfigurations/policy/v1beta1
2025-08-20T21:20:47.8851648Z [00:02:41.152]➜  mkdir -p $WORK/b661/
2025-08-20T21:20:47.8852343Z [00:02:41.152]➜  cat >/tmp/go-build3547871397/b661/importcfg << 'EOF' # internal
2025-08-20T21:20:47.8853180Z [00:02:41.152]➜  # import config
2025-08-20T21:20:47.8853965Z [00:02:41.152]➜  packagefile k8s.io/api/policy/v1beta1=/tmp/go-build3547871397/b391/_pkg_.a
2025-08-20T21:20:47.8855137Z [00:02:41.152]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:47.8856287Z [00:02:41.152]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:47.8857602Z [00:02:41.152]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:47.8859018Z [00:02:41.152]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:47.8860329Z [00:02:41.152]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:47.8861644Z [00:02:41.152]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:47.8862516Z [00:02:41.152]➜  EOF
2025-08-20T21:20:47.8868867Z [00:02:41.152]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b661/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/policy/v1beta1=>k8s.io/client-go@v0.33.2/applyconfigurations/policy/v1beta1;$WORK/b661=>" -p k8s.io/client-go/applyconfigurations/policy/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid 6fMZVId0eLGNhDybRA9H/6fMZVId0eLGNhDybRA9H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b661/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/policy/v1beta1/eviction.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/policy/v1beta1/poddisruptionbudget.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/policy/v1beta1/poddisruptionbudgetspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/policy/v1beta1/poddisruptionbudgetstatus.go
2025-08-20T21:20:47.8978575Z [00:02:41.165]➜  go tool buildid -w $WORK/b657/_pkg_.a # internal
2025-08-20T21:20:47.9134712Z [00:02:41.181]➜  cp $WORK/b657/_pkg_.a /root/.cache/go-build/0c/0c914267e2b7652b626fc4c927104a7b8f4f2e50a50fe8230cd028b8e3e9109c-d # internal
2025-08-20T21:20:47.9136947Z [00:02:41.181]➜  k8s.io/client-go/kubernetes/typed/node/v1beta1
2025-08-20T21:20:47.9140494Z [00:02:41.181]➜  mkdir -p $WORK/b656/
2025-08-20T21:20:47.9141233Z [00:02:41.181]➜  cat >/tmp/go-build3547871397/b656/importcfg << 'EOF' # internal
2025-08-20T21:20:47.9141820Z [00:02:41.181]➜  # import config
2025-08-20T21:20:47.9142601Z [00:02:41.181]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:47.9145505Z [00:02:41.182]➜  packagefile k8s.io/api/node/v1beta1=/tmp/go-build3547871397/b389/_pkg_.a
2025-08-20T21:20:47.9147271Z [00:02:41.182]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:47.9149059Z [00:02:41.182]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:47.9150390Z [00:02:41.182]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:47.9152245Z [00:02:41.182]➜  packagefile k8s.io/client-go/applyconfigurations/node/v1beta1=/tmp/go-build3547871397/b657/_pkg_.a
2025-08-20T21:20:47.9154813Z [00:02:41.182]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:47.9155971Z [00:02:41.182]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:47.9157086Z [00:02:41.182]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:47.9158000Z [00:02:41.182]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:47.9158628Z [00:02:41.182]➜  EOF
2025-08-20T21:20:47.9165599Z [00:02:41.182]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b656/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/node/v1beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/node/v1beta1;$WORK/b656=>" -p k8s.io/client-go/kubernetes/typed/node/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid GNXIwNXx8x6feGexqAJK/GNXIwNXx8x6feGexqAJK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b656/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/node/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/node/v1beta1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/node/v1beta1/node_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/node/v1beta1/runtimeclass.go
2025-08-20T21:20:47.9979868Z [00:02:41.265]➜  go tool buildid -w $WORK/b659/_pkg_.a # internal
2025-08-20T21:20:48.0037537Z [00:02:41.271]➜  cp $WORK/b659/_pkg_.a /root/.cache/go-build/05/057f7281ac4df64900f6a167f7640e305ff350a23d2b1cd7183d5689dc040da2-d # internal
2025-08-20T21:20:48.0043908Z [00:02:41.271]➜  k8s.io/client-go/kubernetes/typed/policy/v1
2025-08-20T21:20:48.0044571Z [00:02:41.271]➜  mkdir -p $WORK/b658/
2025-08-20T21:20:48.0050368Z [00:02:41.272]➜  cat >/tmp/go-build3547871397/b658/importcfg << 'EOF' # internal
2025-08-20T21:20:48.0054449Z [00:02:41.273]➜  # import config
2025-08-20T21:20:48.0055533Z [00:02:41.273]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:48.0056791Z [00:02:41.273]➜  packagefile k8s.io/api/policy/v1=/tmp/go-build3547871397/b390/_pkg_.a
2025-08-20T21:20:48.0058647Z [00:02:41.273]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:48.0060240Z [00:02:41.273]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:48.0062335Z [00:02:41.273]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:48.0064076Z [00:02:41.273]➜  packagefile k8s.io/client-go/applyconfigurations/policy/v1=/tmp/go-build3547871397/b659/_pkg_.a
2025-08-20T21:20:48.0066328Z [00:02:41.273]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:48.0067508Z [00:02:41.273]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:48.0068651Z [00:02:41.273]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:48.0069769Z [00:02:41.273]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:48.0070453Z [00:02:41.273]➜  EOF
2025-08-20T21:20:48.0101551Z [00:02:41.273]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b658/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/policy/v1=>k8s.io/client-go@v0.33.2/kubernetes/typed/policy/v1;$WORK/b658=>" -p k8s.io/client-go/kubernetes/typed/policy/v1 -lang=go1.24 -complete -installsuffix shared -buildid rOhd7VQcnKuqctDKgkvo/rOhd7VQcnKuqctDKgkvo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b658/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/policy/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/policy/v1/eviction.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/policy/v1/eviction_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/policy/v1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/policy/v1/poddisruptionbudget.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/policy/v1/policy_client.go
2025-08-20T21:20:48.0108117Z [00:02:41.273]➜  go tool buildid -w $WORK/b650/_pkg_.a # internal
2025-08-20T21:20:48.0176360Z [00:02:41.285]➜  cp $WORK/b650/_pkg_.a /root/.cache/go-build/63/638864dafc53530dacf20e00696067e5fbf788dcaef7df8f2a62a9373975a559-d # internal
2025-08-20T21:20:48.0209519Z [00:02:41.288]➜  k8s.io/client-go/applyconfigurations/rbac/v1
2025-08-20T21:20:48.0216107Z [00:02:41.288]➜  mkdir -p $WORK/b663/
2025-08-20T21:20:48.0216910Z [00:02:41.289]➜  cat >/tmp/go-build3547871397/b663/importcfg << 'EOF' # internal
2025-08-20T21:20:48.0217610Z [00:02:41.289]➜  # import config
2025-08-20T21:20:48.0218603Z [00:02:41.289]➜  packagefile k8s.io/api/rbac/v1=/tmp/go-build3547871397/b392/_pkg_.a
2025-08-20T21:20:48.0219944Z [00:02:41.289]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:48.0223654Z [00:02:41.289]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:48.0224992Z [00:02:41.289]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:48.0226615Z [00:02:41.289]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:48.0228229Z [00:02:41.289]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:48.0229128Z [00:02:41.289]➜  EOF
2025-08-20T21:20:48.0238720Z [00:02:41.289]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b663/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1=>k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1;$WORK/b663=>" -p k8s.io/client-go/applyconfigurations/rbac/v1 -lang=go1.24 -complete -installsuffix shared -buildid TgqIv5kzih3URiXE3HP6/TgqIv5kzih3URiXE3HP6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b663/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1/aggregationrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1/clusterrole.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1/clusterrolebinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1/policyrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1/role.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1/rolebinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1/roleref.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1/subject.go
2025-08-20T21:20:48.0923553Z [00:02:41.359]➜  go tool buildid -w $WORK/b661/_pkg_.a # internal
2025-08-20T21:20:48.0964017Z [00:02:41.364]➜  cp $WORK/b661/_pkg_.a /root/.cache/go-build/95/95fcd31b66abbb652fec2d055885c34cdfc52c3d27bf9f9990f9ac97387f23bc-d # internal
2025-08-20T21:20:48.0974401Z [00:02:41.364]➜  k8s.io/client-go/kubernetes/typed/policy/v1beta1
2025-08-20T21:20:48.0980597Z [00:02:41.365]➜  mkdir -p $WORK/b660/
2025-08-20T21:20:48.0990844Z [00:02:41.366]➜  cat >/tmp/go-build3547871397/b660/importcfg << 'EOF' # internal
2025-08-20T21:20:48.0993167Z [00:02:41.366]➜  # import config
2025-08-20T21:20:48.0997691Z [00:02:41.366]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:48.1000509Z [00:02:41.366]➜  packagefile k8s.io/api/policy/v1beta1=/tmp/go-build3547871397/b391/_pkg_.a
2025-08-20T21:20:48.1004151Z [00:02:41.366]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:48.1028518Z [00:02:41.367]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:48.1031688Z [00:02:41.367]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:48.1033176Z [00:02:41.367]➜  packagefile k8s.io/client-go/applyconfigurations/policy/v1beta1=/tmp/go-build3547871397/b661/_pkg_.a
2025-08-20T21:20:48.1034430Z [00:02:41.367]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:48.1035558Z [00:02:41.367]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:48.1036643Z [00:02:41.367]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:48.1037568Z [00:02:41.367]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:48.1038195Z [00:02:41.367]➜  EOF
2025-08-20T21:20:48.1048523Z [00:02:41.368]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b660/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/policy/v1beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/policy/v1beta1;$WORK/b660=>" -p k8s.io/client-go/kubernetes/typed/policy/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid sarCD7mgSUb1FNLP1GFd/sarCD7mgSUb1FNLP1GFd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b660/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/policy/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/policy/v1beta1/eviction.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/policy/v1beta1/eviction_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/policy/v1beta1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/policy/v1beta1/poddisruptionbudget.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/policy/v1beta1/policy_client.go
2025-08-20T21:20:48.1055612Z [00:02:41.370]➜  go tool buildid -w $WORK/b656/_pkg_.a # internal
2025-08-20T21:20:48.1089505Z [00:02:41.376]➜  cp $WORK/b656/_pkg_.a /root/.cache/go-build/82/82a5a2d038c1b757a1a27602c30743a7550714bf56950f7985562e71d60f8486-d # internal
2025-08-20T21:20:48.1100175Z [00:02:41.377]➜  k8s.io/client-go/applyconfigurations/rbac/v1alpha1
2025-08-20T21:20:48.1107378Z [00:02:41.378]➜  mkdir -p $WORK/b665/
2025-08-20T21:20:48.1118741Z [00:02:41.379]➜  cat >/tmp/go-build3547871397/b665/importcfg << 'EOF' # internal
2025-08-20T21:20:48.1120189Z [00:02:41.379]➜  # import config
2025-08-20T21:20:48.1122579Z [00:02:41.379]➜  packagefile k8s.io/api/rbac/v1alpha1=/tmp/go-build3547871397/b393/_pkg_.a
2025-08-20T21:20:48.1124236Z [00:02:41.379]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:48.1133935Z [00:02:41.379]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:48.1135041Z [00:02:41.379]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:48.1136302Z [00:02:41.379]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:48.1137513Z [00:02:41.379]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:48.1138282Z [00:02:41.379]➜  EOF
2025-08-20T21:20:48.1149809Z [00:02:41.379]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b665/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1alpha1=>k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1alpha1;$WORK/b665=>" -p k8s.io/client-go/applyconfigurations/rbac/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid tzUD3k8h1TxoxsYBLxTs/tzUD3k8h1TxoxsYBLxTs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b665/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1alpha1/aggregationrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1alpha1/clusterrole.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1alpha1/clusterrolebinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1alpha1/policyrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1alpha1/role.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1alpha1/rolebinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1alpha1/roleref.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1alpha1/subject.go
2025-08-20T21:20:48.2123512Z [00:02:41.479]➜  go tool buildid -w $WORK/b658/_pkg_.a # internal
2025-08-20T21:20:48.2184903Z [00:02:41.486]➜  cp $WORK/b658/_pkg_.a /root/.cache/go-build/bf/bfb106166ad669b2510fbff49bb5e5b3abfa0d52f1e8bc46a5b39134cf97b67c-d # internal
2025-08-20T21:20:48.2192004Z [00:02:41.486]➜  k8s.io/client-go/applyconfigurations/rbac/v1beta1
2025-08-20T21:20:48.2194149Z [00:02:41.487]➜  mkdir -p $WORK/b667/
2025-08-20T21:20:48.2203683Z [00:02:41.488]➜  cat >/tmp/go-build3547871397/b667/importcfg << 'EOF' # internal
2025-08-20T21:20:48.2204797Z [00:02:41.488]➜  # import config
2025-08-20T21:20:48.2205877Z [00:02:41.488]➜  packagefile k8s.io/api/rbac/v1beta1=/tmp/go-build3547871397/b394/_pkg_.a
2025-08-20T21:20:48.2206999Z [00:02:41.488]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:48.2208135Z [00:02:41.488]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:48.2209336Z [00:02:41.488]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:48.2210760Z [00:02:41.488]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:48.2212184Z [00:02:41.488]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:48.2213188Z [00:02:41.488]➜  EOF
2025-08-20T21:20:48.2221580Z [00:02:41.488]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b667/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1beta1=>k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1beta1;$WORK/b667=>" -p k8s.io/client-go/applyconfigurations/rbac/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid FtKxRI0P2kErI7YsixVV/FtKxRI0P2kErI7YsixVV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b667/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1beta1/aggregationrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1beta1/clusterrole.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1beta1/clusterrolebinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1beta1/policyrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1beta1/role.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1beta1/rolebinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1beta1/roleref.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/rbac/v1beta1/subject.go
2025-08-20T21:20:48.3098426Z [00:02:41.577]➜  go tool buildid -w $WORK/b663/_pkg_.a # internal
2025-08-20T21:20:48.3210801Z [00:02:41.588]➜  cp $WORK/b663/_pkg_.a /root/.cache/go-build/1d/1d53bb06404b9728e72653aabc98322e6b934f98efdfac5f4abb914f682bec6c-d # internal
2025-08-20T21:20:48.3212374Z [00:02:41.588]➜  k8s.io/client-go/kubernetes/typed/rbac/v1
2025-08-20T21:20:48.3217740Z [00:02:41.588]➜  mkdir -p $WORK/b662/
2025-08-20T21:20:48.3218523Z [00:02:41.588]➜  cat >/tmp/go-build3547871397/b662/importcfg << 'EOF' # internal
2025-08-20T21:20:48.3219242Z [00:02:41.588]➜  # import config
2025-08-20T21:20:48.3220109Z [00:02:41.588]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:48.3221088Z [00:02:41.588]➜  packagefile k8s.io/api/rbac/v1=/tmp/go-build3547871397/b392/_pkg_.a
2025-08-20T21:20:48.3222257Z [00:02:41.588]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:48.3223683Z [00:02:41.588]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:48.3224837Z [00:02:41.589]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:48.3226092Z [00:02:41.589]➜  packagefile k8s.io/client-go/applyconfigurations/rbac/v1=/tmp/go-build3547871397/b663/_pkg_.a
2025-08-20T21:20:48.3227317Z [00:02:41.589]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:48.3228483Z [00:02:41.589]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:48.3229632Z [00:02:41.589]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:48.3230571Z [00:02:41.589]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:48.3231203Z [00:02:41.589]➜  EOF
2025-08-20T21:20:48.3245205Z [00:02:41.591]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b662/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1=>k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1;$WORK/b662=>" -p k8s.io/client-go/kubernetes/typed/rbac/v1 -lang=go1.24 -complete -installsuffix shared -buildid gciqh8tls9LzxROs9npn/gciqh8tls9LzxROs9npn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b662/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1/clusterrole.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1/clusterrolebinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1/rbac_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1/role.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1/rolebinding.go
2025-08-20T21:20:48.3681269Z [00:02:41.635]➜  go tool buildid -w $WORK/b660/_pkg_.a # internal
2025-08-20T21:20:48.3717282Z [00:02:41.639]➜  go tool buildid -w $WORK/b665/_pkg_.a # internal
2025-08-20T21:20:48.3738731Z [00:02:41.641]➜  cp $WORK/b660/_pkg_.a /root/.cache/go-build/d3/d3a9d9d232197755390950aa499f509664e8014ef0f66a9ea4df9bcb68fbb1f6-d # internal
2025-08-20T21:20:48.3754223Z [00:02:41.642]➜  k8s.io/client-go/applyconfigurations/resource/v1alpha3
2025-08-20T21:20:48.3774200Z [00:02:41.642]➜  mkdir -p $WORK/b669/
2025-08-20T21:20:48.3775003Z [00:02:41.643]➜  cat >/tmp/go-build3547871397/b669/importcfg << 'EOF' # internal
2025-08-20T21:20:48.3775806Z [00:02:41.643]➜  # import config
2025-08-20T21:20:48.3776667Z [00:02:41.643]➜  packagefile k8s.io/api/resource/v1alpha3=/tmp/go-build3547871397/b395/_pkg_.a
2025-08-20T21:20:48.3777914Z [00:02:41.643]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:48.3779228Z [00:02:41.643]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:48.3780479Z [00:02:41.643]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:48.3781655Z [00:02:41.643]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:48.3783761Z [00:02:41.643]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:48.3785412Z [00:02:41.643]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:48.3786880Z [00:02:41.643]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:48.3788466Z [00:02:41.643]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:48.3789406Z [00:02:41.643]➜  EOF
2025-08-20T21:20:48.3833347Z [00:02:41.643]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b669/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3=>k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3;$WORK/b669=>" -p k8s.io/client-go/applyconfigurations/resource/v1alpha3 -lang=go1.24 -complete -installsuffix shared -buildid 5rDXiiAaaNfIObNI4ta5/5rDXiiAaaNfIObNI4ta5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b669/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/allocateddevicestatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/allocationresult.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/basicdevice.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/celdeviceselector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/counter.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/counterset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/device.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/deviceallocationconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/deviceallocationresult.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/deviceattribute.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/deviceclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/deviceclaimconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/deviceclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/deviceclassconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/deviceclassspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/deviceconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/deviceconstraint.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/devicecounterconsumption.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/devicerequest.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/devicerequestallocationresult.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/deviceselector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/devicesubrequest.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/devicetaint.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/devicetaintrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/devicetaintrulespec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/devicetaintselector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/devicetoleration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/networkdevicedata.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/opaquedeviceconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/resourceclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/resourceclaimconsumerreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/resourceclaimspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/resourceclaimstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/resourceclaimtemplate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/resourceclaimtemplatespec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/resourcepool.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/resourceslice.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1alpha3/resourceslicespec.go
2025-08-20T21:20:48.3905597Z [00:02:41.658]➜  cp $WORK/b665/_pkg_.a /root/.cache/go-build/ff/ff7fc3b08b3b6c2933ae5df63a5392b22cec4e462a5ee437ce83f6958ccce6f1-d # internal
2025-08-20T21:20:48.3933670Z [00:02:41.661]➜  k8s.io/client-go/kubernetes/typed/rbac/v1alpha1
2025-08-20T21:20:48.3936338Z [00:02:41.661]➜  mkdir -p $WORK/b664/
2025-08-20T21:20:48.3956487Z [00:02:41.663]➜  cat >/tmp/go-build3547871397/b664/importcfg << 'EOF' # internal
2025-08-20T21:20:48.3962104Z [00:02:41.663]➜  # import config
2025-08-20T21:20:48.3963062Z [00:02:41.663]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:48.3964124Z [00:02:41.663]➜  packagefile k8s.io/api/rbac/v1alpha1=/tmp/go-build3547871397/b393/_pkg_.a
2025-08-20T21:20:48.3965319Z [00:02:41.663]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:48.3966556Z [00:02:41.663]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:48.3967759Z [00:02:41.663]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:48.3969125Z [00:02:41.663]➜  packagefile k8s.io/client-go/applyconfigurations/rbac/v1alpha1=/tmp/go-build3547871397/b665/_pkg_.a
2025-08-20T21:20:48.3970382Z [00:02:41.663]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:48.3971554Z [00:02:41.663]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:48.3973084Z [00:02:41.663]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:48.3974259Z [00:02:41.663]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:48.3974902Z [00:02:41.663]➜  EOF
2025-08-20T21:20:48.3984379Z [00:02:41.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b664/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1alpha1=>k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1alpha1;$WORK/b664=>" -p k8s.io/client-go/kubernetes/typed/rbac/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid 6gaTEZGhlVkiFi_Zl50Y/6gaTEZGhlVkiFi_Zl50Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b664/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1alpha1/clusterrole.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1alpha1/clusterrolebinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1alpha1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1alpha1/rbac_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1alpha1/role.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1alpha1/rolebinding.go
2025-08-20T21:20:48.4726972Z [00:02:41.740]➜  go tool buildid -w $WORK/b667/_pkg_.a # internal
2025-08-20T21:20:48.4773780Z [00:02:41.744]➜  cp $WORK/b667/_pkg_.a /root/.cache/go-build/8c/8cad5439295b027e5d43a6fd1eadffe58066593ea425348ac893922070bd5a3d-d # internal
2025-08-20T21:20:48.4783548Z [00:02:41.745]➜  k8s.io/client-go/kubernetes/typed/rbac/v1beta1
2025-08-20T21:20:48.4803741Z [00:02:41.745]➜  mkdir -p $WORK/b666/
2025-08-20T21:20:48.4804691Z [00:02:41.745]➜  cat >/tmp/go-build3547871397/b666/importcfg << 'EOF' # internal
2025-08-20T21:20:48.4805377Z [00:02:41.745]➜  # import config
2025-08-20T21:20:48.4806038Z [00:02:41.745]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:48.4807154Z [00:02:41.745]➜  packagefile k8s.io/api/rbac/v1beta1=/tmp/go-build3547871397/b394/_pkg_.a
2025-08-20T21:20:48.4808323Z [00:02:41.745]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:48.4811695Z [00:02:41.745]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:48.4814725Z [00:02:41.745]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:48.4816339Z [00:02:41.745]➜  packagefile k8s.io/client-go/applyconfigurations/rbac/v1beta1=/tmp/go-build3547871397/b667/_pkg_.a
2025-08-20T21:20:48.4817733Z [00:02:41.745]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:48.4819328Z [00:02:41.745]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:48.4821150Z [00:02:41.746]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:48.4822343Z [00:02:41.746]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:48.4827422Z [00:02:41.746]➜  EOF
2025-08-20T21:20:48.4835278Z [00:02:41.746]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b666/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1beta1;$WORK/b666=>" -p k8s.io/client-go/kubernetes/typed/rbac/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid H-CctGDXcL9hkkVAoWyN/H-CctGDXcL9hkkVAoWyN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b666/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1beta1/clusterrole.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1beta1/clusterrolebinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1beta1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1beta1/rbac_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1beta1/role.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/rbac/v1beta1/rolebinding.go
2025-08-20T21:20:48.8213680Z [00:02:42.088]➜  go tool buildid -w $WORK/b669/_pkg_.a # internal
2025-08-20T21:20:48.8385349Z [00:02:42.105]➜  go tool buildid -w $WORK/b662/_pkg_.a # internal
2025-08-20T21:20:48.8416672Z [00:02:42.108]➜  cp $WORK/b669/_pkg_.a /root/.cache/go-build/18/1889b5ba4a0b43eedfe0d623014250a5c5968f5edc71366c795a5dde62e49a33-d # internal
2025-08-20T21:20:48.8421007Z [00:02:42.109]➜  k8s.io/client-go/kubernetes/typed/resource/v1alpha3
2025-08-20T21:20:48.8428675Z [00:02:42.109]➜  mkdir -p $WORK/b668/
2025-08-20T21:20:48.8429647Z [00:02:42.109]➜  cat >/tmp/go-build3547871397/b668/importcfg << 'EOF' # internal
2025-08-20T21:20:48.8430352Z [00:02:42.109]➜  # import config
2025-08-20T21:20:48.8431200Z [00:02:42.109]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:48.8432374Z [00:02:42.109]➜  packagefile k8s.io/api/resource/v1alpha3=/tmp/go-build3547871397/b395/_pkg_.a
2025-08-20T21:20:48.8433791Z [00:02:42.109]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:48.8434996Z [00:02:42.109]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:48.8436171Z [00:02:42.109]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:48.8437526Z [00:02:42.109]➜  packagefile k8s.io/client-go/applyconfigurations/resource/v1alpha3=/tmp/go-build3547871397/b669/_pkg_.a
2025-08-20T21:20:48.8438846Z [00:02:42.109]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:48.8440005Z [00:02:42.109]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:48.8441098Z [00:02:42.109]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:48.8442035Z [00:02:42.109]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:48.8452941Z [00:02:42.109]➜  EOF
2025-08-20T21:20:48.8462132Z [00:02:42.109]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b668/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1alpha3=>k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1alpha3;$WORK/b668=>" -p k8s.io/client-go/kubernetes/typed/resource/v1alpha3 -lang=go1.24 -complete -installsuffix shared -buildid rRZIQ1WJiEgpQE3DCd3G/rRZIQ1WJiEgpQE3DCd3G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b668/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1alpha3/deviceclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1alpha3/devicetaintrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1alpha3/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1alpha3/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1alpha3/resource_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1alpha3/resourceclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1alpha3/resourceclaimtemplate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1alpha3/resourceslice.go
2025-08-20T21:20:48.8574134Z [00:02:42.125]➜  cp $WORK/b662/_pkg_.a /root/.cache/go-build/36/36662ca7433ac85bafc9a7f583588b1cfd60107a9d85858bc26dde2dbfb8b435-d # internal
2025-08-20T21:20:48.8633793Z [00:02:42.130]➜  k8s.io/client-go/applyconfigurations/resource/v1beta1
2025-08-20T21:20:48.8634579Z [00:02:42.131]➜  mkdir -p $WORK/b671/
2025-08-20T21:20:48.8642539Z [00:02:42.131]➜  cat >/tmp/go-build3547871397/b671/importcfg << 'EOF' # internal
2025-08-20T21:20:48.8644020Z [00:02:42.131]➜  # import config
2025-08-20T21:20:48.8647354Z [00:02:42.131]➜  packagefile k8s.io/api/resource/v1beta1=/tmp/go-build3547871397/b396/_pkg_.a
2025-08-20T21:20:48.8650244Z [00:02:42.131]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:48.8651460Z [00:02:42.131]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:48.8652594Z [00:02:42.131]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:48.8653861Z [00:02:42.131]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:48.8655057Z [00:02:42.131]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:48.8656411Z [00:02:42.131]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:48.8657924Z [00:02:42.131]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:48.8659306Z [00:02:42.131]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:48.8660213Z [00:02:42.131]➜  EOF
2025-08-20T21:20:48.8692413Z [00:02:42.132]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b671/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1=>k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1;$WORK/b671=>" -p k8s.io/client-go/applyconfigurations/resource/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid by9kh-J865WpRAjgdb46/by9kh-J865WpRAjgdb46 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b671/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/allocateddevicestatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/allocationresult.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/basicdevice.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/celdeviceselector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/counter.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/counterset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/device.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/deviceallocationconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/deviceallocationresult.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/deviceattribute.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/devicecapacity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/deviceclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/deviceclaimconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/deviceclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/deviceclassconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/deviceclassspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/deviceconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/deviceconstraint.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/devicecounterconsumption.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/devicerequest.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/devicerequestallocationresult.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/deviceselector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/devicesubrequest.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/devicetaint.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/devicetoleration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/networkdevicedata.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/opaquedeviceconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/resourceclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/resourceclaimconsumerreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/resourceclaimspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/resourceclaimstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/resourceclaimtemplate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/resourceclaimtemplatespec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/resourcepool.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/resourceslice.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta1/resourceslicespec.go
2025-08-20T21:20:48.8855585Z [00:02:42.152]➜  go tool buildid -w $WORK/b664/_pkg_.a # internal
2025-08-20T21:20:48.8918370Z [00:02:42.159]➜  cp $WORK/b664/_pkg_.a /root/.cache/go-build/d8/d805b7fc6d905feb5af3dde704a7fa010b427bd2b00d368bd4845cdd3a0cf339-d # internal
2025-08-20T21:20:48.8932349Z [00:02:42.160]➜  k8s.io/client-go/applyconfigurations/resource/v1beta2
2025-08-20T21:20:48.8935176Z [00:02:42.160]➜  mkdir -p $WORK/b673/
2025-08-20T21:20:48.8943035Z [00:02:42.161]➜  cat >/tmp/go-build3547871397/b673/importcfg << 'EOF' # internal
2025-08-20T21:20:48.8956601Z [00:02:42.161]➜  # import config
2025-08-20T21:20:48.8957497Z [00:02:42.161]➜  packagefile k8s.io/api/resource/v1beta2=/tmp/go-build3547871397/b397/_pkg_.a
2025-08-20T21:20:48.8958685Z [00:02:42.161]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:48.8960110Z [00:02:42.161]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:48.8961336Z [00:02:42.161]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:48.8962498Z [00:02:42.161]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:48.8963927Z [00:02:42.161]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:48.8965279Z [00:02:42.161]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:48.8966644Z [00:02:42.161]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:48.8967998Z [00:02:42.161]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:48.8970769Z [00:02:42.161]➜  EOF
2025-08-20T21:20:48.9009076Z [00:02:42.165]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b673/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2=>k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2;$WORK/b673=>" -p k8s.io/client-go/applyconfigurations/resource/v1beta2 -lang=go1.24 -complete -installsuffix shared -buildid mrJfyw6gqnmV4y_7UvxQ/mrJfyw6gqnmV4y_7UvxQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b673/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/allocateddevicestatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/allocationresult.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/celdeviceselector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/counter.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/counterset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/device.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/deviceallocationconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/deviceallocationresult.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/deviceattribute.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/devicecapacity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/deviceclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/deviceclaimconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/deviceclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/deviceclassconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/deviceclassspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/deviceconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/deviceconstraint.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/devicecounterconsumption.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/devicerequest.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/devicerequestallocationresult.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/deviceselector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/devicesubrequest.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/devicetaint.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/devicetoleration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/exactdevicerequest.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/networkdevicedata.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/opaquedeviceconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/resourceclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/resourceclaimconsumerreference.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/resourceclaimspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/resourceclaimstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/resourceclaimtemplate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/resourceclaimtemplatespec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/resourcepool.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/resourceslice.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/resource/v1beta2/resourceslicespec.go
2025-08-20T21:20:48.9143834Z [00:02:42.182]➜  go tool buildid -w $WORK/b666/_pkg_.a # internal
2025-08-20T21:20:48.9240217Z [00:02:42.191]➜  cp $WORK/b666/_pkg_.a /root/.cache/go-build/e0/e03b1f64885f931b55939dc8fbbfa3d1726e59ed14be0eddff8be315a1a56427-d # internal
2025-08-20T21:20:48.9242444Z [00:02:42.191]➜  k8s.io/client-go/applyconfigurations/scheduling/v1
2025-08-20T21:20:48.9244311Z [00:02:42.191]➜  mkdir -p $WORK/b675/
2025-08-20T21:20:48.9245356Z [00:02:42.192]➜  cat >/tmp/go-build3547871397/b675/importcfg << 'EOF' # internal
2025-08-20T21:20:48.9247015Z [00:02:42.192]➜  # import config
2025-08-20T21:20:48.9248059Z [00:02:42.192]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:48.9249227Z [00:02:42.192]➜  packagefile k8s.io/api/scheduling/v1=/tmp/go-build3547871397/b398/_pkg_.a
2025-08-20T21:20:48.9264138Z [00:02:42.192]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:48.9265268Z [00:02:42.192]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:48.9266767Z [00:02:42.192]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:48.9268139Z [00:02:42.192]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:48.9269495Z [00:02:42.192]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:48.9270347Z [00:02:42.192]➜  EOF
2025-08-20T21:20:48.9274952Z [00:02:42.192]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b675/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/scheduling/v1=>k8s.io/client-go@v0.33.2/applyconfigurations/scheduling/v1;$WORK/b675=>" -p k8s.io/client-go/applyconfigurations/scheduling/v1 -lang=go1.24 -complete -installsuffix shared -buildid n3xtl1ZBtEZq3-GNUyBy/n3xtl1ZBtEZq3-GNUyBy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b675/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/scheduling/v1/priorityclass.go
2025-08-20T21:20:49.1531747Z [00:02:42.420]➜  go tool buildid -w $WORK/b675/_pkg_.a # internal
2025-08-20T21:20:49.1614486Z [00:02:42.428]➜  cp $WORK/b675/_pkg_.a /root/.cache/go-build/18/1847f049d1ce4245c928f5b12b0b2d0df3f4a4a722457383376b80de99bc8b76-d # internal
2025-08-20T21:20:49.1616193Z [00:02:42.429]➜  k8s.io/client-go/kubernetes/typed/scheduling/v1
2025-08-20T21:20:49.1619002Z [00:02:42.429]➜  mkdir -p $WORK/b674/
2025-08-20T21:20:49.1620680Z [00:02:42.429]➜  cat >/tmp/go-build3547871397/b674/importcfg << 'EOF' # internal
2025-08-20T21:20:49.1644517Z [00:02:42.429]➜  # import config
2025-08-20T21:20:49.1645252Z [00:02:42.429]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:49.1646274Z [00:02:42.429]➜  packagefile k8s.io/api/scheduling/v1=/tmp/go-build3547871397/b398/_pkg_.a
2025-08-20T21:20:49.1647472Z [00:02:42.429]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:49.1648752Z [00:02:42.429]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:49.1649939Z [00:02:42.429]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:49.1651266Z [00:02:42.429]➜  packagefile k8s.io/client-go/applyconfigurations/scheduling/v1=/tmp/go-build3547871397/b675/_pkg_.a
2025-08-20T21:20:49.1652524Z [00:02:42.429]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:49.1653901Z [00:02:42.429]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:49.1655048Z [00:02:42.429]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:49.1655999Z [00:02:42.429]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:49.1656631Z [00:02:42.429]➜  EOF
2025-08-20T21:20:49.1663908Z [00:02:42.429]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b674/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/scheduling/v1=>k8s.io/client-go@v0.33.2/kubernetes/typed/scheduling/v1;$WORK/b674=>" -p k8s.io/client-go/kubernetes/typed/scheduling/v1 -lang=go1.24 -complete -installsuffix shared -buildid nBcSFaLX1wSpGP4gdSQf/nBcSFaLX1wSpGP4gdSQf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b674/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/scheduling/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/scheduling/v1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/scheduling/v1/priorityclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/scheduling/v1/scheduling_client.go
2025-08-20T21:20:49.2552109Z [00:02:42.522]➜  go tool buildid -w $WORK/b671/_pkg_.a # internal
2025-08-20T21:20:49.2622106Z [00:02:42.529]➜  cp $WORK/b671/_pkg_.a /root/.cache/go-build/d1/d1e423dc67202d2adcf13e7638373626b9e3165445dbdf74c67742f9f37bc2c0-d # internal
2025-08-20T21:20:49.2638487Z [00:02:42.530]➜  k8s.io/client-go/kubernetes/typed/resource/v1beta1
2025-08-20T21:20:49.2639211Z [00:02:42.530]➜  mkdir -p $WORK/b670/
2025-08-20T21:20:49.2639903Z [00:02:42.530]➜  cat >/tmp/go-build3547871397/b670/importcfg << 'EOF' # internal
2025-08-20T21:20:49.2640547Z [00:02:42.530]➜  # import config
2025-08-20T21:20:49.2641203Z [00:02:42.530]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:49.2642158Z [00:02:42.530]➜  packagefile k8s.io/api/resource/v1beta1=/tmp/go-build3547871397/b396/_pkg_.a
2025-08-20T21:20:49.2643549Z [00:02:42.530]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:49.2644797Z [00:02:42.530]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:49.2646154Z [00:02:42.530]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:49.2647580Z [00:02:42.530]➜  packagefile k8s.io/client-go/applyconfigurations/resource/v1beta1=/tmp/go-build3547871397/b671/_pkg_.a
2025-08-20T21:20:49.2649063Z [00:02:42.530]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:49.2650255Z [00:02:42.530]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:49.2651397Z [00:02:42.530]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:49.2652357Z [00:02:42.530]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:49.2653470Z [00:02:42.530]➜  EOF
2025-08-20T21:20:49.2661863Z [00:02:42.530]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b670/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1beta1;$WORK/b670=>" -p k8s.io/client-go/kubernetes/typed/resource/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid q-nCew3AIPRN7IpDmdT_/q-nCew3AIPRN7IpDmdT_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b670/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1beta1/deviceclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1beta1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1beta1/resource_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1beta1/resourceclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1beta1/resourceclaimtemplate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1beta1/resourceslice.go
2025-08-20T21:20:49.2785122Z [00:02:42.546]➜  go tool buildid -w $WORK/b673/_pkg_.a # internal
2025-08-20T21:20:49.3078643Z [00:02:42.575]➜  cp $WORK/b673/_pkg_.a /root/.cache/go-build/2e/2e8e7497ffd2e94000cbd4778f77098e728eee5b5d9cd64748dd3cda9402331f-d # internal
2025-08-20T21:20:49.3081515Z [00:02:42.575]➜  k8s.io/client-go/kubernetes/typed/resource/v1beta2
2025-08-20T21:20:49.3083275Z [00:02:42.575]➜  mkdir -p $WORK/b672/
2025-08-20T21:20:49.3105457Z [00:02:42.578]➜  cat >/tmp/go-build3547871397/b672/importcfg << 'EOF' # internal
2025-08-20T21:20:49.3108038Z [00:02:42.578]➜  # import config
2025-08-20T21:20:49.3109360Z [00:02:42.578]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:49.3110785Z [00:02:42.578]➜  packagefile k8s.io/api/resource/v1beta2=/tmp/go-build3547871397/b397/_pkg_.a
2025-08-20T21:20:49.3112352Z [00:02:42.578]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:49.3114036Z [00:02:42.578]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:49.3124736Z [00:02:42.578]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:49.3126543Z [00:02:42.578]➜  packagefile k8s.io/client-go/applyconfigurations/resource/v1beta2=/tmp/go-build3547871397/b673/_pkg_.a
2025-08-20T21:20:49.3129242Z [00:02:42.578]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:49.3130416Z [00:02:42.578]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:49.3131519Z [00:02:42.578]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:49.3132463Z [00:02:42.578]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:49.3133405Z [00:02:42.578]➜  EOF
2025-08-20T21:20:49.3142066Z [00:02:42.578]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b672/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1beta2=>k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1beta2;$WORK/b672=>" -p k8s.io/client-go/kubernetes/typed/resource/v1beta2 -lang=go1.24 -complete -installsuffix shared -buildid nC-5jc1D4fa7YB6_scr3/nC-5jc1D4fa7YB6_scr3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b672/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1beta2/deviceclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1beta2/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1beta2/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1beta2/resource_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1beta2/resourceclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1beta2/resourceclaimtemplate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/resource/v1beta2/resourceslice.go
2025-08-20T21:20:49.3594921Z [00:02:42.624]➜  go tool buildid -w $WORK/b668/_pkg_.a # internal
2025-08-20T21:20:49.3731221Z [00:02:42.640]➜  cp $WORK/b668/_pkg_.a /root/.cache/go-build/5e/5e8099d8acec458dbcfc83e4bb9425de867d22d3306694034c961ebf5e2e1b59-d # internal
2025-08-20T21:20:49.3741320Z [00:02:42.641]➜  k8s.io/client-go/applyconfigurations/scheduling/v1alpha1
2025-08-20T21:20:49.3742102Z [00:02:42.641]➜  mkdir -p $WORK/b677/
2025-08-20T21:20:49.3743075Z [00:02:42.641]➜  cat >/tmp/go-build3547871397/b677/importcfg << 'EOF' # internal
2025-08-20T21:20:49.3743792Z [00:02:42.641]➜  # import config
2025-08-20T21:20:49.3744536Z [00:02:42.641]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:49.3745621Z [00:02:42.641]➜  packagefile k8s.io/api/scheduling/v1alpha1=/tmp/go-build3547871397/b399/_pkg_.a
2025-08-20T21:20:49.3746850Z [00:02:42.641]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:49.3748034Z [00:02:42.641]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:49.3749288Z [00:02:42.641]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:49.3750665Z [00:02:42.641]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:49.3752208Z [00:02:42.641]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:49.3753320Z [00:02:42.641]➜  EOF
2025-08-20T21:20:49.3757768Z [00:02:42.641]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b677/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/scheduling/v1alpha1=>k8s.io/client-go@v0.33.2/applyconfigurations/scheduling/v1alpha1;$WORK/b677=>" -p k8s.io/client-go/applyconfigurations/scheduling/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid GczTdSmrdgd9lsGcahOr/GczTdSmrdgd9lsGcahOr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b677/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/scheduling/v1alpha1/priorityclass.go
2025-08-20T21:20:49.3935590Z [00:02:42.661]➜  go tool buildid -w $WORK/b674/_pkg_.a # internal
2025-08-20T21:20:49.3981020Z [00:02:42.665]➜  cp $WORK/b674/_pkg_.a /root/.cache/go-build/ca/ca861de81d3be498570d1975474d73962246e61c1b06726c632413329d282a0a-d # internal
2025-08-20T21:20:49.3983891Z [00:02:42.666]➜  k8s.io/client-go/applyconfigurations/scheduling/v1beta1
2025-08-20T21:20:49.3986567Z [00:02:42.666]➜  mkdir -p $WORK/b679/
2025-08-20T21:20:49.3987534Z [00:02:42.666]➜  cat >/tmp/go-build3547871397/b679/importcfg << 'EOF' # internal
2025-08-20T21:20:49.3988186Z [00:02:42.666]➜  # import config
2025-08-20T21:20:49.3988887Z [00:02:42.666]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:49.3989897Z [00:02:42.666]➜  packagefile k8s.io/api/scheduling/v1beta1=/tmp/go-build3547871397/b400/_pkg_.a
2025-08-20T21:20:49.3991098Z [00:02:42.666]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:49.3992497Z [00:02:42.666]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:49.3993971Z [00:02:42.666]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:49.3995476Z [00:02:42.666]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:49.3996871Z [00:02:42.666]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:49.3999500Z [00:02:42.666]➜  EOF
2025-08-20T21:20:49.4004068Z [00:02:42.666]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b679/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/scheduling/v1beta1=>k8s.io/client-go@v0.33.2/applyconfigurations/scheduling/v1beta1;$WORK/b679=>" -p k8s.io/client-go/applyconfigurations/scheduling/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid n5C6xD6wmoEr0F6h8Z2y/n5C6xD6wmoEr0F6h8Z2y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b679/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/scheduling/v1beta1/priorityclass.go
2025-08-20T21:20:49.5576523Z [00:02:42.825]➜  go tool buildid -w $WORK/b677/_pkg_.a # internal
2025-08-20T21:20:49.5619950Z [00:02:42.829]➜  cp $WORK/b677/_pkg_.a /root/.cache/go-build/2a/2af93777d2f79551150b70d9395fadc7752989067370ec7dd5ba536e9750e2ab-d # internal
2025-08-20T21:20:49.5621419Z [00:02:42.829]➜  k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1
2025-08-20T21:20:49.5622278Z [00:02:42.829]➜  mkdir -p $WORK/b676/
2025-08-20T21:20:49.5627333Z [00:02:42.830]➜  cat >/tmp/go-build3547871397/b676/importcfg << 'EOF' # internal
2025-08-20T21:20:49.5627990Z [00:02:42.830]➜  # import config
2025-08-20T21:20:49.5628777Z [00:02:42.830]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:49.5629922Z [00:02:42.830]➜  packagefile k8s.io/api/scheduling/v1alpha1=/tmp/go-build3547871397/b399/_pkg_.a
2025-08-20T21:20:49.5631312Z [00:02:42.830]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:49.5632804Z [00:02:42.830]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:49.5634495Z [00:02:42.830]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:49.5635999Z [00:02:42.830]➜  packagefile k8s.io/client-go/applyconfigurations/scheduling/v1alpha1=/tmp/go-build3547871397/b677/_pkg_.a
2025-08-20T21:20:49.5637442Z [00:02:42.830]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:49.5638683Z [00:02:42.830]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:49.5639872Z [00:02:42.830]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:49.5640912Z [00:02:42.830]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:49.5641674Z [00:02:42.830]➜  EOF
2025-08-20T21:20:49.5658665Z [00:02:42.830]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b676/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/scheduling/v1alpha1=>k8s.io/client-go@v0.33.2/kubernetes/typed/scheduling/v1alpha1;$WORK/b676=>" -p k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid Nm60vY32PTT7kYz57A0A/Nm60vY32PTT7kYz57A0A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b676/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/scheduling/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/scheduling/v1alpha1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/scheduling/v1alpha1/priorityclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/scheduling/v1alpha1/scheduling_client.go
2025-08-20T21:20:49.6090707Z [00:02:42.876]➜  go tool buildid -w $WORK/b679/_pkg_.a # internal
2025-08-20T21:20:49.6129894Z [00:02:42.880]➜  cp $WORK/b679/_pkg_.a /root/.cache/go-build/b4/b4a71a40be83a34ff93bc8c22c334acfd6374352cf6ca53adf7c566ea1f4ec00-d # internal
2025-08-20T21:20:49.6137634Z [00:02:42.881]➜  k8s.io/client-go/kubernetes/typed/scheduling/v1beta1
2025-08-20T21:20:49.6141087Z [00:02:42.881]➜  mkdir -p $WORK/b678/
2025-08-20T21:20:49.6148274Z [00:02:42.882]➜  cat >/tmp/go-build3547871397/b678/importcfg << 'EOF' # internal
2025-08-20T21:20:49.6159673Z [00:02:42.882]➜  # import config
2025-08-20T21:20:49.6160392Z [00:02:42.882]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:49.6161433Z [00:02:42.882]➜  packagefile k8s.io/api/scheduling/v1beta1=/tmp/go-build3547871397/b400/_pkg_.a
2025-08-20T21:20:49.6162878Z [00:02:42.882]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:49.6164087Z [00:02:42.882]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:49.6165248Z [00:02:42.882]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:49.6166619Z [00:02:42.882]➜  packagefile k8s.io/client-go/applyconfigurations/scheduling/v1beta1=/tmp/go-build3547871397/b679/_pkg_.a
2025-08-20T21:20:49.6167978Z [00:02:42.882]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:49.6169119Z [00:02:42.882]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:49.6170199Z [00:02:42.882]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:49.6171132Z [00:02:42.882]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:49.6171776Z [00:02:42.882]➜  EOF
2025-08-20T21:20:49.6178323Z [00:02:42.882]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b678/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/scheduling/v1beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/scheduling/v1beta1;$WORK/b678=>" -p k8s.io/client-go/kubernetes/typed/scheduling/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid tD4FcsTvtakxUnW0paZM/tD4FcsTvtakxUnW0paZM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b678/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/scheduling/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/scheduling/v1beta1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/scheduling/v1beta1/priorityclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/scheduling/v1beta1/scheduling_client.go
2025-08-20T21:20:49.7761744Z [00:02:43.043]➜  go tool buildid -w $WORK/b676/_pkg_.a # internal
2025-08-20T21:20:49.7800558Z [00:02:43.047]➜  cp $WORK/b676/_pkg_.a /root/.cache/go-build/b7/b79ea58d24dce16585bff9376dc9a2eb59398ed58d87f09e25e6a480171b692c-d # internal
2025-08-20T21:20:49.7803769Z [00:02:43.048]➜  k8s.io/client-go/applyconfigurations/storage/v1
2025-08-20T21:20:49.7807918Z [00:02:43.048]➜  mkdir -p $WORK/b681/
2025-08-20T21:20:49.7811147Z [00:02:43.048]➜  cat >/tmp/go-build3547871397/b681/importcfg << 'EOF' # internal
2025-08-20T21:20:49.7812268Z [00:02:43.048]➜  # import config
2025-08-20T21:20:49.7825401Z [00:02:43.048]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:49.7826406Z [00:02:43.048]➜  packagefile k8s.io/api/storage/v1=/tmp/go-build3547871397/b401/_pkg_.a
2025-08-20T21:20:49.7827448Z [00:02:43.048]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:49.7828551Z [00:02:43.048]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:49.7829657Z [00:02:43.048]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:49.7830851Z [00:02:43.048]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:49.7837150Z [00:02:43.048]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:49.7838549Z [00:02:43.048]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:49.7839992Z [00:02:43.048]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:49.7840829Z [00:02:43.048]➜  EOF
2025-08-20T21:20:49.7864434Z [00:02:43.048]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b681/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1=>k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1;$WORK/b681=>" -p k8s.io/client-go/applyconfigurations/storage/v1 -lang=go1.24 -complete -installsuffix shared -buildid HcMHGZk40h6h5ZsuP2ut/HcMHGZk40h6h5ZsuP2ut -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b681/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1/csidriver.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1/csidriverspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1/csinode.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1/csinodedriver.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1/csinodespec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1/csistoragecapacity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1/storageclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1/tokenrequest.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1/volumeattachment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1/volumeattachmentsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1/volumeattachmentspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1/volumeattachmentstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1/volumeerror.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1/volumenoderesources.go
2025-08-20T21:20:49.7874916Z [00:02:43.051]➜  go tool buildid -w $WORK/b670/_pkg_.a # internal
2025-08-20T21:20:49.7875729Z [00:02:43.053]➜  go tool buildid -w $WORK/b672/_pkg_.a # internal
2025-08-20T21:20:49.7937434Z [00:02:43.061]➜  cp $WORK/b670/_pkg_.a /root/.cache/go-build/4f/4f4171f9b8626200e684c605ac7c077eb8219b3a6b592fa967bdb958d4d68065-d # internal
2025-08-20T21:20:49.7948022Z [00:02:43.061]➜  cp $WORK/b672/_pkg_.a /root/.cache/go-build/d3/d328b715ca49e8def8a759aadc843a70f96f7f505856ceba49847c2346387dfb-d # internal
2025-08-20T21:20:49.7949377Z [00:02:43.061]➜  k8s.io/client-go/applyconfigurations/storage/v1alpha1
2025-08-20T21:20:49.7950083Z [00:02:43.062]➜  mkdir -p $WORK/b683/
2025-08-20T21:20:49.7976401Z [00:02:43.065]➜  cat >/tmp/go-build3547871397/b683/importcfg << 'EOF' # internal
2025-08-20T21:20:49.7980139Z [00:02:43.065]➜  # import config
2025-08-20T21:20:49.7981511Z [00:02:43.065]➜  packagefile k8s.io/api/storage/v1alpha1=/tmp/go-build3547871397/b402/_pkg_.a
2025-08-20T21:20:49.7983193Z [00:02:43.065]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:49.7986711Z [00:02:43.065]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:49.7989559Z [00:02:43.065]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:49.7991347Z [00:02:43.065]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:49.7993194Z [00:02:43.065]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:49.7994889Z [00:02:43.065]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:49.7996503Z [00:02:43.065]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:49.7999700Z [00:02:43.065]➜  EOF
2025-08-20T21:20:49.8000615Z [00:02:43.065]➜  k8s.io/client-go/applyconfigurations/storage/v1beta1
2025-08-20T21:20:49.8003318Z [00:02:43.065]➜  mkdir -p $WORK/b685/
2025-08-20T21:20:49.8012416Z [00:02:43.065]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b683/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1alpha1=>k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1alpha1;$WORK/b683=>" -p k8s.io/client-go/applyconfigurations/storage/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid nnqZWQ7pCrZqFF6QAWco/nnqZWQ7pCrZqFF6QAWco -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b683/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1alpha1/csistoragecapacity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1alpha1/volumeattachment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1alpha1/volumeattachmentsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1alpha1/volumeattachmentspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1alpha1/volumeattachmentstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1alpha1/volumeattributesclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1alpha1/volumeerror.go
2025-08-20T21:20:49.8020814Z [00:02:43.065]➜  cat >/tmp/go-build3547871397/b685/importcfg << 'EOF' # internal
2025-08-20T21:20:49.8021519Z [00:02:43.065]➜  # import config
2025-08-20T21:20:49.8022256Z [00:02:43.065]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:49.8049431Z [00:02:43.065]➜  packagefile k8s.io/api/storage/v1beta1=/tmp/go-build3547871397/b403/_pkg_.a
2025-08-20T21:20:49.8050632Z [00:02:43.065]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:49.8051896Z [00:02:43.065]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:49.8053245Z [00:02:43.065]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:49.8054484Z [00:02:43.065]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:49.8056022Z [00:02:43.065]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:20:49.8057360Z [00:02:43.065]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:49.8058703Z [00:02:43.065]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:49.8059530Z [00:02:43.065]➜  EOF
2025-08-20T21:20:49.8074245Z [00:02:43.065]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b685/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1beta1=>k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1beta1;$WORK/b685=>" -p k8s.io/client-go/applyconfigurations/storage/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid O3VAqPmdO_Fi-8hQK-yI/O3VAqPmdO_Fi-8hQK-yI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b685/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1beta1/csidriver.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1beta1/csidriverspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1beta1/csinode.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1beta1/csinodedriver.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1beta1/csinodespec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1beta1/csistoragecapacity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1beta1/storageclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1beta1/tokenrequest.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1beta1/volumeattachment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1beta1/volumeattachmentsource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1beta1/volumeattachmentspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1beta1/volumeattachmentstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1beta1/volumeattributesclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1beta1/volumeerror.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storage/v1beta1/volumenoderesources.go
2025-08-20T21:20:49.8332809Z [00:02:43.100]➜  go tool buildid -w $WORK/b678/_pkg_.a # internal
2025-08-20T21:20:49.8380842Z [00:02:43.105]➜  cp $WORK/b678/_pkg_.a /root/.cache/go-build/68/68704a4f5867997dc0be70e96db4e377b57f29fd301af05dd7c7d9d390b8a18d-d # internal
2025-08-20T21:20:49.8388496Z [00:02:43.106]➜  k8s.io/client-go/applyconfigurations/storagemigration/v1alpha1
2025-08-20T21:20:49.8391450Z [00:02:43.106]➜  mkdir -p $WORK/b687/
2025-08-20T21:20:49.8399299Z [00:02:43.107]➜  cat >/tmp/go-build3547871397/b687/importcfg << 'EOF' # internal
2025-08-20T21:20:49.8422913Z [00:02:43.107]➜  # import config
2025-08-20T21:20:49.8423733Z [00:02:43.107]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:49.8424873Z [00:02:43.107]➜  packagefile k8s.io/api/storagemigration/v1alpha1=/tmp/go-build3547871397/b404/_pkg_.a
2025-08-20T21:20:49.8426094Z [00:02:43.107]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:49.8427246Z [00:02:43.107]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:49.8428463Z [00:02:43.107]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:20:49.8429817Z [00:02:43.107]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:20:49.8430937Z [00:02:43.107]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:20:49.8432107Z [00:02:43.107]➜  EOF
2025-08-20T21:20:49.8440554Z [00:02:43.107]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b687/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storagemigration/v1alpha1=>k8s.io/client-go@v0.33.2/applyconfigurations/storagemigration/v1alpha1;$WORK/b687=>" -p k8s.io/client-go/applyconfigurations/storagemigration/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid pXapY5tijwRAx2p_V1Zq/pXapY5tijwRAx2p_V1Zq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b687/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storagemigration/v1alpha1/groupversionresource.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storagemigration/v1alpha1/migrationcondition.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storagemigration/v1alpha1/storageversionmigration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storagemigration/v1alpha1/storageversionmigrationspec.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/applyconfigurations/storagemigration/v1alpha1/storageversionmigrationstatus.go
2025-08-20T21:20:50.0434431Z [00:02:43.311]➜  go tool buildid -w $WORK/b683/_pkg_.a # internal
2025-08-20T21:20:50.0599170Z [00:02:43.327]➜  cp $WORK/b683/_pkg_.a /root/.cache/go-build/a7/a7e5bd808d2f4f20091986167208372369143e03b5c1d98e0f488d81105559c1-d # internal
2025-08-20T21:20:50.0614575Z [00:02:43.329]➜  k8s.io/client-go/kubernetes/typed/storage/v1alpha1
2025-08-20T21:20:50.0623329Z [00:02:43.329]➜  mkdir -p $WORK/b682/
2025-08-20T21:20:50.0625462Z [00:02:43.329]➜  cat >/tmp/go-build3547871397/b682/importcfg << 'EOF' # internal
2025-08-20T21:20:50.0626112Z [00:02:43.329]➜  # import config
2025-08-20T21:20:50.0626956Z [00:02:43.329]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:50.0627935Z [00:02:43.329]➜  packagefile k8s.io/api/storage/v1alpha1=/tmp/go-build3547871397/b402/_pkg_.a
2025-08-20T21:20:50.0629066Z [00:02:43.329]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:50.0630313Z [00:02:43.329]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:50.0631395Z [00:02:43.329]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:50.0632863Z [00:02:43.329]➜  packagefile k8s.io/client-go/applyconfigurations/storage/v1alpha1=/tmp/go-build3547871397/b683/_pkg_.a
2025-08-20T21:20:50.0634064Z [00:02:43.329]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:50.0651919Z [00:02:43.329]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:50.0653313Z [00:02:43.329]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:50.0654256Z [00:02:43.329]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:50.0654861Z [00:02:43.329]➜  EOF
2025-08-20T21:20:50.0662473Z [00:02:43.332]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b682/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1alpha1=>k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1alpha1;$WORK/b682=>" -p k8s.io/client-go/kubernetes/typed/storage/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid bMtsGw807M9dye9K0gnG/bMtsGw807M9dye9K0gnG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b682/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1alpha1/csistoragecapacity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1alpha1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1alpha1/storage_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1alpha1/volumeattachment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1alpha1/volumeattributesclass.go
2025-08-20T21:20:50.0765079Z [00:02:43.344]➜  go tool buildid -w $WORK/b681/_pkg_.a # internal
2025-08-20T21:20:50.0875665Z [00:02:43.355]➜  cp $WORK/b681/_pkg_.a /root/.cache/go-build/bc/bc58ef2678748e2460da3514a67fda6f439118315e3f62e29df6ac304d06a17f-d # internal
2025-08-20T21:20:50.0878679Z [00:02:43.355]➜  k8s.io/client-go/kubernetes/typed/storage/v1
2025-08-20T21:20:50.0884817Z [00:02:43.355]➜  mkdir -p $WORK/b680/
2025-08-20T21:20:50.0885582Z [00:02:43.355]➜  cat >/tmp/go-build3547871397/b680/importcfg << 'EOF' # internal
2025-08-20T21:20:50.0886259Z [00:02:43.355]➜  # import config
2025-08-20T21:20:50.0886923Z [00:02:43.355]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:50.0887875Z [00:02:43.355]➜  packagefile k8s.io/api/storage/v1=/tmp/go-build3547871397/b401/_pkg_.a
2025-08-20T21:20:50.0889007Z [00:02:43.355]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:50.0890210Z [00:02:43.355]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:50.0891357Z [00:02:43.355]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:50.0898944Z [00:02:43.355]➜  packagefile k8s.io/client-go/applyconfigurations/storage/v1=/tmp/go-build3547871397/b681/_pkg_.a
2025-08-20T21:20:50.0900270Z [00:02:43.355]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:50.0901361Z [00:02:43.355]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:50.0902431Z [00:02:43.355]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:50.0903891Z [00:02:43.357]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:50.0904702Z [00:02:43.357]➜  EOF
2025-08-20T21:20:50.0913255Z [00:02:43.357]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b680/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1=>k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1;$WORK/b680=>" -p k8s.io/client-go/kubernetes/typed/storage/v1 -lang=go1.24 -complete -installsuffix shared -buildid YaTBBN3YpR-1ePwEdasE/YaTBBN3YpR-1ePwEdasE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b680/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1/csidriver.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1/csinode.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1/csistoragecapacity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1/storage_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1/storageclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1/volumeattachment.go
2025-08-20T21:20:50.0920697Z [00:02:43.357]➜  go tool buildid -w $WORK/b687/_pkg_.a # internal
2025-08-20T21:20:50.0925941Z [00:02:43.360]➜  cp $WORK/b687/_pkg_.a /root/.cache/go-build/94/942ce30f7a3ab1158d80c619ad3295e279f46b7a0a751e445442499c140dd145-d # internal
2025-08-20T21:20:50.0934135Z [00:02:43.360]➜  k8s.io/client-go/kubernetes/typed/storagemigration/v1alpha1
2025-08-20T21:20:50.0935258Z [00:02:43.360]➜  mkdir -p $WORK/b686/
2025-08-20T21:20:50.0936037Z [00:02:43.360]➜  cat >/tmp/go-build3547871397/b686/importcfg << 'EOF' # internal
2025-08-20T21:20:50.0936714Z [00:02:43.361]➜  # import config
2025-08-20T21:20:50.0937387Z [00:02:43.361]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:50.0938495Z [00:02:43.361]➜  packagefile k8s.io/api/storagemigration/v1alpha1=/tmp/go-build3547871397/b404/_pkg_.a
2025-08-20T21:20:50.0939745Z [00:02:43.361]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:50.0941112Z [00:02:43.361]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:50.0942403Z [00:02:43.361]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:50.0944079Z [00:02:43.361]➜  packagefile k8s.io/client-go/applyconfigurations/storagemigration/v1alpha1=/tmp/go-build3547871397/b687/_pkg_.a
2025-08-20T21:20:50.0945457Z [00:02:43.361]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:50.0946584Z [00:02:43.361]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:50.0947668Z [00:02:43.361]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:50.0948549Z [00:02:43.361]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:50.0949154Z [00:02:43.361]➜  EOF
2025-08-20T21:20:50.0956207Z [00:02:43.361]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b686/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storagemigration/v1alpha1=>k8s.io/client-go@v0.33.2/kubernetes/typed/storagemigration/v1alpha1;$WORK/b686=>" -p k8s.io/client-go/kubernetes/typed/storagemigration/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid LAtBpO16nEbzINhnlSu4/LAtBpO16nEbzINhnlSu4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b686/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storagemigration/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storagemigration/v1alpha1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storagemigration/v1alpha1/storagemigration_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storagemigration/v1alpha1/storageversionmigration.go
2025-08-20T21:20:50.1395552Z [00:02:43.407]➜  go tool buildid -w $WORK/b685/_pkg_.a # internal
2025-08-20T21:20:50.1456449Z [00:02:43.413]➜  cp $WORK/b685/_pkg_.a /root/.cache/go-build/d4/d46645f23f010990078a5457c704a20c8f3d1906430ddf5d6454024766d6f8cf-d # internal
2025-08-20T21:20:50.1470881Z [00:02:43.414]➜  k8s.io/client-go/kubernetes/typed/storage/v1beta1
2025-08-20T21:20:50.1471575Z [00:02:43.414]➜  mkdir -p $WORK/b684/
2025-08-20T21:20:50.1477249Z [00:02:43.414]➜  cat >/tmp/go-build3547871397/b684/importcfg << 'EOF' # internal
2025-08-20T21:20:50.1478127Z [00:02:43.414]➜  # import config
2025-08-20T21:20:50.1478936Z [00:02:43.414]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:50.1480053Z [00:02:43.414]➜  packagefile k8s.io/api/storage/v1beta1=/tmp/go-build3547871397/b403/_pkg_.a
2025-08-20T21:20:50.1481371Z [00:02:43.414]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:50.1482808Z [00:02:43.414]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:20:50.1484076Z [00:02:43.414]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:50.1485574Z [00:02:43.414]➜  packagefile k8s.io/client-go/applyconfigurations/storage/v1beta1=/tmp/go-build3547871397/b685/_pkg_.a
2025-08-20T21:20:50.1486940Z [00:02:43.414]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:50.1488234Z [00:02:43.414]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:20:50.1489471Z [00:02:43.414]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:50.1490507Z [00:02:43.414]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:50.1491300Z [00:02:43.414]➜  EOF
2025-08-20T21:20:50.1501008Z [00:02:43.414]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b684/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1beta1=>k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1beta1;$WORK/b684=>" -p k8s.io/client-go/kubernetes/typed/storage/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid jcpFFSIY5tpXc0ePUgLl/jcpFFSIY5tpXc0ePUgLl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b684/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1beta1/csidriver.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1beta1/csinode.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1beta1/csistoragecapacity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1beta1/generated_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1beta1/storage_client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1beta1/storageclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1beta1/volumeattachment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/typed/storage/v1beta1/volumeattributesclass.go
2025-08-20T21:20:50.3363887Z [00:02:43.603]➜  go tool buildid -w $WORK/b686/_pkg_.a # internal
2025-08-20T21:20:50.3535087Z [00:02:43.621]➜  cp $WORK/b686/_pkg_.a /root/.cache/go-build/37/37ad1ce9992f4cf3ee0f17444a2e5bbd58b5c366c2c7c0f76aac1018bae75deb-d # internal
2025-08-20T21:20:50.3538219Z [00:02:43.621]➜  k8s.io/metrics/pkg/apis/metrics
2025-08-20T21:20:50.3538976Z [00:02:43.621]➜  mkdir -p $WORK/b688/
2025-08-20T21:20:50.3550333Z [00:02:43.622]➜  cat >/tmp/go-build3547871397/b688/importcfg << 'EOF' # internal
2025-08-20T21:20:50.3551087Z [00:02:43.622]➜  # import config
2025-08-20T21:20:50.3551832Z [00:02:43.622]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:50.3553149Z [00:02:43.622]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:50.3554578Z [00:02:43.622]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:50.3555825Z [00:02:43.622]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:50.3556717Z [00:02:43.622]➜  EOF
2025-08-20T21:20:50.3592815Z [00:02:43.626]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b688/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics=>k8s.io/metrics@v0.33.2/pkg/apis/metrics;$WORK/b688=>" -p k8s.io/metrics/pkg/apis/metrics -lang=go1.24 -complete -installsuffix shared -buildid uOUTE3YGHtYu_fzc5aF3/uOUTE3YGHtYu_fzc5aF3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b688/importcfg -pack /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics/doc.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics/register.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics/types.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics/zz_generated.deepcopy.go
2025-08-20T21:20:50.4396806Z [00:02:43.707]➜  go tool buildid -w $WORK/b682/_pkg_.a # internal
2025-08-20T21:20:50.4468249Z [00:02:43.714]➜  cp $WORK/b682/_pkg_.a /root/.cache/go-build/c4/c4e138286110d79e07240824ebe7df114923a484d58ec1b5622cc84d94bab817-d # internal
2025-08-20T21:20:50.4479510Z [00:02:43.714]➜  github.com/derailed/k9s/internal/color
2025-08-20T21:20:50.4480173Z [00:02:43.714]➜  mkdir -p $WORK/b695/
2025-08-20T21:20:50.4480954Z [00:02:43.714]➜  cat >/tmp/go-build3547871397/b695/importcfg << 'EOF' # internal
2025-08-20T21:20:50.4481725Z [00:02:43.714]➜  # import config
2025-08-20T21:20:50.4482376Z [00:02:43.714]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:50.4483583Z [00:02:43.714]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:50.4484226Z [00:02:43.714]➜  EOF
2025-08-20T21:20:50.4487552Z [00:02:43.714]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b695/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/color=>github.com/derailed/k9s/internal/color;$WORK/b695=>" -p github.com/derailed/k9s/internal/color -lang=go1.24 -complete -installsuffix shared -buildid I7DVeG86ud5U5qwhd6vb/I7DVeG86ud5U5qwhd6vb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b695/importcfg -pack ./internal/color/colorize.go
2025-08-20T21:20:50.4632987Z [00:02:43.730]➜  go tool buildid -w $WORK/b695/_pkg_.a # internal
2025-08-20T21:20:50.4639364Z [00:02:43.731]➜  cp $WORK/b695/_pkg_.a /root/.cache/go-build/e2/e22c2fc3fc6fa960d7188b2a359fbb7d72589c5486a98f04fe0b59e7feb4320b-d # internal
2025-08-20T21:20:50.4642503Z [00:02:43.731]➜  github.com/adrg/xdg/internal/pathutil
2025-08-20T21:20:50.4643286Z [00:02:43.732]➜  mkdir -p $WORK/b698/
2025-08-20T21:20:50.4649738Z [00:02:43.732]➜  cat >/tmp/go-build3547871397/b698/importcfg << 'EOF' # internal
2025-08-20T21:20:50.4663893Z [00:02:43.732]➜  # import config
2025-08-20T21:20:50.4664611Z [00:02:43.732]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:50.4665477Z [00:02:43.732]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:50.4666362Z [00:02:43.732]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:50.4667183Z [00:02:43.732]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:50.4668091Z [00:02:43.732]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:50.4669003Z [00:02:43.732]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:50.4669640Z [00:02:43.732]➜  EOF
2025-08-20T21:20:50.4674140Z [00:02:43.732]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b698/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/internal/pathutil=>github.com/adrg/xdg@v0.5.3/internal/pathutil;$WORK/b698=>" -p github.com/adrg/xdg/internal/pathutil -lang=go1.19 -complete -installsuffix shared -buildid XGJ-NHbIHlxaNwGl3ji9/XGJ-NHbIHlxaNwGl3ji9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b698/importcfg -pack /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/internal/pathutil/pathutil.go /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/internal/pathutil/pathutil_unix.go
2025-08-20T21:20:50.4911824Z [00:02:43.758]➜  go tool buildid -w $WORK/b698/_pkg_.a # internal
2025-08-20T21:20:50.4920603Z [00:02:43.759]➜  cp $WORK/b698/_pkg_.a /root/.cache/go-build/7d/7d49d58c5bd9c7659134b828cf0f13a3365fad6ed35446635cd70ec225057307-d # internal
2025-08-20T21:20:50.4921996Z [00:02:43.759]➜  github.com/adrg/xdg/internal/userdirs
2025-08-20T21:20:50.4922822Z [00:02:43.760]➜  mkdir -p $WORK/b699/
2025-08-20T21:20:50.4929439Z [00:02:43.760]➜  cat >/tmp/go-build3547871397/b699/importcfg << 'EOF' # internal
2025-08-20T21:20:50.4936602Z [00:02:43.760]➜  # import config
2025-08-20T21:20:50.4937295Z [00:02:43.760]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:50.4938375Z [00:02:43.760]➜  packagefile github.com/adrg/xdg/internal/pathutil=/tmp/go-build3547871397/b698/_pkg_.a
2025-08-20T21:20:50.4939421Z [00:02:43.760]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:50.4940222Z [00:02:43.760]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:50.4941023Z [00:02:43.760]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:50.4941859Z [00:02:43.760]➜  EOF
2025-08-20T21:20:50.4946408Z [00:02:43.760]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b699/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/internal/userdirs=>github.com/adrg/xdg@v0.5.3/internal/userdirs;$WORK/b699=>" -p github.com/adrg/xdg/internal/userdirs -lang=go1.19 -complete -installsuffix shared -buildid cuTIVkvIZJFAhUd1WXbW/cuTIVkvIZJFAhUd1WXbW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b699/importcfg -pack /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/internal/userdirs/config_unix.go /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/internal/userdirs/userdirs.go
2025-08-20T21:20:50.5177897Z [00:02:43.785]➜  go tool buildid -w $WORK/b699/_pkg_.a # internal
2025-08-20T21:20:50.5186913Z [00:02:43.786]➜  cp $WORK/b699/_pkg_.a /root/.cache/go-build/96/96f92e2e07760f87a3e187a5a7196d2780cfad1b4de2b9527dde28168b5b4323-d # internal
2025-08-20T21:20:50.5188976Z [00:02:43.786]➜  github.com/adrg/xdg
2025-08-20T21:20:50.5190291Z [00:02:43.786]➜  mkdir -p $WORK/b697/
2025-08-20T21:20:50.5195498Z [00:02:43.787]➜  cat >/tmp/go-build3547871397/b697/importcfg << 'EOF' # internal
2025-08-20T21:20:50.5197557Z [00:02:43.787]➜  # import config
2025-08-20T21:20:50.5198423Z [00:02:43.787]➜  packagefile github.com/adrg/xdg/internal/pathutil=/tmp/go-build3547871397/b698/_pkg_.a
2025-08-20T21:20:50.5199521Z [00:02:43.787]➜  packagefile github.com/adrg/xdg/internal/userdirs=/tmp/go-build3547871397/b699/_pkg_.a
2025-08-20T21:20:50.5200460Z [00:02:43.787]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:50.5201287Z [00:02:43.787]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:50.5202134Z [00:02:43.787]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:50.5202949Z [00:02:43.787]➜  EOF
2025-08-20T21:20:50.5207125Z [00:02:43.787]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b697/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/adrg/xdg@v0.5.3=>github.com/adrg/xdg@v0.5.3;$WORK/b697=>" -p github.com/adrg/xdg -lang=go1.19 -complete -installsuffix shared -buildid 781MkPFzNiolrQToHRvI/781MkPFzNiolrQToHRvI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b697/importcfg -pack /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/base_dirs.go /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/doc.go /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/paths_unix.go /root/go/pkg/mod/github.com/adrg/xdg@v0.5.3/xdg.go
2025-08-20T21:20:50.5949473Z [00:02:43.862]➜  go tool buildid -w $WORK/b680/_pkg_.a # internal
2025-08-20T21:20:50.6037588Z [00:02:43.871]➜  go tool buildid -w $WORK/b697/_pkg_.a # internal
2025-08-20T21:20:50.6049217Z [00:02:43.872]➜  cp $WORK/b697/_pkg_.a /root/.cache/go-build/87/8715072dd563751a2c055004a4219bec3300085162c658f68e6a749cea845778-d # internal
2025-08-20T21:20:50.6050383Z [00:02:43.872]➜  github.com/xeipuuv/gojsonpointer
2025-08-20T21:20:50.6051386Z [00:02:43.872]➜  mkdir -p $WORK/b704/
2025-08-20T21:20:50.6056094Z [00:02:43.873]➜  cat >/tmp/go-build3547871397/b704/importcfg << 'EOF' # internal
2025-08-20T21:20:50.6058582Z [00:02:43.873]➜  # import config
2025-08-20T21:20:50.6061249Z [00:02:43.873]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:50.6062426Z [00:02:43.873]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:50.6065001Z [00:02:43.873]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:50.6065880Z [00:02:43.873]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:50.6066719Z [00:02:43.873]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:50.6067365Z [00:02:43.873]➜  EOF
2025-08-20T21:20:50.6071654Z [00:02:43.873]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b704/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb=>github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb;$WORK/b704=>" -p github.com/xeipuuv/gojsonpointer -lang=go1.16 -complete -installsuffix shared -buildid P0tMY3UINIen18x6YUhn/P0tMY3UINIen18x6YUhn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b704/importcfg -pack /root/go/pkg/mod/github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb/pointer.go
2025-08-20T21:20:50.6169774Z [00:02:43.884]➜  go tool buildid -w $WORK/b688/_pkg_.a # internal
2025-08-20T21:20:50.6203071Z [00:02:43.887]➜  cp $WORK/b688/_pkg_.a /root/.cache/go-build/81/81d81527d3519ded11fd21f353a1d26830b0e6ac14cfc792a22368bb536d1fba-d # internal
2025-08-20T21:20:50.6205453Z [00:02:43.888]➜  k8s.io/metrics/pkg/apis/metrics/v1beta1
2025-08-20T21:20:50.6207828Z [00:02:43.888]➜  mkdir -p $WORK/b689/
2025-08-20T21:20:50.6210361Z [00:02:43.888]➜  cp $WORK/b680/_pkg_.a /root/.cache/go-build/d9/d9aa0bbd11fe488d96643611a26ef644209db05e98071d1782e87bc798e8b7b2-d # internal
2025-08-20T21:20:50.6215362Z [00:02:43.889]➜  cat >/tmp/go-build3547871397/b689/importcfg << 'EOF' # internal
2025-08-20T21:20:50.6219173Z [00:02:43.889]➜  # import config
2025-08-20T21:20:50.6221061Z [00:02:43.889]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:50.6223963Z [00:02:43.889]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:50.6228134Z [00:02:43.889]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:50.6229185Z [00:02:43.889]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:50.6230017Z [00:02:43.889]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:50.6236531Z [00:02:43.889]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:50.6237795Z [00:02:43.889]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:50.6239069Z [00:02:43.889]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:20:50.6240303Z [00:02:43.889]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:50.6241594Z [00:02:43.889]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:50.6243057Z [00:02:43.889]➜  packagefile k8s.io/metrics/pkg/apis/metrics=/tmp/go-build3547871397/b688/_pkg_.a
2025-08-20T21:20:50.6244117Z [00:02:43.889]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:50.6244998Z [00:02:43.889]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:50.6245872Z [00:02:43.889]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:50.6246710Z [00:02:43.889]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:50.6247351Z [00:02:43.889]➜  EOF
2025-08-20T21:20:50.6260924Z [00:02:43.889]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b689/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics/v1beta1=>k8s.io/metrics@v0.33.2/pkg/apis/metrics/v1beta1;$WORK/b689=>" -p k8s.io/metrics/pkg/apis/metrics/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid DuqyeZC1ZpuJj7wP0Vvr/DuqyeZC1ZpuJj7wP0Vvr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b689/importcfg -pack /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics/v1beta1/doc.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics/v1beta1/register.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics/v1beta1/types.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics/v1beta1/zz_generated.conversion.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics/v1beta1/zz_generated.deepcopy.go
2025-08-20T21:20:50.6268989Z [00:02:43.890]➜  k8s.io/metrics/pkg/apis/metrics/v1alpha1
2025-08-20T21:20:50.6269604Z [00:02:43.890]➜  mkdir -p $WORK/b692/
2025-08-20T21:20:50.6270386Z [00:02:43.891]➜  cat >/tmp/go-build3547871397/b692/importcfg << 'EOF' # internal
2025-08-20T21:20:50.6271092Z [00:02:43.891]➜  # import config
2025-08-20T21:20:50.6271762Z [00:02:43.891]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:50.6273080Z [00:02:43.891]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:20:50.6274326Z [00:02:43.891]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:20:50.6275300Z [00:02:43.891]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:50.6276182Z [00:02:43.891]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:50.6277291Z [00:02:43.891]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:50.6278489Z [00:02:43.891]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:50.6279754Z [00:02:43.891]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:20:50.6280948Z [00:02:43.891]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:50.6282355Z [00:02:43.891]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:50.6283693Z [00:02:43.891]➜  packagefile k8s.io/metrics/pkg/apis/metrics=/tmp/go-build3547871397/b688/_pkg_.a
2025-08-20T21:20:50.6284603Z [00:02:43.891]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:50.6285421Z [00:02:43.891]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:50.6286266Z [00:02:43.891]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:50.6287104Z [00:02:43.891]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:50.6287746Z [00:02:43.891]➜  EOF
2025-08-20T21:20:50.6300082Z [00:02:43.893]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b692/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics/v1alpha1=>k8s.io/metrics@v0.33.2/pkg/apis/metrics/v1alpha1;$WORK/b692=>" -p k8s.io/metrics/pkg/apis/metrics/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid 1C4bGacnJs0_5iuDKSW0/1C4bGacnJs0_5iuDKSW0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b692/importcfg -pack /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics/v1alpha1/generated.pb.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics/v1alpha1/register.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics/v1alpha1/types.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics/v1alpha1/zz_generated.conversion.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/apis/metrics/v1alpha1/zz_generated.deepcopy.go
2025-08-20T21:20:50.6715946Z [00:02:43.939]➜  go tool buildid -w $WORK/b704/_pkg_.a # internal
2025-08-20T21:20:50.6725963Z [00:02:43.940]➜  cp $WORK/b704/_pkg_.a /root/.cache/go-build/e5/e58168727842b8191404e5a73c8bf23b65321a9f154bb4cad3d7333de4835b87-d # internal
2025-08-20T21:20:50.6728741Z [00:02:43.940]➜  github.com/xeipuuv/gojsonreference
2025-08-20T21:20:50.6731022Z [00:02:43.940]➜  mkdir -p $WORK/b703/
2025-08-20T21:20:50.6733721Z [00:02:43.941]➜  cat >/tmp/go-build3547871397/b703/importcfg << 'EOF' # internal
2025-08-20T21:20:50.6736058Z [00:02:43.941]➜  # import config
2025-08-20T21:20:50.6738478Z [00:02:43.941]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:50.6741784Z [00:02:43.941]➜  packagefile github.com/xeipuuv/gojsonpointer=/tmp/go-build3547871397/b704/_pkg_.a
2025-08-20T21:20:50.6743622Z [00:02:43.941]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:50.6744541Z [00:02:43.941]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:50.6745445Z [00:02:43.941]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:50.6746291Z [00:02:43.941]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:50.6746900Z [00:02:43.941]➜  EOF
2025-08-20T21:20:50.6751268Z [00:02:43.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b703/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415=>github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415;$WORK/b703=>" -p github.com/xeipuuv/gojsonreference -lang=go1.16 -complete -installsuffix shared -buildid Bs2WbMyuWNVssO1WFbaZ/Bs2WbMyuWNVssO1WFbaZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b703/importcfg -pack /root/go/pkg/mod/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415/reference.go
2025-08-20T21:20:50.6992474Z [00:02:43.966]➜  go tool buildid -w $WORK/b703/_pkg_.a # internal
2025-08-20T21:20:50.7002798Z [00:02:43.968]➜  cp $WORK/b703/_pkg_.a /root/.cache/go-build/13/13da4735e7661b3576d1d91fc4765c4a06bd5a2f870001a9c78cc4247eb9c77a-d # internal
2025-08-20T21:20:50.7005043Z [00:02:43.968]➜  net/mail
2025-08-20T21:20:50.7006338Z [00:02:43.968]➜  mkdir -p $WORK/b705/
2025-08-20T21:20:50.7013555Z [00:02:43.969]➜  cat >/tmp/go-build3547871397/b705/importcfg << 'EOF' # internal
2025-08-20T21:20:50.7014609Z [00:02:43.969]➜  # import config
2025-08-20T21:20:50.7015335Z [00:02:43.969]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:50.7016204Z [00:02:43.969]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:50.7017086Z [00:02:43.969]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:50.7017905Z [00:02:43.969]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:50.7018705Z [00:02:43.969]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:50.7019524Z [00:02:43.969]➜  packagefile mime=/tmp/go-build3547871397/b236/_pkg_.a
2025-08-20T21:20:50.7020340Z [00:02:43.969]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:50.7021225Z [00:02:43.969]➜  packagefile net/textproto=/tmp/go-build3547871397/b233/_pkg_.a
2025-08-20T21:20:50.7022129Z [00:02:43.969]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:50.7023182Z [00:02:43.969]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:50.7024014Z [00:02:43.969]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:50.7024870Z [00:02:43.969]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:50.7025536Z [00:02:43.969]➜  EOF
2025-08-20T21:20:50.7029123Z [00:02:43.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b705/_pkg_.a -trimpath "/root/.go/src/net/mail=>net/mail;$WORK/b705=>" -p net/mail -lang=go1.25 -std -complete -installsuffix shared -buildid FcpqybWWDHJj22oaZk0d/FcpqybWWDHJj22oaZk0d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b705/importcfg -pack /root/.go/src/net/mail/message.go
2025-08-20T21:20:50.7548717Z [00:02:44.022]➜  go tool buildid -w $WORK/b684/_pkg_.a # internal
2025-08-20T21:20:50.7907610Z [00:02:44.058]➜  cp $WORK/b684/_pkg_.a /root/.cache/go-build/b5/b578e9a98b2d3c55ef4b0cdf66b20a007343f31d9cc5f1971c9a93a6bdd64ee8-d # internal
2025-08-20T21:20:50.7923972Z [00:02:44.058]➜  k8s.io/client-go/kubernetes
2025-08-20T21:20:50.7924742Z [00:02:44.058]➜  mkdir -p $WORK/b573/
2025-08-20T21:20:50.7925801Z [00:02:44.059]➜  cat >/tmp/go-build3547871397/b573/importcfg << 'EOF' # internal
2025-08-20T21:20:50.7926682Z [00:02:44.059]➜  # import config
2025-08-20T21:20:50.7927467Z [00:02:44.059]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:50.7928566Z [00:02:44.059]➜  packagefile k8s.io/client-go/discovery=/tmp/go-build3547871397/b348/_pkg_.a
2025-08-20T21:20:50.7930067Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/admissionregistration/v1=/tmp/go-build3547871397/b574/_pkg_.a
2025-08-20T21:20:50.7931887Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1=/tmp/go-build3547871397/b584/_pkg_.a
2025-08-20T21:20:50.7933954Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1=/tmp/go-build3547871397/b586/_pkg_.a
2025-08-20T21:20:50.7935737Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1=/tmp/go-build3547871397/b588/_pkg_.a
2025-08-20T21:20:50.7937362Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/apps/v1=/tmp/go-build3547871397/b590/_pkg_.a
2025-08-20T21:20:50.7938862Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/apps/v1beta1=/tmp/go-build3547871397/b594/_pkg_.a
2025-08-20T21:20:50.7940435Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/apps/v1beta2=/tmp/go-build3547871397/b596/_pkg_.a
2025-08-20T21:20:50.7942015Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/authentication/v1=/tmp/go-build3547871397/b598/_pkg_.a
2025-08-20T21:20:50.7949981Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/authentication/v1alpha1=/tmp/go-build3547871397/b599/_pkg_.a
2025-08-20T21:20:50.7951538Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/authentication/v1beta1=/tmp/go-build3547871397/b600/_pkg_.a
2025-08-20T21:20:50.7953200Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/authorization/v1=/tmp/go-build3547871397/b601/_pkg_.a
2025-08-20T21:20:50.7955028Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/authorization/v1beta1=/tmp/go-build3547871397/b602/_pkg_.a
2025-08-20T21:20:50.7956507Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/autoscaling/v1=/tmp/go-build3547871397/b603/_pkg_.a
2025-08-20T21:20:50.7957898Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/autoscaling/v2=/tmp/go-build3547871397/b604/_pkg_.a
2025-08-20T21:20:50.7959307Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1=/tmp/go-build3547871397/b606/_pkg_.a
2025-08-20T21:20:50.7960763Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2=/tmp/go-build3547871397/b608/_pkg_.a
2025-08-20T21:20:50.7962237Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/batch/v1=/tmp/go-build3547871397/b610/_pkg_.a
2025-08-20T21:20:50.7963790Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/batch/v1beta1=/tmp/go-build3547871397/b612/_pkg_.a
2025-08-20T21:20:50.7965237Z [00:02:44.059]➜  packagefile k8s.io/client-go/kubernetes/typed/certificates/v1=/tmp/go-build3547871397/b614/_pkg_.a
2025-08-20T21:20:50.7966697Z [00:02:44.060]➜  packagefile k8s.io/client-go/kubernetes/typed/certificates/v1alpha1=/tmp/go-build3547871397/b616/_pkg_.a
2025-08-20T21:20:50.7968232Z [00:02:44.060]➜  packagefile k8s.io/client-go/kubernetes/typed/certificates/v1beta1=/tmp/go-build3547871397/b618/_pkg_.a
2025-08-20T21:20:50.7969667Z [00:02:44.060]➜  packagefile k8s.io/client-go/kubernetes/typed/coordination/v1=/tmp/go-build3547871397/b620/_pkg_.a
2025-08-20T21:20:50.7971097Z [00:02:44.060]➜  packagefile k8s.io/client-go/kubernetes/typed/coordination/v1alpha2=/tmp/go-build3547871397/b622/_pkg_.a
2025-08-20T21:20:50.7972595Z [00:02:44.060]➜  packagefile k8s.io/client-go/kubernetes/typed/coordination/v1beta1=/tmp/go-build3547871397/b624/_pkg_.a
2025-08-20T21:20:50.7994496Z [00:02:44.060]➜  packagefile k8s.io/client-go/kubernetes/typed/core/v1=/tmp/go-build3547871397/b626/_pkg_.a
2025-08-20T21:20:50.7996055Z [00:02:44.060]➜  packagefile k8s.io/client-go/kubernetes/typed/discovery/v1=/tmp/go-build3547871397/b628/_pkg_.a
2025-08-20T21:20:50.7997475Z [00:02:44.060]➜  packagefile k8s.io/client-go/kubernetes/typed/discovery/v1beta1=/tmp/go-build3547871397/b630/_pkg_.a
2025-08-20T21:20:50.7998847Z [00:02:44.060]➜  packagefile k8s.io/client-go/kubernetes/typed/events/v1=/tmp/go-build3547871397/b632/_pkg_.a
2025-08-20T21:20:50.8000170Z [00:02:44.060]➜  packagefile k8s.io/client-go/kubernetes/typed/events/v1beta1=/tmp/go-build3547871397/b634/_pkg_.a
2025-08-20T21:20:50.8001590Z [00:02:44.060]➜  packagefile k8s.io/client-go/kubernetes/typed/extensions/v1beta1=/tmp/go-build3547871397/b636/_pkg_.a
2025-08-20T21:20:50.8003293Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/flowcontrol/v1=/tmp/go-build3547871397/b638/_pkg_.a
2025-08-20T21:20:50.8004768Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1=/tmp/go-build3547871397/b640/_pkg_.a
2025-08-20T21:20:50.8006425Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta2=/tmp/go-build3547871397/b642/_pkg_.a
2025-08-20T21:20:50.8007920Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta3=/tmp/go-build3547871397/b644/_pkg_.a
2025-08-20T21:20:50.8009348Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/networking/v1=/tmp/go-build3547871397/b646/_pkg_.a
2025-08-20T21:20:50.8010762Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/networking/v1alpha1=/tmp/go-build3547871397/b648/_pkg_.a
2025-08-20T21:20:50.8012205Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/networking/v1beta1=/tmp/go-build3547871397/b650/_pkg_.a
2025-08-20T21:20:50.8013751Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/node/v1=/tmp/go-build3547871397/b652/_pkg_.a
2025-08-20T21:20:50.8015072Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/node/v1alpha1=/tmp/go-build3547871397/b654/_pkg_.a
2025-08-20T21:20:50.8016599Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/node/v1beta1=/tmp/go-build3547871397/b656/_pkg_.a
2025-08-20T21:20:50.8017916Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/policy/v1=/tmp/go-build3547871397/b658/_pkg_.a
2025-08-20T21:20:50.8019279Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/policy/v1beta1=/tmp/go-build3547871397/b660/_pkg_.a
2025-08-20T21:20:50.8020593Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/rbac/v1=/tmp/go-build3547871397/b662/_pkg_.a
2025-08-20T21:20:50.8021891Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/rbac/v1alpha1=/tmp/go-build3547871397/b664/_pkg_.a
2025-08-20T21:20:50.8023657Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/rbac/v1beta1=/tmp/go-build3547871397/b666/_pkg_.a
2025-08-20T21:20:50.8025052Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/resource/v1alpha3=/tmp/go-build3547871397/b668/_pkg_.a
2025-08-20T21:20:50.8026626Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/resource/v1beta1=/tmp/go-build3547871397/b670/_pkg_.a
2025-08-20T21:20:50.8028069Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/resource/v1beta2=/tmp/go-build3547871397/b672/_pkg_.a
2025-08-20T21:20:50.8029498Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/scheduling/v1=/tmp/go-build3547871397/b674/_pkg_.a
2025-08-20T21:20:50.8030955Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1=/tmp/go-build3547871397/b676/_pkg_.a
2025-08-20T21:20:50.8032440Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/scheduling/v1beta1=/tmp/go-build3547871397/b678/_pkg_.a
2025-08-20T21:20:50.8034082Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/storage/v1=/tmp/go-build3547871397/b680/_pkg_.a
2025-08-20T21:20:50.8035537Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/storage/v1alpha1=/tmp/go-build3547871397/b682/_pkg_.a
2025-08-20T21:20:50.8037074Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/storage/v1beta1=/tmp/go-build3547871397/b684/_pkg_.a
2025-08-20T21:20:50.8038647Z [00:02:44.062]➜  packagefile k8s.io/client-go/kubernetes/typed/storagemigration/v1alpha1=/tmp/go-build3547871397/b686/_pkg_.a
2025-08-20T21:20:50.8039954Z [00:02:44.062]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:50.8041061Z [00:02:44.062]➜  packagefile k8s.io/client-go/util/flowcontrol=/tmp/go-build3547871397/b455/_pkg_.a
2025-08-20T21:20:50.8042092Z [00:02:44.062]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:50.8042930Z [00:02:44.062]➜  EOF
2025-08-20T21:20:50.8047159Z [00:02:44.062]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b573/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes=>k8s.io/client-go@v0.33.2/kubernetes;$WORK/b573=>" -p k8s.io/client-go/kubernetes -lang=go1.24 -complete -installsuffix shared -buildid l7-RAmKn-ainq4KClxS-/l7-RAmKn-ainq4KClxS- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b573/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/clientset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/kubernetes/import.go
2025-08-20T21:20:50.8243767Z [00:02:44.092]➜  go tool buildid -w $WORK/b705/_pkg_.a # internal
2025-08-20T21:20:50.8278227Z [00:02:44.095]➜  cp $WORK/b705/_pkg_.a /root/.cache/go-build/7f/7fe5791aa46a06573882e871026ac453645ff3fed8e2979dfe685209d705b4f1-d # internal
2025-08-20T21:20:50.8279733Z [00:02:44.095]➜  github.com/xeipuuv/gojsonschema
2025-08-20T21:20:50.8280516Z [00:02:44.095]➜  mkdir -p $WORK/b702/
2025-08-20T21:20:50.8281581Z [00:02:44.095]➜  cat >/tmp/go-build3547871397/b702/importcfg << 'EOF' # internal
2025-08-20T21:20:50.8282469Z [00:02:44.095]➜  # import config
2025-08-20T21:20:50.8284552Z [00:02:44.095]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:50.8285645Z [00:02:44.095]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:50.8286567Z [00:02:44.095]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:50.8287370Z [00:02:44.095]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:50.8288390Z [00:02:44.095]➜  packagefile github.com/xeipuuv/gojsonreference=/tmp/go-build3547871397/b703/_pkg_.a
2025-08-20T21:20:50.8289356Z [00:02:44.095]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:50.8290152Z [00:02:44.095]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:20:50.8290973Z [00:02:44.095]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:50.8291764Z [00:02:44.095]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:50.8292933Z [00:02:44.095]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:50.8293765Z [00:02:44.095]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:50.8294701Z [00:02:44.095]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:50.8295554Z [00:02:44.095]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:20:50.8296372Z [00:02:44.095]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:50.8297151Z [00:02:44.095]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:50.8297988Z [00:02:44.095]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:50.8298835Z [00:02:44.095]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:50.8299650Z [00:02:44.095]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:50.8300462Z [00:02:44.095]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:50.8301301Z [00:02:44.095]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:50.8302111Z [00:02:44.095]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:50.8306350Z [00:02:44.095]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:50.8307253Z [00:02:44.095]➜  packagefile text/template=/tmp/go-build3547871397/b281/_pkg_.a
2025-08-20T21:20:50.8308131Z [00:02:44.096]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:50.8308982Z [00:02:44.096]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:50.8309676Z [00:02:44.096]➜  EOF
2025-08-20T21:20:50.8321419Z [00:02:44.096]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b702/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0=>github.com/xeipuuv/gojsonschema@v1.2.0;$WORK/b702=>" -p github.com/xeipuuv/gojsonschema -lang=go1.16 -complete -installsuffix shared -buildid P0boi7EYnKRa5-Yrm3dT/P0boi7EYnKRa5-Yrm3dT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b702/importcfg -pack /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/draft.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/errors.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/format_checkers.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/internalLog.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/jsonContext.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/jsonLoader.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/locales.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/result.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/schema.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/schemaLoader.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/schemaPool.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/schemaReferencePool.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/schemaType.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/subSchema.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/types.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/utils.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/validation.go
2025-08-20T21:20:50.9256926Z [00:02:44.193]➜  go tool buildid -w $WORK/b692/_pkg_.a # internal
2025-08-20T21:20:50.9302486Z [00:02:44.197]➜  cp $WORK/b692/_pkg_.a /root/.cache/go-build/50/5055a640feed198119f965e8891ce0f4dc13902d83d974bd290bd33c21c1fcc8-d # internal
2025-08-20T21:20:50.9321343Z [00:02:44.198]➜  github.com/derailed/tcell/v2/terminfo
2025-08-20T21:20:50.9321999Z [00:02:44.198]➜  mkdir -p $WORK/b708/
2025-08-20T21:20:50.9322959Z [00:02:44.198]➜  cat >/tmp/go-build3547871397/b708/importcfg << 'EOF' # internal
2025-08-20T21:20:50.9323667Z [00:02:44.198]➜  # import config
2025-08-20T21:20:50.9324342Z [00:02:44.198]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:50.9325371Z [00:02:44.198]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:50.9326210Z [00:02:44.198]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:50.9327152Z [00:02:44.198]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:50.9328101Z [00:02:44.198]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:50.9328925Z [00:02:44.198]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:50.9329758Z [00:02:44.198]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:50.9330562Z [00:02:44.198]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:50.9331366Z [00:02:44.198]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:50.9331964Z [00:02:44.198]➜  EOF
2025-08-20T21:20:50.9335956Z [00:02:44.198]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b708/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo;$WORK/b708=>" -p github.com/derailed/tcell/v2/terminfo -lang=go1.19 -complete -installsuffix shared -buildid NxXUTtzocjotnS7x9sQI/NxXUTtzocjotnS7x9sQI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b708/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/terminfo.go
2025-08-20T21:20:50.9381204Z [00:02:44.205]➜  go tool buildid -w $WORK/b689/_pkg_.a # internal
2025-08-20T21:20:50.9424951Z [00:02:44.209]➜  cp $WORK/b689/_pkg_.a /root/.cache/go-build/6b/6ba1c522d17acb018084fdcded2075e2c5dbd2b649b2787bf1a5ee5c19287690-d # internal
2025-08-20T21:20:50.9427999Z [00:02:44.210]➜  k8s.io/metrics/pkg/client/clientset/versioned/scheme
2025-08-20T21:20:50.9429096Z [00:02:44.210]➜  mkdir -p $WORK/b693/
2025-08-20T21:20:50.9431716Z [00:02:44.210]➜  cat >/tmp/go-build3547871397/b693/importcfg << 'EOF' # internal
2025-08-20T21:20:50.9432450Z [00:02:44.210]➜  # import config
2025-08-20T21:20:50.9433614Z [00:02:44.210]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:50.9434831Z [00:02:44.210]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:50.9436090Z [00:02:44.210]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:50.9437618Z [00:02:44.210]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3547871397/b346/_pkg_.a
2025-08-20T21:20:50.9438952Z [00:02:44.210]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:20:50.9440376Z [00:02:44.210]➜  packagefile k8s.io/metrics/pkg/apis/metrics/v1alpha1=/tmp/go-build3547871397/b692/_pkg_.a
2025-08-20T21:20:50.9441585Z [00:02:44.210]➜  packagefile k8s.io/metrics/pkg/apis/metrics/v1beta1=/tmp/go-build3547871397/b689/_pkg_.a
2025-08-20T21:20:50.9442410Z [00:02:44.210]➜  EOF
2025-08-20T21:20:50.9447541Z [00:02:44.210]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b693/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/scheme=>k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/scheme;$WORK/b693=>" -p k8s.io/metrics/pkg/client/clientset/versioned/scheme -lang=go1.24 -complete -installsuffix shared -buildid XMRIPtU2FtAaFOQLVYQ9/XMRIPtU2FtAaFOQLVYQ9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b693/importcfg -pack /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/scheme/doc.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/scheme/register.go
2025-08-20T21:20:51.0283744Z [00:02:44.295]➜  go tool buildid -w $WORK/b693/_pkg_.a # internal
2025-08-20T21:20:51.0320938Z [00:02:44.297]➜  cp $WORK/b693/_pkg_.a /root/.cache/go-build/13/13cd40eb02da8c8076bc9c4d135190a11287b65367803642afc44758dae6727c-d # internal
2025-08-20T21:20:51.0322431Z [00:02:44.298]➜  k8s.io/metrics/pkg/client/clientset/versioned/typed/metrics/v1alpha1
2025-08-20T21:20:51.0323645Z [00:02:44.298]➜  mkdir -p $WORK/b691/
2025-08-20T21:20:51.0324515Z [00:02:44.298]➜  cat >/tmp/go-build3547871397/b691/importcfg << 'EOF' # internal
2025-08-20T21:20:51.0325194Z [00:02:44.298]➜  # import config
2025-08-20T21:20:51.0325882Z [00:02:44.298]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:51.0327116Z [00:02:44.298]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:51.0328318Z [00:02:44.298]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:51.0329393Z [00:02:44.298]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:51.0330402Z [00:02:44.298]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:51.0331559Z [00:02:44.298]➜  packagefile k8s.io/metrics/pkg/apis/metrics/v1alpha1=/tmp/go-build3547871397/b692/_pkg_.a
2025-08-20T21:20:51.0333150Z [00:02:44.298]➜  packagefile k8s.io/metrics/pkg/client/clientset/versioned/scheme=/tmp/go-build3547871397/b693/_pkg_.a
2025-08-20T21:20:51.0334317Z [00:02:44.298]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:51.0334941Z [00:02:44.298]➜  EOF
2025-08-20T21:20:51.0343256Z [00:02:44.298]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b691/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/typed/metrics/v1alpha1=>k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/typed/metrics/v1alpha1;$WORK/b691=>" -p k8s.io/metrics/pkg/client/clientset/versioned/typed/metrics/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid 3guTfbN8kOqE3TLE32ha/3guTfbN8kOqE3TLE32ha -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b691/importcfg -pack /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/typed/metrics/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/typed/metrics/v1alpha1/generated_expansion.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/typed/metrics/v1alpha1/metrics_client.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/typed/metrics/v1alpha1/nodemetrics.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/typed/metrics/v1alpha1/podmetrics.go
2025-08-20T21:20:51.0488003Z [00:02:44.316]➜  go tool buildid -w $WORK/b708/_pkg_.a # internal
2025-08-20T21:20:51.0499015Z [00:02:44.317]➜  cp $WORK/b708/_pkg_.a /root/.cache/go-build/46/463ebccf92ea75e913051ada34c225695529cd64b825cd0540a303994a00b6e5-d # internal
2025-08-20T21:20:51.0501469Z [00:02:44.317]➜  k8s.io/metrics/pkg/client/clientset/versioned/typed/metrics/v1beta1
2025-08-20T21:20:51.0503778Z [00:02:44.318]➜  mkdir -p $WORK/b694/
2025-08-20T21:20:51.0508771Z [00:02:44.318]➜  cat >/tmp/go-build3547871397/b694/importcfg << 'EOF' # internal
2025-08-20T21:20:51.0509520Z [00:02:44.318]➜  # import config
2025-08-20T21:20:51.0510226Z [00:02:44.318]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:51.0511349Z [00:02:44.318]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:51.0512555Z [00:02:44.318]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:20:51.0514108Z [00:02:44.318]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:20:51.0515176Z [00:02:44.318]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:51.0516363Z [00:02:44.318]➜  packagefile k8s.io/metrics/pkg/apis/metrics/v1beta1=/tmp/go-build3547871397/b689/_pkg_.a
2025-08-20T21:20:51.0517724Z [00:02:44.318]➜  packagefile k8s.io/metrics/pkg/client/clientset/versioned/scheme=/tmp/go-build3547871397/b693/_pkg_.a
2025-08-20T21:20:51.0518996Z [00:02:44.318]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:51.0519675Z [00:02:44.318]➜  EOF
2025-08-20T21:20:51.0529756Z [00:02:44.319]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b694/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/typed/metrics/v1beta1=>k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/typed/metrics/v1beta1;$WORK/b694=>" -p k8s.io/metrics/pkg/client/clientset/versioned/typed/metrics/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid dGyH5hpUt77yc-kqCJeR/dGyH5hpUt77yc-kqCJeR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b694/importcfg -pack /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/typed/metrics/v1beta1/doc.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/typed/metrics/v1beta1/generated_expansion.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/typed/metrics/v1beta1/metrics_client.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/typed/metrics/v1beta1/nodemetrics.go /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/typed/metrics/v1beta1/podmetrics.go
2025-08-20T21:20:51.2858056Z [00:02:44.553]➜  go tool buildid -w $WORK/b691/_pkg_.a # internal
2025-08-20T21:20:51.2985782Z [00:02:44.566]➜  cp $WORK/b691/_pkg_.a /root/.cache/go-build/05/054887cf895247ccd9ce25a4db0fe2fb93c6e1fe884609a2d67168681c982897-d # internal
2025-08-20T21:20:51.2997012Z [00:02:44.567]➜  github.com/derailed/tcell/v2/terminfo/a/ansi
2025-08-20T21:20:51.3000190Z [00:02:44.567]➜  mkdir -p $WORK/b710/
2025-08-20T21:20:51.3012219Z [00:02:44.569]➜  go tool buildid -w $WORK/b694/_pkg_.a # internal
2025-08-20T21:20:51.3017411Z [00:02:44.569]➜  cat >/tmp/go-build3547871397/b710/importcfg << 'EOF' # internal
2025-08-20T21:20:51.3024870Z [00:02:44.569]➜  # import config
2025-08-20T21:20:51.3025713Z [00:02:44.569]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.3026449Z [00:02:44.569]➜  EOF
2025-08-20T21:20:51.3030164Z [00:02:44.569]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b710/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/a/ansi=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/a/ansi;$WORK/b710=>" -p github.com/derailed/tcell/v2/terminfo/a/ansi -lang=go1.19 -complete -installsuffix shared -buildid x5NxnXho8z0QqJNZ7rpf/x5NxnXho8z0QqJNZ7rpf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b710/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/a/ansi/term.go
2025-08-20T21:20:51.3125462Z [00:02:44.580]➜  cp $WORK/b694/_pkg_.a /root/.cache/go-build/b0/b001f00a8d2657bb5b85bae909694f8fbb3e042d3a26f39ab0ac4b736e625a3a-d # internal
2025-08-20T21:20:51.3129845Z [00:02:44.580]➜  k8s.io/metrics/pkg/client/clientset/versioned
2025-08-20T21:20:51.3133132Z [00:02:44.580]➜  mkdir -p $WORK/b690/
2025-08-20T21:20:51.3143751Z [00:02:44.581]➜  cat >/tmp/go-build3547871397/b690/importcfg << 'EOF' # internal
2025-08-20T21:20:51.3149936Z [00:02:44.582]➜  # import config
2025-08-20T21:20:51.3150629Z [00:02:44.582]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:51.3151625Z [00:02:44.582]➜  packagefile k8s.io/client-go/discovery=/tmp/go-build3547871397/b348/_pkg_.a
2025-08-20T21:20:51.3152874Z [00:02:44.582]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:51.3154003Z [00:02:44.582]➜  packagefile k8s.io/client-go/util/flowcontrol=/tmp/go-build3547871397/b455/_pkg_.a
2025-08-20T21:20:51.3155757Z [00:02:44.582]➜  packagefile k8s.io/metrics/pkg/client/clientset/versioned/typed/metrics/v1alpha1=/tmp/go-build3547871397/b691/_pkg_.a
2025-08-20T21:20:51.3157565Z [00:02:44.582]➜  packagefile k8s.io/metrics/pkg/client/clientset/versioned/typed/metrics/v1beta1=/tmp/go-build3547871397/b694/_pkg_.a
2025-08-20T21:20:51.3158885Z [00:02:44.582]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:51.3159542Z [00:02:44.582]➜  EOF
2025-08-20T21:20:51.3163953Z [00:02:44.582]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b690/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned=>k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned;$WORK/b690=>" -p k8s.io/metrics/pkg/client/clientset/versioned -lang=go1.24 -complete -installsuffix shared -buildid KWMFqzvoq1EvKdagF0D9/KWMFqzvoq1EvKdagF0D9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b690/importcfg -pack /root/go/pkg/mod/k8s.io/metrics@v0.33.2/pkg/client/clientset/versioned/clientset.go
2025-08-20T21:20:51.3207138Z [00:02:44.588]➜  go tool buildid -w $WORK/b710/_pkg_.a # internal
2025-08-20T21:20:51.3214881Z [00:02:44.588]➜  cp $WORK/b710/_pkg_.a /root/.cache/go-build/b5/b5df925fad5f4b09ed396442eae2565d19e4d6e84e528a8992408c7a8d43c93e-d # internal
2025-08-20T21:20:51.3216119Z [00:02:44.588]➜  github.com/derailed/tcell/v2/terminfo/v/vt100
2025-08-20T21:20:51.3216777Z [00:02:44.588]➜  mkdir -p $WORK/b711/
2025-08-20T21:20:51.3217546Z [00:02:44.588]➜  cat >/tmp/go-build3547871397/b711/importcfg << 'EOF' # internal
2025-08-20T21:20:51.3218238Z [00:02:44.588]➜  # import config
2025-08-20T21:20:51.3220425Z [00:02:44.588]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.3221485Z [00:02:44.588]➜  EOF
2025-08-20T21:20:51.3225915Z [00:02:44.588]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b711/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt100=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt100;$WORK/b711=>" -p github.com/derailed/tcell/v2/terminfo/v/vt100 -lang=go1.19 -complete -installsuffix shared -buildid vS8uxWmBRJ_zEjwJo3lJ/vS8uxWmBRJ_zEjwJo3lJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b711/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt100/term.go
2025-08-20T21:20:51.3338762Z [00:02:44.601]➜  go tool buildid -w $WORK/b711/_pkg_.a # internal
2025-08-20T21:20:51.3345638Z [00:02:44.602]➜  cp $WORK/b711/_pkg_.a /root/.cache/go-build/c3/c3e9cbd5402c40c2f5aa0db12f9ecb3a5e81865fa8fe7b33f7ae4e64b6e88f7d-d # internal
2025-08-20T21:20:51.3350896Z [00:02:44.602]➜  github.com/derailed/tcell/v2/terminfo/v/vt102
2025-08-20T21:20:51.3352122Z [00:02:44.602]➜  mkdir -p $WORK/b712/
2025-08-20T21:20:51.3356792Z [00:02:44.603]➜  cat >/tmp/go-build3547871397/b712/importcfg << 'EOF' # internal
2025-08-20T21:20:51.3357540Z [00:02:44.603]➜  # import config
2025-08-20T21:20:51.3358742Z [00:02:44.603]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.3359619Z [00:02:44.603]➜  EOF
2025-08-20T21:20:51.3363624Z [00:02:44.603]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b712/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt102=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt102;$WORK/b712=>" -p github.com/derailed/tcell/v2/terminfo/v/vt102 -lang=go1.19 -complete -installsuffix shared -buildid hTdiA88tSx_0_vXpZDoP/hTdiA88tSx_0_vXpZDoP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b712/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt102/term.go
2025-08-20T21:20:51.3610106Z [00:02:44.628]➜  go tool buildid -w $WORK/b712/_pkg_.a # internal
2025-08-20T21:20:51.3617342Z [00:02:44.629]➜  cp $WORK/b712/_pkg_.a /root/.cache/go-build/0f/0f3244957cc20081dfbd45b0e536e89a2685ed861351f94b334bae1b0f6cc680-d # internal
2025-08-20T21:20:51.3618868Z [00:02:44.629]➜  github.com/derailed/tcell/v2/terminfo/v/vt220
2025-08-20T21:20:51.3619546Z [00:02:44.629]➜  mkdir -p $WORK/b713/
2025-08-20T21:20:51.3633796Z [00:02:44.630]➜  cat >/tmp/go-build3547871397/b713/importcfg << 'EOF' # internal
2025-08-20T21:20:51.3639572Z [00:02:44.631]➜  # import config
2025-08-20T21:20:51.3640529Z [00:02:44.631]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.3641401Z [00:02:44.631]➜  EOF
2025-08-20T21:20:51.3645871Z [00:02:44.631]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b713/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt220=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt220;$WORK/b713=>" -p github.com/derailed/tcell/v2/terminfo/v/vt220 -lang=go1.19 -complete -installsuffix shared -buildid eN8cmxxMOdS1Daj8UMbq/eN8cmxxMOdS1Daj8UMbq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b713/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt220/term.go
2025-08-20T21:20:51.3916049Z [00:02:44.659]➜  go tool buildid -w $WORK/b713/_pkg_.a # internal
2025-08-20T21:20:51.3921612Z [00:02:44.659]➜  cp $WORK/b713/_pkg_.a /root/.cache/go-build/6f/6f0d5c1d1c8a1f787b52bd7183b818b187a9484d28c7342a5fe6d7f4510259c1-d # internal
2025-08-20T21:20:51.3927485Z [00:02:44.659]➜  github.com/derailed/tcell/v2/terminfo/x/xterm
2025-08-20T21:20:51.3928134Z [00:02:44.659]➜  mkdir -p $WORK/b714/
2025-08-20T21:20:51.3928867Z [00:02:44.660]➜  cat >/tmp/go-build3547871397/b714/importcfg << 'EOF' # internal
2025-08-20T21:20:51.3929555Z [00:02:44.660]➜  # import config
2025-08-20T21:20:51.3930461Z [00:02:44.660]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.3931331Z [00:02:44.660]➜  EOF
2025-08-20T21:20:51.3935569Z [00:02:44.660]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b714/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/x/xterm=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/x/xterm;$WORK/b714=>" -p github.com/derailed/tcell/v2/terminfo/x/xterm -lang=go1.19 -complete -installsuffix shared -buildid bSy18JdWawE_hqAkHk0-/bSy18JdWawE_hqAkHk0- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b714/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/x/xterm/term.go
2025-08-20T21:20:51.4347825Z [00:02:44.702]➜  go tool buildid -w $WORK/b714/_pkg_.a # internal
2025-08-20T21:20:51.4355283Z [00:02:44.702]➜  cp $WORK/b714/_pkg_.a /root/.cache/go-build/ed/edb815d74c54a8985e0a0018b96ff91fcf70df9ea5c83d8bbdada0e6861eca8b-d # internal
2025-08-20T21:20:51.4356521Z [00:02:44.703]➜  github.com/derailed/tcell/v2/terminfo/base
2025-08-20T21:20:51.4357176Z [00:02:44.703]➜  mkdir -p $WORK/b709/
2025-08-20T21:20:51.4360781Z [00:02:44.703]➜  cat >/tmp/go-build3547871397/b709/importcfg << 'EOF' # internal
2025-08-20T21:20:51.4361449Z [00:02:44.703]➜  # import config
2025-08-20T21:20:51.4362847Z [00:02:44.703]➜  packagefile github.com/derailed/tcell/v2/terminfo/a/ansi=/tmp/go-build3547871397/b710/_pkg_.a
2025-08-20T21:20:51.4364306Z [00:02:44.703]➜  packagefile github.com/derailed/tcell/v2/terminfo/v/vt100=/tmp/go-build3547871397/b711/_pkg_.a
2025-08-20T21:20:51.4365714Z [00:02:44.703]➜  packagefile github.com/derailed/tcell/v2/terminfo/v/vt102=/tmp/go-build3547871397/b712/_pkg_.a
2025-08-20T21:20:51.4367099Z [00:02:44.703]➜  packagefile github.com/derailed/tcell/v2/terminfo/v/vt220=/tmp/go-build3547871397/b713/_pkg_.a
2025-08-20T21:20:51.4368484Z [00:02:44.703]➜  packagefile github.com/derailed/tcell/v2/terminfo/x/xterm=/tmp/go-build3547871397/b714/_pkg_.a
2025-08-20T21:20:51.4369388Z [00:02:44.703]➜  EOF
2025-08-20T21:20:51.4384506Z [00:02:44.703]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b709/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/base=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/base;$WORK/b709=>" -p github.com/derailed/tcell/v2/terminfo/base -lang=go1.19 -complete -installsuffix shared -buildid NbDjXQiZeNu46QqqOvg6/NbDjXQiZeNu46QqqOvg6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b709/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/base/base.go
2025-08-20T21:20:51.4615734Z [00:02:44.729]➜  go tool buildid -w $WORK/b709/_pkg_.a # internal
2025-08-20T21:20:51.4620254Z [00:02:44.729]➜  cp $WORK/b709/_pkg_.a /root/.cache/go-build/80/804a76754bcce3c7e2f224ab5bdb657628d25819b38f8518954a35b0d2518603-d # internal
2025-08-20T21:20:51.4629768Z [00:02:44.729]➜  github.com/derailed/tcell/v2/terminfo/dynamic
2025-08-20T21:20:51.4630402Z [00:02:44.729]➜  mkdir -p $WORK/b715/
2025-08-20T21:20:51.4631085Z [00:02:44.730]➜  cat >/tmp/go-build3547871397/b715/importcfg << 'EOF' # internal
2025-08-20T21:20:51.4631918Z [00:02:44.730]➜  # import config
2025-08-20T21:20:51.4632575Z [00:02:44.730]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:51.4633608Z [00:02:44.730]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:51.4634841Z [00:02:44.730]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.4635894Z [00:02:44.730]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:20:51.4636721Z [00:02:44.730]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:51.4637550Z [00:02:44.730]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:51.4638394Z [00:02:44.730]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:51.4639002Z [00:02:44.730]➜  EOF
2025-08-20T21:20:51.4643253Z [00:02:44.730]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b715/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/dynamic=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/dynamic;$WORK/b715=>" -p github.com/derailed/tcell/v2/terminfo/dynamic -lang=go1.19 -complete -installsuffix shared -buildid ZVzhewXxzqPlAUxpFh99/ZVzhewXxzqPlAUxpFh99 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b715/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/dynamic/dynamic.go
2025-08-20T21:20:51.4979104Z [00:02:44.765]➜  go tool buildid -w $WORK/b690/_pkg_.a # internal
2025-08-20T21:20:51.5027651Z [00:02:44.770]➜  cp $WORK/b690/_pkg_.a /root/.cache/go-build/6c/6c8f11b61fab3b83703240b92601961cc27072a0a541be11dcaf127ac4bbceca-d # internal
2025-08-20T21:20:51.5029916Z [00:02:44.770]➜  github.com/derailed/tcell/v2/terminfo/a/aixterm
2025-08-20T21:20:51.5030744Z [00:02:44.770]➜  mkdir -p $WORK/b717/
2025-08-20T21:20:51.5038386Z [00:02:44.771]➜  cat >/tmp/go-build3547871397/b717/importcfg << 'EOF' # internal
2025-08-20T21:20:51.5039552Z [00:02:44.771]➜  # import config
2025-08-20T21:20:51.5041439Z [00:02:44.771]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.5042299Z [00:02:44.771]➜  EOF
2025-08-20T21:20:51.5047002Z [00:02:44.771]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b717/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/a/aixterm=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/a/aixterm;$WORK/b717=>" -p github.com/derailed/tcell/v2/terminfo/a/aixterm -lang=go1.19 -complete -installsuffix shared -buildid ra7QH6P_E64iVlodChQP/ra7QH6P_E64iVlodChQP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b717/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/a/aixterm/term.go
2025-08-20T21:20:51.5197369Z [00:02:44.787]➜  go tool buildid -w $WORK/b717/_pkg_.a # internal
2025-08-20T21:20:51.5203081Z [00:02:44.787]➜  cp $WORK/b717/_pkg_.a /root/.cache/go-build/4f/4f0c9d7b8db83bc025683c19e88d850f833f4e2232bb659c27d9ab598634286e-d # internal
2025-08-20T21:20:51.5204299Z [00:02:44.787]➜  github.com/derailed/tcell/v2/terminfo/a/alacritty
2025-08-20T21:20:51.5204926Z [00:02:44.787]➜  mkdir -p $WORK/b718/
2025-08-20T21:20:51.5207388Z [00:02:44.788]➜  cat >/tmp/go-build3547871397/b718/importcfg << 'EOF' # internal
2025-08-20T21:20:51.5208235Z [00:02:44.788]➜  # import config
2025-08-20T21:20:51.5209210Z [00:02:44.788]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.5210106Z [00:02:44.788]➜  EOF
2025-08-20T21:20:51.5214518Z [00:02:44.788]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b718/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/a/alacritty=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/a/alacritty;$WORK/b718=>" -p github.com/derailed/tcell/v2/terminfo/a/alacritty -lang=go1.19 -complete -installsuffix shared -buildid HVedfoM7ddQydlelnoHy/HVedfoM7ddQydlelnoHy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b718/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/a/alacritty/term.go
2025-08-20T21:20:51.5307397Z [00:02:44.798]➜  go tool buildid -w $WORK/b718/_pkg_.a # internal
2025-08-20T21:20:51.5315716Z [00:02:44.799]➜  cp $WORK/b718/_pkg_.a /root/.cache/go-build/1a/1a6f29103aff6c5a4b27cc1efc25fc5c085fa1ce62f7b410f4b2eec65a78407f-d # internal
2025-08-20T21:20:51.5321998Z [00:02:44.799]➜  github.com/derailed/tcell/v2/terminfo/b/beterm
2025-08-20T21:20:51.5322739Z [00:02:44.799]➜  mkdir -p $WORK/b719/
2025-08-20T21:20:51.5323426Z [00:02:44.799]➜  cat >/tmp/go-build3547871397/b719/importcfg << 'EOF' # internal
2025-08-20T21:20:51.5324061Z [00:02:44.799]➜  # import config
2025-08-20T21:20:51.5324875Z [00:02:44.799]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.5325625Z [00:02:44.799]➜  EOF
2025-08-20T21:20:51.5330289Z [00:02:44.800]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b719/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/b/beterm=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/b/beterm;$WORK/b719=>" -p github.com/derailed/tcell/v2/terminfo/b/beterm -lang=go1.19 -complete -installsuffix shared -buildid E7RGPvrHYKYzczPb7LLr/E7RGPvrHYKYzczPb7LLr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b719/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/b/beterm/term.go
2025-08-20T21:20:51.5334534Z [00:02:44.801]➜  go tool buildid -w $WORK/b715/_pkg_.a # internal
2025-08-20T21:20:51.5343477Z [00:02:44.802]➜  cp $WORK/b715/_pkg_.a /root/.cache/go-build/f8/f8cc730ebc8ed4680bf826f6176de993d1546fecdfa716f2057810376b47cfec-d # internal
2025-08-20T21:20:51.5356717Z [00:02:44.803]➜  github.com/derailed/tcell/v2/terminfo/c/cygwin
2025-08-20T21:20:51.5357286Z [00:02:44.803]➜  mkdir -p $WORK/b720/
2025-08-20T21:20:51.5360283Z [00:02:44.803]➜  cat >/tmp/go-build3547871397/b720/importcfg << 'EOF' # internal
2025-08-20T21:20:51.5360912Z [00:02:44.803]➜  # import config
2025-08-20T21:20:51.5361679Z [00:02:44.803]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.5362535Z [00:02:44.803]➜  EOF
2025-08-20T21:20:51.5366384Z [00:02:44.803]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b720/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/c/cygwin=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/c/cygwin;$WORK/b720=>" -p github.com/derailed/tcell/v2/terminfo/c/cygwin -lang=go1.19 -complete -installsuffix shared -buildid VWrpr4mkJIXVIK9KMLpG/VWrpr4mkJIXVIK9KMLpG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b720/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/c/cygwin/term.go
2025-08-20T21:20:51.5437712Z [00:02:44.811]➜  go tool buildid -w $WORK/b719/_pkg_.a # internal
2025-08-20T21:20:51.5443780Z [00:02:44.812]➜  cp $WORK/b719/_pkg_.a /root/.cache/go-build/c6/c6366e2439eaad4bb9748cf1cb451ea89d3015e35baf4ee9e33c58a637434d20-d # internal
2025-08-20T21:20:51.5449359Z [00:02:44.812]➜  github.com/derailed/tcell/v2/terminfo/d/dtterm
2025-08-20T21:20:51.5449967Z [00:02:44.812]➜  mkdir -p $WORK/b721/
2025-08-20T21:20:51.5450672Z [00:02:44.812]➜  cat >/tmp/go-build3547871397/b721/importcfg << 'EOF' # internal
2025-08-20T21:20:51.5451314Z [00:02:44.812]➜  # import config
2025-08-20T21:20:51.5452146Z [00:02:44.812]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.5453094Z [00:02:44.812]➜  EOF
2025-08-20T21:20:51.5457060Z [00:02:44.812]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b721/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/d/dtterm=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/d/dtterm;$WORK/b721=>" -p github.com/derailed/tcell/v2/terminfo/d/dtterm -lang=go1.19 -complete -installsuffix shared -buildid TOHiMSeptJEjRME-clLx/TOHiMSeptJEjRME-clLx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b721/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/d/dtterm/term.go
2025-08-20T21:20:51.5486868Z [00:02:44.816]➜  go tool buildid -w $WORK/b720/_pkg_.a # internal
2025-08-20T21:20:51.5488267Z [00:02:44.816]➜  cp $WORK/b720/_pkg_.a /root/.cache/go-build/5f/5faa9d96c02ba6c7f86b7c271a9092aa2a27b5a908e767d6971293d388fcd8e6-d # internal
2025-08-20T21:20:51.5489413Z [00:02:44.816]➜  github.com/derailed/tcell/v2/terminfo/e/emacs
2025-08-20T21:20:51.5490009Z [00:02:44.816]➜  mkdir -p $WORK/b722/
2025-08-20T21:20:51.5490681Z [00:02:44.816]➜  cat >/tmp/go-build3547871397/b722/importcfg << 'EOF' # internal
2025-08-20T21:20:51.5491288Z [00:02:44.816]➜  # import config
2025-08-20T21:20:51.5492114Z [00:02:44.816]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.5493098Z [00:02:44.816]➜  EOF
2025-08-20T21:20:51.5496939Z [00:02:44.816]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b722/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/e/emacs=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/e/emacs;$WORK/b722=>" -p github.com/derailed/tcell/v2/terminfo/e/emacs -lang=go1.19 -complete -installsuffix shared -buildid f3gArreH8pfhgCIebUc3/f3gArreH8pfhgCIebUc3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b722/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/e/emacs/term.go
2025-08-20T21:20:51.5559051Z [00:02:44.823]➜  go tool buildid -w $WORK/b722/_pkg_.a # internal
2025-08-20T21:20:51.5562281Z [00:02:44.823]➜  go tool buildid -w $WORK/b721/_pkg_.a # internal
2025-08-20T21:20:51.5581315Z [00:02:44.825]➜  go tool buildid -w $WORK/b702/_pkg_.a # internal
2025-08-20T21:20:51.5776533Z [00:02:44.845]➜  cp $WORK/b722/_pkg_.a /root/.cache/go-build/d0/d0994f16c42e28eb0af779178579d3a3e6fe5b25437ab3cfb234f6be8e6c19db-d # internal
2025-08-20T21:20:51.5778695Z [00:02:44.845]➜  cp $WORK/b721/_pkg_.a /root/.cache/go-build/5c/5c4577dafd1ee4b1deb15c273fc800f0995901de26133cd5069ec2c1ba8e1ddb-d # internal
2025-08-20T21:20:51.5779932Z [00:02:44.845]➜  github.com/derailed/tcell/v2/terminfo/h/hpterm
2025-08-20T21:20:51.5780549Z [00:02:44.845]➜  mkdir -p $WORK/b724/
2025-08-20T21:20:51.5781494Z [00:02:44.845]➜  github.com/derailed/tcell/v2/terminfo/g/gnome
2025-08-20T21:20:51.5782089Z [00:02:44.845]➜  mkdir -p $WORK/b723/
2025-08-20T21:20:51.5782952Z [00:02:44.845]➜  cat >/tmp/go-build3547871397/b724/importcfg << 'EOF' # internal
2025-08-20T21:20:51.5783596Z [00:02:44.845]➜  # import config
2025-08-20T21:20:51.5784444Z [00:02:44.845]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.5785252Z [00:02:44.845]➜  EOF
2025-08-20T21:20:51.5789241Z [00:02:44.845]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b724/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/h/hpterm=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/h/hpterm;$WORK/b724=>" -p github.com/derailed/tcell/v2/terminfo/h/hpterm -lang=go1.19 -complete -installsuffix shared -buildid th2uoyKkeI7iMSseFLh9/th2uoyKkeI7iMSseFLh9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b724/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/h/hpterm/term.go
2025-08-20T21:20:51.5793091Z [00:02:44.845]➜  cat >/tmp/go-build3547871397/b723/importcfg << 'EOF' # internal
2025-08-20T21:20:51.5793750Z [00:02:44.845]➜  # import config
2025-08-20T21:20:51.5794597Z [00:02:44.845]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.5795379Z [00:02:44.845]➜  EOF
2025-08-20T21:20:51.5799447Z [00:02:44.845]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b723/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/g/gnome=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/g/gnome;$WORK/b723=>" -p github.com/derailed/tcell/v2/terminfo/g/gnome -lang=go1.19 -complete -installsuffix shared -buildid k3axl3uO57t86RpBTyMW/k3axl3uO57t86RpBTyMW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b723/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/g/gnome/term.go
2025-08-20T21:20:51.5900226Z [00:02:44.854]➜  go tool buildid -w $WORK/b724/_pkg_.a # internal
2025-08-20T21:20:51.5901221Z [00:02:44.855]➜  go tool buildid -w $WORK/b723/_pkg_.a # internal
2025-08-20T21:20:51.5902465Z [00:02:44.855]➜  cp $WORK/b724/_pkg_.a /root/.cache/go-build/26/269694442ec79ce30ec4d0358c8e4399896f8aa60fef18e6354eecf653dea0c9-d # internal
2025-08-20T21:20:51.5903830Z [00:02:44.855]➜  github.com/derailed/tcell/v2/terminfo/k/konsole
2025-08-20T21:20:51.5904462Z [00:02:44.855]➜  mkdir -p $WORK/b725/
2025-08-20T21:20:51.5905553Z [00:02:44.856]➜  cp $WORK/b723/_pkg_.a /root/.cache/go-build/d7/d7943229008d061c94f7d00becd640338a2a9ecf9b5160e130a139479f8dd730-d # internal
2025-08-20T21:20:51.5906743Z [00:02:44.856]➜  cat >/tmp/go-build3547871397/b725/importcfg << 'EOF' # internal
2025-08-20T21:20:51.5907392Z [00:02:44.856]➜  # import config
2025-08-20T21:20:51.5908247Z [00:02:44.856]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.5909009Z [00:02:44.856]➜  EOF
2025-08-20T21:20:51.5909536Z [00:02:44.856]➜  github.com/derailed/tcell/v2/terminfo/k/kterm
2025-08-20T21:20:51.5910115Z [00:02:44.856]➜  mkdir -p $WORK/b726/
2025-08-20T21:20:51.5918327Z [00:02:44.856]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b725/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/k/konsole=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/k/konsole;$WORK/b725=>" -p github.com/derailed/tcell/v2/terminfo/k/konsole -lang=go1.19 -complete -installsuffix shared -buildid 5mUUov5JLHOlPRYhYSKE/5mUUov5JLHOlPRYhYSKE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b725/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/k/konsole/term.go
2025-08-20T21:20:51.5922101Z [00:02:44.857]➜  cat >/tmp/go-build3547871397/b726/importcfg << 'EOF' # internal
2025-08-20T21:20:51.5922912Z [00:02:44.857]➜  # import config
2025-08-20T21:20:51.5923783Z [00:02:44.857]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.5924818Z [00:02:44.857]➜  EOF
2025-08-20T21:20:51.5928595Z [00:02:44.857]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b726/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/k/kterm=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/k/kterm;$WORK/b726=>" -p github.com/derailed/tcell/v2/terminfo/k/kterm -lang=go1.19 -complete -installsuffix shared -buildid CBP9l-Z1EZCtLZB5QDd5/CBP9l-Z1EZCtLZB5QDd5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b726/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/k/kterm/term.go
2025-08-20T21:20:51.5955106Z [00:02:44.861]➜  cp $WORK/b702/_pkg_.a /root/.cache/go-build/bf/bf65ec2316f8de907adc6977141a498a5d63c7b3407992f704c0eee5d1285e55-d # internal
2025-08-20T21:20:51.5960811Z [00:02:44.861]➜  github.com/derailed/k9s/internal/config/json
2025-08-20T21:20:51.5961477Z [00:02:44.861]➜  mkdir -p $WORK/b701/
2025-08-20T21:20:51.5964181Z [00:02:44.861]➜  cat >/tmp/go-build3547871397/b701/importcfg << 'EOF' # internal
2025-08-20T21:20:51.5966254Z [00:02:44.861]➜  # import config
2025-08-20T21:20:51.5968192Z [00:02:44.861]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:20:51.5993826Z [00:02:44.861]➜  packagefile embed=/tmp/go-build3547871397/b319/_pkg_.a
2025-08-20T21:20:51.5995144Z [00:02:44.861]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:51.5997252Z [00:02:44.861]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:51.5998316Z [00:02:44.861]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:20:51.5999516Z [00:02:44.861]➜  packagefile github.com/xeipuuv/gojsonschema=/tmp/go-build3547871397/b702/_pkg_.a
2025-08-20T21:20:51.6000758Z [00:02:44.861]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:20:51.6001641Z [00:02:44.861]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:20:51.6002952Z [00:02:44.861]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:51.6003666Z [00:02:44.861]➜  EOF
2025-08-20T21:20:51.6004307Z [00:02:44.861]➜  cat >/tmp/go-build3547871397/b701/embedcfg << 'EOF' # internal
2025-08-20T21:20:51.6004946Z [00:02:44.861]➜  {
2025-08-20T21:20:51.6005347Z [00:02:44.861]➜  	"Patterns": {
2025-08-20T21:20:51.6005842Z [00:02:44.861]➜  		"schemas/aliases.json": [
2025-08-20T21:20:51.6006389Z [00:02:44.861]➜  			"schemas/aliases.json"
2025-08-20T21:20:51.6006880Z [00:02:44.861]➜  		],
2025-08-20T21:20:51.6007321Z [00:02:44.861]➜  		"schemas/context.json": [
2025-08-20T21:20:51.6007927Z [00:02:44.861]➜  			"schemas/context.json"
2025-08-20T21:20:51.6008405Z [00:02:44.861]➜  		],
2025-08-20T21:20:51.6008858Z [00:02:44.861]➜  		"schemas/hotkeys.json": [
2025-08-20T21:20:51.6009388Z [00:02:44.861]➜  			"schemas/hotkeys.json"
2025-08-20T21:20:51.6009852Z [00:02:44.861]➜  		],
2025-08-20T21:20:51.6010286Z [00:02:44.861]➜  		"schemas/k9s.json": [
2025-08-20T21:20:51.6010810Z [00:02:44.861]➜  			"schemas/k9s.json"
2025-08-20T21:20:51.6011299Z [00:02:44.861]➜  		],
2025-08-20T21:20:51.6011815Z [00:02:44.861]➜  		"schemas/plugin-multi.json": [
2025-08-20T21:20:51.6012438Z [00:02:44.861]➜  			"schemas/plugin-multi.json"
2025-08-20T21:20:51.6013170Z [00:02:44.861]➜  		],
2025-08-20T21:20:51.6013640Z [00:02:44.861]➜  		"schemas/plugin.json": [
2025-08-20T21:20:51.6014207Z [00:02:44.861]➜  			"schemas/plugin.json"
2025-08-20T21:20:51.6014694Z [00:02:44.861]➜  		],
2025-08-20T21:20:51.6015137Z [00:02:44.861]➜  		"schemas/plugins.json": [
2025-08-20T21:20:51.6015683Z [00:02:44.861]➜  			"schemas/plugins.json"
2025-08-20T21:20:51.6016180Z [00:02:44.861]➜  		],
2025-08-20T21:20:51.6016637Z [00:02:44.861]➜  		"schemas/skin.json": [
2025-08-20T21:20:51.6017186Z [00:02:44.861]➜  			"schemas/skin.json"
2025-08-20T21:20:51.6017651Z [00:02:44.861]➜  		],
2025-08-20T21:20:51.6018079Z [00:02:44.861]➜  		"schemas/views.json": [
2025-08-20T21:20:51.6018767Z [00:02:44.861]➜  			"schemas/views.json"
2025-08-20T21:20:51.6019363Z [00:02:44.861]➜  		]
2025-08-20T21:20:51.6019734Z [00:02:44.861]➜  	},
2025-08-20T21:20:51.6020111Z [00:02:44.861]➜  	"Files": {
2025-08-20T21:20:51.6021036Z [00:02:44.861]➜  		"schemas/aliases.json": "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/aliases.json",
2025-08-20T21:20:51.6022381Z [00:02:44.861]➜  		"schemas/context.json": "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/context.json",
2025-08-20T21:20:51.6023905Z [00:02:44.861]➜  		"schemas/hotkeys.json": "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/hotkeys.json",
2025-08-20T21:20:51.6025204Z [00:02:44.861]➜  		"schemas/k9s.json": "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/k9s.json",
2025-08-20T21:20:51.6026648Z [00:02:44.861]➜  		"schemas/plugin-multi.json": "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/plugin-multi.json",
2025-08-20T21:20:51.6028131Z [00:02:44.861]➜  		"schemas/plugin.json": "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/plugin.json",
2025-08-20T21:20:51.6029509Z [00:02:44.861]➜  		"schemas/plugins.json": "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/plugins.json",
2025-08-20T21:20:51.6030856Z [00:02:44.861]➜  		"schemas/skin.json": "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/skin.json",
2025-08-20T21:20:51.6032123Z [00:02:44.861]➜  		"schemas/views.json": "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/views.json"
2025-08-20T21:20:51.6033076Z [00:02:44.861]➜  	}
2025-08-20T21:20:51.6033433Z [00:02:44.861]➜  }EOF
2025-08-20T21:20:51.6037783Z [00:02:44.861]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b701/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json=>github.com/derailed/k9s/internal/config/json;$WORK/b701=>" -p github.com/derailed/k9s/internal/config/json -lang=go1.24 -complete -installsuffix shared -buildid ZBKnr714OtksNI21ZAu1/ZBKnr714OtksNI21ZAu1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b701/importcfg -embedcfg $WORK/b701/embedcfg -pack ./internal/config/json/validator.go
2025-08-20T21:20:51.6042822Z [00:02:44.871]➜  go tool buildid -w $WORK/b726/_pkg_.a # internal
2025-08-20T21:20:51.6044207Z [00:02:44.871]➜  cp $WORK/b726/_pkg_.a /root/.cache/go-build/0c/0cd9b26cfacd9c0affe205d990cf3e6fd482c3f6d7d122de78434341d2f10641-d # internal
2025-08-20T21:20:51.6048536Z [00:02:44.871]➜  github.com/derailed/tcell/v2/terminfo/l/linux
2025-08-20T21:20:51.6049197Z [00:02:44.871]➜  mkdir -p $WORK/b727/
2025-08-20T21:20:51.6049921Z [00:02:44.872]➜  cat >/tmp/go-build3547871397/b727/importcfg << 'EOF' # internal
2025-08-20T21:20:51.6050581Z [00:02:44.872]➜  # import config
2025-08-20T21:20:51.6051483Z [00:02:44.872]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.6052353Z [00:02:44.872]➜  EOF
2025-08-20T21:20:51.6056561Z [00:02:44.872]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b727/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/l/linux=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/l/linux;$WORK/b727=>" -p github.com/derailed/tcell/v2/terminfo/l/linux -lang=go1.19 -complete -installsuffix shared -buildid o2eQusgWT53hzqNiHl37/o2eQusgWT53hzqNiHl37 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b727/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/l/linux/term.go
2025-08-20T21:20:51.6073037Z [00:02:44.874]➜  go tool buildid -w $WORK/b725/_pkg_.a # internal
2025-08-20T21:20:51.6082022Z [00:02:44.875]➜  cp $WORK/b725/_pkg_.a /root/.cache/go-build/6a/6ad8ad2e5a391d89b56e8ca2157bbf42abfb66609efdd5fe2a16cf17905d814c-d # internal
2025-08-20T21:20:51.6085189Z [00:02:44.875]➜  github.com/derailed/tcell/v2/terminfo/p/pcansi
2025-08-20T21:20:51.6085880Z [00:02:44.876]➜  mkdir -p $WORK/b728/
2025-08-20T21:20:51.6093108Z [00:02:44.877]➜  cat >/tmp/go-build3547871397/b728/importcfg << 'EOF' # internal
2025-08-20T21:20:51.6094217Z [00:02:44.877]➜  # import config
2025-08-20T21:20:51.6095719Z [00:02:44.877]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.6096965Z [00:02:44.877]➜  EOF
2025-08-20T21:20:51.6101103Z [00:02:44.877]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b728/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/p/pcansi=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/p/pcansi;$WORK/b728=>" -p github.com/derailed/tcell/v2/terminfo/p/pcansi -lang=go1.19 -complete -installsuffix shared -buildid RX-0mJASNNC8QksF7dH_/RX-0mJASNNC8QksF7dH_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b728/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/p/pcansi/term.go
2025-08-20T21:20:51.6163606Z [00:02:44.883]➜  go tool buildid -w $WORK/b727/_pkg_.a # internal
2025-08-20T21:20:51.6172150Z [00:02:44.883]➜  cp $WORK/b727/_pkg_.a /root/.cache/go-build/6e/6ea0c5f8e1fe02965ca0e8ddff9c4aa9576a90423918096cc411f316f2faf08d-d # internal
2025-08-20T21:20:51.6173723Z [00:02:44.884]➜  github.com/derailed/tcell/v2/terminfo/r/rxvt
2025-08-20T21:20:51.6174363Z [00:02:44.884]➜  mkdir -p $WORK/b729/
2025-08-20T21:20:51.6175089Z [00:02:44.884]➜  cat >/tmp/go-build3547871397/b729/importcfg << 'EOF' # internal
2025-08-20T21:20:51.6175749Z [00:02:44.884]➜  # import config
2025-08-20T21:20:51.6176620Z [00:02:44.884]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.6177433Z [00:02:44.884]➜  EOF
2025-08-20T21:20:51.6181564Z [00:02:44.884]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b729/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/r/rxvt=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/r/rxvt;$WORK/b729=>" -p github.com/derailed/tcell/v2/terminfo/r/rxvt -lang=go1.19 -complete -installsuffix shared -buildid Xg4z4YfV0lRghUEt_eNE/Xg4z4YfV0lRghUEt_eNE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b729/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/r/rxvt/term.go
2025-08-20T21:20:51.6197805Z [00:02:44.887]➜  go tool buildid -w $WORK/b728/_pkg_.a # internal
2025-08-20T21:20:51.6203401Z [00:02:44.887]➜  cp $WORK/b728/_pkg_.a /root/.cache/go-build/50/5087ed0f57f1c0a443eec9b2f8be362b8869a8d10681bbec3cc6f4324bf7b7e4-d # internal
2025-08-20T21:20:51.6213097Z [00:02:44.888]➜  github.com/derailed/tcell/v2/terminfo/s/screen
2025-08-20T21:20:51.6213813Z [00:02:44.888]➜  mkdir -p $WORK/b730/
2025-08-20T21:20:51.6214606Z [00:02:44.888]➜  cat >/tmp/go-build3547871397/b730/importcfg << 'EOF' # internal
2025-08-20T21:20:51.6215310Z [00:02:44.888]➜  # import config
2025-08-20T21:20:51.6216174Z [00:02:44.888]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.6216986Z [00:02:44.888]➜  EOF
2025-08-20T21:20:51.6221023Z [00:02:44.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b730/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/s/screen=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/s/screen;$WORK/b730=>" -p github.com/derailed/tcell/v2/terminfo/s/screen -lang=go1.19 -complete -installsuffix shared -buildid zqinPkZ1XXm3tEDOKbGK/zqinPkZ1XXm3tEDOKbGK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b730/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/s/screen/term.go
2025-08-20T21:20:51.6368096Z [00:02:44.904]➜  go tool buildid -w $WORK/b730/_pkg_.a # internal
2025-08-20T21:20:51.6370874Z [00:02:44.904]➜  cp $WORK/b730/_pkg_.a /root/.cache/go-build/3e/3ed37e1979a8af30bae7ec1c0cdc3b3cca018d8a42f077e3f2be2d0eef80bc54-d # internal
2025-08-20T21:20:51.6372166Z [00:02:44.904]➜  github.com/derailed/tcell/v2/terminfo/s/simpleterm
2025-08-20T21:20:51.6373013Z [00:02:44.904]➜  mkdir -p $WORK/b731/
2025-08-20T21:20:51.6373749Z [00:02:44.904]➜  cat >/tmp/go-build3547871397/b731/importcfg << 'EOF' # internal
2025-08-20T21:20:51.6374393Z [00:02:44.904]➜  # import config
2025-08-20T21:20:51.6375464Z [00:02:44.904]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.6376414Z [00:02:44.904]➜  EOF
2025-08-20T21:20:51.6380310Z [00:02:44.904]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b731/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/s/simpleterm=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/s/simpleterm;$WORK/b731=>" -p github.com/derailed/tcell/v2/terminfo/s/simpleterm -lang=go1.19 -complete -installsuffix shared -buildid ytlPyGWs71fuNAfXr4dM/ytlPyGWs71fuNAfXr4dM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b731/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/s/simpleterm/term.go
2025-08-20T21:20:51.6669868Z [00:02:44.934]➜  go tool buildid -w $WORK/b731/_pkg_.a # internal
2025-08-20T21:20:51.6704498Z [00:02:44.935]➜  cp $WORK/b731/_pkg_.a /root/.cache/go-build/75/75127a1961f7ec03e74b92c14829f96f184a5226e99c56ef3ca4a8ccdcca932e-d # internal
2025-08-20T21:20:51.6713911Z [00:02:44.935]➜  github.com/derailed/tcell/v2/terminfo/s/sun
2025-08-20T21:20:51.6714532Z [00:02:44.935]➜  mkdir -p $WORK/b732/
2025-08-20T21:20:51.6715235Z [00:02:44.935]➜  cat >/tmp/go-build3547871397/b732/importcfg << 'EOF' # internal
2025-08-20T21:20:51.6715867Z [00:02:44.935]➜  # import config
2025-08-20T21:20:51.6716655Z [00:02:44.935]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.6717418Z [00:02:44.935]➜  EOF
2025-08-20T21:20:51.6721321Z [00:02:44.935]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b732/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/s/sun=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/s/sun;$WORK/b732=>" -p github.com/derailed/tcell/v2/terminfo/s/sun -lang=go1.19 -complete -installsuffix shared -buildid meir0g06a5lsjeYjhuTr/meir0g06a5lsjeYjhuTr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b732/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/s/sun/term.go
2025-08-20T21:20:51.6771455Z [00:02:44.944]➜  go tool buildid -w $WORK/b729/_pkg_.a # internal
2025-08-20T21:20:51.6773469Z [00:02:44.944]➜  go tool buildid -w $WORK/b701/_pkg_.a # internal
2025-08-20T21:20:51.6777516Z [00:02:44.944]➜  cp $WORK/b729/_pkg_.a /root/.cache/go-build/21/217a96e2f350802babb532267be9fbb46c91ed2206e6fc827019b556ce3e8fc2-d # internal
2025-08-20T21:20:51.6782009Z [00:02:44.944]➜  github.com/derailed/tcell/v2/terminfo/t/termite
2025-08-20T21:20:51.6782952Z [00:02:44.944]➜  mkdir -p $WORK/b733/
2025-08-20T21:20:51.6783681Z [00:02:44.944]➜  cat >/tmp/go-build3547871397/b733/importcfg << 'EOF' # internal
2025-08-20T21:20:51.6784349Z [00:02:44.944]➜  # import config
2025-08-20T21:20:51.6785258Z [00:02:44.944]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.6786073Z [00:02:44.945]➜  EOF
2025-08-20T21:20:51.6790175Z [00:02:44.945]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b733/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/t/termite=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/t/termite;$WORK/b733=>" -p github.com/derailed/tcell/v2/terminfo/t/termite -lang=go1.19 -complete -installsuffix shared -buildid qLbHE4G1O6QoFYkdOV5t/qLbHE4G1O6QoFYkdOV5t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b733/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/t/termite/term.go
2025-08-20T21:20:51.6795020Z [00:02:44.945]➜  cp $WORK/b701/_pkg_.a /root/.cache/go-build/30/30d2a7ad41eb1ae94b07e580cdf0efd7622395df9fb4e56c80151b2b6fb44600-d # internal
2025-08-20T21:20:51.6796497Z [00:02:44.945]➜  github.com/derailed/tcell/v2/terminfo/t/tmux
2025-08-20T21:20:51.6797327Z [00:02:44.945]➜  mkdir -p $WORK/b734/
2025-08-20T21:20:51.6798244Z [00:02:44.945]➜  cat >/tmp/go-build3547871397/b734/importcfg << 'EOF' # internal
2025-08-20T21:20:51.6799130Z [00:02:44.945]➜  # import config
2025-08-20T21:20:51.6804367Z [00:02:44.945]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.6805391Z [00:02:44.945]➜  EOF
2025-08-20T21:20:51.6809384Z [00:02:44.945]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b734/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/t/tmux=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/t/tmux;$WORK/b734=>" -p github.com/derailed/tcell/v2/terminfo/t/tmux -lang=go1.19 -complete -installsuffix shared -buildid jtq2Igxs9b5KgOx8F3Kc/jtq2Igxs9b5KgOx8F3Kc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b734/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/t/tmux/term.go
2025-08-20T21:20:51.6813245Z [00:02:44.947]➜  go tool buildid -w $WORK/b573/_pkg_.a # internal
2025-08-20T21:20:51.6860269Z [00:02:44.953]➜  go tool buildid -w $WORK/b732/_pkg_.a # internal
2025-08-20T21:20:51.6865213Z [00:02:44.954]➜  go tool buildid -w $WORK/b733/_pkg_.a # internal
2025-08-20T21:20:51.6866526Z [00:02:44.954]➜  cp $WORK/b732/_pkg_.a /root/.cache/go-build/27/2704002d9e52d8b859afe3dd876454cac9ce6d03d8e12c7610b778a79a5d5bd9-d # internal
2025-08-20T21:20:51.6867675Z [00:02:44.954]➜  github.com/derailed/tcell/v2/terminfo/v/vt320
2025-08-20T21:20:51.6868287Z [00:02:44.954]➜  mkdir -p $WORK/b735/
2025-08-20T21:20:51.6894153Z [00:02:44.955]➜  cp $WORK/b733/_pkg_.a /root/.cache/go-build/f0/f0a4e006c3d42c64bc9c5a13d6f7d2320e0aad83ffd434ffa68706cf7e224594-d # internal
2025-08-20T21:20:51.6906450Z [00:02:44.958]➜  github.com/derailed/tcell/v2/terminfo/v/vt400
2025-08-20T21:20:51.6907421Z [00:02:44.958]➜  mkdir -p $WORK/b736/
2025-08-20T21:20:51.6910071Z [00:02:44.958]➜  cat >/tmp/go-build3547871397/b735/importcfg << 'EOF' # internal
2025-08-20T21:20:51.6911653Z [00:02:44.958]➜  # import config
2025-08-20T21:20:51.6913184Z [00:02:44.958]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.6915972Z [00:02:44.958]➜  EOF
2025-08-20T21:20:51.6919870Z [00:02:44.958]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b735/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt320=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt320;$WORK/b735=>" -p github.com/derailed/tcell/v2/terminfo/v/vt320 -lang=go1.19 -complete -installsuffix shared -buildid EXk05_yUKyIx2Bc-p3z8/EXk05_yUKyIx2Bc-p3z8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b735/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt320/term.go
2025-08-20T21:20:51.6938668Z [00:02:44.958]➜  cat >/tmp/go-build3547871397/b736/importcfg << 'EOF' # internal
2025-08-20T21:20:51.6939401Z [00:02:44.958]➜  # import config
2025-08-20T21:20:51.6940365Z [00:02:44.958]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.6941305Z [00:02:44.958]➜  EOF
2025-08-20T21:20:51.6948853Z [00:02:44.958]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b736/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt400=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt400;$WORK/b736=>" -p github.com/derailed/tcell/v2/terminfo/v/vt400 -lang=go1.19 -complete -installsuffix shared -buildid 6U_GGycYiFUfaQIy_frR/6U_GGycYiFUfaQIy_frR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b736/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt400/term.go
2025-08-20T21:20:51.6952235Z [00:02:44.958]➜  go tool buildid -w $WORK/b734/_pkg_.a # internal
2025-08-20T21:20:51.6953667Z [00:02:44.962]➜  cp $WORK/b734/_pkg_.a /root/.cache/go-build/01/01711f5f0605caa6bfea0e6db42bd7b19077ffcbc8de7754558f1d8bf88a4d3c-d # internal
2025-08-20T21:20:51.6957236Z [00:02:44.963]➜  github.com/derailed/tcell/v2/terminfo/v/vt420
2025-08-20T21:20:51.6984362Z [00:02:44.965]➜  mkdir -p $WORK/b737/
2025-08-20T21:20:51.6995472Z [00:02:44.966]➜  cat >/tmp/go-build3547871397/b737/importcfg << 'EOF' # internal
2025-08-20T21:20:51.6996493Z [00:02:44.966]➜  # import config
2025-08-20T21:20:51.6997401Z [00:02:44.966]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.6998301Z [00:02:44.966]➜  EOF
2025-08-20T21:20:51.7002962Z [00:02:44.966]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b737/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt420=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt420;$WORK/b737=>" -p github.com/derailed/tcell/v2/terminfo/v/vt420 -lang=go1.19 -complete -installsuffix shared -buildid J3dM-2KRqgOHc2xjEre8/J3dM-2KRqgOHc2xjEre8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b737/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt420/term.go
2025-08-20T21:20:51.7010573Z [00:02:44.968]➜  cp $WORK/b573/_pkg_.a /root/.cache/go-build/00/00dcfbc3d6479fa16752cb0309112bdc7e5b6dd454251abe8381e90a4d4a3736-d # internal
2025-08-20T21:20:51.7018243Z [00:02:44.969]➜  github.com/derailed/k9s/internal/client
2025-08-20T21:20:51.7020158Z [00:02:44.969]➜  mkdir -p $WORK/b066/
2025-08-20T21:20:51.7034529Z [00:02:44.970]➜  cat >/tmp/go-build3547871397/b066/importcfg << 'EOF' # internal
2025-08-20T21:20:51.7035573Z [00:02:44.971]➜  # import config
2025-08-20T21:20:51.7037628Z [00:02:44.971]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:51.7040707Z [00:02:44.971]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:51.7041617Z [00:02:44.971]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:51.7042855Z [00:02:44.971]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:20:51.7044267Z [00:02:44.971]➜  packagefile github.com/fvbommel/sortorder=/tmp/go-build3547871397/b078/_pkg_.a
2025-08-20T21:20:51.7045348Z [00:02:44.971]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:20:51.7046390Z [00:02:44.971]➜  packagefile k8s.io/api/authorization/v1=/tmp/go-build3547871397/b083/_pkg_.a
2025-08-20T21:20:51.7047588Z [00:02:44.971]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:51.7048909Z [00:02:44.971]➜  packagefile k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1=/tmp/go-build3547871397/b267/_pkg_.a
2025-08-20T21:20:51.7050243Z [00:02:44.971]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:51.7051413Z [00:02:44.971]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:20:51.7052552Z [00:02:44.971]➜  packagefile k8s.io/apimachinery/pkg/util/cache=/tmp/go-build3547871397/b271/_pkg_.a
2025-08-20T21:20:51.7053955Z [00:02:44.971]➜  packagefile k8s.io/apimachinery/pkg/version=/tmp/go-build3547871397/b274/_pkg_.a
2025-08-20T21:20:51.7055232Z [00:02:44.971]➜  packagefile k8s.io/cli-runtime/pkg/genericclioptions=/tmp/go-build3547871397/b275/_pkg_.a
2025-08-20T21:20:51.7061717Z [00:02:44.971]➜  packagefile k8s.io/client-go/discovery/cached/disk=/tmp/go-build3547871397/b561/_pkg_.a
2025-08-20T21:20:51.7067004Z [00:02:44.971]➜  packagefile k8s.io/client-go/dynamic=/tmp/go-build3547871397/b465/_pkg_.a
2025-08-20T21:20:51.7068172Z [00:02:44.971]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:20:51.7069237Z [00:02:44.971]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:20:51.7070385Z [00:02:44.971]➜  packagefile k8s.io/client-go/tools/clientcmd=/tmp/go-build3547871397/b568/_pkg_.a
2025-08-20T21:20:51.7071581Z [00:02:44.971]➜  packagefile k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3547871397/b443/_pkg_.a
2025-08-20T21:20:51.7072975Z [00:02:44.971]➜  packagefile k8s.io/metrics/pkg/apis/metrics=/tmp/go-build3547871397/b688/_pkg_.a
2025-08-20T21:20:51.7074233Z [00:02:44.971]➜  packagefile k8s.io/metrics/pkg/apis/metrics/v1beta1=/tmp/go-build3547871397/b689/_pkg_.a
2025-08-20T21:20:51.7075740Z [00:02:44.971]➜  packagefile k8s.io/metrics/pkg/client/clientset/versioned=/tmp/go-build3547871397/b690/_pkg_.a
2025-08-20T21:20:51.7076968Z [00:02:44.971]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:20:51.7077785Z [00:02:44.971]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:51.7078593Z [00:02:44.971]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:51.7079396Z [00:02:44.971]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:51.7080180Z [00:02:44.971]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:51.7080976Z [00:02:44.971]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:20:51.7081787Z [00:02:44.971]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:51.7086259Z [00:02:44.971]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:51.7087284Z [00:02:44.971]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:51.7088235Z [00:02:44.971]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:51.7089126Z [00:02:44.971]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:51.7089953Z [00:02:44.971]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:51.7090743Z [00:02:44.971]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:51.7091345Z [00:02:44.971]➜  EOF
2025-08-20T21:20:51.7096480Z [00:02:44.971]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b066/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client=>github.com/derailed/k9s/internal/client;$WORK/b066=>" -p github.com/derailed/k9s/internal/client -lang=go1.24 -complete -installsuffix shared -buildid 9TqD8E4bJpf8ggDIaLIt/9TqD8E4bJpf8ggDIaLIt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack ./internal/client/client.go ./internal/client/config.go ./internal/client/errors.go ./internal/client/gvr.go ./internal/client/gvrs.go ./internal/client/helpers.go ./internal/client/metrics.go ./internal/client/types.go
2025-08-20T21:20:51.7100820Z [00:02:44.973]➜  go tool buildid -w $WORK/b736/_pkg_.a # internal
2025-08-20T21:20:51.7102178Z [00:02:44.974]➜  cp $WORK/b736/_pkg_.a /root/.cache/go-build/c6/c6b3047de82fbdb5c12068ebed3cbc3549e909c74ed4e4d2db1f54d89493259b-d # internal
2025-08-20T21:20:51.7110409Z [00:02:44.974]➜  github.com/derailed/tcell/v2/terminfo/v/vt52
2025-08-20T21:20:51.7111023Z [00:02:44.974]➜  mkdir -p $WORK/b738/
2025-08-20T21:20:51.7111714Z [00:02:44.974]➜  cat >/tmp/go-build3547871397/b738/importcfg << 'EOF' # internal
2025-08-20T21:20:51.7112356Z [00:02:44.974]➜  # import config
2025-08-20T21:20:51.7113530Z [00:02:44.974]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.7114375Z [00:02:44.974]➜  EOF
2025-08-20T21:20:51.7118267Z [00:02:44.974]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b738/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt52=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt52;$WORK/b738=>" -p github.com/derailed/tcell/v2/terminfo/v/vt52 -lang=go1.19 -complete -installsuffix shared -buildid a0xGt0wAGMf5FmrWSozM/a0xGt0wAGMf5FmrWSozM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b738/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/v/vt52/term.go
2025-08-20T21:20:51.7122062Z [00:02:44.978]➜  go tool buildid -w $WORK/b737/_pkg_.a # internal
2025-08-20T21:20:51.7123204Z [00:02:44.978]➜  go tool buildid -w $WORK/b735/_pkg_.a # internal
2025-08-20T21:20:51.7163122Z [00:02:44.982]➜  cp $WORK/b737/_pkg_.a /root/.cache/go-build/76/76b74968954f2fdce0cf09879097928cc2bac0242fab8caefff50da9eade4781-d # internal
2025-08-20T21:20:51.7166965Z [00:02:44.984]➜  github.com/derailed/tcell/v2/terminfo/w/wy50
2025-08-20T21:20:51.7167664Z [00:02:44.984]➜  mkdir -p $WORK/b739/
2025-08-20T21:20:51.7171453Z [00:02:44.984]➜  cat >/tmp/go-build3547871397/b739/importcfg << 'EOF' # internal
2025-08-20T21:20:51.7172529Z [00:02:44.984]➜  # import config
2025-08-20T21:20:51.7173517Z [00:02:44.984]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.7174277Z [00:02:44.984]➜  EOF
2025-08-20T21:20:51.7180463Z [00:02:44.985]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b739/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/w/wy50=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/w/wy50;$WORK/b739=>" -p github.com/derailed/tcell/v2/terminfo/w/wy50 -lang=go1.19 -complete -installsuffix shared -buildid mQQc6bkfq16hP1HPaBsw/mQQc6bkfq16hP1HPaBsw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b739/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/w/wy50/term.go
2025-08-20T21:20:51.7201913Z [00:02:44.987]➜  go tool buildid -w $WORK/b738/_pkg_.a # internal
2025-08-20T21:20:51.7275736Z [00:02:44.995]➜  go tool buildid -w $WORK/b739/_pkg_.a # internal
2025-08-20T21:20:51.7383697Z [00:02:45.005]➜  cp $WORK/b738/_pkg_.a /root/.cache/go-build/5d/5dd142b5c47d73c70a1301e2c96e9f3d2ad4b3a1d56b87c9c742756dc412fe6f-d # internal
2025-08-20T21:20:51.7384953Z [00:02:45.005]➜  github.com/derailed/tcell/v2/terminfo/w/wy60
2025-08-20T21:20:51.7385594Z [00:02:45.006]➜  mkdir -p $WORK/b740/
2025-08-20T21:20:51.7386789Z [00:02:45.006]➜  cp $WORK/b735/_pkg_.a /root/.cache/go-build/3e/3e8afcba7f6ea766c7485028c7c41bf2b5150eb2b1bd74374f3306bbe76a80f4-d # internal
2025-08-20T21:20:51.7388016Z [00:02:45.006]➜  github.com/derailed/tcell/v2/terminfo/w/wy99_ansi
2025-08-20T21:20:51.7388968Z [00:02:45.006]➜  mkdir -p $WORK/b741/
2025-08-20T21:20:51.7390282Z [00:02:45.006]➜  cp $WORK/b739/_pkg_.a /root/.cache/go-build/1e/1e76b5090df84f50930e5b5978d8d508774d529229e48188eacfc2d4eaaf4f9e-d # internal
2025-08-20T21:20:51.7394687Z [00:02:45.007]➜  github.com/derailed/tcell/v2/terminfo/x/xfce
2025-08-20T21:20:51.7396828Z [00:02:45.007]➜  cat >/tmp/go-build3547871397/b740/importcfg << 'EOF' # internal
2025-08-20T21:20:51.7398169Z [00:02:45.007]➜  # import config
2025-08-20T21:20:51.7399091Z [00:02:45.007]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.7400282Z [00:02:45.007]➜  EOF
2025-08-20T21:20:51.7400911Z [00:02:45.007]➜  cat >/tmp/go-build3547871397/b741/importcfg << 'EOF' # internal
2025-08-20T21:20:51.7401587Z [00:02:45.007]➜  # import config
2025-08-20T21:20:51.7403095Z [00:02:45.007]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.7404324Z [00:02:45.007]➜  EOF
2025-08-20T21:20:51.7408585Z [00:02:45.007]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b741/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/w/wy99_ansi=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/w/wy99_ansi;$WORK/b741=>" -p github.com/derailed/tcell/v2/terminfo/w/wy99_ansi -lang=go1.19 -complete -installsuffix shared -buildid VSBiFJZm8Bv10swlza8F/VSBiFJZm8Bv10swlza8F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b741/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/w/wy99_ansi/term.go
2025-08-20T21:20:51.7412443Z [00:02:45.007]➜  mkdir -p $WORK/b742/
2025-08-20T21:20:51.7416621Z [00:02:45.007]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b740/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/w/wy60=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/w/wy60;$WORK/b740=>" -p github.com/derailed/tcell/v2/terminfo/w/wy60 -lang=go1.19 -complete -installsuffix shared -buildid wRYu_ixpxZVxQRCW6Xby/wRYu_ixpxZVxQRCW6Xby -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b740/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/w/wy60/term.go
2025-08-20T21:20:51.7420266Z [00:02:45.008]➜  cat >/tmp/go-build3547871397/b742/importcfg << 'EOF' # internal
2025-08-20T21:20:51.7421234Z [00:02:45.008]➜  # import config
2025-08-20T21:20:51.7422141Z [00:02:45.008]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.7423078Z [00:02:45.008]➜  EOF
2025-08-20T21:20:51.7426856Z [00:02:45.008]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b742/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/x/xfce=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/x/xfce;$WORK/b742=>" -p github.com/derailed/tcell/v2/terminfo/x/xfce -lang=go1.19 -complete -installsuffix shared -buildid unSJ7bnFBvnuKLV6KeeA/unSJ7bnFBvnuKLV6KeeA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b742/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/x/xfce/term.go
2025-08-20T21:20:51.7506143Z [00:02:45.018]➜  go tool buildid -w $WORK/b740/_pkg_.a # internal
2025-08-20T21:20:51.7513963Z [00:02:45.018]➜  cp $WORK/b740/_pkg_.a /root/.cache/go-build/aa/aabf40943e9cd2d2c550f75c2bfafc6645168bddfe2b25c4b595fd2438c2aaa9-d # internal
2025-08-20T21:20:51.7515476Z [00:02:45.018]➜  github.com/derailed/tcell/v2/terminfo/x/xterm_ghostty
2025-08-20T21:20:51.7516173Z [00:02:45.018]➜  mkdir -p $WORK/b743/
2025-08-20T21:20:51.7516882Z [00:02:45.019]➜  cat >/tmp/go-build3547871397/b743/importcfg << 'EOF' # internal
2025-08-20T21:20:51.7517559Z [00:02:45.019]➜  # import config
2025-08-20T21:20:51.7518462Z [00:02:45.019]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.7519283Z [00:02:45.019]➜  EOF
2025-08-20T21:20:51.7523672Z [00:02:45.019]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b743/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/x/xterm_ghostty=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/x/xterm_ghostty;$WORK/b743=>" -p github.com/derailed/tcell/v2/terminfo/x/xterm_ghostty -lang=go1.19 -complete -installsuffix shared -buildid wAERQNa4yq9ysZhu2Rwe/wAERQNa4yq9ysZhu2Rwe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b743/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/x/xterm_ghostty/term.go
2025-08-20T21:20:51.7533270Z [00:02:45.021]➜  go tool buildid -w $WORK/b741/_pkg_.a # internal
2025-08-20T21:20:51.7538861Z [00:02:45.021]➜  go tool buildid -w $WORK/b742/_pkg_.a # internal
2025-08-20T21:20:51.7542185Z [00:02:45.021]➜  cp $WORK/b742/_pkg_.a /root/.cache/go-build/01/01b47823dcbe1a760f1235ebaafc5acfd95eac9c3d7eec3b7ef1fa750a3f3d75-d # internal
2025-08-20T21:20:51.7544141Z [00:02:45.022]➜  github.com/derailed/tcell/v2/terminfo/x/xterm_kitty
2025-08-20T21:20:51.7544906Z [00:02:45.022]➜  mkdir -p $WORK/b744/
2025-08-20T21:20:51.7548783Z [00:02:45.022]➜  cat >/tmp/go-build3547871397/b744/importcfg << 'EOF' # internal
2025-08-20T21:20:51.7549692Z [00:02:45.022]➜  # import config
2025-08-20T21:20:51.7551116Z [00:02:45.022]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.7552488Z [00:02:45.022]➜  EOF
2025-08-20T21:20:51.7556687Z [00:02:45.023]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b744/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/x/xterm_kitty=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/x/xterm_kitty;$WORK/b744=>" -p github.com/derailed/tcell/v2/terminfo/x/xterm_kitty -lang=go1.19 -complete -installsuffix shared -buildid sQS-SSv-jJ61-uHYPmC6/sQS-SSv-jJ61-uHYPmC6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b744/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/x/xterm_kitty/term.go
2025-08-20T21:20:51.7573191Z [00:02:45.025]➜  cp $WORK/b741/_pkg_.a /root/.cache/go-build/48/4847070374a6ba970d7ed609a3c771b9125c4451b53535d45d03b26174576a3c-d # internal
2025-08-20T21:20:51.7574476Z [00:02:45.025]➜  github.com/derailed/tcell/v2/terminfo/x/xterm_termite
2025-08-20T21:20:51.7575129Z [00:02:45.025]➜  mkdir -p $WORK/b745/
2025-08-20T21:20:51.7575843Z [00:02:45.025]➜  cat >/tmp/go-build3547871397/b745/importcfg << 'EOF' # internal
2025-08-20T21:20:51.7576730Z [00:02:45.025]➜  # import config
2025-08-20T21:20:51.7577615Z [00:02:45.025]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.7578434Z [00:02:45.025]➜  EOF
2025-08-20T21:20:51.7582983Z [00:02:45.025]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b745/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/x/xterm_termite=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/x/xterm_termite;$WORK/b745=>" -p github.com/derailed/tcell/v2/terminfo/x/xterm_termite -lang=go1.19 -complete -installsuffix shared -buildid 98MzPEk2-cg4rtx1pOvY/98MzPEk2-cg4rtx1pOvY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b745/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/x/xterm_termite/term.go
2025-08-20T21:20:51.7621983Z [00:02:45.029]➜  go tool buildid -w $WORK/b743/_pkg_.a # internal
2025-08-20T21:20:51.7627851Z [00:02:45.030]➜  cp $WORK/b743/_pkg_.a /root/.cache/go-build/99/9997abb2b72fc311ce9e8d2b0e64466b8656cbd1d522b3ffde4c39d6669b67a6-d # internal
2025-08-20T21:20:51.7629379Z [00:02:45.030]➜  github.com/gdamore/encoding
2025-08-20T21:20:51.7630095Z [00:02:45.030]➜  mkdir -p $WORK/b746/
2025-08-20T21:20:51.7635424Z [00:02:45.031]➜  cat >/tmp/go-build3547871397/b746/importcfg << 'EOF' # internal
2025-08-20T21:20:51.7636138Z [00:02:45.031]➜  # import config
2025-08-20T21:20:51.7636963Z [00:02:45.031]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3547871397/b334/_pkg_.a
2025-08-20T21:20:51.7638101Z [00:02:45.031]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:20:51.7639067Z [00:02:45.031]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:51.7639951Z [00:02:45.031]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:51.7640607Z [00:02:45.031]➜  EOF
2025-08-20T21:20:51.7646616Z [00:02:45.031]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b746/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1=>github.com/gdamore/encoding@v1.0.1;$WORK/b746=>" -p github.com/gdamore/encoding -lang=go1.9 -complete -installsuffix shared -buildid Y1XgPTTtxVO9K2nuMsfa/Y1XgPTTtxVO9K2nuMsfa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b746/importcfg -pack /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/ascii.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/charmap.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/doc.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/ebcdic.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/latin1.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/latin5.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.1/utf8.go
2025-08-20T21:20:51.7668149Z [00:02:45.034]➜  go tool buildid -w $WORK/b744/_pkg_.a # internal
2025-08-20T21:20:51.7683172Z [00:02:45.036]➜  cp $WORK/b744/_pkg_.a /root/.cache/go-build/99/99059af7f527d0e48d2b21d9712b368165868bf5055979cc9c8d2cf8f47e8699-d # internal
2025-08-20T21:20:51.7687386Z [00:02:45.036]➜  github.com/lucasb-eyer/go-colorful
2025-08-20T21:20:51.7688151Z [00:02:45.036]➜  mkdir -p $WORK/b747/
2025-08-20T21:20:51.7694261Z [00:02:45.036]➜  cat >/tmp/go-build3547871397/b747/importcfg << 'EOF' # internal
2025-08-20T21:20:51.7695032Z [00:02:45.036]➜  # import config
2025-08-20T21:20:51.7696978Z [00:02:45.036]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:20:51.7698147Z [00:02:45.036]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:51.7699000Z [00:02:45.036]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:51.7699875Z [00:02:45.036]➜  packagefile image/color=/tmp/go-build3547871397/b748/_pkg_.a
2025-08-20T21:20:51.7700723Z [00:02:45.036]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:51.7701635Z [00:02:45.036]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:20:51.7702547Z [00:02:45.036]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:51.7703599Z [00:02:45.036]➜  EOF
2025-08-20T21:20:51.7710188Z [00:02:45.036]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b747/_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/b747=>" -p github.com/lucasb-eyer/go-colorful -lang=go1.12 -complete -installsuffix shared -buildid 5ZfmM3DAm6Kgvew992V-/5ZfmM3DAm6Kgvew992V- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b747/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:20:51.7716204Z [00:02:45.037]➜  go tool buildid -w $WORK/b745/_pkg_.a # internal
2025-08-20T21:20:51.7719775Z [00:02:45.037]➜  cp $WORK/b745/_pkg_.a /root/.cache/go-build/df/df47da33a0a8c469684468c7ddf64a9472d50e13d3490cff389b062f86da6578-d # internal
2025-08-20T21:20:51.7731595Z [00:02:45.040]➜  github.com/derailed/tcell/v2/terminfo/extended
2025-08-20T21:20:51.7739552Z [00:02:45.040]➜  mkdir -p $WORK/b716/
2025-08-20T21:20:51.7740262Z [00:02:45.040]➜  cat >/tmp/go-build3547871397/b716/importcfg << 'EOF' # internal
2025-08-20T21:20:51.7740933Z [00:02:45.040]➜  # import config
2025-08-20T21:20:51.7741890Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/a/aixterm=/tmp/go-build3547871397/b717/_pkg_.a
2025-08-20T21:20:51.7743468Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/a/alacritty=/tmp/go-build3547871397/b718/_pkg_.a
2025-08-20T21:20:51.7744929Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/a/ansi=/tmp/go-build3547871397/b710/_pkg_.a
2025-08-20T21:20:51.7746276Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/b/beterm=/tmp/go-build3547871397/b719/_pkg_.a
2025-08-20T21:20:51.7747651Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/c/cygwin=/tmp/go-build3547871397/b720/_pkg_.a
2025-08-20T21:20:51.7749018Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/d/dtterm=/tmp/go-build3547871397/b721/_pkg_.a
2025-08-20T21:20:51.7750393Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/e/emacs=/tmp/go-build3547871397/b722/_pkg_.a
2025-08-20T21:20:51.7751764Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/g/gnome=/tmp/go-build3547871397/b723/_pkg_.a
2025-08-20T21:20:51.7753314Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/h/hpterm=/tmp/go-build3547871397/b724/_pkg_.a
2025-08-20T21:20:51.7754733Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/k/konsole=/tmp/go-build3547871397/b725/_pkg_.a
2025-08-20T21:20:51.7756308Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/k/kterm=/tmp/go-build3547871397/b726/_pkg_.a
2025-08-20T21:20:51.7757657Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/l/linux=/tmp/go-build3547871397/b727/_pkg_.a
2025-08-20T21:20:51.7759005Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/p/pcansi=/tmp/go-build3547871397/b728/_pkg_.a
2025-08-20T21:20:51.7760348Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/r/rxvt=/tmp/go-build3547871397/b729/_pkg_.a
2025-08-20T21:20:51.7761681Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/s/screen=/tmp/go-build3547871397/b730/_pkg_.a
2025-08-20T21:20:51.7771771Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/s/simpleterm=/tmp/go-build3547871397/b731/_pkg_.a
2025-08-20T21:20:51.7773497Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/s/sun=/tmp/go-build3547871397/b732/_pkg_.a
2025-08-20T21:20:51.7775045Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/t/termite=/tmp/go-build3547871397/b733/_pkg_.a
2025-08-20T21:20:51.7776413Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/t/tmux=/tmp/go-build3547871397/b734/_pkg_.a
2025-08-20T21:20:51.7777745Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/v/vt100=/tmp/go-build3547871397/b711/_pkg_.a
2025-08-20T21:20:51.7779064Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/v/vt102=/tmp/go-build3547871397/b712/_pkg_.a
2025-08-20T21:20:51.7780389Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/v/vt220=/tmp/go-build3547871397/b713/_pkg_.a
2025-08-20T21:20:51.7781693Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/v/vt320=/tmp/go-build3547871397/b735/_pkg_.a
2025-08-20T21:20:51.7783295Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/v/vt400=/tmp/go-build3547871397/b736/_pkg_.a
2025-08-20T21:20:51.7784627Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/v/vt420=/tmp/go-build3547871397/b737/_pkg_.a
2025-08-20T21:20:51.7786063Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/v/vt52=/tmp/go-build3547871397/b738/_pkg_.a
2025-08-20T21:20:51.7787400Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/w/wy50=/tmp/go-build3547871397/b739/_pkg_.a
2025-08-20T21:20:51.7788736Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/w/wy60=/tmp/go-build3547871397/b740/_pkg_.a
2025-08-20T21:20:51.7790094Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/w/wy99_ansi=/tmp/go-build3547871397/b741/_pkg_.a
2025-08-20T21:20:51.7791452Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/x/xfce=/tmp/go-build3547871397/b742/_pkg_.a
2025-08-20T21:20:51.7799994Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/x/xterm=/tmp/go-build3547871397/b714/_pkg_.a
2025-08-20T21:20:51.7801517Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/x/xterm_ghostty=/tmp/go-build3547871397/b743/_pkg_.a
2025-08-20T21:20:51.7803204Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/x/xterm_kitty=/tmp/go-build3547871397/b744/_pkg_.a
2025-08-20T21:20:51.7804729Z [00:02:45.040]➜  packagefile github.com/derailed/tcell/v2/terminfo/x/xterm_termite=/tmp/go-build3547871397/b745/_pkg_.a
2025-08-20T21:20:51.7805662Z [00:02:45.040]➜  EOF
2025-08-20T21:20:51.7809734Z [00:02:45.040]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b716/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/extended=>github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/extended;$WORK/b716=>" -p github.com/derailed/tcell/v2/terminfo/extended -lang=go1.19 -complete -installsuffix shared -buildid Jx0fJheIJ_ZW1y4ZkGnh/Jx0fJheIJ_ZW1y4ZkGnh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b716/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terminfo/extended/extended.go
2025-08-20T21:20:51.7884702Z [00:02:45.055]➜  go tool buildid -w $WORK/b716/_pkg_.a # internal
2025-08-20T21:20:51.7896107Z [00:02:45.057]➜  cp $WORK/b716/_pkg_.a /root/.cache/go-build/07/07d2cd123668a8d987144e7aa79c4a90593e854193b76c744ca6fda286d7b137-d # internal
2025-08-20T21:20:51.7904862Z [00:02:45.057]➜  github.com/mattn/go-runewidth
2025-08-20T21:20:51.7905460Z [00:02:45.057]➜  mkdir -p $WORK/b749/
2025-08-20T21:20:51.7906218Z [00:02:45.057]➜  cat >/tmp/go-build3547871397/b749/importcfg << 'EOF' # internal
2025-08-20T21:20:51.7906908Z [00:02:45.057]➜  # import config
2025-08-20T21:20:51.7907689Z [00:02:45.057]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3547871397/b750/_pkg_.a
2025-08-20T21:20:51.7908607Z [00:02:45.057]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:51.7909430Z [00:02:45.057]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:51.7910272Z [00:02:45.057]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:51.7910893Z [00:02:45.057]➜  EOF
2025-08-20T21:20:51.7915691Z [00:02:45.057]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b749/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16=>github.com/mattn/go-runewidth@v0.0.16;$WORK/b749=>" -p github.com/mattn/go-runewidth -lang=go1.9 -complete -installsuffix shared -buildid 3jRGoxD3BDFGd0rRY7mt/3jRGoxD3BDFGd0rRY7mt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b749/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:20:51.7993229Z [00:02:45.066]➜  go tool buildid -w $WORK/b746/_pkg_.a # internal
2025-08-20T21:20:51.8033629Z [00:02:45.068]➜  cp $WORK/b746/_pkg_.a /root/.cache/go-build/c5/c5cb4024f055c5c9327a9c5c1128ed53691ace3470bd07e626e8a562b5a5c91c-d # internal
2025-08-20T21:20:51.8034795Z [00:02:45.068]➜  os/signal
2025-08-20T21:20:51.8035292Z [00:02:45.068]➜  mkdir -p $WORK/b751/
2025-08-20T21:20:51.8036024Z [00:02:45.068]➜  echo -n > $WORK/b751/go_asm.h # internal
2025-08-20T21:20:51.8036643Z [00:02:45.068]➜  cd /root/.go/src/os/signal
2025-08-20T21:20:51.8038510Z [00:02:45.068]➜  /root/.go/pkg/tool/linux_amd64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b751=>" -I $WORK/b751/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b751/symabis ./sig.s
2025-08-20T21:20:51.8047556Z [00:02:45.071]➜  cat >/tmp/go-build3547871397/b751/importcfg << 'EOF' # internal
2025-08-20T21:20:51.8048315Z [00:02:45.072]➜  # import config
2025-08-20T21:20:51.8048994Z [00:02:45.072]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:51.8049794Z [00:02:45.072]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:51.8050585Z [00:02:45.072]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:51.8051382Z [00:02:45.072]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:51.8052235Z [00:02:45.072]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:51.8054097Z [00:02:45.072]➜  EOF
2025-08-20T21:20:51.8054886Z [00:02:45.072]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:51.8058497Z [00:02:45.072]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b751/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b751=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 4dtaJE4bajf4i-nDBkXv/4dtaJE4bajf4i-nDBkXv -goversion go1.25.0 -symabis $WORK/b751/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b751/importcfg -pack -asmhdr $WORK/b751/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:20:51.8590534Z [00:02:45.126]➜  go tool buildid -w $WORK/b749/_pkg_.a # internal
2025-08-20T21:20:51.8598074Z [00:02:45.127]➜  cd /root/.go/src/os/signal
2025-08-20T21:20:51.8602274Z [00:02:45.127]➜  /root/.go/pkg/tool/linux_amd64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b751=>" -I $WORK/b751/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b751/sig.o ./sig.s
2025-08-20T21:20:51.8607371Z [00:02:45.128]➜  cp $WORK/b749/_pkg_.a /root/.cache/go-build/74/74137ec69c1d323ae63052c516a095c22d3d2c4dcc3f9a2856608c85d4b1b154-d # internal
2025-08-20T21:20:51.8610174Z [00:02:45.128]➜  github.com/derailed/k9s/internal/port
2025-08-20T21:20:51.8610811Z [00:02:45.128]➜  mkdir -p $WORK/b756/
2025-08-20T21:20:51.8617532Z [00:02:45.129]➜  cat >/tmp/go-build3547871397/b756/importcfg << 'EOF' # internal
2025-08-20T21:20:51.8618304Z [00:02:45.129]➜  # import config
2025-08-20T21:20:51.8619006Z [00:02:45.129]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:51.8619876Z [00:02:45.129]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:51.8620957Z [00:02:45.129]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:20:51.8622278Z [00:02:45.129]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:51.8623687Z [00:02:45.129]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:20:51.8624767Z [00:02:45.129]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:20:51.8625613Z [00:02:45.129]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:51.8626428Z [00:02:45.129]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:51.8627290Z [00:02:45.129]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:51.8628122Z [00:02:45.129]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:51.8628750Z [00:02:45.129]➜  EOF
2025-08-20T21:20:51.8629384Z [00:02:45.129]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:51.8633851Z [00:02:45.129]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b756/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port=>github.com/derailed/k9s/internal/port;$WORK/b756=>" -p github.com/derailed/k9s/internal/port -lang=go1.24 -complete -installsuffix shared -buildid WflYXeY1qayfkmzaJB-s/WflYXeY1qayfkmzaJB-s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b756/importcfg -pack ./internal/port/ann.go ./internal/port/co_portspec.go ./internal/port/pf.go ./internal/port/pfs.go ./internal/port/tunnel.go
2025-08-20T21:20:51.8663473Z [00:02:45.134]➜  cd /root/.go/src/os/signal
2025-08-20T21:20:51.8665278Z [00:02:45.134]➜  go tool pack r $WORK/b751/_pkg_.a $WORK/b751/sig.o # internal
2025-08-20T21:20:51.8666012Z [00:02:45.134]➜  go tool buildid -w $WORK/b751/_pkg_.a # internal
2025-08-20T21:20:51.8677682Z [00:02:45.135]➜  cp $WORK/b751/_pkg_.a /root/.cache/go-build/e0/e08026d2aa13e3e6f3c2b657285cc20edefff99a9bd39456d96ef2788cc377ae-d # internal
2025-08-20T21:20:51.8678833Z [00:02:45.135]➜  github.com/sahilm/fuzzy
2025-08-20T21:20:51.8679376Z [00:02:45.135]➜  mkdir -p $WORK/b759/
2025-08-20T21:20:51.8682745Z [00:02:45.135]➜  cat >/tmp/go-build3547871397/b759/importcfg << 'EOF' # internal
2025-08-20T21:20:51.8683453Z [00:02:45.135]➜  # import config
2025-08-20T21:20:51.8684114Z [00:02:45.136]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:51.8684931Z [00:02:45.136]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:51.8685785Z [00:02:45.136]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:51.8686502Z [00:02:45.136]➜  EOF
2025-08-20T21:20:51.8686948Z [00:02:45.136]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:51.8690171Z [00:02:45.136]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b759/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sahilm/fuzzy@v0.1.1=>github.com/sahilm/fuzzy@v0.1.1;$WORK/b759=>" -p github.com/sahilm/fuzzy -lang=go1.16 -complete -installsuffix shared -buildid 9tUU7Z_JhQUPc37ue7WK/9tUU7Z_JhQUPc37ue7WK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b759/importcfg -pack /root/go/pkg/mod/github.com/sahilm/fuzzy@v0.1.1/fuzzy.go
2025-08-20T21:20:51.9008921Z [00:02:45.168]➜  go tool buildid -w $WORK/b759/_pkg_.a # internal
2025-08-20T21:20:51.9018977Z [00:02:45.169]➜  cp $WORK/b759/_pkg_.a /root/.cache/go-build/8b/8bef22d2aa32ea815f9048723a64f92780dd03a4558457475812c4f217d75c14-d # internal
2025-08-20T21:20:51.9023567Z [00:02:45.170]➜  dario.cat/mergo
2025-08-20T21:20:51.9024068Z [00:02:45.170]➜  mkdir -p $WORK/b763/
2025-08-20T21:20:51.9030722Z [00:02:45.170]➜  cat >/tmp/go-build3547871397/b763/importcfg << 'EOF' # internal
2025-08-20T21:20:51.9031536Z [00:02:45.170]➜  # import config
2025-08-20T21:20:51.9033209Z [00:02:45.170]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:51.9034017Z [00:02:45.170]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:51.9034856Z [00:02:45.170]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:51.9035690Z [00:02:45.170]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:51.9036794Z [00:02:45.170]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:51.9037480Z [00:02:45.170]➜  EOF
2025-08-20T21:20:51.9041376Z [00:02:45.171]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b763/_pkg_.a -trimpath "/root/go/pkg/mod/dario.cat/mergo@v1.0.1=>dario.cat/mergo@v1.0.1;$WORK/b763=>" -p dario.cat/mergo -lang=go1.13 -complete -installsuffix shared -buildid 4XY8mP95WW7_kxzAYzag/4XY8mP95WW7_kxzAYzag -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b763/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:20:51.9277913Z [00:02:45.195]➜  go tool buildid -w $WORK/b747/_pkg_.a # internal
2025-08-20T21:20:51.9313490Z [00:02:45.199]➜  cp $WORK/b747/_pkg_.a /root/.cache/go-build/1c/1c9173e08641b9f3fc40a9e0a12bc59762aa01376e4c4f2f4411b037fcce813a-d # internal
2025-08-20T21:20:51.9335160Z [00:02:45.201]➜  github.com/derailed/tcell/v2
2025-08-20T21:20:51.9336585Z [00:02:45.201]➜  mkdir -p $WORK/b707/
2025-08-20T21:20:51.9337317Z [00:02:45.201]➜  cat >/tmp/go-build3547871397/b707/importcfg << 'EOF' # internal
2025-08-20T21:20:51.9338001Z [00:02:45.201]➜  # import config
2025-08-20T21:20:51.9338647Z [00:02:45.201]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:51.9339446Z [00:02:45.201]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:51.9340226Z [00:02:45.201]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:51.9341214Z [00:02:45.201]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:20:51.9342476Z [00:02:45.201]➜  packagefile github.com/derailed/tcell/v2/terminfo/base=/tmp/go-build3547871397/b709/_pkg_.a
2025-08-20T21:20:51.9343969Z [00:02:45.201]➜  packagefile github.com/derailed/tcell/v2/terminfo/dynamic=/tmp/go-build3547871397/b715/_pkg_.a
2025-08-20T21:20:51.9345372Z [00:02:45.201]➜  packagefile github.com/derailed/tcell/v2/terminfo/extended=/tmp/go-build3547871397/b716/_pkg_.a
2025-08-20T21:20:51.9346571Z [00:02:45.201]➜  packagefile github.com/gdamore/encoding=/tmp/go-build3547871397/b746/_pkg_.a
2025-08-20T21:20:51.9347689Z [00:02:45.201]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3547871397/b747/_pkg_.a
2025-08-20T21:20:51.9348810Z [00:02:45.201]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3547871397/b749/_pkg_.a
2025-08-20T21:20:51.9349843Z [00:02:45.201]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:20:51.9350800Z [00:02:45.201]➜  packagefile golang.org/x/term=/tmp/go-build3547871397/b437/_pkg_.a
2025-08-20T21:20:51.9351797Z [00:02:45.201]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3547871397/b334/_pkg_.a
2025-08-20T21:20:51.9353034Z [00:02:45.201]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:20:51.9354010Z [00:02:45.201]➜  packagefile image/color=/tmp/go-build3547871397/b748/_pkg_.a
2025-08-20T21:20:51.9354999Z [00:02:45.201]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:51.9355765Z [00:02:45.201]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:51.9356524Z [00:02:45.201]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:51.9357305Z [00:02:45.201]➜  packagefile os/signal=/tmp/go-build3547871397/b751/_pkg_.a
2025-08-20T21:20:51.9358120Z [00:02:45.201]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:51.9358931Z [00:02:45.201]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:51.9359723Z [00:02:45.201]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:51.9360517Z [00:02:45.201]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:51.9361297Z [00:02:45.201]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:51.9362121Z [00:02:45.201]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:51.9363549Z [00:02:45.201]➜  EOF
2025-08-20T21:20:51.9379025Z [00:02:45.201]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b707/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4=>github.com/derailed/tcell/v2@v2.3.1-rc.4;$WORK/b707=>" -p github.com/derailed/tcell/v2 -lang=go1.19 -complete -installsuffix shared -buildid 5aHLFIRNclHD4QinMg4H/5aHLFIRNclHD4QinMg4H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b707/importcfg -pack /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/attr.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/cell.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/charset_unix.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/color.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/colorfit.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/console_stub.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/doc.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/encoding.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/errors.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/event.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/interrupt.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/key.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/mouse.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/nonblock_unix.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/paste.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/resize.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/runes.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/screen.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/simulation.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/style.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terms_default.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/terms_dynamic.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/tscreen.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/tscreen_unix.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/tty.go /root/go/pkg/mod/github.com/derailed/tcell/v2@v2.3.1-rc.4/tty_unix.go
2025-08-20T21:20:51.9496805Z [00:02:45.217]➜  go tool buildid -w $WORK/b756/_pkg_.a # internal
2025-08-20T21:20:51.9502384Z [00:02:45.217]➜  cp $WORK/b756/_pkg_.a /root/.cache/go-build/f2/f26ed96fedec81655cc9442c849b853b830e5d801a250856687290fd7e400d11-d # internal
2025-08-20T21:20:51.9503684Z [00:02:45.217]➜  github.com/anchore/go-homedir
2025-08-20T21:20:51.9504234Z [00:02:45.217]➜  mkdir -p $WORK/b764/
2025-08-20T21:20:51.9509934Z [00:02:45.218]➜  cat >/tmp/go-build3547871397/b764/importcfg << 'EOF' # internal
2025-08-20T21:20:51.9519690Z [00:02:45.218]➜  # import config
2025-08-20T21:20:51.9520345Z [00:02:45.218]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:51.9521333Z [00:02:45.218]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:51.9522205Z [00:02:45.218]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:51.9523144Z [00:02:45.218]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:20:51.9523974Z [00:02:45.218]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:51.9524811Z [00:02:45.218]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:51.9525583Z [00:02:45.218]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:51.9526352Z [00:02:45.218]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:51.9527380Z [00:02:45.218]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:51.9528113Z [00:02:45.218]➜  EOF
2025-08-20T21:20:51.9532246Z [00:02:45.218]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b764/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/go-homedir@v0.0.0-20250319154043-c29668562e4d=>github.com/anchore/go-homedir@v0.0.0-20250319154043-c29668562e4d;$WORK/b764=>" -p github.com/anchore/go-homedir -lang=go1.12 -complete -installsuffix shared -buildid gOZS154rPCDHIPuiow4f/gOZS154rPCDHIPuiow4f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b764/importcfg -pack /root/go/pkg/mod/github.com/anchore/go-homedir@v0.0.0-20250319154043-c29668562e4d/homedir.go
2025-08-20T21:20:51.9968752Z [00:02:45.264]➜  go tool buildid -w $WORK/b764/_pkg_.a # internal
2025-08-20T21:20:51.9977774Z [00:02:45.265]➜  cp $WORK/b764/_pkg_.a /root/.cache/go-build/18/18846a4e7b5c23f9a10024682f5da531d8239a67e3fe42be04a855ca5a3ca814-d # internal
2025-08-20T21:20:51.9983564Z [00:02:45.265]➜  github.com/anchore/go-logger
2025-08-20T21:20:51.9985414Z [00:02:45.265]➜  mkdir -p $WORK/b765/
2025-08-20T21:20:51.9990266Z [00:02:45.266]➜  cat >/tmp/go-build3547871397/b765/importcfg << 'EOF' # internal
2025-08-20T21:20:51.9991047Z [00:02:45.266]➜  # import config
2025-08-20T21:20:51.9991730Z [00:02:45.266]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:51.9992796Z [00:02:45.266]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:51.9993638Z [00:02:45.266]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:51.9994245Z [00:02:45.266]➜  EOF
2025-08-20T21:20:51.9998153Z [00:02:45.266]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b765/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/go-logger@v0.0.0-20250318195838-07ae343dd722=>github.com/anchore/go-logger@v0.0.0-20250318195838-07ae343dd722;$WORK/b765=>" -p github.com/anchore/go-logger -lang=go1.17 -complete -installsuffix shared -buildid e7TUg4ZvvWIz1K-EAigc/e7TUg4ZvvWIz1K-EAigc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b765/importcfg -pack /root/go/pkg/mod/github.com/anchore/go-logger@v0.0.0-20250318195838-07ae343dd722/logger.go
2025-08-20T21:20:52.0289348Z [00:02:45.296]➜  go tool buildid -w $WORK/b765/_pkg_.a # internal
2025-08-20T21:20:52.0300921Z [00:02:45.297]➜  cp $WORK/b765/_pkg_.a /root/.cache/go-build/3e/3ebd5ecfc8110c952f966b852aaa0686aa061a7f5aeb670a30ce577b9ac56ebe-d # internal
2025-08-20T21:20:52.0311829Z [00:02:45.297]➜  github.com/anchore/go-logger/adapter/discard
2025-08-20T21:20:52.0312475Z [00:02:45.298]➜  mkdir -p $WORK/b766/
2025-08-20T21:20:52.0313368Z [00:02:45.298]➜  cat >/tmp/go-build3547871397/b766/importcfg << 'EOF' # internal
2025-08-20T21:20:52.0314039Z [00:02:45.298]➜  # import config
2025-08-20T21:20:52.0314808Z [00:02:45.298]➜  packagefile github.com/anchore/go-logger=/tmp/go-build3547871397/b765/_pkg_.a
2025-08-20T21:20:52.0315726Z [00:02:45.298]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:52.0316320Z [00:02:45.298]➜  EOF
2025-08-20T21:20:52.0320806Z [00:02:45.298]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b766/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/go-logger@v0.0.0-20250318195838-07ae343dd722/adapter/discard=>github.com/anchore/go-logger@v0.0.0-20250318195838-07ae343dd722/adapter/discard;$WORK/b766=>" -p github.com/anchore/go-logger/adapter/discard -lang=go1.17 -complete -installsuffix shared -buildid i4m1Juif8ZfYmjDUir9Q/i4m1Juif8ZfYmjDUir9Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b766/importcfg -pack /root/go/pkg/mod/github.com/anchore/go-logger@v0.0.0-20250318195838-07ae343dd722/adapter/discard/logger.go
2025-08-20T21:20:52.0441910Z [00:02:45.311]➜  go tool buildid -w $WORK/b766/_pkg_.a # internal
2025-08-20T21:20:52.0451067Z [00:02:45.312]➜  cp $WORK/b766/_pkg_.a /root/.cache/go-build/ea/ea88b891d72c3a024a35bcb74d33cc02a9c4880baacc86d5c5f75e457bef674b-d # internal
2025-08-20T21:20:52.0453532Z [00:02:45.312]➜  github.com/go-viper/mapstructure/v2/internal/errors
2025-08-20T21:20:52.0454196Z [00:02:45.313]➜  mkdir -p $WORK/b768/
2025-08-20T21:20:52.0462936Z [00:02:45.313]➜  cat >/tmp/go-build3547871397/b768/importcfg << 'EOF' # internal
2025-08-20T21:20:52.0463646Z [00:02:45.313]➜  # import config
2025-08-20T21:20:52.0464300Z [00:02:45.313]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:52.0464959Z [00:02:45.313]➜  EOF
2025-08-20T21:20:52.0469347Z [00:02:45.314]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b768/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.3.0/internal/errors=>github.com/go-viper/mapstructure/v2@v2.3.0/internal/errors;$WORK/b768=>" -p github.com/go-viper/mapstructure/v2/internal/errors -lang=go1.18 -complete -installsuffix shared -buildid cf_GqKvWP5wyLEdYsuYv/cf_GqKvWP5wyLEdYsuYv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b768/importcfg -pack /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.3.0/internal/errors/errors.go /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.3.0/internal/errors/join.go
2025-08-20T21:20:52.0487294Z [00:02:45.316]➜  go tool buildid -w $WORK/b763/_pkg_.a # internal
2025-08-20T21:20:52.0501354Z [00:02:45.317]➜  cp $WORK/b763/_pkg_.a /root/.cache/go-build/f4/f4f65f00bc42467f1b61ca77494c0e707150f30de9c54d16d2b075da8436e567-d # internal
2025-08-20T21:20:52.0504438Z [00:02:45.318]➜  github.com/fsnotify/fsnotify/internal
2025-08-20T21:20:52.0505502Z [00:02:45.318]➜  mkdir -p $WORK/b771/
2025-08-20T21:20:52.0512547Z [00:02:45.318]➜  cat >/tmp/go-build3547871397/b771/importcfg << 'EOF' # internal
2025-08-20T21:20:52.0513448Z [00:02:45.318]➜  # import config
2025-08-20T21:20:52.0514063Z [00:02:45.318]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:52.0514957Z [00:02:45.318]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:20:52.0515877Z [00:02:45.318]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:52.0516710Z [00:02:45.318]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:52.0517564Z [00:02:45.318]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:52.0518401Z [00:02:45.318]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:52.0518991Z [00:02:45.318]➜  EOF
2025-08-20T21:20:52.0524864Z [00:02:45.318]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b771/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/internal=>github.com/fsnotify/fsnotify@v1.9.0/internal;$WORK/b771=>" -p github.com/fsnotify/fsnotify/internal -lang=go1.17 -complete -installsuffix shared -buildid FaONOSUsutSfL620N9cJ/FaONOSUsutSfL620N9cJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b771/importcfg -pack /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/internal/debug_linux.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/internal/internal.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/internal/unix.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/internal/unix2.go
2025-08-20T21:20:52.0594158Z [00:02:45.327]➜  go tool buildid -w $WORK/b768/_pkg_.a # internal
2025-08-20T21:20:52.0601361Z [00:02:45.327]➜  cp $WORK/b768/_pkg_.a /root/.cache/go-build/bd/bd00d208b30f484e4ce715b4af5af555850dc8fef55ca42ee9f9677746a845d4-d # internal
2025-08-20T21:20:52.0612118Z [00:02:45.328]➜  github.com/go-viper/mapstructure/v2
2025-08-20T21:20:52.0614368Z [00:02:45.328]➜  mkdir -p $WORK/b767/
2025-08-20T21:20:52.0615131Z [00:02:45.328]➜  cat >/tmp/go-build3547871397/b767/importcfg << 'EOF' # internal
2025-08-20T21:20:52.0615834Z [00:02:45.328]➜  # import config
2025-08-20T21:20:52.0616511Z [00:02:45.328]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:52.0617396Z [00:02:45.328]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:52.0618296Z [00:02:45.328]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:52.0619119Z [00:02:45.328]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:52.0620250Z [00:02:45.328]➜  packagefile github.com/go-viper/mapstructure/v2/internal/errors=/tmp/go-build3547871397/b768/_pkg_.a
2025-08-20T21:20:52.0621396Z [00:02:45.328]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:52.0622204Z [00:02:45.328]➜  packagefile net/netip=/tmp/go-build3547871397/b125/_pkg_.a
2025-08-20T21:20:52.0623293Z [00:02:45.328]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:52.0624120Z [00:02:45.328]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:52.0624901Z [00:02:45.328]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:52.0625657Z [00:02:45.328]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:52.0626443Z [00:02:45.328]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:52.0627221Z [00:02:45.328]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:52.0627787Z [00:02:45.328]➜  EOF
2025-08-20T21:20:52.0632575Z [00:02:45.328]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b767/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.3.0=>github.com/go-viper/mapstructure/v2@v2.3.0;$WORK/b767=>" -p github.com/go-viper/mapstructure/v2 -lang=go1.18 -complete -installsuffix shared -buildid o6Le6EP_PoTlOfxO764S/o6Le6EP_PoTlOfxO764S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b767/importcfg -pack /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.3.0/decode_hooks.go /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.3.0/errors.go /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.3.0/mapstructure.go /root/go/pkg/mod/github.com/go-viper/mapstructure/v2@v2.3.0/reflect_go1_20.go
2025-08-20T21:20:52.0971362Z [00:02:45.364]➜  go tool buildid -w $WORK/b771/_pkg_.a # internal
2025-08-20T21:20:52.0983604Z [00:02:45.365]➜  cp $WORK/b771/_pkg_.a /root/.cache/go-build/d4/d4b643d7cfdd6b96580fbb8b8e4caa2f55ab605761365be141c569829ef75fd9-d # internal
2025-08-20T21:20:52.1001524Z [00:02:45.366]➜  github.com/fsnotify/fsnotify
2025-08-20T21:20:52.1002115Z [00:02:45.366]➜  mkdir -p $WORK/b770/
2025-08-20T21:20:52.1003117Z [00:02:45.366]➜  cat >/tmp/go-build3547871397/b770/importcfg << 'EOF' # internal
2025-08-20T21:20:52.1003825Z [00:02:45.366]➜  # import config
2025-08-20T21:20:52.1004518Z [00:02:45.366]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:52.1005716Z [00:02:45.366]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:52.1007139Z [00:02:45.366]➜  packagefile github.com/fsnotify/fsnotify/internal=/tmp/go-build3547871397/b771/_pkg_.a
2025-08-20T21:20:52.1008629Z [00:02:45.366]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:20:52.1009780Z [00:02:45.366]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:52.1011142Z [00:02:45.367]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:52.1013482Z [00:02:45.367]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:52.1014706Z [00:02:45.367]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:52.1016516Z [00:02:45.367]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:52.1017353Z [00:02:45.367]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:52.1018549Z [00:02:45.367]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:52.1019181Z [00:02:45.367]➜  EOF
2025-08-20T21:20:52.1056053Z [00:02:45.367]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b770/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0=>github.com/fsnotify/fsnotify@v1.9.0;$WORK/b770=>" -p github.com/fsnotify/fsnotify -lang=go1.17 -complete -installsuffix shared -buildid u7uispGw6wTdJ42wkFGz/u7uispGw6wTdJ42wkFGz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b770/importcfg -pack /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/backend_inotify.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/fsnotify.go /root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.9.0/shared.go
2025-08-20T21:20:52.2828090Z [00:02:45.550]➜  go tool buildid -w $WORK/b770/_pkg_.a # internal
2025-08-20T21:20:52.2884730Z [00:02:45.556]➜  cp $WORK/b770/_pkg_.a /root/.cache/go-build/86/86fdc75c888f4ff8f992cbc8ca63143655823630657308fb8e352bfde5acc790-d # internal
2025-08-20T21:20:52.2897900Z [00:02:45.557]➜  github.com/sourcegraph/conc/panics
2025-08-20T21:20:52.2899286Z [00:02:45.557]➜  mkdir -p $WORK/b775/
2025-08-20T21:20:52.2912068Z [00:02:45.558]➜  cat >/tmp/go-build3547871397/b775/importcfg << 'EOF' # internal
2025-08-20T21:20:52.2913121Z [00:02:45.558]➜  # import config
2025-08-20T21:20:52.2913795Z [00:02:45.558]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:52.2914637Z [00:02:45.558]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:52.2920728Z [00:02:45.558]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:20:52.2921732Z [00:02:45.558]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:52.2922828Z [00:02:45.558]➜  EOF
2025-08-20T21:20:52.2927134Z [00:02:45.559]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b775/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/panics=>github.com/sourcegraph/conc@v0.3.0/panics;$WORK/b775=>" -p github.com/sourcegraph/conc/panics -lang=go1.19 -complete -installsuffix shared -buildid THcaZSZXQrXtTsTjeN4i/THcaZSZXQrXtTsTjeN4i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b775/importcfg -pack /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/panics/panics.go /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/panics/try.go
2025-08-20T21:20:52.3250959Z [00:02:45.592]➜  go tool buildid -w $WORK/b775/_pkg_.a # internal
2025-08-20T21:20:52.3264152Z [00:02:45.593]➜  cp $WORK/b775/_pkg_.a /root/.cache/go-build/d4/d4c07e790f17908e05fa3bc610b25d06b8e3c282c38d2d9b1ca775c62bb6e840-d # internal
2025-08-20T21:20:52.3265279Z [00:02:45.593]➜  github.com/sourcegraph/conc
2025-08-20T21:20:52.3265782Z [00:02:45.593]➜  mkdir -p $WORK/b774/
2025-08-20T21:20:52.3266468Z [00:02:45.594]➜  cat >/tmp/go-build3547871397/b774/importcfg << 'EOF' # internal
2025-08-20T21:20:52.3267071Z [00:02:45.594]➜  # import config
2025-08-20T21:20:52.3267865Z [00:02:45.594]➜  packagefile github.com/sourcegraph/conc/panics=/tmp/go-build3547871397/b775/_pkg_.a
2025-08-20T21:20:52.3268804Z [00:02:45.594]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:52.3269338Z [00:02:45.594]➜  EOF
2025-08-20T21:20:52.3272512Z [00:02:45.594]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b774/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0=>github.com/sourcegraph/conc@v0.3.0;$WORK/b774=>" -p github.com/sourcegraph/conc -lang=go1.19 -complete -installsuffix shared -buildid ohpDoMbQCXuNxuKYUJok/ohpDoMbQCXuNxuKYUJok -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b774/importcfg -pack /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/waitgroup.go
2025-08-20T21:20:52.3525284Z [00:02:45.620]➜  go tool buildid -w $WORK/b774/_pkg_.a # internal
2025-08-20T21:20:52.3546325Z [00:02:45.621]➜  cp $WORK/b774/_pkg_.a /root/.cache/go-build/86/866e9f0895b0795ada88c5c8034b2ad0b4eb8b2a38614063d38abf1da07d1add-d # internal
2025-08-20T21:20:52.3553860Z [00:02:45.621]➜  github.com/sourcegraph/conc/internal/multierror
2025-08-20T21:20:52.3554744Z [00:02:45.621]➜  mkdir -p $WORK/b776/
2025-08-20T21:20:52.3555445Z [00:02:45.622]➜  cat >/tmp/go-build3547871397/b776/importcfg << 'EOF' # internal
2025-08-20T21:20:52.3556102Z [00:02:45.622]➜  # import config
2025-08-20T21:20:52.3556727Z [00:02:45.622]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:52.3557313Z [00:02:45.622]➜  EOF
2025-08-20T21:20:52.3561333Z [00:02:45.622]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b776/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/internal/multierror=>github.com/sourcegraph/conc@v0.3.0/internal/multierror;$WORK/b776=>" -p github.com/sourcegraph/conc/internal/multierror -lang=go1.19 -complete -installsuffix shared -buildid UeCg8PnEnWN7qZt75bHk/UeCg8PnEnWN7qZt75bHk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b776/importcfg -pack /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/internal/multierror/multierror_go120.go
2025-08-20T21:20:52.3620871Z [00:02:45.629]➜  go tool buildid -w $WORK/b776/_pkg_.a # internal
2025-08-20T21:20:52.3631035Z [00:02:45.630]➜  cp $WORK/b776/_pkg_.a /root/.cache/go-build/39/39bd96e1b97c057864d58fe51747acdec0ca556552822af122cf2bac5f3e0974-d # internal
2025-08-20T21:20:52.3632248Z [00:02:45.630]➜  github.com/sourcegraph/conc/iter
2025-08-20T21:20:52.3633283Z [00:02:45.631]➜  mkdir -p $WORK/b773/
2025-08-20T21:20:52.3643638Z [00:02:45.631]➜  cat >/tmp/go-build3547871397/b773/importcfg << 'EOF' # internal
2025-08-20T21:20:52.3644406Z [00:02:45.631]➜  # import config
2025-08-20T21:20:52.3645239Z [00:02:45.631]➜  packagefile github.com/sourcegraph/conc=/tmp/go-build3547871397/b774/_pkg_.a
2025-08-20T21:20:52.3646786Z [00:02:45.631]➜  packagefile github.com/sourcegraph/conc/internal/multierror=/tmp/go-build3547871397/b776/_pkg_.a
2025-08-20T21:20:52.3648003Z [00:02:45.631]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:52.3648875Z [00:02:45.631]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:52.3649901Z [00:02:45.631]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:52.3650604Z [00:02:45.631]➜  EOF
2025-08-20T21:20:52.3654744Z [00:02:45.631]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b773/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/iter=>github.com/sourcegraph/conc@v0.3.0/iter;$WORK/b773=>" -p github.com/sourcegraph/conc/iter -lang=go1.19 -complete -installsuffix shared -buildid Soy20IC365HpSeglXmJS/Soy20IC365HpSeglXmJS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b773/importcfg -pack /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/iter/iter.go /root/go/pkg/mod/github.com/sourcegraph/conc@v0.3.0/iter/map.go
2025-08-20T21:20:52.3807474Z [00:02:45.648]➜  go tool buildid -w $WORK/b773/_pkg_.a # internal
2025-08-20T21:20:52.3828457Z [00:02:45.648]➜  cp $WORK/b773/_pkg_.a /root/.cache/go-build/59/599163f951148b4ed4f7e94abbfecc6fa3b531f01266c20f659fe13b737c112d-d # internal
2025-08-20T21:20:52.3829666Z [00:02:45.648]➜  github.com/spf13/afero/internal/common
2025-08-20T21:20:52.3830239Z [00:02:45.648]➜  mkdir -p $WORK/b778/
2025-08-20T21:20:52.3830927Z [00:02:45.648]➜  cat >/tmp/go-build3547871397/b778/importcfg << 'EOF' # internal
2025-08-20T21:20:52.3831576Z [00:02:45.648]➜  # import config
2025-08-20T21:20:52.3832197Z [00:02:45.648]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:52.3835192Z [00:02:45.648]➜  EOF
2025-08-20T21:20:52.3838871Z [00:02:45.649]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b778/_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/b778=>" -p github.com/spf13/afero/internal/common -lang=go1.23 -complete -installsuffix shared -buildid cHIdQ0dNWdqri1XX4VGL/cHIdQ0dNWdqri1XX4VGL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b778/importcfg -pack /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/internal/common/adapters.go
2025-08-20T21:20:52.3858496Z [00:02:45.653]➜  go tool buildid -w $WORK/b767/_pkg_.a # internal
2025-08-20T21:20:52.3896705Z [00:02:45.657]➜  cp $WORK/b767/_pkg_.a /root/.cache/go-build/ba/ba301ba206bacaf919acb05256109e35dd6b95b5fc2ae77c6806b9dd3eb43dfe-d # internal
2025-08-20T21:20:52.3903009Z [00:02:45.657]➜  html
2025-08-20T21:20:52.3905033Z [00:02:45.658]➜  mkdir -p $WORK/b782/
2025-08-20T21:20:52.3914505Z [00:02:45.659]➜  cat >/tmp/go-build3547871397/b782/importcfg << 'EOF' # internal
2025-08-20T21:20:52.3915337Z [00:02:45.659]➜  # import config
2025-08-20T21:20:52.3917616Z [00:02:45.659]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:52.3918540Z [00:02:45.659]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:52.3920885Z [00:02:45.659]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:52.3921495Z [00:02:45.659]➜  EOF
2025-08-20T21:20:52.3924328Z [00:02:45.659]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b782/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b782=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid Y35p46kOumeGfB2fxVra/Y35p46kOumeGfB2fxVra -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b782/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T21:20:52.4063725Z [00:02:45.674]➜  go tool buildid -w $WORK/b778/_pkg_.a # internal
2025-08-20T21:20:52.4070788Z [00:02:45.674]➜  cp $WORK/b778/_pkg_.a /root/.cache/go-build/06/06e66d512aea6f4c9d4513592a59f10f6006e394a4f2b14a66dfa7c8a6398f39-d # internal
2025-08-20T21:20:52.4082866Z [00:02:45.675]➜  github.com/spf13/afero/mem
2025-08-20T21:20:52.4083533Z [00:02:45.675]➜  mkdir -p $WORK/b779/
2025-08-20T21:20:52.4084487Z [00:02:45.675]➜  cat >/tmp/go-build3547871397/b779/importcfg << 'EOF' # internal
2025-08-20T21:20:52.4085876Z [00:02:45.675]➜  # import config
2025-08-20T21:20:52.4087060Z [00:02:45.675]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:52.4088255Z [00:02:45.675]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:52.4089951Z [00:02:45.675]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build3547871397/b778/_pkg_.a
2025-08-20T21:20:52.4092275Z [00:02:45.675]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:52.4093277Z [00:02:45.675]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:52.4094095Z [00:02:45.675]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:52.4094967Z [00:02:45.675]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:52.4095831Z [00:02:45.675]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:52.4096644Z [00:02:45.675]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:52.4097506Z [00:02:45.675]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:52.4098349Z [00:02:45.675]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:52.4098965Z [00:02:45.675]➜  EOF
2025-08-20T21:20:52.4116227Z [00:02:45.678]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b779/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/afero@v1.14.0/mem=>github.com/spf13/afero@v1.14.0/mem;$WORK/b779=>" -p github.com/spf13/afero/mem -lang=go1.23 -complete -installsuffix shared -buildid 8ACEwmJVaZNoZJKR1zA-/8ACEwmJVaZNoZJKR1zA- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b779/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:20:52.4909701Z [00:02:45.758]➜  go tool buildid -w $WORK/b782/_pkg_.a # internal
2025-08-20T21:20:52.4926260Z [00:02:45.760]➜  cp $WORK/b782/_pkg_.a /root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d # internal
2025-08-20T21:20:52.4943149Z [00:02:45.761]➜  html/template
2025-08-20T21:20:52.4952956Z [00:02:45.762]➜  mkdir -p $WORK/b781/
2025-08-20T21:20:52.4959708Z [00:02:45.762]➜  cat >/tmp/go-build3547871397/b781/importcfg << 'EOF' # internal
2025-08-20T21:20:52.4960347Z [00:02:45.762]➜  # import config
2025-08-20T21:20:52.4960940Z [00:02:45.762]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:52.4961715Z [00:02:45.762]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:52.4962464Z [00:02:45.762]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:52.4963416Z [00:02:45.762]➜  packagefile html=/tmp/go-build3547871397/b782/_pkg_.a
2025-08-20T21:20:52.4964198Z [00:02:45.762]➜  packagefile internal/godebug=/tmp/go-build3547871397/b057/_pkg_.a
2025-08-20T21:20:52.4964952Z [00:02:45.762]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:52.4965649Z [00:02:45.762]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:52.4966339Z [00:02:45.762]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:20:52.4967035Z [00:02:45.762]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:52.4967711Z [00:02:45.762]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:52.4968474Z [00:02:45.762]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:52.4969256Z [00:02:45.762]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:52.4969993Z [00:02:45.762]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:52.4970722Z [00:02:45.762]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:52.4971460Z [00:02:45.762]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:52.4972192Z [00:02:45.762]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:52.4973257Z [00:02:45.762]➜  packagefile text/template=/tmp/go-build3547871397/b281/_pkg_.a
2025-08-20T21:20:52.4974159Z [00:02:45.762]➜  packagefile text/template/parse=/tmp/go-build3547871397/b282/_pkg_.a
2025-08-20T21:20:52.4975127Z [00:02:45.762]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:52.4975922Z [00:02:45.762]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:52.4976515Z [00:02:45.762]➜  EOF
2025-08-20T21:20:52.4985016Z [00:02:45.762]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b781/_pkg_.a -trimpath "/root/.go/src/html/template=>html/template;$WORK/b781=>" -p html/template -lang=go1.25 -std -complete -installsuffix shared -buildid QzBOc82hvH6967WCqxpK/QzBOc82hvH6967WCqxpK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b781/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:20:52.5214325Z [00:02:45.788]➜  go tool buildid -w $WORK/b779/_pkg_.a # internal
2025-08-20T21:20:52.5225473Z [00:02:45.790]➜  go tool buildid -w $WORK/b707/_pkg_.a # internal
2025-08-20T21:20:52.5230416Z [00:02:45.790]➜  cp $WORK/b779/_pkg_.a /root/.cache/go-build/bc/bca9b66db21aed85f8a2f72d158b415808fb90b3e709fe251fea94362b87e25c-d # internal
2025-08-20T21:20:52.5236765Z [00:02:45.791]➜  github.com/spf13/afero
2025-08-20T21:20:52.5242420Z [00:02:45.791]➜  mkdir -p $WORK/b777/
2025-08-20T21:20:52.5245889Z [00:02:45.792]➜  cat >/tmp/go-build3547871397/b777/importcfg << 'EOF' # internal
2025-08-20T21:20:52.5247431Z [00:02:45.792]➜  # import config
2025-08-20T21:20:52.5273766Z [00:02:45.792]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:52.5275075Z [00:02:45.792]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:52.5276082Z [00:02:45.792]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:52.5277258Z [00:02:45.792]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build3547871397/b778/_pkg_.a
2025-08-20T21:20:52.5278488Z [00:02:45.792]➜  packagefile github.com/spf13/afero/mem=/tmp/go-build3547871397/b779/_pkg_.a
2025-08-20T21:20:52.5279605Z [00:02:45.792]➜  packagefile golang.org/x/text/runes=/tmp/go-build3547871397/b338/_pkg_.a
2025-08-20T21:20:52.5280725Z [00:02:45.792]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:20:52.5281948Z [00:02:45.792]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3547871397/b262/_pkg_.a
2025-08-20T21:20:52.5283253Z [00:02:45.792]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:52.5284341Z [00:02:45.792]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:52.5285290Z [00:02:45.792]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:52.5286243Z [00:02:45.792]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:52.5287371Z [00:02:45.792]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:52.5288290Z [00:02:45.792]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:52.5289351Z [00:02:45.792]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:52.5291303Z [00:02:45.792]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:52.5292147Z [00:02:45.792]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:52.5294940Z [00:02:45.792]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:52.5295807Z [00:02:45.792]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:52.5296780Z [00:02:45.792]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:52.5297621Z [00:02:45.792]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:52.5298421Z [00:02:45.792]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:52.5299228Z [00:02:45.792]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:52.5300039Z [00:02:45.792]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:52.5300648Z [00:02:45.792]➜  EOF
2025-08-20T21:20:52.5310760Z [00:02:45.792]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b777/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/afero@v1.14.0=>github.com/spf13/afero@v1.14.0;$WORK/b777=>" -p github.com/spf13/afero -lang=go1.23 -complete -installsuffix shared -buildid cJ3L4TVKRdVgtHLkPky2/cJ3L4TVKRdVgtHLkPky2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b777/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:20:52.5348905Z [00:02:45.802]➜  cp $WORK/b707/_pkg_.a /root/.cache/go-build/5b/5bd0f1b72fd11561d70ec51b654a75f66d69d3b964123b511e2373c3d009436e-d # internal
2025-08-20T21:20:52.5365169Z [00:02:45.804]➜  github.com/derailed/tview
2025-08-20T21:20:52.5366318Z [00:02:45.804]➜  mkdir -p $WORK/b752/
2025-08-20T21:20:52.5379237Z [00:02:45.805]➜  cat >/tmp/go-build3547871397/b752/importcfg << 'EOF' # internal
2025-08-20T21:20:52.5380263Z [00:02:45.805]➜  # import config
2025-08-20T21:20:52.5381128Z [00:02:45.805]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:52.5383033Z [00:02:45.805]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:52.5384000Z [00:02:45.805]➜  packagefile github.com/derailed/tcell/v2=/tmp/go-build3547871397/b707/_pkg_.a
2025-08-20T21:20:52.5385266Z [00:02:45.805]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3547871397/b747/_pkg_.a
2025-08-20T21:20:52.5386394Z [00:02:45.805]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3547871397/b749/_pkg_.a
2025-08-20T21:20:52.5387451Z [00:02:45.805]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3547871397/b750/_pkg_.a
2025-08-20T21:20:52.5388301Z [00:02:45.805]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:52.5389063Z [00:02:45.805]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:52.5389839Z [00:02:45.805]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:52.5390602Z [00:02:45.805]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:52.5391369Z [00:02:45.805]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:52.5392155Z [00:02:45.805]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:52.5393172Z [00:02:45.805]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:52.5393926Z [00:02:45.805]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:52.5394720Z [00:02:45.805]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:52.5395495Z [00:02:45.805]➜  EOF
2025-08-20T21:20:52.5416996Z [00:02:45.808]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b752/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/derailed/tview@v0.8.5=>github.com/derailed/tview@v0.8.5;$WORK/b752=>" -p github.com/derailed/tview -lang=go1.19 -complete -installsuffix shared -buildid OW2g55AcJUgqUZH53seJ/OW2g55AcJUgqUZH53seJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b752/importcfg -pack /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/ansi.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/application.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/borders.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/box.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/button.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/checkbox.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/doc.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/dropdown.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/flex.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/focusable.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/form.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/frame.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/grid.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/inputfield.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/list.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/modal.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/modal_form.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/pages.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/primitive.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/semigraphics.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/styles.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/table.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/textview.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/treeview.go /root/go/pkg/mod/github.com/derailed/tview@v0.8.5/util.go
2025-08-20T21:20:52.7689735Z [00:02:46.036]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T21:20:52.8240277Z [00:02:46.091]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/94/946aa8f1f5855abec070c3d05d6f658b82df7083364b4b09b5cc40242fb56162-d # internal
2025-08-20T21:20:52.8250123Z [00:02:46.092]➜  github.com/derailed/k9s/internal/config/data
2025-08-20T21:20:52.8259226Z [00:02:46.092]➜  mkdir -p $WORK/b700/
2025-08-20T21:20:52.8260005Z [00:02:46.092]➜  cat >/tmp/go-build3547871397/b700/importcfg << 'EOF' # internal
2025-08-20T21:20:52.8260608Z [00:02:46.092]➜  # import config
2025-08-20T21:20:52.8261192Z [00:02:46.092]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:52.8261932Z [00:02:46.092]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:52.8262964Z [00:02:46.092]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:52.8263945Z [00:02:46.092]➜  packagefile github.com/derailed/k9s/internal/client=/tmp/go-build3547871397/b066/_pkg_.a
2025-08-20T21:20:52.8265277Z [00:02:46.092]➜  packagefile github.com/derailed/k9s/internal/config/json=/tmp/go-build3547871397/b701/_pkg_.a
2025-08-20T21:20:52.8266462Z [00:02:46.092]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:20:52.8267445Z [00:02:46.092]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:20:52.8268220Z [00:02:46.092]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:52.8268930Z [00:02:46.092]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:52.8269851Z [00:02:46.092]➜  packagefile k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3547871397/b443/_pkg_.a
2025-08-20T21:20:52.8270762Z [00:02:46.092]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:20:52.8271534Z [00:02:46.092]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:52.8272278Z [00:02:46.092]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:52.8303876Z [00:02:46.092]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:52.8304709Z [00:02:46.092]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:52.8305519Z [00:02:46.092]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:52.8306263Z [00:02:46.092]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:52.8307000Z [00:02:46.092]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:52.8307549Z [00:02:46.092]➜  EOF
2025-08-20T21:20:52.8312536Z [00:02:46.092]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b700/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data=>github.com/derailed/k9s/internal/config/data;$WORK/b700=>" -p github.com/derailed/k9s/internal/config/data -lang=go1.24 -complete -installsuffix shared -buildid CH_ZEfvAjRmBec6B_ZVf/CH_ZEfvAjRmBec6B_ZVf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b700/importcfg -pack ./internal/config/data/config.go ./internal/config/data/context.go ./internal/config/data/dir.go ./internal/config/data/feature_gate.go ./internal/config/data/helpers.go ./internal/config/data/ns.go ./internal/config/data/proxy.go ./internal/config/data/types.go ./internal/config/data/view.go
2025-08-20T21:20:52.8558610Z [00:02:46.123]➜  go tool buildid -w $WORK/b781/_pkg_.a # internal
2025-08-20T21:20:52.8623058Z [00:02:46.129]➜  cp $WORK/b781/_pkg_.a /root/.cache/go-build/f3/f39fb7538d934efd2ad85bf32bd5441be51c8261b7de4a43c3bab1af5d31b6c8-d # internal
2025-08-20T21:20:52.8635187Z [00:02:46.129]➜  github.com/derailed/k9s/internal/view/cmd
2025-08-20T21:20:52.8635838Z [00:02:46.129]➜  mkdir -p $WORK/b706/
2025-08-20T21:20:52.8636594Z [00:02:46.129]➜  cat >/tmp/go-build3547871397/b706/importcfg << 'EOF' # internal
2025-08-20T21:20:52.8637312Z [00:02:46.129]➜  # import config
2025-08-20T21:20:52.8638234Z [00:02:46.129]➜  packagefile github.com/derailed/k9s/internal/client=/tmp/go-build3547871397/b066/_pkg_.a
2025-08-20T21:20:52.8639771Z [00:02:46.129]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:20:52.8640801Z [00:02:46.129]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:52.8641635Z [00:02:46.129]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:52.8642461Z [00:02:46.129]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:52.8643231Z [00:02:46.129]➜  EOF
2025-08-20T21:20:52.8654288Z [00:02:46.132]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b706/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cmd=>github.com/derailed/k9s/internal/view/cmd;$WORK/b706=>" -p github.com/derailed/k9s/internal/view/cmd -lang=go1.24 -complete -installsuffix shared -buildid 26zNZLqf1iaj-NuUqfIb/26zNZLqf1iaj-NuUqfIb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b706/importcfg -pack ./internal/view/cmd/args.go ./internal/view/cmd/helpers.go ./internal/view/cmd/interpreter.go ./internal/view/cmd/types.go
2025-08-20T21:20:53.0281408Z [00:02:46.295]➜  go tool buildid -w $WORK/b777/_pkg_.a # internal
2025-08-20T21:20:53.0358682Z [00:02:46.303]➜  cp $WORK/b777/_pkg_.a /root/.cache/go-build/82/8294a4d588023183a68019e7385dc8701089e3c9eb2c1298958a847d681ca2ef-d # internal
2025-08-20T21:20:53.0363834Z [00:02:46.304]➜  github.com/sagikazarmark/locafero
2025-08-20T21:20:53.0366507Z [00:02:46.304]➜  mkdir -p $WORK/b772/
2025-08-20T21:20:53.0371914Z [00:02:46.304]➜  cat >/tmp/go-build3547871397/b772/importcfg << 'EOF' # internal
2025-08-20T21:20:53.0373049Z [00:02:46.304]➜  # import config
2025-08-20T21:20:53.0374063Z [00:02:46.304]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:53.0378536Z [00:02:46.304]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:53.0379616Z [00:02:46.304]➜  packagefile github.com/sourcegraph/conc/iter=/tmp/go-build3547871397/b773/_pkg_.a
2025-08-20T21:20:53.0380785Z [00:02:46.304]➜  packagefile github.com/spf13/afero=/tmp/go-build3547871397/b777/_pkg_.a
2025-08-20T21:20:53.0381776Z [00:02:46.304]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:53.0382878Z [00:02:46.304]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:53.0383812Z [00:02:46.304]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:53.0384440Z [00:02:46.304]➜  EOF
2025-08-20T21:20:53.0389519Z [00:02:46.305]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b772/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.9.0=>github.com/sagikazarmark/locafero@v0.9.0;$WORK/b772=>" -p github.com/sagikazarmark/locafero -lang=go1.23 -complete -installsuffix shared -buildid 9l62t-zzlGxpe_oDp2k3/9l62t-zzlGxpe_oDp2k3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b772/importcfg -pack /root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.9.0/file_type.go /root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.9.0/finder.go /root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.9.0/glob.go /root/go/pkg/mod/github.com/sagikazarmark/locafero@v0.9.0/helpers.go
2025-08-20T21:20:53.0665624Z [00:02:46.333]➜  go tool buildid -w $WORK/b706/_pkg_.a # internal
2025-08-20T21:20:53.0693394Z [00:02:46.336]➜  cp $WORK/b706/_pkg_.a /root/.cache/go-build/39/3906fa893d4d558e5e228a3508b815865d4292cbf2eff2acbcf631ca019524c3-d # internal
2025-08-20T21:20:53.0696409Z [00:02:46.337]➜  github.com/derailed/k9s/internal
2025-08-20T21:20:53.0718513Z [00:02:46.337]➜  mkdir -p $WORK/b754/
2025-08-20T21:20:53.0719328Z [00:02:46.338]➜  cat >/tmp/go-build3547871397/b754/importcfg << 'EOF' # internal
2025-08-20T21:20:53.0719983Z [00:02:46.338]➜  # import config
2025-08-20T21:20:53.0720649Z [00:02:46.338]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:53.0721734Z [00:02:46.338]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:20:53.0723215Z [00:02:46.338]➜  packagefile github.com/derailed/k9s/internal/view/cmd=/tmp/go-build3547871397/b706/_pkg_.a
2025-08-20T21:20:53.0724577Z [00:02:46.338]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:20:53.0725417Z [00:02:46.338]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:53.0726256Z [00:02:46.338]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:53.0727075Z [00:02:46.338]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:53.0727688Z [00:02:46.338]➜  EOF
2025-08-20T21:20:53.0731054Z [00:02:46.338]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b754/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal=>github.com/derailed/k9s/internal;$WORK/b754=>" -p github.com/derailed/k9s/internal -lang=go1.24 -complete -installsuffix shared -buildid 5cRexUjlGi_xr9WnJnpi/5cRexUjlGi_xr9WnJnpi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b754/importcfg -pack ./internal/helpers.go ./internal/keys.go ./internal/pool.go
2025-08-20T21:20:53.1065135Z [00:02:46.373]➜  go tool buildid -w $WORK/b772/_pkg_.a # internal
2025-08-20T21:20:53.1090258Z [00:02:46.376]➜  cp $WORK/b772/_pkg_.a /root/.cache/go-build/7a/7a037208896e7ed8a817427e7e4542feab8f306793abede6aadb5a57a1f48397-d # internal
2025-08-20T21:20:53.1102410Z [00:02:46.377]➜  github.com/spf13/cast
2025-08-20T21:20:53.1123772Z [00:02:46.378]➜  mkdir -p $WORK/b780/
2025-08-20T21:20:53.1124435Z [00:02:46.379]➜  go tool buildid -w $WORK/b754/_pkg_.a # internal
2025-08-20T21:20:53.1132292Z [00:02:46.380]➜  cat >/tmp/go-build3547871397/b780/importcfg << 'EOF' # internal
2025-08-20T21:20:53.1151430Z [00:02:46.380]➜  # import config
2025-08-20T21:20:53.1152368Z [00:02:46.380]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:53.1153520Z [00:02:46.380]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:53.1154344Z [00:02:46.380]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:53.1155195Z [00:02:46.380]➜  packagefile html/template=/tmp/go-build3547871397/b781/_pkg_.a
2025-08-20T21:20:53.1156084Z [00:02:46.380]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:53.1156900Z [00:02:46.380]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:53.1157691Z [00:02:46.380]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:53.1158463Z [00:02:46.380]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:53.1159048Z [00:02:46.380]➜  EOF
2025-08-20T21:20:53.1160118Z [00:02:46.381]➜  cp $WORK/b754/_pkg_.a /root/.cache/go-build/7c/7c45187f8bf00d6d32f8905a7e32aa2d255a8722b5febc494a729cdd398d31c8-d # internal
2025-08-20T21:20:53.1161170Z [00:02:46.381]➜  github.com/subosito/gotenv
2025-08-20T21:20:53.1161706Z [00:02:46.381]➜  mkdir -p $WORK/b784/
2025-08-20T21:20:53.1165623Z [00:02:46.381]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b780/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cast@v1.7.1=>github.com/spf13/cast@v1.7.1;$WORK/b780=>" -p github.com/spf13/cast -lang=go1.19 -complete -installsuffix shared -buildid wGvkTO-Q0AmW2Skwd7-h/wGvkTO-Q0AmW2Skwd7-h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b780/importcfg -pack /root/go/pkg/mod/github.com/spf13/cast@v1.7.1/cast.go /root/go/pkg/mod/github.com/spf13/cast@v1.7.1/caste.go /root/go/pkg/mod/github.com/spf13/cast@v1.7.1/timeformattype_string.go
2025-08-20T21:20:53.1169364Z [00:02:46.382]➜  cat >/tmp/go-build3547871397/b784/importcfg << 'EOF' # internal
2025-08-20T21:20:53.1170048Z [00:02:46.382]➜  # import config
2025-08-20T21:20:53.1170701Z [00:02:46.382]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:53.1171546Z [00:02:46.382]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:53.1172358Z [00:02:46.382]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:53.1179817Z [00:02:46.382]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3547871397/b333/_pkg_.a
2025-08-20T21:20:53.1181392Z [00:02:46.382]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:20:53.1183186Z [00:02:46.382]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:53.1184226Z [00:02:46.382]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:53.1185465Z [00:02:46.382]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:53.1186512Z [00:02:46.382]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:53.1187638Z [00:02:46.382]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:53.1189698Z [00:02:46.382]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:53.1190963Z [00:02:46.382]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:53.1191598Z [00:02:46.382]➜  EOF
2025-08-20T21:20:53.1195870Z [00:02:46.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b784/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/subosito/gotenv@v1.6.0=>github.com/subosito/gotenv@v1.6.0;$WORK/b784=>" -p github.com/subosito/gotenv -lang=go1.18 -complete -installsuffix shared -buildid E1Ezp-7hXKA5ZrxcnFkm/E1Ezp-7hXKA5ZrxcnFkm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b784/importcfg -pack /root/go/pkg/mod/github.com/subosito/gotenv@v1.6.0/gotenv.go
2025-08-20T21:20:53.1789521Z [00:02:46.446]➜  go tool buildid -w $WORK/b784/_pkg_.a # internal
2025-08-20T21:20:53.1804791Z [00:02:46.447]➜  cp $WORK/b784/_pkg_.a /root/.cache/go-build/c0/c09d2b851e81b8360e59888476e4db11fe94dd711f8214d2552cc11cb74ce970-d # internal
2025-08-20T21:20:53.1806075Z [00:02:46.448]➜  github.com/spf13/viper/internal/encoding/json
2025-08-20T21:20:53.1806736Z [00:02:46.448]➜  mkdir -p $WORK/b785/
2025-08-20T21:20:53.1811638Z [00:02:46.448]➜  cat >/tmp/go-build3547871397/b785/importcfg << 'EOF' # internal
2025-08-20T21:20:53.1812348Z [00:02:46.448]➜  # import config
2025-08-20T21:20:53.1813208Z [00:02:46.448]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:53.1813843Z [00:02:46.448]➜  EOF
2025-08-20T21:20:53.1817661Z [00:02:46.448]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b785/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/json=>github.com/spf13/viper@v1.20.1/internal/encoding/json;$WORK/b785=>" -p github.com/spf13/viper/internal/encoding/json -lang=go1.21 -complete -installsuffix shared -buildid pDAoFjAfejimz3pEKS7J/pDAoFjAfejimz3pEKS7J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b785/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/json/codec.go
2025-08-20T21:20:53.2027993Z [00:02:46.470]➜  go tool buildid -w $WORK/b785/_pkg_.a # internal
2025-08-20T21:20:53.2036055Z [00:02:46.471]➜  cp $WORK/b785/_pkg_.a /root/.cache/go-build/66/669b4a07603069f8d471562f0c6baa32c63474838da2bfb8e1aef48ee9324602-d # internal
2025-08-20T21:20:53.2039662Z [00:02:46.471]➜  github.com/pelletier/go-toml/v2/internal/danger
2025-08-20T21:20:53.2040674Z [00:02:46.471]➜  mkdir -p $WORK/b789/
2025-08-20T21:20:53.2049142Z [00:02:46.472]➜  cat >/tmp/go-build3547871397/b789/importcfg << 'EOF' # internal
2025-08-20T21:20:53.2050052Z [00:02:46.472]➜  # import config
2025-08-20T21:20:53.2050795Z [00:02:46.472]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:53.2051605Z [00:02:46.472]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:53.2052213Z [00:02:46.472]➜  EOF
2025-08-20T21:20:53.2061303Z [00:02:46.473]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b789/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/danger=>github.com/pelletier/go-toml/v2@v2.2.3/internal/danger;$WORK/b789=>" -p github.com/pelletier/go-toml/v2/internal/danger -lang=go1.21 -complete -installsuffix shared -buildid a_0uyY5kX-BynIbEqbH5/a_0uyY5kX-BynIbEqbH5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b789/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/danger/danger.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/danger/typeid.go
2025-08-20T21:20:53.2358429Z [00:02:46.503]➜  go tool buildid -w $WORK/b789/_pkg_.a # internal
2025-08-20T21:20:53.2368012Z [00:02:46.504]➜  cp $WORK/b789/_pkg_.a /root/.cache/go-build/f2/f2b2306e96fce850a7fa43231d9c2e53d4b6783e39dcc4604630e4f45920d9e8-d # internal
2025-08-20T21:20:53.2371624Z [00:02:46.504]➜  github.com/pelletier/go-toml/v2/unstable
2025-08-20T21:20:53.2377693Z [00:02:46.505]➜  mkdir -p $WORK/b791/
2025-08-20T21:20:53.2379177Z [00:02:46.505]➜  cat >/tmp/go-build3547871397/b791/importcfg << 'EOF' # internal
2025-08-20T21:20:53.2381183Z [00:02:46.505]➜  # import config
2025-08-20T21:20:53.2382277Z [00:02:46.505]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:53.2384907Z [00:02:46.505]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:53.2387421Z [00:02:46.505]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build3547871397/b788/_pkg_.a
2025-08-20T21:20:53.2389279Z [00:02:46.505]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build3547871397/b789/_pkg_.a
2025-08-20T21:20:53.2393235Z [00:02:46.505]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:53.2393831Z [00:02:46.505]➜  EOF
2025-08-20T21:20:53.2400306Z [00:02:46.505]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b791/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/unstable=>github.com/pelletier/go-toml/v2@v2.2.3/unstable;$WORK/b791=>" -p github.com/pelletier/go-toml/v2/unstable -lang=go1.21 -complete -installsuffix shared -buildid HOPrdUk5vSc4SSTzu8Pa/HOPrdUk5vSc4SSTzu8Pa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b791/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/unstable/ast.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/unstable/builder.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/unstable/doc.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/unstable/kind.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/unstable/parser.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/unstable/scanner.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/unstable/unmarshaler.go
2025-08-20T21:20:53.4015160Z [00:02:46.669]➜  go tool buildid -w $WORK/b791/_pkg_.a # internal
2025-08-20T21:20:53.4039892Z [00:02:46.671]➜  cp $WORK/b791/_pkg_.a /root/.cache/go-build/9f/9f5f36cfac2b5190d20fb000a4c78b8aa1ec243d3424607e83bcdda1198f76a6-d # internal
2025-08-20T21:20:53.4045238Z [00:02:46.671]➜  github.com/pelletier/go-toml/v2/internal/tracker
2025-08-20T21:20:53.4045880Z [00:02:46.672]➜  mkdir -p $WORK/b790/
2025-08-20T21:20:53.4055650Z [00:02:46.672]➜  cat >/tmp/go-build3547871397/b790/importcfg << 'EOF' # internal
2025-08-20T21:20:53.4056442Z [00:02:46.672]➜  # import config
2025-08-20T21:20:53.4057122Z [00:02:46.672]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:53.4057937Z [00:02:46.672]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:53.4059312Z [00:02:46.672]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build3547871397/b791/_pkg_.a
2025-08-20T21:20:53.4060391Z [00:02:46.672]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:53.4061023Z [00:02:46.672]➜  EOF
2025-08-20T21:20:53.4066392Z [00:02:46.673]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b790/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/tracker=>github.com/pelletier/go-toml/v2@v2.2.3/internal/tracker;$WORK/b790=>" -p github.com/pelletier/go-toml/v2/internal/tracker -lang=go1.21 -complete -installsuffix shared -buildid SdsH9wahiXXMcXiL_q7Z/SdsH9wahiXXMcXiL_q7Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b790/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/tracker/key.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/tracker/seen.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/internal/tracker/tracker.go
2025-08-20T21:20:53.4135447Z [00:02:46.681]➜  go tool buildid -w $WORK/b780/_pkg_.a # internal
2025-08-20T21:20:53.4163516Z [00:02:46.683]➜  cp $WORK/b780/_pkg_.a /root/.cache/go-build/6c/6c4e842f37efa133fd0ac0cc216cc42f8f46f4cd477223c474ea1b4fe44662d7-d # internal
2025-08-20T21:20:53.4228657Z [00:02:46.690]➜  github.com/spf13/viper/internal/encoding/dotenv
2025-08-20T21:20:53.4235614Z [00:02:46.690]➜  mkdir -p $WORK/b783/
2025-08-20T21:20:53.4236369Z [00:02:46.690]➜  cat >/tmp/go-build3547871397/b783/importcfg << 'EOF' # internal
2025-08-20T21:20:53.4237047Z [00:02:46.690]➜  # import config
2025-08-20T21:20:53.4237728Z [00:02:46.690]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:53.4242029Z [00:02:46.691]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:53.4243401Z [00:02:46.691]➜  packagefile github.com/spf13/cast=/tmp/go-build3547871397/b780/_pkg_.a
2025-08-20T21:20:53.4244523Z [00:02:46.691]➜  packagefile github.com/subosito/gotenv=/tmp/go-build3547871397/b784/_pkg_.a
2025-08-20T21:20:53.4245643Z [00:02:46.691]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:53.4246469Z [00:02:46.691]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:53.4247105Z [00:02:46.691]➜  EOF
2025-08-20T21:20:53.4251801Z [00:02:46.691]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b783/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/dotenv=>github.com/spf13/viper@v1.20.1/internal/encoding/dotenv;$WORK/b783=>" -p github.com/spf13/viper/internal/encoding/dotenv -lang=go1.21 -complete -installsuffix shared -buildid 5YV7e2h_91PR5K84QUhu/5YV7e2h_91PR5K84QUhu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b783/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/dotenv/codec.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/dotenv/map_utils.go
2025-08-20T21:20:53.4788719Z [00:02:46.746]➜  go tool buildid -w $WORK/b783/_pkg_.a # internal
2025-08-20T21:20:53.4805325Z [00:02:46.748]➜  cp $WORK/b783/_pkg_.a /root/.cache/go-build/26/263860cff649ac8deda04cd9b1d9020b8bd32851f9c3ba84c476e39f08129a61-d # internal
2025-08-20T21:20:53.4809758Z [00:02:46.748]➜  github.com/spf13/viper/internal/encoding/yaml
2025-08-20T21:20:53.4810376Z [00:02:46.748]➜  mkdir -p $WORK/b792/
2025-08-20T21:20:53.4823616Z [00:02:46.750]➜  cat >/tmp/go-build3547871397/b792/importcfg << 'EOF' # internal
2025-08-20T21:20:53.4824801Z [00:02:46.750]➜  # import config
2025-08-20T21:20:53.4834042Z [00:02:46.750]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:20:53.4835812Z [00:02:46.750]➜  EOF
2025-08-20T21:20:53.4839605Z [00:02:46.750]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b792/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/yaml=>github.com/spf13/viper@v1.20.1/internal/encoding/yaml;$WORK/b792=>" -p github.com/spf13/viper/internal/encoding/yaml -lang=go1.21 -complete -installsuffix shared -buildid T_YMK4HKNyOMsrCkxThZ/T_YMK4HKNyOMsrCkxThZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b792/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/yaml/codec.go
2025-08-20T21:20:53.4865544Z [00:02:46.754]➜  go tool buildid -w $WORK/b790/_pkg_.a # internal
2025-08-20T21:20:53.4889712Z [00:02:46.756]➜  cp $WORK/b790/_pkg_.a /root/.cache/go-build/b7/b779646157ae3c6bbdd645df58fc5af10778b0dc2de1f7d8818922edf76356b9-d # internal
2025-08-20T21:20:53.4988751Z [00:02:46.766]➜  github.com/pelletier/go-toml/v2
2025-08-20T21:20:53.4991940Z [00:02:46.766]➜  mkdir -p $WORK/b787/
2025-08-20T21:20:53.4995407Z [00:02:46.766]➜  cat >/tmp/go-build3547871397/b787/importcfg << 'EOF' # internal
2025-08-20T21:20:53.4996032Z [00:02:46.767]➜  # import config
2025-08-20T21:20:53.4998397Z [00:02:46.767]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:53.4999179Z [00:02:46.767]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:53.5000188Z [00:02:46.767]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:53.5000970Z [00:02:46.767]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:53.5001691Z [00:02:46.767]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:53.5002916Z [00:02:46.767]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build3547871397/b788/_pkg_.a
2025-08-20T21:20:53.5004207Z [00:02:46.767]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build3547871397/b789/_pkg_.a
2025-08-20T21:20:53.5005470Z [00:02:46.767]➜  packagefile github.com/pelletier/go-toml/v2/internal/tracker=/tmp/go-build3547871397/b790/_pkg_.a
2025-08-20T21:20:53.5006793Z [00:02:46.767]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build3547871397/b791/_pkg_.a
2025-08-20T21:20:53.5007709Z [00:02:46.767]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:53.5008423Z [00:02:46.767]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:53.5009267Z [00:02:46.767]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:53.5010019Z [00:02:46.767]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:53.5010765Z [00:02:46.767]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:53.5011509Z [00:02:46.767]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:53.5012271Z [00:02:46.767]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:53.5024317Z [00:02:46.767]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:53.5025108Z [00:02:46.767]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:53.5025679Z [00:02:46.767]➜  EOF
2025-08-20T21:20:53.5031889Z [00:02:46.767]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b787/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3=>github.com/pelletier/go-toml/v2@v2.2.3;$WORK/b787=>" -p github.com/pelletier/go-toml/v2 -lang=go1.21 -complete -installsuffix shared -buildid 6Gn-JggYjkwnt8DzLqgl/6Gn-JggYjkwnt8DzLqgl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b787/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/decode.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/doc.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/errors.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/localtime.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/marshaler.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/strict.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/types.go /root/go/pkg/mod/github.com/pelletier/go-toml/v2@v2.2.3/unmarshaler.go
2025-08-20T21:20:53.5231135Z [00:02:46.790]➜  go tool buildid -w $WORK/b792/_pkg_.a # internal
2025-08-20T21:20:53.5239178Z [00:02:46.791]➜  cp $WORK/b792/_pkg_.a /root/.cache/go-build/b1/b17344ad3daa68cceeb86c54f6ee27e5a4d302708c54fda5b9912e05895d69db-d # internal
2025-08-20T21:20:53.5245818Z [00:02:46.792]➜  github.com/mattn/go-isatty
2025-08-20T21:20:53.5246413Z [00:02:46.792]➜  mkdir -p $WORK/b797/
2025-08-20T21:20:53.5263303Z [00:02:46.793]➜  cat >/tmp/go-build3547871397/b797/importcfg << 'EOF' # internal
2025-08-20T21:20:53.5272253Z [00:02:46.793]➜  # import config
2025-08-20T21:20:53.5273137Z [00:02:46.793]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:20:53.5273793Z [00:02:46.793]➜  EOF
2025-08-20T21:20:53.5277303Z [00:02:46.794]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b797/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20=>github.com/mattn/go-isatty@v0.0.20;$WORK/b797=>" -p github.com/mattn/go-isatty -lang=go1.15 -complete -installsuffix shared -buildid UpLHkAC7o0KOp26OnY30/UpLHkAC7o0KOp26OnY30 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b797/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:20:53.5797556Z [00:02:46.847]➜  go tool buildid -w $WORK/b797/_pkg_.a # internal
2025-08-20T21:20:53.5807357Z [00:02:46.848]➜  cp $WORK/b797/_pkg_.a /root/.cache/go-build/c4/c4f0ab090ca7a1b3309901fa7a28be9295807b822425541b09073132a7b3229b-d # internal
2025-08-20T21:20:53.5811951Z [00:02:46.848]➜  github.com/mattn/go-colorable
2025-08-20T21:20:53.5812590Z [00:02:46.848]➜  mkdir -p $WORK/b796/
2025-08-20T21:20:53.5817646Z [00:02:46.849]➜  cat >/tmp/go-build3547871397/b796/importcfg << 'EOF' # internal
2025-08-20T21:20:53.5821282Z [00:02:46.849]➜  # import config
2025-08-20T21:20:53.5821994Z [00:02:46.849]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:53.5823394Z [00:02:46.849]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3547871397/b797/_pkg_.a
2025-08-20T21:20:53.5824394Z [00:02:46.849]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:53.5825200Z [00:02:46.849]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:53.5825842Z [00:02:46.849]➜  EOF
2025-08-20T21:20:53.5830105Z [00:02:46.849]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b796/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.14=>github.com/mattn/go-colorable@v0.1.14;$WORK/b796=>" -p github.com/mattn/go-colorable -lang=go1.18 -complete -installsuffix shared -buildid fRkAd5-k296p9rsWCzoc/fRkAd5-k296p9rsWCzoc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b796/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.14/colorable_others.go /root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.14/noncolorable.go
2025-08-20T21:20:53.6073490Z [00:02:46.874]➜  go tool buildid -w $WORK/b796/_pkg_.a # internal
2025-08-20T21:20:53.6086657Z [00:02:46.876]➜  cp $WORK/b796/_pkg_.a /root/.cache/go-build/e9/e9f8ee9166d9cf4b833fabd67915ddbad88424bbc2111959d51c6334cdf3060f-d # internal
2025-08-20T21:20:53.6091085Z [00:02:46.876]➜  github.com/mgutz/ansi
2025-08-20T21:20:53.6091666Z [00:02:46.876]➜  mkdir -p $WORK/b795/
2025-08-20T21:20:53.6103604Z [00:02:46.877]➜  cat >/tmp/go-build3547871397/b795/importcfg << 'EOF' # internal
2025-08-20T21:20:53.6104324Z [00:02:46.877]➜  # import config
2025-08-20T21:20:53.6104955Z [00:02:46.877]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:53.6105731Z [00:02:46.877]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:53.6106676Z [00:02:46.877]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3547871397/b796/_pkg_.a
2025-08-20T21:20:53.6107600Z [00:02:46.877]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:53.6108378Z [00:02:46.877]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:53.6109161Z [00:02:46.877]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:53.6109756Z [00:02:46.877]➜  EOF
2025-08-20T21:20:53.6114750Z [00:02:46.877]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b795/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d=>github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d;$WORK/b795=>" -p github.com/mgutz/ansi -lang=go1.16 -complete -installsuffix shared -buildid 3jD_r-V3y3OU-WS-ZEeO/3jD_r-V3y3OU-WS-ZEeO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b795/importcfg -pack /root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d/ansi.go /root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d/doc.go /root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d/print.go
2025-08-20T21:20:53.6564468Z [00:02:46.923]➜  go tool buildid -w $WORK/b795/_pkg_.a # internal
2025-08-20T21:20:53.6566099Z [00:02:46.924]➜  cp $WORK/b795/_pkg_.a /root/.cache/go-build/29/292566c026302aec7cbc9ef1dd19f75f8157d23524190fb7d8e37bad286eb904-d # internal
2025-08-20T21:20:53.6570159Z [00:02:46.924]➜  github.com/sirupsen/logrus
2025-08-20T21:20:53.6570929Z [00:02:46.924]➜  mkdir -p $WORK/b798/
2025-08-20T21:20:53.6574898Z [00:02:46.924]➜  cat >/tmp/go-build3547871397/b798/importcfg << 'EOF' # internal
2025-08-20T21:20:53.6605359Z [00:02:46.924]➜  # import config
2025-08-20T21:20:53.6606049Z [00:02:46.924]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:53.6606873Z [00:02:46.924]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:53.6607678Z [00:02:46.924]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:53.6608868Z [00:02:46.924]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:53.6609869Z [00:02:46.924]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:53.6610914Z [00:02:46.924]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:20:53.6612104Z [00:02:46.924]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:53.6614354Z [00:02:46.925]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:53.6615149Z [00:02:46.925]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:53.6616141Z [00:02:46.925]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:53.6616969Z [00:02:46.925]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:53.6617765Z [00:02:46.925]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:53.6618557Z [00:02:46.925]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:53.6619333Z [00:02:46.925]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:53.6620114Z [00:02:46.925]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:53.6620949Z [00:02:46.925]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:53.6621812Z [00:02:46.925]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:53.6622872Z [00:02:46.925]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:53.6623525Z [00:02:46.925]➜  EOF
2025-08-20T21:20:53.6637259Z [00:02:46.925]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b798/_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/b798=>" -p github.com/sirupsen/logrus -lang=go1.13 -complete -installsuffix shared -buildid hdsBEe7R0w42NPbXdGDa/hdsBEe7R0w42NPbXdGDa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b798/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:20:53.6900549Z [00:02:46.957]➜  go tool buildid -w $WORK/b700/_pkg_.a # internal
2025-08-20T21:20:53.7342079Z [00:02:47.001]➜  cp $WORK/b700/_pkg_.a /root/.cache/go-build/74/74d8f8c3fb517ada4ab785311562e5a3e2ff1abeca7d88d99bf5f4ba29987104-d # internal
2025-08-20T21:20:53.7366894Z [00:02:47.004]➜  github.com/scylladb/go-set/strset
2025-08-20T21:20:53.7373390Z [00:02:47.004]➜  mkdir -p $WORK/b800/
2025-08-20T21:20:53.7374155Z [00:02:47.004]➜  cat >/tmp/go-build3547871397/b800/importcfg << 'EOF' # internal
2025-08-20T21:20:53.7374852Z [00:02:47.004]➜  # import config
2025-08-20T21:20:53.7375516Z [00:02:47.004]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:53.7376355Z [00:02:47.004]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:53.7378266Z [00:02:47.004]➜  EOF
2025-08-20T21:20:53.7383963Z [00:02:47.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b800/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/scylladb/go-set@v1.0.3-0.20200225121959-cc7b2070d91e/strset=>github.com/scylladb/go-set@v1.0.3-0.20200225121959-cc7b2070d91e/strset;$WORK/b800=>" -p github.com/scylladb/go-set/strset -lang=go1.16 -complete -installsuffix shared -buildid UzrWUT4TCgSkqSfBzVEd/UzrWUT4TCgSkqSfBzVEd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b800/importcfg -pack /root/go/pkg/mod/github.com/scylladb/go-set@v1.0.3-0.20200225121959-cc7b2070d91e/strset/strset.go
2025-08-20T21:20:53.8100815Z [00:02:47.077]➜  go tool buildid -w $WORK/b800/_pkg_.a # internal
2025-08-20T21:20:53.8113894Z [00:02:47.079]➜  cp $WORK/b800/_pkg_.a /root/.cache/go-build/a7/a7e8b21ebceb85a2a7a33836095820e9ccb3ae4fa99105429a7b438cc7f84722-d # internal
2025-08-20T21:20:53.8118313Z [00:02:47.079]➜  github.com/anchore/go-logger/adapter/redact
2025-08-20T21:20:53.8119006Z [00:02:47.079]➜  mkdir -p $WORK/b799/
2025-08-20T21:20:53.8128149Z [00:02:47.080]➜  cat >/tmp/go-build3547871397/b799/importcfg << 'EOF' # internal
2025-08-20T21:20:53.8130944Z [00:02:47.080]➜  # import config
2025-08-20T21:20:53.8131732Z [00:02:47.080]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:53.8133198Z [00:02:47.080]➜  packagefile github.com/anchore/go-logger=/tmp/go-build3547871397/b765/_pkg_.a
2025-08-20T21:20:53.8155412Z [00:02:47.080]➜  packagefile github.com/google/uuid=/tmp/go-build3547871397/b276/_pkg_.a
2025-08-20T21:20:53.8156595Z [00:02:47.080]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:20:53.8157527Z [00:02:47.080]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:53.8158309Z [00:02:47.080]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:53.8159132Z [00:02:47.080]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:53.8159751Z [00:02:47.080]➜  EOF
2025-08-20T21:20:53.8165252Z [00:02:47.080]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b799/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/go-logger@v0.0.0-20250318195838-07ae343dd722/adapter/redact=>github.com/anchore/go-logger@v0.0.0-20250318195838-07ae343dd722/adapter/redact;$WORK/b799=>" -p github.com/anchore/go-logger/adapter/redact -lang=go1.17 -complete -installsuffix shared -buildid 7PVQWHWuFOTSPUYtvIT2/7PVQWHWuFOTSPUYtvIT2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b799/importcfg -pack /root/go/pkg/mod/github.com/anchore/go-logger@v0.0.0-20250318195838-07ae343dd722/adapter/redact/logger.go /root/go/pkg/mod/github.com/anchore/go-logger@v0.0.0-20250318195838-07ae343dd722/adapter/redact/store.go
2025-08-20T21:20:53.8712361Z [00:02:47.138]➜  go tool buildid -w $WORK/b799/_pkg_.a # internal
2025-08-20T21:20:53.8725325Z [00:02:47.140]➜  cp $WORK/b799/_pkg_.a /root/.cache/go-build/d3/d3d37bfa9b0787bb4981525cea3659ddd9e4df5361402ef03fa75b139476fe61-d # internal
2025-08-20T21:20:53.8730572Z [00:02:47.140]➜  github.com/xo/terminfo
2025-08-20T21:20:53.8731176Z [00:02:47.140]➜  mkdir -p $WORK/b802/
2025-08-20T21:20:53.8737540Z [00:02:47.141]➜  cat >/tmp/go-build3547871397/b802/importcfg << 'EOF' # internal
2025-08-20T21:20:53.8745403Z [00:02:47.141]➜  # import config
2025-08-20T21:20:53.8746090Z [00:02:47.141]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:53.8746964Z [00:02:47.141]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:53.8747751Z [00:02:47.141]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:53.8748605Z [00:02:47.141]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:20:53.8749374Z [00:02:47.141]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:53.8750195Z [00:02:47.141]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:20:53.8751040Z [00:02:47.141]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:53.8751875Z [00:02:47.141]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:53.8752765Z [00:02:47.141]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:53.8753743Z [00:02:47.141]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:53.8754570Z [00:02:47.141]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:53.8755160Z [00:02:47.141]➜  EOF
2025-08-20T21:20:53.8763977Z [00:02:47.141]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b802/_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/b802=>" -p github.com/xo/terminfo -lang=go1.19 -complete -installsuffix shared -buildid WnZrYShyZFsKIdenNCJ3/WnZrYShyZFsKIdenNCJ3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b802/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:20:53.9139437Z [00:02:47.181]➜  go tool buildid -w $WORK/b752/_pkg_.a # internal
2025-08-20T21:20:53.9448921Z [00:02:47.212]➜  cp $WORK/b752/_pkg_.a /root/.cache/go-build/be/bea42b86442c344cec49e01d23078c2913749d6af85a25ea70a96066e0892e35-d # internal
2025-08-20T21:20:53.9472427Z [00:02:47.214]➜  github.com/derailed/k9s/internal/config
2025-08-20T21:20:53.9475347Z [00:02:47.214]➜  mkdir -p $WORK/b696/
2025-08-20T21:20:53.9484763Z [00:02:47.215]➜  cat >/tmp/go-build3547871397/b696/importcfg << 'EOF' # internal
2025-08-20T21:20:53.9500809Z [00:02:47.215]➜  # import config
2025-08-20T21:20:53.9501521Z [00:02:47.215]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:53.9502364Z [00:02:47.216]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:20:53.9503398Z [00:02:47.216]➜  packagefile embed=/tmp/go-build3547871397/b319/_pkg_.a
2025-08-20T21:20:53.9504474Z [00:02:47.216]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:53.9505471Z [00:02:47.216]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:53.9506368Z [00:02:47.216]➜  packagefile github.com/adrg/xdg=/tmp/go-build3547871397/b697/_pkg_.a
2025-08-20T21:20:53.9507488Z [00:02:47.216]➜  packagefile github.com/derailed/k9s/internal/client=/tmp/go-build3547871397/b066/_pkg_.a
2025-08-20T21:20:53.9509059Z [00:02:47.216]➜  packagefile github.com/derailed/k9s/internal/config/data=/tmp/go-build3547871397/b700/_pkg_.a
2025-08-20T21:20:53.9512928Z [00:02:47.216]➜  packagefile github.com/derailed/k9s/internal/config/json=/tmp/go-build3547871397/b701/_pkg_.a
2025-08-20T21:20:53.9514287Z [00:02:47.216]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:20:53.9515556Z [00:02:47.216]➜  packagefile github.com/derailed/k9s/internal/view/cmd=/tmp/go-build3547871397/b706/_pkg_.a
2025-08-20T21:20:53.9516709Z [00:02:47.216]➜  packagefile github.com/derailed/tcell/v2=/tmp/go-build3547871397/b707/_pkg_.a
2025-08-20T21:20:53.9517749Z [00:02:47.216]➜  packagefile github.com/derailed/tview=/tmp/go-build3547871397/b752/_pkg_.a
2025-08-20T21:20:53.9518709Z [00:02:47.216]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:20:53.9519585Z [00:02:47.216]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:53.9520469Z [00:02:47.216]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:20:53.9521551Z [00:02:47.216]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:20:53.9522972Z [00:02:47.216]➜  packagefile k8s.io/cli-runtime/pkg/genericclioptions=/tmp/go-build3547871397/b275/_pkg_.a
2025-08-20T21:20:53.9524180Z [00:02:47.216]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:20:53.9525005Z [00:02:47.216]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:20:53.9525834Z [00:02:47.216]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:53.9526805Z [00:02:47.216]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:53.9527638Z [00:02:47.216]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:53.9528436Z [00:02:47.216]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:20:53.9529317Z [00:02:47.216]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:53.9530184Z [00:02:47.216]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:53.9530989Z [00:02:47.216]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:53.9531790Z [00:02:47.216]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:53.9532868Z [00:02:47.216]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:53.9533718Z [00:02:47.216]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:53.9534348Z [00:02:47.216]➜  EOF
2025-08-20T21:20:53.9534995Z [00:02:47.216]➜  cat >/tmp/go-build3547871397/b696/embedcfg << 'EOF' # internal
2025-08-20T21:20:53.9535639Z [00:02:47.216]➜  {
2025-08-20T21:20:53.9536054Z [00:02:47.216]➜  	"Patterns": {
2025-08-20T21:20:53.9536581Z [00:02:47.216]➜  		"templates/aliases.yaml": [
2025-08-20T21:20:53.9537171Z [00:02:47.216]➜  			"templates/aliases.yaml"
2025-08-20T21:20:53.9537646Z [00:02:47.216]➜  		],
2025-08-20T21:20:53.9538129Z [00:02:47.216]➜  		"templates/benchmarks.yaml": [
2025-08-20T21:20:53.9538748Z [00:02:47.216]➜  			"templates/benchmarks.yaml"
2025-08-20T21:20:53.9539274Z [00:02:47.216]➜  		],
2025-08-20T21:20:53.9539752Z [00:02:47.216]➜  		"templates/hotkeys.yaml": [
2025-08-20T21:20:53.9540332Z [00:02:47.216]➜  			"templates/hotkeys.yaml"
2025-08-20T21:20:53.9540829Z [00:02:47.216]➜  		],
2025-08-20T21:20:53.9541316Z [00:02:47.216]➜  		"templates/stock-skin.yaml": [
2025-08-20T21:20:53.9541928Z [00:02:47.216]➜  			"templates/stock-skin.yaml"
2025-08-20T21:20:53.9545258Z [00:02:47.216]➜  		]
2025-08-20T21:20:53.9545884Z [00:02:47.216]➜  	},
2025-08-20T21:20:53.9546311Z [00:02:47.216]➜  	"Files": {
2025-08-20T21:20:53.9547257Z [00:02:47.216]➜  		"templates/aliases.yaml": "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/templates/aliases.yaml",
2025-08-20T21:20:53.9548713Z [00:02:47.216]➜  		"templates/benchmarks.yaml": "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/templates/benchmarks.yaml",
2025-08-20T21:20:53.9550201Z [00:02:47.216]➜  		"templates/hotkeys.yaml": "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/templates/hotkeys.yaml",
2025-08-20T21:20:53.9553639Z [00:02:47.216]➜  		"templates/stock-skin.yaml": "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/templates/stock-skin.yaml"
2025-08-20T21:20:53.9554593Z [00:02:47.216]➜  	}
2025-08-20T21:20:53.9554962Z [00:02:47.216]➜  }EOF
2025-08-20T21:20:53.9561608Z [00:02:47.216]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b696/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config=>github.com/derailed/k9s/internal/config;$WORK/b696=>" -p github.com/derailed/k9s/internal/config -lang=go1.24 -complete -installsuffix shared -buildid CMyTpsDlm2yztlFsltDf/CMyTpsDlm2yztlFsltDf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b696/importcfg -embedcfg $WORK/b696/embedcfg -pack ./internal/config/alias.go ./internal/config/benchmark.go ./internal/config/color.go ./internal/config/config.go ./internal/config/files.go ./internal/config/flags.go ./internal/config/helpers.go ./internal/config/hotkey.go ./internal/config/k9s.go ./internal/config/logger.go ./internal/config/plugin.go ./internal/config/scans.go ./internal/config/shell_pod.go ./internal/config/styles.go ./internal/config/threshold.go ./internal/config/types.go ./internal/config/views.go
2025-08-20T21:20:53.9567876Z [00:02:47.222]➜  go tool buildid -w $WORK/b798/_pkg_.a # internal
2025-08-20T21:20:53.9655259Z [00:02:47.230]➜  cp $WORK/b798/_pkg_.a /root/.cache/go-build/44/441b1b3f3a3085eca6b04135d809442bb09380572c1083c3796ae6225f4e66ac-d # internal
2025-08-20T21:20:53.9659772Z [00:02:47.230]➜  github.com/anchore/go-logger/adapter/logrus
2025-08-20T21:20:53.9660594Z [00:02:47.230]➜  mkdir -p $WORK/b794/
2025-08-20T21:20:53.9676986Z [00:02:47.235]➜  cat >/tmp/go-build3547871397/b794/importcfg << 'EOF' # internal
2025-08-20T21:20:53.9687554Z [00:02:47.235]➜  # import config
2025-08-20T21:20:53.9688271Z [00:02:47.235]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:53.9689103Z [00:02:47.235]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:53.9690116Z [00:02:47.235]➜  packagefile github.com/anchore/go-logger=/tmp/go-build3547871397/b765/_pkg_.a
2025-08-20T21:20:53.9691201Z [00:02:47.235]➜  packagefile github.com/mgutz/ansi=/tmp/go-build3547871397/b795/_pkg_.a
2025-08-20T21:20:53.9692300Z [00:02:47.235]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3547871397/b798/_pkg_.a
2025-08-20T21:20:53.9693496Z [00:02:47.235]➜  packagefile golang.org/x/term=/tmp/go-build3547871397/b437/_pkg_.a
2025-08-20T21:20:53.9694418Z [00:02:47.235]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:53.9695250Z [00:02:47.235]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:53.9696371Z [00:02:47.235]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:20:53.9697407Z [00:02:47.235]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:53.9698360Z [00:02:47.235]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:53.9699367Z [00:02:47.235]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:53.9700354Z [00:02:47.235]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:53.9701373Z [00:02:47.235]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:53.9702335Z [00:02:47.235]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:53.9703200Z [00:02:47.235]➜  EOF
2025-08-20T21:20:53.9709264Z [00:02:47.235]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b794/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/go-logger@v0.0.0-20250318195838-07ae343dd722/adapter/logrus=>github.com/anchore/go-logger@v0.0.0-20250318195838-07ae343dd722/adapter/logrus;$WORK/b794=>" -p github.com/anchore/go-logger/adapter/logrus -lang=go1.17 -complete -installsuffix shared -buildid -xnsn9I7ZTWjEgPQmLGk/-xnsn9I7ZTWjEgPQmLGk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b794/importcfg -pack /root/go/pkg/mod/github.com/anchore/go-logger@v0.0.0-20250318195838-07ae343dd722/adapter/logrus/formatter.go /root/go/pkg/mod/github.com/anchore/go-logger@v0.0.0-20250318195838-07ae343dd722/adapter/logrus/logger.go /root/go/pkg/mod/github.com/anchore/go-logger@v0.0.0-20250318195838-07ae343dd722/adapter/logrus/nested_logger.go
2025-08-20T21:20:54.0167779Z [00:02:47.284]➜  go tool buildid -w $WORK/b787/_pkg_.a # internal
2025-08-20T21:20:54.0323978Z [00:02:47.299]➜  cp $WORK/b787/_pkg_.a /root/.cache/go-build/25/25159fdc8d582297791204359d5f946ecbfcf7c95e2ceb79eb99331f45b0adcb-d # internal
2025-08-20T21:20:54.0328540Z [00:02:47.300]➜  github.com/spf13/viper/internal/encoding/toml
2025-08-20T21:20:54.0329202Z [00:02:47.300]➜  mkdir -p $WORK/b786/
2025-08-20T21:20:54.0329951Z [00:02:47.300]➜  cat >/tmp/go-build3547871397/b786/importcfg << 'EOF' # internal
2025-08-20T21:20:54.0330655Z [00:02:47.300]➜  # import config
2025-08-20T21:20:54.0331522Z [00:02:47.300]➜  packagefile github.com/pelletier/go-toml/v2=/tmp/go-build3547871397/b787/_pkg_.a
2025-08-20T21:20:54.0332324Z [00:02:47.300]➜  EOF
2025-08-20T21:20:54.0359585Z [00:02:47.303]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b786/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/toml=>github.com/spf13/viper@v1.20.1/internal/encoding/toml;$WORK/b786=>" -p github.com/spf13/viper/internal/encoding/toml -lang=go1.21 -complete -installsuffix shared -buildid A7ptNVlcbOdXd9oFdZMO/A7ptNVlcbOdXd9oFdZMO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b786/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/internal/encoding/toml/codec.go
2025-08-20T21:20:54.0601474Z [00:02:47.327]➜  go tool buildid -w $WORK/b786/_pkg_.a # internal
2025-08-20T21:20:54.0606170Z [00:02:47.328]➜  cp $WORK/b786/_pkg_.a /root/.cache/go-build/f0/f0a1f57dceff8a8b6cc08fa19fee20a26c57e0b0f8d50cd843473c0db6c0d5b8-d # internal
2025-08-20T21:20:54.0624263Z [00:02:47.330]➜  github.com/spf13/viper
2025-08-20T21:20:54.0627093Z [00:02:47.330]➜  mkdir -p $WORK/b769/
2025-08-20T21:20:54.0631159Z [00:02:47.330]➜  cat >/tmp/go-build3547871397/b769/importcfg << 'EOF' # internal
2025-08-20T21:20:54.0638902Z [00:02:47.330]➜  # import config
2025-08-20T21:20:54.0639600Z [00:02:47.330]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:54.0640471Z [00:02:47.330]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:54.0641368Z [00:02:47.330]➜  packagefile encoding/csv=/tmp/go-build3547871397/b280/_pkg_.a
2025-08-20T21:20:54.0642232Z [00:02:47.330]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:54.0643197Z [00:02:47.330]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:54.0644148Z [00:02:47.330]➜  packagefile github.com/fsnotify/fsnotify=/tmp/go-build3547871397/b770/_pkg_.a
2025-08-20T21:20:54.0645280Z [00:02:47.330]➜  packagefile github.com/go-viper/mapstructure/v2=/tmp/go-build3547871397/b767/_pkg_.a
2025-08-20T21:20:54.0646404Z [00:02:47.330]➜  packagefile github.com/sagikazarmark/locafero=/tmp/go-build3547871397/b772/_pkg_.a
2025-08-20T21:20:54.0647449Z [00:02:47.330]➜  packagefile github.com/spf13/afero=/tmp/go-build3547871397/b777/_pkg_.a
2025-08-20T21:20:54.0648432Z [00:02:47.330]➜  packagefile github.com/spf13/cast=/tmp/go-build3547871397/b780/_pkg_.a
2025-08-20T21:20:54.0649406Z [00:02:47.330]➜  packagefile github.com/spf13/pflag=/tmp/go-build3547871397/b279/_pkg_.a
2025-08-20T21:20:54.0650586Z [00:02:47.330]➜  packagefile github.com/spf13/viper/internal/encoding/dotenv=/tmp/go-build3547871397/b783/_pkg_.a
2025-08-20T21:20:54.0652185Z [00:02:47.330]➜  packagefile github.com/spf13/viper/internal/encoding/json=/tmp/go-build3547871397/b785/_pkg_.a
2025-08-20T21:20:54.0654101Z [00:02:47.330]➜  packagefile github.com/spf13/viper/internal/encoding/toml=/tmp/go-build3547871397/b786/_pkg_.a
2025-08-20T21:20:54.0655406Z [00:02:47.330]➜  packagefile github.com/spf13/viper/internal/encoding/yaml=/tmp/go-build3547871397/b792/_pkg_.a
2025-08-20T21:20:54.0656657Z [00:02:47.330]➜  packagefile github.com/spf13/viper/internal/features=/tmp/go-build3547871397/b793/_pkg_.a
2025-08-20T21:20:54.0657609Z [00:02:47.330]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:54.0658405Z [00:02:47.330]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:20:54.0659186Z [00:02:47.330]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:54.0659987Z [00:02:47.330]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:54.0660826Z [00:02:47.331]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:54.0661625Z [00:02:47.331]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:54.0662399Z [00:02:47.331]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:54.0663337Z [00:02:47.331]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:54.0664116Z [00:02:47.331]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:54.0664875Z [00:02:47.331]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:54.0665635Z [00:02:47.331]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:54.0666414Z [00:02:47.331]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:54.0666987Z [00:02:47.331]➜  EOF
2025-08-20T21:20:54.0673646Z [00:02:47.331]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b769/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/viper@v1.20.1=>github.com/spf13/viper@v1.20.1;$WORK/b769=>" -p github.com/spf13/viper -lang=go1.21 -complete -installsuffix shared -buildid C0f6tPX6cYtZsGXxdzDC/C0f6tPX6cYtZsGXxdzDC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b769/importcfg -pack /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/encoding.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/experimental.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/file.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/finder.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/flags.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/logger.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/remote.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/util.go /root/go/pkg/mod/github.com/spf13/viper@v1.20.1/viper.go
2025-08-20T21:20:54.0734604Z [00:02:47.340]➜  go tool buildid -w $WORK/b794/_pkg_.a # internal
2025-08-20T21:20:54.0745731Z [00:02:47.342]➜  cp $WORK/b794/_pkg_.a /root/.cache/go-build/aa/aa068f933c2c3862326fcc68375044cc9d3e1e5e8f6dd610fd6fd24ef3ecaef1-d # internal
2025-08-20T21:20:54.0750462Z [00:02:47.342]➜  github.com/iancoleman/strcase
2025-08-20T21:20:54.0751085Z [00:02:47.342]➜  mkdir -p $WORK/b803/
2025-08-20T21:20:54.0755344Z [00:02:47.343]➜  cat >/tmp/go-build3547871397/b803/importcfg << 'EOF' # internal
2025-08-20T21:20:54.0762148Z [00:02:47.343]➜  # import config
2025-08-20T21:20:54.0763006Z [00:02:47.343]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:54.0763836Z [00:02:47.343]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:54.0764436Z [00:02:47.343]➜  EOF
2025-08-20T21:20:54.0769229Z [00:02:47.343]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b803/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/iancoleman/strcase@v0.3.0=>github.com/iancoleman/strcase@v0.3.0;$WORK/b803=>" -p github.com/iancoleman/strcase -lang=go1.16 -complete -installsuffix shared -buildid 3XlYBrorOzLE1Ezop50N/3XlYBrorOzLE1Ezop50N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b803/importcfg -pack /root/go/pkg/mod/github.com/iancoleman/strcase@v0.3.0/acronyms.go /root/go/pkg/mod/github.com/iancoleman/strcase@v0.3.0/camel.go /root/go/pkg/mod/github.com/iancoleman/strcase@v0.3.0/doc.go /root/go/pkg/mod/github.com/iancoleman/strcase@v0.3.0/snake.go
2025-08-20T21:20:54.0955499Z [00:02:47.362]➜  go tool buildid -w $WORK/b802/_pkg_.a # internal
2025-08-20T21:20:54.0983817Z [00:02:47.366]➜  cp $WORK/b802/_pkg_.a /root/.cache/go-build/5e/5e72a96b9888e30cda36cbe804c32c04e45522cbd483dd9ce2967804f13d61f0-d # internal
2025-08-20T21:20:54.0990345Z [00:02:47.366]➜  github.com/gookit/color
2025-08-20T21:20:54.0992985Z [00:02:47.366]➜  mkdir -p $WORK/b801/
2025-08-20T21:20:54.1006180Z [00:02:47.368]➜  cat >/tmp/go-build3547871397/b801/importcfg << 'EOF' # internal
2025-08-20T21:20:54.1007705Z [00:02:47.368]➜  # import config
2025-08-20T21:20:54.1009325Z [00:02:47.368]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:54.1010508Z [00:02:47.368]➜  packagefile github.com/xo/terminfo=/tmp/go-build3547871397/b802/_pkg_.a
2025-08-20T21:20:54.1012102Z [00:02:47.368]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:54.1013376Z [00:02:47.368]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:54.1014477Z [00:02:47.368]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:54.1016335Z [00:02:47.368]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:54.1017163Z [00:02:47.368]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:54.1018008Z [00:02:47.368]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:54.1018820Z [00:02:47.368]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:54.1019615Z [00:02:47.368]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:54.1020530Z [00:02:47.368]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:54.1021376Z [00:02:47.368]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:54.1022006Z [00:02:47.368]➜  EOF
2025-08-20T21:20:54.1030118Z [00:02:47.368]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b801/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gookit/color@v1.5.4=>github.com/gookit/color@v1.5.4;$WORK/b801=>" -p github.com/gookit/color -lang=go1.18 -complete -installsuffix shared -buildid pJnIV90xwt3ryDOXA4hO/pJnIV90xwt3ryDOXA4hO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b801/importcfg -pack /root/go/pkg/mod/github.com/gookit/color@v1.5.4/color.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/color_16.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/color_256.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/color_rgb.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/color_tag.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/convert.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/detect_env.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/detect_nonwin.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/printer.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/quickstart.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/style.go /root/go/pkg/mod/github.com/gookit/color@v1.5.4/utils.go
2025-08-20T21:20:54.1877912Z [00:02:47.455]➜  go tool buildid -w $WORK/b803/_pkg_.a # internal
2025-08-20T21:20:54.1902604Z [00:02:47.457]➜  cp $WORK/b803/_pkg_.a /root/.cache/go-build/f5/f51247cb1bc9c6d5cd1bd0b62ff4826633306e35920c0dcc1a372a2b00180553-d # internal
2025-08-20T21:20:54.1907274Z [00:02:47.458]➜  github.com/pborman/indent
2025-08-20T21:20:54.1908133Z [00:02:47.458]➜  mkdir -p $WORK/b804/
2025-08-20T21:20:54.1908960Z [00:02:47.458]➜  cat >/tmp/go-build3547871397/b804/importcfg << 'EOF' # internal
2025-08-20T21:20:54.1909888Z [00:02:47.458]➜  # import config
2025-08-20T21:20:54.1933525Z [00:02:47.458]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:54.1935488Z [00:02:47.458]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:54.1936354Z [00:02:47.458]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:54.1937220Z [00:02:47.458]➜  EOF
2025-08-20T21:20:54.1940562Z [00:02:47.458]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b804/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pborman/indent@v1.2.1=>github.com/pborman/indent@v1.2.1;$WORK/b804=>" -p github.com/pborman/indent -lang=go1.13 -complete -installsuffix shared -buildid yOC5DrK-bczJQiRI9e-g/yOC5DrK-bczJQiRI9e-g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b804/importcfg -pack /root/go/pkg/mod/github.com/pborman/indent@v1.2.1/indent.go
2025-08-20T21:20:54.2120598Z [00:02:47.479]➜  go tool buildid -w $WORK/b804/_pkg_.a # internal
2025-08-20T21:20:54.2128567Z [00:02:47.480]➜  cp $WORK/b804/_pkg_.a /root/.cache/go-build/6f/6fd98ba1ab360693d0c655d4963149e2a6338cc32da8fb09ea4447dd735f8be2-d # internal
2025-08-20T21:20:54.2134705Z [00:02:47.481]➜  github.com/google/pprof/profile
2025-08-20T21:20:54.2143121Z [00:02:47.482]➜  mkdir -p $WORK/b807/
2025-08-20T21:20:54.2148493Z [00:02:47.482]➜  cat >/tmp/go-build3547871397/b807/importcfg << 'EOF' # internal
2025-08-20T21:20:54.2149267Z [00:02:47.482]➜  # import config
2025-08-20T21:20:54.2149997Z [00:02:47.482]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:54.2150868Z [00:02:47.482]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:54.2151777Z [00:02:47.482]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:20:54.2153007Z [00:02:47.482]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:54.2153912Z [00:02:47.482]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:54.2154772Z [00:02:47.482]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:54.2155595Z [00:02:47.482]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:54.2156635Z [00:02:47.482]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:54.2157562Z [00:02:47.482]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:54.2158475Z [00:02:47.482]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:54.2159477Z [00:02:47.482]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:54.2160351Z [00:02:47.482]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:54.2161213Z [00:02:47.482]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:54.2162100Z [00:02:47.482]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:54.2163148Z [00:02:47.482]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:54.2163787Z [00:02:47.482]➜  EOF
2025-08-20T21:20:54.2174256Z [00:02:47.482]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b807/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/pprof@v0.0.0-20250317173921-a4b03ec1a45e/profile=>github.com/google/pprof@v0.0.0-20250317173921-a4b03ec1a45e/profile;$WORK/b807=>" -p github.com/google/pprof/profile -lang=go1.23 -complete -installsuffix shared -buildid qgquCTr_74k-XxsQX35N/qgquCTr_74k-XxsQX35N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b807/importcfg -pack /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20250317173921-a4b03ec1a45e/profile/encode.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20250317173921-a4b03ec1a45e/profile/filter.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20250317173921-a4b03ec1a45e/profile/index.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20250317173921-a4b03ec1a45e/profile/legacy_java_profile.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20250317173921-a4b03ec1a45e/profile/legacy_profile.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20250317173921-a4b03ec1a45e/profile/merge.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20250317173921-a4b03ec1a45e/profile/profile.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20250317173921-a4b03ec1a45e/profile/proto.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20250317173921-a4b03ec1a45e/profile/prune.go
2025-08-20T21:20:54.4160861Z [00:02:47.683]➜  go tool buildid -w $WORK/b801/_pkg_.a # internal
2025-08-20T21:20:54.4225332Z [00:02:47.690]➜  cp $WORK/b801/_pkg_.a /root/.cache/go-build/a1/a127e673ab5804425327b264e8f933b7f34080b1c18b36681498720987a63a77-d # internal
2025-08-20T21:20:54.4229713Z [00:02:47.690]➜  text/tabwriter
2025-08-20T21:20:54.4230244Z [00:02:47.690]➜  mkdir -p $WORK/b809/
2025-08-20T21:20:54.4233900Z [00:02:47.691]➜  cat >/tmp/go-build3547871397/b809/importcfg << 'EOF' # internal
2025-08-20T21:20:54.4241084Z [00:02:47.691]➜  # import config
2025-08-20T21:20:54.4241762Z [00:02:47.691]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:54.4242550Z [00:02:47.691]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:54.4243607Z [00:02:47.691]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:54.4244469Z [00:02:47.691]➜  EOF
2025-08-20T21:20:54.4247336Z [00:02:47.691]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b809/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b809=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid qcn0Ln443ZJ_hSqzi1zu/qcn0Ln443ZJ_hSqzi1zu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b809/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T21:20:54.4411155Z [00:02:47.708]➜  go tool buildid -w $WORK/b769/_pkg_.a # internal
2025-08-20T21:20:54.4453170Z [00:02:47.712]➜  cp $WORK/b769/_pkg_.a /root/.cache/go-build/88/88ecfcff3195954197b17a9b368c852d8325480e8e35661c8ade61a34fa3fee4-d # internal
2025-08-20T21:20:54.4457874Z [00:02:47.713]➜  github.com/anchore/fangs
2025-08-20T21:20:54.4460635Z [00:02:47.713]➜  mkdir -p $WORK/b762/
2025-08-20T21:20:54.4465699Z [00:02:47.714]➜  cat >/tmp/go-build3547871397/b762/importcfg << 'EOF' # internal
2025-08-20T21:20:54.4471984Z [00:02:47.714]➜  # import config
2025-08-20T21:20:54.4472821Z [00:02:47.714]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:54.4473753Z [00:02:47.714]➜  packagefile dario.cat/mergo=/tmp/go-build3547871397/b763/_pkg_.a
2025-08-20T21:20:54.4474852Z [00:02:47.714]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:54.4475693Z [00:02:47.714]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:54.4476621Z [00:02:47.714]➜  packagefile github.com/adrg/xdg=/tmp/go-build3547871397/b697/_pkg_.a
2025-08-20T21:20:54.4477709Z [00:02:47.714]➜  packagefile github.com/anchore/go-homedir=/tmp/go-build3547871397/b764/_pkg_.a
2025-08-20T21:20:54.4478799Z [00:02:47.714]➜  packagefile github.com/anchore/go-logger=/tmp/go-build3547871397/b765/_pkg_.a
2025-08-20T21:20:54.4479960Z [00:02:47.714]➜  packagefile github.com/anchore/go-logger/adapter/discard=/tmp/go-build3547871397/b766/_pkg_.a
2025-08-20T21:20:54.4481200Z [00:02:47.714]➜  packagefile github.com/go-viper/mapstructure/v2=/tmp/go-build3547871397/b767/_pkg_.a
2025-08-20T21:20:54.4482329Z [00:02:47.714]➜  packagefile github.com/spf13/cobra=/tmp/go-build3547871397/b278/_pkg_.a
2025-08-20T21:20:54.4483600Z [00:02:47.714]➜  packagefile github.com/spf13/pflag=/tmp/go-build3547871397/b279/_pkg_.a
2025-08-20T21:20:54.4484816Z [00:02:47.714]➜  packagefile github.com/spf13/viper=/tmp/go-build3547871397/b769/_pkg_.a
2025-08-20T21:20:54.4485709Z [00:02:47.714]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:54.4486490Z [00:02:47.714]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:54.4487284Z [00:02:47.714]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:54.4488079Z [00:02:47.714]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:54.4488871Z [00:02:47.714]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:54.4489680Z [00:02:47.714]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:54.4490496Z [00:02:47.714]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:54.4491285Z [00:02:47.714]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:54.4492086Z [00:02:47.714]➜  EOF
2025-08-20T21:20:54.4504664Z [00:02:47.714]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b762/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/fangs@v0.0.0-20250402135612-96e29e45f3fe=>github.com/anchore/fangs@v0.0.0-20250402135612-96e29e45f3fe;$WORK/b762=>" -p github.com/anchore/fangs -lang=go1.23 -complete -installsuffix shared -buildid OPwouWoitqQAeHxhoa9t/OPwouWoitqQAeHxhoa9t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b762/importcfg -pack /root/go/pkg/mod/github.com/anchore/fangs@v0.0.0-20250402135612-96e29e45f3fe/config.go /root/go/pkg/mod/github.com/anchore/fangs@v0.0.0-20250402135612-96e29e45f3fe/description_provider.go /root/go/pkg/mod/github.com/anchore/fangs@v0.0.0-20250402135612-96e29e45f3fe/field_describer.go /root/go/pkg/mod/github.com/anchore/fangs@v0.0.0-20250402135612-96e29e45f3fe/field_tag_describer.go /root/go/pkg/mod/github.com/anchore/fangs@v0.0.0-20250402135612-96e29e45f3fe/finders.go /root/go/pkg/mod/github.com/anchore/fangs@v0.0.0-20250402135612-96e29e45f3fe/flag_description_provider.go /root/go/pkg/mod/github.com/anchore/fangs@v0.0.0-20250402135612-96e29e45f3fe/flag_set.go /root/go/pkg/mod/github.com/anchore/fangs@v0.0.0-20250402135612-96e29e45f3fe/flags.go /root/go/pkg/mod/github.com/anchore/fangs@v0.0.0-20250402135612-96e29e45f3fe/interfaces.go /root/go/pkg/mod/github.com/anchore/fangs@v0.0.0-20250402135612-96e29e45f3fe/load.go /root/go/pkg/mod/github.com/anchore/fangs@v0.0.0-20250402135612-96e29e45f3fe/summarize.go /root/go/pkg/mod/github.com/anchore/fangs@v0.0.0-20250402135612-96e29e45f3fe/utils.go /root/go/pkg/mod/github.com/anchore/fangs@v0.0.0-20250402135612-96e29e45f3fe/var.go
2025-08-20T21:20:54.4735577Z [00:02:47.740]➜  go tool buildid -w $WORK/b809/_pkg_.a # internal
2025-08-20T21:20:54.4741173Z [00:02:47.741]➜  cp $WORK/b809/_pkg_.a /root/.cache/go-build/f5/f55b9a93860f04132228f93c68db8a8456c84fa375ccaec23331c88ebfe3ead2-d # internal
2025-08-20T21:20:54.4747219Z [00:02:47.742]➜  runtime/pprof
2025-08-20T21:20:54.4749978Z [00:02:47.742]➜  mkdir -p $WORK/b808/
2025-08-20T21:20:54.4757470Z [00:02:47.743]➜  cat >/tmp/go-build3547871397/b808/importcfg << 'EOF' # internal
2025-08-20T21:20:54.4766838Z [00:02:47.743]➜  # import config
2025-08-20T21:20:54.4767533Z [00:02:47.743]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:54.4768353Z [00:02:47.743]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:54.4769171Z [00:02:47.743]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:20:54.4770035Z [00:02:47.743]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:20:54.4770920Z [00:02:47.743]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:54.4771826Z [00:02:47.743]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:54.4794052Z [00:02:47.743]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:54.4794910Z [00:02:47.743]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:54.4796023Z [00:02:47.743]➜  packagefile internal/abi=/tmp/go-build3547871397/b006/_pkg_.a
2025-08-20T21:20:54.4797016Z [00:02:47.743]➜  packagefile internal/profilerecord=/tmp/go-build3547871397/b019/_pkg_.a
2025-08-20T21:20:54.4797954Z [00:02:47.743]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:54.4798743Z [00:02:47.743]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:54.4799493Z [00:02:47.743]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:54.4800273Z [00:02:47.743]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:54.4801079Z [00:02:47.743]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:54.4801853Z [00:02:47.743]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:54.4802911Z [00:02:47.743]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:54.4803909Z [00:02:47.743]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:54.4804750Z [00:02:47.743]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:54.4805555Z [00:02:47.743]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:54.4806434Z [00:02:47.743]➜  packagefile text/tabwriter=/tmp/go-build3547871397/b809/_pkg_.a
2025-08-20T21:20:54.4807296Z [00:02:47.743]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:54.4807890Z [00:02:47.743]➜  EOF
2025-08-20T21:20:54.4813652Z [00:02:47.743]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b808/_pkg_.a -trimpath "/root/.go/src/runtime/pprof=>runtime/pprof;$WORK/b808=>" -p runtime/pprof -lang=go1.25 -std -installsuffix shared -buildid _bvmglsPUiRF7Y_EC4lf/_bvmglsPUiRF7Y_EC4lf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b808/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:20:54.7439523Z [00:02:48.011]➜  go tool buildid -w $WORK/b762/_pkg_.a # internal
2025-08-20T21:20:54.7554229Z [00:02:48.023]➜  cp $WORK/b762/_pkg_.a /root/.cache/go-build/b2/b2f018e4f2a455dbebd66b3f3a98c5ea586a78c236b82dbf30d38ffb7858f895-d # internal
2025-08-20T21:20:54.7556823Z [00:02:48.023]➜  runtime/trace
2025-08-20T21:20:54.7557668Z [00:02:48.023]➜  mkdir -p $WORK/b810/
2025-08-20T21:20:54.7561887Z [00:02:48.023]➜  cat >/tmp/go-build3547871397/b810/importcfg << 'EOF' # internal
2025-08-20T21:20:54.7563039Z [00:02:48.023]➜  # import config
2025-08-20T21:20:54.7564003Z [00:02:48.023]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:54.7565044Z [00:02:48.023]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:54.7566031Z [00:02:48.024]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:54.7567626Z [00:02:48.024]➜  packagefile internal/trace/tracev2=/tmp/go-build3547871397/b033/_pkg_.a
2025-08-20T21:20:54.7568469Z [00:02:48.024]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:54.7569203Z [00:02:48.024]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:54.7569958Z [00:02:48.024]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:54.7570700Z [00:02:48.024]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:54.7571473Z [00:02:48.024]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:54.7572243Z [00:02:48.024]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:54.7572967Z [00:02:48.024]➜  EOF
2025-08-20T21:20:54.7577223Z [00:02:48.024]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b810/_pkg_.a -trimpath "/root/.go/src/runtime/trace=>runtime/trace;$WORK/b810=>" -p runtime/trace -lang=go1.25 -std -installsuffix shared -buildid YFUbVuUvJjUv56KzlldR/YFUbVuUvJjUv56KzlldR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b810/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:20:54.8728595Z [00:02:48.140]➜  go tool buildid -w $WORK/b810/_pkg_.a # internal
2025-08-20T21:20:54.8741448Z [00:02:48.141]➜  cp $WORK/b810/_pkg_.a /root/.cache/go-build/32/324e14af54994ca777e4369d8171be84a8ba8e03e7915d0342788f26d2acd28e-d # internal
2025-08-20T21:20:54.8748719Z [00:02:48.142]➜  github.com/wagoodman/go-partybus
2025-08-20T21:20:54.8751408Z [00:02:48.142]➜  mkdir -p $WORK/b811/
2025-08-20T21:20:54.8765928Z [00:02:48.143]➜  cat >/tmp/go-build3547871397/b811/importcfg << 'EOF' # internal
2025-08-20T21:20:54.8766855Z [00:02:48.143]➜  # import config
2025-08-20T21:20:54.8767584Z [00:02:48.143]➜  packagefile container/list=/tmp/go-build3547871397/b153/_pkg_.a
2025-08-20T21:20:54.8768716Z [00:02:48.143]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:54.8769864Z [00:02:48.143]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:54.8770656Z [00:02:48.143]➜  EOF
2025-08-20T21:20:54.8783043Z [00:02:48.145]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b811/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/wagoodman/go-partybus@v0.0.0-20230516145632-8ccac152c651=>github.com/wagoodman/go-partybus@v0.0.0-20230516145632-8ccac152c651;$WORK/b811=>" -p github.com/wagoodman/go-partybus -lang=go1.20 -complete -installsuffix shared -buildid GfXbToeUC9kmgjjy-lpD/GfXbToeUC9kmgjjy-lpD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b811/importcfg -pack /root/go/pkg/mod/github.com/wagoodman/go-partybus@v0.0.0-20230516145632-8ccac152c651/bus.go /root/go/pkg/mod/github.com/wagoodman/go-partybus@v0.0.0-20230516145632-8ccac152c651/event.go /root/go/pkg/mod/github.com/wagoodman/go-partybus@v0.0.0-20230516145632-8ccac152c651/queue.go /root/go/pkg/mod/github.com/wagoodman/go-partybus@v0.0.0-20230516145632-8ccac152c651/subscription.go
2025-08-20T21:20:54.8906669Z [00:02:48.158]➜  go tool buildid -w $WORK/b807/_pkg_.a # internal
2025-08-20T21:20:54.9025047Z [00:02:48.170]➜  cp $WORK/b807/_pkg_.a /root/.cache/go-build/72/72072e1d0c78c59dfa437ddee05006d8b7532c8c044f633f90b4e878234ca882-d # internal
2025-08-20T21:20:54.9026431Z [00:02:48.170]➜  github.com/felixge/fgprof
2025-08-20T21:20:54.9028121Z [00:02:48.170]➜  mkdir -p $WORK/b806/
2025-08-20T21:20:54.9029015Z [00:02:48.170]➜  cat >/tmp/go-build3547871397/b806/importcfg << 'EOF' # internal
2025-08-20T21:20:54.9043421Z [00:02:48.170]➜  # import config
2025-08-20T21:20:54.9044462Z [00:02:48.170]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:54.9045672Z [00:02:48.170]➜  packagefile github.com/google/pprof/profile=/tmp/go-build3547871397/b807/_pkg_.a
2025-08-20T21:20:54.9046910Z [00:02:48.170]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:54.9048816Z [00:02:48.170]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:54.9049634Z [00:02:48.170]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:20:54.9050465Z [00:02:48.170]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:54.9051286Z [00:02:48.170]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:54.9052088Z [00:02:48.170]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:54.9053099Z [00:02:48.170]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:54.9053944Z [00:02:48.170]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:54.9054559Z [00:02:48.170]➜  EOF
2025-08-20T21:20:54.9058352Z [00:02:48.170]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b806/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/felixge/fgprof@v0.9.5=>github.com/felixge/fgprof@v0.9.5;$WORK/b806=>" -p github.com/felixge/fgprof -lang=go1.14 -complete -installsuffix shared -buildid GOioLJoPIiijTwZZaw9m/GOioLJoPIiijTwZZaw9m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b806/importcfg -pack /root/go/pkg/mod/github.com/felixge/fgprof@v0.9.5/fgprof.go /root/go/pkg/mod/github.com/felixge/fgprof@v0.9.5/handler.go
2025-08-20T21:20:54.9122083Z [00:02:48.179]➜  go tool buildid -w $WORK/b811/_pkg_.a # internal
2025-08-20T21:20:54.9132098Z [00:02:48.180]➜  cp $WORK/b811/_pkg_.a /root/.cache/go-build/46/461cb94a69c375ae9a7abcaaa80a67e7ef8671b9c07702901440ec46320d1b7a-d # internal
2025-08-20T21:20:54.9144463Z [00:02:48.181]➜  github.com/OneOfOne/xxhash
2025-08-20T21:20:54.9145062Z [00:02:48.181]➜  mkdir -p $WORK/b814/
2025-08-20T21:20:54.9145800Z [00:02:48.181]➜  cat >/tmp/go-build3547871397/b814/importcfg << 'EOF' # internal
2025-08-20T21:20:54.9146666Z [00:02:48.181]➜  # import config
2025-08-20T21:20:54.9147412Z [00:02:48.181]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:54.9148282Z [00:02:48.181]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:54.9149081Z [00:02:48.181]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:54.9149889Z [00:02:48.181]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:54.9150506Z [00:02:48.181]➜  EOF
2025-08-20T21:20:54.9165978Z [00:02:48.181]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b814/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!one!of!one/xxhash@v1.2.8=>github.com/OneOfOne/xxhash@v1.2.8;$WORK/b814=>" -p github.com/OneOfOne/xxhash -lang=go1.11 -complete -installsuffix shared -buildid U2vOE8QeyQFv4LzfiEpI/U2vOE8QeyQFv4LzfiEpI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b814/importcfg -pack /root/go/pkg/mod/github.com/!one!of!one/xxhash@v1.2.8/xxhash.go /root/go/pkg/mod/github.com/!one!of!one/xxhash@v1.2.8/xxhash_go17.go /root/go/pkg/mod/github.com/!one!of!one/xxhash@v1.2.8/xxhash_unsafe.go
2025-08-20T21:20:54.9829727Z [00:02:48.250]➜  go tool buildid -w $WORK/b806/_pkg_.a # internal
2025-08-20T21:20:54.9844591Z [00:02:48.252]➜  cp $WORK/b806/_pkg_.a /root/.cache/go-build/56/56ad4ff59740c61f08663bcf6408290397da540623423f3e26ba8f19d72aa92e-d # internal
2025-08-20T21:20:54.9857577Z [00:02:48.253]➜  github.com/anchore/grype/internal/redact
2025-08-20T21:20:54.9859886Z [00:02:48.253]➜  mkdir -p $WORK/b817/
2025-08-20T21:20:54.9863916Z [00:02:48.254]➜  cat >/tmp/go-build3547871397/b817/importcfg << 'EOF' # internal
2025-08-20T21:20:54.9864882Z [00:02:48.254]➜  # import config
2025-08-20T21:20:54.9867642Z [00:02:48.254]➜  packagefile github.com/anchore/go-logger/adapter/redact=/tmp/go-build3547871397/b799/_pkg_.a
2025-08-20T21:20:54.9868642Z [00:02:48.254]➜  EOF
2025-08-20T21:20:54.9889442Z [00:02:48.256]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b817/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/redact=>github.com/anchore/grype@v0.96.0/internal/redact;$WORK/b817=>" -p github.com/anchore/grype/internal/redact -lang=go1.24 -complete -installsuffix shared -buildid 4qDxG4moYDlXpyNr7TGr/4qDxG4moYDlXpyNr7TGr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b817/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/redact/redact.go
2025-08-20T21:20:54.9967624Z [00:02:48.264]➜  go tool buildid -w $WORK/b808/_pkg_.a # internal
2025-08-20T21:20:55.0056463Z [00:02:48.273]➜  cp $WORK/b808/_pkg_.a /root/.cache/go-build/79/79cb0937774ea2b49f7f8ee1c51985acb2fa6b57d0d18be2c9b81eb721f22f77-d # internal
2025-08-20T21:20:55.0063301Z [00:02:48.273]➜  github.com/pkg/profile
2025-08-20T21:20:55.0063881Z [00:02:48.273]➜  mkdir -p $WORK/b805/
2025-08-20T21:20:55.0064661Z [00:02:48.273]➜  cat >/tmp/go-build3547871397/b805/importcfg << 'EOF' # internal
2025-08-20T21:20:55.0065358Z [00:02:48.273]➜  # import config
2025-08-20T21:20:55.0066164Z [00:02:48.273]➜  packagefile github.com/felixge/fgprof=/tmp/go-build3547871397/b806/_pkg_.a
2025-08-20T21:20:55.0067186Z [00:02:48.273]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:20:55.0067993Z [00:02:48.273]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:55.0068758Z [00:02:48.273]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:55.0069553Z [00:02:48.273]➜  packagefile os/signal=/tmp/go-build3547871397/b751/_pkg_.a
2025-08-20T21:20:55.0070428Z [00:02:48.273]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:55.0071289Z [00:02:48.273]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:55.0072209Z [00:02:48.273]➜  packagefile runtime/pprof=/tmp/go-build3547871397/b808/_pkg_.a
2025-08-20T21:20:55.0073430Z [00:02:48.273]➜  packagefile runtime/trace=/tmp/go-build3547871397/b810/_pkg_.a
2025-08-20T21:20:55.0074373Z [00:02:48.273]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:55.0075185Z [00:02:48.273]➜  EOF
2025-08-20T21:20:55.0078251Z [00:02:48.273]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b805/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/profile@v1.7.0=>github.com/pkg/profile@v1.7.0;$WORK/b805=>" -p github.com/pkg/profile -lang=go1.13 -complete -installsuffix shared -buildid 3j6nNDEqgRHSXfr3bsTc/3j6nNDEqgRHSXfr3bsTc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b805/importcfg -pack /root/go/pkg/mod/github.com/pkg/profile@v1.7.0/profile.go
2025-08-20T21:20:55.0083771Z [00:02:48.276]➜  go tool buildid -w $WORK/b817/_pkg_.a # internal
2025-08-20T21:20:55.0085317Z [00:02:48.276]➜  cp $WORK/b817/_pkg_.a /root/.cache/go-build/c7/c79431d461b6c262b469c7ea4b9bde0cd8e294f26a021dcdc14f2f28267706aa-d # internal
2025-08-20T21:20:55.0086822Z [00:02:48.276]➜  github.com/anchore/grype/internal/log
2025-08-20T21:20:55.0087790Z [00:02:48.276]➜  mkdir -p $WORK/b816/
2025-08-20T21:20:55.0088736Z [00:02:48.276]➜  cat >/tmp/go-build3547871397/b816/importcfg << 'EOF' # internal
2025-08-20T21:20:55.0089550Z [00:02:48.276]➜  # import config
2025-08-20T21:20:55.0090351Z [00:02:48.276]➜  packagefile github.com/anchore/go-logger=/tmp/go-build3547871397/b765/_pkg_.a
2025-08-20T21:20:55.0091547Z [00:02:48.276]➜  packagefile github.com/anchore/go-logger/adapter/discard=/tmp/go-build3547871397/b766/_pkg_.a
2025-08-20T21:20:55.0093016Z [00:02:48.276]➜  packagefile github.com/anchore/go-logger/adapter/redact=/tmp/go-build3547871397/b799/_pkg_.a
2025-08-20T21:20:55.0103998Z [00:02:48.276]➜  packagefile github.com/anchore/grype/internal/redact=/tmp/go-build3547871397/b817/_pkg_.a
2025-08-20T21:20:55.0105130Z [00:02:48.276]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:55.0105774Z [00:02:48.276]➜  EOF
2025-08-20T21:20:55.0109893Z [00:02:48.276]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b816/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/log=>github.com/anchore/grype@v0.96.0/internal/log;$WORK/b816=>" -p github.com/anchore/grype/internal/log -lang=go1.24 -complete -installsuffix shared -buildid 60U0X7i7KSSkfI94SIF6/60U0X7i7KSSkfI94SIF6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b816/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/log/errors.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/log/log.go
2025-08-20T21:20:55.0113810Z [00:02:48.276]➜  go tool buildid -w $WORK/b814/_pkg_.a # internal
2025-08-20T21:20:55.0115171Z [00:02:48.278]➜  cp $WORK/b814/_pkg_.a /root/.cache/go-build/2e/2e5711df2f4ef889658cac8778c5e2fb48bb6b8529653b79f5974dda4eb6be27-d # internal
2025-08-20T21:20:55.0116226Z [00:02:48.278]➜  database/sql
2025-08-20T21:20:55.0116706Z [00:02:48.278]➜  mkdir -p $WORK/b819/
2025-08-20T21:20:55.0117439Z [00:02:48.278]➜  cat >/tmp/go-build3547871397/b819/importcfg << 'EOF' # internal
2025-08-20T21:20:55.0118127Z [00:02:48.278]➜  # import config
2025-08-20T21:20:55.0118755Z [00:02:48.278]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:55.0119747Z [00:02:48.278]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:55.0120650Z [00:02:48.278]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:20:55.0121597Z [00:02:48.278]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:55.0122432Z [00:02:48.278]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:55.0123458Z [00:02:48.278]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:55.0124234Z [00:02:48.278]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:20:55.0125051Z [00:02:48.278]➜  packagefile math/rand/v2=/tmp/go-build3547871397/b176/_pkg_.a
2025-08-20T21:20:55.0125921Z [00:02:48.278]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:55.0126715Z [00:02:48.278]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:55.0127510Z [00:02:48.278]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:55.0128496Z [00:02:48.278]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:55.0129296Z [00:02:48.278]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:55.0130156Z [00:02:48.278]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:55.0130995Z [00:02:48.278]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:55.0131794Z [00:02:48.278]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:55.0132995Z [00:02:48.278]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:55.0133688Z [00:02:48.278]➜  EOF
2025-08-20T21:20:55.0137167Z [00:02:48.278]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b819/_pkg_.a -trimpath "/root/.go/src/database/sql=>database/sql;$WORK/b819=>" -p database/sql -lang=go1.25 -std -complete -installsuffix shared -buildid 8aK51_gzElWiyEVz7fH4/8aK51_gzElWiyEVz7fH4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b819/importcfg -pack /root/.go/src/database/sql/convert.go /root/.go/src/database/sql/ctxutil.go /root/.go/src/database/sql/sql.go
2025-08-20T21:20:55.0529246Z [00:02:48.320]➜  go tool buildid -w $WORK/b816/_pkg_.a # internal
2025-08-20T21:20:55.0535192Z [00:02:48.321]➜  cp $WORK/b816/_pkg_.a /root/.cache/go-build/38/383cfb9a30a7a66073f59a5939656105cea3a64513586636f1bcfc57446aad76-d # internal
2025-08-20T21:20:55.0537226Z [00:02:48.321]➜  github.com/dustin/go-humanize
2025-08-20T21:20:55.0537803Z [00:02:48.321]➜  mkdir -p $WORK/b822/
2025-08-20T21:20:55.0541831Z [00:02:48.321]➜  cat >/tmp/go-build3547871397/b822/importcfg << 'EOF' # internal
2025-08-20T21:20:55.0543098Z [00:02:48.321]➜  # import config
2025-08-20T21:20:55.0543890Z [00:02:48.321]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:55.0544743Z [00:02:48.321]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:55.0545526Z [00:02:48.321]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:55.0546318Z [00:02:48.321]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:55.0547100Z [00:02:48.321]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:55.0547924Z [00:02:48.321]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:55.0548754Z [00:02:48.321]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:55.0549609Z [00:02:48.321]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:55.0550455Z [00:02:48.321]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:55.0551293Z [00:02:48.321]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:55.0552124Z [00:02:48.321]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:55.0552998Z [00:02:48.321]➜  EOF
2025-08-20T21:20:55.0560912Z [00:02:48.322]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b822/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1=>github.com/dustin/go-humanize@v1.0.1;$WORK/b822=>" -p github.com/dustin/go-humanize -lang=go1.16 -complete -installsuffix shared -buildid 146xPrEFoxOs5HrXbjQ-/146xPrEFoxOs5HrXbjQ- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b822/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:20:55.0721103Z [00:02:48.339]➜  go tool buildid -w $WORK/b805/_pkg_.a # internal
2025-08-20T21:20:55.0735994Z [00:02:48.341]➜  cp $WORK/b805/_pkg_.a /root/.cache/go-build/aa/aa82dcbb18943713192ca492bb05534798f8e0bc9fa842aa3f2de9ffc293b95d-d # internal
2025-08-20T21:20:55.0738530Z [00:02:48.341]➜  github.com/anchore/clio
2025-08-20T21:20:55.0741486Z [00:02:48.341]➜  mkdir -p $WORK/b761/
2025-08-20T21:20:55.0750608Z [00:02:48.342]➜  cat >/tmp/go-build3547871397/b761/importcfg << 'EOF' # internal
2025-08-20T21:20:55.0751298Z [00:02:48.342]➜  # import config
2025-08-20T21:20:55.0751941Z [00:02:48.342]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:55.0752922Z [00:02:48.342]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:55.0753987Z [00:02:48.342]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:55.0754876Z [00:02:48.342]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:55.0766997Z [00:02:48.342]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:55.0768110Z [00:02:48.342]➜  packagefile github.com/anchore/fangs=/tmp/go-build3547871397/b762/_pkg_.a
2025-08-20T21:20:55.0769193Z [00:02:48.342]➜  packagefile github.com/anchore/go-homedir=/tmp/go-build3547871397/b764/_pkg_.a
2025-08-20T21:20:55.0770308Z [00:02:48.342]➜  packagefile github.com/anchore/go-logger=/tmp/go-build3547871397/b765/_pkg_.a
2025-08-20T21:20:55.0771564Z [00:02:48.342]➜  packagefile github.com/anchore/go-logger/adapter/discard=/tmp/go-build3547871397/b766/_pkg_.a
2025-08-20T21:20:55.0773515Z [00:02:48.342]➜  packagefile github.com/anchore/go-logger/adapter/logrus=/tmp/go-build3547871397/b794/_pkg_.a
2025-08-20T21:20:55.0774851Z [00:02:48.342]➜  packagefile github.com/anchore/go-logger/adapter/redact=/tmp/go-build3547871397/b799/_pkg_.a
2025-08-20T21:20:55.0776010Z [00:02:48.342]➜  packagefile github.com/gookit/color=/tmp/go-build3547871397/b801/_pkg_.a
2025-08-20T21:20:55.0777114Z [00:02:48.342]➜  packagefile github.com/iancoleman/strcase=/tmp/go-build3547871397/b803/_pkg_.a
2025-08-20T21:20:55.0778310Z [00:02:48.342]➜  packagefile github.com/pborman/indent=/tmp/go-build3547871397/b804/_pkg_.a
2025-08-20T21:20:55.0779400Z [00:02:48.342]➜  packagefile github.com/pkg/profile=/tmp/go-build3547871397/b805/_pkg_.a
2025-08-20T21:20:55.0780502Z [00:02:48.342]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3547871397/b798/_pkg_.a
2025-08-20T21:20:55.0781565Z [00:02:48.342]➜  packagefile github.com/spf13/cobra=/tmp/go-build3547871397/b278/_pkg_.a
2025-08-20T21:20:55.0782814Z [00:02:48.342]➜  packagefile github.com/spf13/pflag=/tmp/go-build3547871397/b279/_pkg_.a
2025-08-20T21:20:55.0783918Z [00:02:48.342]➜  packagefile github.com/wagoodman/go-partybus=/tmp/go-build3547871397/b811/_pkg_.a
2025-08-20T21:20:55.0784998Z [00:02:48.343]➜  packagefile golang.org/x/term=/tmp/go-build3547871397/b437/_pkg_.a
2025-08-20T21:20:55.0785963Z [00:02:48.343]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:20:55.0786858Z [00:02:48.343]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:55.0787860Z [00:02:48.343]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:55.0788650Z [00:02:48.343]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:55.0789494Z [00:02:48.343]➜  packagefile os/signal=/tmp/go-build3547871397/b751/_pkg_.a
2025-08-20T21:20:55.0790331Z [00:02:48.343]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:55.0791141Z [00:02:48.343]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:55.0791965Z [00:02:48.343]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:55.0792947Z [00:02:48.343]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:55.0793562Z [00:02:48.343]➜  EOF
2025-08-20T21:20:55.0814496Z [00:02:48.343]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b761/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/clio@v0.0.0-20250408180537-ec8fa27f0d9f=>github.com/anchore/clio@v0.0.0-20250408180537-ec8fa27f0d9f;$WORK/b761=>" -p github.com/anchore/clio -lang=go1.23 -complete -installsuffix shared -buildid iSyco-5K9SJmu-BUbaoS/iSyco-5K9SJmu-BUbaoS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b761/importcfg -pack /root/go/pkg/mod/github.com/anchore/clio@v0.0.0-20250408180537-ec8fa27f0d9f/application.go /root/go/pkg/mod/github.com/anchore/clio@v0.0.0-20250408180537-ec8fa27f0d9f/bus.go /root/go/pkg/mod/github.com/anchore/clio@v0.0.0-20250408180537-ec8fa27f0d9f/config_command.go /root/go/pkg/mod/github.com/anchore/clio@v0.0.0-20250408180537-ec8fa27f0d9f/development.go /root/go/pkg/mod/github.com/anchore/clio@v0.0.0-20250408180537-ec8fa27f0d9f/event.go /root/go/pkg/mod/github.com/anchore/clio@v0.0.0-20250408180537-ec8fa27f0d9f/eventloop.go /root/go/pkg/mod/github.com/anchore/clio@v0.0.0-20250408180537-ec8fa27f0d9f/fangs.go /root/go/pkg/mod/github.com/anchore/clio@v0.0.0-20250408180537-ec8fa27f0d9f/logging.go /root/go/pkg/mod/github.com/anchore/clio@v0.0.0-20250408180537-ec8fa27f0d9f/setup_config.go /root/go/pkg/mod/github.com/anchore/clio@v0.0.0-20250408180537-ec8fa27f0d9f/state.go /root/go/pkg/mod/github.com/anchore/clio@v0.0.0-20250408180537-ec8fa27f0d9f/ui.go /root/go/pkg/mod/github.com/anchore/clio@v0.0.0-20250408180537-ec8fa27f0d9f/version.go
2025-08-20T21:20:55.1265060Z [00:02:48.391]➜  go tool buildid -w $WORK/b696/_pkg_.a # internal
2025-08-20T21:20:55.1450961Z [00:02:48.412]➜  go tool buildid -w $WORK/b822/_pkg_.a # internal
2025-08-20T21:20:55.1464709Z [00:02:48.414]➜  cp $WORK/b822/_pkg_.a /root/.cache/go-build/fa/fadd00745d5e413d494e3ff1571a980918822c9a73711158ec1ced7b1c572658-d # internal
2025-08-20T21:20:55.1465839Z [00:02:48.414]➜  modernc.org/libc/uuid/uuid
2025-08-20T21:20:55.1466401Z [00:02:48.414]➜  mkdir -p $WORK/b824/
2025-08-20T21:20:55.1469329Z [00:02:48.414]➜  cat >/tmp/go-build3547871397/b824/importcfg << 'EOF' # internal
2025-08-20T21:20:55.1470030Z [00:02:48.414]➜  # import config
2025-08-20T21:20:55.1470687Z [00:02:48.414]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:55.1471524Z [00:02:48.414]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:55.1472372Z [00:02:48.414]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:55.1473180Z [00:02:48.414]➜  EOF
2025-08-20T21:20:55.1476903Z [00:02:48.414]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b824/_pkg_.a -trimpath "/root/go/pkg/mod/modernc.org/libc@v1.65.10/uuid/uuid=>modernc.org/libc@v1.65.10/uuid/uuid;$WORK/b824=>" -p modernc.org/libc/uuid/uuid -lang=go1.23 -complete -installsuffix shared -buildid 4x3RwtsEcgDA6SFsl0Fu/4x3RwtsEcgDA6SFsl0Fu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b824/importcfg -pack /root/go/pkg/mod/modernc.org/libc@v1.65.10/uuid/uuid/capi_linux_amd64.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/uuid/uuid/uuid_linux_amd64.go
2025-08-20T21:20:55.1488701Z [00:02:48.416]➜  cp $WORK/b696/_pkg_.a /root/.cache/go-build/2d/2db3a7eb7864eb4b5c8e69119f7d991f39ddd9b385f4e34ee9a84f468484609e-d # internal
2025-08-20T21:20:55.1499250Z [00:02:48.417]➜  github.com/derailed/k9s/internal/model1
2025-08-20T21:20:55.1501738Z [00:02:48.417]➜  mkdir -p $WORK/b758/
2025-08-20T21:20:55.1502475Z [00:02:48.417]➜  cat >/tmp/go-build3547871397/b758/importcfg << 'EOF' # internal
2025-08-20T21:20:55.1503375Z [00:02:48.417]➜  # import config
2025-08-20T21:20:55.1504091Z [00:02:48.417]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:55.1504962Z [00:02:48.417]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:55.1505808Z [00:02:48.417]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:55.1506821Z [00:02:48.417]➜  packagefile github.com/derailed/k9s/internal=/tmp/go-build3547871397/b754/_pkg_.a
2025-08-20T21:20:55.1508078Z [00:02:48.417]➜  packagefile github.com/derailed/k9s/internal/client=/tmp/go-build3547871397/b066/_pkg_.a
2025-08-20T21:20:55.1509402Z [00:02:48.417]➜  packagefile github.com/derailed/k9s/internal/config=/tmp/go-build3547871397/b696/_pkg_.a
2025-08-20T21:20:55.1510706Z [00:02:48.417]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:20:55.1511928Z [00:02:48.417]➜  packagefile github.com/derailed/tcell/v2=/tmp/go-build3547871397/b707/_pkg_.a
2025-08-20T21:20:55.1513272Z [00:02:48.417]➜  packagefile github.com/fvbommel/sortorder=/tmp/go-build3547871397/b078/_pkg_.a
2025-08-20T21:20:55.1514418Z [00:02:48.417]➜  packagefile github.com/sahilm/fuzzy=/tmp/go-build3547871397/b759/_pkg_.a
2025-08-20T21:20:55.1515621Z [00:02:48.417]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:20:55.1516882Z [00:02:48.417]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:20:55.1518299Z [00:02:48.417]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:20:55.1519477Z [00:02:48.417]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:20:55.1520669Z [00:02:48.417]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:20:55.1521552Z [00:02:48.417]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:55.1522409Z [00:02:48.417]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:55.1523405Z [00:02:48.417]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:55.1524067Z [00:02:48.417]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:55.1524865Z [00:02:48.417]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:55.1525720Z [00:02:48.417]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:55.1526350Z [00:02:48.417]➜  EOF
2025-08-20T21:20:55.1531536Z [00:02:48.417]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b758/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1=>github.com/derailed/k9s/internal/model1;$WORK/b758=>" -p github.com/derailed/k9s/internal/model1 -lang=go1.24 -complete -installsuffix shared -buildid 5xns0el5HmltY2JaolmO/5xns0el5HmltY2JaolmO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b758/importcfg -pack ./internal/model1/color.go ./internal/model1/delta.go ./internal/model1/fields.go ./internal/model1/header.go ./internal/model1/helpers.go ./internal/model1/pool.go ./internal/model1/row.go ./internal/model1/row_event.go ./internal/model1/rows.go ./internal/model1/table_data.go ./internal/model1/types.go
2025-08-20T21:20:55.1642981Z [00:02:48.431]➜  go tool buildid -w $WORK/b824/_pkg_.a # internal
2025-08-20T21:20:55.1704504Z [00:02:48.431]➜  cp $WORK/b824/_pkg_.a /root/.cache/go-build/62/62963c022d65fb076ef10c8bd325e25594a2afb38d8c3e08b00e31f7bfdad434-d # internal
2025-08-20T21:20:55.1705661Z [00:02:48.432]➜  github.com/remyoudompheng/bigfft
2025-08-20T21:20:55.1706231Z [00:02:48.432]➜  mkdir -p $WORK/b826/
2025-08-20T21:20:55.1706931Z [00:02:48.432]➜  cat >/tmp/go-build3547871397/b826/importcfg << 'EOF' # internal
2025-08-20T21:20:55.1707854Z [00:02:48.432]➜  # import config
2025-08-20T21:20:55.1708536Z [00:02:48.432]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:55.1709160Z [00:02:48.432]➜  EOF
2025-08-20T21:20:55.1715567Z [00:02:48.432]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b826/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/remyoudompheng/bigfft@v0.0.0-20230129092748-24d4a6f8daec=>github.com/remyoudompheng/bigfft@v0.0.0-20230129092748-24d4a6f8daec;$WORK/b826=>" -p github.com/remyoudompheng/bigfft -lang=go1.12 -complete -installsuffix shared -buildid ynVdA5gTydgtUofa0Dr1/ynVdA5gTydgtUofa0Dr1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b826/importcfg -pack /root/go/pkg/mod/github.com/remyoudompheng/bigfft@v0.0.0-20230129092748-24d4a6f8daec/arith_decl.go /root/go/pkg/mod/github.com/remyoudompheng/bigfft@v0.0.0-20230129092748-24d4a6f8daec/fermat.go /root/go/pkg/mod/github.com/remyoudompheng/bigfft@v0.0.0-20230129092748-24d4a6f8daec/fft.go /root/go/pkg/mod/github.com/remyoudompheng/bigfft@v0.0.0-20230129092748-24d4a6f8daec/scan.go
2025-08-20T21:20:55.2436451Z [00:02:48.511]➜  go tool buildid -w $WORK/b826/_pkg_.a # internal
2025-08-20T21:20:55.2449046Z [00:02:48.512]➜  cp $WORK/b826/_pkg_.a /root/.cache/go-build/9e/9ef34ac9dbdb970832d54ee8ce45fe7e33ed41e796a1b070095df1965f77c538-d # internal
2025-08-20T21:20:55.2620728Z [00:02:48.529]➜  modernc.org/mathutil
2025-08-20T21:20:55.2622042Z [00:02:48.529]➜  mkdir -p $WORK/b825/
2025-08-20T21:20:55.2627600Z [00:02:48.530]➜  cat >/tmp/go-build3547871397/b825/importcfg << 'EOF' # internal
2025-08-20T21:20:55.2628571Z [00:02:48.530]➜  # import config
2025-08-20T21:20:55.2629463Z [00:02:48.530]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:55.2632206Z [00:02:48.530]➜  packagefile github.com/remyoudompheng/bigfft=/tmp/go-build3547871397/b826/_pkg_.a
2025-08-20T21:20:55.2637087Z [00:02:48.530]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:55.2639634Z [00:02:48.530]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:20:55.2640994Z [00:02:48.530]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:55.2641814Z [00:02:48.530]➜  EOF
2025-08-20T21:20:55.2649532Z [00:02:48.530]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b825/_pkg_.a -trimpath "/root/go/pkg/mod/modernc.org/mathutil@v1.7.1=>modernc.org/mathutil@v1.7.1;$WORK/b825=>" -p modernc.org/mathutil -lang=go1.21 -complete -installsuffix shared -buildid 1W1-ef4rsK2uCPmWTxN3/1W1-ef4rsK2uCPmWTxN3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b825/importcfg -pack /root/go/pkg/mod/modernc.org/mathutil@v1.7.1/binarylog.go /root/go/pkg/mod/modernc.org/mathutil@v1.7.1/bits.go /root/go/pkg/mod/modernc.org/mathutil@v1.7.1/envelope.go /root/go/pkg/mod/modernc.org/mathutil@v1.7.1/int.go /root/go/pkg/mod/modernc.org/mathutil@v1.7.1/mathutil.go /root/go/pkg/mod/modernc.org/mathutil@v1.7.1/permute.go /root/go/pkg/mod/modernc.org/mathutil@v1.7.1/poly.go /root/go/pkg/mod/modernc.org/mathutil@v1.7.1/primes.go /root/go/pkg/mod/modernc.org/mathutil@v1.7.1/rat.go /root/go/pkg/mod/modernc.org/mathutil@v1.7.1/rnd.go /root/go/pkg/mod/modernc.org/mathutil@v1.7.1/sqr.go /root/go/pkg/mod/modernc.org/mathutil@v1.7.1/tables.go /root/go/pkg/mod/modernc.org/mathutil@v1.7.1/test_deps.go
2025-08-20T21:20:55.3221536Z [00:02:48.589]➜  go tool buildid -w $WORK/b761/_pkg_.a # internal
2025-08-20T21:20:55.3278641Z [00:02:48.595]➜  cp $WORK/b761/_pkg_.a /root/.cache/go-build/30/300339f14b9758ca7f551c0c3980dff76ffb9ef6e124291ad666915de2388074-d # internal
2025-08-20T21:20:55.3283498Z [00:02:48.595]➜  modernc.org/memory
2025-08-20T21:20:55.3284062Z [00:02:48.595]➜  mkdir -p $WORK/b827/
2025-08-20T21:20:55.3284832Z [00:02:48.595]➜  cat >/tmp/go-build3547871397/b827/importcfg << 'EOF' # internal
2025-08-20T21:20:55.3285512Z [00:02:48.595]➜  # import config
2025-08-20T21:20:55.3286165Z [00:02:48.595]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:55.3287368Z [00:02:48.595]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:20:55.3288502Z [00:02:48.595]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:55.3289326Z [00:02:48.595]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:55.3289909Z [00:02:48.595]➜  EOF
2025-08-20T21:20:55.3294815Z [00:02:48.595]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b827/_pkg_.a -trimpath "/root/go/pkg/mod/modernc.org/memory@v1.11.0=>modernc.org/memory@v1.11.0;$WORK/b827=>" -p modernc.org/memory -lang=go1.23 -complete -installsuffix shared -buildid 3MV5ilGAAWo-2iS5Zt4J/3MV5ilGAAWo-2iS5Zt4J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b827/importcfg -pack /root/go/pkg/mod/modernc.org/memory@v1.11.0/memory.go /root/go/pkg/mod/modernc.org/memory@v1.11.0/memory64.go /root/go/pkg/mod/modernc.org/memory@v1.11.0/mmap_unix.go /root/go/pkg/mod/modernc.org/memory@v1.11.0/nocounters.go /root/go/pkg/mod/modernc.org/memory@v1.11.0/trace_disabled.go
2025-08-20T21:20:55.3834464Z [00:02:48.651]➜  go tool buildid -w $WORK/b827/_pkg_.a # internal
2025-08-20T21:20:55.3851603Z [00:02:48.652]➜  cp $WORK/b827/_pkg_.a /root/.cache/go-build/e8/e80a5b08a6644482fc2bd142142c19698d8c20391226e67fe95cd71722ac718c-d # internal
2025-08-20T21:20:55.3860275Z [00:02:48.653]➜  modernc.org/libc/sys/types
2025-08-20T21:20:55.3865119Z [00:02:48.654]➜  mkdir -p $WORK/b828/
2025-08-20T21:20:55.3874524Z [00:02:48.655]➜  cat >/tmp/go-build3547871397/b828/importcfg << 'EOF' # internal
2025-08-20T21:20:55.3876866Z [00:02:48.655]➜  # import config
2025-08-20T21:20:55.3877825Z [00:02:48.655]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:55.3879997Z [00:02:48.655]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:55.3881048Z [00:02:48.655]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:55.3881692Z [00:02:48.655]➜  EOF
2025-08-20T21:20:55.3891589Z [00:02:48.656]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b828/_pkg_.a -trimpath "/root/go/pkg/mod/modernc.org/libc@v1.65.10/sys/types=>modernc.org/libc@v1.65.10/sys/types;$WORK/b828=>" -p modernc.org/libc/sys/types -lang=go1.23 -complete -installsuffix shared -buildid 2ZGml0S3aFSTyorwGcbe/2ZGml0S3aFSTyorwGcbe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b828/importcfg -pack /root/go/pkg/mod/modernc.org/libc@v1.65.10/sys/types/capi_linux_amd64.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/sys/types/types_linux_amd64.go
2025-08-20T21:20:55.4051961Z [00:02:48.672]➜  go tool buildid -w $WORK/b828/_pkg_.a # internal
2025-08-20T21:20:55.4066843Z [00:02:48.674]➜  cp $WORK/b828/_pkg_.a /root/.cache/go-build/c0/c0411613a66bb6f003c63a35c8268a337b86f5f62640200671a0e640c0a78f40-d # internal
2025-08-20T21:20:55.4075521Z [00:02:48.675]➜  github.com/jinzhu/now
2025-08-20T21:20:55.4078737Z [00:02:48.675]➜  mkdir -p $WORK/b831/
2025-08-20T21:20:55.4088576Z [00:02:48.676]➜  cat >/tmp/go-build3547871397/b831/importcfg << 'EOF' # internal
2025-08-20T21:20:55.4090137Z [00:02:48.676]➜  # import config
2025-08-20T21:20:55.4091035Z [00:02:48.676]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:55.4093686Z [00:02:48.676]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:55.4094506Z [00:02:48.676]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:55.4095088Z [00:02:48.676]➜  EOF
2025-08-20T21:20:55.4105465Z [00:02:48.677]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b831/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jinzhu/now@v1.1.5=>github.com/jinzhu/now@v1.1.5;$WORK/b831=>" -p github.com/jinzhu/now -lang=go1.12 -complete -installsuffix shared -buildid aTcKTWrfqrVqoyJgrpJb/aTcKTWrfqrVqoyJgrpJb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b831/importcfg -pack /root/go/pkg/mod/github.com/jinzhu/now@v1.1.5/main.go /root/go/pkg/mod/github.com/jinzhu/now@v1.1.5/now.go /root/go/pkg/mod/github.com/jinzhu/now@v1.1.5/time.go
2025-08-20T21:20:55.4534958Z [00:02:48.721]➜  go tool buildid -w $WORK/b819/_pkg_.a # internal
2025-08-20T21:20:55.4604779Z [00:02:48.728]➜  cp $WORK/b819/_pkg_.a /root/.cache/go-build/15/1537a474acf671653035d5334e535fd35a229cdcabbd29923ca0dc1877292f5e-d # internal
2025-08-20T21:20:55.4607213Z [00:02:48.728]➜  gorm.io/gorm/utils
2025-08-20T21:20:55.4608380Z [00:02:48.728]➜  mkdir -p $WORK/b833/
2025-08-20T21:20:55.4613341Z [00:02:48.729]➜  cat >/tmp/go-build3547871397/b833/importcfg << 'EOF' # internal
2025-08-20T21:20:55.4615373Z [00:02:48.729]➜  # import config
2025-08-20T21:20:55.4616450Z [00:02:48.729]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:20:55.4618400Z [00:02:48.729]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:55.4619327Z [00:02:48.729]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:55.4620212Z [00:02:48.729]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:55.4621053Z [00:02:48.729]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:55.4621898Z [00:02:48.729]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:55.4622900Z [00:02:48.729]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:55.4623725Z [00:02:48.729]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:55.4624312Z [00:02:48.729]➜  EOF
2025-08-20T21:20:55.4627561Z [00:02:48.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b833/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.30.0/utils=>gorm.io/gorm@v1.30.0/utils;$WORK/b833=>" -p gorm.io/gorm/utils -lang=go1.18 -complete -installsuffix shared -buildid W8nKgmKNXOerq34dNAry/W8nKgmKNXOerq34dNAry -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b833/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.30.0/utils/utils.go
2025-08-20T21:20:55.5109533Z [00:02:48.778]➜  go tool buildid -w $WORK/b833/_pkg_.a # internal
2025-08-20T21:20:55.5123222Z [00:02:48.779]➜  cp $WORK/b833/_pkg_.a /root/.cache/go-build/6f/6f4354dcea5707507a85cc06cb8d98d35b49c8e5949a687b9769005d0a19eb58-d # internal
2025-08-20T21:20:55.5131235Z [00:02:48.780]➜  gorm.io/gorm/clause
2025-08-20T21:20:55.5134108Z [00:02:48.781]➜  mkdir -p $WORK/b832/
2025-08-20T21:20:55.5139730Z [00:02:48.781]➜  cat >/tmp/go-build3547871397/b832/importcfg << 'EOF' # internal
2025-08-20T21:20:55.5146177Z [00:02:48.781]➜  # import config
2025-08-20T21:20:55.5146902Z [00:02:48.781]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:20:55.5147853Z [00:02:48.781]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:20:55.5148736Z [00:02:48.781]➜  packagefile go/ast=/tmp/go-build3547871397/b129/_pkg_.a
2025-08-20T21:20:55.5149632Z [00:02:48.781]➜  packagefile gorm.io/gorm/utils=/tmp/go-build3547871397/b833/_pkg_.a
2025-08-20T21:20:55.5150514Z [00:02:48.781]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:55.5151301Z [00:02:48.781]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:55.5152111Z [00:02:48.781]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:55.5152964Z [00:02:48.781]➜  EOF
2025-08-20T21:20:55.5162448Z [00:02:48.781]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b832/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause=>gorm.io/gorm@v1.30.0/clause;$WORK/b832=>" -p gorm.io/gorm/clause -lang=go1.18 -complete -installsuffix shared -buildid fFvdwGoWjJu7jD_qZW5O/fFvdwGoWjJu7jD_qZW5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b832/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause/clause.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause/delete.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause/expression.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause/from.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause/group_by.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause/insert.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause/joins.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause/limit.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause/locking.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause/on_conflict.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause/order_by.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause/returning.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause/select.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause/set.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause/update.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause/values.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause/where.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/clause/with.go
2025-08-20T21:20:55.5326483Z [00:02:48.800]➜  go tool buildid -w $WORK/b831/_pkg_.a # internal
2025-08-20T21:20:55.5353125Z [00:02:48.803]➜  cp $WORK/b831/_pkg_.a /root/.cache/go-build/94/94211d7dba86227630586dfc00e8c4fef1f9a6b11a256fee506f591d53224be6-d # internal
2025-08-20T21:20:55.5367913Z [00:02:48.804]➜  gorm.io/gorm/internal/lru
2025-08-20T21:20:55.5370509Z [00:02:48.804]➜  mkdir -p $WORK/b835/
2025-08-20T21:20:55.5378100Z [00:02:48.805]➜  cat >/tmp/go-build3547871397/b835/importcfg << 'EOF' # internal
2025-08-20T21:20:55.5379217Z [00:02:48.805]➜  # import config
2025-08-20T21:20:55.5380034Z [00:02:48.805]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:55.5381818Z [00:02:48.805]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:55.5382437Z [00:02:48.805]➜  EOF
2025-08-20T21:20:55.5386033Z [00:02:48.805]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b835/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.30.0/internal/lru=>gorm.io/gorm@v1.30.0/internal/lru;$WORK/b835=>" -p gorm.io/gorm/internal/lru -lang=go1.18 -complete -installsuffix shared -buildid x5nJu4_rBY00Cgj-9oY6/x5nJu4_rBY00Cgj-9oY6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b835/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.30.0/internal/lru/lru.go
2025-08-20T21:20:55.5666524Z [00:02:48.834]➜  go tool buildid -w $WORK/b835/_pkg_.a # internal
2025-08-20T21:20:55.5678604Z [00:02:48.835]➜  cp $WORK/b835/_pkg_.a /root/.cache/go-build/9b/9b729e6326e9c48576b60f5254768d1f2de47a9d9042b058eeaa67e7ce0b400d-d # internal
2025-08-20T21:20:55.5685264Z [00:02:48.836]➜  gorm.io/gorm/internal/stmt_store
2025-08-20T21:20:55.5690441Z [00:02:48.836]➜  mkdir -p $WORK/b834/
2025-08-20T21:20:55.5699186Z [00:02:48.837]➜  cat >/tmp/go-build3547871397/b834/importcfg << 'EOF' # internal
2025-08-20T21:20:55.5700234Z [00:02:48.837]➜  # import config
2025-08-20T21:20:55.5701096Z [00:02:48.837]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:55.5703321Z [00:02:48.837]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:20:55.5704367Z [00:02:48.837]➜  packagefile gorm.io/gorm/internal/lru=/tmp/go-build3547871397/b835/_pkg_.a
2025-08-20T21:20:55.5705406Z [00:02:48.837]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:55.5706242Z [00:02:48.837]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:55.5707056Z [00:02:48.837]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:55.5707686Z [00:02:48.837]➜  EOF
2025-08-20T21:20:55.5717521Z [00:02:48.839]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b834/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.30.0/internal/stmt_store=>gorm.io/gorm@v1.30.0/internal/stmt_store;$WORK/b834=>" -p gorm.io/gorm/internal/stmt_store -lang=go1.18 -complete -installsuffix shared -buildid DDuTApideFfNkL-FC2gc/DDuTApideFfNkL-FC2gc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b834/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.30.0/internal/stmt_store/stmt_store.go
2025-08-20T21:20:55.7025469Z [00:02:48.968]➜  go tool buildid -w $WORK/b834/_pkg_.a # internal
2025-08-20T21:20:55.7036781Z [00:02:48.971]➜  cp $WORK/b834/_pkg_.a /root/.cache/go-build/82/8266eecf8f59527b33f88cb0c88b717affdfc8237c4429b4a7e527b296286795-d # internal
2025-08-20T21:20:55.7040812Z [00:02:48.971]➜  go tool buildid -w $WORK/b832/_pkg_.a # internal
2025-08-20T21:20:55.7044984Z [00:02:48.972]➜  gorm.io/gorm/logger
2025-08-20T21:20:55.7051922Z [00:02:48.972]➜  mkdir -p $WORK/b836/
2025-08-20T21:20:55.7052852Z [00:02:48.972]➜  cat >/tmp/go-build3547871397/b836/importcfg << 'EOF' # internal
2025-08-20T21:20:55.7053534Z [00:02:48.972]➜  # import config
2025-08-20T21:20:55.7054214Z [00:02:48.972]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:55.7055128Z [00:02:48.972]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:20:55.7055984Z [00:02:48.972]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:55.7056730Z [00:02:48.972]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:55.7057576Z [00:02:48.972]➜  packagefile gorm.io/gorm/utils=/tmp/go-build3547871397/b833/_pkg_.a
2025-08-20T21:20:55.7058463Z [00:02:48.972]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:55.7059249Z [00:02:48.972]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:55.7060016Z [00:02:48.972]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:55.7060781Z [00:02:48.972]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:55.7061555Z [00:02:48.972]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:55.7062312Z [00:02:48.972]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:55.7063274Z [00:02:48.972]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:55.7064057Z [00:02:48.972]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:55.7064819Z [00:02:48.972]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:55.7065387Z [00:02:48.972]➜  EOF
2025-08-20T21:20:55.7068983Z [00:02:48.972]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b836/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.30.0/logger=>gorm.io/gorm@v1.30.0/logger;$WORK/b836=>" -p gorm.io/gorm/logger -lang=go1.18 -complete -installsuffix shared -buildid Vw1yjtDXbj2MXlYu8Z5K/Vw1yjtDXbj2MXlYu8Z5K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b836/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.30.0/logger/logger.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/logger/sql.go
2025-08-20T21:20:55.7103938Z [00:02:48.978]➜  cp $WORK/b832/_pkg_.a /root/.cache/go-build/7d/7d01295dccbe19209655283b2bf6fc44259780be1fdb319e5f24da5bae26eb8f-d # internal
2025-08-20T21:20:55.7109189Z [00:02:48.978]➜  internal/saferio
2025-08-20T21:20:55.7109746Z [00:02:48.978]➜  mkdir -p $WORK/b839/
2025-08-20T21:20:55.7116909Z [00:02:48.978]➜  go tool buildid -w $WORK/b758/_pkg_.a # internal
2025-08-20T21:20:55.7117771Z [00:02:48.978]➜  cat >/tmp/go-build3547871397/b839/importcfg << 'EOF' # internal
2025-08-20T21:20:55.7118410Z [00:02:48.978]➜  # import config
2025-08-20T21:20:55.7118975Z [00:02:48.978]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:55.7119492Z [00:02:48.978]➜  EOF
2025-08-20T21:20:55.7122257Z [00:02:48.979]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b839/_pkg_.a -trimpath "/root/.go/src/internal/saferio=>internal/saferio;$WORK/b839=>" -p internal/saferio -lang=go1.25 -std -complete -installsuffix shared -buildid mWMoPXONcjc0cePG2W0q/mWMoPXONcjc0cePG2W0q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b839/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T21:20:55.7172053Z [00:02:48.984]➜  cp $WORK/b758/_pkg_.a /root/.cache/go-build/75/7576618667660057c15ca3a5e587cab4dbcaccabb8ef55a71945694cf2123501-d # internal
2025-08-20T21:20:55.7177829Z [00:02:48.985]➜  github.com/jinzhu/inflection
2025-08-20T21:20:55.7185126Z [00:02:48.986]➜  mkdir -p $WORK/b840/
2025-08-20T21:20:55.7189332Z [00:02:48.986]➜  cat >/tmp/go-build3547871397/b840/importcfg << 'EOF' # internal
2025-08-20T21:20:55.7190018Z [00:02:48.986]➜  # import config
2025-08-20T21:20:55.7190688Z [00:02:48.986]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:55.7191526Z [00:02:48.986]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:55.7192509Z [00:02:48.986]➜  EOF
2025-08-20T21:20:55.7201466Z [00:02:48.987]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b840/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jinzhu/inflection@v1.0.0=>github.com/jinzhu/inflection@v1.0.0;$WORK/b840=>" -p github.com/jinzhu/inflection -lang=go1.16 -complete -installsuffix shared -buildid tPMv5woD5oo-XmxN4wUG/tPMv5woD5oo-XmxN4wUG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b840/importcfg -pack /root/go/pkg/mod/github.com/jinzhu/inflection@v1.0.0/inflections.go
2025-08-20T21:20:55.7245793Z [00:02:48.992]➜  go tool buildid -w $WORK/b839/_pkg_.a # internal
2025-08-20T21:20:55.7265826Z [00:02:48.994]➜  cp $WORK/b839/_pkg_.a /root/.cache/go-build/b1/b1caf3e2fe0a6b0767739b8966244e2f0ac12ea976470a457aae904caaaeb99b-d # internal
2025-08-20T21:20:55.7267315Z [00:02:48.994]➜  encoding/gob
2025-08-20T21:20:55.7268089Z [00:02:48.994]➜  mkdir -p $WORK/b838/
2025-08-20T21:20:55.7268843Z [00:02:48.994]➜  cat >/tmp/go-build3547871397/b838/importcfg << 'EOF' # internal
2025-08-20T21:20:55.7269562Z [00:02:48.994]➜  # import config
2025-08-20T21:20:55.7270251Z [00:02:48.994]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:55.7271112Z [00:02:48.994]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:55.7272008Z [00:02:48.994]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:55.7273021Z [00:02:48.994]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:55.7273852Z [00:02:48.994]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:55.7274728Z [00:02:48.994]➜  packagefile internal/saferio=/tmp/go-build3547871397/b839/_pkg_.a
2025-08-20T21:20:55.7275615Z [00:02:48.994]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:55.7276617Z [00:02:48.994]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:20:55.7277480Z [00:02:48.994]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:55.7278480Z [00:02:48.994]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:55.7279328Z [00:02:48.994]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:55.7280152Z [00:02:48.994]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:55.7280992Z [00:02:48.994]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:55.7281841Z [00:02:48.994]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:55.7282963Z [00:02:48.994]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:55.7283876Z [00:02:48.994]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:55.7284519Z [00:02:48.994]➜  EOF
2025-08-20T21:20:55.7289204Z [00:02:48.994]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b838/_pkg_.a -trimpath "/root/.go/src/encoding/gob=>encoding/gob;$WORK/b838=>" -p encoding/gob -lang=go1.25 -std -complete -installsuffix shared -buildid tQ4IcGiejnAcb_G2KZo5/tQ4IcGiejnAcb_G2KZo5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b838/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:20:55.7547590Z [00:02:49.022]➜  go tool buildid -w $WORK/b840/_pkg_.a # internal
2025-08-20T21:20:55.7557649Z [00:02:49.023]➜  cp $WORK/b840/_pkg_.a /root/.cache/go-build/34/344273acf3eec8a13dfd17758a01f1b10d9f2295ba5f0071b589beff8745d825-d # internal
2025-08-20T21:20:55.7585820Z [00:02:49.026]➜  golang.org/x/text/internal/tag
2025-08-20T21:20:55.7588550Z [00:02:49.026]➜  mkdir -p $WORK/b845/
2025-08-20T21:20:55.7592466Z [00:02:49.026]➜  cat >/tmp/go-build3547871397/b845/importcfg << 'EOF' # internal
2025-08-20T21:20:55.7593625Z [00:02:49.027]➜  # import config
2025-08-20T21:20:55.7594457Z [00:02:49.027]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:55.7595074Z [00:02:49.027]➜  EOF
2025-08-20T21:20:55.7627799Z [00:02:49.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b845/_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/b845=>" -p golang.org/x/text/internal/tag -lang=go1.23 -complete -installsuffix shared -buildid nPgsaTgTGPWS1ppUcJVA/nPgsaTgTGPWS1ppUcJVA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b845/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/tag/tag.go
2025-08-20T21:20:55.7938392Z [00:02:49.061]➜  go tool buildid -w $WORK/b845/_pkg_.a # internal
2025-08-20T21:20:55.7949009Z [00:02:49.062]➜  cp $WORK/b845/_pkg_.a /root/.cache/go-build/89/89569eef537f5f8221a366b530845699e46b9fb66446b4822cdad4342b972331-d # internal
2025-08-20T21:20:55.7955098Z [00:02:49.063]➜  golang.org/x/text/internal/language
2025-08-20T21:20:55.7957369Z [00:02:49.063]➜  mkdir -p $WORK/b844/
2025-08-20T21:20:55.7968067Z [00:02:49.064]➜  cat >/tmp/go-build3547871397/b844/importcfg << 'EOF' # internal
2025-08-20T21:20:55.7971187Z [00:02:49.064]➜  # import config
2025-08-20T21:20:55.7972995Z [00:02:49.064]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:55.7973908Z [00:02:49.064]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:55.7974745Z [00:02:49.064]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:55.7975765Z [00:02:49.064]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build3547871397/b845/_pkg_.a
2025-08-20T21:20:55.7976779Z [00:02:49.064]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:55.7977812Z [00:02:49.064]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:55.7978668Z [00:02:49.064]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:55.7979307Z [00:02:49.064]➜  EOF
2025-08-20T21:20:55.7987828Z [00:02:49.065]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b844/_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/b844=>" -p golang.org/x/text/internal/language -lang=go1.23 -complete -installsuffix shared -buildid ZV21sdnLKG7EQW0CMz9Z/ZV21sdnLKG7EQW0CMz9Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b844/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:20:55.8482217Z [00:02:49.115]➜  go tool buildid -w $WORK/b836/_pkg_.a # internal
2025-08-20T21:20:55.8485621Z [00:02:49.116]➜  cp $WORK/b836/_pkg_.a /root/.cache/go-build/87/87fc089aa48ebb1ecd1a57539252b7ba6807ff3c98e94a268d9f0fcbf6e88507-d # internal
2025-08-20T21:20:55.8488649Z [00:02:49.116]➜  hash/maphash
2025-08-20T21:20:55.8491192Z [00:02:49.116]➜  mkdir -p $WORK/b847/
2025-08-20T21:20:55.8492825Z [00:02:49.117]➜  cat >/tmp/go-build3547871397/b847/importcfg << 'EOF' # internal
2025-08-20T21:20:55.8494051Z [00:02:49.117]➜  # import config
2025-08-20T21:20:55.8495609Z [00:02:49.117]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:55.8498356Z [00:02:49.117]➜  packagefile internal/abi=/tmp/go-build3547871397/b006/_pkg_.a
2025-08-20T21:20:55.8500438Z [00:02:49.117]➜  packagefile internal/goarch=/tmp/go-build3547871397/b007/_pkg_.a
2025-08-20T21:20:55.8501809Z [00:02:49.117]➜  packagefile internal/goexperiment=/tmp/go-build3547871397/b017/_pkg_.a
2025-08-20T21:20:55.8502515Z [00:02:49.117]➜  EOF
2025-08-20T21:20:55.8505729Z [00:02:49.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b847/_pkg_.a -trimpath "/root/.go/src/hash/maphash=>hash/maphash;$WORK/b847=>" -p hash/maphash -lang=go1.25 -std -complete -installsuffix shared -buildid -QhU7rXRYR21BeiLqIc5/-QhU7rXRYR21BeiLqIc5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b847/importcfg -pack /root/.go/src/hash/maphash/maphash.go /root/.go/src/hash/maphash/maphash_runtime.go
2025-08-20T21:20:55.8745744Z [00:02:49.142]➜  go tool buildid -w $WORK/b825/_pkg_.a # internal
2025-08-20T21:20:55.8814968Z [00:02:49.149]➜  go tool buildid -w $WORK/b847/_pkg_.a # internal
2025-08-20T21:20:55.8821366Z [00:02:49.149]➜  cp $WORK/b825/_pkg_.a /root/.cache/go-build/2c/2cd64c09d2771a9da775cefbef50a7123ec5dde5232ea7f8d9fc5725a2761cb8-d # internal
2025-08-20T21:20:55.8823442Z [00:02:49.149]➜  cp $WORK/b847/_pkg_.a /root/.cache/go-build/52/520078817d802480be6109a944ce542c6b23f165bf4d027674c1c2bbe6098d6b-d # internal
2025-08-20T21:20:55.8824611Z [00:02:49.149]➜  github.com/anchore/go-collections
2025-08-20T21:20:55.8825226Z [00:02:49.149]➜  mkdir -p $WORK/b852/
2025-08-20T21:20:55.8825974Z [00:02:49.149]➜  cat >/tmp/go-build3547871397/b852/importcfg << 'EOF' # internal
2025-08-20T21:20:55.8826641Z [00:02:49.149]➜  # import config
2025-08-20T21:20:55.8827292Z [00:02:49.149]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:55.8828119Z [00:02:49.149]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:55.8828948Z [00:02:49.149]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:55.8829549Z [00:02:49.149]➜  EOF
2025-08-20T21:20:55.8841915Z [00:02:49.149]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b852/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/go-collections@v0.0.0-20240216171411-9321230ce537=>github.com/anchore/go-collections@v0.0.0-20240216171411-9321230ce537;$WORK/b852=>" -p github.com/anchore/go-collections -lang=go1.21 -complete -installsuffix shared -buildid ggGlDR3_4JgvvPR8nDSG/ggGlDR3_4JgvvPR8nDSG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b852/importcfg -pack /root/go/pkg/mod/github.com/anchore/go-collections@v0.0.0-20240216171411-9321230ce537/tagged_value.go
2025-08-20T21:20:55.8861514Z [00:02:49.151]➜  modernc.org/libc
2025-08-20T21:20:55.8862052Z [00:02:49.151]➜  mkdir -p $WORK/b821/
2025-08-20T21:20:55.8863500Z [00:02:49.151]➜  echo -n > $WORK/b821/go_asm.h # internal
2025-08-20T21:20:55.8864227Z [00:02:49.152]➜  cd /root/go/pkg/mod/modernc.org/libc@v1.65.10
2025-08-20T21:20:55.8866678Z [00:02:49.152]➜  /root/.go/pkg/tool/linux_amd64/asm -p modernc.org/libc -trimpath "/root/go/pkg/mod/modernc.org/libc@v1.65.10=>modernc.org/libc@v1.65.10;$WORK/b821=>" -I $WORK/b821/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b821/symabis ./asm_linux_amd64.s ./tls_linux_amd64.s
2025-08-20T21:20:55.8947247Z [00:02:49.162]➜  go tool buildid -w $WORK/b852/_pkg_.a # internal
2025-08-20T21:20:55.8953859Z [00:02:49.162]➜  cp $WORK/b852/_pkg_.a /root/.cache/go-build/94/94fe1fc94470b0086cd31bfcf9c716dfe814af14d5f22f9f85f01fee4ed48401-d # internal
2025-08-20T21:20:55.8959225Z [00:02:49.163]➜  github.com/acobaugh/osrelease
2025-08-20T21:20:55.8959782Z [00:02:49.163]➜  mkdir -p $WORK/b855/
2025-08-20T21:20:55.8962387Z [00:02:49.163]➜  cat >/tmp/go-build3547871397/b855/importcfg << 'EOF' # internal
2025-08-20T21:20:55.8963203Z [00:02:49.163]➜  # import config
2025-08-20T21:20:55.8963821Z [00:02:49.163]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:55.8964574Z [00:02:49.163]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:55.8965318Z [00:02:49.163]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:55.8966026Z [00:02:49.163]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:55.8966986Z [00:02:49.163]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:55.8967570Z [00:02:49.163]➜  EOF
2025-08-20T21:20:55.8968006Z [00:02:49.163]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:55.8970967Z [00:02:49.163]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b855/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/acobaugh/osrelease@v0.1.0=>github.com/acobaugh/osrelease@v0.1.0;$WORK/b855=>" -p github.com/acobaugh/osrelease -lang=go1.17 -complete -installsuffix shared -buildid rMtLYF_xHPjc6OD7ILBk/rMtLYF_xHPjc6OD7ILBk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b855/importcfg -pack /root/go/pkg/mod/github.com/acobaugh/osrelease@v0.1.0/osrelease.go
2025-08-20T21:20:55.9194962Z [00:02:49.187]➜  cat >/tmp/go-build3547871397/b821/importcfg << 'EOF' # internal
2025-08-20T21:20:55.9202124Z [00:02:49.187]➜  # import config
2025-08-20T21:20:55.9202984Z [00:02:49.187]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:55.9203869Z [00:02:49.187]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:55.9205020Z [00:02:49.187]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3547871397/b822/_pkg_.a
2025-08-20T21:20:55.9206151Z [00:02:49.187]➜  packagefile github.com/google/uuid=/tmp/go-build3547871397/b276/_pkg_.a
2025-08-20T21:20:55.9207257Z [00:02:49.187]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3547871397/b823/_pkg_.a
2025-08-20T21:20:55.9208339Z [00:02:49.187]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:20:55.9209228Z [00:02:49.187]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:55.9210027Z [00:02:49.187]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:55.9210874Z [00:02:49.187]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:55.9211731Z [00:02:49.187]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:20:55.9212827Z [00:02:49.187]➜  packagefile modernc.org/libc/uuid/uuid=/tmp/go-build3547871397/b824/_pkg_.a
2025-08-20T21:20:55.9213893Z [00:02:49.187]➜  packagefile modernc.org/mathutil=/tmp/go-build3547871397/b825/_pkg_.a
2025-08-20T21:20:55.9214878Z [00:02:49.187]➜  packagefile modernc.org/memory=/tmp/go-build3547871397/b827/_pkg_.a
2025-08-20T21:20:55.9225276Z [00:02:49.187]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:55.9226148Z [00:02:49.187]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:20:55.9227041Z [00:02:49.187]➜  packagefile os/signal=/tmp/go-build3547871397/b751/_pkg_.a
2025-08-20T21:20:55.9227949Z [00:02:49.187]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:55.9228839Z [00:02:49.187]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:55.9229651Z [00:02:49.187]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:55.9230502Z [00:02:49.187]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:20:55.9231563Z [00:02:49.187]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:55.9232406Z [00:02:49.187]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:55.9233697Z [00:02:49.187]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:55.9234551Z [00:02:49.187]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:55.9235393Z [00:02:49.187]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:55.9236005Z [00:02:49.187]➜  EOF
2025-08-20T21:20:55.9247866Z [00:02:49.187]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b821/_pkg_.a -trimpath "/root/go/pkg/mod/modernc.org/libc@v1.65.10=>modernc.org/libc@v1.65.10;$WORK/b821=>" -p modernc.org/libc -lang=go1.23 -installsuffix shared -buildid _8TFqmwl_ez9eE86EQBk/_8TFqmwl_ez9eE86EQBk -goversion go1.25.0 -symabis $WORK/b821/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b821/importcfg -pack -asmhdr $WORK/b821/go_asm.h /root/go/pkg/mod/modernc.org/libc@v1.65.10/aliases.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/asm_linux_amd64.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/atomic.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/atomic64.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/builtin.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/builtin64.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/capi_linux_amd64.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/ccgo_linux_amd64.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/etc_musl.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/fsync.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/int128.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/libc_all.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/libc_musl.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/libc_musl_linux_amd64.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/mem_musl.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/nodmesg.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/probes.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/pthread_musl.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/rtl.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/stdatomic.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/straceoff.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/syscall_musl.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/tls_linux_amd64.go /root/go/pkg/mod/modernc.org/libc@v1.65.10/watch.go
2025-08-20T21:20:55.9307012Z [00:02:49.198]➜  go tool buildid -w $WORK/b855/_pkg_.a # internal
2025-08-20T21:20:55.9314368Z [00:02:49.199]➜  cp $WORK/b855/_pkg_.a /root/.cache/go-build/47/473b939093980c608d3f12daa80e7e92519044b6e79786c6bf1b8c93e3598f0b-d # internal
2025-08-20T21:20:55.9316385Z [00:02:49.199]➜  github.com/anchore/syft/internal/redact
2025-08-20T21:20:55.9318597Z [00:02:49.199]➜  mkdir -p $WORK/b858/
2025-08-20T21:20:55.9324650Z [00:02:49.200]➜  cat >/tmp/go-build3547871397/b858/importcfg << 'EOF' # internal
2025-08-20T21:20:55.9326325Z [00:02:49.200]➜  # import config
2025-08-20T21:20:55.9327606Z [00:02:49.200]➜  packagefile github.com/anchore/go-logger/adapter/redact=/tmp/go-build3547871397/b799/_pkg_.a
2025-08-20T21:20:55.9328799Z [00:02:49.200]➜  EOF
2025-08-20T21:20:55.9333166Z [00:02:49.200]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b858/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/redact=>github.com/anchore/syft@v1.28.0/internal/redact;$WORK/b858=>" -p github.com/anchore/syft/internal/redact -lang=go1.24 -complete -installsuffix shared -buildid 910NVmWSXOjfP6nHCIT9/910NVmWSXOjfP6nHCIT9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b858/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/redact/redact.go
2025-08-20T21:20:55.9474909Z [00:02:49.215]➜  go tool buildid -w $WORK/b858/_pkg_.a # internal
2025-08-20T21:20:55.9481131Z [00:02:49.215]➜  cp $WORK/b858/_pkg_.a /root/.cache/go-build/f9/f9473bfaac17fcdb65757f2cc2836fdea6aab5f0c4dd825c009972c562c10a99-d # internal
2025-08-20T21:20:55.9483019Z [00:02:49.215]➜  github.com/anchore/syft/internal/log
2025-08-20T21:20:55.9484102Z [00:02:49.215]➜  mkdir -p $WORK/b857/
2025-08-20T21:20:55.9493012Z [00:02:49.217]➜  cat >/tmp/go-build3547871397/b857/importcfg << 'EOF' # internal
2025-08-20T21:20:55.9494155Z [00:02:49.217]➜  # import config
2025-08-20T21:20:55.9495379Z [00:02:49.217]➜  packagefile github.com/anchore/go-logger=/tmp/go-build3547871397/b765/_pkg_.a
2025-08-20T21:20:55.9497025Z [00:02:49.217]➜  packagefile github.com/anchore/go-logger/adapter/discard=/tmp/go-build3547871397/b766/_pkg_.a
2025-08-20T21:20:55.9499098Z [00:02:49.217]➜  packagefile github.com/anchore/go-logger/adapter/redact=/tmp/go-build3547871397/b799/_pkg_.a
2025-08-20T21:20:55.9500945Z [00:02:49.217]➜  packagefile github.com/anchore/syft/internal/redact=/tmp/go-build3547871397/b858/_pkg_.a
2025-08-20T21:20:55.9502005Z [00:02:49.217]➜  EOF
2025-08-20T21:20:55.9505946Z [00:02:49.217]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b857/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/log=>github.com/anchore/syft@v1.28.0/internal/log;$WORK/b857=>" -p github.com/anchore/syft/internal/log -lang=go1.24 -complete -installsuffix shared -buildid w4gP6f_N56KJWrJmbFQQ/w4gP6f_N56KJWrJmbFQQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b857/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/log/log.go
2025-08-20T21:20:55.9641367Z [00:02:49.231]➜  go tool buildid -w $WORK/b857/_pkg_.a # internal
2025-08-20T21:20:55.9649550Z [00:02:49.232]➜  cp $WORK/b857/_pkg_.a /root/.cache/go-build/a4/a438ffb54154454f26b05949a95cd72f12ae9bf30a5ce82fd911ce7054e99e14-d # internal
2025-08-20T21:20:55.9656545Z [00:02:49.233]➜  github.com/anchore/syft/internal
2025-08-20T21:20:55.9657133Z [00:02:49.233]➜  mkdir -p $WORK/b856/
2025-08-20T21:20:55.9657818Z [00:02:49.233]➜  cat >/tmp/go-build3547871397/b856/importcfg << 'EOF' # internal
2025-08-20T21:20:55.9658654Z [00:02:49.233]➜  # import config
2025-08-20T21:20:55.9659323Z [00:02:49.233]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:55.9660149Z [00:02:49.233]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:55.9661118Z [00:02:49.233]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:55.9662189Z [00:02:49.233]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:20:55.9663380Z [00:02:49.233]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:55.9664159Z [00:02:49.233]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:55.9664905Z [00:02:49.233]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:55.9665694Z [00:02:49.233]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:55.9666497Z [00:02:49.233]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:55.9667350Z [00:02:49.233]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:55.9668271Z [00:02:49.233]➜  packagefile text/template=/tmp/go-build3547871397/b281/_pkg_.a
2025-08-20T21:20:55.9668972Z [00:02:49.233]➜  EOF
2025-08-20T21:20:55.9679880Z [00:02:49.235]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b856/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal=>github.com/anchore/syft@v1.28.0/internal;$WORK/b856=>" -p github.com/anchore/syft/internal -lang=go1.24 -complete -installsuffix shared -buildid 5cpOnvOPKgYrerfgCe6o/5cpOnvOPKgYrerfgCe6o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b856/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/buffered_seek_reader.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/constants.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/docs.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/err_helper.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/input.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/regex_helpers.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/set.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/string_helpers.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/tprint.go
2025-08-20T21:20:56.0808449Z [00:02:49.348]➜  go tool buildid -w $WORK/b844/_pkg_.a # internal
2025-08-20T21:20:56.0894401Z [00:02:49.357]➜  go tool buildid -w $WORK/b856/_pkg_.a # internal
2025-08-20T21:20:56.0915222Z [00:02:49.359]➜  cp $WORK/b856/_pkg_.a /root/.cache/go-build/99/995b01de412fa11476b95b6e1c9099a755875f42ce36e5264d4fe714a133d2fb-d # internal
2025-08-20T21:20:56.0930015Z [00:02:49.360]➜  cp $WORK/b844/_pkg_.a /root/.cache/go-build/c3/c3a64849780767db5e54563bd360ef46c2fb0d9927e5cce174e4fc89dfb8b81c-d # internal
2025-08-20T21:20:56.0931087Z [00:02:49.360]➜  archive/tar
2025-08-20T21:20:56.0931569Z [00:02:49.360]➜  mkdir -p $WORK/b861/
2025-08-20T21:20:56.0938648Z [00:02:49.361]➜  golang.org/x/text/internal/language/compact
2025-08-20T21:20:56.0939234Z [00:02:49.361]➜  mkdir -p $WORK/b846/
2025-08-20T21:20:56.0943879Z [00:02:49.362]➜  cat >/tmp/go-build3547871397/b846/importcfg << 'EOF' # internal
2025-08-20T21:20:56.0947494Z [00:02:49.362]➜  # import config
2025-08-20T21:20:56.0948306Z [00:02:49.362]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3547871397/b844/_pkg_.a
2025-08-20T21:20:56.0949219Z [00:02:49.362]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:56.0949944Z [00:02:49.362]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:56.0950478Z [00:02:49.362]➜  EOF
2025-08-20T21:20:56.0967601Z [00:02:49.362]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b846/_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/b846=>" -p golang.org/x/text/internal/language/compact -lang=go1.23 -complete -installsuffix shared -buildid cZvo21mvWe-uGFKKIoEv/cZvo21mvWe-uGFKKIoEv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b846/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:20:56.0978225Z [00:02:49.365]➜  cat >/tmp/go-build3547871397/b861/importcfg << 'EOF' # internal
2025-08-20T21:20:56.0986111Z [00:02:49.365]➜  # import config
2025-08-20T21:20:56.0986748Z [00:02:49.365]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:56.0987514Z [00:02:49.365]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:56.0988249Z [00:02:49.365]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:56.0989064Z [00:02:49.365]➜  packagefile internal/godebug=/tmp/go-build3547871397/b057/_pkg_.a
2025-08-20T21:20:56.0989847Z [00:02:49.365]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:56.0990570Z [00:02:49.365]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:56.0991314Z [00:02:49.365]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:20:56.0992029Z [00:02:49.365]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:56.0992923Z [00:02:49.365]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:20:56.0993665Z [00:02:49.365]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:56.0994422Z [00:02:49.365]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:56.0995194Z [00:02:49.365]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:56.0995922Z [00:02:49.365]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:56.0996655Z [00:02:49.365]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:56.0997386Z [00:02:49.365]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:56.0998122Z [00:02:49.366]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:56.0999026Z [00:02:49.366]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:56.0999759Z [00:02:49.366]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:56.1000488Z [00:02:49.366]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:56.1001028Z [00:02:49.366]➜  EOF
2025-08-20T21:20:56.1011102Z [00:02:49.368]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b861/_pkg_.a -trimpath "/root/.go/src/archive/tar=>archive/tar;$WORK/b861=>" -p archive/tar -lang=go1.25 -std -complete -installsuffix shared -buildid 2n3pm-WLtugijh-3PM_O/2n3pm-WLtugijh-3PM_O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b861/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:20:56.2012855Z [00:02:49.468]➜  go tool buildid -w $WORK/b846/_pkg_.a # internal
2025-08-20T21:20:56.2028734Z [00:02:49.470]➜  cp $WORK/b846/_pkg_.a /root/.cache/go-build/57/570994499edbdd75b1ccc0968865ddeb69ddc01acc098b55edc8a609e91784a6-d # internal
2025-08-20T21:20:56.2033579Z [00:02:49.470]➜  golang.org/x/text/language
2025-08-20T21:20:56.2034180Z [00:02:49.471]➜  mkdir -p $WORK/b843/
2025-08-20T21:20:56.2038765Z [00:02:49.471]➜  cat >/tmp/go-build3547871397/b843/importcfg << 'EOF' # internal
2025-08-20T21:20:56.2058642Z [00:02:49.471]➜  # import config
2025-08-20T21:20:56.2059342Z [00:02:49.471]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:56.2060156Z [00:02:49.471]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:56.2061357Z [00:02:49.471]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3547871397/b844/_pkg_.a
2025-08-20T21:20:56.2062937Z [00:02:49.471]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build3547871397/b846/_pkg_.a
2025-08-20T21:20:56.2064256Z [00:02:49.471]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:56.2065120Z [00:02:49.471]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:56.2065972Z [00:02:49.471]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:56.2066618Z [00:02:49.471]➜  EOF
2025-08-20T21:20:56.2072538Z [00:02:49.473]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b843/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/language=>golang.org/x/text@v0.27.0/language;$WORK/b843=>" -p golang.org/x/text/language -lang=go1.23 -complete -installsuffix shared -buildid X8LvIm0b73aYWh9zEnZ6/X8LvIm0b73aYWh9zEnZ6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b843/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:20:56.4480978Z [00:02:49.715]➜  go tool buildid -w $WORK/b843/_pkg_.a # internal
2025-08-20T21:20:56.4510781Z [00:02:49.718]➜  cp $WORK/b843/_pkg_.a /root/.cache/go-build/3e/3eadafe3b152c220433ceab8446e5bbc15caf46f15f5ccfd3fd61b7431b13af4-d # internal
2025-08-20T21:20:56.4513295Z [00:02:49.718]➜  golang.org/x/text/internal
2025-08-20T21:20:56.4515087Z [00:02:49.719]➜  mkdir -p $WORK/b842/
2025-08-20T21:20:56.4518734Z [00:02:49.719]➜  go tool buildid -w $WORK/b838/_pkg_.a # internal
2025-08-20T21:20:56.4520696Z [00:02:49.719]➜  cat >/tmp/go-build3547871397/b842/importcfg << 'EOF' # internal
2025-08-20T21:20:56.4521704Z [00:02:49.719]➜  # import config
2025-08-20T21:20:56.4524133Z [00:02:49.719]➜  packagefile golang.org/x/text/language=/tmp/go-build3547871397/b843/_pkg_.a
2025-08-20T21:20:56.4525335Z [00:02:49.719]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:56.4525948Z [00:02:49.719]➜  EOF
2025-08-20T21:20:56.4529729Z [00:02:49.719]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b842/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/internal=>golang.org/x/text@v0.27.0/internal;$WORK/b842=>" -p golang.org/x/text/internal -lang=go1.23 -complete -installsuffix shared -buildid A3eE31lNbbBHOSDL_wmR/A3eE31lNbbBHOSDL_wmR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b842/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:20:56.4720146Z [00:02:49.739]➜  cp $WORK/b838/_pkg_.a /root/.cache/go-build/72/72e79a8efade5bb35d634643049208c52e05590636b2abe71bf6a74d5e4146fa-d # internal
2025-08-20T21:20:56.4725177Z [00:02:49.740]➜  github.com/anchore/stereoscope/internal/log
2025-08-20T21:20:56.4726029Z [00:02:49.740]➜  mkdir -p $WORK/b862/
2025-08-20T21:20:56.4734608Z [00:02:49.741]➜  cat >/tmp/go-build3547871397/b862/importcfg << 'EOF' # internal
2025-08-20T21:20:56.4739412Z [00:02:49.741]➜  # import config
2025-08-20T21:20:56.4740271Z [00:02:49.741]➜  packagefile github.com/anchore/go-logger=/tmp/go-build3547871397/b765/_pkg_.a
2025-08-20T21:20:56.4741544Z [00:02:49.741]➜  packagefile github.com/anchore/go-logger/adapter/discard=/tmp/go-build3547871397/b766/_pkg_.a
2025-08-20T21:20:56.4742415Z [00:02:49.741]➜  EOF
2025-08-20T21:20:56.4746755Z [00:02:49.741]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b862/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/internal/log=>github.com/anchore/stereoscope@v0.1.6/internal/log;$WORK/b862=>" -p github.com/anchore/stereoscope/internal/log -lang=go1.24 -complete -installsuffix shared -buildid kfSZmNVEz9SLhyqrzRNq/kfSZmNVEz9SLhyqrzRNq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b862/importcfg -pack /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/internal/log/log.go
2025-08-20T21:20:56.4771676Z [00:02:49.744]➜  go tool buildid -w $WORK/b842/_pkg_.a # internal
2025-08-20T21:20:56.4804395Z [00:02:49.748]➜  cp $WORK/b842/_pkg_.a /root/.cache/go-build/9f/9fad415b83caabdfee2e268d95e418ba01f26a015fbc3853dc7cad0751bf5ceb-d # internal
2025-08-20T21:20:56.4810883Z [00:02:49.748]➜  golang.org/x/text/cases
2025-08-20T21:20:56.4811477Z [00:02:49.748]➜  mkdir -p $WORK/b841/
2025-08-20T21:20:56.4816274Z [00:02:49.749]➜  cat >/tmp/go-build3547871397/b841/importcfg << 'EOF' # internal
2025-08-20T21:20:56.4821047Z [00:02:49.749]➜  # import config
2025-08-20T21:20:56.4821906Z [00:02:49.749]➜  packagefile golang.org/x/text/internal=/tmp/go-build3547871397/b842/_pkg_.a
2025-08-20T21:20:56.4823179Z [00:02:49.749]➜  packagefile golang.org/x/text/language=/tmp/go-build3547871397/b843/_pkg_.a
2025-08-20T21:20:56.4824622Z [00:02:49.749]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:20:56.4828003Z [00:02:49.749]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3547871397/b262/_pkg_.a
2025-08-20T21:20:56.4829068Z [00:02:49.749]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:56.4829948Z [00:02:49.749]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:56.4830825Z [00:02:49.749]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:56.4831494Z [00:02:49.749]➜  EOF
2025-08-20T21:20:56.4837192Z [00:02:49.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b841/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/cases=>golang.org/x/text@v0.27.0/cases;$WORK/b841=>" -p golang.org/x/text/cases -lang=go1.23 -complete -installsuffix shared -buildid ZSHpgzV50P89OLoUJHxL/ZSHpgzV50P89OLoUJHxL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b841/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:20:56.4969413Z [00:02:49.764]➜  go tool buildid -w $WORK/b862/_pkg_.a # internal
2025-08-20T21:20:56.4974199Z [00:02:49.764]➜  cp $WORK/b862/_pkg_.a /root/.cache/go-build/8b/8beaa5d018856dc99018087904cc7d84cd38d235fb3007806db3c4ac9ffbfe12-d # internal
2025-08-20T21:20:56.4978572Z [00:02:49.765]➜  golang.org/x/net/html
2025-08-20T21:20:56.4982859Z [00:02:49.765]➜  mkdir -p $WORK/b865/
2025-08-20T21:20:56.4983631Z [00:02:49.765]➜  cat >/tmp/go-build3547871397/b865/importcfg << 'EOF' # internal
2025-08-20T21:20:56.4985574Z [00:02:49.765]➜  # import config
2025-08-20T21:20:56.4987341Z [00:02:49.765]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:56.4988931Z [00:02:49.765]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:56.4991380Z [00:02:49.766]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:56.4992973Z [00:02:49.766]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:56.4994418Z [00:02:49.766]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build3547871397/b866/_pkg_.a
2025-08-20T21:20:56.4995739Z [00:02:49.766]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:56.4996958Z [00:02:49.766]➜  packagefile iter=/tmp/go-build3547871397/b039/_pkg_.a
2025-08-20T21:20:56.5005539Z [00:02:49.766]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:56.5006695Z [00:02:49.766]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:56.5008293Z [00:02:49.766]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:56.5009370Z [00:02:49.766]➜  EOF
2025-08-20T21:20:56.5016798Z [00:02:49.768]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b865/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/html=>golang.org/x/net@v0.42.0/html;$WORK/b865=>" -p golang.org/x/net/html -lang=go1.23 -complete -installsuffix shared -buildid -BeUbM32YRJPbOcSLX7Z/-BeUbM32YRJPbOcSLX7Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b865/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/const.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/doc.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/doctype.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/entity.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/escape.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/foreign.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/iter.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/node.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/parse.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/render.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/token.go
2025-08-20T21:20:56.6539584Z [00:02:49.921]➜  go tool buildid -w $WORK/b861/_pkg_.a # internal
2025-08-20T21:20:56.6674931Z [00:02:49.935]➜  cp $WORK/b861/_pkg_.a /root/.cache/go-build/93/933f67b5dcb3446f61106e9f5c3b2ddca220a89f0ee2a2bd8cc83c670dcf6aea-d # internal
2025-08-20T21:20:56.6704445Z [00:02:49.936]➜  debug/dwarf
2025-08-20T21:20:56.6710554Z [00:02:49.938]➜  mkdir -p $WORK/b869/
2025-08-20T21:20:56.6711310Z [00:02:49.938]➜  cat >/tmp/go-build3547871397/b869/importcfg << 'EOF' # internal
2025-08-20T21:20:56.6714159Z [00:02:49.939]➜  # import config
2025-08-20T21:20:56.6716109Z [00:02:49.939]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:56.6717467Z [00:02:49.939]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:56.6719391Z [00:02:49.939]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:56.6720226Z [00:02:49.939]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:56.6721013Z [00:02:49.939]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:56.6721816Z [00:02:49.939]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:56.6722986Z [00:02:49.939]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:56.6723804Z [00:02:49.939]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:56.6724611Z [00:02:49.939]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:56.6725210Z [00:02:49.939]➜  EOF
2025-08-20T21:20:56.6730377Z [00:02:49.939]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b869/_pkg_.a -trimpath "/root/.go/src/debug/dwarf=>debug/dwarf;$WORK/b869=>" -p debug/dwarf -lang=go1.25 -std -complete -installsuffix shared -buildid xzayDZolfEJh7AlvbL34/xzayDZolfEJh7AlvbL34 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b869/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:20:56.6844932Z [00:02:49.952]➜  go tool buildid -w $WORK/b841/_pkg_.a # internal
2025-08-20T21:20:56.6878491Z [00:02:49.955]➜  cp $WORK/b841/_pkg_.a /root/.cache/go-build/d7/d7c4fb48294d16542cabecaf56ac081ef2b21ef79ff6be8d36ffbd2bdf51db25-d # internal
2025-08-20T21:20:56.6885167Z [00:02:49.956]➜  gorm.io/gorm/schema
2025-08-20T21:20:56.6887921Z [00:02:49.956]➜  mkdir -p $WORK/b837/
2025-08-20T21:20:56.6892099Z [00:02:49.956]➜  cat >/tmp/go-build3547871397/b837/importcfg << 'EOF' # internal
2025-08-20T21:20:56.6903673Z [00:02:49.957]➜  # import config
2025-08-20T21:20:56.6904356Z [00:02:49.957]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:56.6905348Z [00:02:49.957]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:56.6906243Z [00:02:49.957]➜  packagefile crypto/sha1=/tmp/go-build3547871397/b219/_pkg_.a
2025-08-20T21:20:56.6907289Z [00:02:49.957]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:20:56.6908233Z [00:02:49.957]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:20:56.6909228Z [00:02:49.957]➜  packagefile encoding/gob=/tmp/go-build3547871397/b838/_pkg_.a
2025-08-20T21:20:56.6910100Z [00:02:49.957]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:20:56.6910982Z [00:02:49.957]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:56.6911830Z [00:02:49.957]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:56.6912774Z [00:02:49.957]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:56.6913746Z [00:02:49.957]➜  packagefile github.com/jinzhu/inflection=/tmp/go-build3547871397/b840/_pkg_.a
2025-08-20T21:20:56.6914801Z [00:02:49.957]➜  packagefile github.com/jinzhu/now=/tmp/go-build3547871397/b831/_pkg_.a
2025-08-20T21:20:56.6915699Z [00:02:49.957]➜  packagefile go/ast=/tmp/go-build3547871397/b129/_pkg_.a
2025-08-20T21:20:56.6916634Z [00:02:49.957]➜  packagefile golang.org/x/text/cases=/tmp/go-build3547871397/b841/_pkg_.a
2025-08-20T21:20:56.6917681Z [00:02:49.957]➜  packagefile golang.org/x/text/language=/tmp/go-build3547871397/b843/_pkg_.a
2025-08-20T21:20:56.6918681Z [00:02:49.957]➜  packagefile gorm.io/gorm/clause=/tmp/go-build3547871397/b832/_pkg_.a
2025-08-20T21:20:56.6919627Z [00:02:49.957]➜  packagefile gorm.io/gorm/logger=/tmp/go-build3547871397/b836/_pkg_.a
2025-08-20T21:20:56.6920568Z [00:02:49.957]➜  packagefile gorm.io/gorm/utils=/tmp/go-build3547871397/b833/_pkg_.a
2025-08-20T21:20:56.6921446Z [00:02:49.957]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:56.6922261Z [00:02:49.957]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:56.6923205Z [00:02:49.957]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:56.6924012Z [00:02:49.957]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:56.6924964Z [00:02:49.957]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:56.6925760Z [00:02:49.957]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:56.6926548Z [00:02:49.957]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:56.6927384Z [00:02:49.957]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:56.6928022Z [00:02:49.957]➜  EOF
2025-08-20T21:20:56.6934503Z [00:02:49.957]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b837/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.30.0/schema=>gorm.io/gorm@v1.30.0/schema;$WORK/b837=>" -p gorm.io/gorm/schema -lang=go1.18 -complete -installsuffix shared -buildid UfKX-kg-pGQXm9pd_Hhw/UfKX-kg-pGQXm9pd_Hhw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b837/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.30.0/schema/constraint.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/schema/field.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/schema/index.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/schema/interfaces.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/schema/naming.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/schema/pool.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/schema/relationship.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/schema/schema.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/schema/serializer.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/schema/utils.go
2025-08-20T21:20:57.0107780Z [00:02:50.278]➜  go tool buildid -w $WORK/b865/_pkg_.a # internal
2025-08-20T21:20:57.0204461Z [00:02:50.288]➜  cp $WORK/b865/_pkg_.a /root/.cache/go-build/fb/fb9c9e996857545e52b2c5c9aab72d4bdb64a73913e6f18e7afec78d1a8d4107-d # internal
2025-08-20T21:20:57.0206442Z [00:02:50.288]➜  github.com/gabriel-vasile/mimetype/internal/charset
2025-08-20T21:20:57.0211938Z [00:02:50.288]➜  mkdir -p $WORK/b864/
2025-08-20T21:20:57.0213240Z [00:02:50.288]➜  cat >/tmp/go-build3547871397/b864/importcfg << 'EOF' # internal
2025-08-20T21:20:57.0213938Z [00:02:50.288]➜  # import config
2025-08-20T21:20:57.0214718Z [00:02:50.288]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:57.0215550Z [00:02:50.288]➜  packagefile encoding/xml=/tmp/go-build3547871397/b462/_pkg_.a
2025-08-20T21:20:57.0216507Z [00:02:50.288]➜  packagefile golang.org/x/net/html=/tmp/go-build3547871397/b865/_pkg_.a
2025-08-20T21:20:57.0217413Z [00:02:50.288]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:57.0218251Z [00:02:50.288]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:57.0218884Z [00:02:50.288]➜  EOF
2025-08-20T21:20:57.0223019Z [00:02:50.288]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b864/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/charset=>github.com/gabriel-vasile/mimetype@v1.4.9/internal/charset;$WORK/b864=>" -p github.com/gabriel-vasile/mimetype/internal/charset -lang=go1.23 -complete -installsuffix shared -buildid JC_wUuv-YpvFvCTi8M_0/JC_wUuv-YpvFvCTi8M_0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b864/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/charset/charset.go
2025-08-20T21:20:57.0928481Z [00:02:50.360]➜  go tool buildid -w $WORK/b864/_pkg_.a # internal
2025-08-20T21:20:57.0944205Z [00:02:50.362]➜  cp $WORK/b864/_pkg_.a /root/.cache/go-build/34/3461b204f3b98cc3c17aea70a546dd08e760db61be8f60faf74e59382ae4465d-d # internal
2025-08-20T21:20:57.0947045Z [00:02:50.362]➜  github.com/gabriel-vasile/mimetype/internal/json
2025-08-20T21:20:57.0949297Z [00:02:50.362]➜  mkdir -p $WORK/b870/
2025-08-20T21:20:57.0959347Z [00:02:50.363]➜  cat >/tmp/go-build3547871397/b870/importcfg << 'EOF' # internal
2025-08-20T21:20:57.0961054Z [00:02:50.363]➜  # import config
2025-08-20T21:20:57.0961769Z [00:02:50.363]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:57.0963146Z [00:02:50.363]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:57.0963947Z [00:02:50.363]➜  EOF
2025-08-20T21:20:57.0968101Z [00:02:50.364]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b870/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/json=>github.com/gabriel-vasile/mimetype@v1.4.9/internal/json;$WORK/b870=>" -p github.com/gabriel-vasile/mimetype/internal/json -lang=go1.23 -complete -installsuffix shared -buildid TILjAnW9NJSGMm3ChDRd/TILjAnW9NJSGMm3ChDRd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b870/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/json/parser.go
2025-08-20T21:20:57.1498698Z [00:02:50.417]➜  go tool buildid -w $WORK/b869/_pkg_.a # internal
2025-08-20T21:20:57.1575971Z [00:02:50.425]➜  cp $WORK/b869/_pkg_.a /root/.cache/go-build/04/04031efaf7382258dbb0dae49289663a87171759a2f90f9a4691699b8bebb48b-d # internal
2025-08-20T21:20:57.1606596Z [00:02:50.428]➜  go tool buildid -w $WORK/b870/_pkg_.a # internal
2025-08-20T21:20:57.1609947Z [00:02:50.428]➜  debug/macho
2025-08-20T21:20:57.1611737Z [00:02:50.428]➜  mkdir -p $WORK/b868/
2025-08-20T21:20:57.1614495Z [00:02:50.429]➜  cat >/tmp/go-build3547871397/b868/importcfg << 'EOF' # internal
2025-08-20T21:20:57.1616495Z [00:02:50.429]➜  # import config
2025-08-20T21:20:57.1617133Z [00:02:50.429]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:57.1617960Z [00:02:50.429]➜  packagefile compress/zlib=/tmp/go-build3547871397/b460/_pkg_.a
2025-08-20T21:20:57.1618821Z [00:02:50.429]➜  packagefile debug/dwarf=/tmp/go-build3547871397/b869/_pkg_.a
2025-08-20T21:20:57.1619716Z [00:02:50.429]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:57.1620616Z [00:02:50.429]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:57.1621688Z [00:02:50.429]➜  packagefile internal/saferio=/tmp/go-build3547871397/b839/_pkg_.a
2025-08-20T21:20:57.1622602Z [00:02:50.429]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:57.1623622Z [00:02:50.429]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:57.1625622Z [00:02:50.429]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:57.1626484Z [00:02:50.429]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:57.1627202Z [00:02:50.429]➜  EOF
2025-08-20T21:20:57.1631921Z [00:02:50.429]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b868/_pkg_.a -trimpath "/root/.go/src/debug/macho=>debug/macho;$WORK/b868=>" -p debug/macho -lang=go1.25 -std -complete -installsuffix shared -buildid sFH6funQuvzzejYANENY/sFH6funQuvzzejYANENY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b868/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:20:57.1636051Z [00:02:50.430]➜  cp $WORK/b870/_pkg_.a /root/.cache/go-build/c5/c5256cddb5bbe06873c060bee6aae80715cc4ba5026997c1d038aa13d81dcc56-d # internal
2025-08-20T21:20:57.1637156Z [00:02:50.430]➜  github.com/hashicorp/errwrap
2025-08-20T21:20:57.1637720Z [00:02:50.430]➜  mkdir -p $WORK/b872/
2025-08-20T21:20:57.1640446Z [00:02:50.431]➜  cat >/tmp/go-build3547871397/b872/importcfg << 'EOF' # internal
2025-08-20T21:20:57.1641110Z [00:02:50.431]➜  # import config
2025-08-20T21:20:57.1641750Z [00:02:50.431]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:57.1642557Z [00:02:50.431]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:57.1643566Z [00:02:50.431]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:57.1644174Z [00:02:50.431]➜  EOF
2025-08-20T21:20:57.1647473Z [00:02:50.431]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b872/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0=>github.com/hashicorp/errwrap@v1.1.0;$WORK/b872=>" -p github.com/hashicorp/errwrap -lang=go1.16 -complete -installsuffix shared -buildid 7ABM8M-zHEZv3Txr73Fd/7ABM8M-zHEZv3Txr73Fd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b872/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0/errwrap.go
2025-08-20T21:20:57.1978910Z [00:02:50.465]➜  go tool buildid -w $WORK/b872/_pkg_.a # internal
2025-08-20T21:20:57.1991327Z [00:02:50.466]➜  cp $WORK/b872/_pkg_.a /root/.cache/go-build/84/84bb072f9ad1edfb5234e234db0894de0553569949260896be9f26443cdb96d5-d # internal
2025-08-20T21:20:57.2004880Z [00:02:50.468]➜  github.com/hashicorp/go-multierror
2025-08-20T21:20:57.2005483Z [00:02:50.468]➜  mkdir -p $WORK/b871/
2025-08-20T21:20:57.2012465Z [00:02:50.469]➜  cat >/tmp/go-build3547871397/b871/importcfg << 'EOF' # internal
2025-08-20T21:20:57.2015130Z [00:02:50.469]➜  # import config
2025-08-20T21:20:57.2015948Z [00:02:50.469]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:57.2017830Z [00:02:50.469]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:57.2018827Z [00:02:50.469]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build3547871397/b872/_pkg_.a
2025-08-20T21:20:57.2019860Z [00:02:50.469]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:57.2020694Z [00:02:50.469]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:57.2021303Z [00:02:50.469]➜  EOF
2025-08-20T21:20:57.2028213Z [00:02:50.469]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b871/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1=>github.com/hashicorp/go-multierror@v1.1.1;$WORK/b871=>" -p github.com/hashicorp/go-multierror -lang=go1.13 -complete -installsuffix shared -buildid nr4SMuJH3GryakL8RzdI/nr4SMuJH3GryakL8RzdI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b871/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/append.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/flatten.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/format.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/group.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/multierror.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/prefix.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/sort.go
2025-08-20T21:20:57.2485073Z [00:02:50.516]➜  go tool buildid -w $WORK/b871/_pkg_.a # internal
2025-08-20T21:20:57.2499078Z [00:02:50.517]➜  cp $WORK/b871/_pkg_.a /root/.cache/go-build/fa/fa8741cb8bd20ddc596e04fc0c1f090682a10a1cc3500ad03f04d54c3d8822b6-d # internal
2025-08-20T21:20:57.2504635Z [00:02:50.518]➜  github.com/sylabs/squashfs/internal/toreader
2025-08-20T21:20:57.2509549Z [00:02:50.518]➜  mkdir -p $WORK/b875/
2025-08-20T21:20:57.2514645Z [00:02:50.519]➜  cat >/tmp/go-build3547871397/b875/importcfg << 'EOF' # internal
2025-08-20T21:20:57.2519479Z [00:02:50.519]➜  # import config
2025-08-20T21:20:57.2523898Z [00:02:50.520]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:57.2530167Z [00:02:50.520]➜  EOF
2025-08-20T21:20:57.2534691Z [00:02:50.520]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b875/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/internal/toreader=>github.com/sylabs/squashfs@v1.0.6/internal/toreader;$WORK/b875=>" -p github.com/sylabs/squashfs/internal/toreader -lang=go1.24 -complete -installsuffix shared -buildid 0EPBusMUT5ReH4axFtJl/0EPBusMUT5ReH4axFtJl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b875/importcfg -pack /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/internal/toreader/offsetreader.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/internal/toreader/toreader.go
2025-08-20T21:20:57.2675937Z [00:02:50.535]➜  go tool buildid -w $WORK/b875/_pkg_.a # internal
2025-08-20T21:20:57.2687475Z [00:02:50.536]➜  cp $WORK/b875/_pkg_.a /root/.cache/go-build/19/19a01022508796f5bc2785c219077c391cc334387ce2f9078a1fdc982a993e73-d # internal
2025-08-20T21:20:57.2689181Z [00:02:50.536]➜  github.com/klauspost/compress/fse
2025-08-20T21:20:57.2690206Z [00:02:50.536]➜  mkdir -p $WORK/b881/
2025-08-20T21:20:57.2717426Z [00:02:50.539]➜  cat >/tmp/go-build3547871397/b881/importcfg << 'EOF' # internal
2025-08-20T21:20:57.2719817Z [00:02:50.539]➜  # import config
2025-08-20T21:20:57.2720936Z [00:02:50.539]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:57.2722234Z [00:02:50.539]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:57.2723537Z [00:02:50.539]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:57.2724616Z [00:02:50.539]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:57.2725503Z [00:02:50.539]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:57.2726151Z [00:02:50.539]➜  EOF
2025-08-20T21:20:57.2732394Z [00:02:50.539]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b881/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse=>github.com/klauspost/compress@v1.18.0/fse;$WORK/b881=>" -p github.com/klauspost/compress/fse -lang=go1.22 -complete -installsuffix shared -buildid Lb0ExCVqDs3xkEojaTOi/Lb0ExCVqDs3xkEojaTOi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b881/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:20:57.2776392Z [00:02:50.545]➜  go tool buildid -w $WORK/b837/_pkg_.a # internal
2025-08-20T21:20:57.2950995Z [00:02:50.562]➜  cp $WORK/b837/_pkg_.a /root/.cache/go-build/e3/e3f45cdc32cade7d584293c853bcff541bea8fad0295cb5eb729ae427022b089-d # internal
2025-08-20T21:20:57.2952199Z [00:02:50.562]➜  gorm.io/gorm
2025-08-20T21:20:57.2952965Z [00:02:50.562]➜  mkdir -p $WORK/b830/
2025-08-20T21:20:57.2953739Z [00:02:50.562]➜  cat >/tmp/go-build3547871397/b830/importcfg << 'EOF' # internal
2025-08-20T21:20:57.2954620Z [00:02:50.562]➜  # import config
2025-08-20T21:20:57.2955318Z [00:02:50.562]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:57.2956227Z [00:02:50.562]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:20:57.2957194Z [00:02:50.562]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:20:57.2958151Z [00:02:50.562]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:57.2959030Z [00:02:50.562]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:57.2959822Z [00:02:50.562]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:57.2960753Z [00:02:50.562]➜  packagefile github.com/jinzhu/now=/tmp/go-build3547871397/b831/_pkg_.a
2025-08-20T21:20:57.2961797Z [00:02:50.562]➜  packagefile gorm.io/gorm/clause=/tmp/go-build3547871397/b832/_pkg_.a
2025-08-20T21:20:57.2975848Z [00:02:50.562]➜  packagefile gorm.io/gorm/internal/stmt_store=/tmp/go-build3547871397/b834/_pkg_.a
2025-08-20T21:20:57.2977034Z [00:02:50.562]➜  packagefile gorm.io/gorm/logger=/tmp/go-build3547871397/b836/_pkg_.a
2025-08-20T21:20:57.2978078Z [00:02:50.562]➜  packagefile gorm.io/gorm/schema=/tmp/go-build3547871397/b837/_pkg_.a
2025-08-20T21:20:57.2979080Z [00:02:50.562]➜  packagefile gorm.io/gorm/utils=/tmp/go-build3547871397/b833/_pkg_.a
2025-08-20T21:20:57.2980046Z [00:02:50.562]➜  packagefile hash/maphash=/tmp/go-build3547871397/b847/_pkg_.a
2025-08-20T21:20:57.2980939Z [00:02:50.562]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:57.2981772Z [00:02:50.562]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:57.2982591Z [00:02:50.562]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:57.2983639Z [00:02:50.562]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:57.2984502Z [00:02:50.562]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:57.2985671Z [00:02:50.562]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:57.2986460Z [00:02:50.562]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:57.2987059Z [00:02:50.562]➜  EOF
2025-08-20T21:20:57.2994538Z [00:02:50.562]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b830/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.30.0=>gorm.io/gorm@v1.30.0;$WORK/b830=>" -p gorm.io/gorm -lang=go1.18 -complete -installsuffix shared -buildid 9h5KFGJXapfR29fieeol/9h5KFGJXapfR29fieeol -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b830/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.30.0/association.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/callbacks.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/chainable_api.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/errors.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/finisher_api.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/generics.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/gorm.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/interfaces.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/migrator.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/model.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/prepare_stmt.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/scan.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/soft_delete.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/statement.go
2025-08-20T21:20:57.3396713Z [00:02:50.607]➜  go tool buildid -w $WORK/b868/_pkg_.a # internal
2025-08-20T21:20:57.3421589Z [00:02:50.609]➜  cp $WORK/b868/_pkg_.a /root/.cache/go-build/28/283a7a826e888b0df0761535d9544b9ee317b6aa662e70b3714fb2bb73c3d436-d # internal
2025-08-20T21:20:57.3427107Z [00:02:50.610]➜  github.com/gabriel-vasile/mimetype/internal/magic
2025-08-20T21:20:57.3430924Z [00:02:50.610]➜  mkdir -p $WORK/b867/
2025-08-20T21:20:57.3438992Z [00:02:50.610]➜  cat >/tmp/go-build3547871397/b867/importcfg << 'EOF' # internal
2025-08-20T21:20:57.3439699Z [00:02:50.610]➜  # import config
2025-08-20T21:20:57.3440361Z [00:02:50.610]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:57.3441375Z [00:02:50.610]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:57.3442276Z [00:02:50.610]➜  packagefile debug/macho=/tmp/go-build3547871397/b868/_pkg_.a
2025-08-20T21:20:57.3445394Z [00:02:50.610]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:57.3447519Z [00:02:50.610]➜  packagefile encoding/csv=/tmp/go-build3547871397/b280/_pkg_.a
2025-08-20T21:20:57.3448563Z [00:02:50.610]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:57.3449373Z [00:02:50.610]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:57.3450483Z [00:02:50.610]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build3547871397/b864/_pkg_.a
2025-08-20T21:20:57.3451925Z [00:02:50.610]➜  packagefile github.com/gabriel-vasile/mimetype/internal/json=/tmp/go-build3547871397/b870/_pkg_.a
2025-08-20T21:20:57.3453171Z [00:02:50.610]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:57.3453973Z [00:02:50.610]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:57.3454761Z [00:02:50.610]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:57.3455353Z [00:02:50.610]➜  EOF
2025-08-20T21:20:57.3468564Z [00:02:50.611]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b867/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic=>github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic;$WORK/b867=>" -p github.com/gabriel-vasile/mimetype/internal/magic -lang=go1.23 -complete -installsuffix shared -buildid f_xIZXOqg4-n0oWyFPBL/f_xIZXOqg4-n0oWyFPBL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b867/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/archive.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/audio.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/binary.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/database.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/document.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/font.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/ftyp.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/geo.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/image.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/magic.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/ms_office.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/ogg.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/text.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/text_csv.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/video.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/zip.go
2025-08-20T21:20:57.3884548Z [00:02:50.655]➜  go tool buildid -w $WORK/b881/_pkg_.a # internal
2025-08-20T21:20:57.3898145Z [00:02:50.657]➜  cp $WORK/b881/_pkg_.a /root/.cache/go-build/ef/ef3d52c583370559a13c74c39940fec6a420ff4f68215370506f80c17816a835-d # internal
2025-08-20T21:20:57.3903067Z [00:02:50.658]➜  github.com/klauspost/compress/huff0
2025-08-20T21:20:57.3904039Z [00:02:50.658]➜  mkdir -p $WORK/b880/
2025-08-20T21:20:57.3923684Z [00:02:50.658]➜  echo -n > $WORK/b880/go_asm.h # internal
2025-08-20T21:20:57.3925791Z [00:02:50.659]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0
2025-08-20T21:20:57.3928846Z [00:02:50.659]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/huff0 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b880=>" -I $WORK/b880/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b880/symabis ./decompress_amd64.s
2025-08-20T21:20:57.3964235Z [00:02:50.664]➜  cat >/tmp/go-build3547871397/b880/importcfg << 'EOF' # internal
2025-08-20T21:20:57.3965501Z [00:02:50.664]➜  # import config
2025-08-20T21:20:57.3966189Z [00:02:50.664]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:57.3967071Z [00:02:50.664]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:57.3968087Z [00:02:50.664]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build3547871397/b881/_pkg_.a
2025-08-20T21:20:57.3969328Z [00:02:50.664]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/tmp/go-build3547871397/b882/_pkg_.a
2025-08-20T21:20:57.3970628Z [00:02:50.664]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3547871397/b883/_pkg_.a
2025-08-20T21:20:57.3971691Z [00:02:50.664]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:57.3972516Z [00:02:50.664]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:57.3973625Z [00:02:50.664]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:57.3974492Z [00:02:50.664]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:57.3975317Z [00:02:50.664]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:57.3975924Z [00:02:50.664]➜  EOF
2025-08-20T21:20:57.3976414Z [00:02:50.664]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:57.3984500Z [00:02:50.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b880/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b880=>" -p github.com/klauspost/compress/huff0 -lang=go1.22 -installsuffix shared -buildid W_udoCvsncTTzLvVQzas/W_udoCvsncTTzLvVQzas -goversion go1.25.0 -symabis $WORK/b880/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b880/importcfg -pack -asmhdr $WORK/b880/go_asm.h /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_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/huff0.go
2025-08-20T21:20:57.5849334Z [00:02:50.852]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0
2025-08-20T21:20:57.5854050Z [00:02:50.852]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/huff0 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b880=>" -I $WORK/b880/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b880/decompress_amd64.o ./decompress_amd64.s
2025-08-20T21:20:57.5914141Z [00:02:50.859]➜  go tool pack r $WORK/b880/_pkg_.a $WORK/b880/decompress_amd64.o # internal
2025-08-20T21:20:57.5915728Z [00:02:50.859]➜  go tool buildid -w $WORK/b880/_pkg_.a # internal
2025-08-20T21:20:57.5947318Z [00:02:50.862]➜  cp $WORK/b880/_pkg_.a /root/.cache/go-build/8f/8f8ef9360275cebd9d1053af74d95b6456c93a11c6dcbc7135e1ec8a9a63acaa-d # internal
2025-08-20T21:20:57.5964574Z [00:02:50.862]➜  github.com/klauspost/compress/internal/snapref
2025-08-20T21:20:57.5965261Z [00:02:50.862]➜  mkdir -p $WORK/b884/
2025-08-20T21:20:57.5966017Z [00:02:50.862]➜  cat >/tmp/go-build3547871397/b884/importcfg << 'EOF' # internal
2025-08-20T21:20:57.5966729Z [00:02:50.862]➜  # import config
2025-08-20T21:20:57.5967414Z [00:02:50.862]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:57.5968318Z [00:02:50.862]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:57.5969419Z [00:02:50.862]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:20:57.5970314Z [00:02:50.862]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:57.5971088Z [00:02:50.862]➜  EOF
2025-08-20T21:20:57.5971560Z [00:02:50.862]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:57.5978557Z [00:02:50.862]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b884/_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/b884=>" -p github.com/klauspost/compress/internal/snapref -lang=go1.22 -complete -installsuffix shared -buildid LxOk2naGsfcscnfGcJRa/LxOk2naGsfcscnfGcJRa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b884/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:20:57.6577112Z [00:02:50.925]➜  go tool buildid -w $WORK/b884/_pkg_.a # internal
2025-08-20T21:20:57.6588647Z [00:02:50.926]➜  cp $WORK/b884/_pkg_.a /root/.cache/go-build/ac/ac0712a715e97a1d66376ddf9e4cde601262a82e416040db6bef88e337c966cd-d # internal
2025-08-20T21:20:57.6594435Z [00:02:50.926]➜  github.com/klauspost/compress/zstd/internal/xxhash
2025-08-20T21:20:57.6595129Z [00:02:50.927]➜  mkdir -p $WORK/b885/
2025-08-20T21:20:57.6600151Z [00:02:50.927]➜  echo -n > $WORK/b885/go_asm.h # internal
2025-08-20T21:20:57.6604045Z [00:02:50.927]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T21:20:57.6607385Z [00:02:50.927]➜  /root/.go/pkg/tool/linux_amd64/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/b885=>" -I $WORK/b885/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b885/symabis ./xxhash_amd64.s
2025-08-20T21:20:57.6710264Z [00:02:50.938]➜  cat >/tmp/go-build3547871397/b885/importcfg << 'EOF' # internal
2025-08-20T21:20:57.6717216Z [00:02:50.938]➜  # import config
2025-08-20T21:20:57.6718115Z [00:02:50.938]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:57.6720125Z [00:02:50.938]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:57.6721065Z [00:02:50.938]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:57.6722934Z [00:02:50.938]➜  EOF
2025-08-20T21:20:57.6723450Z [00:02:50.938]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:57.6733124Z [00:02:50.938]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b885/_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/b885=>" -p github.com/klauspost/compress/zstd/internal/xxhash -lang=go1.22 -installsuffix shared -buildid qI53LTnLdwDIALZcyE5T/qI53LTnLdwDIALZcyE5T -goversion go1.25.0 -symabis $WORK/b885/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b885/importcfg -pack -asmhdr $WORK/b885/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:20:57.6739349Z [00:02:50.941]➜  go tool buildid -w $WORK/b867/_pkg_.a # internal
2025-08-20T21:20:57.6808332Z [00:02:50.948]➜  cp $WORK/b867/_pkg_.a /root/.cache/go-build/60/60035b4452fe36da2d1f28e8f09d8eef5a4c0aefc055405e66edd29292f91923-d # internal
2025-08-20T21:20:57.6809542Z [00:02:50.948]➜  github.com/gabriel-vasile/mimetype
2025-08-20T21:20:57.6810409Z [00:02:50.948]➜  mkdir -p $WORK/b863/
2025-08-20T21:20:57.6813462Z [00:02:50.949]➜  cat >/tmp/go-build3547871397/b863/importcfg << 'EOF' # internal
2025-08-20T21:20:57.6814042Z [00:02:50.949]➜  # import config
2025-08-20T21:20:57.6815207Z [00:02:50.949]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build3547871397/b864/_pkg_.a
2025-08-20T21:20:57.6816866Z [00:02:50.949]➜  packagefile github.com/gabriel-vasile/mimetype/internal/magic=/tmp/go-build3547871397/b867/_pkg_.a
2025-08-20T21:20:57.6817903Z [00:02:50.949]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:57.6818661Z [00:02:50.949]➜  packagefile mime=/tmp/go-build3547871397/b236/_pkg_.a
2025-08-20T21:20:57.6819395Z [00:02:50.949]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:57.6820128Z [00:02:50.949]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:57.6820947Z [00:02:50.949]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:57.6821599Z [00:02:50.949]➜  EOF
2025-08-20T21:20:57.6826370Z [00:02:50.949]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b863/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9=>github.com/gabriel-vasile/mimetype@v1.4.9;$WORK/b863=>" -p github.com/gabriel-vasile/mimetype -lang=go1.23 -complete -installsuffix shared -buildid a55vpIGNvz2MWdASfQwq/a55vpIGNvz2MWdASfQwq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b863/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/mime.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/mimetype.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/tree.go
2025-08-20T21:20:57.7323105Z [00:02:50.999]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T21:20:57.7326469Z [00:02:50.999]➜  /root/.go/pkg/tool/linux_amd64/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/b885=>" -I $WORK/b885/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b885/xxhash_amd64.o ./xxhash_amd64.s
2025-08-20T21:20:57.7370402Z [00:02:51.004]➜  go tool pack r $WORK/b885/_pkg_.a $WORK/b885/xxhash_amd64.o # internal
2025-08-20T21:20:57.7371307Z [00:02:51.004]➜  go tool buildid -w $WORK/b885/_pkg_.a # internal
2025-08-20T21:20:57.7378282Z [00:02:51.005]➜  cp $WORK/b885/_pkg_.a /root/.cache/go-build/8e/8e24d4bb7ae4f83cf9bc482b3d74e114fac8b80a206aeb6a0c0c04183d86298b-d # internal
2025-08-20T21:20:57.7390065Z [00:02:51.006]➜  github.com/klauspost/compress/zstd
2025-08-20T21:20:57.7392224Z [00:02:51.007]➜  mkdir -p $WORK/b878/
2025-08-20T21:20:57.7394928Z [00:02:51.007]➜  echo -n > $WORK/b878/go_asm.h # internal
2025-08-20T21:20:57.7396820Z [00:02:51.007]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd
2025-08-20T21:20:57.7400920Z [00:02:51.007]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b878=>" -I $WORK/b878/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b878/symabis ./fse_decoder_amd64.s ./matchlen_amd64.s ./seqdec_amd64.s
2025-08-20T21:20:57.7475276Z [00:02:51.015]➜  cat >/tmp/go-build3547871397/b878/importcfg << 'EOF' # internal
2025-08-20T21:20:57.7480530Z [00:02:51.015]➜  # import config
2025-08-20T21:20:57.7481207Z [00:02:51.015]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:57.7482028Z [00:02:51.015]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:57.7484614Z [00:02:51.015]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:20:57.7485533Z [00:02:51.015]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:57.7486587Z [00:02:51.015]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:20:57.7487434Z [00:02:51.015]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:57.7488222Z [00:02:51.015]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:57.7489331Z [00:02:51.015]➜  packagefile github.com/klauspost/compress=/tmp/go-build3547871397/b879/_pkg_.a
2025-08-20T21:20:57.7490515Z [00:02:51.015]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build3547871397/b880/_pkg_.a
2025-08-20T21:20:57.7491813Z [00:02:51.015]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/tmp/go-build3547871397/b882/_pkg_.a
2025-08-20T21:20:57.7493342Z [00:02:51.015]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3547871397/b883/_pkg_.a
2025-08-20T21:20:57.7494655Z [00:02:51.015]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build3547871397/b884/_pkg_.a
2025-08-20T21:20:57.7496010Z [00:02:51.015]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build3547871397/b885/_pkg_.a
2025-08-20T21:20:57.7497100Z [00:02:51.015]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:20:57.7497900Z [00:02:51.015]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:57.7498670Z [00:02:51.015]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:57.7499415Z [00:02:51.015]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:57.7500195Z [00:02:51.015]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:57.7500999Z [00:02:51.015]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:57.7501848Z [00:02:51.015]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:20:57.7502900Z [00:02:51.015]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:57.7503658Z [00:02:51.015]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:57.7504406Z [00:02:51.015]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:57.7505155Z [00:02:51.015]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:57.7506044Z [00:02:51.015]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:57.7506696Z [00:02:51.015]➜  EOF
2025-08-20T21:20:57.7507130Z [00:02:51.015]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:57.7527701Z [00:02:51.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b878/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b878=>" -p github.com/klauspost/compress/zstd -lang=go1.22 -installsuffix shared -buildid 66qtFyDDwJQtdZjQMvXR/66qtFyDDwJQtdZjQMvXR -goversion go1.25.0 -symabis $WORK/b878/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b878/importcfg -pack -asmhdr $WORK/b878/go_asm.h /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_amd64.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_amd64.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_amd64.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:20:58.0378308Z [00:02:51.305]➜  go tool buildid -w $WORK/b863/_pkg_.a # internal
2025-08-20T21:20:58.0397768Z [00:02:51.307]➜  cp $WORK/b863/_pkg_.a /root/.cache/go-build/d9/d95b4c4f25d5f97981d4bfa00267d06f57ae46de88f2235ccf038e49788d3379-d # internal
2025-08-20T21:20:58.0400122Z [00:02:51.307]➜  github.com/pierrec/lz4/v4/internal/lz4block
2025-08-20T21:20:58.0403758Z [00:02:51.307]➜  mkdir -p $WORK/b887/
2025-08-20T21:20:58.0404918Z [00:02:51.307]➜  echo -n > $WORK/b887/go_asm.h # internal
2025-08-20T21:20:58.0407091Z [00:02:51.308]➜  cd /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block
2025-08-20T21:20:58.0411879Z [00:02:51.308]➜  /root/.go/pkg/tool/linux_amd64/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/b887=>" -I $WORK/b887/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b887/symabis ./decode_amd64.s
2025-08-20T21:20:58.0515946Z [00:02:51.318]➜  cat >/tmp/go-build3547871397/b887/importcfg << 'EOF' # internal
2025-08-20T21:20:58.0516659Z [00:02:51.318]➜  # import config
2025-08-20T21:20:58.0517388Z [00:02:51.318]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:58.0518556Z [00:02:51.318]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build3547871397/b888/_pkg_.a
2025-08-20T21:20:58.0519630Z [00:02:51.318]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:20:58.0520462Z [00:02:51.318]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:58.0521054Z [00:02:51.318]➜  EOF
2025-08-20T21:20:58.0523290Z [00:02:51.320]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:58.0529303Z [00:02:51.320]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b887/_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/b887=>" -p github.com/pierrec/lz4/v4/internal/lz4block -lang=go1.14 -installsuffix shared -buildid KjLmCOrtVn--UwJ2xagi/KjLmCOrtVn--UwJ2xagi -goversion go1.25.0 -symabis $WORK/b887/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b887/importcfg -pack -asmhdr $WORK/b887/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:20:58.1092471Z [00:02:51.376]➜  cd /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block
2025-08-20T21:20:58.1098594Z [00:02:51.377]➜  /root/.go/pkg/tool/linux_amd64/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/b887=>" -I $WORK/b887/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b887/decode_amd64.o ./decode_amd64.s
2025-08-20T21:20:58.1174491Z [00:02:51.384]➜  go tool pack r $WORK/b887/_pkg_.a $WORK/b887/decode_amd64.o # internal
2025-08-20T21:20:58.1175379Z [00:02:51.384]➜  go tool buildid -w $WORK/b887/_pkg_.a # internal
2025-08-20T21:20:58.1183852Z [00:02:51.385]➜  cp $WORK/b887/_pkg_.a /root/.cache/go-build/13/13d7429fffa4671f4d1a567dab20d4967035cf810d3e57ad35e5230be4766aa8-d # internal
2025-08-20T21:20:58.1190272Z [00:02:51.386]➜  github.com/pierrec/lz4/v4/internal/xxh32
2025-08-20T21:20:58.1190947Z [00:02:51.386]➜  mkdir -p $WORK/b890/
2025-08-20T21:20:58.1191683Z [00:02:51.386]➜  cat >/tmp/go-build3547871397/b890/importcfg << 'EOF' # internal
2025-08-20T21:20:58.1192321Z [00:02:51.386]➜  # import config
2025-08-20T21:20:58.1193207Z [00:02:51.386]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:58.1193869Z [00:02:51.386]➜  EOF
2025-08-20T21:20:58.1194322Z [00:02:51.386]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:58.1201206Z [00:02:51.386]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b890/_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/b890=>" -p github.com/pierrec/lz4/v4/internal/xxh32 -lang=go1.14 -complete -installsuffix shared -buildid ooebl_b4z3j96sP6X80e/ooebl_b4z3j96sP6X80e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b890/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:20:58.1564448Z [00:02:51.422]➜  go tool buildid -w $WORK/b890/_pkg_.a # internal
2025-08-20T21:20:58.1570757Z [00:02:51.422]➜  cp $WORK/b890/_pkg_.a /root/.cache/go-build/77/77ec9d60f15212e04a0c1af8ebcb47d277c9382e530eed3519a1e7c627ea3653-d # internal
2025-08-20T21:20:58.1571827Z [00:02:51.422]➜  github.com/pierrec/lz4/v4/internal/lz4stream
2025-08-20T21:20:58.1572574Z [00:02:51.422]➜  mkdir -p $WORK/b889/
2025-08-20T21:20:58.1573436Z [00:02:51.422]➜  cat >/tmp/go-build3547871397/b889/importcfg << 'EOF' # internal
2025-08-20T21:20:58.1574024Z [00:02:51.422]➜  # import config
2025-08-20T21:20:58.1574643Z [00:02:51.422]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:58.1575396Z [00:02:51.422]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:58.1576382Z [00:02:51.422]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build3547871397/b887/_pkg_.a
2025-08-20T21:20:58.1577624Z [00:02:51.422]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build3547871397/b888/_pkg_.a
2025-08-20T21:20:58.1578975Z [00:02:51.422]➜  packagefile github.com/pierrec/lz4/v4/internal/xxh32=/tmp/go-build3547871397/b890/_pkg_.a
2025-08-20T21:20:58.1580184Z [00:02:51.422]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:58.1581065Z [00:02:51.422]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:20:58.1581930Z [00:02:51.422]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:58.1582901Z [00:02:51.422]➜  EOF
2025-08-20T21:20:58.1587772Z [00:02:51.422]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b889/_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/b889=>" -p github.com/pierrec/lz4/v4/internal/lz4stream -lang=go1.14 -complete -installsuffix shared -buildid cVuV1opvITs_CnYaJrIX/cVuV1opvITs_CnYaJrIX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b889/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:20:58.1765120Z [00:02:51.444]➜  go tool buildid -w $WORK/b830/_pkg_.a # internal
2025-08-20T21:20:58.1870253Z [00:02:51.454]➜  cp $WORK/b830/_pkg_.a /root/.cache/go-build/27/274127cdc567737f53c9daa01a8b95f29ded021138a82b4d02be6c23cf3e3f25-d # internal
2025-08-20T21:20:58.1877994Z [00:02:51.455]➜  gorm.io/gorm/callbacks
2025-08-20T21:20:58.1879800Z [00:02:51.455]➜  mkdir -p $WORK/b848/
2025-08-20T21:20:58.1887741Z [00:02:51.456]➜  cat >/tmp/go-build3547871397/b848/importcfg << 'EOF' # internal
2025-08-20T21:20:58.1888794Z [00:02:51.456]➜  # import config
2025-08-20T21:20:58.1890922Z [00:02:51.456]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:58.1892381Z [00:02:51.456]➜  packagefile gorm.io/gorm=/tmp/go-build3547871397/b830/_pkg_.a
2025-08-20T21:20:58.1907912Z [00:02:51.456]➜  packagefile gorm.io/gorm/clause=/tmp/go-build3547871397/b832/_pkg_.a
2025-08-20T21:20:58.1909161Z [00:02:51.456]➜  packagefile gorm.io/gorm/schema=/tmp/go-build3547871397/b837/_pkg_.a
2025-08-20T21:20:58.1910328Z [00:02:51.456]➜  packagefile gorm.io/gorm/utils=/tmp/go-build3547871397/b833/_pkg_.a
2025-08-20T21:20:58.1911422Z [00:02:51.456]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:58.1914379Z [00:02:51.456]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:58.1915257Z [00:02:51.456]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:58.1915886Z [00:02:51.456]➜  EOF
2025-08-20T21:20:58.1923547Z [00:02:51.456]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b848/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.30.0/callbacks=>gorm.io/gorm@v1.30.0/callbacks;$WORK/b848=>" -p gorm.io/gorm/callbacks -lang=go1.18 -complete -installsuffix shared -buildid SMgddZ-D8-kgL_xgutZh/SMgddZ-D8-kgL_xgutZh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b848/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.30.0/callbacks/associations.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/callbacks/callbacks.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/callbacks/callmethod.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/callbacks/create.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/callbacks/delete.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/callbacks/helper.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/callbacks/interfaces.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/callbacks/preload.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/callbacks/query.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/callbacks/raw.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/callbacks/row.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/callbacks/transaction.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/callbacks/update.go
2025-08-20T21:20:58.2145663Z [00:02:51.482]➜  go tool buildid -w $WORK/b889/_pkg_.a # internal
2025-08-20T21:20:58.2157963Z [00:02:51.483]➜  cp $WORK/b889/_pkg_.a /root/.cache/go-build/23/235364ec12a9569b0c09e992f8f9aa861113e586d5f8666771059e4f64c900e3-d # internal
2025-08-20T21:20:58.2190347Z [00:02:51.483]➜  gorm.io/gorm/migrator
2025-08-20T21:20:58.2191122Z [00:02:51.483]➜  mkdir -p $WORK/b849/
2025-08-20T21:20:58.2191892Z [00:02:51.484]➜  cat >/tmp/go-build3547871397/b849/importcfg << 'EOF' # internal
2025-08-20T21:20:58.2192803Z [00:02:51.484]➜  # import config
2025-08-20T21:20:58.2193705Z [00:02:51.484]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:58.2194627Z [00:02:51.484]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:20:58.2195485Z [00:02:51.484]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:58.2196205Z [00:02:51.484]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:58.2196939Z [00:02:51.484]➜  packagefile gorm.io/gorm=/tmp/go-build3547871397/b830/_pkg_.a
2025-08-20T21:20:58.2197813Z [00:02:51.484]➜  packagefile gorm.io/gorm/clause=/tmp/go-build3547871397/b832/_pkg_.a
2025-08-20T21:20:58.2198767Z [00:02:51.484]➜  packagefile gorm.io/gorm/logger=/tmp/go-build3547871397/b836/_pkg_.a
2025-08-20T21:20:58.2199744Z [00:02:51.484]➜  packagefile gorm.io/gorm/schema=/tmp/go-build3547871397/b837/_pkg_.a
2025-08-20T21:20:58.2200640Z [00:02:51.484]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:58.2201486Z [00:02:51.484]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:58.2202329Z [00:02:51.484]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:58.2203432Z [00:02:51.484]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:58.2204278Z [00:02:51.484]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:58.2204889Z [00:02:51.484]➜  EOF
2025-08-20T21:20:58.2209253Z [00:02:51.485]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b849/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.30.0/migrator=>gorm.io/gorm@v1.30.0/migrator;$WORK/b849=>" -p gorm.io/gorm/migrator -lang=go1.18 -complete -installsuffix shared -buildid xCkbBbDNwvt5LBqu7TsB/xCkbBbDNwvt5LBqu7TsB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b849/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.30.0/migrator/column_type.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/migrator/index.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/migrator/migrator.go /root/go/pkg/mod/gorm.io/gorm@v1.30.0/migrator/table_type.go
2025-08-20T21:20:58.8171977Z [00:02:52.084]➜  go tool buildid -w $WORK/b849/_pkg_.a # internal
2025-08-20T21:20:58.8296157Z [00:02:52.097]➜  cp $WORK/b849/_pkg_.a /root/.cache/go-build/cd/cdcd5e80940ee99ba4dab5ad1301ac1587925668f2e9469c1031573f48ee22ea-d # internal
2025-08-20T21:20:58.8325580Z [00:02:52.100]➜  github.com/pierrec/lz4/v4
2025-08-20T21:20:58.8328154Z [00:02:52.100]➜  mkdir -p $WORK/b886/
2025-08-20T21:20:58.8337814Z [00:02:52.101]➜  cat >/tmp/go-build3547871397/b886/importcfg << 'EOF' # internal
2025-08-20T21:20:58.8350444Z [00:02:52.101]➜  # import config
2025-08-20T21:20:58.8351128Z [00:02:52.101]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:58.8351964Z [00:02:52.101]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:58.8352918Z [00:02:52.101]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:58.8353973Z [00:02:52.101]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build3547871397/b887/_pkg_.a
2025-08-20T21:20:58.8355547Z [00:02:52.101]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build3547871397/b888/_pkg_.a
2025-08-20T21:20:58.8356868Z [00:02:52.101]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4stream=/tmp/go-build3547871397/b889/_pkg_.a
2025-08-20T21:20:58.8357858Z [00:02:52.101]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:58.8358625Z [00:02:52.101]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:58.8359436Z [00:02:52.101]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:58.8360249Z [00:02:52.101]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:58.8360845Z [00:02:52.101]➜  EOF
2025-08-20T21:20:58.8367517Z [00:02:52.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b886/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22=>github.com/pierrec/lz4/v4@v4.1.22;$WORK/b886=>" -p github.com/pierrec/lz4/v4 -lang=go1.14 -complete -installsuffix shared -buildid ULfHK0dLO6eVkvvKjS3N/ULfHK0dLO6eVkvvKjS3N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b886/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:20:58.8526828Z [00:02:52.120]➜  go tool buildid -w $WORK/b848/_pkg_.a # internal
2025-08-20T21:20:58.8597860Z [00:02:52.127]➜  cp $WORK/b848/_pkg_.a /root/.cache/go-build/0a/0a202522df7b68a17de0c35739dbdac32254428550f1afa0dcba21f20646ce40-d # internal
2025-08-20T21:20:58.8599299Z [00:02:52.127]➜  hash/crc64
2025-08-20T21:20:58.8601619Z [00:02:52.127]➜  mkdir -p $WORK/b892/
2025-08-20T21:20:58.8604927Z [00:02:52.128]➜  cat >/tmp/go-build3547871397/b892/importcfg << 'EOF' # internal
2025-08-20T21:20:58.8606982Z [00:02:52.128]➜  # import config
2025-08-20T21:20:58.8610931Z [00:02:52.128]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:58.8611719Z [00:02:52.128]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:58.8612587Z [00:02:52.128]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:20:58.8613620Z [00:02:52.128]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:58.8614207Z [00:02:52.128]➜  EOF
2025-08-20T21:20:58.8616899Z [00:02:52.128]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b892/_pkg_.a -trimpath "/root/.go/src/hash/crc64=>hash/crc64;$WORK/b892=>" -p hash/crc64 -lang=go1.25 -std -complete -installsuffix shared -buildid 5U9H2B-Vw1hmwdAjDRNJ/5U9H2B-Vw1hmwdAjDRNJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b892/importcfg -pack /root/.go/src/hash/crc64/crc64.go
2025-08-20T21:20:58.8890221Z [00:02:52.156]➜  go tool buildid -w $WORK/b892/_pkg_.a # internal
2025-08-20T21:20:58.8902127Z [00:02:52.157]➜  cp $WORK/b892/_pkg_.a /root/.cache/go-build/8d/8dd24e01347895f101b02a7d1d2b84386ff9a6ee19ac026f0fd25048a72c8909-d # internal
2025-08-20T21:20:58.8907613Z [00:02:52.158]➜  github.com/therootcompany/xz
2025-08-20T21:20:58.8910010Z [00:02:52.158]➜  mkdir -p $WORK/b891/
2025-08-20T21:20:58.8916131Z [00:02:52.159]➜  cat >/tmp/go-build3547871397/b891/importcfg << 'EOF' # internal
2025-08-20T21:20:58.8927634Z [00:02:52.159]➜  # import config
2025-08-20T21:20:58.8928312Z [00:02:52.159]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:58.8929193Z [00:02:52.159]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:20:58.8929978Z [00:02:52.159]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:58.8930912Z [00:02:52.159]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:58.8931751Z [00:02:52.159]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:20:58.8932599Z [00:02:52.159]➜  packagefile hash/crc64=/tmp/go-build3547871397/b892/_pkg_.a
2025-08-20T21:20:58.8933550Z [00:02:52.159]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:58.8934107Z [00:02:52.159]➜  EOF
2025-08-20T21:20:58.8940359Z [00:02:52.159]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b891/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1=>github.com/therootcompany/xz@v1.0.1;$WORK/b891=>" -p github.com/therootcompany/xz -lang=go1.15 -complete -installsuffix shared -buildid m7t5QcSbJ4dFn1hvCtdR/m7t5QcSbJ4dFn1hvCtdR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b891/importcfg -pack /root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1/dec_bcj.go /root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1/dec_delta.go /root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1/dec_lzma2.go /root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1/dec_stream.go /root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1/dec_util.go /root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1/dec_xz.go /root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1/doc.go /root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1/reader.go
2025-08-20T21:20:58.9020933Z [00:02:52.169]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd
2025-08-20T21:20:58.9024201Z [00:02:52.169]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b878=>" -I $WORK/b878/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b878/fse_decoder_amd64.o ./fse_decoder_amd64.s
2025-08-20T21:20:58.9091386Z [00:02:52.176]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b878=>" -I $WORK/b878/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b878/matchlen_amd64.o ./matchlen_amd64.s
2025-08-20T21:20:58.9181650Z [00:02:52.185]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/zstd -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b878=>" -I $WORK/b878/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b878/seqdec_amd64.o ./seqdec_amd64.s
2025-08-20T21:20:58.9441929Z [00:02:52.211]➜  go tool pack r $WORK/b878/_pkg_.a $WORK/b878/fse_decoder_amd64.o $WORK/b878/matchlen_amd64.o $WORK/b878/seqdec_amd64.o # internal
2025-08-20T21:20:58.9445057Z [00:02:52.212]➜  go tool buildid -w $WORK/b878/_pkg_.a # internal
2025-08-20T21:20:58.9625324Z [00:02:52.230]➜  cp $WORK/b878/_pkg_.a /root/.cache/go-build/7c/7cc55b5717666a6ff317d9a0b6db1c55a75eaf50f0cab0e8ba2fc13b0ebb124a-d # internal
2025-08-20T21:20:58.9646194Z [00:02:52.232]➜  github.com/ulikunitz/xz/internal/xlog
2025-08-20T21:20:58.9651795Z [00:02:52.232]➜  mkdir -p $WORK/b895/
2025-08-20T21:20:58.9652565Z [00:02:52.232]➜  cat >/tmp/go-build3547871397/b895/importcfg << 'EOF' # internal
2025-08-20T21:20:58.9653422Z [00:02:52.232]➜  # import config
2025-08-20T21:20:58.9654067Z [00:02:52.232]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:58.9654846Z [00:02:52.232]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:58.9655606Z [00:02:52.232]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:58.9656392Z [00:02:52.232]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:58.9657178Z [00:02:52.232]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:58.9657982Z [00:02:52.232]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:58.9658570Z [00:02:52.232]➜  EOF
2025-08-20T21:20:58.9659215Z [00:02:52.232]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:20:58.9663153Z [00:02:52.232]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b895/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/xlog=>github.com/ulikunitz/xz@v0.5.12/internal/xlog;$WORK/b895=>" -p github.com/ulikunitz/xz/internal/xlog -lang=go1.12 -complete -installsuffix shared -buildid e9UxhB9IWiC6nEvczb5w/e9UxhB9IWiC6nEvczb5w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b895/importcfg -pack /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/xlog/xlog.go
2025-08-20T21:20:58.9733685Z [00:02:52.241]➜  go tool buildid -w $WORK/b886/_pkg_.a # internal
2025-08-20T21:20:58.9762402Z [00:02:52.243]➜  cp $WORK/b886/_pkg_.a /root/.cache/go-build/32/3221008079eff1943f52189fe1307b80327b0f078f1c2e7798bd8f8cdf195bd5-d # internal
2025-08-20T21:20:58.9773584Z [00:02:52.243]➜  github.com/sylabs/squashfs/low/directory
2025-08-20T21:20:58.9774193Z [00:02:52.243]➜  mkdir -p $WORK/b898/
2025-08-20T21:20:58.9774818Z [00:02:52.243]➜  cat >/tmp/go-build3547871397/b898/importcfg << 'EOF' # internal
2025-08-20T21:20:58.9775637Z [00:02:52.244]➜  # import config
2025-08-20T21:20:58.9776353Z [00:02:52.244]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:58.9777203Z [00:02:52.244]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:58.9777786Z [00:02:52.244]➜  EOF
2025-08-20T21:20:58.9781399Z [00:02:52.244]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b898/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/low/directory=>github.com/sylabs/squashfs@v1.0.6/low/directory;$WORK/b898=>" -p github.com/sylabs/squashfs/low/directory -lang=go1.24 -complete -installsuffix shared -buildid 4b7juThyXZdTKcS351qW/4b7juThyXZdTKcS351qW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b898/importcfg -pack /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/low/directory/directory.go
2025-08-20T21:20:59.0116369Z [00:02:52.279]➜  go tool buildid -w $WORK/b898/_pkg_.a # internal
2025-08-20T21:20:59.0121914Z [00:02:52.279]➜  cp $WORK/b898/_pkg_.a /root/.cache/go-build/a8/a811e1926e16b269fec7e57115f3bb9de159fa937182cb995c6129472948a1b1-d # internal
2025-08-20T21:20:59.0124135Z [00:02:52.280]➜  github.com/sylabs/squashfs/low/inode
2025-08-20T21:20:59.0125623Z [00:02:52.280]➜  mkdir -p $WORK/b899/
2025-08-20T21:20:59.0129259Z [00:02:52.280]➜  cat >/tmp/go-build3547871397/b899/importcfg << 'EOF' # internal
2025-08-20T21:20:59.0130172Z [00:02:52.280]➜  # import config
2025-08-20T21:20:59.0131133Z [00:02:52.280]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:59.0132502Z [00:02:52.280]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:59.0135187Z [00:02:52.280]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:59.0136016Z [00:02:52.280]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:59.0136806Z [00:02:52.280]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:59.0137850Z [00:02:52.280]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:59.0138477Z [00:02:52.280]➜  EOF
2025-08-20T21:20:59.0161749Z [00:02:52.283]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b899/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/low/inode=>github.com/sylabs/squashfs@v1.0.6/low/inode;$WORK/b899=>" -p github.com/sylabs/squashfs/low/inode -lang=go1.24 -complete -installsuffix shared -buildid DR0Ahfhv7GLwKoPG8xmd/DR0Ahfhv7GLwKoPG8xmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b899/importcfg -pack /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/low/inode/dir.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/low/inode/file.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/low/inode/inode.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/low/inode/misc.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/low/inode/sym.go
2025-08-20T21:20:59.0219136Z [00:02:52.289]➜  go tool buildid -w $WORK/b891/_pkg_.a # internal
2025-08-20T21:20:59.0243934Z [00:02:52.292]➜  cp $WORK/b891/_pkg_.a /root/.cache/go-build/76/765be4383de85cde12add4cadc1ed9fcd2a8a36a0e402924cec27c83d02c1c0a-d # internal
2025-08-20T21:20:59.0252115Z [00:02:52.292]➜  github.com/anchore/stereoscope/internal/bus
2025-08-20T21:20:59.0264761Z [00:02:52.294]➜  mkdir -p $WORK/b901/
2025-08-20T21:20:59.0268318Z [00:02:52.294]➜  cat >/tmp/go-build3547871397/b901/importcfg << 'EOF' # internal
2025-08-20T21:20:59.0272228Z [00:02:52.294]➜  # import config
2025-08-20T21:20:59.0273293Z [00:02:52.294]➜  packagefile github.com/wagoodman/go-partybus=/tmp/go-build3547871397/b811/_pkg_.a
2025-08-20T21:20:59.0274112Z [00:02:52.294]➜  EOF
2025-08-20T21:20:59.0278173Z [00:02:52.294]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b901/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/internal/bus=>github.com/anchore/stereoscope@v0.1.6/internal/bus;$WORK/b901=>" -p github.com/anchore/stereoscope/internal/bus -lang=go1.24 -complete -installsuffix shared -buildid Nux28v_vu_o_GPpJuLi9/Nux28v_vu_o_GPpJuLi9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b901/importcfg -pack /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/internal/bus/bus.go
2025-08-20T21:20:59.0398533Z [00:02:52.307]➜  go tool buildid -w $WORK/b901/_pkg_.a # internal
2025-08-20T21:20:59.0404455Z [00:02:52.308]➜  cp $WORK/b901/_pkg_.a /root/.cache/go-build/5d/5d38783d013e1efb22dfe814c9628e8e73c12e9d689ad28080ff70ad4cb9ae6e-d # internal
2025-08-20T21:20:59.0413584Z [00:02:52.308]➜  github.com/anchore/stereoscope/pkg/event
2025-08-20T21:20:59.0414221Z [00:02:52.308]➜  mkdir -p $WORK/b902/
2025-08-20T21:20:59.0414947Z [00:02:52.308]➜  cat >/tmp/go-build3547871397/b902/importcfg << 'EOF' # internal
2025-08-20T21:20:59.0415691Z [00:02:52.308]➜  # import config
2025-08-20T21:20:59.0437666Z [00:02:52.308]➜  packagefile github.com/wagoodman/go-partybus=/tmp/go-build3547871397/b811/_pkg_.a
2025-08-20T21:20:59.0438863Z [00:02:52.308]➜  EOF
2025-08-20T21:20:59.0443702Z [00:02:52.308]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b902/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/event=>github.com/anchore/stereoscope@v0.1.6/pkg/event;$WORK/b902=>" -p github.com/anchore/stereoscope/pkg/event -lang=go1.24 -complete -installsuffix shared -buildid FBaJqPRoIktE7dbkfLeC/FBaJqPRoIktE7dbkfLeC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b902/importcfg -pack /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/event/event.go
2025-08-20T21:20:59.0453783Z [00:02:52.312]➜  go tool buildid -w $WORK/b895/_pkg_.a # internal
2025-08-20T21:20:59.0458501Z [00:02:52.313]➜  cp $WORK/b895/_pkg_.a /root/.cache/go-build/c3/c3f171850d3216b267a05eb1c441c9ee9c957a5217c996ea55e90708d2113f1c-d # internal
2025-08-20T21:20:59.0466827Z [00:02:52.314]➜  github.com/ulikunitz/xz/lzma
2025-08-20T21:20:59.0472258Z [00:02:52.314]➜  mkdir -p $WORK/b893/
2025-08-20T21:20:59.0483110Z [00:02:52.315]➜  cat >/tmp/go-build3547871397/b893/importcfg << 'EOF' # internal
2025-08-20T21:20:59.0484818Z [00:02:52.315]➜  # import config
2025-08-20T21:20:59.0486488Z [00:02:52.315]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:59.0487303Z [00:02:52.315]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:59.0488065Z [00:02:52.316]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:59.0488861Z [00:02:52.316]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.0489890Z [00:02:52.316]➜  packagefile github.com/ulikunitz/xz/internal/hash=/tmp/go-build3547871397/b894/_pkg_.a
2025-08-20T21:20:59.0491170Z [00:02:52.316]➜  packagefile github.com/ulikunitz/xz/internal/xlog=/tmp/go-build3547871397/b895/_pkg_.a
2025-08-20T21:20:59.0492243Z [00:02:52.316]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:59.0493236Z [00:02:52.316]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:20:59.0493858Z [00:02:52.316]➜  EOF
2025-08-20T21:20:59.0509677Z [00:02:52.317]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b893/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma=>github.com/ulikunitz/xz@v0.5.12/lzma;$WORK/b893=>" -p github.com/ulikunitz/xz/lzma -lang=go1.12 -complete -installsuffix shared -buildid RhkBrkcIJ6rTcIERjaoG/RhkBrkcIJ6rTcIERjaoG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b893/importcfg -pack /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/bintree.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/bitops.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/breader.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/buffer.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/bytewriter.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/decoder.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/decoderdict.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/directcodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/distcodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/encoder.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/encoderdict.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/hashtable.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/header.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/header2.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/lengthcodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/literalcodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/matchalgorithm.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/operation.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/prob.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/properties.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/rangecodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/reader.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/reader2.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/state.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/treecodecs.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/writer.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/writer2.go
2025-08-20T21:20:59.0523878Z [00:02:52.317]➜  go tool buildid -w $WORK/b902/_pkg_.a # internal
2025-08-20T21:20:59.0525204Z [00:02:52.317]➜  cp $WORK/b902/_pkg_.a /root/.cache/go-build/3b/3bfc0f40684aad5559d7ccd8b3f17d5c3a411dfa0dbdd5baff262b6566caa15a-d # internal
2025-08-20T21:20:59.0526401Z [00:02:52.318]➜  github.com/anchore/stereoscope/pkg/tree/node
2025-08-20T21:20:59.0527019Z [00:02:52.318]➜  mkdir -p $WORK/b905/
2025-08-20T21:20:59.0527731Z [00:02:52.318]➜  cat >/tmp/go-build3547871397/b905/importcfg << 'EOF' # internal
2025-08-20T21:20:59.0528389Z [00:02:52.319]➜  # import config
2025-08-20T21:20:59.0529048Z [00:02:52.319]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:59.0529654Z [00:02:52.319]➜  EOF
2025-08-20T21:20:59.0537354Z [00:02:52.319]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b905/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/tree/node=>github.com/anchore/stereoscope@v0.1.6/pkg/tree/node;$WORK/b905=>" -p github.com/anchore/stereoscope/pkg/tree/node -lang=go1.24 -complete -installsuffix shared -buildid nOjwIqS7GPN1_OcfhVaf/nOjwIqS7GPN1_OcfhVaf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b905/importcfg -pack /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/tree/node/id.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/tree/node/node.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/tree/node/nodes.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/tree/node/queue.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/tree/node/stack.go
2025-08-20T21:20:59.0570386Z [00:02:52.324]➜  go tool buildid -w $WORK/b899/_pkg_.a # internal
2025-08-20T21:20:59.0580599Z [00:02:52.325]➜  cp $WORK/b899/_pkg_.a /root/.cache/go-build/78/7841d31946c345b02e80b74250e94ece22b80b0112b9191d11d11d1974ad5208-d # internal
2025-08-20T21:20:59.0583383Z [00:02:52.326]➜  github.com/becheran/wildmatch-go
2025-08-20T21:20:59.0585023Z [00:02:52.326]➜  mkdir -p $WORK/b907/
2025-08-20T21:20:59.0591248Z [00:02:52.326]➜  cat >/tmp/go-build3547871397/b907/importcfg << 'EOF' # internal
2025-08-20T21:20:59.0591992Z [00:02:52.326]➜  # import config
2025-08-20T21:20:59.0592819Z [00:02:52.326]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.0593476Z [00:02:52.326]➜  EOF
2025-08-20T21:20:59.0598031Z [00:02:52.327]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b907/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/becheran/wildmatch-go@v1.0.0=>github.com/becheran/wildmatch-go@v1.0.0;$WORK/b907=>" -p github.com/becheran/wildmatch-go -lang=go1.15 -complete -installsuffix shared -buildid 4Nj4Z55VGoz6VpxeI0lK/4Nj4Z55VGoz6VpxeI0lK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b907/importcfg -pack /root/go/pkg/mod/github.com/becheran/wildmatch-go@v1.0.0/wildmatch.go
2025-08-20T21:20:59.0738204Z [00:02:52.341]➜  go tool buildid -w $WORK/b907/_pkg_.a # internal
2025-08-20T21:20:59.0745449Z [00:02:52.342]➜  cp $WORK/b907/_pkg_.a /root/.cache/go-build/d1/d1ffeb0331a5423b93c8a2df7803440ebf3636cc6a51a2eb0e36285c76a0454d-d # internal
2025-08-20T21:20:59.0747559Z [00:02:52.342]➜  github.com/bmatcuk/doublestar/v4
2025-08-20T21:20:59.0748736Z [00:02:52.342]➜  mkdir -p $WORK/b908/
2025-08-20T21:20:59.0753942Z [00:02:52.343]➜  cat >/tmp/go-build3547871397/b908/importcfg << 'EOF' # internal
2025-08-20T21:20:59.0756534Z [00:02:52.343]➜  # import config
2025-08-20T21:20:59.0757415Z [00:02:52.343]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:59.0759021Z [00:02:52.343]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:59.0760703Z [00:02:52.343]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:59.0762058Z [00:02:52.343]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:59.0763884Z [00:02:52.343]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:59.0765940Z [00:02:52.343]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.0767650Z [00:02:52.343]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:59.0768824Z [00:02:52.343]➜  EOF
2025-08-20T21:20:59.0775817Z [00:02:52.343]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b908/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bmatcuk/doublestar/v4@v4.8.1=>github.com/bmatcuk/doublestar/v4@v4.8.1;$WORK/b908=>" -p github.com/bmatcuk/doublestar/v4 -lang=go1.16 -complete -installsuffix shared -buildid 1frUX_G9qsWmWyrguCFq/1frUX_G9qsWmWyrguCFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b908/importcfg -pack /root/go/pkg/mod/github.com/bmatcuk/doublestar/v4@v4.8.1/doublestar.go /root/go/pkg/mod/github.com/bmatcuk/doublestar/v4@v4.8.1/glob.go /root/go/pkg/mod/github.com/bmatcuk/doublestar/v4@v4.8.1/globoptions.go /root/go/pkg/mod/github.com/bmatcuk/doublestar/v4@v4.8.1/globwalk.go /root/go/pkg/mod/github.com/bmatcuk/doublestar/v4@v4.8.1/match.go /root/go/pkg/mod/github.com/bmatcuk/doublestar/v4@v4.8.1/utils.go /root/go/pkg/mod/github.com/bmatcuk/doublestar/v4@v4.8.1/validate.go
2025-08-20T21:20:59.0966873Z [00:02:52.364]➜  go tool buildid -w $WORK/b905/_pkg_.a # internal
2025-08-20T21:20:59.0999492Z [00:02:52.367]➜  cp $WORK/b905/_pkg_.a /root/.cache/go-build/dd/dd9c12960ea258ade7b61d21a004600fa55cef7a4db97a0de4d3ea2095846d27-d # internal
2025-08-20T21:20:59.1008346Z [00:02:52.367]➜  github.com/anchore/stereoscope/pkg/tree
2025-08-20T21:20:59.1008968Z [00:02:52.367]➜  mkdir -p $WORK/b906/
2025-08-20T21:20:59.1009687Z [00:02:52.367]➜  cat >/tmp/go-build3547871397/b906/importcfg << 'EOF' # internal
2025-08-20T21:20:59.1010347Z [00:02:52.367]➜  # import config
2025-08-20T21:20:59.1010984Z [00:02:52.367]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.1012068Z [00:02:52.367]➜  packagefile github.com/anchore/stereoscope/pkg/tree/node=/tmp/go-build3547871397/b905/_pkg_.a
2025-08-20T21:20:59.1013428Z [00:02:52.367]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:59.1014002Z [00:02:52.367]➜  EOF
2025-08-20T21:20:59.1019038Z [00:02:52.367]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b906/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/tree=>github.com/anchore/stereoscope@v0.1.6/pkg/tree;$WORK/b906=>" -p github.com/anchore/stereoscope/pkg/tree -lang=go1.24 -complete -installsuffix shared -buildid 4Qd7iPEzjF4uiBTVrbPc/4Qd7iPEzjF4uiBTVrbPc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b906/importcfg -pack /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/tree/depth_first_walker.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/tree/reader.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/tree/tree.go
2025-08-20T21:20:59.1422961Z [00:02:52.409]➜  go tool buildid -w $WORK/b906/_pkg_.a # internal
2025-08-20T21:20:59.1434215Z [00:02:52.410]➜  cp $WORK/b906/_pkg_.a /root/.cache/go-build/40/406ca6a57cb32f82044ff1ddb05b7821ac6f4c4d9353ed9ff71986a057c0f094-d # internal
2025-08-20T21:20:59.1436813Z [00:02:52.411]➜  github.com/scylladb/go-set/iset
2025-08-20T21:20:59.1439268Z [00:02:52.411]➜  mkdir -p $WORK/b909/
2025-08-20T21:20:59.1442373Z [00:02:52.411]➜  cat >/tmp/go-build3547871397/b909/importcfg << 'EOF' # internal
2025-08-20T21:20:59.1443260Z [00:02:52.411]➜  # import config
2025-08-20T21:20:59.1443859Z [00:02:52.411]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.1444689Z [00:02:52.411]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.1445289Z [00:02:52.411]➜  EOF
2025-08-20T21:20:59.1449276Z [00:02:52.411]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b909/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/scylladb/go-set@v1.0.3-0.20200225121959-cc7b2070d91e/iset=>github.com/scylladb/go-set@v1.0.3-0.20200225121959-cc7b2070d91e/iset;$WORK/b909=>" -p github.com/scylladb/go-set/iset -lang=go1.16 -complete -installsuffix shared -buildid 9os3ONw3CHyL3VGSzm-Y/9os3ONw3CHyL3VGSzm-Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b909/importcfg -pack /root/go/pkg/mod/github.com/scylladb/go-set@v1.0.3-0.20200225121959-cc7b2070d91e/iset/iset.go
2025-08-20T21:20:59.1786216Z [00:02:52.446]➜  go tool buildid -w $WORK/b909/_pkg_.a # internal
2025-08-20T21:20:59.1796904Z [00:02:52.447]➜  cp $WORK/b909/_pkg_.a /root/.cache/go-build/b8/b850e3d2286056cc7073515a66fdc44485eb07ce3ab36a9afb61008a1efb476f-d # internal
2025-08-20T21:20:59.1810289Z [00:02:52.447]➜  github.com/containerd/errdefs
2025-08-20T21:20:59.1810880Z [00:02:52.447]➜  mkdir -p $WORK/b910/
2025-08-20T21:20:59.1811620Z [00:02:52.448]➜  cat >/tmp/go-build3547871397/b910/importcfg << 'EOF' # internal
2025-08-20T21:20:59.1812297Z [00:02:52.448]➜  # import config
2025-08-20T21:20:59.1813189Z [00:02:52.448]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:59.1814043Z [00:02:52.448]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:59.1814934Z [00:02:52.448]➜  EOF
2025-08-20T21:20:59.1818837Z [00:02:52.448]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b910/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/errdefs@v1.0.0=>github.com/containerd/errdefs@v1.0.0;$WORK/b910=>" -p github.com/containerd/errdefs -lang=go1.20 -complete -installsuffix shared -buildid zRKT3SNnmwSbS8kiekzn/zRKT3SNnmwSbS8kiekzn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b910/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:20:59.2207584Z [00:02:52.488]➜  go tool buildid -w $WORK/b908/_pkg_.a # internal
2025-08-20T21:20:59.2209273Z [00:02:52.488]➜  cp $WORK/b908/_pkg_.a /root/.cache/go-build/50/50da9b0cda02b50b2d20b3a38db149b228fc77936078b57bda84887a8efe0566-d # internal
2025-08-20T21:20:59.2211451Z [00:02:52.488]➜  github.com/docker/go-connections/tlsconfig
2025-08-20T21:20:59.2212326Z [00:02:52.488]➜  mkdir -p $WORK/b911/
2025-08-20T21:20:59.2245140Z [00:02:52.492]➜  cat >/tmp/go-build3547871397/b911/importcfg << 'EOF' # internal
2025-08-20T21:20:59.2245836Z [00:02:52.492]➜  # import config
2025-08-20T21:20:59.2246516Z [00:02:52.492]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:20:59.2247382Z [00:02:52.492]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:20:59.2248306Z [00:02:52.492]➜  packagefile encoding/pem=/tmp/go-build3547871397/b226/_pkg_.a
2025-08-20T21:20:59.2249153Z [00:02:52.492]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:59.2249927Z [00:02:52.492]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.2250666Z [00:02:52.492]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:59.2251589Z [00:02:52.492]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:59.2252289Z [00:02:52.492]➜  EOF
2025-08-20T21:20:59.2257642Z [00:02:52.492]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b911/_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/b911=>" -p github.com/docker/go-connections/tlsconfig -lang=go1.18 -complete -installsuffix shared -buildid 5MpOI0ylKMGahmqFCqUu/5MpOI0ylKMGahmqFCqUu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b911/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:20:59.2903850Z [00:02:52.558]➜  go tool buildid -w $WORK/b910/_pkg_.a # internal
2025-08-20T21:20:59.2936853Z [00:02:52.561]➜  cp $WORK/b910/_pkg_.a /root/.cache/go-build/c1/c1b8af7a3d56b62d4655b1abaecaded770f53bb3f4f247a9d80843573046418b-d # internal
2025-08-20T21:20:59.2941647Z [00:02:52.561]➜  github.com/docker/docker-credential-helpers/credentials
2025-08-20T21:20:59.2942378Z [00:02:52.561]➜  mkdir -p $WORK/b918/
2025-08-20T21:20:59.2948553Z [00:02:52.562]➜  cat >/tmp/go-build3547871397/b918/importcfg << 'EOF' # internal
2025-08-20T21:20:59.2949312Z [00:02:52.562]➜  # import config
2025-08-20T21:20:59.2949987Z [00:02:52.562]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:20:59.2950845Z [00:02:52.562]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:59.2951732Z [00:02:52.562]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:59.2952777Z [00:02:52.562]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:59.2953595Z [00:02:52.562]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.2954384Z [00:02:52.562]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:59.2955155Z [00:02:52.562]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:59.2955954Z [00:02:52.562]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.2956940Z [00:02:52.562]➜  EOF
2025-08-20T21:20:59.2963692Z [00:02:52.562]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b918/_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/b918=>" -p github.com/docker/docker-credential-helpers/credentials -lang=go1.21 -complete -installsuffix shared -buildid 3q0-iXroygWVkwVf14aO/3q0-iXroygWVkwVf14aO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b918/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:20:59.2981953Z [00:02:52.565]➜  go tool buildid -w $WORK/b911/_pkg_.a # internal
2025-08-20T21:20:59.2992211Z [00:02:52.566]➜  cp $WORK/b911/_pkg_.a /root/.cache/go-build/6a/6a715831788e65f7218ca3196ca887c90ab845eaac97829fb2faac89c1739b63-d # internal
2025-08-20T21:20:59.2997634Z [00:02:52.567]➜  github.com/opencontainers/go-digest
2025-08-20T21:20:59.2998288Z [00:02:52.567]➜  mkdir -p $WORK/b921/
2025-08-20T21:20:59.3024940Z [00:02:52.569]➜  cat >/tmp/go-build3547871397/b921/importcfg << 'EOF' # internal
2025-08-20T21:20:59.3025745Z [00:02:52.569]➜  # import config
2025-08-20T21:20:59.3026430Z [00:02:52.569]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:20:59.3027246Z [00:02:52.569]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.3028039Z [00:02:52.569]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:59.3029019Z [00:02:52.569]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:59.3029872Z [00:02:52.569]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:59.3030886Z [00:02:52.569]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.3031554Z [00:02:52.569]➜  EOF
2025-08-20T21:20:59.3037397Z [00:02:52.569]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b921/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0=>github.com/opencontainers/go-digest@v1.0.0;$WORK/b921=>" -p github.com/opencontainers/go-digest -lang=go1.13 -complete -installsuffix shared -buildid 9UOPIr8vJPzARwhMMxch/9UOPIr8vJPzARwhMMxch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b921/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:20:59.3521525Z [00:02:52.619]➜  go tool buildid -w $WORK/b918/_pkg_.a # internal
2025-08-20T21:20:59.3555609Z [00:02:52.623]➜  cp $WORK/b918/_pkg_.a /root/.cache/go-build/c7/c7de30160936f00f343d99a3597226fb585df1d24d8e2cfa49a99e0c9eaed234-d # internal
2025-08-20T21:20:59.3558918Z [00:02:52.623]➜  github.com/docker/docker-credential-helpers/client
2025-08-20T21:20:59.3560973Z [00:02:52.623]➜  mkdir -p $WORK/b917/
2025-08-20T21:20:59.3576390Z [00:02:52.625]➜  cat >/tmp/go-build3547871397/b917/importcfg << 'EOF' # internal
2025-08-20T21:20:59.3590410Z [00:02:52.625]➜  # import config
2025-08-20T21:20:59.3591093Z [00:02:52.625]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:59.3591950Z [00:02:52.625]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:59.3592952Z [00:02:52.625]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.3594095Z [00:02:52.625]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build3547871397/b918/_pkg_.a
2025-08-20T21:20:59.3595398Z [00:02:52.625]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:59.3596119Z [00:02:52.625]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:59.3598015Z [00:02:52.625]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:20:59.3599100Z [00:02:52.625]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.3599868Z [00:02:52.625]➜  EOF
2025-08-20T21:20:59.3604542Z [00:02:52.625]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b917/_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/b917=>" -p github.com/docker/docker-credential-helpers/client -lang=go1.21 -complete -installsuffix shared -buildid rpZxWnMHqmN_mkQzJbtT/rpZxWnMHqmN_mkQzJbtT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b917/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:20:59.3683639Z [00:02:52.634]➜  go tool buildid -w $WORK/b921/_pkg_.a # internal
2025-08-20T21:20:59.3693795Z [00:02:52.636]➜  go tool buildid -w $WORK/b893/_pkg_.a # internal
2025-08-20T21:20:59.3697335Z [00:02:52.637]➜  cp $WORK/b921/_pkg_.a /root/.cache/go-build/95/9581bd37e7622589ee95fddcf6e95a9508628c4193df56a24a0f4a5b26c39fb4-d # internal
2025-08-20T21:20:59.3766086Z [00:02:52.644]➜  cp $WORK/b893/_pkg_.a /root/.cache/go-build/1f/1fa1692399a2fe9ddc823fe3cb2fafce9b29891716c0506016628856d5c7a532-d # internal
2025-08-20T21:20:59.3777346Z [00:02:52.645]➜  github.com/sylabs/squashfs/internal/decompress
2025-08-20T21:20:59.3778111Z [00:02:52.645]➜  mkdir -p $WORK/b877/
2025-08-20T21:20:59.3787323Z [00:02:52.646]➜  cat >/tmp/go-build3547871397/b877/importcfg << 'EOF' # internal
2025-08-20T21:20:59.3812837Z [00:02:52.646]➜  # import config
2025-08-20T21:20:59.3814756Z [00:02:52.646]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:59.3815802Z [00:02:52.646]➜  packagefile compress/zlib=/tmp/go-build3547871397/b460/_pkg_.a
2025-08-20T21:20:59.3816882Z [00:02:52.646]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3547871397/b878/_pkg_.a
2025-08-20T21:20:59.3817934Z [00:02:52.646]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3547871397/b886/_pkg_.a
2025-08-20T21:20:59.3818952Z [00:02:52.646]➜  packagefile github.com/therootcompany/xz=/tmp/go-build3547871397/b891/_pkg_.a
2025-08-20T21:20:59.3819957Z [00:02:52.646]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3547871397/b893/_pkg_.a
2025-08-20T21:20:59.3820818Z [00:02:52.646]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:59.3821356Z [00:02:52.646]➜  EOF
2025-08-20T21:20:59.3827767Z [00:02:52.646]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b877/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/internal/decompress=>github.com/sylabs/squashfs@v1.0.6/internal/decompress;$WORK/b877=>" -p github.com/sylabs/squashfs/internal/decompress -lang=go1.24 -complete -installsuffix shared -buildid e0HZKK2aQXYo_i37iypN/e0HZKK2aQXYo_i37iypN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b877/importcfg -pack /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/internal/decompress/decompress.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/internal/decompress/lz4.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/internal/decompress/lzma.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/internal/decompress/xz.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/internal/decompress/zlib.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/internal/decompress/zstd.go
2025-08-20T21:20:59.3876299Z [00:02:52.655]➜  github.com/google/go-containerregistry/pkg/name
2025-08-20T21:20:59.3879136Z [00:02:52.655]➜  mkdir -p $WORK/b920/
2025-08-20T21:20:59.3886426Z [00:02:52.656]➜  cat >/tmp/go-build3547871397/b920/importcfg << 'EOF' # internal
2025-08-20T21:20:59.3908795Z [00:02:52.656]➜  # import config
2025-08-20T21:20:59.3909705Z [00:02:52.656]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:20:59.3910548Z [00:02:52.656]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:59.3911412Z [00:02:52.656]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:59.3912248Z [00:02:52.656]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:59.3913168Z [00:02:52.656]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.3914118Z [00:02:52.656]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:20:59.3915026Z [00:02:52.656]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:59.3915821Z [00:02:52.656]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:59.3916621Z [00:02:52.656]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:59.3917417Z [00:02:52.656]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:59.3918178Z [00:02:52.656]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.3918991Z [00:02:52.656]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:20:59.3919600Z [00:02:52.656]➜  EOF
2025-08-20T21:20:59.3931942Z [00:02:52.660]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b920/_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/b920=>" -p github.com/google/go-containerregistry/pkg/name -lang=go1.24 -complete -installsuffix shared -buildid WpxW1aYtpFxRE8uNbbGJ/WpxW1aYtpFxRE8uNbbGJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b920/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:20:59.4031242Z [00:02:52.670]➜  go tool buildid -w $WORK/b917/_pkg_.a # internal
2025-08-20T21:20:59.4045750Z [00:02:52.672]➜  cp $WORK/b917/_pkg_.a /root/.cache/go-build/8f/8fe40fb4855bd952b107721a9311a22d85a2e7825093c0bd0e7205683fa4a45a-d # internal
2025-08-20T21:20:59.4050773Z [00:02:52.672]➜  github.com/docker/cli/cli/config/credentials
2025-08-20T21:20:59.4053785Z [00:02:52.672]➜  mkdir -p $WORK/b915/
2025-08-20T21:20:59.4081844Z [00:02:52.672]➜  cat >/tmp/go-build3547871397/b915/importcfg << 'EOF' # internal
2025-08-20T21:20:59.4082527Z [00:02:52.672]➜  # import config
2025-08-20T21:20:59.4083309Z [00:02:52.672]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.4084231Z [00:02:52.672]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build3547871397/b916/_pkg_.a
2025-08-20T21:20:59.4085443Z [00:02:52.672]➜  packagefile github.com/docker/docker-credential-helpers/client=/tmp/go-build3547871397/b917/_pkg_.a
2025-08-20T21:20:59.4086761Z [00:02:52.672]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build3547871397/b918/_pkg_.a
2025-08-20T21:20:59.4087784Z [00:02:52.672]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:20:59.4088541Z [00:02:52.672]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:20:59.4089276Z [00:02:52.672]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:59.4090004Z [00:02:52.672]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:20:59.4091045Z [00:02:52.672]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.4091808Z [00:02:52.672]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:59.4092385Z [00:02:52.672]➜  EOF
2025-08-20T21:20:59.4099239Z [00:02:52.673]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b915/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/credentials=>github.com/docker/cli@v28.3.0+incompatible/cli/config/credentials;$WORK/b915=>" -p github.com/docker/cli/cli/config/credentials -lang=go1.16 -complete -installsuffix shared -buildid JyDjqNK-rusLvSOu3zZ3/JyDjqNK-rusLvSOu3zZ3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b915/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/credentials/credentials.go /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/credentials/default_store.go /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/credentials/default_store_linux.go /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/credentials/file_store.go /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/credentials/native_store.go
2025-08-20T21:20:59.4389460Z [00:02:52.706]➜  go tool buildid -w $WORK/b877/_pkg_.a # internal
2025-08-20T21:20:59.4400216Z [00:02:52.707]➜  cp $WORK/b877/_pkg_.a /root/.cache/go-build/94/942c4a19f2cf571a04925150d2e0a5d547a079f8e539383cbdb45370caa5c4fc-d # internal
2025-08-20T21:20:59.4406325Z [00:02:52.708]➜  github.com/sylabs/squashfs/internal/metadata
2025-08-20T21:20:59.4424142Z [00:02:52.708]➜  mkdir -p $WORK/b896/
2025-08-20T21:20:59.4424816Z [00:02:52.708]➜  cat >/tmp/go-build3547871397/b896/importcfg << 'EOF' # internal
2025-08-20T21:20:59.4425595Z [00:02:52.708]➜  # import config
2025-08-20T21:20:59.4426244Z [00:02:52.708]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:59.4427420Z [00:02:52.708]➜  packagefile github.com/sylabs/squashfs/internal/decompress=/tmp/go-build3547871397/b877/_pkg_.a
2025-08-20T21:20:59.4428375Z [00:02:52.708]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:59.4428888Z [00:02:52.708]➜  EOF
2025-08-20T21:20:59.4432441Z [00:02:52.709]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b896/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/internal/metadata=>github.com/sylabs/squashfs@v1.0.6/internal/metadata;$WORK/b896=>" -p github.com/sylabs/squashfs/internal/metadata -lang=go1.24 -complete -installsuffix shared -buildid gwurdl1kKJHmUr1Wa6TZ/gwurdl1kKJHmUr1Wa6TZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b896/importcfg -pack /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/internal/metadata/reader.go
2025-08-20T21:20:59.4680357Z [00:02:52.735]➜  go tool buildid -w $WORK/b915/_pkg_.a # internal
2025-08-20T21:20:59.4689520Z [00:02:52.736]➜  go tool buildid -w $WORK/b896/_pkg_.a # internal
2025-08-20T21:20:59.4695239Z [00:02:52.737]➜  cp $WORK/b896/_pkg_.a /root/.cache/go-build/26/266b9e37b856764d0c8d149cee29cae54b3457378a59f6ab79d17bad9f1577f1-d # internal
2025-08-20T21:20:59.4705340Z [00:02:52.738]➜  github.com/sylabs/squashfs/low/data
2025-08-20T21:20:59.4707449Z [00:02:52.738]➜  mkdir -p $WORK/b897/
2025-08-20T21:20:59.4708527Z [00:02:52.738]➜  cat >/tmp/go-build3547871397/b897/importcfg << 'EOF' # internal
2025-08-20T21:20:59.4710518Z [00:02:52.738]➜  # import config
2025-08-20T21:20:59.4714483Z [00:02:52.738]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:59.4715317Z [00:02:52.738]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:59.4716391Z [00:02:52.738]➜  packagefile github.com/sylabs/squashfs/internal/decompress=/tmp/go-build3547871397/b877/_pkg_.a
2025-08-20T21:20:59.4717765Z [00:02:52.738]➜  packagefile github.com/sylabs/squashfs/internal/toreader=/tmp/go-build3547871397/b875/_pkg_.a
2025-08-20T21:20:59.4718901Z [00:02:52.738]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:59.4719766Z [00:02:52.738]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:59.4720522Z [00:02:52.738]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:59.4721268Z [00:02:52.738]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:59.4721812Z [00:02:52.738]➜  EOF
2025-08-20T21:20:59.4750324Z [00:02:52.738]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b897/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/low/data=>github.com/sylabs/squashfs@v1.0.6/low/data;$WORK/b897=>" -p github.com/sylabs/squashfs/low/data -lang=go1.24 -complete -installsuffix shared -buildid zUh3PrgFW_ql0PEpbUoZ/zUh3PrgFW_ql0PEpbUoZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b897/importcfg -pack /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/low/data/fullreader.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/low/data/reader.go
2025-08-20T21:20:59.4754701Z [00:02:52.742]➜  cp $WORK/b915/_pkg_.a /root/.cache/go-build/d8/d8e9344acb520bb59ffe0974cdedd01078369c38e0ef5f723f42df2a828b92bf-d # internal
2025-08-20T21:20:59.4755850Z [00:02:52.742]➜  github.com/docker/cli/cli/config/memorystore
2025-08-20T21:20:59.4756427Z [00:02:52.742]➜  mkdir -p $WORK/b919/
2025-08-20T21:20:59.4757086Z [00:02:52.742]➜  cat >/tmp/go-build3547871397/b919/importcfg << 'EOF' # internal
2025-08-20T21:20:59.4757716Z [00:02:52.742]➜  # import config
2025-08-20T21:20:59.4758325Z [00:02:52.742]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:59.4759072Z [00:02:52.742]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.4760094Z [00:02:52.742]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build3547871397/b915/_pkg_.a
2025-08-20T21:20:59.4761574Z [00:02:52.742]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build3547871397/b916/_pkg_.a
2025-08-20T21:20:59.4762546Z [00:02:52.742]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:20:59.4763597Z [00:02:52.742]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:59.4764339Z [00:02:52.742]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:59.4764892Z [00:02:52.742]➜  EOF
2025-08-20T21:20:59.4768983Z [00:02:52.742]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b919/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/memorystore=>github.com/docker/cli@v28.3.0+incompatible/cli/config/memorystore;$WORK/b919=>" -p github.com/docker/cli/cli/config/memorystore -lang=go1.16 -complete -installsuffix shared -buildid pH4PoWbipXVZvudtcwLE/pH4PoWbipXVZvudtcwLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b919/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/memorystore/store.go
2025-08-20T21:20:59.5109750Z [00:02:52.778]➜  go tool buildid -w $WORK/b920/_pkg_.a # internal
2025-08-20T21:20:59.5132287Z [00:02:52.780]➜  cp $WORK/b920/_pkg_.a /root/.cache/go-build/77/776b416bd8f660c6ebce22d937bc9051efd6be217d696cc32a6dcf7bd49c27ef-d # internal
2025-08-20T21:20:59.5141209Z [00:02:52.781]➜  github.com/mitchellh/go-homedir
2025-08-20T21:20:59.5141809Z [00:02:52.781]➜  mkdir -p $WORK/b922/
2025-08-20T21:20:59.5142569Z [00:02:52.781]➜  cat >/tmp/go-build3547871397/b922/importcfg << 'EOF' # internal
2025-08-20T21:20:59.5143439Z [00:02:52.781]➜  # import config
2025-08-20T21:20:59.5144120Z [00:02:52.781]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:59.5144962Z [00:02:52.781]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:59.5145796Z [00:02:52.781]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:59.5146624Z [00:02:52.781]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:20:59.5149006Z [00:02:52.782]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:59.5150720Z [00:02:52.782]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:59.5152450Z [00:02:52.782]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:59.5153657Z [00:02:52.782]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.5154643Z [00:02:52.782]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:59.5155508Z [00:02:52.782]➜  EOF
2025-08-20T21:20:59.5159234Z [00:02:52.782]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b922/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0=>github.com/mitchellh/go-homedir@v1.1.0;$WORK/b922=>" -p github.com/mitchellh/go-homedir -lang=go1.16 -complete -installsuffix shared -buildid 5n6VFgUnKJosoLOR4kpN/5n6VFgUnKJosoLOR4kpN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b922/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0/homedir.go
2025-08-20T21:20:59.5277973Z [00:02:52.795]➜  go tool buildid -w $WORK/b919/_pkg_.a # internal
2025-08-20T21:20:59.5298886Z [00:02:52.797]➜  cp $WORK/b919/_pkg_.a /root/.cache/go-build/cc/ccbe179ac772e5d1c8799af5ce6ff5b546aebaa4c77f31dda1f3476ba21acb85-d # internal
2025-08-20T21:20:59.5316130Z [00:02:52.799]➜  github.com/docker/cli/cli/config/configfile
2025-08-20T21:20:59.5320715Z [00:02:52.799]➜  mkdir -p $WORK/b914/
2025-08-20T21:20:59.5323548Z [00:02:52.799]➜  cat >/tmp/go-build3547871397/b914/importcfg << 'EOF' # internal
2025-08-20T21:20:59.5325641Z [00:02:52.799]➜  # import config
2025-08-20T21:20:59.5326765Z [00:02:52.799]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:59.5327940Z [00:02:52.799]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:59.5331240Z [00:02:52.799]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.5332597Z [00:02:52.799]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build3547871397/b915/_pkg_.a
2025-08-20T21:20:59.5334245Z [00:02:52.799]➜  packagefile github.com/docker/cli/cli/config/memorystore=/tmp/go-build3547871397/b919/_pkg_.a
2025-08-20T21:20:59.5335789Z [00:02:52.799]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build3547871397/b916/_pkg_.a
2025-08-20T21:20:59.5336987Z [00:02:52.799]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:20:59.5338089Z [00:02:52.799]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3547871397/b798/_pkg_.a
2025-08-20T21:20:59.5339046Z [00:02:52.799]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:59.5339840Z [00:02:52.799]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:59.5340679Z [00:02:52.799]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:59.5341534Z [00:02:52.799]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.5342366Z [00:02:52.799]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:59.5343209Z [00:02:52.799]➜  EOF
2025-08-20T21:20:59.5348179Z [00:02:52.799]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b914/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/configfile=>github.com/docker/cli@v28.3.0+incompatible/cli/config/configfile;$WORK/b914=>" -p github.com/docker/cli/cli/config/configfile -lang=go1.16 -complete -installsuffix shared -buildid PwhwcZ6dQ9k0UyFVEBDt/PwhwcZ6dQ9k0UyFVEBDt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b914/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/configfile/file.go /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/configfile/file_unix.go
2025-08-20T21:20:59.5451736Z [00:02:52.812]➜  go tool buildid -w $WORK/b897/_pkg_.a # internal
2025-08-20T21:20:59.5465371Z [00:02:52.813]➜  cp $WORK/b897/_pkg_.a /root/.cache/go-build/b3/b37d1c6f69f3840cd2a023af677e6b5c75827269071e5a868cac65568b5fe149-d # internal
2025-08-20T21:20:59.5468030Z [00:02:52.814]➜  github.com/sylabs/squashfs/low
2025-08-20T21:20:59.5470621Z [00:02:52.814]➜  mkdir -p $WORK/b876/
2025-08-20T21:20:59.5471624Z [00:02:52.814]➜  cat >/tmp/go-build3547871397/b876/importcfg << 'EOF' # internal
2025-08-20T21:20:59.5472297Z [00:02:52.814]➜  # import config
2025-08-20T21:20:59.5473230Z [00:02:52.814]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:59.5474109Z [00:02:52.814]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:59.5475212Z [00:02:52.814]➜  packagefile github.com/sylabs/squashfs/internal/decompress=/tmp/go-build3547871397/b877/_pkg_.a
2025-08-20T21:20:59.5478537Z [00:02:52.814]➜  packagefile github.com/sylabs/squashfs/internal/metadata=/tmp/go-build3547871397/b896/_pkg_.a
2025-08-20T21:20:59.5479858Z [00:02:52.814]➜  packagefile github.com/sylabs/squashfs/internal/toreader=/tmp/go-build3547871397/b875/_pkg_.a
2025-08-20T21:20:59.5481096Z [00:02:52.814]➜  packagefile github.com/sylabs/squashfs/low/data=/tmp/go-build3547871397/b897/_pkg_.a
2025-08-20T21:20:59.5482335Z [00:02:52.814]➜  packagefile github.com/sylabs/squashfs/low/directory=/tmp/go-build3547871397/b898/_pkg_.a
2025-08-20T21:20:59.5483794Z [00:02:52.814]➜  packagefile github.com/sylabs/squashfs/low/inode=/tmp/go-build3547871397/b899/_pkg_.a
2025-08-20T21:20:59.5484745Z [00:02:52.814]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:59.5485491Z [00:02:52.814]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:59.5486200Z [00:02:52.814]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:20:59.5486997Z [00:02:52.814]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:59.5487793Z [00:02:52.814]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:59.5488550Z [00:02:52.814]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.5489275Z [00:02:52.814]➜  EOF
2025-08-20T21:20:59.5500169Z [00:02:52.814]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b876/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/low=>github.com/sylabs/squashfs@v1.0.6/low;$WORK/b876=>" -p github.com/sylabs/squashfs/low -lang=go1.24 -complete -installsuffix shared -buildid sLTlJmcj1O9u62_Vv1Zn/sLTlJmcj1O9u62_Vv1Zn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b876/importcfg -pack /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/low/directory.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/low/file_base.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/low/fragment.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/low/inode.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/low/reader.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/low/superblock.go
2025-08-20T21:20:59.5514011Z [00:02:52.818]➜  go tool buildid -w $WORK/b922/_pkg_.a # internal
2025-08-20T21:20:59.5515400Z [00:02:52.818]➜  cp $WORK/b922/_pkg_.a /root/.cache/go-build/b0/b06c91cb39009cf39abdbcc7e1943c2039778e5d0d0e1f836116b4a6d8ca1233-d # internal
2025-08-20T21:20:59.5516576Z [00:02:52.818]➜  github.com/google/go-containerregistry/pkg/v1
2025-08-20T21:20:59.5517268Z [00:02:52.818]➜  mkdir -p $WORK/b923/
2025-08-20T21:20:59.5517982Z [00:02:52.819]➜  cat >/tmp/go-build3547871397/b923/importcfg << 'EOF' # internal
2025-08-20T21:20:59.5518647Z [00:02:52.819]➜  # import config
2025-08-20T21:20:59.5519310Z [00:02:52.819]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:20:59.5520127Z [00:02:52.819]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:20:59.5520978Z [00:02:52.819]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:20:59.5521870Z [00:02:52.819]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:59.5522890Z [00:02:52.819]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.5524032Z [00:02:52.819]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3547871397/b924/_pkg_.a
2025-08-20T21:20:59.5525140Z [00:02:52.819]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:59.5526262Z [00:02:52.819]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:59.5527105Z [00:02:52.819]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:59.5527911Z [00:02:52.819]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.5540439Z [00:02:52.819]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:59.5541144Z [00:02:52.819]➜  EOF
2025-08-20T21:20:59.5556401Z [00:02:52.819]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b923/_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/b923=>" -p github.com/google/go-containerregistry/pkg/v1 -lang=go1.24 -complete -installsuffix shared -buildid 60vj1n29UQ0OWvUxtSNt/60vj1n29UQ0OWvUxtSNt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b923/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:20:59.6519587Z [00:02:52.919]➜  go tool buildid -w $WORK/b914/_pkg_.a # internal
2025-08-20T21:20:59.6537897Z [00:02:52.921]➜  cp $WORK/b914/_pkg_.a /root/.cache/go-build/9d/9d0d60f316bdb5e78f9bc179d43d04a4da6e1bf1cd5bcae1af2b9fb1e2066fd4-d # internal
2025-08-20T21:20:59.6539148Z [00:02:52.921]➜  github.com/docker/cli/cli/config
2025-08-20T21:20:59.6540116Z [00:02:52.921]➜  mkdir -p $WORK/b913/
2025-08-20T21:20:59.6547952Z [00:02:52.922]➜  cat >/tmp/go-build3547871397/b913/importcfg << 'EOF' # internal
2025-08-20T21:20:59.6548655Z [00:02:52.922]➜  # import config
2025-08-20T21:20:59.6549726Z [00:02:52.922]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.6553642Z [00:02:52.922]➜  packagefile github.com/docker/cli/cli/config/configfile=/tmp/go-build3547871397/b914/_pkg_.a
2025-08-20T21:20:59.6556981Z [00:02:52.922]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build3547871397/b915/_pkg_.a
2025-08-20T21:20:59.6558767Z [00:02:52.922]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build3547871397/b916/_pkg_.a
2025-08-20T21:20:59.6560962Z [00:02:52.922]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:20:59.6561896Z [00:02:52.922]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:59.6562922Z [00:02:52.922]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:59.6563748Z [00:02:52.922]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:20:59.6564618Z [00:02:52.922]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:59.6565476Z [00:02:52.922]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:59.6566289Z [00:02:52.922]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.6567116Z [00:02:52.922]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:59.6567734Z [00:02:52.922]➜  EOF
2025-08-20T21:20:59.6571680Z [00:02:52.923]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b913/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config=>github.com/docker/cli@v28.3.0+incompatible/cli/config;$WORK/b913=>" -p github.com/docker/cli/cli/config -lang=go1.16 -complete -installsuffix shared -buildid LbeaSpLlQWZQ6c8UqFAL/LbeaSpLlQWZQ6c8UqFAL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b913/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/config/config.go
2025-08-20T21:20:59.6748697Z [00:02:52.942]➜  go tool buildid -w $WORK/b876/_pkg_.a # internal
2025-08-20T21:20:59.6787684Z [00:02:52.946]➜  cp $WORK/b876/_pkg_.a /root/.cache/go-build/0f/0f6a5de99784d506addfee79da0c7d45c1b638d49cfa00367056b23367d74f1c-d # internal
2025-08-20T21:20:59.6789422Z [00:02:52.946]➜  github.com/sylabs/squashfs
2025-08-20T21:20:59.6790244Z [00:02:52.946]➜  mkdir -p $WORK/b873/
2025-08-20T21:20:59.6793969Z [00:02:52.946]➜  cat >/tmp/go-build3547871397/b873/importcfg << 'EOF' # internal
2025-08-20T21:20:59.6795374Z [00:02:52.946]➜  # import config
2025-08-20T21:20:59.6796477Z [00:02:52.946]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:59.6798020Z [00:02:52.946]➜  packagefile github.com/sylabs/squashfs/internal/routinemanager=/tmp/go-build3547871397/b874/_pkg_.a
2025-08-20T21:20:59.6799982Z [00:02:52.947]➜  packagefile github.com/sylabs/squashfs/internal/toreader=/tmp/go-build3547871397/b875/_pkg_.a
2025-08-20T21:20:59.6802219Z [00:02:52.947]➜  packagefile github.com/sylabs/squashfs/low=/tmp/go-build3547871397/b876/_pkg_.a
2025-08-20T21:20:59.6803397Z [00:02:52.947]➜  packagefile github.com/sylabs/squashfs/low/data=/tmp/go-build3547871397/b897/_pkg_.a
2025-08-20T21:20:59.6804490Z [00:02:52.947]➜  packagefile github.com/sylabs/squashfs/low/directory=/tmp/go-build3547871397/b898/_pkg_.a
2025-08-20T21:20:59.6805588Z [00:02:52.947]➜  packagefile github.com/sylabs/squashfs/low/inode=/tmp/go-build3547871397/b899/_pkg_.a
2025-08-20T21:20:59.6806438Z [00:02:52.947]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:59.6807317Z [00:02:52.947]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:59.6808023Z [00:02:52.947]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:20:59.6808709Z [00:02:52.947]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:59.6809651Z [00:02:52.947]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:20:59.6810496Z [00:02:52.947]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:59.6811360Z [00:02:52.947]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:59.6812192Z [00:02:52.947]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:20:59.6813265Z [00:02:52.947]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:20:59.6814068Z [00:02:52.947]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:59.6814858Z [00:02:52.947]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.6815641Z [00:02:52.947]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:59.6816221Z [00:02:52.947]➜  EOF
2025-08-20T21:20:59.6821191Z [00:02:52.947]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b873/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6=>github.com/sylabs/squashfs@v1.0.6;$WORK/b873=>" -p github.com/sylabs/squashfs -lang=go1.24 -complete -installsuffix shared -buildid Jtnot-hGsufPEGfdUZCo/Jtnot-hGsufPEGfdUZCo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b873/importcfg -pack /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/extraction_options.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/file.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/file_info.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/fs.go /root/go/pkg/mod/github.com/sylabs/squashfs@v1.0.6/reader.go
2025-08-20T21:20:59.6944033Z [00:02:52.962]➜  go tool buildid -w $WORK/b923/_pkg_.a # internal
2025-08-20T21:20:59.6976924Z [00:02:52.965]➜  cp $WORK/b923/_pkg_.a /root/.cache/go-build/3a/3a8aa7b756c381de4b3f3dcad14fe6d599512f007e4c3a14c342b6382fcc90b1-d # internal
2025-08-20T21:20:59.6982536Z [00:02:52.965]➜  github.com/wagoodman/go-progress
2025-08-20T21:20:59.6985041Z [00:02:52.966]➜  mkdir -p $WORK/b925/
2025-08-20T21:20:59.6992279Z [00:02:52.966]➜  cat >/tmp/go-build3547871397/b925/importcfg << 'EOF' # internal
2025-08-20T21:20:59.7002859Z [00:02:52.966]➜  # import config
2025-08-20T21:20:59.7003565Z [00:02:52.966]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:59.7004405Z [00:02:52.966]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:59.7005408Z [00:02:52.966]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3547871397/b871/_pkg_.a
2025-08-20T21:20:59.7006368Z [00:02:52.966]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:59.7007147Z [00:02:52.966]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:59.7008108Z [00:02:52.966]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:59.7008946Z [00:02:52.966]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:59.7009539Z [00:02:52.966]➜  EOF
2025-08-20T21:20:59.7021794Z [00:02:52.967]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b925/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/wagoodman/go-progress@v0.0.0-20230925121702-07e42b3cdba0=>github.com/wagoodman/go-progress@v0.0.0-20230925121702-07e42b3cdba0;$WORK/b925=>" -p github.com/wagoodman/go-progress -lang=go1.14 -complete -installsuffix shared -buildid P94aF3wBdBTTpe6FGxg8/P94aF3wBdBTTpe6FGxg8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b925/importcfg -pack /root/go/pkg/mod/github.com/wagoodman/go-progress@v0.0.0-20230925121702-07e42b3cdba0/aggregator.go /root/go/pkg/mod/github.com/wagoodman/go-progress@v0.0.0-20230925121702-07e42b3cdba0/atomic_stage.go /root/go/pkg/mod/github.com/wagoodman/go-progress@v0.0.0-20230925121702-07e42b3cdba0/formater.go /root/go/pkg/mod/github.com/wagoodman/go-progress@v0.0.0-20230925121702-07e42b3cdba0/generator.go /root/go/pkg/mod/github.com/wagoodman/go-progress@v0.0.0-20230925121702-07e42b3cdba0/manual.go /root/go/pkg/mod/github.com/wagoodman/go-progress@v0.0.0-20230925121702-07e42b3cdba0/progress.go /root/go/pkg/mod/github.com/wagoodman/go-progress@v0.0.0-20230925121702-07e42b3cdba0/reader.go /root/go/pkg/mod/github.com/wagoodman/go-progress@v0.0.0-20230925121702-07e42b3cdba0/stage.go /root/go/pkg/mod/github.com/wagoodman/go-progress@v0.0.0-20230925121702-07e42b3cdba0/stream.go /root/go/pkg/mod/github.com/wagoodman/go-progress@v0.0.0-20230925121702-07e42b3cdba0/timed_progress.go /root/go/pkg/mod/github.com/wagoodman/go-progress@v0.0.0-20230925121702-07e42b3cdba0/timer.go /root/go/pkg/mod/github.com/wagoodman/go-progress@v0.0.0-20230925121702-07e42b3cdba0/writer.go
2025-08-20T21:20:59.7037117Z [00:02:52.971]➜  go tool buildid -w $WORK/b913/_pkg_.a # internal
2025-08-20T21:20:59.7059351Z [00:02:52.972]➜  cp $WORK/b913/_pkg_.a /root/.cache/go-build/ff/fffbd01282225e080d28b9152bce0046afd6268c330a5fa27fd63b614dff22c7-d # internal
2025-08-20T21:20:59.7060620Z [00:02:52.973]➜  github.com/google/go-containerregistry/pkg/authn
2025-08-20T21:20:59.7067162Z [00:02:52.974]➜  mkdir -p $WORK/b912/
2025-08-20T21:20:59.7077672Z [00:02:52.975]➜  cat >/tmp/go-build3547871397/b912/importcfg << 'EOF' # internal
2025-08-20T21:20:59.7078984Z [00:02:52.975]➜  # import config
2025-08-20T21:20:59.7081373Z [00:02:52.975]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:20:59.7082935Z [00:02:52.975]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:20:59.7084449Z [00:02:52.975]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:20:59.7086023Z [00:02:52.975]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.7087705Z [00:02:52.975]➜  packagefile github.com/docker/cli/cli/config=/tmp/go-build3547871397/b913/_pkg_.a
2025-08-20T21:20:59.7089372Z [00:02:52.975]➜  packagefile github.com/docker/cli/cli/config/configfile=/tmp/go-build3547871397/b914/_pkg_.a
2025-08-20T21:20:59.7091351Z [00:02:52.975]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build3547871397/b916/_pkg_.a
2025-08-20T21:20:59.7093988Z [00:02:52.975]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build3547871397/b920/_pkg_.a
2025-08-20T21:20:59.7096260Z [00:02:52.975]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build3547871397/b922/_pkg_.a
2025-08-20T21:20:59.7097616Z [00:02:52.975]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:59.7098982Z [00:02:52.975]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:59.7100249Z [00:02:52.975]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.7101666Z [00:02:52.975]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:20:59.7103239Z [00:02:52.975]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:59.7104268Z [00:02:52.975]➜  EOF
2025-08-20T21:20:59.7113232Z [00:02:52.975]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b912/_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/b912=>" -p github.com/google/go-containerregistry/pkg/authn -lang=go1.24 -complete -installsuffix shared -buildid TYJM4Pq2SEALcK5UBKg6/TYJM4Pq2SEALcK5UBKg6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b912/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:20:59.7814893Z [00:02:53.048]➜  go tool buildid -w $WORK/b912/_pkg_.a # internal
2025-08-20T21:20:59.7829676Z [00:02:53.050]➜  cp $WORK/b912/_pkg_.a /root/.cache/go-build/14/1447bca96d455d37c7ecc3ebe9cf95d5a3acc4c2b16a4f19ce2f141fb247a9ba-d # internal
2025-08-20T21:20:59.7850523Z [00:02:53.052]➜  github.com/gohugoio/hashstructure
2025-08-20T21:20:59.7853378Z [00:02:53.053]➜  mkdir -p $WORK/b928/
2025-08-20T21:20:59.7858413Z [00:02:53.053]➜  go tool buildid -w $WORK/b925/_pkg_.a # internal
2025-08-20T21:20:59.7867254Z [00:02:53.054]➜  cat >/tmp/go-build3547871397/b928/importcfg << 'EOF' # internal
2025-08-20T21:20:59.7867922Z [00:02:53.054]➜  # import config
2025-08-20T21:20:59.7868617Z [00:02:53.054]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:20:59.7869457Z [00:02:53.054]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.7870427Z [00:02:53.054]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:20:59.7871387Z [00:02:53.054]➜  packagefile hash/fnv=/tmp/go-build3547871397/b304/_pkg_.a
2025-08-20T21:20:59.7872397Z [00:02:53.054]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:59.7875749Z [00:02:53.054]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:20:59.7876623Z [00:02:53.054]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:59.7877202Z [00:02:53.054]➜  EOF
2025-08-20T21:20:59.7885978Z [00:02:53.055]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b928/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gohugoio/hashstructure@v0.5.0=>github.com/gohugoio/hashstructure@v0.5.0;$WORK/b928=>" -p github.com/gohugoio/hashstructure -lang=go1.18 -complete -installsuffix shared -buildid xKa39-_oKzQVJHYfVHmp/xKa39-_oKzQVJHYfVHmp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b928/importcfg -pack /root/go/pkg/mod/github.com/gohugoio/hashstructure@v0.5.0/errors.go /root/go/pkg/mod/github.com/gohugoio/hashstructure@v0.5.0/hashstructure.go /root/go/pkg/mod/github.com/gohugoio/hashstructure@v0.5.0/include.go
2025-08-20T21:20:59.7893724Z [00:02:53.057]➜  cp $WORK/b925/_pkg_.a /root/.cache/go-build/01/01a62fd79ed76d7fbd0fe9d2644e11f6fe373ab8e2979ebf4fe4b49d5e3439e5-d # internal
2025-08-20T21:20:59.7905668Z [00:02:53.058]➜  github.com/anchore/syft/internal/spdxlicense
2025-08-20T21:20:59.7906358Z [00:02:53.058]➜  mkdir -p $WORK/b930/
2025-08-20T21:20:59.7914197Z [00:02:53.059]➜  cat >/tmp/go-build3547871397/b930/importcfg << 'EOF' # internal
2025-08-20T21:20:59.7915065Z [00:02:53.059]➜  # import config
2025-08-20T21:20:59.7915784Z [00:02:53.059]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.7916600Z [00:02:53.059]➜  EOF
2025-08-20T21:20:59.7921556Z [00:02:53.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b930/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/spdxlicense=>github.com/anchore/syft@v1.28.0/internal/spdxlicense;$WORK/b930=>" -p github.com/anchore/syft/internal/spdxlicense -lang=go1.24 -complete -installsuffix shared -buildid 31bcCUwxL9KCWCG_W1Ud/31bcCUwxL9KCWCG_W1Ud -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b930/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/spdxlicense/license.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/spdxlicense/license_list.go
2025-08-20T21:20:59.8263488Z [00:02:53.093]➜  go tool buildid -w $WORK/b930/_pkg_.a # internal
2025-08-20T21:20:59.8284440Z [00:02:53.096]➜  cp $WORK/b930/_pkg_.a /root/.cache/go-build/22/220c37a677089f8a5c9521cbcffdecb80f4fa0b40c8dba53ac40dca00a6583a9-d # internal
2025-08-20T21:20:59.8289706Z [00:02:53.096]➜  github.com/github/go-spdx/v2/spdxexp
2025-08-20T21:20:59.8295186Z [00:02:53.097]➜  mkdir -p $WORK/b931/
2025-08-20T21:20:59.8306766Z [00:02:53.098]➜  cat >/tmp/go-build3547871397/b931/importcfg << 'EOF' # internal
2025-08-20T21:20:59.8307512Z [00:02:53.098]➜  # import config
2025-08-20T21:20:59.8308159Z [00:02:53.098]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:59.8308964Z [00:02:53.098]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.8315875Z [00:02:53.098]➜  packagefile github.com/github/go-spdx/v2/spdxexp/spdxlicenses=/tmp/go-build3547871397/b932/_pkg_.a
2025-08-20T21:20:59.8317064Z [00:02:53.098]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:59.8317898Z [00:02:53.098]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:59.8318776Z [00:02:53.098]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.8319384Z [00:02:53.098]➜  EOF
2025-08-20T21:20:59.8327252Z [00:02:53.099]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b931/_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/b931=>" -p github.com/github/go-spdx/v2/spdxexp -lang=go1.21 -complete -installsuffix shared -buildid SKqXuhDAkH19qh7NW2Lq/SKqXuhDAkH19qh7NW2Lq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b931/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:20:59.8615398Z [00:02:53.129]➜  go tool buildid -w $WORK/b873/_pkg_.a # internal
2025-08-20T21:20:59.8624810Z [00:02:53.129]➜  cp $WORK/b873/_pkg_.a /root/.cache/go-build/e6/e6cad066f79da1f5395f1e1fa3b8fc3331855bdd0bb8c7236931ee6d6d87e0dc-d # internal
2025-08-20T21:20:59.8630770Z [00:02:53.130]➜  github.com/anchore/stereoscope/pkg/file
2025-08-20T21:20:59.8636310Z [00:02:53.131]➜  mkdir -p $WORK/b860/
2025-08-20T21:20:59.8637687Z [00:02:53.131]➜  go tool buildid -w $WORK/b928/_pkg_.a # internal
2025-08-20T21:20:59.8644751Z [00:02:53.132]➜  cat >/tmp/go-build3547871397/b860/importcfg << 'EOF' # internal
2025-08-20T21:20:59.8648012Z [00:02:53.132]➜  # import config
2025-08-20T21:20:59.8650533Z [00:02:53.132]➜  packagefile archive/tar=/tmp/go-build3547871397/b861/_pkg_.a
2025-08-20T21:20:59.8651369Z [00:02:53.132]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:20:59.8652116Z [00:02:53.132]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.8653573Z [00:02:53.132]➜  packagefile github.com/anchore/stereoscope/internal/log=/tmp/go-build3547871397/b862/_pkg_.a
2025-08-20T21:20:59.8654944Z [00:02:53.132]➜  packagefile github.com/gabriel-vasile/mimetype=/tmp/go-build3547871397/b863/_pkg_.a
2025-08-20T21:20:59.8657423Z [00:02:53.132]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3547871397/b871/_pkg_.a
2025-08-20T21:20:59.8659885Z [00:02:53.132]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:20:59.8660975Z [00:02:53.132]➜  packagefile github.com/spf13/afero=/tmp/go-build3547871397/b777/_pkg_.a
2025-08-20T21:20:59.8661950Z [00:02:53.132]➜  packagefile github.com/sylabs/squashfs=/tmp/go-build3547871397/b873/_pkg_.a
2025-08-20T21:20:59.8662898Z [00:02:53.132]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:20:59.8663655Z [00:02:53.132]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:20:59.8664358Z [00:02:53.132]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:20:59.8665072Z [00:02:53.132]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:20:59.8665896Z [00:02:53.132]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:20:59.8666671Z [00:02:53.132]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:59.8667435Z [00:02:53.132]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.8668247Z [00:02:53.132]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:20:59.8669029Z [00:02:53.132]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:20:59.8669778Z [00:02:53.132]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:20:59.8670348Z [00:02:53.132]➜  EOF
2025-08-20T21:20:59.8694511Z [00:02:53.132]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b860/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file=>github.com/anchore/stereoscope@v0.1.6/pkg/file;$WORK/b860=>" -p github.com/anchore/stereoscope/pkg/file -lang=go1.24 -complete -installsuffix shared -buildid L-i4ehJeNN6ALjbtMR0r/L-i4ehJeNN6ALjbtMR0r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b860/importcfg -pack /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/get_xid.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/id.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/id_set.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/lazy_bounded_read_closer.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/lazy_read_closer.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/metadata.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/mime_type.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/opener.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/path.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/path_set.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/path_stack.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/reference.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/reference_set.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/references.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/resolution.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/size.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/squashfs_walk.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/tar_index.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/tar_index_entry.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/tarutil.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/temp_dir_generator.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/file/type.go
2025-08-20T21:20:59.8707909Z [00:02:53.133]➜  cp $WORK/b928/_pkg_.a /root/.cache/go-build/de/de23c9f2362ca9b4b45a36a0b3f475e2c1b9ab4fb9d00824df322b51166bc7ce-d # internal
2025-08-20T21:20:59.8709093Z [00:02:53.136]➜  github.com/anchore/syft/syft/artifact
2025-08-20T21:20:59.8709661Z [00:02:53.136]➜  mkdir -p $WORK/b927/
2025-08-20T21:20:59.8710333Z [00:02:53.136]➜  cat >/tmp/go-build3547871397/b927/importcfg << 'EOF' # internal
2025-08-20T21:20:59.8717297Z [00:02:53.137]➜  # import config
2025-08-20T21:20:59.8718076Z [00:02:53.137]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.8719118Z [00:02:53.137]➜  packagefile github.com/gohugoio/hashstructure=/tmp/go-build3547871397/b928/_pkg_.a
2025-08-20T21:20:59.8719859Z [00:02:53.137]➜  EOF
2025-08-20T21:20:59.8724704Z [00:02:53.137]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b927/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/artifact=>github.com/anchore/syft@v1.28.0/syft/artifact;$WORK/b927=>" -p github.com/anchore/syft/syft/artifact -lang=go1.24 -complete -installsuffix shared -buildid ULBwhx6JYIqc9m_qZp7Y/ULBwhx6JYIqc9m_qZp7Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b927/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/artifact/id.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/artifact/relationship.go
2025-08-20T21:20:59.9103241Z [00:02:53.177]➜  go tool buildid -w $WORK/b927/_pkg_.a # internal
2025-08-20T21:20:59.9116237Z [00:02:53.178]➜  cp $WORK/b927/_pkg_.a /root/.cache/go-build/45/45b4ef4f4909cf72a29926a15735bb02d48d9f9b971f458bba18faec5b39352e-d # internal
2025-08-20T21:20:59.9117455Z [00:02:53.178]➜  github.com/hashicorp/go-version
2025-08-20T21:20:59.9118073Z [00:02:53.178]➜  mkdir -p $WORK/b933/
2025-08-20T21:20:59.9118815Z [00:02:53.178]➜  cat >/tmp/go-build3547871397/b933/importcfg << 'EOF' # internal
2025-08-20T21:20:59.9119589Z [00:02:53.178]➜  # import config
2025-08-20T21:20:59.9120272Z [00:02:53.178]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:20:59.9121234Z [00:02:53.178]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:20:59.9122162Z [00:02:53.178]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.9123129Z [00:02:53.178]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:20:59.9123954Z [00:02:53.178]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:20:59.9125067Z [00:02:53.178]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:20:59.9125925Z [00:02:53.178]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:20:59.9126571Z [00:02:53.178]➜  EOF
2025-08-20T21:20:59.9131148Z [00:02:53.178]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b933/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0=>github.com/hashicorp/go-version@v1.7.0;$WORK/b933=>" -p github.com/hashicorp/go-version -lang=go1.16 -complete -installsuffix shared -buildid DE9ec0y72bNwRqba6u61/DE9ec0y72bNwRqba6u61 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b933/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0/constraint.go /root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0/version.go /root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0/version_collection.go
2025-08-20T21:20:59.9878667Z [00:02:53.255]➜  go tool buildid -w $WORK/b931/_pkg_.a # internal
2025-08-20T21:20:59.9907762Z [00:02:53.258]➜  cp $WORK/b931/_pkg_.a /root/.cache/go-build/99/99fe7319ca562cc4d2e414fc31ac62851a6c4fe490d306c387fdc9d683eacbf2-d # internal
2025-08-20T21:20:59.9920978Z [00:02:53.258]➜  github.com/anchore/syft/syft/license
2025-08-20T21:20:59.9921632Z [00:02:53.258]➜  mkdir -p $WORK/b929/
2025-08-20T21:20:59.9922376Z [00:02:53.258]➜  cat >/tmp/go-build3547871397/b929/importcfg << 'EOF' # internal
2025-08-20T21:20:59.9923210Z [00:02:53.258]➜  # import config
2025-08-20T21:20:59.9923867Z [00:02:53.258]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:20:59.9925019Z [00:02:53.258]➜  packagefile github.com/anchore/syft/internal/spdxlicense=/tmp/go-build3547871397/b930/_pkg_.a
2025-08-20T21:20:59.9926538Z [00:02:53.258]➜  packagefile github.com/github/go-spdx/v2/spdxexp=/tmp/go-build3547871397/b931/_pkg_.a
2025-08-20T21:20:59.9927647Z [00:02:53.258]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:20:59.9928360Z [00:02:53.258]➜  EOF
2025-08-20T21:20:59.9932317Z [00:02:53.258]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b929/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/license=>github.com/anchore/syft@v1.28.0/syft/license;$WORK/b929=>" -p github.com/anchore/syft/syft/license -lang=go1.24 -complete -installsuffix shared -buildid 7P0yQQlHMy49hvjHWYhi/7P0yQQlHMy49hvjHWYhi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b929/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/license/license.go
2025-08-20T21:21:00.0009808Z [00:02:53.268]➜  go tool buildid -w $WORK/b933/_pkg_.a # internal
2025-08-20T21:21:00.0024923Z [00:02:53.270]➜  cp $WORK/b933/_pkg_.a /root/.cache/go-build/43/43ca0c445c8f1ce6c0958c350591d21e4d86674537538765097d51bf42dda206-d # internal
2025-08-20T21:21:00.0028469Z [00:02:53.270]➜  github.com/anchore/packageurl-go
2025-08-20T21:21:00.0029081Z [00:02:53.270]➜  mkdir -p $WORK/b936/
2025-08-20T21:21:00.0034598Z [00:02:53.271]➜  cat >/tmp/go-build3547871397/b936/importcfg << 'EOF' # internal
2025-08-20T21:21:00.0038361Z [00:02:53.271]➜  # import config
2025-08-20T21:21:00.0039021Z [00:02:53.271]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:00.0039699Z [00:02:53.271]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.0040503Z [00:02:53.271]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:00.0041305Z [00:02:53.271]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:00.0042082Z [00:02:53.271]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:00.0043041Z [00:02:53.271]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:00.0043849Z [00:02:53.271]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:00.0044487Z [00:02:53.271]➜  EOF
2025-08-20T21:21:00.0048558Z [00:02:53.271]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b936/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/packageurl-go@v0.1.1-0.20250220190351-d62adb6e1115=>github.com/anchore/packageurl-go@v0.1.1-0.20250220190351-d62adb6e1115;$WORK/b936=>" -p github.com/anchore/packageurl-go -lang=go1.18 -complete -installsuffix shared -buildid x8qtoVL0TAPFh_Ny12Y_/x8qtoVL0TAPFh_Ny12Y_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b936/importcfg -pack /root/go/pkg/mod/github.com/anchore/packageurl-go@v0.1.1-0.20250220190351-d62adb6e1115/packageurl.go
2025-08-20T21:21:00.0111002Z [00:02:53.278]➜  go tool buildid -w $WORK/b929/_pkg_.a # internal
2025-08-20T21:21:00.0115577Z [00:02:53.279]➜  cp $WORK/b929/_pkg_.a /root/.cache/go-build/0c/0c6cf523f6db18575ea46c2f60c6f8560d842ea645bc7f92ba22c8381e32025b-d # internal
2025-08-20T21:21:00.0120856Z [00:02:53.279]➜  github.com/google/licensecheck/internal/match
2025-08-20T21:21:00.0130264Z [00:02:53.279]➜  mkdir -p $WORK/b939/
2025-08-20T21:21:00.0131027Z [00:02:53.279]➜  cat >/tmp/go-build3547871397/b939/importcfg << 'EOF' # internal
2025-08-20T21:21:00.0131940Z [00:02:53.279]➜  # import config
2025-08-20T21:21:00.0132776Z [00:02:53.279]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:00.0133718Z [00:02:53.279]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:00.0170043Z [00:02:53.279]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:00.0170892Z [00:02:53.279]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.0171737Z [00:02:53.279]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:00.0172780Z [00:02:53.279]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:00.0173663Z [00:02:53.279]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:00.0174684Z [00:02:53.279]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:00.0175554Z [00:02:53.279]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:00.0176428Z [00:02:53.279]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:00.0177128Z [00:02:53.279]➜  EOF
2025-08-20T21:21:00.0183073Z [00:02:53.279]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b939/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/licensecheck@v0.3.1/internal/match=>github.com/google/licensecheck@v0.3.1/internal/match;$WORK/b939=>" -p github.com/google/licensecheck/internal/match -lang=go1.12 -complete -installsuffix shared -buildid xXoMWr3gKvg_cWlZKFLR/xXoMWr3gKvg_cWlZKFLR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b939/importcfg -pack /root/go/pkg/mod/github.com/google/licensecheck@v0.3.1/internal/match/dict.go /root/go/pkg/mod/github.com/google/licensecheck@v0.3.1/internal/match/regexp.go /root/go/pkg/mod/github.com/google/licensecheck@v0.3.1/internal/match/rematch.go /root/go/pkg/mod/github.com/google/licensecheck@v0.3.1/internal/match/resyntax.go
2025-08-20T21:21:00.0908623Z [00:02:53.358]➜  go tool buildid -w $WORK/b860/_pkg_.a # internal
2025-08-20T21:21:00.0957714Z [00:02:53.363]➜  go tool buildid -w $WORK/b936/_pkg_.a # internal
2025-08-20T21:21:00.0961054Z [00:02:53.363]➜  cp $WORK/b936/_pkg_.a /root/.cache/go-build/95/9552f0f716871f48450693e11b368971c71da3fbfcef3ea3c1c44c28742673ee-d # internal
2025-08-20T21:21:00.0970993Z [00:02:53.364]➜  github.com/facebookincubator/nvdtools/wfn
2025-08-20T21:21:00.0977631Z [00:02:53.365]➜  mkdir -p $WORK/b941/
2025-08-20T21:21:00.0984443Z [00:02:53.366]➜  cp $WORK/b860/_pkg_.a /root/.cache/go-build/63/63b28a2b2471d2b9094e2471ac957bd7aa7780819391f937463641a8e4e048e6-d # internal
2025-08-20T21:21:00.0996438Z [00:02:53.367]➜  github.com/anchore/stereoscope/pkg/filetree/filenode
2025-08-20T21:21:00.1001719Z [00:02:53.367]➜  mkdir -p $WORK/b904/
2025-08-20T21:21:00.1010631Z [00:02:53.368]➜  cat >/tmp/go-build3547871397/b904/importcfg << 'EOF' # internal
2025-08-20T21:21:00.1011975Z [00:02:53.368]➜  # import config
2025-08-20T21:21:00.1015718Z [00:02:53.368]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:00.1019660Z [00:02:53.368]➜  packagefile github.com/anchore/stereoscope/pkg/tree/node=/tmp/go-build3547871397/b905/_pkg_.a
2025-08-20T21:21:00.1025428Z [00:02:53.368]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:00.1026492Z [00:02:53.368]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:00.1027158Z [00:02:53.368]➜  EOF
2025-08-20T21:21:00.1027845Z [00:02:53.370]➜  cat >/tmp/go-build3547871397/b941/importcfg << 'EOF' # internal
2025-08-20T21:21:00.1028513Z [00:02:53.370]➜  # import config
2025-08-20T21:21:00.1029122Z [00:02:53.370]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.1029895Z [00:02:53.370]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:00.1030742Z [00:02:53.370]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:00.1031520Z [00:02:53.370]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:00.1032304Z [00:02:53.370]➜  EOF
2025-08-20T21:21:00.1038773Z [00:02:53.370]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b941/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/facebookincubator/nvdtools@v0.1.5/wfn=>github.com/facebookincubator/nvdtools@v0.1.5/wfn;$WORK/b941=>" -p github.com/facebookincubator/nvdtools/wfn -lang=go1.14 -complete -installsuffix shared -buildid oNG4fm0yvpSFcJiyDGq_/oNG4fm0yvpSFcJiyDGq_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b941/importcfg -pack /root/go/pkg/mod/github.com/facebookincubator/nvdtools@v0.1.5/wfn/doc.go /root/go/pkg/mod/github.com/facebookincubator/nvdtools@v0.1.5/wfn/fsb.go /root/go/pkg/mod/github.com/facebookincubator/nvdtools@v0.1.5/wfn/matcher.go /root/go/pkg/mod/github.com/facebookincubator/nvdtools@v0.1.5/wfn/matching.go /root/go/pkg/mod/github.com/facebookincubator/nvdtools@v0.1.5/wfn/uri.go /root/go/pkg/mod/github.com/facebookincubator/nvdtools@v0.1.5/wfn/wfn.go
2025-08-20T21:21:00.1048291Z [00:02:53.370]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b904/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/filetree/filenode=>github.com/anchore/stereoscope@v0.1.6/pkg/filetree/filenode;$WORK/b904=>" -p github.com/anchore/stereoscope/pkg/filetree/filenode -lang=go1.24 -complete -installsuffix shared -buildid 5ol3MBiM67QtHE3iZ4gp/5ol3MBiM67QtHE3iZ4gp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b904/importcfg -pack /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/filetree/filenode/filenode.go
2025-08-20T21:21:00.1619541Z [00:02:53.429]➜  go tool buildid -w $WORK/b904/_pkg_.a # internal
2025-08-20T21:21:00.1625307Z [00:02:53.430]➜  cp $WORK/b904/_pkg_.a /root/.cache/go-build/a6/a600088b372df939207e7f09731b378e9e657af5437d41c7557a5b7711a38043-d # internal
2025-08-20T21:21:00.1628168Z [00:02:53.430]➜  github.com/anchore/stereoscope/pkg/filetree
2025-08-20T21:21:00.1628804Z [00:02:53.430]➜  mkdir -p $WORK/b903/
2025-08-20T21:21:00.1635389Z [00:02:53.431]➜  cat >/tmp/go-build3547871397/b903/importcfg << 'EOF' # internal
2025-08-20T21:21:00.1639848Z [00:02:53.431]➜  # import config
2025-08-20T21:21:00.1640595Z [00:02:53.431]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:00.1641427Z [00:02:53.431]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.1642532Z [00:02:53.431]➜  packagefile github.com/anchore/stereoscope/internal/log=/tmp/go-build3547871397/b862/_pkg_.a
2025-08-20T21:21:00.1644088Z [00:02:53.431]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:00.1645537Z [00:02:53.431]➜  packagefile github.com/anchore/stereoscope/pkg/filetree/filenode=/tmp/go-build3547871397/b904/_pkg_.a
2025-08-20T21:21:00.1646933Z [00:02:53.431]➜  packagefile github.com/anchore/stereoscope/pkg/tree=/tmp/go-build3547871397/b906/_pkg_.a
2025-08-20T21:21:00.1648321Z [00:02:53.431]➜  packagefile github.com/anchore/stereoscope/pkg/tree/node=/tmp/go-build3547871397/b905/_pkg_.a
2025-08-20T21:21:00.1649648Z [00:02:53.431]➜  packagefile github.com/becheran/wildmatch-go=/tmp/go-build3547871397/b907/_pkg_.a
2025-08-20T21:21:00.1651062Z [00:02:53.431]➜  packagefile github.com/bmatcuk/doublestar/v4=/tmp/go-build3547871397/b908/_pkg_.a
2025-08-20T21:21:00.1652216Z [00:02:53.431]➜  packagefile github.com/scylladb/go-set/iset=/tmp/go-build3547871397/b909/_pkg_.a
2025-08-20T21:21:00.1653536Z [00:02:53.431]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:00.1654439Z [00:02:53.431]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:00.1655237Z [00:02:53.431]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:00.1656027Z [00:02:53.431]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:00.1656934Z [00:02:53.431]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:00.1657813Z [00:02:53.431]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:00.1658793Z [00:02:53.431]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:00.1659635Z [00:02:53.431]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:00.1660460Z [00:02:53.431]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:00.1661260Z [00:02:53.431]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:00.1661855Z [00:02:53.431]➜  EOF
2025-08-20T21:21:00.1679746Z [00:02:53.431]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b903/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/filetree=>github.com/anchore/stereoscope@v0.1.6/pkg/filetree;$WORK/b903=>" -p github.com/anchore/stereoscope/pkg/filetree -lang=go1.24 -complete -installsuffix shared -buildid M5Ci19VCAiTDk6Xsul4H/M5Ci19VCAiTDk6Xsul4H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b903/importcfg -pack /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/filetree/builder.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/filetree/depth_first_path_walker.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/filetree/filetree.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/filetree/glob.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/filetree/glob_parser.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/filetree/index.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/filetree/interfaces.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/filetree/link_strategy.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/filetree/node_access.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/filetree/search.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/filetree/union_filetree.go
2025-08-20T21:21:00.1936724Z [00:02:53.461]➜  go tool buildid -w $WORK/b941/_pkg_.a # internal
2025-08-20T21:21:00.1949989Z [00:02:53.462]➜  cp $WORK/b941/_pkg_.a /root/.cache/go-build/fe/fe274b15e94cb4d71692113594fcd3252772a23206138ae15e1c5dd674d1e877-d # internal
2025-08-20T21:21:00.1974810Z [00:02:53.464]➜  github.com/anchore/syft/syft/cpe
2025-08-20T21:21:00.1987462Z [00:02:53.464]➜  mkdir -p $WORK/b940/
2025-08-20T21:21:00.1988227Z [00:02:53.465]➜  cat >/tmp/go-build3547871397/b940/importcfg << 'EOF' # internal
2025-08-20T21:21:00.1988910Z [00:02:53.465]➜  # import config
2025-08-20T21:21:00.1989553Z [00:02:53.465]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.1992466Z [00:02:53.465]➜  packagefile github.com/facebookincubator/nvdtools/wfn=/tmp/go-build3547871397/b941/_pkg_.a
2025-08-20T21:21:00.1997668Z [00:02:53.465]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:00.2000330Z [00:02:53.465]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:00.2005538Z [00:02:53.465]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:00.2006119Z [00:02:53.465]➜  EOF
2025-08-20T21:21:00.2010746Z [00:02:53.465]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b940/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cpe=>github.com/anchore/syft@v1.28.0/syft/cpe;$WORK/b940=>" -p github.com/anchore/syft/syft/cpe -lang=go1.24 -complete -installsuffix shared -buildid Vg0fVhMtUO2R2ev3cVTl/Vg0fVhMtUO2R2ev3cVTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b940/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cpe/by_source_then_specificity.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cpe/by_specificity.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cpe/cpe.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cpe/merge_cpes.go
2025-08-20T21:21:00.2047161Z [00:02:53.472]➜  go tool buildid -w $WORK/b939/_pkg_.a # internal
2025-08-20T21:21:00.2050235Z [00:02:53.472]➜  cp $WORK/b939/_pkg_.a /root/.cache/go-build/e9/e9b37d4bf2e2d5cec2a3eede67608a898c066999a1e0541247e88eef0c116f03-d # internal
2025-08-20T21:21:00.2072084Z [00:02:53.474]➜  github.com/google/licensecheck
2025-08-20T21:21:00.2078988Z [00:02:53.475]➜  mkdir -p $WORK/b938/
2025-08-20T21:21:00.2088686Z [00:02:53.475]➜  cat >/tmp/go-build3547871397/b938/importcfg << 'EOF' # internal
2025-08-20T21:21:00.2089292Z [00:02:53.475]➜  # import config
2025-08-20T21:21:00.2089940Z [00:02:53.475]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:00.2090773Z [00:02:53.475]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:00.2091527Z [00:02:53.475]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.2092566Z [00:02:53.475]➜  packagefile github.com/google/licensecheck/internal/match=/tmp/go-build3547871397/b939/_pkg_.a
2025-08-20T21:21:00.2093781Z [00:02:53.475]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:00.2094743Z [00:02:53.475]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:00.2095589Z [00:02:53.475]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:00.2096357Z [00:02:53.475]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:00.2096971Z [00:02:53.475]➜  EOF
2025-08-20T21:21:00.2101606Z [00:02:53.475]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b938/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/licensecheck@v0.3.1=>github.com/google/licensecheck@v0.3.1;$WORK/b938=>" -p github.com/google/licensecheck -lang=go1.12 -complete -installsuffix shared -buildid 12Lf0VWXZCdg5F-jCAK-/12Lf0VWXZCdg5F-jCAK- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b938/importcfg -pack /root/go/pkg/mod/github.com/google/licensecheck@v0.3.1/data.gen.go /root/go/pkg/mod/github.com/google/licensecheck@v0.3.1/license.go /root/go/pkg/mod/github.com/google/licensecheck@v0.3.1/scan.go /root/go/pkg/mod/github.com/google/licensecheck@v0.3.1/urls.go
2025-08-20T21:21:00.2478312Z [00:02:53.515]➜  go tool buildid -w $WORK/b940/_pkg_.a # internal
2025-08-20T21:21:00.2491033Z [00:02:53.516]➜  cp $WORK/b940/_pkg_.a /root/.cache/go-build/73/73ee81df00aca8e5b1c99b2f98d113a506358dc55bb448825e7a3128870a7b7c-d # internal
2025-08-20T21:21:00.2506714Z [00:02:53.516]➜  github.com/jinzhu/copier
2025-08-20T21:21:00.2507344Z [00:02:53.517]➜  mkdir -p $WORK/b942/
2025-08-20T21:21:00.2508172Z [00:02:53.517]➜  cat >/tmp/go-build3547871397/b942/importcfg << 'EOF' # internal
2025-08-20T21:21:00.2508847Z [00:02:53.517]➜  # import config
2025-08-20T21:21:00.2509515Z [00:02:53.517]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:21:00.2510601Z [00:02:53.517]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:21:00.2511504Z [00:02:53.517]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:00.2512249Z [00:02:53.517]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.2513189Z [00:02:53.517]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:00.2514009Z [00:02:53.517]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:00.2514780Z [00:02:53.517]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:00.2515910Z [00:02:53.517]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:00.2516530Z [00:02:53.517]➜  EOF
2025-08-20T21:21:00.2520178Z [00:02:53.517]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b942/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jinzhu/copier@v0.4.0=>github.com/jinzhu/copier@v0.4.0;$WORK/b942=>" -p github.com/jinzhu/copier -lang=go1.13 -complete -installsuffix shared -buildid HcG7aB22Z50cCNZXUsVg/HcG7aB22Z50cCNZXUsVg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b942/importcfg -pack /root/go/pkg/mod/github.com/jinzhu/copier@v0.4.0/copier.go /root/go/pkg/mod/github.com/jinzhu/copier@v0.4.0/errors.go
2025-08-20T21:21:00.3413680Z [00:02:53.609]➜  go tool buildid -w $WORK/b938/_pkg_.a # internal
2025-08-20T21:21:00.3550005Z [00:02:53.622]➜  cp $WORK/b938/_pkg_.a /root/.cache/go-build/6e/6e0b262259437f15a8c01bf7687324f166c272792a1b06b58094f7bb930d6567-d # internal
2025-08-20T21:21:00.3561819Z [00:02:53.622]➜  github.com/anchore/syft/internal/licenses
2025-08-20T21:21:00.3562800Z [00:02:53.622]➜  mkdir -p $WORK/b937/
2025-08-20T21:21:00.3563540Z [00:02:53.623]➜  cat >/tmp/go-build3547871397/b937/importcfg << 'EOF' # internal
2025-08-20T21:21:00.3564229Z [00:02:53.623]➜  # import config
2025-08-20T21:21:00.3564906Z [00:02:53.623]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:00.3565717Z [00:02:53.623]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.3566747Z [00:02:53.623]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:00.3567894Z [00:02:53.623]➜  packagefile github.com/google/licensecheck=/tmp/go-build3547871397/b938/_pkg_.a
2025-08-20T21:21:00.3568993Z [00:02:53.623]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:00.3569614Z [00:02:53.623]➜  EOF
2025-08-20T21:21:00.3575486Z [00:02:53.623]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b937/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/licenses=>github.com/anchore/syft@v1.28.0/internal/licenses;$WORK/b937=>" -p github.com/anchore/syft/internal/licenses -lang=go1.24 -complete -installsuffix shared -buildid eifjVJpl0hLEtEdK_-KN/eifjVJpl0hLEtEdK_-KN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b937/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/licenses/context.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/licenses/find_evidence.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/licenses/list.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/licenses/scanner.go
2025-08-20T21:21:00.3858948Z [00:02:53.653]➜  go tool buildid -w $WORK/b937/_pkg_.a # internal
2025-08-20T21:21:00.3869480Z [00:02:53.654]➜  cp $WORK/b937/_pkg_.a /root/.cache/go-build/35/35bc38a9f80ab2b460e61835b38ade863a92d55d2e862f8bd6de0c8be875bab8-d # internal
2025-08-20T21:21:00.3872555Z [00:02:53.654]➜  golang.org/x/net/context
2025-08-20T21:21:00.3873233Z [00:02:53.655]➜  mkdir -p $WORK/b943/
2025-08-20T21:21:00.3876860Z [00:02:53.655]➜  cat >/tmp/go-build3547871397/b943/importcfg << 'EOF' # internal
2025-08-20T21:21:00.3877669Z [00:02:53.655]➜  # import config
2025-08-20T21:21:00.3878637Z [00:02:53.655]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:00.3880843Z [00:02:53.655]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:00.3881440Z [00:02:53.655]➜  EOF
2025-08-20T21:21:00.3906784Z [00:02:53.658]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b943/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/context=>golang.org/x/net@v0.42.0/context;$WORK/b943=>" -p golang.org/x/net/context -lang=go1.23 -complete -installsuffix shared -buildid ZQ9FQnm0lisdg38STYSV/ZQ9FQnm0lisdg38STYSV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b943/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/context/context.go
2025-08-20T21:21:00.4020221Z [00:02:53.669]➜  go tool buildid -w $WORK/b943/_pkg_.a # internal
2025-08-20T21:21:00.4028134Z [00:02:53.670]➜  cp $WORK/b943/_pkg_.a /root/.cache/go-build/56/561f8c21dd8094ff21e902e96981cc7cf45ba6836185ead28a7a8d9550c900ee-d # internal
2025-08-20T21:21:00.4030740Z [00:02:53.670]➜  github.com/anchore/grype/internal
2025-08-20T21:21:00.4031927Z [00:02:53.670]➜  mkdir -p $WORK/b944/
2025-08-20T21:21:00.4036360Z [00:02:53.671]➜  cat >/tmp/go-build3547871397/b944/importcfg << 'EOF' # internal
2025-08-20T21:21:00.4037079Z [00:02:53.671]➜  # import config
2025-08-20T21:21:00.4037746Z [00:02:53.671]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.4038541Z [00:02:53.671]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:00.4044803Z [00:02:53.671]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:00.4045519Z [00:02:53.671]➜  EOF
2025-08-20T21:21:00.4049377Z [00:02:53.671]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b944/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal=>github.com/anchore/grype@v0.96.0/internal;$WORK/b944=>" -p github.com/anchore/grype/internal -lang=go1.24 -complete -installsuffix shared -buildid mUOurz5C9NCL8EdhbMmG/mUOurz5C9NCL8EdhbMmG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b944/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/input.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/regex_helpers.go
2025-08-20T21:21:00.4123128Z [00:02:53.680]➜  go tool buildid -w $WORK/b942/_pkg_.a # internal
2025-08-20T21:21:00.4188602Z [00:02:53.686]➜  cp $WORK/b942/_pkg_.a /root/.cache/go-build/fb/fbac1d2a45a43d14bf6f91b1c8d2e406174dc968db9812bbdd71584552b62fd7-d # internal
2025-08-20T21:21:00.4190055Z [00:02:53.686]➜  github.com/anchore/grype/internal/stringutil
2025-08-20T21:21:00.4191033Z [00:02:53.686]➜  mkdir -p $WORK/b945/
2025-08-20T21:21:00.4202882Z [00:02:53.687]➜  cat >/tmp/go-build3547871397/b945/importcfg << 'EOF' # internal
2025-08-20T21:21:00.4203580Z [00:02:53.687]➜  # import config
2025-08-20T21:21:00.4223739Z [00:02:53.687]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:00.4225507Z [00:02:53.687]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.4226285Z [00:02:53.687]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:00.4227070Z [00:02:53.687]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:00.4227960Z [00:02:53.687]➜  packagefile text/template=/tmp/go-build3547871397/b281/_pkg_.a
2025-08-20T21:21:00.4228607Z [00:02:53.687]➜  EOF
2025-08-20T21:21:00.4235058Z [00:02:53.687]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b945/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/stringutil=>github.com/anchore/grype@v0.96.0/internal/stringutil;$WORK/b945=>" -p github.com/anchore/grype/internal/stringutil -lang=go1.24 -complete -installsuffix shared -buildid 3E4RCbuBkGSNWlUIjtf8/3E4RCbuBkGSNWlUIjtf8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b945/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/stringutil/color.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/stringutil/parse.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/stringutil/string_helpers.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/stringutil/stringset.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/stringutil/tprint.go
2025-08-20T21:21:00.4358523Z [00:02:53.703]➜  go tool buildid -w $WORK/b944/_pkg_.a # internal
2025-08-20T21:21:00.4369101Z [00:02:53.704]➜  cp $WORK/b944/_pkg_.a /root/.cache/go-build/44/444ee90d688a49abcde7e0fe83fd844b54974471eac5a9a18af613cf294d32fd-d # internal
2025-08-20T21:21:00.4373814Z [00:02:53.705]➜  github.com/containerd/log
2025-08-20T21:21:00.4377860Z [00:02:53.705]➜  mkdir -p $WORK/b951/
2025-08-20T21:21:00.4385938Z [00:02:53.706]➜  cat >/tmp/go-build3547871397/b951/importcfg << 'EOF' # internal
2025-08-20T21:21:00.4387048Z [00:02:53.706]➜  # import config
2025-08-20T21:21:00.4388004Z [00:02:53.706]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:00.4388807Z [00:02:53.706]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.4389705Z [00:02:53.706]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3547871397/b798/_pkg_.a
2025-08-20T21:21:00.4390398Z [00:02:53.706]➜  EOF
2025-08-20T21:21:00.4396158Z [00:02:53.707]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b951/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/log@v0.1.0=>github.com/containerd/log@v0.1.0;$WORK/b951=>" -p github.com/containerd/log -lang=go1.20 -complete -installsuffix shared -buildid 7P-zU58U5bWWUd94LH9j/7P-zU58U5bWWUd94LH9j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b951/importcfg -pack /root/go/pkg/mod/github.com/containerd/log@v0.1.0/context.go
2025-08-20T21:21:00.4667535Z [00:02:53.734]➜  go tool buildid -w $WORK/b903/_pkg_.a # internal
2025-08-20T21:21:00.4686725Z [00:02:53.736]➜  go tool buildid -w $WORK/b945/_pkg_.a # internal
2025-08-20T21:21:00.4699524Z [00:02:53.737]➜  cp $WORK/b945/_pkg_.a /root/.cache/go-build/49/49bb7b33035bbdc90da67c9cf10b12f02230d8784f790a053cfc95154d23796f-d # internal
2025-08-20T21:21:00.4714686Z [00:02:53.737]➜  google.golang.org/genproto/googleapis/rpc/status
2025-08-20T21:21:00.4715345Z [00:02:53.738]➜  mkdir -p $WORK/b952/
2025-08-20T21:21:00.4719863Z [00:02:53.738]➜  cp $WORK/b903/_pkg_.a /root/.cache/go-build/e3/e3e9a5041f735d83aa7301fe889ec12b69ae5aeefad9d5693b08c3f299c035b0-d # internal
2025-08-20T21:21:00.4723255Z [00:02:53.738]➜  github.com/anchore/stereoscope/pkg/image
2025-08-20T21:21:00.4723800Z [00:02:53.738]➜  mkdir -p $WORK/b900/
2025-08-20T21:21:00.4724441Z [00:02:53.738]➜  cat >/tmp/go-build3547871397/b952/importcfg << 'EOF' # internal
2025-08-20T21:21:00.4725231Z [00:02:53.738]➜  # import config
2025-08-20T21:21:00.4726103Z [00:02:53.739]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:00.4727474Z [00:02:53.739]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:00.4728696Z [00:02:53.739]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:00.4729685Z [00:02:53.739]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:00.4730398Z [00:02:53.739]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:00.4730911Z [00:02:53.739]➜  EOF
2025-08-20T21:21:00.4735330Z [00:02:53.739]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b952/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20241223144023-3abc09e42ca8/status=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20241223144023-3abc09e42ca8/status;$WORK/b952=>" -p google.golang.org/genproto/googleapis/rpc/status -lang=go1.21 -complete -installsuffix shared -buildid m3-PZx2RC_YCh6Kza6jl/m3-PZx2RC_YCh6Kza6jl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b952/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20241223144023-3abc09e42ca8/status/status.pb.go
2025-08-20T21:21:00.4739258Z [00:02:53.739]➜  cat >/tmp/go-build3547871397/b900/importcfg << 'EOF' # internal
2025-08-20T21:21:00.4739852Z [00:02:53.739]➜  # import config
2025-08-20T21:21:00.4740430Z [00:02:53.739]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:00.4741234Z [00:02:53.739]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:00.4742018Z [00:02:53.739]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:00.4742971Z [00:02:53.739]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:00.4743820Z [00:02:53.739]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:00.4744598Z [00:02:53.739]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.4745802Z [00:02:53.739]➜  packagefile github.com/anchore/stereoscope/internal/bus=/tmp/go-build3547871397/b901/_pkg_.a
2025-08-20T21:21:00.4747265Z [00:02:53.739]➜  packagefile github.com/anchore/stereoscope/internal/log=/tmp/go-build3547871397/b862/_pkg_.a
2025-08-20T21:21:00.4748532Z [00:02:53.739]➜  packagefile github.com/anchore/stereoscope/pkg/event=/tmp/go-build3547871397/b902/_pkg_.a
2025-08-20T21:21:00.4749775Z [00:02:53.739]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:00.4751038Z [00:02:53.739]➜  packagefile github.com/anchore/stereoscope/pkg/filetree=/tmp/go-build3547871397/b903/_pkg_.a
2025-08-20T21:21:00.4752251Z [00:02:53.739]➜  packagefile github.com/bmatcuk/doublestar/v4=/tmp/go-build3547871397/b908/_pkg_.a
2025-08-20T21:21:00.4753528Z [00:02:53.739]➜  packagefile github.com/containerd/errdefs=/tmp/go-build3547871397/b910/_pkg_.a
2025-08-20T21:21:00.4754694Z [00:02:53.739]➜  packagefile github.com/docker/go-connections/tlsconfig=/tmp/go-build3547871397/b911/_pkg_.a
2025-08-20T21:21:00.4756009Z [00:02:53.739]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build3547871397/b912/_pkg_.a
2025-08-20T21:21:00.4757384Z [00:02:53.739]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build3547871397/b920/_pkg_.a
2025-08-20T21:21:00.4758694Z [00:02:53.739]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3547871397/b923/_pkg_.a
2025-08-20T21:21:00.4760046Z [00:02:53.739]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3547871397/b924/_pkg_.a
2025-08-20T21:21:00.4761315Z [00:02:53.739]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3547871397/b871/_pkg_.a
2025-08-20T21:21:00.4762444Z [00:02:53.739]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:00.4773991Z [00:02:53.739]➜  packagefile github.com/sylabs/squashfs=/tmp/go-build3547871397/b873/_pkg_.a
2025-08-20T21:21:00.4775060Z [00:02:53.739]➜  packagefile github.com/wagoodman/go-partybus=/tmp/go-build3547871397/b811/_pkg_.a
2025-08-20T21:21:00.4776232Z [00:02:53.739]➜  packagefile github.com/wagoodman/go-progress=/tmp/go-build3547871397/b925/_pkg_.a
2025-08-20T21:21:00.4777120Z [00:02:53.739]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:00.4777836Z [00:02:53.739]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:00.4778532Z [00:02:53.739]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:00.4779230Z [00:02:53.739]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:00.4779982Z [00:02:53.739]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:00.4780751Z [00:02:53.739]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:00.4781495Z [00:02:53.739]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:00.4782216Z [00:02:53.739]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:00.4783142Z [00:02:53.739]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:00.4784001Z [00:02:53.739]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:00.4784811Z [00:02:53.739]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:00.4785424Z [00:02:53.739]➜  EOF
2025-08-20T21:21:00.4795272Z [00:02:53.739]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b900/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image=>github.com/anchore/stereoscope@v0.1.6/pkg/image;$WORK/b900=>" -p github.com/anchore/stereoscope/pkg/image -lang=go1.24 -complete -installsuffix shared -buildid rULkf55Ydw_gt8VpjuGY/rULkf55Ydw_gt8VpjuGY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b900/importcfg -pack /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/content_helpers.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/file_catalog.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/image.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/image_metadata.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/layer.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/layer_metadata.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/parse_reference.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/platform.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/provider.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/registry_credentials.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/registry_options.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/source.go
2025-08-20T21:21:00.4838545Z [00:02:53.746]➜  go tool buildid -w $WORK/b951/_pkg_.a # internal
2025-08-20T21:21:00.4839826Z [00:02:53.747]➜  cp $WORK/b951/_pkg_.a /root/.cache/go-build/c9/c937b4760af9e53dc5df69d669f7a0a6c3cb4b234e8fde36c90cb996951e6b85-d # internal
2025-08-20T21:21:00.4840901Z [00:02:53.748]➜  google.golang.org/grpc/grpclog/internal
2025-08-20T21:21:00.4841440Z [00:02:53.748]➜  mkdir -p $WORK/b957/
2025-08-20T21:21:00.4842090Z [00:02:53.748]➜  cat >/tmp/go-build3547871397/b957/importcfg << 'EOF' # internal
2025-08-20T21:21:00.4842860Z [00:02:53.748]➜  # import config
2025-08-20T21:21:00.4843488Z [00:02:53.748]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:00.4844264Z [00:02:53.748]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.4844955Z [00:02:53.748]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:00.4845646Z [00:02:53.748]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:00.4846341Z [00:02:53.748]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:00.4847011Z [00:02:53.748]➜  EOF
2025-08-20T21:21:00.4851466Z [00:02:53.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b957/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/grpclog/internal=>google.golang.org/grpc@v1.68.1/grpclog/internal;$WORK/b957=>" -p google.golang.org/grpc/grpclog/internal -lang=go1.22 -complete -installsuffix shared -buildid nMs4Nx3v_QzB4wE1ApQo/nMs4Nx3v_QzB4wE1ApQo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b957/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/grpclog/internal/grpclog.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/grpclog/internal/logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/grpclog/internal/loggerv2.go
2025-08-20T21:21:00.5158647Z [00:02:53.783]➜  go tool buildid -w $WORK/b952/_pkg_.a # internal
2025-08-20T21:21:00.5171909Z [00:02:53.784]➜  cp $WORK/b952/_pkg_.a /root/.cache/go-build/0e/0ee98714977ed8732c0491860bf4ca95b781b518855200d20a3cd64e70c16a3a-d # internal
2025-08-20T21:21:00.5176672Z [00:02:53.785]➜  google.golang.org/protobuf/protoadapt
2025-08-20T21:21:00.5177336Z [00:02:53.785]➜  mkdir -p $WORK/b961/
2025-08-20T21:21:00.5182117Z [00:02:53.785]➜  cat >/tmp/go-build3547871397/b961/importcfg << 'EOF' # internal
2025-08-20T21:21:00.5185523Z [00:02:53.785]➜  # import config
2025-08-20T21:21:00.5186404Z [00:02:53.785]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:00.5187674Z [00:02:53.785]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3547871397/b313/_pkg_.a
2025-08-20T21:21:00.5189001Z [00:02:53.785]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:00.5189847Z [00:02:53.785]➜  EOF
2025-08-20T21:21:00.5193768Z [00:02:53.786]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b961/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/protoadapt=>google.golang.org/protobuf@v1.36.5/protoadapt;$WORK/b961=>" -p google.golang.org/protobuf/protoadapt -lang=go1.21 -complete -installsuffix shared -buildid iTaKraJDJqmRdVfVhKSE/iTaKraJDJqmRdVfVhKSE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b961/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/protoadapt/convert.go
2025-08-20T21:21:00.5519227Z [00:02:53.819]➜  go tool buildid -w $WORK/b961/_pkg_.a # internal
2025-08-20T21:21:00.5532264Z [00:02:53.820]➜  cp $WORK/b961/_pkg_.a /root/.cache/go-build/a5/a52ba8f4f957e4d830cbc69f7c9cf7d688d204f7903f2074afd5ae2aaa95e0c9-d # internal
2025-08-20T21:21:00.5536390Z [00:02:53.821]➜  golang.org/x/net/internal/timeseries
2025-08-20T21:21:00.5537007Z [00:02:53.821]➜  mkdir -p $WORK/b964/
2025-08-20T21:21:00.5542432Z [00:02:53.821]➜  cat >/tmp/go-build3547871397/b964/importcfg << 'EOF' # internal
2025-08-20T21:21:00.5549826Z [00:02:53.821]➜  # import config
2025-08-20T21:21:00.5550416Z [00:02:53.821]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.5551126Z [00:02:53.821]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:00.5551822Z [00:02:53.821]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:00.5552338Z [00:02:53.821]➜  EOF
2025-08-20T21:21:00.5555700Z [00:02:53.822]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b964/_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/b964=>" -p golang.org/x/net/internal/timeseries -lang=go1.23 -complete -installsuffix shared -buildid BqhkR8RIwilWejOIMNed/BqhkR8RIwilWejOIMNed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b964/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/timeseries/timeseries.go
2025-08-20T21:21:00.5587146Z [00:02:53.826]➜  go tool buildid -w $WORK/b957/_pkg_.a # internal
2025-08-20T21:21:00.5605046Z [00:02:53.827]➜  cp $WORK/b957/_pkg_.a /root/.cache/go-build/05/05a9b6ec061fce9984d0612e453889ec8ef60307103183484265d2d267b320ed-d # internal
2025-08-20T21:21:00.5606382Z [00:02:53.827]➜  google.golang.org/grpc/grpclog
2025-08-20T21:21:00.5606958Z [00:02:53.827]➜  mkdir -p $WORK/b956/
2025-08-20T21:21:00.5614831Z [00:02:53.828]➜  cat >/tmp/go-build3547871397/b956/importcfg << 'EOF' # internal
2025-08-20T21:21:00.5618623Z [00:02:53.828]➜  # import config
2025-08-20T21:21:00.5619459Z [00:02:53.828]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.5620584Z [00:02:53.828]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build3547871397/b957/_pkg_.a
2025-08-20T21:21:00.5621593Z [00:02:53.828]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:00.5622360Z [00:02:53.828]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:00.5623359Z [00:02:53.828]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:00.5624200Z [00:02:53.828]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:00.5624799Z [00:02:53.828]➜  EOF
2025-08-20T21:21:00.5629550Z [00:02:53.828]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b956/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/grpclog=>google.golang.org/grpc@v1.68.1/grpclog;$WORK/b956=>" -p google.golang.org/grpc/grpclog -lang=go1.22 -complete -installsuffix shared -buildid qiRhmELMZYROoWlYvKrn/qiRhmELMZYROoWlYvKrn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b956/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/grpclog/component.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/grpclog/grpclog.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/grpclog/logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/grpclog/loggerv2.go
2025-08-20T21:21:00.6217083Z [00:02:53.889]➜  go tool buildid -w $WORK/b956/_pkg_.a # internal
2025-08-20T21:21:00.6230866Z [00:02:53.890]➜  cp $WORK/b956/_pkg_.a /root/.cache/go-build/95/95a126487d8153ad12127fd6506ce2aa5ba6348058321b3db1a8bce16e506d14-d # internal
2025-08-20T21:21:00.6238632Z [00:02:53.891]➜  google.golang.org/grpc/connectivity
2025-08-20T21:21:00.6240081Z [00:02:53.891]➜  mkdir -p $WORK/b955/
2025-08-20T21:21:00.6246921Z [00:02:53.892]➜  cat >/tmp/go-build3547871397/b955/importcfg << 'EOF' # internal
2025-08-20T21:21:00.6248025Z [00:02:53.892]➜  # import config
2025-08-20T21:21:00.6250226Z [00:02:53.892]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:00.6251012Z [00:02:53.892]➜  EOF
2025-08-20T21:21:00.6254788Z [00:02:53.892]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b955/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/connectivity=>google.golang.org/grpc@v1.68.1/connectivity;$WORK/b955=>" -p google.golang.org/grpc/connectivity -lang=go1.22 -complete -installsuffix shared -buildid v9I-DrwCnnDUrVZRVBV4/v9I-DrwCnnDUrVZRVBV4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b955/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/connectivity/connectivity.go
2025-08-20T21:21:00.6314591Z [00:02:53.897]➜  go tool buildid -w $WORK/b964/_pkg_.a # internal
2025-08-20T21:21:00.6339893Z [00:02:53.901]➜  cp $WORK/b964/_pkg_.a /root/.cache/go-build/d0/d0a9887a7b20f4f6124b72e4589f5ce3643b2697939b7b8997082c0e94c7f412-d # internal
2025-08-20T21:21:00.6345262Z [00:02:53.901]➜  golang.org/x/net/trace
2025-08-20T21:21:00.6345846Z [00:02:53.901]➜  mkdir -p $WORK/b963/
2025-08-20T21:21:00.6346546Z [00:02:53.901]➜  cat >/tmp/go-build3547871397/b963/importcfg << 'EOF' # internal
2025-08-20T21:21:00.6347183Z [00:02:53.901]➜  # import config
2025-08-20T21:21:00.6347820Z [00:02:53.901]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:00.6348638Z [00:02:53.901]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:00.6349433Z [00:02:53.901]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.6350472Z [00:02:53.901]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build3547871397/b964/_pkg_.a
2025-08-20T21:21:00.6351514Z [00:02:53.901]➜  packagefile html/template=/tmp/go-build3547871397/b781/_pkg_.a
2025-08-20T21:21:00.6352494Z [00:02:53.901]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:00.6353501Z [00:02:53.901]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:00.6354435Z [00:02:53.901]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:00.6355232Z [00:02:53.901]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:00.6356031Z [00:02:53.901]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:00.6356843Z [00:02:53.901]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:00.6357603Z [00:02:53.901]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:00.6358401Z [00:02:53.901]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:00.6359197Z [00:02:53.901]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:00.6359994Z [00:02:53.901]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:00.6360796Z [00:02:53.901]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:00.6361625Z [00:02:53.901]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:00.6362542Z [00:02:53.901]➜  packagefile text/tabwriter=/tmp/go-build3547871397/b809/_pkg_.a
2025-08-20T21:21:00.6363604Z [00:02:53.901]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:00.6364191Z [00:02:53.901]➜  EOF
2025-08-20T21:21:00.6368026Z [00:02:53.901]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b963/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/trace=>golang.org/x/net@v0.42.0/trace;$WORK/b963=>" -p golang.org/x/net/trace -lang=go1.23 -complete -installsuffix shared -buildid FGqtbYJsbXlJV2JHYZm-/FGqtbYJsbXlJV2JHYZm- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b963/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:21:00.6533417Z [00:02:53.920]➜  go tool buildid -w $WORK/b955/_pkg_.a # internal
2025-08-20T21:21:00.6541596Z [00:02:53.921]➜  cp $WORK/b955/_pkg_.a /root/.cache/go-build/09/0900aa5703683700f9a599fc1b57a64de414ff53215e975ddb7ac2a0fb13bc57-d # internal
2025-08-20T21:21:00.6558157Z [00:02:53.923]➜  google.golang.org/grpc/internal
2025-08-20T21:21:00.6560509Z [00:02:53.923]➜  mkdir -p $WORK/b954/
2025-08-20T21:21:00.6568698Z [00:02:53.924]➜  cat >/tmp/go-build3547871397/b954/importcfg << 'EOF' # internal
2025-08-20T21:21:00.6569566Z [00:02:53.924]➜  # import config
2025-08-20T21:21:00.6570495Z [00:02:53.924]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:00.6572833Z [00:02:53.924]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:00.6573973Z [00:02:53.924]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:00.6575243Z [00:02:53.924]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:00.6576213Z [00:02:53.924]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:00.6577061Z [00:02:53.924]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:00.6577893Z [00:02:53.924]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:00.6578457Z [00:02:53.924]➜  EOF
2025-08-20T21:21:00.6583279Z [00:02:53.924]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b954/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal=>google.golang.org/grpc@v1.68.1/internal;$WORK/b954=>" -p google.golang.org/grpc/internal -lang=go1.22 -complete -installsuffix shared -buildid qFz75YIDLIkzJ7nO84Hp/qFz75YIDLIkzJ7nO84Hp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b954/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/experimental.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/internal.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/tcp_keepalive_unix.go
2025-08-20T21:21:00.7206116Z [00:02:53.988]➜  go tool buildid -w $WORK/b954/_pkg_.a # internal
2025-08-20T21:21:00.7218287Z [00:02:53.989]➜  cp $WORK/b954/_pkg_.a /root/.cache/go-build/10/10f9d23527de979c9300c5f6a0beb544473296ddc70a38074df1b37fba391900-d # internal
2025-08-20T21:21:00.7241293Z [00:02:53.989]➜  google.golang.org/grpc/codes
2025-08-20T21:21:00.7241863Z [00:02:53.989]➜  mkdir -p $WORK/b953/
2025-08-20T21:21:00.7242588Z [00:02:53.990]➜  cat >/tmp/go-build3547871397/b953/importcfg << 'EOF' # internal
2025-08-20T21:21:00.7243455Z [00:02:53.990]➜  # import config
2025-08-20T21:21:00.7244089Z [00:02:53.990]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.7245058Z [00:02:53.990]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:00.7246058Z [00:02:53.990]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:00.7246682Z [00:02:53.990]➜  EOF
2025-08-20T21:21:00.7250426Z [00:02:53.990]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b953/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/codes=>google.golang.org/grpc@v1.68.1/codes;$WORK/b953=>" -p google.golang.org/grpc/codes -lang=go1.22 -complete -installsuffix shared -buildid 8OVs9ba0ZkDOB-2a3CKB/8OVs9ba0ZkDOB-2a3CKB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b953/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/codes/code_string.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/codes/codes.go
2025-08-20T21:21:00.7404680Z [00:02:54.008]➜  go tool buildid -w $WORK/b953/_pkg_.a # internal
2025-08-20T21:21:00.7433408Z [00:02:54.009]➜  cp $WORK/b953/_pkg_.a /root/.cache/go-build/9a/9a150d8d4acaeb53dce99de3058f97d56771c6edae754bdb59cb83374ee67c55-d # internal
2025-08-20T21:21:00.7436492Z [00:02:54.009]➜  google.golang.org/grpc/internal/status
2025-08-20T21:21:00.7437116Z [00:02:54.009]➜  mkdir -p $WORK/b960/
2025-08-20T21:21:00.7437792Z [00:02:54.010]➜  cat >/tmp/go-build3547871397/b960/importcfg << 'EOF' # internal
2025-08-20T21:21:00.7438447Z [00:02:54.010]➜  # import config
2025-08-20T21:21:00.7439333Z [00:02:54.010]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:00.7440164Z [00:02:54.010]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.7441310Z [00:02:54.010]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3547871397/b952/_pkg_.a
2025-08-20T21:21:00.7442580Z [00:02:54.010]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:00.7443988Z [00:02:54.010]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:00.7445192Z [00:02:54.010]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3547871397/b961/_pkg_.a
2025-08-20T21:21:00.7446465Z [00:02:54.010]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:00.7447487Z [00:02:54.010]➜  EOF
2025-08-20T21:21:00.7451153Z [00:02:54.010]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b960/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/status=>google.golang.org/grpc@v1.68.1/internal/status;$WORK/b960=>" -p google.golang.org/grpc/internal/status -lang=go1.22 -complete -installsuffix shared -buildid byFgBsZNGMm1TnVQ3eHP/byFgBsZNGMm1TnVQ3eHP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b960/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/status/status.go
2025-08-20T21:21:00.7498978Z [00:02:54.017]➜  go tool buildid -w $WORK/b900/_pkg_.a # internal
2025-08-20T21:21:00.7548743Z [00:02:54.022]➜  cp $WORK/b900/_pkg_.a /root/.cache/go-build/80/803fe3f0895561a1ee31e3f30d7df6d23c772a1cbb1bc80cec3d26dab0f002e6-d # internal
2025-08-20T21:21:00.7553885Z [00:02:54.023]➜  github.com/anchore/syft/syft/file
2025-08-20T21:21:00.7554445Z [00:02:54.023]➜  mkdir -p $WORK/b859/
2025-08-20T21:21:00.7561699Z [00:02:54.023]➜  cat >/tmp/go-build3547871397/b859/importcfg << 'EOF' # internal
2025-08-20T21:21:00.7562429Z [00:02:54.023]➜  # import config
2025-08-20T21:21:00.7563885Z [00:02:54.023]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:00.7565110Z [00:02:54.023]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.7566949Z [00:02:54.023]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:00.7568128Z [00:02:54.023]➜  packagefile github.com/anchore/stereoscope/pkg/image=/tmp/go-build3547871397/b900/_pkg_.a
2025-08-20T21:21:00.7569212Z [00:02:54.023]➜  packagefile github.com/anchore/syft/internal/evidence=/tmp/go-build3547871397/b926/_pkg_.a
2025-08-20T21:21:00.7570259Z [00:02:54.023]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:00.7571351Z [00:02:54.023]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:00.7572515Z [00:02:54.023]➜  packagefile github.com/anchore/syft/syft/license=/tmp/go-build3547871397/b929/_pkg_.a
2025-08-20T21:21:00.7573860Z [00:02:54.023]➜  packagefile github.com/bmatcuk/doublestar/v4=/tmp/go-build3547871397/b908/_pkg_.a
2025-08-20T21:21:00.7575199Z [00:02:54.023]➜  packagefile github.com/gohugoio/hashstructure=/tmp/go-build3547871397/b928/_pkg_.a
2025-08-20T21:21:00.7576384Z [00:02:54.023]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3547871397/b871/_pkg_.a
2025-08-20T21:21:00.7577547Z [00:02:54.023]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:00.7578511Z [00:02:54.023]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:00.7579277Z [00:02:54.023]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:00.7580049Z [00:02:54.023]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:00.7580860Z [00:02:54.023]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:00.7581683Z [00:02:54.023]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:00.7582491Z [00:02:54.023]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:00.7583475Z [00:02:54.023]➜  EOF
2025-08-20T21:21:00.7593983Z [00:02:54.024]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b859/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file=>github.com/anchore/syft@v1.28.0/syft/file;$WORK/b859=>" -p github.com/anchore/syft/syft/file -lang=go1.24 -complete -installsuffix shared -buildid J1GlxjdF8TrJRfiaQm9r/J1GlxjdF8TrJRfiaQm9r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b859/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/coordinate_set.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/coordinates.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/digest.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/executable.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/license.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/location.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/location_read_closer.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/location_set.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/locations.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/metadata.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/mock_resolver.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/resolver.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/search_result.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/selection.go
2025-08-20T21:21:00.7902971Z [00:02:54.057]➜  go tool buildid -w $WORK/b960/_pkg_.a # internal
2025-08-20T21:21:00.7918600Z [00:02:54.059]➜  cp $WORK/b960/_pkg_.a /root/.cache/go-build/fc/fce4807a4d40c3b69435f56a43ab08dd470678682de7bab88d550ced65654850-d # internal
2025-08-20T21:21:00.7919934Z [00:02:54.059]➜  google.golang.org/grpc/status
2025-08-20T21:21:00.7920560Z [00:02:54.059]➜  mkdir -p $WORK/b959/
2025-08-20T21:21:00.7929848Z [00:02:54.060]➜  cat >/tmp/go-build3547871397/b959/importcfg << 'EOF' # internal
2025-08-20T21:21:00.7930648Z [00:02:54.060]➜  # import config
2025-08-20T21:21:00.7931373Z [00:02:54.060]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:00.7932244Z [00:02:54.060]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:00.7933260Z [00:02:54.060]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.7934398Z [00:02:54.060]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3547871397/b952/_pkg_.a
2025-08-20T21:21:00.7935710Z [00:02:54.060]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:00.7936946Z [00:02:54.060]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3547871397/b960/_pkg_.a
2025-08-20T21:21:00.7937836Z [00:02:54.060]➜  EOF
2025-08-20T21:21:00.7941264Z [00:02:54.060]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b959/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/status=>google.golang.org/grpc@v1.68.1/status;$WORK/b959=>" -p google.golang.org/grpc/status -lang=go1.22 -complete -installsuffix shared -buildid A0Ov3g-_PmhkKQuc5Vfn/A0Ov3g-_PmhkKQuc5Vfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b959/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/status/status.go
2025-08-20T21:21:00.8329378Z [00:02:54.100]➜  go tool buildid -w $WORK/b959/_pkg_.a # internal
2025-08-20T21:21:00.8343107Z [00:02:54.101]➜  cp $WORK/b959/_pkg_.a /root/.cache/go-build/09/0966e9147a09e9fa6bcff2b257ad8f263e0539c34c093158ea28d23dcbacb6c3-d # internal
2025-08-20T21:21:00.8350148Z [00:02:54.102]➜  github.com/containerd/ttrpc
2025-08-20T21:21:00.8350778Z [00:02:54.102]➜  mkdir -p $WORK/b950/
2025-08-20T21:21:00.8358331Z [00:02:54.103]➜  cat >/tmp/go-build3547871397/b950/importcfg << 'EOF' # internal
2025-08-20T21:21:00.8359365Z [00:02:54.103]➜  # import config
2025-08-20T21:21:00.8360278Z [00:02:54.103]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:00.8361612Z [00:02:54.103]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:00.8363068Z [00:02:54.103]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:00.8364279Z [00:02:54.103]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:00.8365316Z [00:02:54.103]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.8366521Z [00:02:54.103]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:00.8367824Z [00:02:54.103]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:00.8369401Z [00:02:54.103]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3547871397/b952/_pkg_.a
2025-08-20T21:21:00.8371929Z [00:02:54.103]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:00.8373446Z [00:02:54.103]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:00.8374861Z [00:02:54.103]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:00.8376263Z [00:02:54.103]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:00.8377696Z [00:02:54.103]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:00.8378813Z [00:02:54.103]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:00.8379661Z [00:02:54.103]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:00.8380642Z [00:02:54.103]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:00.8381485Z [00:02:54.103]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:00.8382315Z [00:02:54.103]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:00.8384560Z [00:02:54.103]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:00.8385502Z [00:02:54.103]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:00.8386391Z [00:02:54.103]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:00.8387291Z [00:02:54.103]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:00.8388193Z [00:02:54.103]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:00.8389059Z [00:02:54.103]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:00.8389708Z [00:02:54.103]➜  EOF
2025-08-20T21:21:00.8399763Z [00:02:54.103]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b950/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/ttrpc@v1.2.7=>github.com/containerd/ttrpc@v1.2.7;$WORK/b950=>" -p github.com/containerd/ttrpc -lang=go1.19 -complete -installsuffix shared -buildid 88Y2iph5tcw_qPT9hNsN/88Y2iph5tcw_qPT9hNsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b950/importcfg -pack /root/go/pkg/mod/github.com/containerd/ttrpc@v1.2.7/channel.go /root/go/pkg/mod/github.com/containerd/ttrpc@v1.2.7/client.go /root/go/pkg/mod/github.com/containerd/ttrpc@v1.2.7/codec.go /root/go/pkg/mod/github.com/containerd/ttrpc@v1.2.7/config.go /root/go/pkg/mod/github.com/containerd/ttrpc@v1.2.7/doc.go /root/go/pkg/mod/github.com/containerd/ttrpc@v1.2.7/errors.go /root/go/pkg/mod/github.com/containerd/ttrpc@v1.2.7/handshake.go /root/go/pkg/mod/github.com/containerd/ttrpc@v1.2.7/interceptor.go /root/go/pkg/mod/github.com/containerd/ttrpc@v1.2.7/metadata.go /root/go/pkg/mod/github.com/containerd/ttrpc@v1.2.7/request.pb.go /root/go/pkg/mod/github.com/containerd/ttrpc@v1.2.7/server.go /root/go/pkg/mod/github.com/containerd/ttrpc@v1.2.7/services.go /root/go/pkg/mod/github.com/containerd/ttrpc@v1.2.7/stream.go /root/go/pkg/mod/github.com/containerd/ttrpc@v1.2.7/stream_server.go /root/go/pkg/mod/github.com/containerd/ttrpc@v1.2.7/unixcreds_linux.go
2025-08-20T21:21:00.8930285Z [00:02:54.160]➜  go tool buildid -w $WORK/b963/_pkg_.a # internal
2025-08-20T21:21:00.8968023Z [00:02:54.164]➜  cp $WORK/b963/_pkg_.a /root/.cache/go-build/6f/6fe52a2c94cef4da13fb6b56c9d370e9efe9994a77eec8447edff216a79b9059-d # internal
2025-08-20T21:21:00.8972904Z [00:02:54.164]➜  google.golang.org/grpc/backoff
2025-08-20T21:21:00.8973509Z [00:02:54.164]➜  mkdir -p $WORK/b965/
2025-08-20T21:21:00.8980144Z [00:02:54.165]➜  cat >/tmp/go-build3547871397/b965/importcfg << 'EOF' # internal
2025-08-20T21:21:00.8986584Z [00:02:54.165]➜  # import config
2025-08-20T21:21:00.9000058Z [00:02:54.165]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:00.9000731Z [00:02:54.166]➜  EOF
2025-08-20T21:21:00.9005061Z [00:02:54.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b965/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/backoff=>google.golang.org/grpc@v1.68.1/backoff;$WORK/b965=>" -p google.golang.org/grpc/backoff -lang=go1.22 -complete -installsuffix shared -buildid 9AYqAd0KhO4SRKHUW4Wz/9AYqAd0KhO4SRKHUW4Wz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b965/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/backoff/backoff.go
2025-08-20T21:21:00.9166530Z [00:02:54.184]➜  go tool buildid -w $WORK/b965/_pkg_.a # internal
2025-08-20T21:21:00.9172979Z [00:02:54.184]➜  cp $WORK/b965/_pkg_.a /root/.cache/go-build/a7/a79d2dda77d82cd5bb0cd5c1bbd177b1930f0778f0025860fa553fe71f318d57-d # internal
2025-08-20T21:21:00.9174141Z [00:02:54.184]➜  google.golang.org/grpc/attributes
2025-08-20T21:21:00.9174656Z [00:02:54.184]➜  mkdir -p $WORK/b970/
2025-08-20T21:21:00.9175332Z [00:02:54.184]➜  cat >/tmp/go-build3547871397/b970/importcfg << 'EOF' # internal
2025-08-20T21:21:00.9175997Z [00:02:54.184]➜  # import config
2025-08-20T21:21:00.9176638Z [00:02:54.184]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.9177493Z [00:02:54.184]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:00.9178107Z [00:02:54.184]➜  EOF
2025-08-20T21:21:00.9181589Z [00:02:54.184]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b970/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/attributes=>google.golang.org/grpc@v1.68.1/attributes;$WORK/b970=>" -p google.golang.org/grpc/attributes -lang=go1.22 -complete -installsuffix shared -buildid RDxKzqEW4ZHafP9D4_t7/RDxKzqEW4ZHafP9D4_t7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b970/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/attributes/attributes.go
2025-08-20T21:21:00.9384345Z [00:02:54.206]➜  go tool buildid -w $WORK/b970/_pkg_.a # internal
2025-08-20T21:21:00.9409759Z [00:02:54.208]➜  cp $WORK/b970/_pkg_.a /root/.cache/go-build/bd/bd2628009ed6624ec8b1fda30dfd28c059b84d158873f8ad030ec7e8aea843d7-d # internal
2025-08-20T21:21:00.9420905Z [00:02:54.208]➜  google.golang.org/grpc/internal/credentials
2025-08-20T21:21:00.9421674Z [00:02:54.208]➜  mkdir -p $WORK/b971/
2025-08-20T21:21:00.9422431Z [00:02:54.208]➜  cat >/tmp/go-build3547871397/b971/importcfg << 'EOF' # internal
2025-08-20T21:21:00.9423698Z [00:02:54.208]➜  # import config
2025-08-20T21:21:00.9424660Z [00:02:54.208]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:00.9425487Z [00:02:54.208]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:00.9426422Z [00:02:54.208]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:00.9427472Z [00:02:54.208]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:00.9428440Z [00:02:54.208]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:00.9429233Z [00:02:54.208]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:00.9430032Z [00:02:54.208]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:00.9430603Z [00:02:54.208]➜  EOF
2025-08-20T21:21:00.9436430Z [00:02:54.208]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b971/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/credentials=>google.golang.org/grpc@v1.68.1/internal/credentials;$WORK/b971=>" -p google.golang.org/grpc/internal/credentials -lang=go1.22 -complete -installsuffix shared -buildid kINmq0hsmKysl1MTtntS/kINmq0hsmKysl1MTtntS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b971/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/credentials/credentials.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/credentials/spiffe.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/credentials/syscallconn.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/credentials/util.go
2025-08-20T21:21:00.9465234Z [00:02:54.214]➜  go tool buildid -w $WORK/b859/_pkg_.a # internal
2025-08-20T21:21:00.9506375Z [00:02:54.218]➜  cp $WORK/b859/_pkg_.a /root/.cache/go-build/eb/eb25b47ae5f06eb54442255d626c3f235f19b4b4264d689eb55d5c9c6934d1bb-d # internal
2025-08-20T21:21:00.9508308Z [00:02:54.218]➜  github.com/anchore/syft/syft/linux
2025-08-20T21:21:00.9510225Z [00:02:54.218]➜  mkdir -p $WORK/b854/
2025-08-20T21:21:00.9511400Z [00:02:54.218]➜  cat >/tmp/go-build3547871397/b854/importcfg << 'EOF' # internal
2025-08-20T21:21:00.9513316Z [00:02:54.218]➜  # import config
2025-08-20T21:21:00.9514086Z [00:02:54.218]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:00.9515127Z [00:02:54.218]➜  packagefile github.com/acobaugh/osrelease=/tmp/go-build3547871397/b855/_pkg_.a
2025-08-20T21:21:00.9516283Z [00:02:54.218]➜  packagefile github.com/anchore/go-logger=/tmp/go-build3547871397/b765/_pkg_.a
2025-08-20T21:21:00.9517448Z [00:02:54.218]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:00.9518678Z [00:02:54.218]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:00.9519923Z [00:02:54.218]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:00.9521089Z [00:02:54.218]➜  packagefile github.com/google/go-cmp/cmp=/tmp/go-build3547871397/b468/_pkg_.a
2025-08-20T21:21:00.9522067Z [00:02:54.218]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:00.9522983Z [00:02:54.218]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:00.9523814Z [00:02:54.218]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:00.9524429Z [00:02:54.218]➜  EOF
2025-08-20T21:21:00.9528515Z [00:02:54.219]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b854/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/linux=>github.com/anchore/syft@v1.28.0/syft/linux;$WORK/b854=>" -p github.com/anchore/syft/syft/linux -lang=go1.24 -complete -installsuffix shared -buildid PNcj7yXeN97fsqbSXaIl/PNcj7yXeN97fsqbSXaIl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b854/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/linux/identify_release.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/linux/release.go
2025-08-20T21:21:00.9864127Z [00:02:54.254]➜  go tool buildid -w $WORK/b971/_pkg_.a # internal
2025-08-20T21:21:00.9875436Z [00:02:54.255]➜  cp $WORK/b971/_pkg_.a /root/.cache/go-build/79/79e694fbb8cc5b1413424907be4c2cf2e3c1a3cdb20f1cb9561bf224e114991a-d # internal
2025-08-20T21:21:00.9878784Z [00:02:54.255]➜  google.golang.org/grpc/internal/envconfig
2025-08-20T21:21:00.9880320Z [00:02:54.255]➜  mkdir -p $WORK/b972/
2025-08-20T21:21:00.9881020Z [00:02:54.255]➜  cat >/tmp/go-build3547871397/b972/importcfg << 'EOF' # internal
2025-08-20T21:21:00.9881677Z [00:02:54.255]➜  # import config
2025-08-20T21:21:00.9882269Z [00:02:54.255]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:00.9883242Z [00:02:54.255]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:00.9884103Z [00:02:54.255]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:00.9884719Z [00:02:54.255]➜  EOF
2025-08-20T21:21:00.9889651Z [00:02:54.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b972/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/envconfig=>google.golang.org/grpc@v1.68.1/internal/envconfig;$WORK/b972=>" -p google.golang.org/grpc/internal/envconfig -lang=go1.22 -complete -installsuffix shared -buildid vRKsD-Z3bq24fsfVmj-L/vRKsD-Z3bq24fsfVmj-L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b972/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/envconfig/envconfig.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/envconfig/observability.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/envconfig/xds.go
2025-08-20T21:21:01.0003879Z [00:02:54.268]➜  go tool buildid -w $WORK/b854/_pkg_.a # internal
2025-08-20T21:21:01.0009779Z [00:02:54.268]➜  go tool buildid -w $WORK/b972/_pkg_.a # internal
2025-08-20T21:21:01.0016179Z [00:02:54.269]➜  cp $WORK/b972/_pkg_.a /root/.cache/go-build/ba/ba9cef436643b8df894809283c0aefdaada766bf4c960e0b5fea9549e05bb68e-d # internal
2025-08-20T21:21:01.0017404Z [00:02:54.269]➜  google.golang.org/grpc/credentials
2025-08-20T21:21:01.0018030Z [00:02:54.269]➜  mkdir -p $WORK/b969/
2025-08-20T21:21:01.0022464Z [00:02:54.269]➜  cat >/tmp/go-build3547871397/b969/importcfg << 'EOF' # internal
2025-08-20T21:21:01.0030964Z [00:02:54.269]➜  # import config
2025-08-20T21:21:01.0031624Z [00:02:54.269]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:01.0032441Z [00:02:54.269]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:01.0033460Z [00:02:54.269]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:01.0034256Z [00:02:54.269]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:01.0035003Z [00:02:54.269]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:01.0038263Z [00:02:54.269]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3547871397/b970/_pkg_.a
2025-08-20T21:21:01.0039426Z [00:02:54.269]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:01.0040662Z [00:02:54.269]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build3547871397/b971/_pkg_.a
2025-08-20T21:21:01.0041915Z [00:02:54.269]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3547871397/b972/_pkg_.a
2025-08-20T21:21:01.0043296Z [00:02:54.269]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:01.0044263Z [00:02:54.269]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:01.0045058Z [00:02:54.269]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:01.0045832Z [00:02:54.269]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:01.0046410Z [00:02:54.269]➜  EOF
2025-08-20T21:21:01.0050313Z [00:02:54.269]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b969/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials=>google.golang.org/grpc@v1.68.1/credentials;$WORK/b969=>" -p google.golang.org/grpc/credentials -lang=go1.22 -complete -installsuffix shared -buildid Yn2P6HB1d086pMMX7Cx-/Yn2P6HB1d086pMMX7Cx- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b969/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/credentials.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/tls.go
2025-08-20T21:21:01.0054850Z [00:02:54.269]➜  cp $WORK/b854/_pkg_.a /root/.cache/go-build/00/00fd1069cf6c18f99a442c4ddb68c7f98d4485626e295add0fa1a65e2050bb27-d # internal
2025-08-20T21:21:01.0055965Z [00:02:54.271]➜  github.com/anchore/grype/grype/distro
2025-08-20T21:21:01.0056526Z [00:02:54.271]➜  mkdir -p $WORK/b853/
2025-08-20T21:21:01.0060660Z [00:02:54.271]➜  cat >/tmp/go-build3547871397/b853/importcfg << 'EOF' # internal
2025-08-20T21:21:01.0061355Z [00:02:54.271]➜  # import config
2025-08-20T21:21:01.0061988Z [00:02:54.271]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:01.0063171Z [00:02:54.271]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:21:01.0064631Z [00:02:54.271]➜  packagefile github.com/anchore/syft/syft/linux=/tmp/go-build3547871397/b854/_pkg_.a
2025-08-20T21:21:01.0065827Z [00:02:54.271]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build3547871397/b933/_pkg_.a
2025-08-20T21:21:01.0066822Z [00:02:54.271]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:01.0067439Z [00:02:54.271]➜  EOF
2025-08-20T21:21:01.0071722Z [00:02:54.271]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b853/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/distro=>github.com/anchore/grype@v0.96.0/grype/distro;$WORK/b853=>" -p github.com/anchore/grype/grype/distro -lang=go1.24 -complete -installsuffix shared -buildid MdUrznvMsH_pQO04nDTi/MdUrznvMsH_pQO04nDTi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b853/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/distro/distro.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/distro/type.go
2025-08-20T21:21:01.0660264Z [00:02:54.333]➜  go tool buildid -w $WORK/b853/_pkg_.a # internal
2025-08-20T21:21:01.0669069Z [00:02:54.334]➜  cp $WORK/b853/_pkg_.a /root/.cache/go-build/68/6812c349dbdb723c480abd3f9fcc4c2a3630418ebd74779eabbeb1623b1e74be-d # internal
2025-08-20T21:21:01.0753788Z [00:02:54.342]➜  github.com/anchore/syft/syft/pkg
2025-08-20T21:21:01.0759064Z [00:02:54.342]➜  mkdir -p $WORK/b935/
2025-08-20T21:21:01.0759849Z [00:02:54.343]➜  cat >/tmp/go-build3547871397/b935/importcfg << 'EOF' # internal
2025-08-20T21:21:01.0760542Z [00:02:54.343]➜  # import config
2025-08-20T21:21:01.0761224Z [00:02:54.343]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:01.0762444Z [00:02:54.343]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:01.0764775Z [00:02:54.343]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:01.0765718Z [00:02:54.343]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:01.0766617Z [00:02:54.343]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:01.0767596Z [00:02:54.343]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:01.0768754Z [00:02:54.343]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:01.0769959Z [00:02:54.343]➜  packagefile github.com/anchore/syft/internal/evidence=/tmp/go-build3547871397/b926/_pkg_.a
2025-08-20T21:21:01.0771211Z [00:02:54.343]➜  packagefile github.com/anchore/syft/internal/licenses=/tmp/go-build3547871397/b937/_pkg_.a
2025-08-20T21:21:01.0772424Z [00:02:54.343]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:01.0775321Z [00:02:54.343]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:01.0776480Z [00:02:54.343]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:21:01.0777808Z [00:02:54.343]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:01.0778959Z [00:02:54.343]➜  packagefile github.com/anchore/syft/syft/license=/tmp/go-build3547871397/b929/_pkg_.a
2025-08-20T21:21:01.0780119Z [00:02:54.343]➜  packagefile github.com/anchore/syft/syft/linux=/tmp/go-build3547871397/b854/_pkg_.a
2025-08-20T21:21:01.0781273Z [00:02:54.343]➜  packagefile github.com/go-viper/mapstructure/v2=/tmp/go-build3547871397/b767/_pkg_.a
2025-08-20T21:21:01.0782432Z [00:02:54.343]➜  packagefile github.com/gohugoio/hashstructure=/tmp/go-build3547871397/b928/_pkg_.a
2025-08-20T21:21:01.0783722Z [00:02:54.343]➜  packagefile github.com/jinzhu/copier=/tmp/go-build3547871397/b942/_pkg_.a
2025-08-20T21:21:01.0784857Z [00:02:54.343]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:01.0785943Z [00:02:54.343]➜  packagefile golang.org/x/net/context=/tmp/go-build3547871397/b943/_pkg_.a
2025-08-20T21:21:01.0787013Z [00:02:54.343]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:01.0787811Z [00:02:54.343]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:01.0788636Z [00:02:54.343]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:01.0789452Z [00:02:54.343]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:01.0790251Z [00:02:54.343]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:01.0791041Z [00:02:54.343]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:01.0791817Z [00:02:54.343]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:01.0792410Z [00:02:54.343]➜  EOF
2025-08-20T21:21:01.0817668Z [00:02:54.345]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b935/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg=>github.com/anchore/syft@v1.28.0/syft/pkg;$WORK/b935=>" -p github.com/anchore/syft/syft/pkg -lang=go1.24 -complete -installsuffix shared -buildid t99J16TzuAAYGsm5v-Sx/t99J16TzuAAYGsm5v-Sx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b935/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/alpm.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/apk.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/binary.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/bitnami.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cocoapods.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/collection.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/conan.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/dart.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/dotnet.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/dpkg.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/elixir.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/erlang.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/evidence.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/file_owner.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/github.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/golang.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/hackage.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/homebrew.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/java.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/key_value.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/language.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/license.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/license_deprecated.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/license_set.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/linux_kernel.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/microsoft.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/nix.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/npm.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/ocaml.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/php.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/portage.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/python.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/r.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/rockspec.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/rpm.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/ruby.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/rust.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/swift.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/swipl.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/terraform.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/type.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/url.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/wordpress.go
2025-08-20T21:21:01.0994081Z [00:02:54.367]➜  go tool buildid -w $WORK/b969/_pkg_.a # internal
2025-08-20T21:21:01.1013582Z [00:02:54.368]➜  cp $WORK/b969/_pkg_.a /root/.cache/go-build/6f/6fe81957d062fa38914fc0efd3df21ed2bb110eaf1f595419da7f50ad7241299-d # internal
2025-08-20T21:21:01.1040034Z [00:02:54.371]➜  google.golang.org/grpc/internal/channelz
2025-08-20T21:21:01.1042998Z [00:02:54.371]➜  mkdir -p $WORK/b968/
2025-08-20T21:21:01.1063131Z [00:02:54.373]➜  cat >/tmp/go-build3547871397/b968/importcfg << 'EOF' # internal
2025-08-20T21:21:01.1065266Z [00:02:54.373]➜  # import config
2025-08-20T21:21:01.1066109Z [00:02:54.373]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:01.1066972Z [00:02:54.373]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:01.1068197Z [00:02:54.373]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:01.1069357Z [00:02:54.373]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:01.1070465Z [00:02:54.373]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:01.1071540Z [00:02:54.373]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:01.1072438Z [00:02:54.373]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:01.1073371Z [00:02:54.373]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:01.1074119Z [00:02:54.373]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:01.1074974Z [00:02:54.373]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:01.1075835Z [00:02:54.373]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:01.1076666Z [00:02:54.373]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:01.1077283Z [00:02:54.373]➜  EOF
2025-08-20T21:21:01.1085660Z [00:02:54.373]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b968/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/channelz=>google.golang.org/grpc@v1.68.1/internal/channelz;$WORK/b968=>" -p google.golang.org/grpc/internal/channelz -lang=go1.22 -complete -installsuffix shared -buildid qTqs5HQd6Ndoe4ommCnW/qTqs5HQd6Ndoe4ommCnW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b968/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/channelz/channel.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/channelz/channelmap.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/channelz/funcs.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/channelz/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/channelz/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/channelz/socket.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/channelz/subchannel.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/channelz/syscall_linux.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/channelz/trace.go
2025-08-20T21:21:01.3318352Z [00:02:54.599]➜  go tool buildid -w $WORK/b968/_pkg_.a # internal
2025-08-20T21:21:01.3367541Z [00:02:54.604]➜  go tool buildid -w $WORK/b950/_pkg_.a # internal
2025-08-20T21:21:01.3481490Z [00:02:54.615]➜  cp $WORK/b968/_pkg_.a /root/.cache/go-build/63/63e616b308ff8239cc301bd1aa00c1d3f39d8c641c6989ca7560c24343fa0c9e-d # internal
2025-08-20T21:21:01.3482914Z [00:02:54.615]➜  google.golang.org/grpc/channelz
2025-08-20T21:21:01.3483758Z [00:02:54.616]➜  mkdir -p $WORK/b967/
2025-08-20T21:21:01.3489727Z [00:02:54.616]➜  cat >/tmp/go-build3547871397/b967/importcfg << 'EOF' # internal
2025-08-20T21:21:01.3490804Z [00:02:54.616]➜  # import config
2025-08-20T21:21:01.3492281Z [00:02:54.616]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3547871397/b968/_pkg_.a
2025-08-20T21:21:01.3493655Z [00:02:54.616]➜  EOF
2025-08-20T21:21:01.3498118Z [00:02:54.617]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b967/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/channelz=>google.golang.org/grpc@v1.68.1/channelz;$WORK/b967=>" -p google.golang.org/grpc/channelz -lang=go1.22 -complete -installsuffix shared -buildid uZAtEB0QTKBQdy-jkPOj/uZAtEB0QTKBQdy-jkPOj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b967/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/channelz/channelz.go
2025-08-20T21:21:01.3620222Z [00:02:54.629]➜  cp $WORK/b950/_pkg_.a /root/.cache/go-build/43/439de432401dce989fd45dbab55a4d0b661880fd1daafaba074e83a8bd019892-d # internal
2025-08-20T21:21:01.3646751Z [00:02:54.632]➜  google.golang.org/grpc/experimental/stats
2025-08-20T21:21:01.3647689Z [00:02:54.632]➜  mkdir -p $WORK/b973/
2025-08-20T21:21:01.3648500Z [00:02:54.632]➜  cat >/tmp/go-build3547871397/b973/importcfg << 'EOF' # internal
2025-08-20T21:21:01.3649409Z [00:02:54.632]➜  # import config
2025-08-20T21:21:01.3650305Z [00:02:54.632]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:01.3651512Z [00:02:54.632]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:01.3652517Z [00:02:54.632]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:21:01.3653366Z [00:02:54.632]➜  EOF
2025-08-20T21:21:01.3657863Z [00:02:54.632]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b973/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/experimental/stats=>google.golang.org/grpc@v1.68.1/experimental/stats;$WORK/b973=>" -p google.golang.org/grpc/experimental/stats -lang=go1.22 -complete -installsuffix shared -buildid 5KSn2sO4ocHWzM3-dFst/5KSn2sO4ocHWzM3-dFst -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b973/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/experimental/stats/metricregistry.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/experimental/stats/metrics.go
2025-08-20T21:21:01.3682248Z [00:02:54.636]➜  go tool buildid -w $WORK/b967/_pkg_.a # internal
2025-08-20T21:21:01.3688987Z [00:02:54.636]➜  cp $WORK/b967/_pkg_.a /root/.cache/go-build/48/48eccf2eeb4ad8ef034e09a7dd0f3b17a3915e686d6f2058c8eda322d0238f6b-d # internal
2025-08-20T21:21:01.3690361Z [00:02:54.636]➜  google.golang.org/grpc/metadata
2025-08-20T21:21:01.3691109Z [00:02:54.636]➜  mkdir -p $WORK/b974/
2025-08-20T21:21:01.3693226Z [00:02:54.637]➜  cat >/tmp/go-build3547871397/b974/importcfg << 'EOF' # internal
2025-08-20T21:21:01.3695693Z [00:02:54.637]➜  # import config
2025-08-20T21:21:01.3696421Z [00:02:54.637]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:01.3697303Z [00:02:54.637]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:01.3714278Z [00:02:54.637]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:01.3716915Z [00:02:54.637]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:01.3718833Z [00:02:54.637]➜  EOF
2025-08-20T21:21:01.3723573Z [00:02:54.637]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b974/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/metadata=>google.golang.org/grpc@v1.68.1/metadata;$WORK/b974=>" -p google.golang.org/grpc/metadata -lang=go1.22 -complete -installsuffix shared -buildid fY6tkav2RfvhdH68LDRc/fY6tkav2RfvhdH68LDRc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b974/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/metadata/metadata.go
2025-08-20T21:21:01.4329088Z [00:02:54.700]➜  go tool buildid -w $WORK/b974/_pkg_.a # internal
2025-08-20T21:21:01.4352943Z [00:02:54.702]➜  cp $WORK/b974/_pkg_.a /root/.cache/go-build/21/2165c19a7cd9424b4007178ca27b5f2c3efe02a1570200835c9ec9a75e46f3d7-d # internal
2025-08-20T21:21:01.4357527Z [00:02:54.703]➜  google.golang.org/grpc/resolver
2025-08-20T21:21:01.4358176Z [00:02:54.703]➜  mkdir -p $WORK/b975/
2025-08-20T21:21:01.4362502Z [00:02:54.704]➜  cat >/tmp/go-build3547871397/b975/importcfg << 'EOF' # internal
2025-08-20T21:21:01.4365161Z [00:02:54.704]➜  # import config
2025-08-20T21:21:01.4366940Z [00:02:54.704]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:01.4367726Z [00:02:54.704]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:01.4368745Z [00:02:54.704]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3547871397/b970/_pkg_.a
2025-08-20T21:21:01.4369841Z [00:02:54.704]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:01.4371228Z [00:02:54.704]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:01.4372483Z [00:02:54.704]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:01.4373596Z [00:02:54.704]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:01.4374501Z [00:02:54.704]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:01.4375283Z [00:02:54.704]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:01.4375855Z [00:02:54.704]➜  EOF
2025-08-20T21:21:01.4379797Z [00:02:54.704]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b975/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/resolver=>google.golang.org/grpc@v1.68.1/resolver;$WORK/b975=>" -p google.golang.org/grpc/resolver -lang=go1.22 -complete -installsuffix shared -buildid mHsKz5Eg0tsEnN2mwkl-/mHsKz5Eg0tsEnN2mwkl- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b975/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/resolver/map.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/resolver/resolver.go
2025-08-20T21:21:01.4464726Z [00:02:54.714]➜  go tool buildid -w $WORK/b973/_pkg_.a # internal
2025-08-20T21:21:01.4479730Z [00:02:54.715]➜  cp $WORK/b973/_pkg_.a /root/.cache/go-build/89/89da3583ec6c2ed29b1706dbfe991e847b75f505c71013f445460148c4a54382-d # internal
2025-08-20T21:21:01.4490951Z [00:02:54.716]➜  google.golang.org/grpc/balancer/pickfirst/internal
2025-08-20T21:21:01.4517425Z [00:02:54.717]➜  mkdir -p $WORK/b978/
2025-08-20T21:21:01.4518226Z [00:02:54.717]➜  cat >/tmp/go-build3547871397/b978/importcfg << 'EOF' # internal
2025-08-20T21:21:01.4518916Z [00:02:54.717]➜  # import config
2025-08-20T21:21:01.4519610Z [00:02:54.717]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:01.4520282Z [00:02:54.717]➜  EOF
2025-08-20T21:21:01.4524640Z [00:02:54.717]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b978/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/pickfirst/internal=>google.golang.org/grpc@v1.68.1/balancer/pickfirst/internal;$WORK/b978=>" -p google.golang.org/grpc/balancer/pickfirst/internal -lang=go1.22 -complete -installsuffix shared -buildid blk0gxgAk6J2W5BnDv4l/blk0gxgAk6J2W5BnDv4l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b978/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/pickfirst/internal/internal.go
2025-08-20T21:21:01.4623610Z [00:02:54.730]➜  go tool buildid -w $WORK/b978/_pkg_.a # internal
2025-08-20T21:21:01.4629864Z [00:02:54.730]➜  cp $WORK/b978/_pkg_.a /root/.cache/go-build/c4/c4c32324d1e36e0a09f82d637a1bd287a9c6463a81d8b2122a4e2f024affd2a2-d # internal
2025-08-20T21:21:01.4633437Z [00:02:54.731]➜  google.golang.org/grpc/internal/grpclog
2025-08-20T21:21:01.4634069Z [00:02:54.731]➜  mkdir -p $WORK/b980/
2025-08-20T21:21:01.4638963Z [00:02:54.731]➜  cat >/tmp/go-build3547871397/b980/importcfg << 'EOF' # internal
2025-08-20T21:21:01.4640173Z [00:02:54.731]➜  # import config
2025-08-20T21:21:01.4642329Z [00:02:54.731]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:01.4643492Z [00:02:54.731]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:01.4644290Z [00:02:54.731]➜  EOF
2025-08-20T21:21:01.4648145Z [00:02:54.731]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b980/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/grpclog=>google.golang.org/grpc@v1.68.1/internal/grpclog;$WORK/b980=>" -p google.golang.org/grpc/internal/grpclog -lang=go1.22 -complete -installsuffix shared -buildid yxi9GdVvlusjAzfzeFJA/yxi9GdVvlusjAzfzeFJA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b980/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/grpclog/prefix_logger.go
2025-08-20T21:21:01.4811259Z [00:02:54.748]➜  go tool buildid -w $WORK/b980/_pkg_.a # internal
2025-08-20T21:21:01.4818827Z [00:02:54.749]➜  cp $WORK/b980/_pkg_.a /root/.cache/go-build/35/35073dde5ab1002b61be6d6a084ecf1c3b5849b7d10b1d34ed2279b3114b3a16-d # internal
2025-08-20T21:21:01.4822089Z [00:02:54.750]➜  google.golang.org/protobuf/internal/encoding/json
2025-08-20T21:21:01.4824572Z [00:02:54.750]➜  mkdir -p $WORK/b983/
2025-08-20T21:21:01.4830291Z [00:02:54.750]➜  cat >/tmp/go-build3547871397/b983/importcfg << 'EOF' # internal
2025-08-20T21:21:01.4834615Z [00:02:54.751]➜  # import config
2025-08-20T21:21:01.4835312Z [00:02:54.751]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:01.4836124Z [00:02:54.751]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:01.4837215Z [00:02:54.751]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3547871397/b303/_pkg_.a
2025-08-20T21:21:01.4838583Z [00:02:54.751]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3547871397/b302/_pkg_.a
2025-08-20T21:21:01.4839906Z [00:02:54.751]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3547871397/b311/_pkg_.a
2025-08-20T21:21:01.4840937Z [00:02:54.751]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:01.4841752Z [00:02:54.751]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:01.4842594Z [00:02:54.751]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:01.4843675Z [00:02:54.751]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:01.4844498Z [00:02:54.751]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:01.4845350Z [00:02:54.751]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:01.4846168Z [00:02:54.751]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:01.4847037Z [00:02:54.751]➜  packagefile unicode/utf16=/tmp/go-build3547871397/b073/_pkg_.a
2025-08-20T21:21:01.4847924Z [00:02:54.751]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:01.4848570Z [00:02:54.751]➜  EOF
2025-08-20T21:21:01.4857608Z [00:02:54.751]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b983/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/json=>google.golang.org/protobuf@v1.36.5/internal/encoding/json;$WORK/b983=>" -p google.golang.org/protobuf/internal/encoding/json -lang=go1.21 -complete -installsuffix shared -buildid htFW3e7zSZ_2Blky-pAS/htFW3e7zSZ_2Blky-pAS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b983/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/json/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/json/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/json/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/json/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/internal/encoding/json/encode.go
2025-08-20T21:21:01.5217124Z [00:02:54.789]➜  go tool buildid -w $WORK/b935/_pkg_.a # internal
2025-08-20T21:21:01.5294586Z [00:02:54.797]➜  cp $WORK/b935/_pkg_.a /root/.cache/go-build/eb/ebab67594d49fc4a7c1b425ef4aba4eb6a36127fe26565452bb61029643ab9f7-d # internal
2025-08-20T21:21:01.5296672Z [00:02:54.797]➜  github.com/anchore/grype/grype/internal
2025-08-20T21:21:01.5301900Z [00:02:54.797]➜  mkdir -p $WORK/b934/
2025-08-20T21:21:01.5309585Z [00:02:54.798]➜  cat >/tmp/go-build3547871397/b934/importcfg << 'EOF' # internal
2025-08-20T21:21:01.5313664Z [00:02:54.798]➜  # import config
2025-08-20T21:21:01.5316083Z [00:02:54.798]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:01.5317467Z [00:02:54.798]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:01.5320283Z [00:02:54.798]➜  EOF
2025-08-20T21:21:01.5325263Z [00:02:54.798]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b934/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/internal=>github.com/anchore/grype@v0.96.0/grype/internal;$WORK/b934=>" -p github.com/anchore/grype/grype/internal -lang=go1.24 -complete -installsuffix shared -buildid 1xSe1p1_iBI-bdapl1Gv/1xSe1p1_iBI-bdapl1Gv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b934/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/internal/cpe_target_software_to_pkg_type.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/internal/generate.go
2025-08-20T21:21:01.5368571Z [00:02:54.804]➜  go tool buildid -w $WORK/b975/_pkg_.a # internal
2025-08-20T21:21:01.5397144Z [00:02:54.807]➜  cp $WORK/b975/_pkg_.a /root/.cache/go-build/77/77e8a47802477611b5a85306b4a8010eaa1c5c16f86cd884f846706dccdad5e9-d # internal
2025-08-20T21:21:01.5407945Z [00:02:54.808]➜  google.golang.org/grpc/balancer
2025-08-20T21:21:01.5410796Z [00:02:54.808]➜  mkdir -p $WORK/b966/
2025-08-20T21:21:01.5420049Z [00:02:54.809]➜  cat >/tmp/go-build3547871397/b966/importcfg << 'EOF' # internal
2025-08-20T21:21:01.5424300Z [00:02:54.809]➜  # import config
2025-08-20T21:21:01.5424991Z [00:02:54.809]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:01.5425895Z [00:02:54.810]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:01.5426760Z [00:02:54.810]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:01.5427777Z [00:02:54.810]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build3547871397/b967/_pkg_.a
2025-08-20T21:21:01.5428923Z [00:02:54.810]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:01.5430073Z [00:02:54.810]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:01.5431271Z [00:02:54.810]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3547871397/b973/_pkg_.a
2025-08-20T21:21:01.5432466Z [00:02:54.810]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:01.5434089Z [00:02:54.810]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:01.5435215Z [00:02:54.810]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:01.5436334Z [00:02:54.810]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:01.5437804Z [00:02:54.810]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:01.5438806Z [00:02:54.810]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:01.5439613Z [00:02:54.810]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:01.5440216Z [00:02:54.810]➜  EOF
2025-08-20T21:21:01.5446782Z [00:02:54.810]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b966/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer=>google.golang.org/grpc@v1.68.1/balancer;$WORK/b966=>" -p google.golang.org/grpc/balancer -lang=go1.22 -complete -installsuffix shared -buildid VIEGbTOvx8UijMkT-Gxj/VIEGbTOvx8UijMkT-Gxj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b966/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/conn_state_evaluator.go
2025-08-20T21:21:01.5893799Z [00:02:54.856]➜  go tool buildid -w $WORK/b934/_pkg_.a # internal
2025-08-20T21:21:01.5925700Z [00:02:54.860]➜  cp $WORK/b934/_pkg_.a /root/.cache/go-build/12/12b4958dc26140d7e6ebeac171186dc2717fa51bdce155bd811d2e39b6c7322a-d # internal
2025-08-20T21:21:01.5934569Z [00:02:54.860]➜  google.golang.org/grpc/credentials/insecure
2025-08-20T21:21:01.5935258Z [00:02:54.860]➜  mkdir -p $WORK/b985/
2025-08-20T21:21:01.5935994Z [00:02:54.860]➜  cat >/tmp/go-build3547871397/b985/importcfg << 'EOF' # internal
2025-08-20T21:21:01.5936683Z [00:02:54.860]➜  # import config
2025-08-20T21:21:01.5937366Z [00:02:54.860]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:01.5938445Z [00:02:54.860]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:01.5939655Z [00:02:54.860]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:01.5940304Z [00:02:54.860]➜  EOF
2025-08-20T21:21:01.5944586Z [00:02:54.860]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b985/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/insecure=>google.golang.org/grpc@v1.68.1/credentials/insecure;$WORK/b985=>" -p google.golang.org/grpc/credentials/insecure -lang=go1.22 -complete -installsuffix shared -buildid vi1LLxo4NBEXwX3X8K4o/vi1LLxo4NBEXwX3X8K4o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b985/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/insecure/insecure.go
2025-08-20T21:21:01.6067738Z [00:02:54.874]➜  go tool buildid -w $WORK/b983/_pkg_.a # internal
2025-08-20T21:21:01.6105871Z [00:02:54.878]➜  cp $WORK/b983/_pkg_.a /root/.cache/go-build/84/84839446b5b9eed5b39154887f3338ab4955b2201e6a8a040930075d6d4c6605-d # internal
2025-08-20T21:21:01.6108212Z [00:02:54.878]➜  google.golang.org/protobuf/encoding/protojson
2025-08-20T21:21:01.6110973Z [00:02:54.878]➜  mkdir -p $WORK/b982/
2025-08-20T21:21:01.6117597Z [00:02:54.879]➜  cat >/tmp/go-build3547871397/b982/importcfg << 'EOF' # internal
2025-08-20T21:21:01.6119712Z [00:02:54.879]➜  # import config
2025-08-20T21:21:01.6126114Z [00:02:54.879]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:01.6127018Z [00:02:54.879]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:01.6127854Z [00:02:54.879]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:01.6128920Z [00:02:54.879]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3547871397/b301/_pkg_.a
2025-08-20T21:21:01.6130285Z [00:02:54.879]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build3547871397/b983/_pkg_.a
2025-08-20T21:21:01.6131716Z [00:02:54.879]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3547871397/b305/_pkg_.a
2025-08-20T21:21:01.6133263Z [00:02:54.879]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3547871397/b302/_pkg_.a
2025-08-20T21:21:01.6134569Z [00:02:54.879]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3547871397/b315/_pkg_.a
2025-08-20T21:21:01.6136172Z [00:02:54.879]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3547871397/b308/_pkg_.a
2025-08-20T21:21:01.6137427Z [00:02:54.879]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3547871397/b309/_pkg_.a
2025-08-20T21:21:01.6138696Z [00:02:54.879]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3547871397/b310/_pkg_.a
2025-08-20T21:21:01.6139978Z [00:02:54.879]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3547871397/b307/_pkg_.a
2025-08-20T21:21:01.6141227Z [00:02:54.879]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build3547871397/b325/_pkg_.a
2025-08-20T21:21:01.6142465Z [00:02:54.879]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3547871397/b311/_pkg_.a
2025-08-20T21:21:01.6143855Z [00:02:54.879]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:01.6145127Z [00:02:54.879]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:01.6146515Z [00:02:54.879]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3547871397/b312/_pkg_.a
2025-08-20T21:21:01.6147585Z [00:02:54.879]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:01.6148431Z [00:02:54.879]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:01.6149246Z [00:02:54.879]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:01.6150029Z [00:02:54.879]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:01.6150604Z [00:02:54.879]➜  EOF
2025-08-20T21:21:01.6157845Z [00:02:54.883]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b982/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/encoding/protojson=>google.golang.org/protobuf@v1.36.5/encoding/protojson;$WORK/b982=>" -p google.golang.org/protobuf/encoding/protojson -lang=go1.21 -complete -installsuffix shared -buildid EAHG72nWPxnhk315D7jR/EAHG72nWPxnhk315D7jR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b982/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/encoding/protojson/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/encoding/protojson/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/encoding/protojson/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/encoding/protojson/well_known_types.go
2025-08-20T21:21:01.6164203Z [00:02:54.884]➜  go tool buildid -w $WORK/b966/_pkg_.a # internal
2025-08-20T21:21:01.6173026Z [00:02:54.884]➜  cp $WORK/b966/_pkg_.a /root/.cache/go-build/e1/e142761fad0160e814d3afa264dfe99697c323a323b56f4dbc8202b8ce961228-d # internal
2025-08-20T21:21:01.6184980Z [00:02:54.886]➜  google.golang.org/grpc/balancer/base
2025-08-20T21:21:01.6189293Z [00:02:54.886]➜  mkdir -p $WORK/b976/
2025-08-20T21:21:01.6201545Z [00:02:54.886]➜  cat >/tmp/go-build3547871397/b976/importcfg << 'EOF' # internal
2025-08-20T21:21:01.6202289Z [00:02:54.886]➜  # import config
2025-08-20T21:21:01.6203141Z [00:02:54.886]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:01.6203987Z [00:02:54.886]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:01.6205001Z [00:02:54.886]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:01.6208637Z [00:02:54.886]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:01.6209824Z [00:02:54.886]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:01.6210976Z [00:02:54.886]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:01.6211741Z [00:02:54.886]➜  EOF
2025-08-20T21:21:01.6215958Z [00:02:54.886]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b976/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/base=>google.golang.org/grpc@v1.68.1/balancer/base;$WORK/b976=>" -p google.golang.org/grpc/balancer/base -lang=go1.22 -complete -installsuffix shared -buildid 2MoBeWDB4F5-p3YqIGUO/2MoBeWDB4F5-p3YqIGUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b976/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/base/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/base/base.go
2025-08-20T21:21:01.6290260Z [00:02:54.896]➜  go tool buildid -w $WORK/b985/_pkg_.a # internal
2025-08-20T21:21:01.6298413Z [00:02:54.897]➜  cp $WORK/b985/_pkg_.a /root/.cache/go-build/85/855369ac27d001b583602395065b6c7fa801e59b445f34bf3a8efa8502069696-d # internal
2025-08-20T21:21:01.6300887Z [00:02:54.897]➜  google.golang.org/grpc/internal/grpcutil
2025-08-20T21:21:01.6303567Z [00:02:54.898]➜  mkdir -p $WORK/b987/
2025-08-20T21:21:01.6308876Z [00:02:54.898]➜  cat >/tmp/go-build3547871397/b987/importcfg << 'EOF' # internal
2025-08-20T21:21:01.6311422Z [00:02:54.898]➜  # import config
2025-08-20T21:21:01.6314470Z [00:02:54.898]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:01.6315302Z [00:02:54.898]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:01.6316284Z [00:02:54.898]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:01.6317301Z [00:02:54.898]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:01.6318160Z [00:02:54.898]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:01.6319000Z [00:02:54.898]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:01.6319801Z [00:02:54.898]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:01.6320389Z [00:02:54.898]➜  EOF
2025-08-20T21:21:01.6350649Z [00:02:54.898]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b987/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/grpcutil=>google.golang.org/grpc@v1.68.1/internal/grpcutil;$WORK/b987=>" -p google.golang.org/grpc/internal/grpcutil -lang=go1.22 -complete -installsuffix shared -buildid 8zSf5CHsGSQ4yPO8nMZw/8zSf5CHsGSQ4yPO8nMZw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b987/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/grpcutil/compressor.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/grpcutil/encode_duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/grpcutil/grpcutil.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/grpcutil/metadata.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/grpcutil/method.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/grpcutil/regex.go
2025-08-20T21:21:01.6631069Z [00:02:54.930]➜  go tool buildid -w $WORK/b987/_pkg_.a # internal
2025-08-20T21:21:01.6634153Z [00:02:54.930]➜  go tool buildid -w $WORK/b976/_pkg_.a # internal
2025-08-20T21:21:01.6644919Z [00:02:54.932]➜  cp $WORK/b987/_pkg_.a /root/.cache/go-build/00/00cc5cb2a39addbf9a1417facd406db60af96009c2b69f7cff145a2d3d5f17e6-d # internal
2025-08-20T21:21:01.6651913Z [00:02:54.932]➜  cp $WORK/b976/_pkg_.a /root/.cache/go-build/a0/a0446dc6b8f36769e40e8134de168d95d91a0af44df2c83836958471dfbf6e4c-d # internal
2025-08-20T21:21:01.6658949Z [00:02:54.933]➜  google.golang.org/grpc/balancer/roundrobin
2025-08-20T21:21:01.6659468Z [00:02:54.933]➜  mkdir -p $WORK/b984/
2025-08-20T21:21:01.6660005Z [00:02:54.933]➜  google.golang.org/grpc/mem
2025-08-20T21:21:01.6660543Z [00:02:54.933]➜  mkdir -p $WORK/b988/
2025-08-20T21:21:01.6661278Z [00:02:54.933]➜  cat >/tmp/go-build3547871397/b988/importcfg << 'EOF' # internal
2025-08-20T21:21:01.6661970Z [00:02:54.933]➜  # import config
2025-08-20T21:21:01.6662813Z [00:02:54.933]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:01.6663857Z [00:02:54.933]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:01.6667152Z [00:02:54.933]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:01.6668181Z [00:02:54.933]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:01.6669134Z [00:02:54.933]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:01.6670076Z [00:02:54.933]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:01.6670799Z [00:02:54.933]➜  EOF
2025-08-20T21:21:01.6682252Z [00:02:54.933]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b988/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/mem=>google.golang.org/grpc@v1.68.1/mem;$WORK/b988=>" -p google.golang.org/grpc/mem -lang=go1.22 -complete -installsuffix shared -buildid TOrnbrS5LTVmXODb0IfN/TOrnbrS5LTVmXODb0IfN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b988/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/mem/buffer_pool.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/mem/buffer_slice.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/mem/buffers.go
2025-08-20T21:21:01.6686323Z [00:02:54.934]➜  cat >/tmp/go-build3547871397/b984/importcfg << 'EOF' # internal
2025-08-20T21:21:01.6687025Z [00:02:54.935]➜  # import config
2025-08-20T21:21:01.6687843Z [00:02:54.935]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:01.6689056Z [00:02:54.935]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3547871397/b976/_pkg_.a
2025-08-20T21:21:01.6690246Z [00:02:54.935]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:01.6691252Z [00:02:54.935]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:01.6692170Z [00:02:54.935]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:01.6693399Z [00:02:54.935]➜  EOF
2025-08-20T21:21:01.6697472Z [00:02:54.935]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b984/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/roundrobin=>google.golang.org/grpc@v1.68.1/balancer/roundrobin;$WORK/b984=>" -p google.golang.org/grpc/balancer/roundrobin -lang=go1.22 -complete -installsuffix shared -buildid CKRmP1b-pJou5LcWBCjR/CKRmP1b-pJou5LcWBCjR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b984/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/roundrobin/roundrobin.go
2025-08-20T21:21:01.7079422Z [00:02:54.975]➜  go tool buildid -w $WORK/b984/_pkg_.a # internal
2025-08-20T21:21:01.7088586Z [00:02:54.976]➜  cp $WORK/b984/_pkg_.a /root/.cache/go-build/0a/0adb2e27668e548f69d20217f06c168a88ed99696dc761e1867ef51ea87c3323-d # internal
2025-08-20T21:21:01.7090886Z [00:02:54.976]➜  google.golang.org/grpc/internal/backoff
2025-08-20T21:21:01.7093351Z [00:02:54.976]➜  mkdir -p $WORK/b990/
2025-08-20T21:21:01.7097403Z [00:02:54.977]➜  cat >/tmp/go-build3547871397/b990/importcfg << 'EOF' # internal
2025-08-20T21:21:01.7098168Z [00:02:54.977]➜  # import config
2025-08-20T21:21:01.7098840Z [00:02:54.977]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:01.7099700Z [00:02:54.977]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:01.7100742Z [00:02:54.977]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3547871397/b965/_pkg_.a
2025-08-20T21:21:01.7101799Z [00:02:54.977]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:01.7102856Z [00:02:54.977]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:01.7103510Z [00:02:54.977]➜  EOF
2025-08-20T21:21:01.7108472Z [00:02:54.978]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b990/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/backoff=>google.golang.org/grpc@v1.68.1/internal/backoff;$WORK/b990=>" -p google.golang.org/grpc/internal/backoff -lang=go1.22 -complete -installsuffix shared -buildid VVA_41jLmOhCoCYO6Aj2/VVA_41jLmOhCoCYO6Aj2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b990/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/backoff/backoff.go
2025-08-20T21:21:01.7420726Z [00:02:55.009]➜  go tool buildid -w $WORK/b990/_pkg_.a # internal
2025-08-20T21:21:01.7427034Z [00:02:55.010]➜  cp $WORK/b990/_pkg_.a /root/.cache/go-build/7b/7bc8af62fe3c6bb5c2e6310591cda28fc2868565aef9a65e8a8b2a5849fa6b33-d # internal
2025-08-20T21:21:01.7429555Z [00:02:55.010]➜  google.golang.org/grpc/internal/balancer/gracefulswitch
2025-08-20T21:21:01.7433838Z [00:02:55.010]➜  mkdir -p $WORK/b991/
2025-08-20T21:21:01.7435578Z [00:02:55.010]➜  cat >/tmp/go-build3547871397/b991/importcfg << 'EOF' # internal
2025-08-20T21:21:01.7436291Z [00:02:55.010]➜  # import config
2025-08-20T21:21:01.7437051Z [00:02:55.010]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:01.7437968Z [00:02:55.010]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:01.7438879Z [00:02:55.010]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:01.7439874Z [00:02:55.010]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:01.7441153Z [00:02:55.010]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3547871397/b976/_pkg_.a
2025-08-20T21:21:01.7442364Z [00:02:55.010]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:01.7443750Z [00:02:55.010]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:01.7444990Z [00:02:55.011]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:01.7446037Z [00:02:55.011]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:01.7446660Z [00:02:55.011]➜  EOF
2025-08-20T21:21:01.7451944Z [00:02:55.011]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b991/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/balancer/gracefulswitch=>google.golang.org/grpc@v1.68.1/internal/balancer/gracefulswitch;$WORK/b991=>" -p google.golang.org/grpc/internal/balancer/gracefulswitch -lang=go1.22 -complete -installsuffix shared -buildid 3I4RSEM8x7Tyq4n7c84x/3I4RSEM8x7Tyq4n7c84x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b991/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/balancer/gracefulswitch/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/balancer/gracefulswitch/gracefulswitch.go
2025-08-20T21:21:01.7504293Z [00:02:55.018]➜  go tool buildid -w $WORK/b988/_pkg_.a # internal
2025-08-20T21:21:01.7558195Z [00:02:55.023]➜  cp $WORK/b988/_pkg_.a /root/.cache/go-build/67/67fa658f3c02d0df7c733467fd5832fdd630d2b272a04e348e6c45d4a4af2d6b-d # internal
2025-08-20T21:21:01.7565506Z [00:02:55.023]➜  google.golang.org/grpc/encoding
2025-08-20T21:21:01.7566158Z [00:02:55.023]➜  mkdir -p $WORK/b986/
2025-08-20T21:21:01.7593023Z [00:02:55.024]➜  cat >/tmp/go-build3547871397/b986/importcfg << 'EOF' # internal
2025-08-20T21:21:01.7593797Z [00:02:55.024]➜  # import config
2025-08-20T21:21:01.7594760Z [00:02:55.024]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3547871397/b987/_pkg_.a
2025-08-20T21:21:01.7596067Z [00:02:55.024]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3547871397/b988/_pkg_.a
2025-08-20T21:21:01.7597047Z [00:02:55.024]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:01.7597922Z [00:02:55.024]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:01.7598596Z [00:02:55.024]➜  EOF
2025-08-20T21:21:01.7602891Z [00:02:55.024]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b986/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/encoding=>google.golang.org/grpc@v1.68.1/encoding;$WORK/b986=>" -p google.golang.org/grpc/encoding -lang=go1.22 -complete -installsuffix shared -buildid eJeVZunD0ipJtKKn-VcK/eJeVZunD0ipJtKKn-VcK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b986/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/encoding/encoding.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/encoding/encoding_v2.go
2025-08-20T21:21:01.8120999Z [00:02:55.079]➜  go tool buildid -w $WORK/b991/_pkg_.a # internal
2025-08-20T21:21:01.8133610Z [00:02:55.080]➜  cp $WORK/b991/_pkg_.a /root/.cache/go-build/ca/cab15ba235dbbb1aa95be99510699887dfa8cadce02e9be2753a9184055dbe15-d # internal
2025-08-20T21:21:01.8136459Z [00:02:55.081]➜  google.golang.org/grpc/internal/balancerload
2025-08-20T21:21:01.8139228Z [00:02:55.081]➜  mkdir -p $WORK/b992/
2025-08-20T21:21:01.8140034Z [00:02:55.081]➜  cat >/tmp/go-build3547871397/b992/importcfg << 'EOF' # internal
2025-08-20T21:21:01.8140784Z [00:02:55.081]➜  # import config
2025-08-20T21:21:01.8141661Z [00:02:55.081]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:01.8142480Z [00:02:55.081]➜  EOF
2025-08-20T21:21:01.8146685Z [00:02:55.081]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b992/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/balancerload=>google.golang.org/grpc@v1.68.1/internal/balancerload;$WORK/b992=>" -p google.golang.org/grpc/internal/balancerload -lang=go1.22 -complete -installsuffix shared -buildid Eb4h1VcT6sF5pJhmXu8E/Eb4h1VcT6sF5pJhmXu8E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b992/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/balancerload/load.go
2025-08-20T21:21:01.8161354Z [00:02:55.083]➜  go tool buildid -w $WORK/b986/_pkg_.a # internal
2025-08-20T21:21:01.8181553Z [00:02:55.085]➜  cp $WORK/b986/_pkg_.a /root/.cache/go-build/ef/ef188d8b48ac04b66db5beed26ced92fac76bd55bd16438cd8cc863a0a55835d-d # internal
2025-08-20T21:21:01.8190156Z [00:02:55.086]➜  google.golang.org/grpc/encoding/proto
2025-08-20T21:21:01.8190821Z [00:02:55.086]➜  mkdir -p $WORK/b989/
2025-08-20T21:21:01.8201215Z [00:02:55.087]➜  cat >/tmp/go-build3547871397/b989/importcfg << 'EOF' # internal
2025-08-20T21:21:01.8206867Z [00:02:55.087]➜  # import config
2025-08-20T21:21:01.8207564Z [00:02:55.088]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:01.8208860Z [00:02:55.088]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3547871397/b986/_pkg_.a
2025-08-20T21:21:01.8210082Z [00:02:55.088]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3547871397/b988/_pkg_.a
2025-08-20T21:21:01.8211273Z [00:02:55.088]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:01.8212563Z [00:02:55.088]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3547871397/b961/_pkg_.a
2025-08-20T21:21:01.8213906Z [00:02:55.088]➜  EOF
2025-08-20T21:21:01.8217689Z [00:02:55.088]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b989/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/encoding/proto=>google.golang.org/grpc@v1.68.1/encoding/proto;$WORK/b989=>" -p google.golang.org/grpc/encoding/proto -lang=go1.22 -complete -installsuffix shared -buildid 4Ii56vpRga9wLKvpEANz/4Ii56vpRga9wLKvpEANz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b989/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/encoding/proto/proto.go
2025-08-20T21:21:01.8327569Z [00:02:55.100]➜  go tool buildid -w $WORK/b992/_pkg_.a # internal
2025-08-20T21:21:01.8332278Z [00:02:55.100]➜  cp $WORK/b992/_pkg_.a /root/.cache/go-build/8f/8fa39a580d46ef7c78ec7e14149c04c283ab174bd8d4c6e867c3752b3e83d6ff-d # internal
2025-08-20T21:21:01.8335666Z [00:02:55.101]➜  google.golang.org/protobuf/types/known/durationpb
2025-08-20T21:21:01.8340335Z [00:02:55.101]➜  mkdir -p $WORK/b995/
2025-08-20T21:21:01.8341095Z [00:02:55.101]➜  cat >/tmp/go-build3547871397/b995/importcfg << 'EOF' # internal
2025-08-20T21:21:01.8341790Z [00:02:55.101]➜  # import config
2025-08-20T21:21:01.8343018Z [00:02:55.101]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:01.8344501Z [00:02:55.101]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:01.8345686Z [00:02:55.101]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:01.8346774Z [00:02:55.101]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:01.8347636Z [00:02:55.101]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:01.8348456Z [00:02:55.101]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:01.8349067Z [00:02:55.101]➜  EOF
2025-08-20T21:21:01.8353651Z [00:02:55.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b995/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/types/known/durationpb=>google.golang.org/protobuf@v1.36.5/types/known/durationpb;$WORK/b995=>" -p google.golang.org/protobuf/types/known/durationpb -lang=go1.21 -complete -installsuffix shared -buildid tloB3Sb4cP3CqpBrBcam/tloB3Sb4cP3CqpBrBcam -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b995/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/types/known/durationpb/duration.pb.go
2025-08-20T21:21:01.8970937Z [00:02:55.164]➜  go tool buildid -w $WORK/b989/_pkg_.a # internal
2025-08-20T21:21:01.8979067Z [00:02:55.165]➜  cp $WORK/b989/_pkg_.a /root/.cache/go-build/75/759b8e8f5414af9e8ea00a1da44fc61ff5327c880b0c3d7fa8c9602d270ec8a6-d # internal
2025-08-20T21:21:01.8984680Z [00:02:55.165]➜  google.golang.org/protobuf/types/known/timestamppb
2025-08-20T21:21:01.8997354Z [00:02:55.165]➜  mkdir -p $WORK/b996/
2025-08-20T21:21:01.8998137Z [00:02:55.166]➜  cat >/tmp/go-build3547871397/b996/importcfg << 'EOF' # internal
2025-08-20T21:21:01.8998867Z [00:02:55.166]➜  # import config
2025-08-20T21:21:01.8999889Z [00:02:55.166]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:01.9001352Z [00:02:55.166]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:01.9002517Z [00:02:55.166]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:01.9004389Z [00:02:55.166]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:01.9005283Z [00:02:55.166]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:01.9005924Z [00:02:55.166]➜  EOF
2025-08-20T21:21:01.9010250Z [00:02:55.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b996/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/types/known/timestamppb=>google.golang.org/protobuf@v1.36.5/types/known/timestamppb;$WORK/b996=>" -p google.golang.org/protobuf/types/known/timestamppb -lang=go1.21 -complete -installsuffix shared -buildid KBNfDpprnwmJW6kfkmNY/KBNfDpprnwmJW6kfkmNY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b996/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/types/known/timestamppb/timestamp.pb.go
2025-08-20T21:21:01.9529870Z [00:02:55.220]➜  go tool buildid -w $WORK/b995/_pkg_.a # internal
2025-08-20T21:21:01.9541773Z [00:02:55.221]➜  cp $WORK/b995/_pkg_.a /root/.cache/go-build/50/50b5bfdcb794b1172179993bff23b961da4cb87445faf685d709a6b28a2c7c03-d # internal
2025-08-20T21:21:01.9550553Z [00:02:55.222]➜  google.golang.org/grpc/internal/buffer
2025-08-20T21:21:01.9551555Z [00:02:55.222]➜  mkdir -p $WORK/b998/
2025-08-20T21:21:01.9552292Z [00:02:55.222]➜  cat >/tmp/go-build3547871397/b998/importcfg << 'EOF' # internal
2025-08-20T21:21:01.9553121Z [00:02:55.222]➜  # import config
2025-08-20T21:21:01.9553813Z [00:02:55.222]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:01.9554644Z [00:02:55.222]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:01.9555283Z [00:02:55.222]➜  EOF
2025-08-20T21:21:01.9583446Z [00:02:55.225]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b998/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/buffer=>google.golang.org/grpc@v1.68.1/internal/buffer;$WORK/b998=>" -p google.golang.org/grpc/internal/buffer -lang=go1.22 -complete -installsuffix shared -buildid 1pBufnaHhtEyMB5mcvrm/1pBufnaHhtEyMB5mcvrm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b998/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/buffer/unbounded.go
2025-08-20T21:21:01.9688794Z [00:02:55.236]➜  go tool buildid -w $WORK/b996/_pkg_.a # internal
2025-08-20T21:21:01.9706107Z [00:02:55.238]➜  cp $WORK/b996/_pkg_.a /root/.cache/go-build/e1/e15b007246dc0d411b6ada97e9e6fcb4ce94beaaef2cb5813f8322ac2a136608-d # internal
2025-08-20T21:21:01.9712499Z [00:02:55.238]➜  google.golang.org/grpc/binarylog/grpc_binarylog_v1
2025-08-20T21:21:01.9716337Z [00:02:55.239]➜  mkdir -p $WORK/b994/
2025-08-20T21:21:01.9725139Z [00:02:55.240]➜  cat >/tmp/go-build3547871397/b994/importcfg << 'EOF' # internal
2025-08-20T21:21:01.9729627Z [00:02:55.240]➜  # import config
2025-08-20T21:21:01.9730669Z [00:02:55.240]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:01.9732272Z [00:02:55.240]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:01.9734726Z [00:02:55.240]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:01.9736278Z [00:02:55.240]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:01.9737453Z [00:02:55.240]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:01.9738333Z [00:02:55.240]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:01.9738978Z [00:02:55.240]➜  EOF
2025-08-20T21:21:01.9743170Z [00:02:55.240]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b994/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/binarylog/grpc_binarylog_v1=>google.golang.org/grpc@v1.68.1/binarylog/grpc_binarylog_v1;$WORK/b994=>" -p google.golang.org/grpc/binarylog/grpc_binarylog_v1 -lang=go1.22 -complete -installsuffix shared -buildid i4rK6wPFKNx1GwlC7gdI/i4rK6wPFKNx1GwlC7gdI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b994/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/binarylog/grpc_binarylog_v1/binarylog.pb.go
2025-08-20T21:21:01.9896072Z [00:02:55.257]➜  go tool buildid -w $WORK/b998/_pkg_.a # internal
2025-08-20T21:21:01.9904249Z [00:02:55.257]➜  cp $WORK/b998/_pkg_.a /root/.cache/go-build/86/867e5e2642ba078ab03ec081efc9419391f58a47d082fcec13e8fca3eabbf9d8-d # internal
2025-08-20T21:21:01.9905528Z [00:02:55.258]➜  google.golang.org/grpc/internal/grpcsync
2025-08-20T21:21:01.9906193Z [00:02:55.258]➜  mkdir -p $WORK/b997/
2025-08-20T21:21:01.9959819Z [00:02:55.263]➜  cat >/tmp/go-build3547871397/b997/importcfg << 'EOF' # internal
2025-08-20T21:21:01.9962457Z [00:02:55.263]➜  # import config
2025-08-20T21:21:01.9963395Z [00:02:55.263]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:01.9964527Z [00:02:55.263]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3547871397/b998/_pkg_.a
2025-08-20T21:21:01.9965599Z [00:02:55.263]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:01.9966522Z [00:02:55.263]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:01.9967419Z [00:02:55.263]➜  EOF
2025-08-20T21:21:01.9973190Z [00:02:55.263]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b997/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/grpcsync=>google.golang.org/grpc@v1.68.1/internal/grpcsync;$WORK/b997=>" -p google.golang.org/grpc/internal/grpcsync -lang=go1.22 -complete -installsuffix shared -buildid ZUkVfvRb4F61TQEyiy24/ZUkVfvRb4F61TQEyiy24 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b997/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/grpcsync/callback_serializer.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/grpcsync/event.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/grpcsync/oncefunc.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/grpcsync/pubsub.go
2025-08-20T21:21:01.9983812Z [00:02:55.266]➜  go tool buildid -w $WORK/b982/_pkg_.a # internal
2025-08-20T21:21:02.0089143Z [00:02:55.276]➜  cp $WORK/b982/_pkg_.a /root/.cache/go-build/fa/fae705778528d28d4a2ea7fc84ea9ae11fda46e48b9539d7e0d2ef7bae67bd1c-d # internal
2025-08-20T21:21:02.0094756Z [00:02:55.276]➜  google.golang.org/grpc/internal/pretty
2025-08-20T21:21:02.0095409Z [00:02:55.276]➜  mkdir -p $WORK/b981/
2025-08-20T21:21:02.0110988Z [00:02:55.278]➜  cat >/tmp/go-build3547871397/b981/importcfg << 'EOF' # internal
2025-08-20T21:21:02.0113251Z [00:02:55.279]➜  # import config
2025-08-20T21:21:02.0116403Z [00:02:55.279]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:02.0117595Z [00:02:55.279]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:02.0120704Z [00:02:55.279]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.0122031Z [00:02:55.279]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3547871397/b982/_pkg_.a
2025-08-20T21:21:02.0123705Z [00:02:55.279]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3547871397/b961/_pkg_.a
2025-08-20T21:21:02.0124620Z [00:02:55.279]➜  EOF
2025-08-20T21:21:02.0128518Z [00:02:55.279]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b981/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/pretty=>google.golang.org/grpc@v1.68.1/internal/pretty;$WORK/b981=>" -p google.golang.org/grpc/internal/pretty -lang=go1.22 -complete -installsuffix shared -buildid yEdt_x0QZOaz9p5Miggg/yEdt_x0QZOaz9p5Miggg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b981/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/pretty/pretty.go
2025-08-20T21:21:02.0519820Z [00:02:55.319]➜  go tool buildid -w $WORK/b997/_pkg_.a # internal
2025-08-20T21:21:02.0529388Z [00:02:55.320]➜  cp $WORK/b997/_pkg_.a /root/.cache/go-build/b0/b02db610e61d5b2d7bf3ba8917d0d5145f08dc9d2aad0f5b1f5f9cb6db3d9b33-d # internal
2025-08-20T21:21:02.0558808Z [00:02:55.320]➜  google.golang.org/grpc/internal/idle
2025-08-20T21:21:02.0559489Z [00:02:55.320]➜  mkdir -p $WORK/b999/
2025-08-20T21:21:02.0560306Z [00:02:55.321]➜  cat >/tmp/go-build3547871397/b999/importcfg << 'EOF' # internal
2025-08-20T21:21:02.0561034Z [00:02:55.321]➜  # import config
2025-08-20T21:21:02.0561705Z [00:02:55.321]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.0562565Z [00:02:55.321]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:02.0563593Z [00:02:55.321]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:02.0564481Z [00:02:55.321]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:02.0565382Z [00:02:55.321]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:02.0565999Z [00:02:55.321]➜  EOF
2025-08-20T21:21:02.0569753Z [00:02:55.321]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b999/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/idle=>google.golang.org/grpc@v1.68.1/internal/idle;$WORK/b999=>" -p google.golang.org/grpc/internal/idle -lang=go1.22 -complete -installsuffix shared -buildid UVts56o3Xxt3Wir7xEy6/UVts56o3Xxt3Wir7xEy6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b999/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/idle/idle.go
2025-08-20T21:21:02.0739604Z [00:02:55.341]➜  go tool buildid -w $WORK/b981/_pkg_.a # internal
2025-08-20T21:21:02.0751431Z [00:02:55.342]➜  cp $WORK/b981/_pkg_.a /root/.cache/go-build/71/716cf34d46bead9305d12752949cb3ea8f8c312a63af0d9c0f12042fc4982f4a-d # internal
2025-08-20T21:21:02.0753036Z [00:02:55.342]➜  google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
2025-08-20T21:21:02.0754367Z [00:02:55.342]➜  mkdir -p $WORK/b979/
2025-08-20T21:21:02.0761017Z [00:02:55.343]➜  cat >/tmp/go-build3547871397/b979/importcfg << 'EOF' # internal
2025-08-20T21:21:02.0761753Z [00:02:55.343]➜  # import config
2025-08-20T21:21:02.0762505Z [00:02:55.343]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:02.0763895Z [00:02:55.343]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:02.0764783Z [00:02:55.343]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.0765783Z [00:02:55.343]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:02.0767148Z [00:02:55.343]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build3547871397/b978/_pkg_.a
2025-08-20T21:21:02.0768535Z [00:02:55.343]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:02.0769755Z [00:02:55.343]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:02.0771013Z [00:02:55.343]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3547871397/b972/_pkg_.a
2025-08-20T21:21:02.0772502Z [00:02:55.343]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:02.0777433Z [00:02:55.343]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3547871397/b981/_pkg_.a
2025-08-20T21:21:02.0778862Z [00:02:55.343]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:02.0780102Z [00:02:55.343]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:02.0781185Z [00:02:55.343]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:02.0781768Z [00:02:55.343]➜  EOF
2025-08-20T21:21:02.0785948Z [00:02:55.343]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b979/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/pickfirst/pickfirstleaf=>google.golang.org/grpc@v1.68.1/balancer/pickfirst/pickfirstleaf;$WORK/b979=>" -p google.golang.org/grpc/balancer/pickfirst/pickfirstleaf -lang=go1.22 -complete -installsuffix shared -buildid HwofrZ4BBmJxilfvV2Ux/HwofrZ4BBmJxilfvV2Ux -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b979/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/pickfirst/pickfirstleaf/pickfirstleaf.go
2025-08-20T21:21:02.1015240Z [00:02:55.369]➜  go tool buildid -w $WORK/b994/_pkg_.a # internal
2025-08-20T21:21:02.1076592Z [00:02:55.375]➜  cp $WORK/b994/_pkg_.a /root/.cache/go-build/e6/e62baa871eccd170fec036390294b6afadf9e12e61af84ddd90a8c50780aeb78-d # internal
2025-08-20T21:21:02.1084456Z [00:02:55.375]➜  google.golang.org/grpc/internal/binarylog
2025-08-20T21:21:02.1113502Z [00:02:55.375]➜  mkdir -p $WORK/b993/
2025-08-20T21:21:02.1114300Z [00:02:55.376]➜  cat >/tmp/go-build3547871397/b993/importcfg << 'EOF' # internal
2025-08-20T21:21:02.1115026Z [00:02:55.376]➜  # import config
2025-08-20T21:21:02.1115715Z [00:02:55.376]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:02.1116631Z [00:02:55.376]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:02.1117552Z [00:02:55.376]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:02.1118495Z [00:02:55.377]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:02.1119611Z [00:02:55.377]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.1120803Z [00:02:55.377]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build3547871397/b994/_pkg_.a
2025-08-20T21:21:02.1122178Z [00:02:55.377]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:02.1123708Z [00:02:55.377]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3547871397/b987/_pkg_.a
2025-08-20T21:21:02.1124992Z [00:02:55.377]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:02.1126207Z [00:02:55.377]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:02.1127458Z [00:02:55.377]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:02.1128867Z [00:02:55.377]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:02.1130620Z [00:02:55.377]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:02.1131801Z [00:02:55.377]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:02.1132917Z [00:02:55.377]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:02.1133776Z [00:02:55.377]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:02.1134617Z [00:02:55.377]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:02.1135465Z [00:02:55.377]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:02.1136323Z [00:02:55.377]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:02.1137369Z [00:02:55.377]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:02.1138290Z [00:02:55.377]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:02.1139337Z [00:02:55.377]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:02.1139993Z [00:02:55.377]➜  EOF
2025-08-20T21:21:02.1146470Z [00:02:55.377]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b993/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/binarylog=>google.golang.org/grpc@v1.68.1/internal/binarylog;$WORK/b993=>" -p google.golang.org/grpc/internal/binarylog -lang=go1.22 -complete -installsuffix shared -buildid 0oluQ0Ss_DswR69eYdZK/0oluQ0Ss_DswR69eYdZK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b993/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/binarylog/binarylog.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/binarylog/binarylog_testutil.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/binarylog/env_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/binarylog/method_logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/binarylog/sink.go
2025-08-20T21:21:02.1176617Z [00:02:55.385]➜  go tool buildid -w $WORK/b999/_pkg_.a # internal
2025-08-20T21:21:02.1184885Z [00:02:55.386]➜  cp $WORK/b999/_pkg_.a /root/.cache/go-build/3e/3e4665d1139dd649c903bf4b6be7a491adb2195b9f75aa5768a5e83e2e890f5e-d # internal
2025-08-20T21:21:02.1186715Z [00:02:55.386]➜  google.golang.org/grpc/internal/metadata
2025-08-20T21:21:02.1188229Z [00:02:55.386]➜  mkdir -p $WORK/b1000/
2025-08-20T21:21:02.1190694Z [00:02:55.386]➜  cat >/tmp/go-build3547871397/b1000/importcfg << 'EOF' # internal
2025-08-20T21:21:02.1193999Z [00:02:55.386]➜  # import config
2025-08-20T21:21:02.1194767Z [00:02:55.386]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.1195802Z [00:02:55.386]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:02.1197021Z [00:02:55.386]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:02.1198057Z [00:02:55.386]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:02.1198910Z [00:02:55.386]➜  EOF
2025-08-20T21:21:02.1202944Z [00:02:55.387]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1000/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/metadata=>google.golang.org/grpc@v1.68.1/internal/metadata;$WORK/b1000=>" -p google.golang.org/grpc/internal/metadata -lang=go1.22 -complete -installsuffix shared -buildid 4DcoK_U42YNDapS2E90K/4DcoK_U42YNDapS2E90K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1000/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/metadata/metadata.go
2025-08-20T21:21:02.1454220Z [00:02:55.410]➜  go tool buildid -w $WORK/b1000/_pkg_.a # internal
2025-08-20T21:21:02.1457159Z [00:02:55.411]➜  cp $WORK/b1000/_pkg_.a /root/.cache/go-build/83/83041d023605607b393cb0876d642d45fb65eddf27c70e83fa256c7bf6945bf1-d # internal
2025-08-20T21:21:02.1460436Z [00:02:55.411]➜  google.golang.org/grpc/internal/serviceconfig
2025-08-20T21:21:02.1461334Z [00:02:55.411]➜  mkdir -p $WORK/b1002/
2025-08-20T21:21:02.1462129Z [00:02:55.412]➜  cat >/tmp/go-build3547871397/b1002/importcfg << 'EOF' # internal
2025-08-20T21:21:02.1462967Z [00:02:55.412]➜  # import config
2025-08-20T21:21:02.1463716Z [00:02:55.412]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:02.1464617Z [00:02:55.412]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.1465594Z [00:02:55.412]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:02.1466710Z [00:02:55.412]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:02.1467804Z [00:02:55.412]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:02.1469157Z [00:02:55.412]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:02.1470219Z [00:02:55.412]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:02.1471218Z [00:02:55.412]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:02.1472074Z [00:02:55.412]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:02.1473011Z [00:02:55.412]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:02.1473621Z [00:02:55.412]➜  EOF
2025-08-20T21:21:02.1478169Z [00:02:55.412]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1002/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/serviceconfig=>google.golang.org/grpc@v1.68.1/internal/serviceconfig;$WORK/b1002=>" -p google.golang.org/grpc/internal/serviceconfig -lang=go1.22 -complete -installsuffix shared -buildid NqnP578PQBruYg4GGCuc/NqnP578PQBruYg4GGCuc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1002/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/serviceconfig/duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/serviceconfig/serviceconfig.go
2025-08-20T21:21:02.1898885Z [00:02:55.457]➜  go tool buildid -w $WORK/b1002/_pkg_.a # internal
2025-08-20T21:21:02.1914069Z [00:02:55.459]➜  cp $WORK/b1002/_pkg_.a /root/.cache/go-build/31/3184d45e94806cbb86f87484662264e4f6161954dfba879cdd1316075a4dd56f-d # internal
2025-08-20T21:21:02.1921385Z [00:02:55.459]➜  google.golang.org/grpc/internal/resolver
2025-08-20T21:21:02.1922133Z [00:02:55.459]➜  mkdir -p $WORK/b1001/
2025-08-20T21:21:02.1927031Z [00:02:55.460]➜  cat >/tmp/go-build3547871397/b1001/importcfg << 'EOF' # internal
2025-08-20T21:21:02.1946480Z [00:02:55.460]➜  # import config
2025-08-20T21:21:02.1947189Z [00:02:55.460]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:02.1948371Z [00:02:55.460]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3547871397/b1002/_pkg_.a
2025-08-20T21:21:02.1949678Z [00:02:55.460]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:02.1950839Z [00:02:55.460]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:02.1952028Z [00:02:55.460]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:02.1954904Z [00:02:55.460]➜  EOF
2025-08-20T21:21:02.1958817Z [00:02:55.460]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1001/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/resolver=>google.golang.org/grpc@v1.68.1/internal/resolver;$WORK/b1001=>" -p google.golang.org/grpc/internal/resolver -lang=go1.22 -complete -installsuffix shared -buildid lrucMGUuzYIK84eFEmzW/lrucMGUuzYIK84eFEmzW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1001/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/resolver/config_selector.go
2025-08-20T21:21:02.1965058Z [00:02:55.463]➜  go tool buildid -w $WORK/b979/_pkg_.a # internal
2025-08-20T21:21:02.1986648Z [00:02:55.466]➜  cp $WORK/b979/_pkg_.a /root/.cache/go-build/ed/ed4fee93ac5a80210444a96e9ba39de8e40a42e4e744c9e4bfb72fb2ab12d877-d # internal
2025-08-20T21:21:02.1994601Z [00:02:55.466]➜  google.golang.org/grpc/balancer/pickfirst
2025-08-20T21:21:02.1995252Z [00:02:55.466]➜  mkdir -p $WORK/b977/
2025-08-20T21:21:02.1997158Z [00:02:55.467]➜  cat >/tmp/go-build3547871397/b977/importcfg << 'EOF' # internal
2025-08-20T21:21:02.1998335Z [00:02:55.467]➜  # import config
2025-08-20T21:21:02.2000610Z [00:02:55.467]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:02.2001819Z [00:02:55.467]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:02.2004292Z [00:02:55.467]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.2005297Z [00:02:55.467]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:02.2006822Z [00:02:55.467]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build3547871397/b978/_pkg_.a
2025-08-20T21:21:02.2008392Z [00:02:55.467]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3547871397/b979/_pkg_.a
2025-08-20T21:21:02.2010073Z [00:02:55.467]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:02.2011391Z [00:02:55.467]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:02.2015464Z [00:02:55.467]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3547871397/b972/_pkg_.a
2025-08-20T21:21:02.2016911Z [00:02:55.467]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:02.2018236Z [00:02:55.467]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3547871397/b981/_pkg_.a
2025-08-20T21:21:02.2019510Z [00:02:55.467]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:02.2020720Z [00:02:55.467]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:02.2021831Z [00:02:55.467]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:02.2022524Z [00:02:55.467]➜  EOF
2025-08-20T21:21:02.2026646Z [00:02:55.467]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b977/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/pickfirst=>google.golang.org/grpc@v1.68.1/balancer/pickfirst;$WORK/b977=>" -p google.golang.org/grpc/balancer/pickfirst -lang=go1.22 -complete -installsuffix shared -buildid uUI9qjU3yOqfCBsnxy61/uUI9qjU3yOqfCBsnxy61 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b977/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/pickfirst/pickfirst.go
2025-08-20T21:21:02.2275399Z [00:02:55.495]➜  go tool buildid -w $WORK/b1001/_pkg_.a # internal
2025-08-20T21:21:02.2286556Z [00:02:55.496]➜  cp $WORK/b1001/_pkg_.a /root/.cache/go-build/40/406c51f9a9ef4794df1367f258bfd3109d9ba25cc29cbfedbe6518b552abb50d-d # internal
2025-08-20T21:21:02.2295818Z [00:02:55.496]➜  google.golang.org/grpc/internal/resolver/passthrough
2025-08-20T21:21:02.2296761Z [00:02:55.496]➜  mkdir -p $WORK/b1003/
2025-08-20T21:21:02.2297516Z [00:02:55.496]➜  cat >/tmp/go-build3547871397/b1003/importcfg << 'EOF' # internal
2025-08-20T21:21:02.2298235Z [00:02:55.496]➜  # import config
2025-08-20T21:21:02.2298902Z [00:02:55.496]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:02.2299911Z [00:02:55.496]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:02.2300722Z [00:02:55.496]➜  EOF
2025-08-20T21:21:02.2305163Z [00:02:55.496]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1003/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/resolver/passthrough=>google.golang.org/grpc@v1.68.1/internal/resolver/passthrough;$WORK/b1003=>" -p google.golang.org/grpc/internal/resolver/passthrough -lang=go1.22 -complete -installsuffix shared -buildid YxkZfKTbjut239x6udny/YxkZfKTbjut239x6udny -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1003/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/resolver/passthrough/passthrough.go
2025-08-20T21:21:02.2818748Z [00:02:55.548]➜  go tool buildid -w $WORK/b1003/_pkg_.a # internal
2025-08-20T21:21:02.2823922Z [00:02:55.549]➜  cp $WORK/b1003/_pkg_.a /root/.cache/go-build/1a/1acee17097acb69e1ff93b05cb88c979e74e8a8058b28c5e32c41a7e9a983c3f-d # internal
2025-08-20T21:21:02.2825235Z [00:02:55.549]➜  google.golang.org/grpc/internal/transport/networktype
2025-08-20T21:21:02.2825915Z [00:02:55.549]➜  mkdir -p $WORK/b1005/
2025-08-20T21:21:02.2826658Z [00:02:55.550]➜  cat >/tmp/go-build3547871397/b1005/importcfg << 'EOF' # internal
2025-08-20T21:21:02.2827349Z [00:02:55.550]➜  # import config
2025-08-20T21:21:02.2828402Z [00:02:55.550]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:02.2829220Z [00:02:55.550]➜  EOF
2025-08-20T21:21:02.2833874Z [00:02:55.550]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1005/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/transport/networktype=>google.golang.org/grpc@v1.68.1/internal/transport/networktype;$WORK/b1005=>" -p google.golang.org/grpc/internal/transport/networktype -lang=go1.22 -complete -installsuffix shared -buildid tR1y_FghBqwyHv9XdDN2/tR1y_FghBqwyHv9XdDN2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1005/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/transport/networktype/networktype.go
2025-08-20T21:21:02.2927794Z [00:02:55.560]➜  go tool buildid -w $WORK/b977/_pkg_.a # internal
2025-08-20T21:21:02.2937032Z [00:02:55.561]➜  cp $WORK/b977/_pkg_.a /root/.cache/go-build/6e/6e5a5dc5c8b0220cae56178f099800972bf23938b93c519875483cbba7c968e1-d # internal
2025-08-20T21:21:02.2965870Z [00:02:55.564]➜  google.golang.org/grpc/stats
2025-08-20T21:21:02.2969539Z [00:02:55.564]➜  mkdir -p $WORK/b1007/
2025-08-20T21:21:02.2971212Z [00:02:55.564]➜  cat >/tmp/go-build3547871397/b1007/importcfg << 'EOF' # internal
2025-08-20T21:21:02.2972577Z [00:02:55.564]➜  # import config
2025-08-20T21:21:02.2973544Z [00:02:55.564]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:02.2974560Z [00:02:55.564]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:02.2975532Z [00:02:55.564]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:02.2976353Z [00:02:55.564]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:02.2976983Z [00:02:55.564]➜  EOF
2025-08-20T21:21:02.2981012Z [00:02:55.565]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1007/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/stats=>google.golang.org/grpc@v1.68.1/stats;$WORK/b1007=>" -p google.golang.org/grpc/stats -lang=go1.22 -complete -installsuffix shared -buildid IO0gEhGCivMeDUAh6aSM/IO0gEhGCivMeDUAh6aSM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1007/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/stats/handlers.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/stats/stats.go
2025-08-20T21:21:02.3054455Z [00:02:55.573]➜  go tool buildid -w $WORK/b1005/_pkg_.a # internal
2025-08-20T21:21:02.3063902Z [00:02:55.574]➜  go tool buildid -w $WORK/b993/_pkg_.a # internal
2025-08-20T21:21:02.3069995Z [00:02:55.574]➜  cp $WORK/b1005/_pkg_.a /root/.cache/go-build/aa/aa8fbcb646aa1c165ea7706e1a04b91f6990f58dfd05fc1211372dcbefe40298-d # internal
2025-08-20T21:21:02.3072357Z [00:02:55.575]➜  google.golang.org/grpc/internal/resolver/unix
2025-08-20T21:21:02.3073163Z [00:02:55.575]➜  mkdir -p $WORK/b1004/
2025-08-20T21:21:02.3077863Z [00:02:55.575]➜  cat >/tmp/go-build3547871397/b1004/importcfg << 'EOF' # internal
2025-08-20T21:21:02.3078633Z [00:02:55.575]➜  # import config
2025-08-20T21:21:02.3079281Z [00:02:55.575]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.3080461Z [00:02:55.575]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3547871397/b1005/_pkg_.a
2025-08-20T21:21:02.3086644Z [00:02:55.575]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:02.3087452Z [00:02:55.575]➜  EOF
2025-08-20T21:21:02.3094140Z [00:02:55.576]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1004/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/resolver/unix=>google.golang.org/grpc@v1.68.1/internal/resolver/unix;$WORK/b1004=>" -p google.golang.org/grpc/internal/resolver/unix -lang=go1.22 -complete -installsuffix shared -buildid UbbGQmOcXh8FLTPqj__D/UbbGQmOcXh8FLTPqj__D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1004/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/resolver/unix/unix.go
2025-08-20T21:21:02.3098568Z [00:02:55.576]➜  cp $WORK/b993/_pkg_.a /root/.cache/go-build/99/996970391e5ab7cea7c746549b43f0a16a6eca155225db064c50e61672305cb8-d # internal
2025-08-20T21:21:02.3099799Z [00:02:55.576]➜  google.golang.org/grpc/internal/syscall
2025-08-20T21:21:02.3100446Z [00:02:55.576]➜  mkdir -p $WORK/b1009/
2025-08-20T21:21:02.3103000Z [00:02:55.578]➜  cat >/tmp/go-build3547871397/b1009/importcfg << 'EOF' # internal
2025-08-20T21:21:02.3103739Z [00:02:55.578]➜  # import config
2025-08-20T21:21:02.3104407Z [00:02:55.578]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.3105342Z [00:02:55.578]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:02.3106463Z [00:02:55.578]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:02.3107443Z [00:02:55.578]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:02.3108284Z [00:02:55.578]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:02.3109121Z [00:02:55.578]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:02.3109740Z [00:02:55.578]➜  EOF
2025-08-20T21:21:02.3113930Z [00:02:55.578]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1009/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/syscall=>google.golang.org/grpc@v1.68.1/internal/syscall;$WORK/b1009=>" -p google.golang.org/grpc/internal/syscall -lang=go1.22 -complete -installsuffix shared -buildid LI3P6lSmMVzxsO10tT2G/LI3P6lSmMVzxsO10tT2G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1009/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/syscall/syscall_linux.go
2025-08-20T21:21:02.3486717Z [00:02:55.616]➜  go tool buildid -w $WORK/b1007/_pkg_.a # internal
2025-08-20T21:21:02.3516665Z [00:02:55.619]➜  go tool buildid -w $WORK/b1004/_pkg_.a # internal
2025-08-20T21:21:02.3523660Z [00:02:55.620]➜  cp $WORK/b1004/_pkg_.a /root/.cache/go-build/fc/fca1db0822f6a56e76b64fa22c6b0821e4514e762b0a2d58647dc98a6a5a346a-d # internal
2025-08-20T21:21:02.3525578Z [00:02:55.620]➜  google.golang.org/grpc/keepalive
2025-08-20T21:21:02.3526719Z [00:02:55.620]➜  mkdir -p $WORK/b1010/
2025-08-20T21:21:02.3531662Z [00:02:55.620]➜  cat >/tmp/go-build3547871397/b1010/importcfg << 'EOF' # internal
2025-08-20T21:21:02.3536569Z [00:02:55.620]➜  # import config
2025-08-20T21:21:02.3538205Z [00:02:55.620]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:02.3541274Z [00:02:55.620]➜  EOF
2025-08-20T21:21:02.3545114Z [00:02:55.620]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1010/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/keepalive=>google.golang.org/grpc@v1.68.1/keepalive;$WORK/b1010=>" -p google.golang.org/grpc/keepalive -lang=go1.22 -complete -installsuffix shared -buildid 6YkxYt0X03THLUQn0U46/6YkxYt0X03THLUQn0U46 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1010/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/keepalive/keepalive.go
2025-08-20T21:21:02.3549021Z [00:02:55.621]➜  cp $WORK/b1007/_pkg_.a /root/.cache/go-build/f6/f684905dca088b1fe5da7308ff5f53b1b4e1d9168028bf9c1773fc9539b0cb8e-d # internal
2025-08-20T21:21:02.3550186Z [00:02:55.621]➜  google.golang.org/grpc/internal/stats
2025-08-20T21:21:02.3550796Z [00:02:55.621]➜  mkdir -p $WORK/b1006/
2025-08-20T21:21:02.3551545Z [00:02:55.621]➜  cat >/tmp/go-build3547871397/b1006/importcfg << 'EOF' # internal
2025-08-20T21:21:02.3552212Z [00:02:55.621]➜  # import config
2025-08-20T21:21:02.3558091Z [00:02:55.621]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:02.3559009Z [00:02:55.621]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.3560092Z [00:02:55.621]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3547871397/b973/_pkg_.a
2025-08-20T21:21:02.3561301Z [00:02:55.621]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3547871397/b1007/_pkg_.a
2025-08-20T21:21:02.3562055Z [00:02:55.621]➜  EOF
2025-08-20T21:21:02.3566871Z [00:02:55.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1006/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/stats=>google.golang.org/grpc@v1.68.1/internal/stats;$WORK/b1006=>" -p google.golang.org/grpc/internal/stats -lang=go1.22 -complete -installsuffix shared -buildid EASYqN7xPJkmjJanFsUV/EASYqN7xPJkmjJanFsUV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1006/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/stats/labels.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/stats/metrics_recorder_list.go
2025-08-20T21:21:02.3726057Z [00:02:55.640]➜  go tool buildid -w $WORK/b1010/_pkg_.a # internal
2025-08-20T21:21:02.3740274Z [00:02:55.640]➜  cp $WORK/b1010/_pkg_.a /root/.cache/go-build/d1/d17b57dfe8d726ffd9c3d8146f6b961e56a34b95480be54932a6c2785da9439d-d # internal
2025-08-20T21:21:02.3741463Z [00:02:55.640]➜  google.golang.org/grpc/peer
2025-08-20T21:21:02.3742043Z [00:02:55.640]➜  mkdir -p $WORK/b1011/
2025-08-20T21:21:02.3743016Z [00:02:55.641]➜  cat >/tmp/go-build3547871397/b1011/importcfg << 'EOF' # internal
2025-08-20T21:21:02.3745859Z [00:02:55.641]➜  # import config
2025-08-20T21:21:02.3746822Z [00:02:55.641]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:02.3747873Z [00:02:55.641]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.3749443Z [00:02:55.641]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:02.3751492Z [00:02:55.641]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:02.3754181Z [00:02:55.641]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:02.3755116Z [00:02:55.641]➜  EOF
2025-08-20T21:21:02.3760086Z [00:02:55.641]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1011/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/peer=>google.golang.org/grpc@v1.68.1/peer;$WORK/b1011=>" -p google.golang.org/grpc/peer -lang=go1.22 -complete -installsuffix shared -buildid _lB46FZx1q88vqIstVdT/_lB46FZx1q88vqIstVdT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1011/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/peer/peer.go
2025-08-20T21:21:02.3943019Z [00:02:55.661]➜  go tool buildid -w $WORK/b1006/_pkg_.a # internal
2025-08-20T21:21:02.3950137Z [00:02:55.662]➜  cp $WORK/b1006/_pkg_.a /root/.cache/go-build/df/df886364550afc386fcf35aec67fbdce47ae29d0bebcaff43512d24e17175b69-d # internal
2025-08-20T21:21:02.3951367Z [00:02:55.662]➜  google.golang.org/grpc/tap
2025-08-20T21:21:02.3951952Z [00:02:55.662]➜  mkdir -p $WORK/b1012/
2025-08-20T21:21:02.3955437Z [00:02:55.662]➜  cat >/tmp/go-build3547871397/b1012/importcfg << 'EOF' # internal
2025-08-20T21:21:02.3956151Z [00:02:55.662]➜  # import config
2025-08-20T21:21:02.3956835Z [00:02:55.663]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:02.3957839Z [00:02:55.663]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:02.3958591Z [00:02:55.663]➜  EOF
2025-08-20T21:21:02.3981557Z [00:02:55.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1012/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/tap=>google.golang.org/grpc@v1.68.1/tap;$WORK/b1012=>" -p google.golang.org/grpc/tap -lang=go1.22 -complete -installsuffix shared -buildid B87rY7CZBYwrgpdpXBQ5/B87rY7CZBYwrgpdpXBQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1012/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/tap/tap.go
2025-08-20T21:21:02.4013764Z [00:02:55.669]➜  go tool buildid -w $WORK/b1009/_pkg_.a # internal
2025-08-20T21:21:02.4024542Z [00:02:55.670]➜  cp $WORK/b1009/_pkg_.a /root/.cache/go-build/81/81b13ad7149752d6c06a4e4b04b9961f034e2d51e688fd5a8b2fe840d0f95ce7-d # internal
2025-08-20T21:21:02.4034395Z [00:02:55.670]➜  google.golang.org/grpc/balancer/grpclb/state
2025-08-20T21:21:02.4035033Z [00:02:55.670]➜  mkdir -p $WORK/b1015/
2025-08-20T21:21:02.4035951Z [00:02:55.670]➜  cat >/tmp/go-build3547871397/b1015/importcfg << 'EOF' # internal
2025-08-20T21:21:02.4036691Z [00:02:55.670]➜  # import config
2025-08-20T21:21:02.4037542Z [00:02:55.670]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:02.4038350Z [00:02:55.670]➜  EOF
2025-08-20T21:21:02.4042397Z [00:02:55.670]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1015/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/grpclb/state=>google.golang.org/grpc@v1.68.1/balancer/grpclb/state;$WORK/b1015=>" -p google.golang.org/grpc/balancer/grpclb/state -lang=go1.22 -complete -installsuffix shared -buildid hVjTeYmQ58odhQVGbMxa/hVjTeYmQ58odhQVGbMxa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1015/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/grpclb/state/state.go
2025-08-20T21:21:02.4109191Z [00:02:55.678]➜  go tool buildid -w $WORK/b1011/_pkg_.a # internal
2025-08-20T21:21:02.4119719Z [00:02:55.679]➜  cp $WORK/b1011/_pkg_.a /root/.cache/go-build/b7/b7f7febbc5c346dd258cd8b410a75254fb5ec46b8655e447b9c16190bb318752-d # internal
2025-08-20T21:21:02.4121135Z [00:02:55.679]➜  google.golang.org/grpc/internal/resolver/dns/internal
2025-08-20T21:21:02.4121868Z [00:02:55.679]➜  mkdir -p $WORK/b1016/
2025-08-20T21:21:02.4122790Z [00:02:55.679]➜  cat >/tmp/go-build3547871397/b1016/importcfg << 'EOF' # internal
2025-08-20T21:21:02.4123482Z [00:02:55.679]➜  # import config
2025-08-20T21:21:02.4124148Z [00:02:55.679]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:02.4124960Z [00:02:55.679]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:02.4128242Z [00:02:55.680]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:02.4129970Z [00:02:55.680]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:02.4131613Z [00:02:55.680]➜  EOF
2025-08-20T21:21:02.4137076Z [00:02:55.680]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1016/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/resolver/dns/internal=>google.golang.org/grpc@v1.68.1/internal/resolver/dns/internal;$WORK/b1016=>" -p google.golang.org/grpc/internal/resolver/dns/internal -lang=go1.22 -complete -installsuffix shared -buildid G1NtV6GNbfPxVDmIEPyb/G1NtV6GNbfPxVDmIEPyb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1016/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/resolver/dns/internal/internal.go
2025-08-20T21:21:02.4183315Z [00:02:55.685]➜  go tool buildid -w $WORK/b1012/_pkg_.a # internal
2025-08-20T21:21:02.4194698Z [00:02:55.686]➜  cp $WORK/b1012/_pkg_.a /root/.cache/go-build/01/01e37e5ec07149e696b45ceeca182584213f7a47090f49b25f8f66e053025f31-d # internal
2025-08-20T21:21:02.4195966Z [00:02:55.687]➜  google.golang.org/grpc/internal/transport
2025-08-20T21:21:02.4201319Z [00:02:55.687]➜  mkdir -p $WORK/b1008/
2025-08-20T21:21:02.4202153Z [00:02:55.687]➜  cat >/tmp/go-build3547871397/b1008/importcfg << 'EOF' # internal
2025-08-20T21:21:02.4203065Z [00:02:55.687]➜  # import config
2025-08-20T21:21:02.4203738Z [00:02:55.687]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:02.4204571Z [00:02:55.687]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:02.4205437Z [00:02:55.687]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:02.4206321Z [00:02:55.687]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:02.4207186Z [00:02:55.687]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:02.4207986Z [00:02:55.687]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.4208882Z [00:02:55.687]➜  packagefile golang.org/x/net/http2=/tmp/go-build3547871397/b256/_pkg_.a
2025-08-20T21:21:02.4209930Z [00:02:55.687]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3547871397/b263/_pkg_.a
2025-08-20T21:21:02.4211097Z [00:02:55.687]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:02.4212429Z [00:02:55.687]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:02.4213870Z [00:02:55.688]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:02.4218109Z [00:02:55.689]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:02.4219680Z [00:02:55.689]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3547871397/b968/_pkg_.a
2025-08-20T21:21:02.4224086Z [00:02:55.689]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build3547871397/b971/_pkg_.a
2025-08-20T21:21:02.4226345Z [00:02:55.689]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:02.4227587Z [00:02:55.689]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3547871397/b997/_pkg_.a
2025-08-20T21:21:02.4228870Z [00:02:55.689]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3547871397/b987/_pkg_.a
2025-08-20T21:21:02.4232171Z [00:02:55.689]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3547871397/b1000/_pkg_.a
2025-08-20T21:21:02.4233718Z [00:02:55.689]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3547871397/b981/_pkg_.a
2025-08-20T21:21:02.4236125Z [00:02:55.689]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3547871397/b960/_pkg_.a
2025-08-20T21:21:02.4237414Z [00:02:55.689]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build3547871397/b1009/_pkg_.a
2025-08-20T21:21:02.4238822Z [00:02:55.689]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3547871397/b1005/_pkg_.a
2025-08-20T21:21:02.4240185Z [00:02:55.689]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3547871397/b1010/_pkg_.a
2025-08-20T21:21:02.4241319Z [00:02:55.689]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3547871397/b988/_pkg_.a
2025-08-20T21:21:02.4242430Z [00:02:55.689]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:02.4253548Z [00:02:55.689]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3547871397/b1011/_pkg_.a
2025-08-20T21:21:02.4255040Z [00:02:55.689]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:02.4256174Z [00:02:55.689]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3547871397/b1007/_pkg_.a
2025-08-20T21:21:02.4257295Z [00:02:55.689]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:02.4258403Z [00:02:55.689]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build3547871397/b1012/_pkg_.a
2025-08-20T21:21:02.4259525Z [00:02:55.689]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:02.4260479Z [00:02:55.689]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:02.4261290Z [00:02:55.689]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:02.4262106Z [00:02:55.689]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:02.4263135Z [00:02:55.689]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:02.4263968Z [00:02:55.689]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:02.4264888Z [00:02:55.689]➜  packagefile net/http/httputil=/tmp/go-build3547871397/b563/_pkg_.a
2025-08-20T21:21:02.4265788Z [00:02:55.689]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:02.4266651Z [00:02:55.689]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:02.4267499Z [00:02:55.689]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:02.4268313Z [00:02:55.689]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:02.4269125Z [00:02:55.689]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:02.4270106Z [00:02:55.689]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:02.4270980Z [00:02:55.689]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:02.4271828Z [00:02:55.689]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:02.4279422Z [00:02:55.689]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:02.4280223Z [00:02:55.689]➜  EOF
2025-08-20T21:21:02.4290076Z [00:02:55.690]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1008/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/transport=>google.golang.org/grpc@v1.68.1/internal/transport;$WORK/b1008=>" -p google.golang.org/grpc/internal/transport -lang=go1.22 -complete -installsuffix shared -buildid l5MWmf3bRBAFcaCUKXu-/l5MWmf3bRBAFcaCUKXu- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1008/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/transport/bdp_estimator.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/transport/controlbuf.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/transport/defaults.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/transport/flowcontrol.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/transport/handler_server.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/transport/http2_client.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/transport/http2_server.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/transport/http_util.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/transport/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/transport/proxy.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/transport/transport.go
2025-08-20T21:21:02.4299071Z [00:02:55.690]➜  go tool buildid -w $WORK/b1015/_pkg_.a # internal
2025-08-20T21:21:02.4300407Z [00:02:55.690]➜  cp $WORK/b1015/_pkg_.a /root/.cache/go-build/ea/ea8a4dbf24682e062e91f938668b233a38c48d039a81ef6040c78b7d0c312e87-d # internal
2025-08-20T21:21:02.4301654Z [00:02:55.692]➜  google.golang.org/protobuf/types/known/emptypb
2025-08-20T21:21:02.4302302Z [00:02:55.695]➜  mkdir -p $WORK/b1017/
2025-08-20T21:21:02.4303602Z [00:02:55.695]➜  cat >/tmp/go-build3547871397/b1017/importcfg << 'EOF' # internal
2025-08-20T21:21:02.4305035Z [00:02:55.695]➜  # import config
2025-08-20T21:21:02.4306527Z [00:02:55.695]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:02.4308418Z [00:02:55.695]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:02.4309956Z [00:02:55.695]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:02.4311087Z [00:02:55.695]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:02.4311970Z [00:02:55.695]➜  EOF
2025-08-20T21:21:02.4317304Z [00:02:55.695]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1017/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/types/known/emptypb=>google.golang.org/protobuf@v1.36.5/types/known/emptypb;$WORK/b1017=>" -p google.golang.org/protobuf/types/known/emptypb -lang=go1.21 -complete -installsuffix shared -buildid WfZrQbxqT-Mi2STn809a/WfZrQbxqT-Mi2STn809a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1017/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/types/known/emptypb/empty.pb.go
2025-08-20T21:21:02.4396744Z [00:02:55.707]➜  go tool buildid -w $WORK/b1016/_pkg_.a # internal
2025-08-20T21:21:02.4404103Z [00:02:55.707]➜  cp $WORK/b1016/_pkg_.a /root/.cache/go-build/52/52c3790a416920fc3e608e4562dd1be9fc22313f1b6ee6cf1b11cf855cfaa962-d # internal
2025-08-20T21:21:02.4412312Z [00:02:55.708]➜  google.golang.org/grpc/internal/resolver/dns
2025-08-20T21:21:02.4416296Z [00:02:55.709]➜  mkdir -p $WORK/b1014/
2025-08-20T21:21:02.4419840Z [00:02:55.709]➜  cat >/tmp/go-build3547871397/b1014/importcfg << 'EOF' # internal
2025-08-20T21:21:02.4425342Z [00:02:55.710]➜  # import config
2025-08-20T21:21:02.4426181Z [00:02:55.710]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:02.4431945Z [00:02:55.710]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:02.4433221Z [00:02:55.710]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.4434361Z [00:02:55.710]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build3547871397/b1015/_pkg_.a
2025-08-20T21:21:02.4435601Z [00:02:55.710]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:02.4436803Z [00:02:55.710]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3547871397/b990/_pkg_.a
2025-08-20T21:21:02.4438071Z [00:02:55.710]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3547871397/b972/_pkg_.a
2025-08-20T21:21:02.4439480Z [00:02:55.710]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build3547871397/b1016/_pkg_.a
2025-08-20T21:21:02.4440707Z [00:02:55.710]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:02.4441784Z [00:02:55.710]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:02.4442905Z [00:02:55.710]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:02.4443632Z [00:02:55.710]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:02.4444324Z [00:02:55.710]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:02.4445036Z [00:02:55.710]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:02.4445767Z [00:02:55.710]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:02.4446484Z [00:02:55.710]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:02.4447175Z [00:02:55.710]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:02.4447699Z [00:02:55.710]➜  EOF
2025-08-20T21:21:02.4451326Z [00:02:55.710]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1014/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/resolver/dns=>google.golang.org/grpc@v1.68.1/internal/resolver/dns;$WORK/b1014=>" -p google.golang.org/grpc/internal/resolver/dns -lang=go1.22 -complete -installsuffix shared -buildid x6h2j4cb0ZzNSwHQxuK0/x6h2j4cb0ZzNSwHQxuK0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1014/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/resolver/dns/dns_resolver.go
2025-08-20T21:21:02.5012602Z [00:02:55.768]➜  go tool buildid -w $WORK/b1017/_pkg_.a # internal
2025-08-20T21:21:02.5026572Z [00:02:55.769]➜  cp $WORK/b1017/_pkg_.a /root/.cache/go-build/72/726890ad6d23c7b3a01b16689971cac36691c3bc060b31b7f2d9e50692183628-d # internal
2025-08-20T21:21:02.5030092Z [00:02:55.770]➜  google.golang.org/protobuf/types/known/fieldmaskpb
2025-08-20T21:21:02.5030890Z [00:02:55.770]➜  mkdir -p $WORK/b1018/
2025-08-20T21:21:02.5053807Z [00:02:55.772]➜  cat >/tmp/go-build3547871397/b1018/importcfg << 'EOF' # internal
2025-08-20T21:21:02.5054605Z [00:02:55.772]➜  # import config
2025-08-20T21:21:02.5055437Z [00:02:55.772]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:02.5056735Z [00:02:55.772]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:02.5058090Z [00:02:55.772]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:02.5059144Z [00:02:55.772]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:02.5059934Z [00:02:55.772]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:02.5061101Z [00:02:55.772]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:02.5062127Z [00:02:55.772]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:02.5063103Z [00:02:55.772]➜  EOF
2025-08-20T21:21:02.5067713Z [00:02:55.772]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1018/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/types/known/fieldmaskpb=>google.golang.org/protobuf@v1.36.5/types/known/fieldmaskpb;$WORK/b1018=>" -p google.golang.org/protobuf/types/known/fieldmaskpb -lang=go1.21 -complete -installsuffix shared -buildid XM_r648uJGESaLjPv6jh/XM_r648uJGESaLjPv6jh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1018/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/types/known/fieldmaskpb/field_mask.pb.go
2025-08-20T21:21:02.5287683Z [00:02:55.796]➜  go tool buildid -w $WORK/b1014/_pkg_.a # internal
2025-08-20T21:21:02.5300927Z [00:02:55.797]➜  cp $WORK/b1014/_pkg_.a /root/.cache/go-build/9f/9fb59dc9a81f9f6f012a8e8b1631d0ebc7f3f0c96aaab3a134a568cece6ceb1e-d # internal
2025-08-20T21:21:02.5303331Z [00:02:55.798]➜  google.golang.org/grpc/resolver/dns
2025-08-20T21:21:02.5307050Z [00:02:55.798]➜  mkdir -p $WORK/b1013/
2025-08-20T21:21:02.5311414Z [00:02:55.798]➜  cat >/tmp/go-build3547871397/b1013/importcfg << 'EOF' # internal
2025-08-20T21:21:02.5312517Z [00:02:55.798]➜  # import config
2025-08-20T21:21:02.5313989Z [00:02:55.798]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build3547871397/b1014/_pkg_.a
2025-08-20T21:21:02.5315620Z [00:02:55.798]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:02.5316597Z [00:02:55.798]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:02.5317203Z [00:02:55.798]➜  EOF
2025-08-20T21:21:02.5320835Z [00:02:55.799]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1013/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/resolver/dns=>google.golang.org/grpc@v1.68.1/resolver/dns;$WORK/b1013=>" -p google.golang.org/grpc/resolver/dns -lang=go1.22 -complete -installsuffix shared -buildid BWSDPSKk9QiGwbV5hhcY/BWSDPSKk9QiGwbV5hhcY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1013/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/resolver/dns/dns_resolver.go
2025-08-20T21:21:02.5557270Z [00:02:55.823]➜  go tool buildid -w $WORK/b1013/_pkg_.a # internal
2025-08-20T21:21:02.5565256Z [00:02:55.824]➜  cp $WORK/b1013/_pkg_.a /root/.cache/go-build/26/26c03618a224baeea014c159703cb32c1ae2adf42e3c1d6672dfd45f441c8ba2-d # internal
2025-08-20T21:21:02.5597200Z [00:02:55.827]➜  github.com/opencontainers/image-spec/specs-go
2025-08-20T21:21:02.5598058Z [00:02:55.827]➜  mkdir -p $WORK/b1023/
2025-08-20T21:21:02.5604896Z [00:02:55.828]➜  cat >/tmp/go-build3547871397/b1023/importcfg << 'EOF' # internal
2025-08-20T21:21:02.5605931Z [00:02:55.828]➜  # import config
2025-08-20T21:21:02.5607451Z [00:02:55.828]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.5608064Z [00:02:55.828]➜  EOF
2025-08-20T21:21:02.5612834Z [00:02:55.828]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1023/_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/b1023=>" -p github.com/opencontainers/image-spec/specs-go -lang=go1.18 -complete -installsuffix shared -buildid r6JTSqteKxTceUEyctbj/r6JTSqteKxTceUEyctbj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1023/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:21:02.5785039Z [00:02:55.846]➜  go tool buildid -w $WORK/b1023/_pkg_.a # internal
2025-08-20T21:21:02.5791271Z [00:02:55.846]➜  cp $WORK/b1023/_pkg_.a /root/.cache/go-build/df/df5ff4ed92f4b88d0f5315af012ce94ce8e2d1acf966f3b429e0a8354fc8b80f-d # internal
2025-08-20T21:21:02.5794660Z [00:02:55.847]➜  github.com/opencontainers/image-spec/specs-go/v1
2025-08-20T21:21:02.5796481Z [00:02:55.847]➜  mkdir -p $WORK/b1022/
2025-08-20T21:21:02.5802486Z [00:02:55.847]➜  cat >/tmp/go-build3547871397/b1022/importcfg << 'EOF' # internal
2025-08-20T21:21:02.5810277Z [00:02:55.847]➜  # import config
2025-08-20T21:21:02.5811192Z [00:02:55.847]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:02.5812878Z [00:02:55.847]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build3547871397/b1023/_pkg_.a
2025-08-20T21:21:02.5814016Z [00:02:55.847]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:02.5814608Z [00:02:55.848]➜  EOF
2025-08-20T21:21:02.5822164Z [00:02:55.848]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1022/_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/b1022=>" -p github.com/opencontainers/image-spec/specs-go/v1 -lang=go1.18 -complete -installsuffix shared -buildid CRuk8qf-mQ6J3YS80hUw/CRuk8qf-mQ6J3YS80hUw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1022/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:21:02.6048778Z [00:02:55.872]➜  go tool buildid -w $WORK/b1022/_pkg_.a # internal
2025-08-20T21:21:02.6056213Z [00:02:55.873]➜  cp $WORK/b1022/_pkg_.a /root/.cache/go-build/ab/ab7f3ae386d0e120c83f01eab6d6ac415ce218df22cc6fe6c20422843ac71c27-d # internal
2025-08-20T21:21:02.6076893Z [00:02:55.875]➜  github.com/containerd/containerd/api/types
2025-08-20T21:21:02.6081700Z [00:02:55.875]➜  mkdir -p $WORK/b1021/
2025-08-20T21:21:02.6082481Z [00:02:55.875]➜  cat >/tmp/go-build3547871397/b1021/importcfg << 'EOF' # internal
2025-08-20T21:21:02.6083373Z [00:02:55.875]➜  # import config
2025-08-20T21:21:02.6084346Z [00:02:55.875]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:02.6086117Z [00:02:55.875]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:02.6087513Z [00:02:55.875]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:02.6088873Z [00:02:55.875]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3547871397/b413/_pkg_.a
2025-08-20T21:21:02.6090243Z [00:02:55.875]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:02.6091640Z [00:02:55.875]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:02.6097809Z [00:02:55.875]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:02.6099312Z [00:02:55.877]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:02.6101270Z [00:02:55.877]➜  EOF
2025-08-20T21:21:02.6110897Z [00:02:55.877]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1021/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types=>github.com/containerd/containerd/api@v1.8.0/types;$WORK/b1021=>" -p github.com/containerd/containerd/api/types -lang=go1.21 -complete -installsuffix shared -buildid rTrTr_oUUG_UfVpohWoT/rTrTr_oUUG_UfVpohWoT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1021/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/descriptor.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/doc.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/event.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/fieldpath.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/introspection.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/metrics.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/mount.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/platform.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/platform_helpers.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/sandbox.pb.go
2025-08-20T21:21:02.6187341Z [00:02:55.886]➜  go tool buildid -w $WORK/b1018/_pkg_.a # internal
2025-08-20T21:21:02.6201359Z [00:02:55.887]➜  cp $WORK/b1018/_pkg_.a /root/.cache/go-build/ba/bad30692b79601790ed6b528dfc340c7dd86a5e14a3f59aacae7f909c283dab6-d # internal
2025-08-20T21:21:02.6207282Z [00:02:55.888]➜  github.com/containerd/containerd/api/types/task
2025-08-20T21:21:02.6210644Z [00:02:55.888]➜  mkdir -p $WORK/b1033/
2025-08-20T21:21:02.6214038Z [00:02:55.888]➜  cat >/tmp/go-build3547871397/b1033/importcfg << 'EOF' # internal
2025-08-20T21:21:02.6220239Z [00:02:55.888]➜  # import config
2025-08-20T21:21:02.6221238Z [00:02:55.888]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:02.6223357Z [00:02:55.888]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:02.6225118Z [00:02:55.888]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:02.6226546Z [00:02:55.888]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:02.6227679Z [00:02:55.888]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:02.6228510Z [00:02:55.888]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:02.6229138Z [00:02:55.888]➜  EOF
2025-08-20T21:21:02.6236302Z [00:02:55.890]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1033/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/task=>github.com/containerd/containerd/api@v1.8.0/types/task;$WORK/b1033=>" -p github.com/containerd/containerd/api/types/task -lang=go1.21 -complete -installsuffix shared -buildid Iu8I9o7FGxuBy8Xda3cS/Iu8I9o7FGxuBy8Xda3cS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1033/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/task/doc.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/task/task.pb.go
2025-08-20T21:21:02.7137947Z [00:02:55.981]➜  go tool buildid -w $WORK/b1033/_pkg_.a # internal
2025-08-20T21:21:02.7179737Z [00:02:55.985]➜  cp $WORK/b1033/_pkg_.a /root/.cache/go-build/61/61f627e7012feb90d204ce18ae1cc60b1346188e0fcf548530af3dedc7fa1314-d # internal
2025-08-20T21:21:02.7181903Z [00:02:55.986]➜  github.com/containerd/containerd/api/types/runc/options
2025-08-20T21:21:02.7183405Z [00:02:55.986]➜  mkdir -p $WORK/b1036/
2025-08-20T21:21:02.7191128Z [00:02:55.986]➜  cat >/tmp/go-build3547871397/b1036/importcfg << 'EOF' # internal
2025-08-20T21:21:02.7193207Z [00:02:55.987]➜  # import config
2025-08-20T21:21:02.7194711Z [00:02:55.987]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:02.7196120Z [00:02:55.987]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:02.7197160Z [00:02:55.987]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:02.7197982Z [00:02:55.987]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:02.7198589Z [00:02:55.987]➜  EOF
2025-08-20T21:21:02.7221469Z [00:02:55.989]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1036/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/runc/options=>github.com/containerd/containerd/api@v1.8.0/types/runc/options;$WORK/b1036=>" -p github.com/containerd/containerd/api/types/runc/options -lang=go1.21 -complete -installsuffix shared -buildid 6pLkABIsTkb7MpNIdKzn/6pLkABIsTkb7MpNIdKzn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1036/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/runc/options/doc.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/runc/options/oci.pb.go
2025-08-20T21:21:02.7781208Z [00:02:56.045]➜  go tool buildid -w $WORK/b1021/_pkg_.a # internal
2025-08-20T21:21:02.7848887Z [00:02:56.052]➜  cp $WORK/b1021/_pkg_.a /root/.cache/go-build/7b/7b60d36d54d7496979eafd5e8a373fb669c63fe093a7ac36e9a55845157ca15a-d # internal
2025-08-20T21:21:02.7850134Z [00:02:56.052]➜  github.com/containerd/containerd/archive/tarheader
2025-08-20T21:21:02.7850760Z [00:02:56.052]➜  mkdir -p $WORK/b1038/
2025-08-20T21:21:02.7851467Z [00:02:56.052]➜  cat >/tmp/go-build3547871397/b1038/importcfg << 'EOF' # internal
2025-08-20T21:21:02.7852144Z [00:02:56.052]➜  # import config
2025-08-20T21:21:02.7853045Z [00:02:56.052]➜  packagefile archive/tar=/tmp/go-build3547871397/b861/_pkg_.a
2025-08-20T21:21:02.7854102Z [00:02:56.052]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:02.7855018Z [00:02:56.052]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:02.7856107Z [00:02:56.052]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:02.7856760Z [00:02:56.052]➜  EOF
2025-08-20T21:21:02.7861920Z [00:02:56.052]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1038/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/archive/tarheader=>github.com/containerd/containerd@v1.7.27/archive/tarheader;$WORK/b1038=>" -p github.com/containerd/containerd/archive/tarheader -lang=go1.21 -complete -installsuffix shared -buildid FMDVCOiRpuHoy-csmfPN/FMDVCOiRpuHoy-csmfPN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1038/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/archive/tarheader/tarheader.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/archive/tarheader/tarheader_unix.go
2025-08-20T21:21:02.8208021Z [00:02:56.088]➜  go tool buildid -w $WORK/b1036/_pkg_.a # internal
2025-08-20T21:21:02.8224628Z [00:02:56.089]➜  cp $WORK/b1036/_pkg_.a /root/.cache/go-build/d3/d3460cc88d3761a568db9c659aa775b4177c544149420152b4fac343c845a301-d # internal
2025-08-20T21:21:02.8259455Z [00:02:56.093]➜  github.com/containerd/containerd/pkg/epoch
2025-08-20T21:21:02.8260151Z [00:02:56.093]➜  mkdir -p $WORK/b1039/
2025-08-20T21:21:02.8267789Z [00:02:56.094]➜  cat >/tmp/go-build3547871397/b1039/importcfg << 'EOF' # internal
2025-08-20T21:21:02.8268571Z [00:02:56.094]➜  # import config
2025-08-20T21:21:02.8269299Z [00:02:56.094]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:02.8270152Z [00:02:56.094]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.8271135Z [00:02:56.094]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3547871397/b798/_pkg_.a
2025-08-20T21:21:02.8272108Z [00:02:56.094]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:02.8273375Z [00:02:56.094]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:02.8274251Z [00:02:56.094]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:02.8274917Z [00:02:56.094]➜  EOF
2025-08-20T21:21:02.8279631Z [00:02:56.094]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1039/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/epoch=>github.com/containerd/containerd@v1.7.27/pkg/epoch;$WORK/b1039=>" -p github.com/containerd/containerd/pkg/epoch -lang=go1.21 -complete -installsuffix shared -buildid 4A6MZkXcgzWpQwIRs_iz/4A6MZkXcgzWpQwIRs_iz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1039/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/epoch/context.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/epoch/epoch.go
2025-08-20T21:21:02.8806753Z [00:02:56.146]➜  go tool buildid -w $WORK/b1039/_pkg_.a # internal
2025-08-20T21:21:02.8808269Z [00:02:56.147]➜  cp $WORK/b1039/_pkg_.a /root/.cache/go-build/a9/a9db0e45172fc0d102eae54d7c8c1f1b2a1ce116a405f68fd6241edbdc9049b1-d # internal
2025-08-20T21:21:02.8809557Z [00:02:56.147]➜  go tool buildid -w $WORK/b1038/_pkg_.a # internal
2025-08-20T21:21:02.8810934Z [00:02:56.148]➜  cp $WORK/b1038/_pkg_.a /root/.cache/go-build/24/2471a3d1b3097264ce87fb74ea14ac9292d4e2cee13d27fa6448332d6ee566f5-d # internal
2025-08-20T21:21:02.8812144Z [00:02:56.148]➜  github.com/containerd/continuity/devices
2025-08-20T21:21:02.8845582Z [00:02:56.149]➜  mkdir -p $WORK/b1041/
2025-08-20T21:21:02.8846426Z [00:02:56.149]➜  cat >/tmp/go-build3547871397/b1041/importcfg << 'EOF' # internal
2025-08-20T21:21:02.8847121Z [00:02:56.149]➜  # import config
2025-08-20T21:21:02.8847752Z [00:02:56.149]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.8848664Z [00:02:56.149]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:02.8849569Z [00:02:56.149]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:02.8850383Z [00:02:56.149]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:02.8850992Z [00:02:56.149]➜  EOF
2025-08-20T21:21:02.8856149Z [00:02:56.149]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1041/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/devices=>github.com/containerd/continuity@v0.4.4/devices;$WORK/b1041=>" -p github.com/containerd/continuity/devices -lang=go1.21 -complete -installsuffix shared -buildid 0XIzoe8ZREqIq9J3qhd4/0XIzoe8ZREqIq9J3qhd4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1041/importcfg -pack /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/devices/devices.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/devices/devices_unix.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/devices/mknod_unix.go
2025-08-20T21:21:02.8860862Z [00:02:56.149]➜  github.com/containerd/continuity/sysx
2025-08-20T21:21:02.8861488Z [00:02:56.149]➜  mkdir -p $WORK/b1042/
2025-08-20T21:21:02.8862212Z [00:02:56.149]➜  cat >/tmp/go-build3547871397/b1042/importcfg << 'EOF' # internal
2025-08-20T21:21:02.8893510Z [00:02:56.149]➜  # import config
2025-08-20T21:21:02.8894358Z [00:02:56.149]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:02.8895207Z [00:02:56.149]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:02.8896049Z [00:02:56.149]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:02.8896597Z [00:02:56.149]➜  EOF
2025-08-20T21:21:02.8900729Z [00:02:56.149]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1042/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/sysx=>github.com/containerd/continuity@v0.4.4/sysx;$WORK/b1042=>" -p github.com/containerd/continuity/sysx -lang=go1.21 -complete -installsuffix shared -buildid njnXv5IIm4wlTCbAgGVt/njnXv5IIm4wlTCbAgGVt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1042/importcfg -pack /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/sysx/nodata_linux.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/sysx/xattr.go
2025-08-20T21:21:02.9222250Z [00:02:56.189]➜  go tool buildid -w $WORK/b1042/_pkg_.a # internal
2025-08-20T21:21:02.9229845Z [00:02:56.190]➜  cp $WORK/b1042/_pkg_.a /root/.cache/go-build/1e/1eed74b8a1d77bca8b22448bf7fa753ee77504d03965262f27012c494bf00921-d # internal
2025-08-20T21:21:02.9233220Z [00:02:56.190]➜  github.com/moby/sys/userns
2025-08-20T21:21:02.9233820Z [00:02:56.190]➜  mkdir -p $WORK/b1043/
2025-08-20T21:21:02.9234596Z [00:02:56.190]➜  cat >/tmp/go-build3547871397/b1043/importcfg << 'EOF' # internal
2025-08-20T21:21:02.9235308Z [00:02:56.190]➜  # import config
2025-08-20T21:21:02.9235951Z [00:02:56.190]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:02.9236752Z [00:02:56.190]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.9237550Z [00:02:56.190]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:02.9238341Z [00:02:56.191]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:02.9238937Z [00:02:56.191]➜  EOF
2025-08-20T21:21:02.9242911Z [00:02:56.191]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1043/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/sys/userns@v0.1.0=>github.com/moby/sys/userns@v0.1.0;$WORK/b1043=>" -p github.com/moby/sys/userns -lang=go1.21 -complete -installsuffix shared -buildid 6bx_Bjzkq9D4er2W0rMC/6bx_Bjzkq9D4er2W0rMC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1043/importcfg -pack /root/go/pkg/mod/github.com/moby/sys/userns@v0.1.0/userns.go /root/go/pkg/mod/github.com/moby/sys/userns@v0.1.0/userns_linux.go
2025-08-20T21:21:02.9561746Z [00:02:56.223]➜  go tool buildid -w $WORK/b1043/_pkg_.a # internal
2025-08-20T21:21:02.9569191Z [00:02:56.224]➜  cp $WORK/b1043/_pkg_.a /root/.cache/go-build/dc/dc2db8054fd85c0f882f5602e3c594491ecef17a488568d8485d1501cc335edd-d # internal
2025-08-20T21:21:02.9573186Z [00:02:56.224]➜  github.com/containerd/containerd/archive/compression
2025-08-20T21:21:02.9573947Z [00:02:56.224]➜  mkdir -p $WORK/b1044/
2025-08-20T21:21:02.9574739Z [00:02:56.225]➜  cat >/tmp/go-build3547871397/b1044/importcfg << 'EOF' # internal
2025-08-20T21:21:02.9575708Z [00:02:56.225]➜  # import config
2025-08-20T21:21:02.9576375Z [00:02:56.225]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:02.9577201Z [00:02:56.225]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:02.9578106Z [00:02:56.225]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:21:02.9578998Z [00:02:56.225]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:02.9579923Z [00:02:56.225]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:02.9580841Z [00:02:56.225]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.9581838Z [00:02:56.225]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:02.9583176Z [00:02:56.225]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3547871397/b878/_pkg_.a
2025-08-20T21:21:02.9584359Z [00:02:56.225]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:02.9585151Z [00:02:56.225]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:02.9585984Z [00:02:56.225]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:21:02.9586828Z [00:02:56.225]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:02.9587685Z [00:02:56.225]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:02.9588346Z [00:02:56.225]➜  EOF
2025-08-20T21:21:02.9614141Z [00:02:56.225]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1044/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/archive/compression=>github.com/containerd/containerd@v1.7.27/archive/compression;$WORK/b1044=>" -p github.com/containerd/containerd/archive/compression -lang=go1.21 -complete -installsuffix shared -buildid dKlBfO9gEwPKYAGYa5Hl/dKlBfO9gEwPKYAGYa5Hl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1044/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/archive/compression/compression.go
2025-08-20T21:21:02.9647184Z [00:02:56.232]➜  go tool buildid -w $WORK/b1041/_pkg_.a # internal
2025-08-20T21:21:02.9654308Z [00:02:56.233]➜  cp $WORK/b1041/_pkg_.a /root/.cache/go-build/19/198e3c5e3527e77a4d1e41843937dd1326198aeb589a33f0500e1b2a49ad2f6d-d # internal
2025-08-20T21:21:02.9691792Z [00:02:56.236]➜  github.com/containerd/continuity/fs
2025-08-20T21:21:02.9693654Z [00:02:56.237]➜  mkdir -p $WORK/b1040/
2025-08-20T21:21:02.9702195Z [00:02:56.237]➜  cat >/tmp/go-build3547871397/b1040/importcfg << 'EOF' # internal
2025-08-20T21:21:02.9703178Z [00:02:56.237]➜  # import config
2025-08-20T21:21:02.9703846Z [00:02:56.237]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:02.9704674Z [00:02:56.237]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:02.9705483Z [00:02:56.237]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:02.9706301Z [00:02:56.237]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:02.9707436Z [00:02:56.237]➜  packagefile github.com/containerd/continuity/devices=/tmp/go-build3547871397/b1041/_pkg_.a
2025-08-20T21:21:02.9708757Z [00:02:56.237]➜  packagefile github.com/containerd/continuity/sysx=/tmp/go-build3547871397/b1042/_pkg_.a
2025-08-20T21:21:02.9709930Z [00:02:56.237]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:02.9711034Z [00:02:56.237]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3547871397/b332/_pkg_.a
2025-08-20T21:21:02.9712090Z [00:02:56.237]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:02.9713260Z [00:02:56.237]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:02.9714107Z [00:02:56.237]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:02.9714911Z [00:02:56.237]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:02.9715786Z [00:02:56.237]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:02.9716938Z [00:02:56.237]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:02.9717808Z [00:02:56.237]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:02.9718630Z [00:02:56.237]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:02.9719246Z [00:02:56.237]➜  EOF
2025-08-20T21:21:02.9731365Z [00:02:56.237]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1040/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/fs=>github.com/containerd/continuity@v0.4.4/fs;$WORK/b1040=>" -p github.com/containerd/continuity/fs -lang=go1.21 -complete -installsuffix shared -buildid FFr6D-dqwiiX3K2dMQaO/FFr6D-dqwiiX3K2dMQaO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1040/importcfg -pack /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/fs/copy.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/fs/copy_irregular_unix.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/fs/copy_linux.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/fs/copy_nondarwin.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/fs/diff.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/fs/diff_linux.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/fs/diff_unix.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/fs/dir.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/fs/dtype_linux.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/fs/du.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/fs/du_unix.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/fs/hardlink.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/fs/hardlink_unix.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/fs/magic_linux.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/fs/path.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/fs/stat_unix.go /root/go/pkg/mod/github.com/containerd/continuity@v0.4.4/fs/time.go
2025-08-20T21:21:03.0690435Z [00:02:56.336]➜  go tool buildid -w $WORK/b1044/_pkg_.a # internal
2025-08-20T21:21:03.0703455Z [00:02:56.337]➜  cp $WORK/b1044/_pkg_.a /root/.cache/go-build/d6/d62dead2fad6c43e15eb5292229dabe6f6a4017f5b87691e5ceee33519d752a4-d # internal
2025-08-20T21:21:03.0727032Z [00:02:56.340]➜  github.com/containerd/fifo
2025-08-20T21:21:03.0728484Z [00:02:56.340]➜  mkdir -p $WORK/b1047/
2025-08-20T21:21:03.0733482Z [00:02:56.340]➜  cat >/tmp/go-build3547871397/b1047/importcfg << 'EOF' # internal
2025-08-20T21:21:03.0734220Z [00:02:56.340]➜  # import config
2025-08-20T21:21:03.0735054Z [00:02:56.340]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:03.0735899Z [00:02:56.340]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:03.0736681Z [00:02:56.340]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:03.0737575Z [00:02:56.341]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:03.0738423Z [00:02:56.341]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:03.0739148Z [00:02:56.341]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:03.0739905Z [00:02:56.341]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:03.0740719Z [00:02:56.341]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:03.0741532Z [00:02:56.341]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:03.0742167Z [00:02:56.341]➜  EOF
2025-08-20T21:21:03.0747372Z [00:02:56.341]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1047/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/fifo@v1.1.0=>github.com/containerd/fifo@v1.1.0;$WORK/b1047=>" -p github.com/containerd/fifo -lang=go1.18 -complete -installsuffix shared -buildid BH14aSXuLLY0KPYpELJG/BH14aSXuLLY0KPYpELJG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1047/importcfg -pack /root/go/pkg/mod/github.com/containerd/fifo@v1.1.0/errors.go /root/go/pkg/mod/github.com/containerd/fifo@v1.1.0/fifo.go /root/go/pkg/mod/github.com/containerd/fifo@v1.1.0/handle_linux.go /root/go/pkg/mod/github.com/containerd/fifo@v1.1.0/raw.go /root/go/pkg/mod/github.com/containerd/fifo@v1.1.0/utils.go
2025-08-20T21:21:03.2339302Z [00:02:56.501]➜  go tool buildid -w $WORK/b1047/_pkg_.a # internal
2025-08-20T21:21:03.2351097Z [00:02:56.502]➜  cp $WORK/b1047/_pkg_.a /root/.cache/go-build/96/96820938b73a026b57fccdd77014fc5b8da7519838d5fdee2fb593723e80a90a-d # internal
2025-08-20T21:21:03.2352313Z [00:02:56.502]➜  github.com/containerd/containerd/cio
2025-08-20T21:21:03.2353303Z [00:02:56.502]➜  mkdir -p $WORK/b1045/
2025-08-20T21:21:03.2356461Z [00:02:56.503]➜  cat >/tmp/go-build3547871397/b1045/importcfg << 'EOF' # internal
2025-08-20T21:21:03.2359199Z [00:02:56.503]➜  # import config
2025-08-20T21:21:03.2359891Z [00:02:56.503]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:03.2360890Z [00:02:56.503]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:03.2361925Z [00:02:56.503]➜  packagefile github.com/containerd/containerd/defaults=/tmp/go-build3547871397/b1046/_pkg_.a
2025-08-20T21:21:03.2363324Z [00:02:56.503]➜  packagefile github.com/containerd/fifo=/tmp/go-build3547871397/b1047/_pkg_.a
2025-08-20T21:21:03.2364275Z [00:02:56.503]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:03.2365094Z [00:02:56.503]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:03.2365899Z [00:02:56.503]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:03.2366743Z [00:02:56.503]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:03.2367784Z [00:02:56.503]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:03.2368603Z [00:02:56.503]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:03.2369430Z [00:02:56.503]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:03.2370184Z [00:02:56.503]➜  EOF
2025-08-20T21:21:03.2374512Z [00:02:56.503]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1045/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/cio=>github.com/containerd/containerd@v1.7.27/cio;$WORK/b1045=>" -p github.com/containerd/containerd/cio -lang=go1.21 -complete -installsuffix shared -buildid ZGmS1oBhGkfn8C3n16Q6/ZGmS1oBhGkfn8C3n16Q6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1045/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/cio/io.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/cio/io_unix.go
2025-08-20T21:21:03.2955474Z [00:02:56.563]➜  go tool buildid -w $WORK/b1040/_pkg_.a # internal
2025-08-20T21:21:03.2958108Z [00:02:56.563]➜  cp $WORK/b1040/_pkg_.a /root/.cache/go-build/2f/2fba21221c3aa4660fc03f912d371a54a5c0e529db919373776e8aed59f72bbe-d # internal
2025-08-20T21:21:03.2994136Z [00:02:56.567]➜  github.com/containerd/containerd/archive
2025-08-20T21:21:03.2997984Z [00:02:56.567]➜  mkdir -p $WORK/b1037/
2025-08-20T21:21:03.2998744Z [00:02:56.567]➜  cat >/tmp/go-build3547871397/b1037/importcfg << 'EOF' # internal
2025-08-20T21:21:03.2999430Z [00:02:56.567]➜  # import config
2025-08-20T21:21:03.3000128Z [00:02:56.567]➜  packagefile archive/tar=/tmp/go-build3547871397/b861/_pkg_.a
2025-08-20T21:21:03.3000980Z [00:02:56.567]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:03.3001781Z [00:02:56.567]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:03.3002541Z [00:02:56.567]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:03.3003861Z [00:02:56.567]➜  packagefile github.com/containerd/containerd/archive/tarheader=/tmp/go-build3547871397/b1038/_pkg_.a
2025-08-20T21:21:03.3005202Z [00:02:56.567]➜  packagefile github.com/containerd/containerd/pkg/epoch=/tmp/go-build3547871397/b1039/_pkg_.a
2025-08-20T21:21:03.3006538Z [00:02:56.567]➜  packagefile github.com/containerd/continuity/fs=/tmp/go-build3547871397/b1040/_pkg_.a
2025-08-20T21:21:03.3008001Z [00:02:56.567]➜  packagefile github.com/containerd/continuity/sysx=/tmp/go-build3547871397/b1042/_pkg_.a
2025-08-20T21:21:03.3009164Z [00:02:56.567]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:03.3010253Z [00:02:56.567]➜  packagefile github.com/moby/sys/userns=/tmp/go-build3547871397/b1043/_pkg_.a
2025-08-20T21:21:03.3011301Z [00:02:56.567]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:03.3012189Z [00:02:56.567]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:03.3043353Z [00:02:56.567]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:03.3044262Z [00:02:56.567]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:03.3045129Z [00:02:56.567]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:03.3046143Z [00:02:56.567]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:03.3046949Z [00:02:56.567]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:03.3047719Z [00:02:56.567]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:03.3048492Z [00:02:56.567]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:03.3049067Z [00:02:56.567]➜  EOF
2025-08-20T21:21:03.3057280Z [00:02:56.567]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1037/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/archive=>github.com/containerd/containerd@v1.7.27/archive;$WORK/b1037=>" -p github.com/containerd/containerd/archive -lang=go1.21 -complete -installsuffix shared -buildid rdk-YHYLGR5WtWdfsP3k/rdk-YHYLGR5WtWdfsP3k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1037/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/archive/link_default.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/archive/tar.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/archive/tar_mostunix.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/archive/tar_opts.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/archive/tar_opts_linux.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/archive/tar_unix.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/archive/time.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/archive/time_unix.go
2025-08-20T21:21:03.3984551Z [00:02:56.664]➜  go tool buildid -w $WORK/b1045/_pkg_.a # internal
2025-08-20T21:21:03.3986134Z [00:02:56.666]➜  cp $WORK/b1045/_pkg_.a /root/.cache/go-build/8e/8edf904646b4309eef039b92195e0266a63cf1179930859e66f5cc30db4060da-d # internal
2025-08-20T21:21:03.4019416Z [00:02:56.669]➜  github.com/containerd/typeurl/v2
2025-08-20T21:21:03.4020076Z [00:02:56.669]➜  mkdir -p $WORK/b1049/
2025-08-20T21:21:03.4022236Z [00:02:56.669]➜  cat >/tmp/go-build3547871397/b1049/importcfg << 'EOF' # internal
2025-08-20T21:21:03.4023272Z [00:02:56.669]➜  # import config
2025-08-20T21:21:03.4024131Z [00:02:56.669]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:03.4025133Z [00:02:56.669]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:03.4026084Z [00:02:56.669]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:03.4027208Z [00:02:56.669]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:21:03.4028507Z [00:02:56.669]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:03.4029952Z [00:02:56.669]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3547871397/b312/_pkg_.a
2025-08-20T21:21:03.4031471Z [00:02:56.669]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:03.4032859Z [00:02:56.669]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:03.4039001Z [00:02:56.669]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:03.4055792Z [00:02:56.669]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:03.4056431Z [00:02:56.669]➜  EOF
2025-08-20T21:21:03.4060880Z [00:02:56.669]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1049/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/typeurl/v2@v2.2.2=>github.com/containerd/typeurl/v2@v2.2.2;$WORK/b1049=>" -p github.com/containerd/typeurl/v2 -lang=go1.21 -complete -installsuffix shared -buildid qNWW2-iHD3_64rg9Uo3U/qNWW2-iHD3_64rg9Uo3U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1049/importcfg -pack /root/go/pkg/mod/github.com/containerd/typeurl/v2@v2.2.2/doc.go /root/go/pkg/mod/github.com/containerd/typeurl/v2@v2.2.2/types.go /root/go/pkg/mod/github.com/containerd/typeurl/v2@v2.2.2/types_gogo.go
2025-08-20T21:21:03.5279629Z [00:02:56.794]➜  go tool buildid -w $WORK/b1049/_pkg_.a # internal
2025-08-20T21:21:03.5299418Z [00:02:56.797]➜  cp $WORK/b1049/_pkg_.a /root/.cache/go-build/95/9509e167b83849d4955e0fe308d1489b4a9868ef1e4f8a3f35b3288b16a364e7-d # internal
2025-08-20T21:21:03.5306495Z [00:02:56.798]➜  github.com/containerd/containerd/containers
2025-08-20T21:21:03.5308795Z [00:02:56.798]➜  mkdir -p $WORK/b1048/
2025-08-20T21:21:03.5317907Z [00:02:56.798]➜  cat >/tmp/go-build3547871397/b1048/importcfg << 'EOF' # internal
2025-08-20T21:21:03.5319657Z [00:02:56.798]➜  # import config
2025-08-20T21:21:03.5364049Z [00:02:56.798]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:03.5365377Z [00:02:56.798]➜  packagefile github.com/containerd/typeurl/v2=/tmp/go-build3547871397/b1049/_pkg_.a
2025-08-20T21:21:03.5366377Z [00:02:56.798]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:03.5367183Z [00:02:56.798]➜  EOF
2025-08-20T21:21:03.5371377Z [00:02:56.798]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1048/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/containers=>github.com/containerd/containerd@v1.7.27/containers;$WORK/b1048=>" -p github.com/containerd/containerd/containers -lang=go1.21 -complete -installsuffix shared -buildid 637LT7UhkbN1AQPM9_7O/637LT7UhkbN1AQPM9_7O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1048/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/containers/containers.go
2025-08-20T21:21:03.5557086Z [00:02:56.823]➜  go tool buildid -w $WORK/b1037/_pkg_.a # internal
2025-08-20T21:21:03.5590197Z [00:02:56.826]➜  cp $WORK/b1037/_pkg_.a /root/.cache/go-build/88/888aa30e7c497db2e05fb4caac8a757da3da936c13f80ed0ad8119cc070ce595-d # internal
2025-08-20T21:21:03.5596024Z [00:02:56.827]➜  github.com/containerd/containerd/errdefs
2025-08-20T21:21:03.5598023Z [00:02:56.827]➜  mkdir -p $WORK/b1051/
2025-08-20T21:21:03.5606502Z [00:02:56.828]➜  cat >/tmp/go-build3547871397/b1051/importcfg << 'EOF' # internal
2025-08-20T21:21:03.5609573Z [00:02:56.828]➜  # import config
2025-08-20T21:21:03.5613467Z [00:02:56.828]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:03.5614354Z [00:02:56.828]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:03.5615378Z [00:02:56.828]➜  packagefile github.com/containerd/errdefs=/tmp/go-build3547871397/b910/_pkg_.a
2025-08-20T21:21:03.5616491Z [00:02:56.828]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:03.5617593Z [00:02:56.828]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:03.5618551Z [00:02:56.828]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:03.5619159Z [00:02:56.828]➜  EOF
2025-08-20T21:21:03.5623927Z [00:02:56.828]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1051/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/errdefs=>github.com/containerd/containerd@v1.7.27/errdefs;$WORK/b1051=>" -p github.com/containerd/containerd/errdefs -lang=go1.21 -complete -installsuffix shared -buildid OXd4gGrrxr7ZtTQFrvdG/OXd4gGrrxr7ZtTQFrvdG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1051/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/errdefs/errors.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/errdefs/grpc.go
2025-08-20T21:21:03.5656309Z [00:02:56.833]➜  go tool buildid -w $WORK/b1048/_pkg_.a # internal
2025-08-20T21:21:03.5670465Z [00:02:56.834]➜  cp $WORK/b1048/_pkg_.a /root/.cache/go-build/11/11d7400a6f149ddbd2e7cb2bad99f5d8bb7959d40a916e5b18e9983ec724507b-d # internal
2025-08-20T21:21:03.5688665Z [00:02:56.834]➜  github.com/containerd/containerd/pkg/randutil
2025-08-20T21:21:03.5689389Z [00:02:56.834]➜  mkdir -p $WORK/b1053/
2025-08-20T21:21:03.5690164Z [00:02:56.834]➜  cat >/tmp/go-build3547871397/b1053/importcfg << 'EOF' # internal
2025-08-20T21:21:03.5690869Z [00:02:56.834]➜  # import config
2025-08-20T21:21:03.5691579Z [00:02:56.834]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:03.5692814Z [00:02:56.834]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:03.5693671Z [00:02:56.834]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:03.5694308Z [00:02:56.834]➜  EOF
2025-08-20T21:21:03.5698300Z [00:02:56.834]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1053/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/randutil=>github.com/containerd/containerd@v1.7.27/pkg/randutil;$WORK/b1053=>" -p github.com/containerd/containerd/pkg/randutil -lang=go1.21 -complete -installsuffix shared -buildid rxR3FiGAXMR_sd_OBMXx/rxR3FiGAXMR_sd_OBMXx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1053/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/randutil/randutil.go
2025-08-20T21:21:03.5768823Z [00:02:56.844]➜  go tool buildid -w $WORK/b1008/_pkg_.a # internal
2025-08-20T21:21:03.6042196Z [00:02:56.871]➜  go tool buildid -w $WORK/b1053/_pkg_.a # internal
2025-08-20T21:21:03.6049709Z [00:02:56.872]➜  cp $WORK/b1053/_pkg_.a /root/.cache/go-build/c2/c2d99f932978cfd9610d85949cb8951a0dff5724536b3622b9e280edcc330e80-d # internal
2025-08-20T21:21:03.6091784Z [00:02:56.876]➜  github.com/containerd/containerd/protobuf
2025-08-20T21:21:03.6103632Z [00:02:56.876]➜  mkdir -p $WORK/b1055/
2025-08-20T21:21:03.6106853Z [00:02:56.876]➜  cat >/tmp/go-build3547871397/b1055/importcfg << 'EOF' # internal
2025-08-20T21:21:03.6107594Z [00:02:56.876]➜  # import config
2025-08-20T21:21:03.6108639Z [00:02:56.876]➜  packagefile github.com/containerd/typeurl/v2=/tmp/go-build3547871397/b1049/_pkg_.a
2025-08-20T21:21:03.6109838Z [00:02:56.876]➜  packagefile github.com/google/go-cmp/cmp=/tmp/go-build3547871397/b468/_pkg_.a
2025-08-20T21:21:03.6111043Z [00:02:56.876]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:03.6112356Z [00:02:56.876]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:03.6113970Z [00:02:56.876]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:03.6115094Z [00:02:56.876]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:03.6115708Z [00:02:56.876]➜  EOF
2025-08-20T21:21:03.6120631Z [00:02:56.876]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1055/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/protobuf=>github.com/containerd/containerd@v1.7.27/protobuf;$WORK/b1055=>" -p github.com/containerd/containerd/protobuf -lang=go1.21 -complete -installsuffix shared -buildid FvTr2-9xSqU6BzEGnYD5/FvTr2-9xSqU6BzEGnYD5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1055/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/protobuf/any.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/protobuf/compare.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/protobuf/timestamp.go
2025-08-20T21:21:03.6125874Z [00:02:56.876]➜  cp $WORK/b1008/_pkg_.a /root/.cache/go-build/b6/b61a2bba76681d214cf603dbea5230b6f6db6b306dd2ce0f655aec29c481e9fe-d # internal
2025-08-20T21:21:03.6127233Z [00:02:56.876]➜  google.golang.org/grpc
2025-08-20T21:21:03.6127779Z [00:02:56.876]➜  mkdir -p $WORK/b962/
2025-08-20T21:21:03.6128510Z [00:02:56.876]➜  cat >/tmp/go-build3547871397/b962/importcfg << 'EOF' # internal
2025-08-20T21:21:03.6129193Z [00:02:56.876]➜  # import config
2025-08-20T21:21:03.6129861Z [00:02:56.876]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:03.6130750Z [00:02:56.876]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:21:03.6131616Z [00:02:56.876]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:03.6132506Z [00:02:56.876]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:03.6150321Z [00:02:56.876]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:03.6151439Z [00:02:56.876]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:03.6152335Z [00:02:56.876]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:03.6153509Z [00:02:56.876]➜  packagefile golang.org/x/net/trace=/tmp/go-build3547871397/b963/_pkg_.a
2025-08-20T21:21:03.6154625Z [00:02:56.876]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3547871397/b965/_pkg_.a
2025-08-20T21:21:03.6155801Z [00:02:56.876]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:03.6157048Z [00:02:56.876]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3547871397/b976/_pkg_.a
2025-08-20T21:21:03.6158320Z [00:02:56.876]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build3547871397/b977/_pkg_.a
2025-08-20T21:21:03.6159738Z [00:02:56.876]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3547871397/b984/_pkg_.a
2025-08-20T21:21:03.6160934Z [00:02:56.876]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build3547871397/b967/_pkg_.a
2025-08-20T21:21:03.6162147Z [00:02:56.876]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:03.6163536Z [00:02:56.876]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:03.6164715Z [00:02:56.876]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:03.6165976Z [00:02:56.876]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3547871397/b985/_pkg_.a
2025-08-20T21:21:03.6167251Z [00:02:56.876]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3547871397/b986/_pkg_.a
2025-08-20T21:21:03.6168439Z [00:02:56.876]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build3547871397/b989/_pkg_.a
2025-08-20T21:21:03.6169611Z [00:02:56.876]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:03.6170749Z [00:02:56.876]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:03.6171983Z [00:02:56.876]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3547871397/b990/_pkg_.a
2025-08-20T21:21:03.6173606Z [00:02:56.876]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3547871397/b991/_pkg_.a
2025-08-20T21:21:03.6175022Z [00:02:56.876]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build3547871397/b992/_pkg_.a
2025-08-20T21:21:03.6176333Z [00:02:56.876]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build3547871397/b993/_pkg_.a
2025-08-20T21:21:03.6177581Z [00:02:56.876]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3547871397/b968/_pkg_.a
2025-08-20T21:21:03.6184391Z [00:02:56.876]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3547871397/b997/_pkg_.a
2025-08-20T21:21:03.6185798Z [00:02:56.876]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3547871397/b987/_pkg_.a
2025-08-20T21:21:03.6187375Z [00:02:56.876]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build3547871397/b999/_pkg_.a
2025-08-20T21:21:03.6188638Z [00:02:56.876]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3547871397/b1000/_pkg_.a
2025-08-20T21:21:03.6189886Z [00:02:56.876]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3547871397/b981/_pkg_.a
2025-08-20T21:21:03.6191178Z [00:02:56.876]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3547871397/b1001/_pkg_.a
2025-08-20T21:21:03.6192575Z [00:02:56.876]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build3547871397/b1003/_pkg_.a
2025-08-20T21:21:03.6194155Z [00:02:56.876]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build3547871397/b1004/_pkg_.a
2025-08-20T21:21:03.6195506Z [00:02:56.876]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3547871397/b1002/_pkg_.a
2025-08-20T21:21:03.6196816Z [00:02:56.876]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3547871397/b1006/_pkg_.a
2025-08-20T21:21:03.6198050Z [00:02:56.876]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3547871397/b960/_pkg_.a
2025-08-20T21:21:03.6199302Z [00:02:56.876]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3547871397/b1008/_pkg_.a
2025-08-20T21:21:03.6200517Z [00:02:56.876]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3547871397/b1010/_pkg_.a
2025-08-20T21:21:03.6201649Z [00:02:56.876]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3547871397/b988/_pkg_.a
2025-08-20T21:21:03.6207247Z [00:02:56.876]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:03.6208633Z [00:02:56.876]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3547871397/b1011/_pkg_.a
2025-08-20T21:21:03.6209797Z [00:02:56.876]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:03.6211096Z [00:02:56.876]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build3547871397/b1013/_pkg_.a
2025-08-20T21:21:03.6212319Z [00:02:56.876]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:03.6213694Z [00:02:56.876]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3547871397/b1007/_pkg_.a
2025-08-20T21:21:03.6214875Z [00:02:56.876]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:03.6215975Z [00:02:56.876]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build3547871397/b1012/_pkg_.a
2025-08-20T21:21:03.6216889Z [00:02:56.876]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:03.6217675Z [00:02:56.876]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:03.6218519Z [00:02:56.876]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:03.6219334Z [00:02:56.876]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:03.6220140Z [00:02:56.876]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:03.6221001Z [00:02:56.876]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:03.6221839Z [00:02:56.876]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:03.6222903Z [00:02:56.876]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:03.6223763Z [00:02:56.876]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:03.6224599Z [00:02:56.876]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:03.6225419Z [00:02:56.876]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:03.6226232Z [00:02:56.876]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:03.6227081Z [00:02:56.876]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:03.6227927Z [00:02:56.876]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:03.6228688Z [00:02:56.876]➜  EOF
2025-08-20T21:21:03.6241333Z [00:02:56.876]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b962/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1=>google.golang.org/grpc@v1.68.1;$WORK/b962=>" -p google.golang.org/grpc -lang=go1.22 -complete -installsuffix shared -buildid E2sNTBSt4bBJ8lk1hGNP/E2sNTBSt4bBJ8lk1hGNP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b962/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/backoff.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/call.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/clientconn.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/codec.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/dialoptions.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/doc.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/interceptor.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/picker_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/preloader.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/resolver_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/rpc_util.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/service_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/stream_interfaces.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/trace.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/trace_withtrace.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/version.go
2025-08-20T21:21:03.6253854Z [00:02:56.877]➜  go tool buildid -w $WORK/b1051/_pkg_.a # internal
2025-08-20T21:21:03.6255722Z [00:02:56.882]➜  cp $WORK/b1051/_pkg_.a /root/.cache/go-build/df/df6236c84cd7544d4ce9d700e4d347238009fb4706d6bc0916f012e8196866eb-d # internal
2025-08-20T21:21:03.6257341Z [00:02:56.882]➜  github.com/containerd/containerd/filters
2025-08-20T21:21:03.6258211Z [00:02:56.882]➜  mkdir -p $WORK/b1052/
2025-08-20T21:21:03.6269687Z [00:02:56.894]➜  cat >/tmp/go-build3547871397/b1052/importcfg << 'EOF' # internal
2025-08-20T21:21:03.6280975Z [00:02:56.894]➜  # import config
2025-08-20T21:21:03.6281717Z [00:02:56.894]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:03.6282578Z [00:02:56.894]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:03.6283854Z [00:02:56.894]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:03.6285040Z [00:02:56.894]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:03.6285963Z [00:02:56.894]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:03.6286771Z [00:02:56.894]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:03.6287607Z [00:02:56.894]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:03.6290266Z [00:02:56.894]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:03.6291108Z [00:02:56.894]➜  EOF
2025-08-20T21:21:03.6297392Z [00:02:56.894]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1052/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/filters=>github.com/containerd/containerd@v1.7.27/filters;$WORK/b1052=>" -p github.com/containerd/containerd/filters -lang=go1.21 -complete -installsuffix shared -buildid rT9XYLf4ajcr2lLhj1NE/rT9XYLf4ajcr2lLhj1NE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1052/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/filters/adaptor.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/filters/filter.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/filters/parser.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/filters/quote.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/filters/scanner.go
2025-08-20T21:21:03.6637173Z [00:02:56.931]➜  go tool buildid -w $WORK/b1055/_pkg_.a # internal
2025-08-20T21:21:03.6639195Z [00:02:56.931]➜  cp $WORK/b1055/_pkg_.a /root/.cache/go-build/eb/ebb1567e21fc25f83f9b38a46c9dcdc14d4bc06352c597946b08bbd65ede1f06-d # internal
2025-08-20T21:21:03.6655683Z [00:02:56.931]➜  google.golang.org/genproto/protobuf/field_mask
2025-08-20T21:21:03.6656339Z [00:02:56.931]➜  mkdir -p $WORK/b1057/
2025-08-20T21:21:03.6657062Z [00:02:56.931]➜  cat >/tmp/go-build3547871397/b1057/importcfg << 'EOF' # internal
2025-08-20T21:21:03.6657722Z [00:02:56.931]➜  # import config
2025-08-20T21:21:03.6658702Z [00:02:56.931]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3547871397/b1018/_pkg_.a
2025-08-20T21:21:03.6659590Z [00:02:56.931]➜  EOF
2025-08-20T21:21:03.6664311Z [00:02:56.931]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1057/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20241118233622-e639e219e697/protobuf/field_mask=>google.golang.org/genproto@v0.0.0-20241118233622-e639e219e697/protobuf/field_mask;$WORK/b1057=>" -p google.golang.org/genproto/protobuf/field_mask -lang=go1.21 -complete -installsuffix shared -buildid -70RNPxIsrqDlxDi80HK/-70RNPxIsrqDlxDi80HK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1057/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20241118233622-e639e219e697/protobuf/field_mask/field_mask.go
2025-08-20T21:21:03.6883041Z [00:02:56.955]➜  go tool buildid -w $WORK/b1057/_pkg_.a # internal
2025-08-20T21:21:03.6895179Z [00:02:56.957]➜  cp $WORK/b1057/_pkg_.a /root/.cache/go-build/c4/c4acf5ea05cdeb6c197e59f3f6ba1584cd074495983d1ce88c3fc6ffbdcf499d-d # internal
2025-08-20T21:21:03.6900936Z [00:02:56.957]➜  github.com/containerd/containerd/protobuf/types
2025-08-20T21:21:03.6907801Z [00:02:56.957]➜  mkdir -p $WORK/b1056/
2025-08-20T21:21:03.6908803Z [00:02:56.958]➜  cat >/tmp/go-build3547871397/b1056/importcfg << 'EOF' # internal
2025-08-20T21:21:03.6909500Z [00:02:56.958]➜  # import config
2025-08-20T21:21:03.6910434Z [00:02:56.958]➜  packagefile google.golang.org/genproto/protobuf/field_mask=/tmp/go-build3547871397/b1057/_pkg_.a
2025-08-20T21:21:03.6911966Z [00:02:56.958]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:03.6913504Z [00:02:56.958]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3547871397/b1017/_pkg_.a
2025-08-20T21:21:03.6914367Z [00:02:56.958]➜  EOF
2025-08-20T21:21:03.6918474Z [00:02:56.958]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1056/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/protobuf/types=>github.com/containerd/containerd@v1.7.27/protobuf/types;$WORK/b1056=>" -p github.com/containerd/containerd/protobuf/types -lang=go1.21 -complete -installsuffix shared -buildid 0g305NhF7Y4HhmJH5TeC/0g305NhF7Y4HhmJH5TeC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1056/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/protobuf/types/types.go
2025-08-20T21:21:03.7164730Z [00:02:56.984]➜  go tool buildid -w $WORK/b1056/_pkg_.a # internal
2025-08-20T21:21:03.7175505Z [00:02:56.985]➜  cp $WORK/b1056/_pkg_.a /root/.cache/go-build/e1/e1a5bfe777cc22a0c45266107cc1f20f2429a93e4d54122833a61ded60a83c52-d # internal
2025-08-20T21:21:03.7178372Z [00:02:56.985]➜  github.com/containerd/containerd/labels
2025-08-20T21:21:03.7179231Z [00:02:56.985]➜  mkdir -p $WORK/b1060/
2025-08-20T21:21:03.7185907Z [00:02:56.986]➜  cat >/tmp/go-build3547871397/b1060/importcfg << 'EOF' # internal
2025-08-20T21:21:03.7192914Z [00:02:56.986]➜  # import config
2025-08-20T21:21:03.7193601Z [00:02:56.986]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:03.7204011Z [00:02:56.986]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:03.7204960Z [00:02:56.986]➜  EOF
2025-08-20T21:21:03.7208940Z [00:02:56.986]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1060/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/labels=>github.com/containerd/containerd@v1.7.27/labels;$WORK/b1060=>" -p github.com/containerd/containerd/labels -lang=go1.21 -complete -installsuffix shared -buildid cXiDMfArXulu1b2ggz5A/cXiDMfArXulu1b2ggz5A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1060/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/labels/labels.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/labels/validate.go
2025-08-20T21:21:03.7354640Z [00:02:57.003]➜  go tool buildid -w $WORK/b1060/_pkg_.a # internal
2025-08-20T21:21:03.7374113Z [00:02:57.003]➜  cp $WORK/b1060/_pkg_.a /root/.cache/go-build/e5/e572ff53afae831bac76d356e3b1391e9baf0dee01f2005949ec88dfb4a6ac51-d # internal
2025-08-20T21:21:03.7376359Z [00:02:57.004]➜  github.com/containerd/platforms
2025-08-20T21:21:03.7395249Z [00:02:57.007]➜  mkdir -p $WORK/b1061/
2025-08-20T21:21:03.7401629Z [00:02:57.007]➜  cat >/tmp/go-build3547871397/b1061/importcfg << 'EOF' # internal
2025-08-20T21:21:03.7402510Z [00:02:57.007]➜  # import config
2025-08-20T21:21:03.7404637Z [00:02:57.007]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:03.7405447Z [00:02:57.007]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:03.7406234Z [00:02:57.007]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:03.7407003Z [00:02:57.007]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:03.7407898Z [00:02:57.007]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:03.7409080Z [00:02:57.007]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:03.7410197Z [00:02:57.007]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:03.7411198Z [00:02:57.007]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:03.7411949Z [00:02:57.007]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:03.7412870Z [00:02:57.007]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:03.7413778Z [00:02:57.007]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:03.7414555Z [00:02:57.007]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:03.7415366Z [00:02:57.007]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:03.7416111Z [00:02:57.007]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:03.7416674Z [00:02:57.007]➜  EOF
2025-08-20T21:21:03.7423971Z [00:02:57.008]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1061/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/platforms@v0.2.1=>github.com/containerd/platforms@v0.2.1;$WORK/b1061=>" -p github.com/containerd/platforms -lang=go1.20 -complete -installsuffix shared -buildid nPz_Svkms0t5OOD_Ilp_/nPz_Svkms0t5OOD_Ilp_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1061/importcfg -pack /root/go/pkg/mod/github.com/containerd/platforms@v0.2.1/compare.go /root/go/pkg/mod/github.com/containerd/platforms@v0.2.1/cpuinfo.go /root/go/pkg/mod/github.com/containerd/platforms@v0.2.1/cpuinfo_linux.go /root/go/pkg/mod/github.com/containerd/platforms@v0.2.1/database.go /root/go/pkg/mod/github.com/containerd/platforms@v0.2.1/defaults.go /root/go/pkg/mod/github.com/containerd/platforms@v0.2.1/defaults_unix.go /root/go/pkg/mod/github.com/containerd/platforms@v0.2.1/errors.go /root/go/pkg/mod/github.com/containerd/platforms@v0.2.1/platforms.go /root/go/pkg/mod/github.com/containerd/platforms@v0.2.1/platforms_other.go
2025-08-20T21:21:03.7480863Z [00:02:57.015]➜  go tool buildid -w $WORK/b1052/_pkg_.a # internal
2025-08-20T21:21:03.7515986Z [00:02:57.019]➜  cp $WORK/b1052/_pkg_.a /root/.cache/go-build/d9/d9d9272ab5d321c507e7df8a66df6859eaeb2b559086589228e7b3d10f94b349-d # internal
2025-08-20T21:21:03.7524561Z [00:02:57.019]➜  github.com/containerd/containerd/content
2025-08-20T21:21:03.7538093Z [00:02:57.019]➜  mkdir -p $WORK/b1050/
2025-08-20T21:21:03.7538964Z [00:02:57.020]➜  cat >/tmp/go-build3547871397/b1050/importcfg << 'EOF' # internal
2025-08-20T21:21:03.7539695Z [00:02:57.020]➜  # import config
2025-08-20T21:21:03.7540286Z [00:02:57.020]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:03.7541008Z [00:02:57.020]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:03.7541719Z [00:02:57.020]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:03.7542795Z [00:02:57.020]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:03.7543984Z [00:02:57.020]➜  packagefile github.com/containerd/containerd/filters=/tmp/go-build3547871397/b1052/_pkg_.a
2025-08-20T21:21:03.7545227Z [00:02:57.020]➜  packagefile github.com/containerd/containerd/pkg/randutil=/tmp/go-build3547871397/b1053/_pkg_.a
2025-08-20T21:21:03.7546281Z [00:02:57.020]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:03.7547343Z [00:02:57.020]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:03.7548557Z [00:02:57.020]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:03.7549539Z [00:02:57.020]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:03.7550234Z [00:02:57.020]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:03.7550956Z [00:02:57.020]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:03.7551659Z [00:02:57.020]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:03.7552183Z [00:02:57.020]➜  EOF
2025-08-20T21:21:03.7583204Z [00:02:57.025]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1050/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/content=>github.com/containerd/containerd@v1.7.27/content;$WORK/b1050=>" -p github.com/containerd/containerd/content -lang=go1.21 -complete -installsuffix shared -buildid D4D0Dv3VTxc9QT-rjiIF/D4D0Dv3VTxc9QT-rjiIF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1050/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/content/adaptor.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/content/content.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/content/helpers.go
2025-08-20T21:21:03.9091034Z [00:02:57.176]➜  go tool buildid -w $WORK/b1050/_pkg_.a # internal
2025-08-20T21:21:03.9111684Z [00:02:57.178]➜  cp $WORK/b1050/_pkg_.a /root/.cache/go-build/0a/0aca2688bf78162d433f9a4bef554d21d38dc3f636e9ea26999e9a65a93126f8-d # internal
2025-08-20T21:21:03.9118685Z [00:02:57.179]➜  golang.org/x/sync/semaphore
2025-08-20T21:21:03.9119305Z [00:02:57.179]➜  mkdir -p $WORK/b1062/
2025-08-20T21:21:03.9153013Z [00:02:57.182]➜  cat >/tmp/go-build3547871397/b1062/importcfg << 'EOF' # internal
2025-08-20T21:21:03.9161454Z [00:02:57.182]➜  # import config
2025-08-20T21:21:03.9162119Z [00:02:57.182]➜  packagefile container/list=/tmp/go-build3547871397/b153/_pkg_.a
2025-08-20T21:21:03.9163131Z [00:02:57.182]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:03.9163956Z [00:02:57.182]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:03.9164540Z [00:02:57.182]➜  EOF
2025-08-20T21:21:03.9167926Z [00:02:57.183]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1062/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.16.0/semaphore=>golang.org/x/sync@v0.16.0/semaphore;$WORK/b1062=>" -p golang.org/x/sync/semaphore -lang=go1.23 -complete -installsuffix shared -buildid ChCzbSJNtIyaAW5U_PZT/ChCzbSJNtIyaAW5U_PZT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1062/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.16.0/semaphore/semaphore.go
2025-08-20T21:21:03.9471907Z [00:02:57.214]➜  go tool buildid -w $WORK/b1062/_pkg_.a # internal
2025-08-20T21:21:03.9477664Z [00:02:57.215]➜  go tool buildid -w $WORK/b1061/_pkg_.a # internal
2025-08-20T21:21:03.9485285Z [00:02:57.216]➜  cp $WORK/b1062/_pkg_.a /root/.cache/go-build/73/732a7b714f10dd3cb037f4fbaedee97298b8a9c757b3e7aa9dc06776b05a7efd-d # internal
2025-08-20T21:21:03.9487316Z [00:02:57.216]➜  github.com/containerd/containerd/contrib/seccomp/kernelversion
2025-08-20T21:21:03.9489504Z [00:02:57.216]➜  mkdir -p $WORK/b1064/
2025-08-20T21:21:03.9497794Z [00:02:57.217]➜  cp $WORK/b1061/_pkg_.a /root/.cache/go-build/f2/f21875eb7a9be2b9071733e39964b0074d529b9952f316b337ef79db9a2640e5-d # internal
2025-08-20T21:21:03.9503057Z [00:02:57.218]➜  github.com/containerd/containerd/images
2025-08-20T21:21:03.9504900Z [00:02:57.218]➜  cat >/tmp/go-build3547871397/b1064/importcfg << 'EOF' # internal
2025-08-20T21:21:03.9507140Z [00:02:57.218]➜  # import config
2025-08-20T21:21:03.9507950Z [00:02:57.218]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:03.9510461Z [00:02:57.218]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:03.9513217Z [00:02:57.218]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:03.9514157Z [00:02:57.218]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:03.9514714Z [00:02:57.218]➜  EOF
2025-08-20T21:21:03.9519405Z [00:02:57.218]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1064/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/contrib/seccomp/kernelversion=>github.com/containerd/containerd@v1.7.27/contrib/seccomp/kernelversion;$WORK/b1064=>" -p github.com/containerd/containerd/contrib/seccomp/kernelversion -lang=go1.21 -complete -installsuffix shared -buildid 1mIwRYIt_v8Zborc39u2/1mIwRYIt_v8Zborc39u2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1064/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/contrib/seccomp/kernelversion/kernel_linux.go
2025-08-20T21:21:03.9532062Z [00:02:57.220]➜  mkdir -p $WORK/b1059/
2025-08-20T21:21:03.9542374Z [00:02:57.221]➜  cat >/tmp/go-build3547871397/b1059/importcfg << 'EOF' # internal
2025-08-20T21:21:03.9554248Z [00:02:57.221]➜  # import config
2025-08-20T21:21:03.9555080Z [00:02:57.221]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:03.9555956Z [00:02:57.221]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:03.9556778Z [00:02:57.222]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:03.9557533Z [00:02:57.222]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:03.9558655Z [00:02:57.222]➜  packagefile github.com/containerd/containerd/archive/compression=/tmp/go-build3547871397/b1044/_pkg_.a
2025-08-20T21:21:03.9559987Z [00:02:57.222]➜  packagefile github.com/containerd/containerd/content=/tmp/go-build3547871397/b1050/_pkg_.a
2025-08-20T21:21:03.9561259Z [00:02:57.222]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:03.9562479Z [00:02:57.222]➜  packagefile github.com/containerd/containerd/labels=/tmp/go-build3547871397/b1060/_pkg_.a
2025-08-20T21:21:03.9563855Z [00:02:57.222]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:03.9564918Z [00:02:57.222]➜  packagefile github.com/containerd/platforms=/tmp/go-build3547871397/b1061/_pkg_.a
2025-08-20T21:21:03.9566047Z [00:02:57.222]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:03.9567300Z [00:02:57.222]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:03.9568460Z [00:02:57.222]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3547871397/b798/_pkg_.a
2025-08-20T21:21:03.9569493Z [00:02:57.222]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3547871397/b332/_pkg_.a
2025-08-20T21:21:03.9570543Z [00:02:57.222]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3547871397/b1062/_pkg_.a
2025-08-20T21:21:03.9575316Z [00:02:57.222]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:03.9576236Z [00:02:57.222]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:03.9577131Z [00:02:57.222]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:03.9577891Z [00:02:57.222]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:03.9578450Z [00:02:57.222]➜  EOF
2025-08-20T21:21:03.9585662Z [00:02:57.225]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1059/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/images=>github.com/containerd/containerd@v1.7.27/images;$WORK/b1059=>" -p github.com/containerd/containerd/images -lang=go1.21 -complete -installsuffix shared -buildid NRYeKsqVrm5X7PrfkOML/NRYeKsqVrm5X7PrfkOML -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1059/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/images/annotations.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/images/diffid.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/images/handlers.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/images/image.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/images/importexport.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/images/labels.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/images/mediatypes.go
2025-08-20T21:21:03.9904902Z [00:02:57.258]➜  go tool buildid -w $WORK/b1064/_pkg_.a # internal
2025-08-20T21:21:03.9942499Z [00:02:57.258]➜  cp $WORK/b1064/_pkg_.a /root/.cache/go-build/9b/9b3bafc4b2c5f4f379a0bcc5e5743721b6eea2e6a7a6d2b8adf36b0541046af4-d # internal
2025-08-20T21:21:03.9943801Z [00:02:57.258]➜  github.com/moby/sys/mountinfo
2025-08-20T21:21:03.9944342Z [00:02:57.258]➜  mkdir -p $WORK/b1065/
2025-08-20T21:21:03.9945251Z [00:02:57.258]➜  cat >/tmp/go-build3547871397/b1065/importcfg << 'EOF' # internal
2025-08-20T21:21:03.9945918Z [00:02:57.258]➜  # import config
2025-08-20T21:21:03.9946548Z [00:02:57.258]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:03.9947322Z [00:02:57.258]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:03.9948386Z [00:02:57.258]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:03.9949213Z [00:02:57.258]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:03.9949920Z [00:02:57.258]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:03.9950696Z [00:02:57.258]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:03.9951501Z [00:02:57.258]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:03.9952262Z [00:02:57.258]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:03.9953270Z [00:02:57.258]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:03.9954027Z [00:02:57.258]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:03.9954580Z [00:02:57.258]➜  EOF
2025-08-20T21:21:03.9960143Z [00:02:57.258]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1065/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/sys/mountinfo@v0.7.2=>github.com/moby/sys/mountinfo@v0.7.2;$WORK/b1065=>" -p github.com/moby/sys/mountinfo -lang=go1.17 -complete -installsuffix shared -buildid cPoF_5XGLnOJM8H06S6J/cPoF_5XGLnOJM8H06S6J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1065/importcfg -pack /root/go/pkg/mod/github.com/moby/sys/mountinfo@v0.7.2/doc.go /root/go/pkg/mod/github.com/moby/sys/mountinfo@v0.7.2/mounted_linux.go /root/go/pkg/mod/github.com/moby/sys/mountinfo@v0.7.2/mounted_unix.go /root/go/pkg/mod/github.com/moby/sys/mountinfo@v0.7.2/mountinfo.go /root/go/pkg/mod/github.com/moby/sys/mountinfo@v0.7.2/mountinfo_filters.go /root/go/pkg/mod/github.com/moby/sys/mountinfo@v0.7.2/mountinfo_linux.go
2025-08-20T21:21:04.0698992Z [00:02:57.337]➜  go tool buildid -w $WORK/b1065/_pkg_.a # internal
2025-08-20T21:21:04.0711273Z [00:02:57.338]➜  cp $WORK/b1065/_pkg_.a /root/.cache/go-build/25/25d207738c2b14577c88ed71328475ac13316403b693ff657fa93d1502485efd-d # internal
2025-08-20T21:21:04.0716074Z [00:02:57.339]➜  github.com/containerd/containerd/mount
2025-08-20T21:21:04.0724691Z [00:02:57.339]➜  mkdir -p $WORK/b1063/
2025-08-20T21:21:04.0726426Z [00:02:57.340]➜  cat >/tmp/go-build3547871397/b1063/importcfg << 'EOF' # internal
2025-08-20T21:21:04.0727122Z [00:02:57.340]➜  # import config
2025-08-20T21:21:04.0727736Z [00:02:57.340]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:04.0728447Z [00:02:57.340]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:04.0729140Z [00:02:57.340]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:04.0730238Z [00:02:57.340]➜  packagefile github.com/containerd/containerd/contrib/seccomp/kernelversion=/tmp/go-build3547871397/b1064/_pkg_.a
2025-08-20T21:21:04.0731600Z [00:02:57.340]➜  packagefile github.com/containerd/containerd/pkg/randutil=/tmp/go-build3547871397/b1053/_pkg_.a
2025-08-20T21:21:04.0732993Z [00:02:57.340]➜  packagefile github.com/containerd/continuity/fs=/tmp/go-build3547871397/b1040/_pkg_.a
2025-08-20T21:21:04.0733971Z [00:02:57.340]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:04.0734939Z [00:02:57.340]➜  packagefile github.com/moby/sys/mountinfo=/tmp/go-build3547871397/b1065/_pkg_.a
2025-08-20T21:21:04.0735929Z [00:02:57.340]➜  packagefile github.com/moby/sys/userns=/tmp/go-build3547871397/b1043/_pkg_.a
2025-08-20T21:21:04.0736879Z [00:02:57.340]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:04.0737666Z [00:02:57.340]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:04.0738363Z [00:02:57.340]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:21:04.0739263Z [00:02:57.340]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:04.0740055Z [00:02:57.340]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:04.0740860Z [00:02:57.340]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:04.0741705Z [00:02:57.340]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:04.0766519Z [00:02:57.340]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:04.0767438Z [00:02:57.340]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:04.0768044Z [00:02:57.340]➜  EOF
2025-08-20T21:21:04.0775713Z [00:02:57.344]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1063/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/mount=>github.com/containerd/containerd@v1.7.27/mount;$WORK/b1063=>" -p github.com/containerd/containerd/mount -lang=go1.21 -complete -installsuffix shared -buildid 4hv6JF40v2-OpN_mP6rW/4hv6JF40v2-OpN_mP6rW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1063/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/mount/lookup_unix.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/mount/losetup_linux.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/mount/mount.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/mount/mount_linux.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/mount/mount_unix.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/mount/mountinfo.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/mount/temp.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/mount/temp_unix.go
2025-08-20T21:21:04.0907803Z [00:02:57.358]➜  go tool buildid -w $WORK/b1059/_pkg_.a # internal
2025-08-20T21:21:04.0927486Z [00:02:57.360]➜  cp $WORK/b1059/_pkg_.a /root/.cache/go-build/67/67db03c5fefb71a8abf5e68563122b8087609754547a8460fa28827771e61dc9-d # internal
2025-08-20T21:21:04.0934803Z [00:02:57.360]➜  github.com/containerd/containerd/protobuf/proto
2025-08-20T21:21:04.0935524Z [00:02:57.360]➜  mkdir -p $WORK/b1066/
2025-08-20T21:21:04.0952198Z [00:02:57.361]➜  cat >/tmp/go-build3547871397/b1066/importcfg << 'EOF' # internal
2025-08-20T21:21:04.0953356Z [00:02:57.361]➜  # import config
2025-08-20T21:21:04.0954464Z [00:02:57.361]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:04.0955245Z [00:02:57.361]➜  EOF
2025-08-20T21:21:04.0959197Z [00:02:57.361]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1066/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/protobuf/proto=>github.com/containerd/containerd@v1.7.27/protobuf/proto;$WORK/b1066=>" -p github.com/containerd/containerd/protobuf/proto -lang=go1.21 -complete -installsuffix shared -buildid -l1WL-Yrtgzw2fM_BoaC/-l1WL-Yrtgzw2fM_BoaC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1066/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/protobuf/proto/proto.go
2025-08-20T21:21:04.1069662Z [00:02:57.374]➜  go tool buildid -w $WORK/b1066/_pkg_.a # internal
2025-08-20T21:21:04.1086687Z [00:02:57.376]➜  cp $WORK/b1066/_pkg_.a /root/.cache/go-build/2a/2a9a098bd5212e256ae17ef02d9e548df8a5441f0fadd900f43e824ab6258a22-d # internal
2025-08-20T21:21:04.1093413Z [00:02:57.377]➜  github.com/containerd/containerd/events
2025-08-20T21:21:04.1097687Z [00:02:57.377]➜  mkdir -p $WORK/b1068/
2025-08-20T21:21:04.1100281Z [00:02:57.377]➜  cat >/tmp/go-build3547871397/b1068/importcfg << 'EOF' # internal
2025-08-20T21:21:04.1102144Z [00:02:57.377]➜  # import config
2025-08-20T21:21:04.1103252Z [00:02:57.377]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:04.1105880Z [00:02:57.377]➜  packagefile github.com/containerd/typeurl/v2=/tmp/go-build3547871397/b1049/_pkg_.a
2025-08-20T21:21:04.1106904Z [00:02:57.377]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:04.1107537Z [00:02:57.377]➜  EOF
2025-08-20T21:21:04.1111528Z [00:02:57.377]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1068/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/events=>github.com/containerd/containerd@v1.7.27/events;$WORK/b1068=>" -p github.com/containerd/containerd/events -lang=go1.21 -complete -installsuffix shared -buildid UioAOy0D4bcprcuaTNwb/UioAOy0D4bcprcuaTNwb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1068/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/events/events.go
2025-08-20T21:21:04.1294727Z [00:02:57.397]➜  go tool buildid -w $WORK/b1068/_pkg_.a # internal
2025-08-20T21:21:04.1300202Z [00:02:57.397]➜  cp $WORK/b1068/_pkg_.a /root/.cache/go-build/c3/c3e253ee91ac5301c4993d729a817702cbab0a2a6f4520431dd5ea4501f3c069-d # internal
2025-08-20T21:21:04.1305724Z [00:02:57.398]➜  github.com/containerd/containerd/reference
2025-08-20T21:21:04.1315304Z [00:02:57.398]➜  mkdir -p $WORK/b1070/
2025-08-20T21:21:04.1316156Z [00:02:57.398]➜  cat >/tmp/go-build3547871397/b1070/importcfg << 'EOF' # internal
2025-08-20T21:21:04.1316888Z [00:02:57.398]➜  # import config
2025-08-20T21:21:04.1317561Z [00:02:57.398]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:04.1318655Z [00:02:57.398]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:04.1319881Z [00:02:57.398]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:04.1320738Z [00:02:57.398]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:04.1321570Z [00:02:57.398]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:04.1322422Z [00:02:57.398]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:04.1323261Z [00:02:57.398]➜  EOF
2025-08-20T21:21:04.1327247Z [00:02:57.398]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1070/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/reference=>github.com/containerd/containerd@v1.7.27/reference;$WORK/b1070=>" -p github.com/containerd/containerd/reference -lang=go1.21 -complete -installsuffix shared -buildid C7r6MshXd2x_cNcRDk94/C7r6MshXd2x_cNcRDk94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1070/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/reference/reference.go
2025-08-20T21:21:04.1542075Z [00:02:57.421]➜  go tool buildid -w $WORK/b1070/_pkg_.a # internal
2025-08-20T21:21:04.1548818Z [00:02:57.422]➜  cp $WORK/b1070/_pkg_.a /root/.cache/go-build/2a/2a8a516fb249fb148b9297341a1cb1329dc9428671ed16bd63df4bd4443a3b4a-d # internal
2025-08-20T21:21:04.1553356Z [00:02:57.423]➜  github.com/distribution/reference
2025-08-20T21:21:04.1556400Z [00:02:57.423]➜  mkdir -p $WORK/b1071/
2025-08-20T21:21:04.1566269Z [00:02:57.423]➜  cat >/tmp/go-build3547871397/b1071/importcfg << 'EOF' # internal
2025-08-20T21:21:04.1566960Z [00:02:57.423]➜  # import config
2025-08-20T21:21:04.1567607Z [00:02:57.423]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:04.1568540Z [00:02:57.423]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:04.1569531Z [00:02:57.423]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:04.1570543Z [00:02:57.423]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:04.1571458Z [00:02:57.423]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:04.1572283Z [00:02:57.423]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:04.1573338Z [00:02:57.423]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:04.1573843Z [00:02:57.423]➜  EOF
2025-08-20T21:21:04.1579188Z [00:02:57.423]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1071/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/distribution/reference@v0.6.0=>github.com/distribution/reference@v0.6.0;$WORK/b1071=>" -p github.com/distribution/reference -lang=go1.20 -complete -installsuffix shared -buildid Dsp_RQ-zEXo9ziCoS84Y/Dsp_RQ-zEXo9ziCoS84Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1071/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:21:04.2039252Z [00:02:57.471]➜  go tool buildid -w $WORK/b1063/_pkg_.a # internal
2025-08-20T21:21:04.2058752Z [00:02:57.473]➜  cp $WORK/b1063/_pkg_.a /root/.cache/go-build/1e/1e3b766d8f97b930bd2afdc550afcec3443257d66a0ff055e6a8a446eb3f8592-d # internal
2025-08-20T21:21:04.2061476Z [00:02:57.473]➜  github.com/containerd/containerd/diff
2025-08-20T21:21:04.2063105Z [00:02:57.473]➜  mkdir -p $WORK/b1058/
2025-08-20T21:21:04.2064059Z [00:02:57.473]➜  cat >/tmp/go-build3547871397/b1058/importcfg << 'EOF' # internal
2025-08-20T21:21:04.2065839Z [00:02:57.474]➜  # import config
2025-08-20T21:21:04.2067814Z [00:02:57.474]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:04.2068755Z [00:02:57.474]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:04.2070006Z [00:02:57.474]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:04.2070860Z [00:02:57.474]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:04.2072074Z [00:02:57.474]➜  packagefile github.com/containerd/containerd/archive/compression=/tmp/go-build3547871397/b1044/_pkg_.a
2025-08-20T21:21:04.2077690Z [00:02:57.474]➜  packagefile github.com/containerd/containerd/images=/tmp/go-build3547871397/b1059/_pkg_.a
2025-08-20T21:21:04.2079084Z [00:02:57.474]➜  packagefile github.com/containerd/containerd/mount=/tmp/go-build3547871397/b1063/_pkg_.a
2025-08-20T21:21:04.2080374Z [00:02:57.474]➜  packagefile github.com/containerd/containerd/protobuf=/tmp/go-build3547871397/b1055/_pkg_.a
2025-08-20T21:21:04.2081783Z [00:02:57.474]➜  packagefile github.com/containerd/containerd/protobuf/proto=/tmp/go-build3547871397/b1066/_pkg_.a
2025-08-20T21:21:04.2083521Z [00:02:57.474]➜  packagefile github.com/containerd/typeurl/v2=/tmp/go-build3547871397/b1049/_pkg_.a
2025-08-20T21:21:04.2085801Z [00:02:57.474]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:04.2087025Z [00:02:57.474]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:04.2087796Z [00:02:57.474]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:04.2088588Z [00:02:57.474]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:21:04.2089393Z [00:02:57.474]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:04.2090163Z [00:02:57.474]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:04.2090783Z [00:02:57.474]➜  EOF
2025-08-20T21:21:04.2096097Z [00:02:57.474]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1058/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/diff=>github.com/containerd/containerd@v1.7.27/diff;$WORK/b1058=>" -p github.com/containerd/containerd/diff -lang=go1.21 -complete -installsuffix shared -buildid B-7MAx6s-ahpQrP-pb12/B-7MAx6s-ahpQrP-pb12 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1058/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/diff/diff.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/diff/stream.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/diff/stream_unix.go
2025-08-20T21:21:04.3158116Z [00:02:57.583]➜  go tool buildid -w $WORK/b1071/_pkg_.a # internal
2025-08-20T21:21:04.3162352Z [00:02:57.583]➜  go tool buildid -w $WORK/b1058/_pkg_.a # internal
2025-08-20T21:21:04.3175502Z [00:02:57.585]➜  cp $WORK/b1058/_pkg_.a /root/.cache/go-build/ab/ab5425fe27d14080ce41904781e9d5e26b2a25295d1e9ff976f3ac3640b78e20-d # internal
2025-08-20T21:21:04.3176766Z [00:02:57.585]➜  github.com/containerd/containerd/leases
2025-08-20T21:21:04.3180588Z [00:02:57.585]➜  mkdir -p $WORK/b1072/
2025-08-20T21:21:04.3184162Z [00:02:57.586]➜  cp $WORK/b1071/_pkg_.a /root/.cache/go-build/14/14ece4d4a6efb78cd8e479b96e4bbf3a22d1282d594b4e4e8a522ec07bfdb39e-d # internal
2025-08-20T21:21:04.3186865Z [00:02:57.586]➜  cat >/tmp/go-build3547871397/b1072/importcfg << 'EOF' # internal
2025-08-20T21:21:04.3190684Z [00:02:57.586]➜  # import config
2025-08-20T21:21:04.3193070Z [00:02:57.586]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:04.3204074Z [00:02:57.586]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:04.3205206Z [00:02:57.586]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:04.3206085Z [00:02:57.586]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:04.3207064Z [00:02:57.586]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:04.3208032Z [00:02:57.586]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:04.3208630Z [00:02:57.586]➜  EOF
2025-08-20T21:21:04.3216567Z [00:02:57.586]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1072/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/leases=>github.com/containerd/containerd@v1.7.27/leases;$WORK/b1072=>" -p github.com/containerd/containerd/leases -lang=go1.21 -complete -installsuffix shared -buildid xZa9z6ZAROCa_Gn8nLZG/xZa9z6ZAROCa_Gn8nLZG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1072/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/leases/context.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/leases/grpc.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/leases/id.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/leases/lease.go
2025-08-20T21:21:04.3221120Z [00:02:57.586]➜  github.com/containerd/containerd/images/archive
2025-08-20T21:21:04.3221734Z [00:02:57.586]➜  mkdir -p $WORK/b1069/
2025-08-20T21:21:04.3222436Z [00:02:57.587]➜  cat >/tmp/go-build3547871397/b1069/importcfg << 'EOF' # internal
2025-08-20T21:21:04.3223374Z [00:02:57.587]➜  # import config
2025-08-20T21:21:04.3224155Z [00:02:57.587]➜  packagefile archive/tar=/tmp/go-build3547871397/b861/_pkg_.a
2025-08-20T21:21:04.3224973Z [00:02:57.587]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:04.3225730Z [00:02:57.587]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:04.3226539Z [00:02:57.587]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:04.3227329Z [00:02:57.587]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:04.3228060Z [00:02:57.587]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:04.3229139Z [00:02:57.587]➜  packagefile github.com/containerd/containerd/archive/compression=/tmp/go-build3547871397/b1044/_pkg_.a
2025-08-20T21:21:04.3230515Z [00:02:57.587]➜  packagefile github.com/containerd/containerd/content=/tmp/go-build3547871397/b1050/_pkg_.a
2025-08-20T21:21:04.3231718Z [00:02:57.587]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:04.3233157Z [00:02:57.587]➜  packagefile github.com/containerd/containerd/images=/tmp/go-build3547871397/b1059/_pkg_.a
2025-08-20T21:21:04.3234387Z [00:02:57.587]➜  packagefile github.com/containerd/containerd/labels=/tmp/go-build3547871397/b1060/_pkg_.a
2025-08-20T21:21:04.3235566Z [00:02:57.587]➜  packagefile github.com/containerd/containerd/reference=/tmp/go-build3547871397/b1070/_pkg_.a
2025-08-20T21:21:04.3236659Z [00:02:57.587]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:04.3237683Z [00:02:57.587]➜  packagefile github.com/containerd/platforms=/tmp/go-build3547871397/b1061/_pkg_.a
2025-08-20T21:21:04.3238757Z [00:02:57.587]➜  packagefile github.com/distribution/reference=/tmp/go-build3547871397/b1071/_pkg_.a
2025-08-20T21:21:04.3239874Z [00:02:57.587]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:04.3241050Z [00:02:57.587]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build3547871397/b1023/_pkg_.a
2025-08-20T21:21:04.3242344Z [00:02:57.587]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:04.3263861Z [00:02:57.587]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:04.3264666Z [00:02:57.587]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:04.3265440Z [00:02:57.587]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:04.3266215Z [00:02:57.587]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:04.3266826Z [00:02:57.587]➜  EOF
2025-08-20T21:21:04.3271715Z [00:02:57.588]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1069/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/images/archive=>github.com/containerd/containerd@v1.7.27/images/archive;$WORK/b1069=>" -p github.com/containerd/containerd/images/archive -lang=go1.21 -complete -installsuffix shared -buildid sGQSdKz-1SdpuO7-Yi_Y/sGQSdKz-1SdpuO7-Yi_Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1069/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/images/archive/exporter.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/images/archive/importer.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/images/archive/reference.go
2025-08-20T21:21:04.3506376Z [00:02:57.618]➜  go tool buildid -w $WORK/b1072/_pkg_.a # internal
2025-08-20T21:21:04.3517314Z [00:02:57.619]➜  cp $WORK/b1072/_pkg_.a /root/.cache/go-build/9c/9c1921413ca7be1736b2a66abf7ebda396b02054e243a275b6bf7a908eb252da-d # internal
2025-08-20T21:21:04.3527044Z [00:02:57.619]➜  github.com/containerd/containerd/identifiers
2025-08-20T21:21:04.3527717Z [00:02:57.619]➜  mkdir -p $WORK/b1075/
2025-08-20T21:21:04.3528507Z [00:02:57.619]➜  cat >/tmp/go-build3547871397/b1075/importcfg << 'EOF' # internal
2025-08-20T21:21:04.3529208Z [00:02:57.619]➜  # import config
2025-08-20T21:21:04.3529851Z [00:02:57.619]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:04.3531151Z [00:02:57.619]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:04.3532233Z [00:02:57.619]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:04.3533110Z [00:02:57.620]➜  EOF
2025-08-20T21:21:04.3537278Z [00:02:57.620]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1075/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/identifiers=>github.com/containerd/containerd@v1.7.27/identifiers;$WORK/b1075=>" -p github.com/containerd/containerd/identifiers -lang=go1.21 -complete -installsuffix shared -buildid iLTlvBCu1E5YyE6i8Hu5/iLTlvBCu1E5YyE6i8Hu5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1075/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/identifiers/validate.go
2025-08-20T21:21:04.3677550Z [00:02:57.635]➜  go tool buildid -w $WORK/b1075/_pkg_.a # internal
2025-08-20T21:21:04.3693763Z [00:02:57.637]➜  cp $WORK/b1075/_pkg_.a /root/.cache/go-build/a5/a58b9bd0e8398043decffa92486e8b1fea46fdbfee9f46f7f64f778f8e8e102c-d # internal
2025-08-20T21:21:04.3699759Z [00:02:57.637]➜  github.com/containerd/containerd/namespaces
2025-08-20T21:21:04.3702387Z [00:02:57.637]➜  mkdir -p $WORK/b1074/
2025-08-20T21:21:04.3713368Z [00:02:57.638]➜  cat >/tmp/go-build3547871397/b1074/importcfg << 'EOF' # internal
2025-08-20T21:21:04.3714108Z [00:02:57.638]➜  # import config
2025-08-20T21:21:04.3714733Z [00:02:57.638]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:04.3715475Z [00:02:57.638]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:04.3716423Z [00:02:57.638]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:04.3717653Z [00:02:57.638]➜  packagefile github.com/containerd/containerd/identifiers=/tmp/go-build3547871397/b1075/_pkg_.a
2025-08-20T21:21:04.3718695Z [00:02:57.638]➜  packagefile github.com/containerd/ttrpc=/tmp/go-build3547871397/b950/_pkg_.a
2025-08-20T21:21:04.3719683Z [00:02:57.638]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:04.3720499Z [00:02:57.638]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:04.3721019Z [00:02:57.638]➜  EOF
2025-08-20T21:21:04.3729736Z [00:02:57.639]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1074/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/namespaces=>github.com/containerd/containerd@v1.7.27/namespaces;$WORK/b1074=>" -p github.com/containerd/containerd/namespaces -lang=go1.21 -complete -installsuffix shared -buildid vWAOeyeXMwR-Ehcs4yI2/vWAOeyeXMwR-Ehcs4yI2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1074/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/namespaces/context.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/namespaces/grpc.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/namespaces/store.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/namespaces/ttrpc.go
2025-08-20T21:21:04.4120962Z [00:02:57.679]➜  go tool buildid -w $WORK/b1074/_pkg_.a # internal
2025-08-20T21:21:04.4126724Z [00:02:57.680]➜  cp $WORK/b1074/_pkg_.a /root/.cache/go-build/7f/7fe86f922a3dc4505e33cefcb3c4267526381c01a16a822678de807aa975208b-d # internal
2025-08-20T21:21:04.4133320Z [00:02:57.680]➜  github.com/containerd/containerd/pkg/cap
2025-08-20T21:21:04.4134453Z [00:02:57.680]➜  mkdir -p $WORK/b1077/
2025-08-20T21:21:04.4139763Z [00:02:57.681]➜  cat >/tmp/go-build3547871397/b1077/importcfg << 'EOF' # internal
2025-08-20T21:21:04.4142453Z [00:02:57.681]➜  # import config
2025-08-20T21:21:04.4146354Z [00:02:57.681]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:04.4147220Z [00:02:57.681]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:04.4148016Z [00:02:57.681]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:04.4149238Z [00:02:57.681]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:04.4151710Z [00:02:57.681]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:04.4153847Z [00:02:57.681]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:04.4154801Z [00:02:57.681]➜  EOF
2025-08-20T21:21:04.4177016Z [00:02:57.681]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1077/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/cap=>github.com/containerd/containerd@v1.7.27/pkg/cap;$WORK/b1077=>" -p github.com/containerd/containerd/pkg/cap -lang=go1.21 -complete -installsuffix shared -buildid twaccsaXr9ErULzZlmpN/twaccsaXr9ErULzZlmpN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1077/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/cap/cap_linux.go
2025-08-20T21:21:04.4721084Z [00:02:57.739]➜  go tool buildid -w $WORK/b1077/_pkg_.a # internal
2025-08-20T21:21:04.4731104Z [00:02:57.740]➜  cp $WORK/b1077/_pkg_.a /root/.cache/go-build/33/33d5528438b33845c7a745f689c4286a838ed459e6780d8d9007a4777b6d2643-d # internal
2025-08-20T21:21:04.4736743Z [00:02:57.741]➜  github.com/containerd/containerd/snapshots
2025-08-20T21:21:04.4737391Z [00:02:57.741]➜  mkdir -p $WORK/b1078/
2025-08-20T21:21:04.4748198Z [00:02:57.742]➜  cat >/tmp/go-build3547871397/b1078/importcfg << 'EOF' # internal
2025-08-20T21:21:04.4750699Z [00:02:57.742]➜  # import config
2025-08-20T21:21:04.4753373Z [00:02:57.742]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:04.4754697Z [00:02:57.742]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:04.4757557Z [00:02:57.742]➜  packagefile github.com/containerd/containerd/mount=/tmp/go-build3547871397/b1063/_pkg_.a
2025-08-20T21:21:04.4758681Z [00:02:57.742]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:04.4759520Z [00:02:57.742]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:04.4760194Z [00:02:57.742]➜  EOF
2025-08-20T21:21:04.4764501Z [00:02:57.742]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1078/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/snapshots=>github.com/containerd/containerd@v1.7.27/snapshots;$WORK/b1078=>" -p github.com/containerd/containerd/snapshots -lang=go1.21 -complete -installsuffix shared -buildid qqMAppH9JN1V2sFfUI5a/qqMAppH9JN1V2sFfUI5a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1078/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/snapshots/snapshotter.go
2025-08-20T21:21:04.5124679Z [00:02:57.779]➜  cd /root/go/pkg/mod/modernc.org/libc@v1.65.10
2025-08-20T21:21:04.5129600Z [00:02:57.780]➜  /root/.go/pkg/tool/linux_amd64/asm -p modernc.org/libc -trimpath "/root/go/pkg/mod/modernc.org/libc@v1.65.10=>modernc.org/libc@v1.65.10;$WORK/b821=>" -I $WORK/b821/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b821/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T21:21:04.5267455Z [00:02:57.794]➜  go tool buildid -w $WORK/b1069/_pkg_.a # internal
2025-08-20T21:21:04.5268459Z [00:02:57.794]➜  go tool buildid -w $WORK/b1078/_pkg_.a # internal
2025-08-20T21:21:04.5279282Z [00:02:57.795]➜  cp $WORK/b1078/_pkg_.a /root/.cache/go-build/51/51a8116865bc462d8fa11361b40d75b015082695ee09024f014f9e6002f265ae-d # internal
2025-08-20T21:21:04.5284669Z [00:02:57.795]➜  github.com/moby/sys/user
2025-08-20T21:21:04.5285275Z [00:02:57.796]➜  mkdir -p $WORK/b1079/
2025-08-20T21:21:04.5289460Z [00:02:57.796]➜  cat >/tmp/go-build3547871397/b1079/importcfg << 'EOF' # internal
2025-08-20T21:21:04.5293182Z [00:02:57.796]➜  # import config
2025-08-20T21:21:04.5293937Z [00:02:57.796]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:04.5297015Z [00:02:57.796]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:04.5299551Z [00:02:57.796]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:04.5300532Z [00:02:57.796]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:04.5301389Z [00:02:57.796]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:04.5302181Z [00:02:57.796]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:04.5314156Z [00:02:57.796]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:04.5314995Z [00:02:57.796]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:04.5315854Z [00:02:57.796]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:04.5316512Z [00:02:57.796]➜  EOF
2025-08-20T21:21:04.5317014Z [00:02:57.797]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:04.5321469Z [00:02:57.797]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1079/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/sys/user@v0.3.0=>github.com/moby/sys/user@v0.3.0;$WORK/b1079=>" -p github.com/moby/sys/user -lang=go1.17 -complete -installsuffix shared -buildid Zs5HUalOLdXGCKhX8YA9/Zs5HUalOLdXGCKhX8YA9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1079/importcfg -pack /root/go/pkg/mod/github.com/moby/sys/user@v0.3.0/lookup_unix.go /root/go/pkg/mod/github.com/moby/sys/user@v0.3.0/user.go
2025-08-20T21:21:04.5331603Z [00:02:57.800]➜  cp $WORK/b1069/_pkg_.a /root/.cache/go-build/8e/8e21e8f3d1f861c6eda2a8e794ee2451dbb240cabe514b4ec57b7ac7f2397c68-d # internal
2025-08-20T21:21:04.5333072Z [00:02:57.800]➜  github.com/opencontainers/runtime-spec/specs-go
2025-08-20T21:21:04.5333719Z [00:02:57.800]➜  mkdir -p $WORK/b1080/
2025-08-20T21:21:04.5334446Z [00:02:57.800]➜  cat >/tmp/go-build3547871397/b1080/importcfg << 'EOF' # internal
2025-08-20T21:21:04.5335125Z [00:02:57.800]➜  # import config
2025-08-20T21:21:04.5335766Z [00:02:57.800]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:04.5336553Z [00:02:57.800]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:04.5337144Z [00:02:57.800]➜  EOF
2025-08-20T21:21:04.5342257Z [00:02:57.800]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1080/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/runtime-spec@v1.2.0/specs-go=>github.com/opencontainers/runtime-spec@v1.2.0/specs-go;$WORK/b1080=>" -p github.com/opencontainers/runtime-spec/specs-go -lang=go1.16 -complete -installsuffix shared -buildid 50KkCGS17o6oJ-j7VG8o/50KkCGS17o6oJ-j7VG8o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1080/importcfg -pack /root/go/pkg/mod/github.com/opencontainers/runtime-spec@v1.2.0/specs-go/config.go /root/go/pkg/mod/github.com/opencontainers/runtime-spec@v1.2.0/specs-go/state.go /root/go/pkg/mod/github.com/opencontainers/runtime-spec@v1.2.0/specs-go/version.go
2025-08-20T21:21:04.5790008Z [00:02:57.846]➜  go tool buildid -w $WORK/b1080/_pkg_.a # internal
2025-08-20T21:21:04.5821352Z [00:02:57.849]➜  cp $WORK/b1080/_pkg_.a /root/.cache/go-build/bb/bbf7825d1339a5037248a154bb0c6ae7f8c10fcdcac045e8330ff4efcb4b5baa-d # internal
2025-08-20T21:21:04.5835756Z [00:02:57.850]➜  github.com/containerd/containerd/pkg/dialer
2025-08-20T21:21:04.5836542Z [00:02:57.850]➜  mkdir -p $WORK/b1081/
2025-08-20T21:21:04.5837227Z [00:02:57.850]➜  cat >/tmp/go-build3547871397/b1081/importcfg << 'EOF' # internal
2025-08-20T21:21:04.5837838Z [00:02:57.850]➜  # import config
2025-08-20T21:21:04.5838426Z [00:02:57.850]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:04.5839159Z [00:02:57.850]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:04.5839850Z [00:02:57.850]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:04.5840549Z [00:02:57.850]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:04.5841265Z [00:02:57.850]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:04.5842013Z [00:02:57.850]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:04.5842944Z [00:02:57.850]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:04.5843723Z [00:02:57.850]➜  EOF
2025-08-20T21:21:04.5848013Z [00:02:57.851]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1081/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/dialer=>github.com/containerd/containerd@v1.7.27/pkg/dialer;$WORK/b1081=>" -p github.com/containerd/containerd/pkg/dialer -lang=go1.21 -complete -installsuffix shared -buildid CMBQhGa5FfWa5h2_pLjQ/CMBQhGa5FfWa5h2_pLjQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1081/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/dialer/dialer.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/dialer/dialer_unix.go
2025-08-20T21:21:04.6146748Z [00:02:57.882]➜  go tool buildid -w $WORK/b1081/_pkg_.a # internal
2025-08-20T21:21:04.6160018Z [00:02:57.883]➜  cp $WORK/b1081/_pkg_.a /root/.cache/go-build/64/644c64cbbd45ed869dfbb02db8ef3394167d41b48fdce8ff12595ec68ca2ef24-d # internal
2025-08-20T21:21:04.6164807Z [00:02:57.884]➜  github.com/containerd/containerd/pkg/kmutex
2025-08-20T21:21:04.6165386Z [00:02:57.884]➜  mkdir -p $WORK/b1082/
2025-08-20T21:21:04.6171254Z [00:02:57.884]➜  cat >/tmp/go-build3547871397/b1082/importcfg << 'EOF' # internal
2025-08-20T21:21:04.6175009Z [00:02:57.885]➜  # import config
2025-08-20T21:21:04.6175622Z [00:02:57.885]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:04.6176324Z [00:02:57.885]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:04.6177169Z [00:02:57.885]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3547871397/b1062/_pkg_.a
2025-08-20T21:21:04.6178004Z [00:02:57.885]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:04.6178504Z [00:02:57.885]➜  EOF
2025-08-20T21:21:04.6182798Z [00:02:57.885]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1082/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/kmutex=>github.com/containerd/containerd@v1.7.27/pkg/kmutex;$WORK/b1082=>" -p github.com/containerd/containerd/pkg/kmutex -lang=go1.21 -complete -installsuffix shared -buildid IqvkUh7DUHROVfLCLrq8/IqvkUh7DUHROVfLCLrq8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1082/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/kmutex/kmutex.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/kmutex/noop.go
2025-08-20T21:21:04.6424441Z [00:02:57.909]➜  go tool buildid -w $WORK/b1079/_pkg_.a # internal
2025-08-20T21:21:04.6442798Z [00:02:57.911]➜  cp $WORK/b1079/_pkg_.a /root/.cache/go-build/e0/e063c15dfb98083a07802301ec8972f69bcb7b99c089026d1bd89a4d2b7338b5-d # internal
2025-08-20T21:21:04.6448880Z [00:02:57.912]➜  go tool buildid -w $WORK/b1082/_pkg_.a # internal
2025-08-20T21:21:04.6457049Z [00:02:57.912]➜  github.com/containerd/containerd/oci
2025-08-20T21:21:04.6457671Z [00:02:57.912]➜  mkdir -p $WORK/b1076/
2025-08-20T21:21:04.6458429Z [00:02:57.913]➜  cat >/tmp/go-build3547871397/b1076/importcfg << 'EOF' # internal
2025-08-20T21:21:04.6459351Z [00:02:57.913]➜  # import config
2025-08-20T21:21:04.6460166Z [00:02:57.913]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:04.6464539Z [00:02:57.913]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:04.6465481Z [00:02:57.913]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:04.6466321Z [00:02:57.913]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:04.6467119Z [00:02:57.913]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:04.6468203Z [00:02:57.913]➜  packagefile github.com/containerd/containerd/containers=/tmp/go-build3547871397/b1048/_pkg_.a
2025-08-20T21:21:04.6469698Z [00:02:57.913]➜  packagefile github.com/containerd/containerd/content=/tmp/go-build3547871397/b1050/_pkg_.a
2025-08-20T21:21:04.6471000Z [00:02:57.913]➜  packagefile github.com/containerd/containerd/images=/tmp/go-build3547871397/b1059/_pkg_.a
2025-08-20T21:21:04.6472335Z [00:02:57.913]➜  packagefile github.com/containerd/containerd/mount=/tmp/go-build3547871397/b1063/_pkg_.a
2025-08-20T21:21:04.6474102Z [00:02:57.913]➜  packagefile github.com/containerd/containerd/namespaces=/tmp/go-build3547871397/b1074/_pkg_.a
2025-08-20T21:21:04.6475433Z [00:02:57.913]➜  packagefile github.com/containerd/containerd/pkg/cap=/tmp/go-build3547871397/b1077/_pkg_.a
2025-08-20T21:21:04.6476774Z [00:02:57.913]➜  packagefile github.com/containerd/containerd/snapshots=/tmp/go-build3547871397/b1078/_pkg_.a
2025-08-20T21:21:04.6478056Z [00:02:57.913]➜  packagefile github.com/containerd/continuity/fs=/tmp/go-build3547871397/b1040/_pkg_.a
2025-08-20T21:21:04.6479342Z [00:02:57.913]➜  packagefile github.com/containerd/platforms=/tmp/go-build3547871397/b1061/_pkg_.a
2025-08-20T21:21:04.6480809Z [00:02:57.913]➜  packagefile github.com/moby/sys/user=/tmp/go-build3547871397/b1079/_pkg_.a
2025-08-20T21:21:04.6482075Z [00:02:57.913]➜  packagefile github.com/moby/sys/userns=/tmp/go-build3547871397/b1043/_pkg_.a
2025-08-20T21:21:04.6483530Z [00:02:57.913]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:04.6485199Z [00:02:57.913]➜  packagefile github.com/opencontainers/runtime-spec/specs-go=/tmp/go-build3547871397/b1080/_pkg_.a
2025-08-20T21:21:04.6486483Z [00:02:57.913]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:04.6487448Z [00:02:57.913]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:04.6488260Z [00:02:57.913]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:04.6489117Z [00:02:57.913]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:04.6489987Z [00:02:57.913]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:04.6490826Z [00:02:57.913]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:04.6491664Z [00:02:57.913]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:04.6492291Z [00:02:57.913]➜  EOF
2025-08-20T21:21:04.6499232Z [00:02:57.913]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1076/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/oci=>github.com/containerd/containerd@v1.7.27/oci;$WORK/b1076=>" -p github.com/containerd/containerd/oci -lang=go1.21 -complete -installsuffix shared -buildid ztLkrOZnlGz9ChlQJsMr/ztLkrOZnlGz9ChlQJsMr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1076/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/oci/client.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/oci/mounts.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/oci/spec.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/oci/spec_opts.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/oci/spec_opts_linux.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/oci/spec_opts_nonwindows.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/oci/utils_unix.go
2025-08-20T21:21:04.6509770Z [00:02:57.918]➜  cp $WORK/b1082/_pkg_.a /root/.cache/go-build/23/237888ea01b291bd924f6b1c2986266a3061aba9576c57567be65a0f839599f9-d # internal
2025-08-20T21:21:04.6511164Z [00:02:57.918]➜  github.com/containerd/containerd/pkg/streaming
2025-08-20T21:21:04.6511842Z [00:02:57.918]➜  mkdir -p $WORK/b1083/
2025-08-20T21:21:04.6512586Z [00:02:57.918]➜  cat >/tmp/go-build3547871397/b1083/importcfg << 'EOF' # internal
2025-08-20T21:21:04.6513466Z [00:02:57.918]➜  # import config
2025-08-20T21:21:04.6514149Z [00:02:57.918]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:04.6515193Z [00:02:57.918]➜  packagefile github.com/containerd/typeurl/v2=/tmp/go-build3547871397/b1049/_pkg_.a
2025-08-20T21:21:04.6516061Z [00:02:57.918]➜  EOF
2025-08-20T21:21:04.6520175Z [00:02:57.918]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1083/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/streaming=>github.com/containerd/containerd@v1.7.27/pkg/streaming;$WORK/b1083=>" -p github.com/containerd/containerd/pkg/streaming -lang=go1.21 -complete -installsuffix shared -buildid ksmb6Ai4ib785a8t-be2/ksmb6Ai4ib785a8t-be2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1083/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/streaming/streaming.go
2025-08-20T21:21:04.6674298Z [00:02:57.934]➜  go tool buildid -w $WORK/b1083/_pkg_.a # internal
2025-08-20T21:21:04.6675508Z [00:02:57.934]➜  cp $WORK/b1083/_pkg_.a /root/.cache/go-build/6f/6f163d8e70af9f1190ece5c0861486be655d01aa091196dc472b3c45c946d70d-d # internal
2025-08-20T21:21:04.6698511Z [00:02:57.935]➜  github.com/containerd/containerd/pkg/transfer
2025-08-20T21:21:04.6699162Z [00:02:57.935]➜  mkdir -p $WORK/b1084/
2025-08-20T21:21:04.6699909Z [00:02:57.935]➜  cat >/tmp/go-build3547871397/b1084/importcfg << 'EOF' # internal
2025-08-20T21:21:04.6700754Z [00:02:57.937]➜  # import config
2025-08-20T21:21:04.6701439Z [00:02:57.937]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:04.6702589Z [00:02:57.937]➜  packagefile github.com/containerd/containerd/content=/tmp/go-build3547871397/b1050/_pkg_.a
2025-08-20T21:21:04.6704640Z [00:02:57.937]➜  packagefile github.com/containerd/containerd/images=/tmp/go-build3547871397/b1059/_pkg_.a
2025-08-20T21:21:04.6705896Z [00:02:57.937]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:04.6706897Z [00:02:57.937]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:04.6707456Z [00:02:57.937]➜  EOF
2025-08-20T21:21:04.6711173Z [00:02:57.937]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1084/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/transfer=>github.com/containerd/containerd@v1.7.27/pkg/transfer;$WORK/b1084=>" -p github.com/containerd/containerd/pkg/transfer -lang=go1.21 -complete -installsuffix shared -buildid 28qmBXftt8XHzZDt5dUJ/28qmBXftt8XHzZDt5dUJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1084/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/transfer/transfer.go
2025-08-20T21:21:04.6737801Z [00:02:57.941]➜  cd /root/go/pkg/mod/modernc.org/libc@v1.65.10
2025-08-20T21:21:04.6743503Z [00:02:57.942]➜  /root/.go/pkg/tool/linux_amd64/asm -p modernc.org/libc -trimpath "/root/go/pkg/mod/modernc.org/libc@v1.65.10=>modernc.org/libc@v1.65.10;$WORK/b821=>" -I $WORK/b821/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b821/tls_linux_amd64.o ./tls_linux_amd64.s
2025-08-20T21:21:04.6773857Z [00:02:57.944]➜  go tool pack r $WORK/b821/_pkg_.a $WORK/b821/asm_linux_amd64.o $WORK/b821/tls_linux_amd64.o # internal
2025-08-20T21:21:04.6806052Z [00:02:57.946]➜  go tool buildid -w $WORK/b821/_pkg_.a # internal
2025-08-20T21:21:04.6830825Z [00:02:57.950]➜  go tool buildid -w $WORK/b962/_pkg_.a # internal
2025-08-20T21:21:04.6892275Z [00:02:57.956]➜  go tool buildid -w $WORK/b1084/_pkg_.a # internal
2025-08-20T21:21:04.6900795Z [00:02:57.957]➜  cp $WORK/b1084/_pkg_.a /root/.cache/go-build/a6/a606a93c4132713ee58f41428a7e9b62a421a00caf47e0681b573b893127b1f5-d # internal
2025-08-20T21:21:04.6909691Z [00:02:57.957]➜  github.com/containerd/containerd/api/types/transfer
2025-08-20T21:21:04.6910409Z [00:02:57.958]➜  mkdir -p $WORK/b1086/
2025-08-20T21:21:04.6911165Z [00:02:57.958]➜  cat >/tmp/go-build3547871397/b1086/importcfg << 'EOF' # internal
2025-08-20T21:21:04.6911860Z [00:02:57.958]➜  # import config
2025-08-20T21:21:04.6913003Z [00:02:57.958]➜  packagefile github.com/containerd/containerd/api/types=/tmp/go-build3547871397/b1021/_pkg_.a
2025-08-20T21:21:04.6914420Z [00:02:57.958]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:04.6915824Z [00:02:57.958]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:04.6917185Z [00:02:57.958]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:04.6918347Z [00:02:57.958]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:04.6919190Z [00:02:57.958]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:04.6919793Z [00:02:57.958]➜  EOF
2025-08-20T21:21:04.6920274Z [00:02:57.958]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:04.6928188Z [00:02:57.958]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1086/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/transfer=>github.com/containerd/containerd/api@v1.8.0/types/transfer;$WORK/b1086=>" -p github.com/containerd/containerd/api/types/transfer -lang=go1.21 -complete -installsuffix shared -buildid qb-kvf7b-aolQDIDbeOr/qb-kvf7b-aolQDIDbeOr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1086/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/transfer/doc.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/transfer/imagestore.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/transfer/importexport.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/transfer/progress.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/transfer/registry.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/types/transfer/streaming.pb.go
2025-08-20T21:21:04.7036485Z [00:02:57.971]➜  cp $WORK/b962/_pkg_.a /root/.cache/go-build/19/1907d3480069adcf936ebe981c213a319486bf4ce89b3ac159907ebfb91b4318-d # internal
2025-08-20T21:21:04.7038387Z [00:02:57.971]➜  github.com/containerd/containerd/api/services/containers/v1
2025-08-20T21:21:04.7039672Z [00:02:57.971]➜  mkdir -p $WORK/b949/
2025-08-20T21:21:04.7040680Z [00:02:57.971]➜  cat >/tmp/go-build3547871397/b949/importcfg << 'EOF' # internal
2025-08-20T21:21:04.7041582Z [00:02:57.971]➜  # import config
2025-08-20T21:21:04.7042493Z [00:02:57.971]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:04.7045722Z [00:02:57.971]➜  packagefile github.com/containerd/ttrpc=/tmp/go-build3547871397/b950/_pkg_.a
2025-08-20T21:21:04.7046861Z [00:02:57.971]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:04.7047945Z [00:02:57.971]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:04.7049092Z [00:02:57.971]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:04.7050401Z [00:02:57.971]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:04.7051804Z [00:02:57.971]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:04.7053351Z [00:02:57.971]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:04.7054629Z [00:02:57.971]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3547871397/b1017/_pkg_.a
2025-08-20T21:21:04.7056163Z [00:02:57.971]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3547871397/b1018/_pkg_.a
2025-08-20T21:21:04.7057712Z [00:02:57.971]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:04.7058839Z [00:02:57.971]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:04.7059667Z [00:02:57.971]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:04.7060270Z [00:02:57.971]➜  EOF
2025-08-20T21:21:04.7083212Z [00:02:57.971]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b949/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/containers/v1=>github.com/containerd/containerd/api@v1.8.0/services/containers/v1;$WORK/b949=>" -p github.com/containerd/containerd/api/services/containers/v1 -lang=go1.21 -complete -installsuffix shared -buildid oJ2UqbKZLyS5fkjuXo7M/oJ2UqbKZLyS5fkjuXo7M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b949/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/containers/v1/containers.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/containers/v1/containers_grpc.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/containers/v1/containers_ttrpc.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/containers/v1/doc.go
2025-08-20T21:21:04.7687249Z [00:02:58.036]➜  cp $WORK/b821/_pkg_.a /root/.cache/go-build/fa/fa540f4108c33a1483188c3107cdf06ca27549ca143bae63f9f6eebaa715d73e-d # internal
2025-08-20T21:21:04.7833053Z [00:02:58.050]➜  modernc.org/sqlite/lib
2025-08-20T21:21:04.7866771Z [00:02:58.050]➜  mkdir -p $WORK/b829/
2025-08-20T21:21:04.7867814Z [00:02:58.050]➜  cat >/tmp/go-build3547871397/b829/importcfg << 'EOF' # internal
2025-08-20T21:21:04.7868577Z [00:02:58.050]➜  # import config
2025-08-20T21:21:04.7869334Z [00:02:58.050]➜  packagefile modernc.org/libc=/tmp/go-build3547871397/b821/_pkg_.a
2025-08-20T21:21:04.7870265Z [00:02:58.050]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:04.7871307Z [00:02:58.050]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:04.7871990Z [00:02:58.050]➜  EOF
2025-08-20T21:21:04.7876327Z [00:02:58.050]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b829/_pkg_.a -trimpath "/root/go/pkg/mod/modernc.org/sqlite@v1.38.0/lib=>modernc.org/sqlite@v1.38.0/lib;$WORK/b829=>" -p modernc.org/sqlite/lib -lang=go1.23 -complete -installsuffix shared -buildid I4EK9wHizy0zwbqkBnTv/I4EK9wHizy0zwbqkBnTv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b829/importcfg -pack /root/go/pkg/mod/modernc.org/sqlite@v1.38.0/lib/defs.go /root/go/pkg/mod/modernc.org/sqlite@v1.38.0/lib/hooks.go /root/go/pkg/mod/modernc.org/sqlite@v1.38.0/lib/sqlite_linux_amd64.go
2025-08-20T21:21:04.7978594Z [00:02:58.065]➜  go tool buildid -w $WORK/b1086/_pkg_.a # internal
2025-08-20T21:21:04.8047640Z [00:02:58.072]➜  cp $WORK/b1086/_pkg_.a /root/.cache/go-build/11/119d80670f424d1c33c2af4c70cf6364cf08817d318da126a03cbf9153135777-d # internal
2025-08-20T21:21:04.8049718Z [00:02:58.072]➜  github.com/containerd/containerd/api/services/content/v1
2025-08-20T21:21:04.8051014Z [00:02:58.072]➜  mkdir -p $WORK/b1019/
2025-08-20T21:21:04.8053489Z [00:02:58.072]➜  cat >/tmp/go-build3547871397/b1019/importcfg << 'EOF' # internal
2025-08-20T21:21:04.8055111Z [00:02:58.072]➜  # import config
2025-08-20T21:21:04.8055808Z [00:02:58.072]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:04.8056818Z [00:02:58.072]➜  packagefile github.com/containerd/ttrpc=/tmp/go-build3547871397/b950/_pkg_.a
2025-08-20T21:21:04.8057889Z [00:02:58.072]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:04.8059029Z [00:02:58.072]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:04.8060135Z [00:02:58.072]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:04.8061798Z [00:02:58.072]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:04.8063411Z [00:02:58.072]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:04.8064810Z [00:02:58.072]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3547871397/b1017/_pkg_.a
2025-08-20T21:21:04.8066263Z [00:02:58.072]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3547871397/b1018/_pkg_.a
2025-08-20T21:21:04.8067709Z [00:02:58.072]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:04.8068835Z [00:02:58.072]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:04.8069666Z [00:02:58.072]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:04.8070286Z [00:02:58.072]➜  EOF
2025-08-20T21:21:04.8081955Z [00:02:58.072]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1019/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/content/v1=>github.com/containerd/containerd/api@v1.8.0/services/content/v1;$WORK/b1019=>" -p github.com/containerd/containerd/api/services/content/v1 -lang=go1.21 -complete -installsuffix shared -buildid uCZQ9bCkmpU667OfLcQ5/uCZQ9bCkmpU667OfLcQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1019/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/content/v1/content.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/content/v1/content_grpc.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/content/v1/content_ttrpc.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/content/v1/doc.go
2025-08-20T21:21:04.9184377Z [00:02:58.186]➜  go tool buildid -w $WORK/b1076/_pkg_.a # internal
2025-08-20T21:21:04.9240965Z [00:02:58.191]➜  cp $WORK/b1076/_pkg_.a /root/.cache/go-build/e3/e3545dac789169584dabcb007b0c01866aeb7eb6d9c44377bfb3329a0b7342ec-d # internal
2025-08-20T21:21:04.9248953Z [00:02:58.192]➜  github.com/containerd/containerd/api/services/diff/v1
2025-08-20T21:21:04.9254367Z [00:02:58.193]➜  mkdir -p $WORK/b1020/
2025-08-20T21:21:04.9265300Z [00:02:58.194]➜  cat >/tmp/go-build3547871397/b1020/importcfg << 'EOF' # internal
2025-08-20T21:21:04.9284214Z [00:02:58.194]➜  # import config
2025-08-20T21:21:04.9284934Z [00:02:58.194]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:04.9286066Z [00:02:58.194]➜  packagefile github.com/containerd/containerd/api/types=/tmp/go-build3547871397/b1021/_pkg_.a
2025-08-20T21:21:04.9287310Z [00:02:58.194]➜  packagefile github.com/containerd/ttrpc=/tmp/go-build3547871397/b950/_pkg_.a
2025-08-20T21:21:04.9288433Z [00:02:58.194]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:04.9289527Z [00:02:58.194]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:04.9290710Z [00:02:58.194]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:04.9291999Z [00:02:58.194]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:04.9295066Z [00:02:58.194]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:04.9296469Z [00:02:58.194]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:04.9297821Z [00:02:58.194]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:04.9298920Z [00:02:58.194]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:04.9299730Z [00:02:58.194]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:04.9300324Z [00:02:58.194]➜  EOF
2025-08-20T21:21:04.9310893Z [00:02:58.197]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1020/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/diff/v1=>github.com/containerd/containerd/api@v1.8.0/services/diff/v1;$WORK/b1020=>" -p github.com/containerd/containerd/api/services/diff/v1 -lang=go1.21 -complete -installsuffix shared -buildid iCiVtsX0HOdBFb7CDybR/iCiVtsX0HOdBFb7CDybR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1020/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/diff/v1/diff.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/diff/v1/diff_grpc.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/diff/v1/diff_ttrpc.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/diff/v1/doc.go
2025-08-20T21:21:04.9456240Z [00:02:58.211]➜  go tool buildid -w $WORK/b949/_pkg_.a # internal
2025-08-20T21:21:04.9479422Z [00:02:58.215]➜  cp $WORK/b949/_pkg_.a /root/.cache/go-build/53/534785f9c353ea38bcc6ae1ae149c8207098d4e88a2500a90cdf6b229f7140a4-d # internal
2025-08-20T21:21:04.9487640Z [00:02:58.216]➜  github.com/containerd/containerd/api/services/events/v1
2025-08-20T21:21:04.9494126Z [00:02:58.216]➜  mkdir -p $WORK/b1024/
2025-08-20T21:21:04.9494909Z [00:02:58.216]➜  cat >/tmp/go-build3547871397/b1024/importcfg << 'EOF' # internal
2025-08-20T21:21:04.9495582Z [00:02:58.216]➜  # import config
2025-08-20T21:21:04.9496239Z [00:02:58.216]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:04.9497327Z [00:02:58.216]➜  packagefile github.com/containerd/containerd/api/types=/tmp/go-build3547871397/b1021/_pkg_.a
2025-08-20T21:21:04.9498504Z [00:02:58.216]➜  packagefile github.com/containerd/ttrpc=/tmp/go-build3547871397/b950/_pkg_.a
2025-08-20T21:21:04.9499740Z [00:02:58.216]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:04.9500800Z [00:02:58.216]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:04.9502035Z [00:02:58.216]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:04.9503530Z [00:02:58.216]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:04.9504885Z [00:02:58.216]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:04.9506200Z [00:02:58.216]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:04.9507522Z [00:02:58.216]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3547871397/b1017/_pkg_.a
2025-08-20T21:21:04.9508581Z [00:02:58.216]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:04.9509372Z [00:02:58.216]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:04.9509951Z [00:02:58.216]➜  EOF
2025-08-20T21:21:04.9517686Z [00:02:58.216]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1024/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/events/v1=>github.com/containerd/containerd/api@v1.8.0/services/events/v1;$WORK/b1024=>" -p github.com/containerd/containerd/api/services/events/v1 -lang=go1.21 -complete -installsuffix shared -buildid t3SVjagnsQn2CC9jmnKf/t3SVjagnsQn2CC9jmnKf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1024/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/events/v1/doc.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/events/v1/events.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/events/v1/events_grpc.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/events/v1/events_ttrpc.pb.go
2025-08-20T21:21:05.0635967Z [00:02:58.330]➜  go tool buildid -w $WORK/b1020/_pkg_.a # internal
2025-08-20T21:21:05.0712180Z [00:02:58.338]➜  cp $WORK/b1020/_pkg_.a /root/.cache/go-build/bf/bf36ef132c60366e9215f9f50b29e33d14aefd320c137a9dac2846c02aa313d0-d # internal
2025-08-20T21:21:05.0720880Z [00:02:58.339]➜  github.com/containerd/containerd/api/services/images/v1
2025-08-20T21:21:05.0726162Z [00:02:58.340]➜  mkdir -p $WORK/b1025/
2025-08-20T21:21:05.0736182Z [00:02:58.341]➜  cat >/tmp/go-build3547871397/b1025/importcfg << 'EOF' # internal
2025-08-20T21:21:05.0757460Z [00:02:58.341]➜  # import config
2025-08-20T21:21:05.0758185Z [00:02:58.341]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:05.0759333Z [00:02:58.341]➜  packagefile github.com/containerd/containerd/api/types=/tmp/go-build3547871397/b1021/_pkg_.a
2025-08-20T21:21:05.0760570Z [00:02:58.341]➜  packagefile github.com/containerd/ttrpc=/tmp/go-build3547871397/b950/_pkg_.a
2025-08-20T21:21:05.0761653Z [00:02:58.341]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:05.0762980Z [00:02:58.341]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:05.0764222Z [00:02:58.341]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:05.0765533Z [00:02:58.341]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:05.0766976Z [00:02:58.341]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:05.0768361Z [00:02:58.341]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3547871397/b1017/_pkg_.a
2025-08-20T21:21:05.0769848Z [00:02:58.341]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3547871397/b1018/_pkg_.a
2025-08-20T21:21:05.0771330Z [00:02:58.341]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:05.0772924Z [00:02:58.341]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:05.0773855Z [00:02:58.341]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:05.0774501Z [00:02:58.341]➜  EOF
2025-08-20T21:21:05.0787125Z [00:02:58.345]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1025/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/images/v1=>github.com/containerd/containerd/api@v1.8.0/services/images/v1;$WORK/b1025=>" -p github.com/containerd/containerd/api/services/images/v1 -lang=go1.21 -complete -installsuffix shared -buildid 6vg-tHQF0Uz97Pgq61s8/6vg-tHQF0Uz97Pgq61s8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1025/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/images/v1/docs.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/images/v1/images.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/images/v1/images_grpc.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/images/v1/images_ttrpc.pb.go
2025-08-20T21:21:05.1012905Z [00:02:58.368]➜  go tool buildid -w $WORK/b1024/_pkg_.a # internal
2025-08-20T21:21:05.1047058Z [00:02:58.372]➜  cp $WORK/b1024/_pkg_.a /root/.cache/go-build/f5/f5a45d996876ee1f43a7e974662b4ca7fffe06ee0ac52cd3c63e3b398541fe5d-d # internal
2025-08-20T21:21:05.1055175Z [00:02:58.372]➜  github.com/containerd/containerd/api/services/introspection/v1
2025-08-20T21:21:05.1057238Z [00:02:58.372]➜  mkdir -p $WORK/b1026/
2025-08-20T21:21:05.1058323Z [00:02:58.373]➜  cat >/tmp/go-build3547871397/b1026/importcfg << 'EOF' # internal
2025-08-20T21:21:05.1058970Z [00:02:58.373]➜  # import config
2025-08-20T21:21:05.1059562Z [00:02:58.373]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:05.1060539Z [00:02:58.373]➜  packagefile github.com/containerd/containerd/api/types=/tmp/go-build3547871397/b1021/_pkg_.a
2025-08-20T21:21:05.1061607Z [00:02:58.373]➜  packagefile github.com/containerd/ttrpc=/tmp/go-build3547871397/b950/_pkg_.a
2025-08-20T21:21:05.1062875Z [00:02:58.373]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3547871397/b952/_pkg_.a
2025-08-20T21:21:05.1064234Z [00:02:58.373]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:05.1065177Z [00:02:58.373]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:05.1066155Z [00:02:58.373]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:05.1067280Z [00:02:58.373]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:05.1068485Z [00:02:58.373]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:05.1069663Z [00:02:58.373]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:05.1070875Z [00:02:58.373]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3547871397/b1017/_pkg_.a
2025-08-20T21:21:05.1072152Z [00:02:58.373]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:05.1073368Z [00:02:58.373]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:05.1074104Z [00:02:58.373]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:05.1074631Z [00:02:58.373]➜  EOF
2025-08-20T21:21:05.1081256Z [00:02:58.373]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1026/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/introspection/v1=>github.com/containerd/containerd/api@v1.8.0/services/introspection/v1;$WORK/b1026=>" -p github.com/containerd/containerd/api/services/introspection/v1 -lang=go1.21 -complete -installsuffix shared -buildid eZw-rnW18T2PuXiuE0TP/eZw-rnW18T2PuXiuE0TP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1026/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/introspection/v1/doc.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/introspection/v1/introspection.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/introspection/v1/introspection_grpc.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/introspection/v1/introspection_ttrpc.pb.go
2025-08-20T21:21:05.1186895Z [00:02:58.386]➜  go tool buildid -w $WORK/b1019/_pkg_.a # internal
2025-08-20T21:21:05.1258256Z [00:02:58.393]➜  cp $WORK/b1019/_pkg_.a /root/.cache/go-build/67/677e591b5725d9a1d7b68f2de032c14218d5235bf23f1ac19eb450790fb6b00c-d # internal
2025-08-20T21:21:05.1263591Z [00:02:58.394]➜  github.com/containerd/containerd/api/services/leases/v1
2025-08-20T21:21:05.1267047Z [00:02:58.394]➜  mkdir -p $WORK/b1027/
2025-08-20T21:21:05.1275004Z [00:02:58.395]➜  cat >/tmp/go-build3547871397/b1027/importcfg << 'EOF' # internal
2025-08-20T21:21:05.1276043Z [00:02:58.395]➜  # import config
2025-08-20T21:21:05.1278914Z [00:02:58.395]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:05.1279995Z [00:02:58.395]➜  packagefile github.com/containerd/ttrpc=/tmp/go-build3547871397/b950/_pkg_.a
2025-08-20T21:21:05.1281117Z [00:02:58.395]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:05.1282219Z [00:02:58.395]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:05.1285275Z [00:02:58.395]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:05.1286602Z [00:02:58.395]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:05.1288025Z [00:02:58.395]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:05.1289430Z [00:02:58.395]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3547871397/b1017/_pkg_.a
2025-08-20T21:21:05.1290850Z [00:02:58.395]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:05.1292345Z [00:02:58.395]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:05.1293345Z [00:02:58.395]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:05.1293918Z [00:02:58.395]➜  EOF
2025-08-20T21:21:05.1307496Z [00:02:58.397]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1027/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/leases/v1=>github.com/containerd/containerd/api@v1.8.0/services/leases/v1;$WORK/b1027=>" -p github.com/containerd/containerd/api/services/leases/v1 -lang=go1.21 -complete -installsuffix shared -buildid XHasswvnf56RQXFemLoi/XHasswvnf56RQXFemLoi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1027/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/leases/v1/doc.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/leases/v1/leases.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/leases/v1/leases_grpc.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/leases/v1/leases_ttrpc.pb.go
2025-08-20T21:21:05.2615992Z [00:02:58.529]➜  go tool buildid -w $WORK/b1026/_pkg_.a # internal
2025-08-20T21:21:05.2694320Z [00:02:58.536]➜  cp $WORK/b1026/_pkg_.a /root/.cache/go-build/c5/c5c9885c280b04d67c87bfcb7d190d3a54270ee41dacb8ce30dc0313815c2cec-d # internal
2025-08-20T21:21:05.2697951Z [00:02:58.537]➜  go tool buildid -w $WORK/b1025/_pkg_.a # internal
2025-08-20T21:21:05.2698786Z [00:02:58.537]➜  github.com/containerd/containerd/api/services/namespaces/v1
2025-08-20T21:21:05.2699480Z [00:02:58.537]➜  mkdir -p $WORK/b1028/
2025-08-20T21:21:05.2704973Z [00:02:58.538]➜  cat >/tmp/go-build3547871397/b1028/importcfg << 'EOF' # internal
2025-08-20T21:21:05.2706836Z [00:02:58.538]➜  # import config
2025-08-20T21:21:05.2709306Z [00:02:58.538]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:05.2711354Z [00:02:58.538]➜  packagefile github.com/containerd/ttrpc=/tmp/go-build3547871397/b950/_pkg_.a
2025-08-20T21:21:05.2713616Z [00:02:58.538]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:05.2715262Z [00:02:58.538]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:05.2717304Z [00:02:58.538]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:05.2718446Z [00:02:58.538]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:05.2719767Z [00:02:58.538]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:05.2721179Z [00:02:58.538]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3547871397/b1017/_pkg_.a
2025-08-20T21:21:05.2722571Z [00:02:58.538]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3547871397/b1018/_pkg_.a
2025-08-20T21:21:05.2723888Z [00:02:58.538]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:05.2724707Z [00:02:58.538]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:05.2725298Z [00:02:58.538]➜  EOF
2025-08-20T21:21:05.2731944Z [00:02:58.538]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1028/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/namespaces/v1=>github.com/containerd/containerd/api@v1.8.0/services/namespaces/v1;$WORK/b1028=>" -p github.com/containerd/containerd/api/services/namespaces/v1 -lang=go1.21 -complete -installsuffix shared -buildid QSPAgYo3F068gVQ5fIfA/QSPAgYo3F068gVQ5fIfA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1028/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/namespaces/v1/doc.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/namespaces/v1/namespace.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/namespaces/v1/namespace_grpc.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/namespaces/v1/namespace_ttrpc.pb.go
2025-08-20T21:21:05.2764223Z [00:02:58.544]➜  cp $WORK/b1025/_pkg_.a /root/.cache/go-build/c5/c5b48af71a5ac51602cc8d71b8727ca01720e22b9b7412898a85e1b9f341acb0-d # internal
2025-08-20T21:21:05.2769194Z [00:02:58.544]➜  github.com/containerd/containerd/api/services/sandbox/v1
2025-08-20T21:21:05.2769898Z [00:02:58.544]➜  mkdir -p $WORK/b1029/
2025-08-20T21:21:05.2786803Z [00:02:58.546]➜  cat >/tmp/go-build3547871397/b1029/importcfg << 'EOF' # internal
2025-08-20T21:21:05.2798593Z [00:02:58.546]➜  # import config
2025-08-20T21:21:05.2799302Z [00:02:58.546]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:05.2800478Z [00:02:58.546]➜  packagefile github.com/containerd/containerd/api/types=/tmp/go-build3547871397/b1021/_pkg_.a
2025-08-20T21:21:05.2801694Z [00:02:58.546]➜  packagefile github.com/containerd/ttrpc=/tmp/go-build3547871397/b950/_pkg_.a
2025-08-20T21:21:05.2802994Z [00:02:58.546]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:05.2804108Z [00:02:58.546]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:05.2805213Z [00:02:58.546]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:05.2806449Z [00:02:58.546]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:05.2807780Z [00:02:58.546]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:05.2809088Z [00:02:58.546]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:05.2810600Z [00:02:58.546]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:05.2811713Z [00:02:58.546]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:05.2813705Z [00:02:58.546]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:05.2814408Z [00:02:58.546]➜  EOF
2025-08-20T21:21:05.2820768Z [00:02:58.546]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1029/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/sandbox/v1=>github.com/containerd/containerd/api@v1.8.0/services/sandbox/v1;$WORK/b1029=>" -p github.com/containerd/containerd/api/services/sandbox/v1 -lang=go1.21 -complete -installsuffix shared -buildid M4itTPiStohlwHJyowVm/M4itTPiStohlwHJyowVm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1029/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/sandbox/v1/doc.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/sandbox/v1/sandbox.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/sandbox/v1/sandbox_grpc.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/sandbox/v1/sandbox_ttrpc.pb.go
2025-08-20T21:21:05.2968306Z [00:02:58.564]➜  go tool buildid -w $WORK/b1027/_pkg_.a # internal
2025-08-20T21:21:05.3007070Z [00:02:58.568]➜  cp $WORK/b1027/_pkg_.a /root/.cache/go-build/5f/5fbe28c4cf03f759b986bc4faf9d7f73e15b31686f253a3f2116664fb32278e4-d # internal
2025-08-20T21:21:05.3012417Z [00:02:58.568]➜  github.com/containerd/containerd/api/services/snapshots/v1
2025-08-20T21:21:05.3013317Z [00:02:58.568]➜  mkdir -p $WORK/b1030/
2025-08-20T21:21:05.3019905Z [00:02:58.569]➜  cat >/tmp/go-build3547871397/b1030/importcfg << 'EOF' # internal
2025-08-20T21:21:05.3026692Z [00:02:58.569]➜  # import config
2025-08-20T21:21:05.3027372Z [00:02:58.569]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:05.3028493Z [00:02:58.569]➜  packagefile github.com/containerd/containerd/api/types=/tmp/go-build3547871397/b1021/_pkg_.a
2025-08-20T21:21:05.3029855Z [00:02:58.569]➜  packagefile github.com/containerd/ttrpc=/tmp/go-build3547871397/b950/_pkg_.a
2025-08-20T21:21:05.3031376Z [00:02:58.569]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:05.3032523Z [00:02:58.569]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:05.3058518Z [00:02:58.569]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:05.3059881Z [00:02:58.569]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:05.3061239Z [00:02:58.569]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:05.3062546Z [00:02:58.569]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3547871397/b1017/_pkg_.a
2025-08-20T21:21:05.3064131Z [00:02:58.569]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3547871397/b1018/_pkg_.a
2025-08-20T21:21:05.3065550Z [00:02:58.569]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:05.3066654Z [00:02:58.569]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:05.3067454Z [00:02:58.569]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:05.3068050Z [00:02:58.569]➜  EOF
2025-08-20T21:21:05.3074925Z [00:02:58.569]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1030/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/snapshots/v1=>github.com/containerd/containerd/api@v1.8.0/services/snapshots/v1;$WORK/b1030=>" -p github.com/containerd/containerd/api/services/snapshots/v1 -lang=go1.21 -complete -installsuffix shared -buildid 2cJNKgdoiDyHXOmoXHjb/2cJNKgdoiDyHXOmoXHjb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1030/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/snapshots/v1/doc.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/snapshots/v1/snapshots.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/snapshots/v1/snapshots_grpc.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/snapshots/v1/snapshots_ttrpc.pb.go
2025-08-20T21:21:05.4234794Z [00:02:58.691]➜  go tool buildid -w $WORK/b1028/_pkg_.a # internal
2025-08-20T21:21:05.4285262Z [00:02:58.696]➜  cp $WORK/b1028/_pkg_.a /root/.cache/go-build/bb/bbfc54721130a01dbe3f6d96dfa950864fe588f63cd3df79efa2878fec7646e2-d # internal
2025-08-20T21:21:05.4314196Z [00:02:58.697]➜  github.com/containerd/containerd/api/services/streaming/v1
2025-08-20T21:21:05.4315701Z [00:02:58.697]➜  mkdir -p $WORK/b1031/
2025-08-20T21:21:05.4316711Z [00:02:58.697]➜  cat >/tmp/go-build3547871397/b1031/importcfg << 'EOF' # internal
2025-08-20T21:21:05.4317383Z [00:02:58.697]➜  # import config
2025-08-20T21:21:05.4318078Z [00:02:58.697]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:05.4319036Z [00:02:58.697]➜  packagefile github.com/containerd/ttrpc=/tmp/go-build3547871397/b950/_pkg_.a
2025-08-20T21:21:05.4320144Z [00:02:58.697]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:05.4321274Z [00:02:58.697]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:05.4322397Z [00:02:58.697]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:05.4323802Z [00:02:58.697]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:05.4325200Z [00:02:58.697]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:05.4326541Z [00:02:58.697]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:05.4327620Z [00:02:58.697]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:05.4328447Z [00:02:58.697]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:05.4329444Z [00:02:58.697]➜  EOF
2025-08-20T21:21:05.4336355Z [00:02:58.697]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1031/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/streaming/v1=>github.com/containerd/containerd/api@v1.8.0/services/streaming/v1;$WORK/b1031=>" -p github.com/containerd/containerd/api/services/streaming/v1 -lang=go1.21 -complete -installsuffix shared -buildid WaKezArUewvu-Wn7tH43/WaKezArUewvu-Wn7tH43 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1031/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/streaming/v1/doc.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/streaming/v1/streaming.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/streaming/v1/streaming_grpc.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/streaming/v1/streaming_ttrpc.pb.go
2025-08-20T21:21:05.5458750Z [00:02:58.813]➜  go tool buildid -w $WORK/b1031/_pkg_.a # internal
2025-08-20T21:21:05.5497244Z [00:02:58.817]➜  cp $WORK/b1031/_pkg_.a /root/.cache/go-build/ba/badf3f72d9a6ee1dcca796a5903dcc9f79018f4d02569351121ce83e0f826f2e-d # internal
2025-08-20T21:21:05.5503521Z [00:02:58.818]➜  github.com/containerd/containerd/api/services/tasks/v1
2025-08-20T21:21:05.5505339Z [00:02:58.818]➜  mkdir -p $WORK/b1032/
2025-08-20T21:21:05.5514814Z [00:02:58.818]➜  cat >/tmp/go-build3547871397/b1032/importcfg << 'EOF' # internal
2025-08-20T21:21:05.5515524Z [00:02:58.819]➜  # import config
2025-08-20T21:21:05.5516170Z [00:02:58.819]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:05.5517233Z [00:02:58.819]➜  packagefile github.com/containerd/containerd/api/types=/tmp/go-build3547871397/b1021/_pkg_.a
2025-08-20T21:21:05.5518609Z [00:02:58.819]➜  packagefile github.com/containerd/containerd/api/types/task=/tmp/go-build3547871397/b1033/_pkg_.a
2025-08-20T21:21:05.5519792Z [00:02:58.819]➜  packagefile github.com/containerd/ttrpc=/tmp/go-build3547871397/b950/_pkg_.a
2025-08-20T21:21:05.5520995Z [00:02:58.819]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:05.5522071Z [00:02:58.819]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:05.5523276Z [00:02:58.819]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:05.5524449Z [00:02:58.819]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:05.5525722Z [00:02:58.819]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:05.5526983Z [00:02:58.819]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:05.5528260Z [00:02:58.819]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3547871397/b1017/_pkg_.a
2025-08-20T21:21:05.5529601Z [00:02:58.819]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:05.5530796Z [00:02:58.819]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:05.5531575Z [00:02:58.819]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:05.5532159Z [00:02:58.819]➜  EOF
2025-08-20T21:21:05.5538318Z [00:02:58.819]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1032/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/tasks/v1=>github.com/containerd/containerd/api@v1.8.0/services/tasks/v1;$WORK/b1032=>" -p github.com/containerd/containerd/api/services/tasks/v1 -lang=go1.21 -complete -installsuffix shared -buildid c26n2vRnkQrUdkncXRbr/c26n2vRnkQrUdkncXRbr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1032/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/tasks/v1/doc.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/tasks/v1/tasks.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/tasks/v1/tasks_grpc.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/tasks/v1/tasks_ttrpc.pb.go
2025-08-20T21:21:05.5639636Z [00:02:58.831]➜  go tool buildid -w $WORK/b1029/_pkg_.a # internal
2025-08-20T21:21:05.5684198Z [00:02:58.835]➜  cp $WORK/b1029/_pkg_.a /root/.cache/go-build/51/5171cce6a3717c36964f736b8ae9c7a923c74af4d5240661af2f2310b3284591-d # internal
2025-08-20T21:21:05.5685537Z [00:02:58.835]➜  github.com/containerd/containerd/api/services/transfer/v1
2025-08-20T21:21:05.5686254Z [00:02:58.835]➜  mkdir -p $WORK/b1034/
2025-08-20T21:21:05.5687022Z [00:02:58.835]➜  cat >/tmp/go-build3547871397/b1034/importcfg << 'EOF' # internal
2025-08-20T21:21:05.5687844Z [00:02:58.835]➜  # import config
2025-08-20T21:21:05.5688982Z [00:02:58.835]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:05.5690027Z [00:02:58.836]➜  packagefile github.com/containerd/ttrpc=/tmp/go-build3547871397/b950/_pkg_.a
2025-08-20T21:21:05.5691290Z [00:02:58.836]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:05.5692320Z [00:02:58.836]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:05.5693645Z [00:02:58.836]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:05.5694924Z [00:02:58.836]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:05.5696336Z [00:02:58.836]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:05.5697671Z [00:02:58.836]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:05.5699001Z [00:02:58.836]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3547871397/b1017/_pkg_.a
2025-08-20T21:21:05.5700062Z [00:02:58.836]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:05.5700861Z [00:02:58.836]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:05.5701459Z [00:02:58.836]➜  EOF
2025-08-20T21:21:05.5708058Z [00:02:58.836]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1034/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/transfer/v1=>github.com/containerd/containerd/api@v1.8.0/services/transfer/v1;$WORK/b1034=>" -p github.com/containerd/containerd/api/services/transfer/v1 -lang=go1.21 -complete -installsuffix shared -buildid Wtkj6BT2PFUUCtIg0iO-/Wtkj6BT2PFUUCtIg0iO- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1034/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/transfer/v1/doc.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/transfer/v1/transfer.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/transfer/v1/transfer_grpc.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/transfer/v1/transfer_ttrpc.pb.go
2025-08-20T21:21:05.5754767Z [00:02:58.843]➜  go tool buildid -w $WORK/b1030/_pkg_.a # internal
2025-08-20T21:21:05.5821467Z [00:02:58.849]➜  cp $WORK/b1030/_pkg_.a /root/.cache/go-build/76/7639a58ca7be2853820c49c5e52e682121a2553a1e9e5dc956d57112e4936bc2-d # internal
2025-08-20T21:21:05.5822986Z [00:02:58.849]➜  github.com/containerd/containerd/api/services/version/v1
2025-08-20T21:21:05.5823753Z [00:02:58.849]➜  mkdir -p $WORK/b1035/
2025-08-20T21:21:05.5824527Z [00:02:58.849]➜  cat >/tmp/go-build3547871397/b1035/importcfg << 'EOF' # internal
2025-08-20T21:21:05.5825245Z [00:02:58.849]➜  # import config
2025-08-20T21:21:05.5825938Z [00:02:58.849]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:05.5826985Z [00:02:58.849]➜  packagefile github.com/containerd/ttrpc=/tmp/go-build3547871397/b950/_pkg_.a
2025-08-20T21:21:05.5828074Z [00:02:58.849]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:05.5829513Z [00:02:58.849]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:05.5830656Z [00:02:58.849]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:05.5831945Z [00:02:58.849]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:05.5863051Z [00:02:58.849]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:05.5864638Z [00:02:58.849]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3547871397/b1017/_pkg_.a
2025-08-20T21:21:05.5865777Z [00:02:58.849]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:05.5866809Z [00:02:58.849]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:05.5867433Z [00:02:58.849]➜  EOF
2025-08-20T21:21:05.5874116Z [00:02:58.849]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1035/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/version/v1=>github.com/containerd/containerd/api@v1.8.0/services/version/v1;$WORK/b1035=>" -p github.com/containerd/containerd/api/services/version/v1 -lang=go1.21 -complete -installsuffix shared -buildid 9v4UV1UidhgP76OjPGtr/9v4UV1UidhgP76OjPGtr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1035/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/version/v1/doc.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/version/v1/version.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/version/v1/version_grpc.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/services/version/v1/version_ttrpc.pb.go
2025-08-20T21:21:05.6580789Z [00:02:58.925]➜  go tool buildid -w $WORK/b1035/_pkg_.a # internal
2025-08-20T21:21:05.6586451Z [00:02:58.926]➜  go tool buildid -w $WORK/b1034/_pkg_.a # internal
2025-08-20T21:21:05.6609261Z [00:02:58.928]➜  cp $WORK/b1035/_pkg_.a /root/.cache/go-build/9e/9ead85e83fc5d79c61d34a6a1f2f2fa319ceec502639c1382a3b5953110cf543-d # internal
2025-08-20T21:21:05.6616034Z [00:02:58.929]➜  github.com/containerd/containerd/content/proxy
2025-08-20T21:21:05.6618874Z [00:02:58.929]➜  mkdir -p $WORK/b1054/
2025-08-20T21:21:05.6628076Z [00:02:58.930]➜  cat >/tmp/go-build3547871397/b1054/importcfg << 'EOF' # internal
2025-08-20T21:21:05.6637152Z [00:02:58.930]➜  # import config
2025-08-20T21:21:05.6637854Z [00:02:58.930]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:05.6638689Z [00:02:58.930]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:05.6639892Z [00:02:58.930]➜  packagefile github.com/containerd/containerd/api/services/content/v1=/tmp/go-build3547871397/b1019/_pkg_.a
2025-08-20T21:21:05.6641298Z [00:02:58.930]➜  packagefile github.com/containerd/containerd/content=/tmp/go-build3547871397/b1050/_pkg_.a
2025-08-20T21:21:05.6642817Z [00:02:58.930]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:05.6644383Z [00:02:58.930]➜  packagefile github.com/containerd/containerd/protobuf=/tmp/go-build3547871397/b1055/_pkg_.a
2025-08-20T21:21:05.6648999Z [00:02:58.930]➜  packagefile github.com/containerd/containerd/protobuf/types=/tmp/go-build3547871397/b1056/_pkg_.a
2025-08-20T21:21:05.6650334Z [00:02:58.930]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:05.6651640Z [00:02:58.930]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:05.6652895Z [00:02:58.930]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:05.6653529Z [00:02:58.930]➜  EOF
2025-08-20T21:21:05.6658725Z [00:02:58.930]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1054/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/content/proxy=>github.com/containerd/containerd@v1.7.27/content/proxy;$WORK/b1054=>" -p github.com/containerd/containerd/content/proxy -lang=go1.21 -complete -installsuffix shared -buildid Z7OpgSLt5Nh-J7vz21Ef/Z7OpgSLt5Nh-J7vz21Ef -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1054/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/content/proxy/content_reader.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/content/proxy/content_store.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/content/proxy/content_writer.go
2025-08-20T21:21:05.6701936Z [00:02:58.937]➜  cp $WORK/b1034/_pkg_.a /root/.cache/go-build/b7/b7b1324063a6bb3d87d975f52029f71f4b1537c7a0851fcd3704a09eaad3d2bb-d # internal
2025-08-20T21:21:05.6738818Z [00:02:58.941]➜  github.com/containerd/containerd/diff/proxy
2025-08-20T21:21:05.6767664Z [00:02:58.944]➜  mkdir -p $WORK/b1067/
2025-08-20T21:21:05.6781389Z [00:02:58.945]➜  cat >/tmp/go-build3547871397/b1067/importcfg << 'EOF' # internal
2025-08-20T21:21:05.6784945Z [00:02:58.945]➜  # import config
2025-08-20T21:21:05.6785854Z [00:02:58.945]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:05.6787104Z [00:02:58.945]➜  packagefile github.com/containerd/containerd/api/services/diff/v1=/tmp/go-build3547871397/b1020/_pkg_.a
2025-08-20T21:21:05.6788515Z [00:02:58.945]➜  packagefile github.com/containerd/containerd/api/types=/tmp/go-build3547871397/b1021/_pkg_.a
2025-08-20T21:21:05.6789780Z [00:02:58.945]➜  packagefile github.com/containerd/containerd/diff=/tmp/go-build3547871397/b1058/_pkg_.a
2025-08-20T21:21:05.6791043Z [00:02:58.945]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:05.6792322Z [00:02:58.945]➜  packagefile github.com/containerd/containerd/mount=/tmp/go-build3547871397/b1063/_pkg_.a
2025-08-20T21:21:05.6793827Z [00:02:58.945]➜  packagefile github.com/containerd/containerd/pkg/epoch=/tmp/go-build3547871397/b1039/_pkg_.a
2025-08-20T21:21:05.6795138Z [00:02:58.945]➜  packagefile github.com/containerd/containerd/protobuf=/tmp/go-build3547871397/b1055/_pkg_.a
2025-08-20T21:21:05.6796497Z [00:02:58.945]➜  packagefile github.com/containerd/containerd/protobuf/types=/tmp/go-build3547871397/b1056/_pkg_.a
2025-08-20T21:21:05.6797810Z [00:02:58.945]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:05.6799108Z [00:02:58.945]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:05.6824980Z [00:02:58.945]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:05.6825906Z [00:02:58.945]➜  EOF
2025-08-20T21:21:05.6829713Z [00:02:58.945]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1067/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/diff/proxy=>github.com/containerd/containerd@v1.7.27/diff/proxy;$WORK/b1067=>" -p github.com/containerd/containerd/diff/proxy -lang=go1.21 -complete -installsuffix shared -buildid MYDChMmAUHuxAcgAIU73/MYDChMmAUHuxAcgAIU73 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1067/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/diff/proxy/differ.go
2025-08-20T21:21:05.7740628Z [00:02:59.041]➜  go tool buildid -w $WORK/b1054/_pkg_.a # internal
2025-08-20T21:21:05.7781972Z [00:02:59.045]➜  cp $WORK/b1054/_pkg_.a /root/.cache/go-build/df/df6d37cfd1f81e4f9e345d13b0659e9257b7cc71c6fd031a82a786759cb26e70-d # internal
2025-08-20T21:21:05.7790782Z [00:02:59.046]➜  github.com/containerd/containerd/leases/proxy
2025-08-20T21:21:05.7794143Z [00:02:59.046]➜  mkdir -p $WORK/b1073/
2025-08-20T21:21:05.7811956Z [00:02:59.048]➜  cat >/tmp/go-build3547871397/b1073/importcfg << 'EOF' # internal
2025-08-20T21:21:05.7813134Z [00:02:59.048]➜  # import config
2025-08-20T21:21:05.7813944Z [00:02:59.048]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:05.7816827Z [00:02:59.048]➜  packagefile github.com/containerd/containerd/api/services/leases/v1=/tmp/go-build3547871397/b1027/_pkg_.a
2025-08-20T21:21:05.7819317Z [00:02:59.048]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:05.7822295Z [00:02:59.048]➜  packagefile github.com/containerd/containerd/leases=/tmp/go-build3547871397/b1072/_pkg_.a
2025-08-20T21:21:05.7824939Z [00:02:59.048]➜  packagefile github.com/containerd/containerd/protobuf=/tmp/go-build3547871397/b1055/_pkg_.a
2025-08-20T21:21:05.7825959Z [00:02:59.048]➜  EOF
2025-08-20T21:21:05.7838593Z [00:02:59.051]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1073/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/leases/proxy=>github.com/containerd/containerd@v1.7.27/leases/proxy;$WORK/b1073=>" -p github.com/containerd/containerd/leases/proxy -lang=go1.21 -complete -installsuffix shared -buildid -68zfGzmqZ2PWf_I-ROD/-68zfGzmqZ2PWf_I-ROD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1073/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/leases/proxy/manager.go
2025-08-20T21:21:05.7967947Z [00:02:59.064]➜  go tool buildid -w $WORK/b1067/_pkg_.a # internal
2025-08-20T21:21:05.8009933Z [00:02:59.068]➜  cp $WORK/b1067/_pkg_.a /root/.cache/go-build/28/28c5e393488e0f2ab33324744efecf8266a94b45ff812d3781c47bff69e0f221-d # internal
2025-08-20T21:21:05.8016874Z [00:02:59.068]➜  github.com/containerd/containerd/pkg/transfer/streaming
2025-08-20T21:21:05.8017615Z [00:02:59.069]➜  mkdir -p $WORK/b1087/
2025-08-20T21:21:05.8027889Z [00:02:59.070]➜  cat >/tmp/go-build3547871397/b1087/importcfg << 'EOF' # internal
2025-08-20T21:21:05.8029206Z [00:02:59.070]➜  # import config
2025-08-20T21:21:05.8032396Z [00:02:59.070]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:05.8033899Z [00:02:59.070]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:05.8034878Z [00:02:59.070]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:05.8035822Z [00:02:59.070]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:05.8036659Z [00:02:59.070]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:05.8037885Z [00:02:59.070]➜  packagefile github.com/containerd/containerd/api/types/transfer=/tmp/go-build3547871397/b1086/_pkg_.a
2025-08-20T21:21:05.8039307Z [00:02:59.070]➜  packagefile github.com/containerd/containerd/pkg/streaming=/tmp/go-build3547871397/b1083/_pkg_.a
2025-08-20T21:21:05.8040502Z [00:02:59.070]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:05.8041596Z [00:02:59.070]➜  packagefile github.com/containerd/typeurl/v2=/tmp/go-build3547871397/b1049/_pkg_.a
2025-08-20T21:21:05.8043298Z [00:02:59.070]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:05.8044100Z [00:02:59.070]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:05.8044945Z [00:02:59.070]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:05.8046029Z [00:02:59.070]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:05.8046622Z [00:02:59.070]➜  EOF
2025-08-20T21:21:05.8051654Z [00:02:59.070]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1087/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/transfer/streaming=>github.com/containerd/containerd@v1.7.27/pkg/transfer/streaming;$WORK/b1087=>" -p github.com/containerd/containerd/pkg/transfer/streaming -lang=go1.21 -complete -installsuffix shared -buildid iPTZRMjF6UDwTuK3pobI/iPTZRMjF6UDwTuK3pobI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1087/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/transfer/streaming/stream.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/transfer/streaming/writer.go
2025-08-20T21:21:05.8515333Z [00:02:59.119]➜  go tool buildid -w $WORK/b1032/_pkg_.a # internal
2025-08-20T21:21:05.8568866Z [00:02:59.124]➜  cp $WORK/b1032/_pkg_.a /root/.cache/go-build/87/8765499b53b7005feb8bd4df9b98a9d29a166f8e6e4b5e8dc42bc9b8898e96bd-d # internal
2025-08-20T21:21:05.8570886Z [00:02:59.124]➜  github.com/containerd/containerd/pkg/cleanup
2025-08-20T21:21:05.8572201Z [00:02:59.124]➜  mkdir -p $WORK/b1089/
2025-08-20T21:21:05.8573411Z [00:02:59.124]➜  cat >/tmp/go-build3547871397/b1089/importcfg << 'EOF' # internal
2025-08-20T21:21:05.8575331Z [00:02:59.124]➜  # import config
2025-08-20T21:21:05.8576003Z [00:02:59.124]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:05.8576822Z [00:02:59.124]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:05.8577425Z [00:02:59.124]➜  EOF
2025-08-20T21:21:05.8581447Z [00:02:59.124]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1089/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/cleanup=>github.com/containerd/containerd@v1.7.27/pkg/cleanup;$WORK/b1089=>" -p github.com/containerd/containerd/pkg/cleanup -lang=go1.21 -complete -installsuffix shared -buildid PC1sNJ7ScTDa70jbZ0q-/PC1sNJ7ScTDa70jbZ0q- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1089/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/cleanup/context.go
2025-08-20T21:21:05.8594618Z [00:02:59.124]➜  go tool buildid -w $WORK/b1073/_pkg_.a # internal
2025-08-20T21:21:05.8595926Z [00:02:59.126]➜  cp $WORK/b1073/_pkg_.a /root/.cache/go-build/bc/bcdd238a6755f2abebfd39d012dd7c6a99242bc3b2402c5536491d52f6ba37c3-d # internal
2025-08-20T21:21:05.8597021Z [00:02:59.126]➜  github.com/felixge/httpsnoop
2025-08-20T21:21:05.8597574Z [00:02:59.126]➜  mkdir -p $WORK/b1092/
2025-08-20T21:21:05.8598269Z [00:02:59.126]➜  cat >/tmp/go-build3547871397/b1092/importcfg << 'EOF' # internal
2025-08-20T21:21:05.8598929Z [00:02:59.126]➜  # import config
2025-08-20T21:21:05.8599555Z [00:02:59.126]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:05.8600294Z [00:02:59.126]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:05.8601071Z [00:02:59.126]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:05.8601853Z [00:02:59.126]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:05.8602798Z [00:02:59.126]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:05.8603386Z [00:02:59.126]➜  EOF
2025-08-20T21:21:05.8607773Z [00:02:59.127]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1092/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4=>github.com/felixge/httpsnoop@v1.0.4;$WORK/b1092=>" -p github.com/felixge/httpsnoop -lang=go1.13 -complete -installsuffix shared -buildid UBYswFSi1fByKrjzgJlA/UBYswFSi1fByKrjzgJlA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1092/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:21:05.8719803Z [00:02:59.139]➜  go tool buildid -w $WORK/b1087/_pkg_.a # internal
2025-08-20T21:21:05.8728818Z [00:02:59.140]➜  go tool buildid -w $WORK/b1089/_pkg_.a # internal
2025-08-20T21:21:05.8737589Z [00:02:59.141]➜  cp $WORK/b1089/_pkg_.a /root/.cache/go-build/be/be08c2adeceb3986927ed410fb736a898810b4f6b5486538a69884b432d9aea3-d # internal
2025-08-20T21:21:05.8741270Z [00:02:59.141]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request
2025-08-20T21:21:05.8742822Z [00:02:59.142]➜  mkdir -p $WORK/b1093/
2025-08-20T21:21:05.8748618Z [00:02:59.142]➜  cat >/tmp/go-build3547871397/b1093/importcfg << 'EOF' # internal
2025-08-20T21:21:05.8749766Z [00:02:59.142]➜  # import config
2025-08-20T21:21:05.8752022Z [00:02:59.142]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:05.8752915Z [00:02:59.142]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:05.8753814Z [00:02:59.142]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:05.8755850Z [00:02:59.142]➜  EOF
2025-08-20T21:21:05.8763360Z [00:02:59.143]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1093/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/request=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/request;$WORK/b1093=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request -lang=go1.23 -complete -installsuffix shared -buildid dsMhMgmJmnnUP3Cb7Qmt/dsMhMgmJmnnUP3Cb7Qmt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1093/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/request/body_wrapper.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/request/gen.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/request/resp_writer_wrapper.go
2025-08-20T21:21:05.8798758Z [00:02:59.147]➜  cp $WORK/b1087/_pkg_.a /root/.cache/go-build/e1/e11371e561444fa69fccfe5507f8118a525c7472c1ad62424a368ea2edd610a3-d # internal
2025-08-20T21:21:05.8803070Z [00:02:59.147]➜  github.com/containerd/containerd/pkg/transfer/proxy
2025-08-20T21:21:05.8803698Z [00:02:59.147]➜  mkdir -p $WORK/b1085/
2025-08-20T21:21:05.8815308Z [00:02:59.149]➜  cat >/tmp/go-build3547871397/b1085/importcfg << 'EOF' # internal
2025-08-20T21:21:05.8817398Z [00:02:59.149]➜  # import config
2025-08-20T21:21:05.8818358Z [00:02:59.149]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:05.8820321Z [00:02:59.149]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:05.8821480Z [00:02:59.149]➜  packagefile github.com/containerd/containerd/api/services/transfer/v1=/tmp/go-build3547871397/b1034/_pkg_.a
2025-08-20T21:21:05.8823166Z [00:02:59.149]➜  packagefile github.com/containerd/containerd/api/types/transfer=/tmp/go-build3547871397/b1086/_pkg_.a
2025-08-20T21:21:05.8824542Z [00:02:59.149]➜  packagefile github.com/containerd/containerd/pkg/streaming=/tmp/go-build3547871397/b1083/_pkg_.a
2025-08-20T21:21:05.8825799Z [00:02:59.149]➜  packagefile github.com/containerd/containerd/pkg/transfer=/tmp/go-build3547871397/b1084/_pkg_.a
2025-08-20T21:21:05.8827141Z [00:02:59.149]➜  packagefile github.com/containerd/containerd/pkg/transfer/streaming=/tmp/go-build3547871397/b1087/_pkg_.a
2025-08-20T21:21:05.8828315Z [00:02:59.149]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:05.8829337Z [00:02:59.149]➜  packagefile github.com/containerd/typeurl/v2=/tmp/go-build3547871397/b1049/_pkg_.a
2025-08-20T21:21:05.8830532Z [00:02:59.149]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:05.8831532Z [00:02:59.149]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:05.8832100Z [00:02:59.149]➜  EOF
2025-08-20T21:21:05.8840952Z [00:02:59.151]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1085/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/transfer/proxy=>github.com/containerd/containerd@v1.7.27/pkg/transfer/proxy;$WORK/b1085=>" -p github.com/containerd/containerd/pkg/transfer/proxy -lang=go1.21 -complete -installsuffix shared -buildid sDcyZvE9gYvv6MKgYGnw/sDcyZvE9gYvv6MKgYGnw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1085/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/transfer/proxy/transfer.go
2025-08-20T21:21:05.9094503Z [00:02:59.177]➜  go tool buildid -w $WORK/b1093/_pkg_.a # internal
2025-08-20T21:21:05.9106973Z [00:02:59.178]➜  cp $WORK/b1093/_pkg_.a /root/.cache/go-build/ea/ea30a7456346c8cb02c1bc18e59657feee23b1b4ebf396b054c0a899051f2ed6-d # internal
2025-08-20T21:21:05.9119077Z [00:02:59.178]➜  go.opentelemetry.io/otel/attribute/internal
2025-08-20T21:21:05.9119711Z [00:02:59.178]➜  mkdir -p $WORK/b1097/
2025-08-20T21:21:05.9120422Z [00:02:59.178]➜  cat >/tmp/go-build3547871397/b1097/importcfg << 'EOF' # internal
2025-08-20T21:21:05.9121372Z [00:02:59.178]➜  # import config
2025-08-20T21:21:05.9122067Z [00:02:59.178]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:05.9122900Z [00:02:59.178]➜  EOF
2025-08-20T21:21:05.9126752Z [00:02:59.179]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1097/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/internal=>go.opentelemetry.io/otel@v1.36.0/attribute/internal;$WORK/b1097=>" -p go.opentelemetry.io/otel/attribute/internal -lang=go1.23 -complete -installsuffix shared -buildid GRVUwjdxSNgEK9lX7PjD/GRVUwjdxSNgEK9lX7PjD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1097/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/internal/attribute.go
2025-08-20T21:21:05.9827000Z [00:02:59.250]➜  go tool buildid -w $WORK/b1097/_pkg_.a # internal
2025-08-20T21:21:05.9836073Z [00:02:59.251]➜  cp $WORK/b1097/_pkg_.a /root/.cache/go-build/3d/3dcd1dd8421b1e78eb3a6605af1d7d20b5b2a3abde65d82ecd52544b74b42012-d # internal
2025-08-20T21:21:05.9870737Z [00:02:59.254]➜  go.opentelemetry.io/otel/attribute
2025-08-20T21:21:05.9873465Z [00:02:59.255]➜  mkdir -p $WORK/b1096/
2025-08-20T21:21:05.9879803Z [00:02:59.255]➜  cat >/tmp/go-build3547871397/b1096/importcfg << 'EOF' # internal
2025-08-20T21:21:05.9882312Z [00:02:59.255]➜  # import config
2025-08-20T21:21:05.9883138Z [00:02:59.255]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:05.9884147Z [00:02:59.255]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:21:05.9886550Z [00:02:59.255]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:05.9887994Z [00:02:59.255]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:05.9889304Z [00:02:59.255]➜  packagefile go.opentelemetry.io/otel/attribute/internal=/tmp/go-build3547871397/b1097/_pkg_.a
2025-08-20T21:21:05.9890835Z [00:02:59.255]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:05.9891931Z [00:02:59.255]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:05.9893012Z [00:02:59.255]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:05.9894274Z [00:02:59.255]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:05.9895304Z [00:02:59.255]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:05.9896983Z [00:02:59.255]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:05.9897760Z [00:02:59.255]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:05.9898355Z [00:02:59.255]➜  EOF
2025-08-20T21:21:05.9909091Z [00:02:59.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1096/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute=>go.opentelemetry.io/otel@v1.36.0/attribute;$WORK/b1096=>" -p go.opentelemetry.io/otel/attribute -lang=go1.23 -complete -installsuffix shared -buildid Aavme4eoy5pxZp2re8hr/Aavme4eoy5pxZp2re8hr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1096/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/encoder.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/filter.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/iterator.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/key.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/kv.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/rawhelpers.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/set.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/type_string.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/value.go
2025-08-20T21:21:05.9998144Z [00:02:59.267]➜  go tool buildid -w $WORK/b1085/_pkg_.a # internal
2025-08-20T21:21:06.0021271Z [00:02:59.269]➜  cp $WORK/b1085/_pkg_.a /root/.cache/go-build/41/41b3cce531eec41c973cd2da685f350c448aab22ac9a54d444b0bf290e97eafb-d # internal
2025-08-20T21:21:06.0026012Z [00:02:59.270]➜  go.opentelemetry.io/otel/codes
2025-08-20T21:21:06.0076324Z [00:02:59.275]➜  mkdir -p $WORK/b1098/
2025-08-20T21:21:06.0082033Z [00:02:59.275]➜  cat >/tmp/go-build3547871397/b1098/importcfg << 'EOF' # internal
2025-08-20T21:21:06.0083553Z [00:02:59.275]➜  # import config
2025-08-20T21:21:06.0084436Z [00:02:59.275]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:06.0085661Z [00:02:59.275]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:06.0086659Z [00:02:59.275]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:06.0087526Z [00:02:59.275]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:06.0088654Z [00:02:59.275]➜  EOF
2025-08-20T21:21:06.0092837Z [00:02:59.275]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1098/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/codes=>go.opentelemetry.io/otel@v1.36.0/codes;$WORK/b1098=>" -p go.opentelemetry.io/otel/codes -lang=go1.23 -complete -installsuffix shared -buildid 3bsEDjXzv7WD0QVJQJ_i/3bsEDjXzv7WD0QVJQJ_i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1098/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/codes/codes.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/codes/doc.go
2025-08-20T21:21:06.0425821Z [00:02:59.310]➜  go tool buildid -w $WORK/b1098/_pkg_.a # internal
2025-08-20T21:21:06.0435045Z [00:02:59.310]➜  cp $WORK/b1098/_pkg_.a /root/.cache/go-build/6a/6a49f6fb4e8282c4b36df3d2b74c9697c6aa68d3c8aa1544be4be1f77762ded5-d # internal
2025-08-20T21:21:06.0439682Z [00:02:59.311]➜  github.com/go-logr/logr/funcr
2025-08-20T21:21:06.0440324Z [00:02:59.311]➜  mkdir -p $WORK/b1103/
2025-08-20T21:21:06.0448705Z [00:02:59.312]➜  cat >/tmp/go-build3547871397/b1103/importcfg << 'EOF' # internal
2025-08-20T21:21:06.0450085Z [00:02:59.312]➜  # import config
2025-08-20T21:21:06.0451070Z [00:02:59.312]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:06.0452127Z [00:02:59.312]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:06.0454032Z [00:02:59.312]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:21:06.0454878Z [00:02:59.312]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:06.0455699Z [00:02:59.312]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:06.0456595Z [00:02:59.312]➜  packagefile github.com/go-logr/logr=/tmp/go-build3547871397/b109/_pkg_.a
2025-08-20T21:21:06.0457541Z [00:02:59.312]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:06.0458438Z [00:02:59.312]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:06.0459305Z [00:02:59.312]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:06.0460127Z [00:02:59.312]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:06.0460942Z [00:02:59.312]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:06.0462030Z [00:02:59.312]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:06.0462918Z [00:02:59.312]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:06.0463540Z [00:02:59.312]➜  EOF
2025-08-20T21:21:06.0467122Z [00:02:59.312]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1103/_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/b1103=>" -p github.com/go-logr/logr/funcr -lang=go1.18 -complete -installsuffix shared -buildid 9dlhjUX3n3z8u2jTg_jf/9dlhjUX3n3z8u2jTg_jf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1103/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:21:06.1517841Z [00:02:59.419]➜  go tool buildid -w $WORK/b1092/_pkg_.a # internal
2025-08-20T21:21:06.1587242Z [00:02:59.426]➜  cp $WORK/b1092/_pkg_.a /root/.cache/go-build/a4/a4b41c8b1e25080c5e0f6e6fa053859d9b9aab23c6beee7c1574de99fb99b7cd-d # internal
2025-08-20T21:21:06.1597829Z [00:02:59.427]➜  go.opentelemetry.io/auto/sdk/internal/telemetry
2025-08-20T21:21:06.1603332Z [00:02:59.427]➜  mkdir -p $WORK/b1105/
2025-08-20T21:21:06.1604151Z [00:02:59.427]➜  cat >/tmp/go-build3547871397/b1105/importcfg << 'EOF' # internal
2025-08-20T21:21:06.1604909Z [00:02:59.427]➜  # import config
2025-08-20T21:21:06.1613345Z [00:02:59.427]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:06.1614249Z [00:02:59.427]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:21:06.1615170Z [00:02:59.427]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:06.1616330Z [00:02:59.427]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:06.1617294Z [00:02:59.427]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:06.1618235Z [00:02:59.427]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:06.1619213Z [00:02:59.427]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:06.1620048Z [00:02:59.427]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:06.1620880Z [00:02:59.427]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:06.1621700Z [00:02:59.427]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:06.1622554Z [00:02:59.427]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:06.1653838Z [00:02:59.427]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:06.1654479Z [00:02:59.427]➜  EOF
2025-08-20T21:21:06.1663246Z [00:02:59.427]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1105/_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/b1105=>" -p go.opentelemetry.io/auto/sdk/internal/telemetry -lang=go1.22 -complete -installsuffix shared -buildid A54QjKQCN_xG6gtcVAaC/A54QjKQCN_xG6gtcVAaC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1105/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:21:06.1875375Z [00:02:59.455]➜  go tool buildid -w $WORK/b1096/_pkg_.a # internal
2025-08-20T21:21:06.1916891Z [00:02:59.459]➜  cp $WORK/b1096/_pkg_.a /root/.cache/go-build/db/db66587e93074ed966cfa10aa478798a303b7a98b7265e0b826517797f469f6c-d # internal
2025-08-20T21:21:06.1925557Z [00:02:59.460]➜  go.opentelemetry.io/otel/semconv/v1.20.0
2025-08-20T21:21:06.1927835Z [00:02:59.460]➜  mkdir -p $WORK/b1099/
2025-08-20T21:21:06.1935889Z [00:02:59.461]➜  cat >/tmp/go-build3547871397/b1099/importcfg << 'EOF' # internal
2025-08-20T21:21:06.1937605Z [00:02:59.461]➜  # import config
2025-08-20T21:21:06.1939205Z [00:02:59.461]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:06.1941081Z [00:02:59.461]➜  EOF
2025-08-20T21:21:06.1948124Z [00:02:59.461]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1099/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0=>go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0;$WORK/b1099=>" -p go.opentelemetry.io/otel/semconv/v1.20.0 -lang=go1.23 -complete -installsuffix shared -buildid 9f-I_4Pga8E-FoiDjl_r/9f-I_4Pga8E-FoiDjl_r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1099/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0/http.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0/trace.go
2025-08-20T21:21:06.2043623Z [00:02:59.471]➜  go tool buildid -w $WORK/b1103/_pkg_.a # internal
2025-08-20T21:21:06.2072608Z [00:02:59.474]➜  cp $WORK/b1103/_pkg_.a /root/.cache/go-build/97/9796aea79956dec5077b35b8efa7ce6b675d630c9dec7292df17d3a826539117-d # internal
2025-08-20T21:21:06.2079357Z [00:02:59.475]➜  github.com/go-logr/stdr
2025-08-20T21:21:06.2091706Z [00:02:59.476]➜  mkdir -p $WORK/b1102/
2025-08-20T21:21:06.2097134Z [00:02:59.476]➜  cat >/tmp/go-build3547871397/b1102/importcfg << 'EOF' # internal
2025-08-20T21:21:06.2097837Z [00:02:59.476]➜  # import config
2025-08-20T21:21:06.2098575Z [00:02:59.476]➜  packagefile github.com/go-logr/logr=/tmp/go-build3547871397/b109/_pkg_.a
2025-08-20T21:21:06.2099655Z [00:02:59.476]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build3547871397/b1103/_pkg_.a
2025-08-20T21:21:06.2100895Z [00:02:59.476]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:06.2101925Z [00:02:59.476]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:06.2102831Z [00:02:59.476]➜  EOF
2025-08-20T21:21:06.2106244Z [00:02:59.476]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1102/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2=>github.com/go-logr/stdr@v1.2.2;$WORK/b1102=>" -p github.com/go-logr/stdr -lang=go1.16 -complete -installsuffix shared -buildid 1G2hoplIQK5nvHzbP6B9/1G2hoplIQK5nvHzbP6B9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1102/importcfg -pack /root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2/stdr.go
2025-08-20T21:21:06.2657633Z [00:02:59.533]➜  go tool buildid -w $WORK/b1102/_pkg_.a # internal
2025-08-20T21:21:06.2695735Z [00:02:59.537]➜  cp $WORK/b1102/_pkg_.a /root/.cache/go-build/ec/ec1fba25fb8cc1ad466e5c4af58f62561dd72e0549e9e3e798cabbfc2b870c0e-d # internal
2025-08-20T21:21:06.2710176Z [00:02:59.538]➜  go.opentelemetry.io/otel/semconv/v1.26.0
2025-08-20T21:21:06.2711699Z [00:02:59.538]➜  mkdir -p $WORK/b1106/
2025-08-20T21:21:06.2727305Z [00:02:59.540]➜  cat >/tmp/go-build3547871397/b1106/importcfg << 'EOF' # internal
2025-08-20T21:21:06.2728495Z [00:02:59.540]➜  # import config
2025-08-20T21:21:06.2729803Z [00:02:59.540]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:06.2731239Z [00:02:59.540]➜  EOF
2025-08-20T21:21:06.2737915Z [00:02:59.540]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1106/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.26.0=>go.opentelemetry.io/otel@v1.36.0/semconv/v1.26.0;$WORK/b1106=>" -p go.opentelemetry.io/otel/semconv/v1.26.0 -lang=go1.23 -complete -installsuffix shared -buildid gIQx8I9EzxF1dz3mT--O/gIQx8I9EzxF1dz3mT--O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1106/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.26.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.26.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.26.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.26.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.26.0/schema.go
2025-08-20T21:21:06.3721819Z [00:02:59.639]➜  go tool buildid -w $WORK/b1105/_pkg_.a # internal
2025-08-20T21:21:06.3745486Z [00:02:59.642]➜  go tool buildid -w $WORK/b1099/_pkg_.a # internal
2025-08-20T21:21:06.3748758Z [00:02:59.642]➜  cp $WORK/b1105/_pkg_.a /root/.cache/go-build/da/daa81c8c8b1d07f874d6927a038321abcaaf26da75bc6724aa8f981eec3023d9-d # internal
2025-08-20T21:21:06.3757576Z [00:02:59.642]➜  go.opentelemetry.io/otel/trace/internal/telemetry
2025-08-20T21:21:06.3758287Z [00:02:59.642]➜  mkdir -p $WORK/b1109/
2025-08-20T21:21:06.3759060Z [00:02:59.643]➜  cat >/tmp/go-build3547871397/b1109/importcfg << 'EOF' # internal
2025-08-20T21:21:06.3759763Z [00:02:59.643]➜  # import config
2025-08-20T21:21:06.3760456Z [00:02:59.643]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:06.3761490Z [00:02:59.643]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:21:06.3762428Z [00:02:59.643]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:06.3763536Z [00:02:59.643]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:06.3764628Z [00:02:59.643]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:06.3765531Z [00:02:59.643]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:06.3766312Z [00:02:59.643]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:06.3767100Z [00:02:59.643]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:06.3767904Z [00:02:59.643]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:06.3768703Z [00:02:59.643]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:06.3769516Z [00:02:59.643]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:06.3770302Z [00:02:59.643]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:06.3770901Z [00:02:59.643]➜  EOF
2025-08-20T21:21:06.3798921Z [00:02:59.643]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1109/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry=>go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry;$WORK/b1109=>" -p go.opentelemetry.io/otel/trace/internal/telemetry -lang=go1.23 -complete -installsuffix shared -buildid 7EWDbXsJXgjbMB3-Pwdb/7EWDbXsJXgjbMB3-Pwdb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1109/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/attr.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/id.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/number.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/scope.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/span.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/status.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/traces.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/value.go
2025-08-20T21:21:06.3812327Z [00:02:59.648]➜  cp $WORK/b1099/_pkg_.a /root/.cache/go-build/32/32383ed1e3dbba50b14017e1c0d4caa8ed741ff480947b05ee5dacfaf889f31d-d # internal
2025-08-20T21:21:06.3819630Z [00:02:59.649]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil
2025-08-20T21:21:06.3824857Z [00:02:59.650]➜  mkdir -p $WORK/b1095/
2025-08-20T21:21:06.3834395Z [00:02:59.651]➜  cat >/tmp/go-build3547871397/b1095/importcfg << 'EOF' # internal
2025-08-20T21:21:06.3844111Z [00:02:59.651]➜  # import config
2025-08-20T21:21:06.3844799Z [00:02:59.651]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:06.3845801Z [00:02:59.651]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:06.3846975Z [00:02:59.651]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3547871397/b1098/_pkg_.a
2025-08-20T21:21:06.3848175Z [00:02:59.651]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build3547871397/b1099/_pkg_.a
2025-08-20T21:21:06.3849155Z [00:02:59.651]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:06.3849939Z [00:02:59.651]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:06.3850752Z [00:02:59.651]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:06.3851593Z [00:02:59.651]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:06.3852420Z [00:02:59.651]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:06.3853230Z [00:02:59.651]➜  EOF
2025-08-20T21:21:06.3880371Z [00:02:59.653]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1095/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconvutil=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconvutil;$WORK/b1095=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil -lang=go1.23 -complete -installsuffix shared -buildid ZiMzLTfhZMPgsRWrIVPT/ZiMzLTfhZMPgsRWrIVPT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1095/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconvutil/gen.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconvutil/httpconv.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconvutil/netconv.go
2025-08-20T21:21:06.5140458Z [00:02:59.781]➜  go tool buildid -w $WORK/b1095/_pkg_.a # internal
2025-08-20T21:21:06.5156755Z [00:02:59.783]➜  cp $WORK/b1095/_pkg_.a /root/.cache/go-build/0d/0d579fbf6c9c72cdc8931787d618165f002fb89072fae6415208b4affc718f8d-d # internal
2025-08-20T21:21:06.5180061Z [00:02:59.785]➜  go.opentelemetry.io/otel/metric
2025-08-20T21:21:06.5182980Z [00:02:59.785]➜  mkdir -p $WORK/b1111/
2025-08-20T21:21:06.5185840Z [00:02:59.786]➜  cat >/tmp/go-build3547871397/b1111/importcfg << 'EOF' # internal
2025-08-20T21:21:06.5195195Z [00:02:59.786]➜  # import config
2025-08-20T21:21:06.5195957Z [00:02:59.786]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:06.5197037Z [00:02:59.786]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:06.5198366Z [00:02:59.786]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3547871397/b1112/_pkg_.a
2025-08-20T21:21:06.5199277Z [00:02:59.786]➜  EOF
2025-08-20T21:21:06.5221869Z [00:02:59.789]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1111/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0=>go.opentelemetry.io/otel/metric@v1.36.0;$WORK/b1111=>" -p go.opentelemetry.io/otel/metric -lang=go1.23 -complete -installsuffix shared -buildid 0ieyK3jR4lLX5QfoN8IA/0ieyK3jR4lLX5QfoN8IA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1111/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/asyncfloat64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/asyncint64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/instrument.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/syncfloat64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/syncint64.go
2025-08-20T21:21:06.5818432Z [00:02:59.849]➜  go tool buildid -w $WORK/b1109/_pkg_.a # internal
2025-08-20T21:21:06.5847245Z [00:02:59.852]➜  cp $WORK/b1109/_pkg_.a /root/.cache/go-build/a9/a9d28d2a30efa5076ddb43ea3ce0d05fb71843c0cd8bfc2ad6bcfba2465197e7-d # internal
2025-08-20T21:21:06.5849125Z [00:02:59.852]➜  go.opentelemetry.io/otel/internal/baggage
2025-08-20T21:21:06.5851695Z [00:02:59.852]➜  mkdir -p $WORK/b1115/
2025-08-20T21:21:06.5861156Z [00:02:59.853]➜  cat >/tmp/go-build3547871397/b1115/importcfg << 'EOF' # internal
2025-08-20T21:21:06.5862768Z [00:02:59.853]➜  # import config
2025-08-20T21:21:06.5863687Z [00:02:59.853]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:06.5864595Z [00:02:59.853]➜  EOF
2025-08-20T21:21:06.5869433Z [00:02:59.854]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1115/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/baggage=>go.opentelemetry.io/otel@v1.36.0/internal/baggage;$WORK/b1115=>" -p go.opentelemetry.io/otel/internal/baggage -lang=go1.23 -complete -installsuffix shared -buildid 77Fd4ga_GIyt9-ZfkaVG/77Fd4ga_GIyt9-ZfkaVG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1115/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/baggage/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/baggage/context.go
2025-08-20T21:21:06.6031098Z [00:02:59.870]➜  go tool buildid -w $WORK/b1115/_pkg_.a # internal
2025-08-20T21:21:06.6038210Z [00:02:59.871]➜  cp $WORK/b1115/_pkg_.a /root/.cache/go-build/46/46d54af282956e1ddb99959b4db4710405c3e7466f2b394721c79fd351a170e3-d # internal
2025-08-20T21:21:06.6044932Z [00:02:59.871]➜  go.opentelemetry.io/otel/baggage
2025-08-20T21:21:06.6045574Z [00:02:59.871]➜  mkdir -p $WORK/b1114/
2025-08-20T21:21:06.6064276Z [00:02:59.872]➜  cat >/tmp/go-build3547871397/b1114/importcfg << 'EOF' # internal
2025-08-20T21:21:06.6065462Z [00:02:59.872]➜  # import config
2025-08-20T21:21:06.6067606Z [00:02:59.872]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:06.6068695Z [00:02:59.872]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:06.6071326Z [00:02:59.872]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:06.6072470Z [00:02:59.872]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build3547871397/b1115/_pkg_.a
2025-08-20T21:21:06.6073725Z [00:02:59.872]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:06.6074579Z [00:02:59.872]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:06.6075439Z [00:02:59.872]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:06.6076091Z [00:02:59.872]➜  EOF
2025-08-20T21:21:06.6080458Z [00:02:59.872]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1114/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/baggage=>go.opentelemetry.io/otel@v1.36.0/baggage;$WORK/b1114=>" -p go.opentelemetry.io/otel/baggage -lang=go1.23 -complete -installsuffix shared -buildid wMrvQmxd6ZKku2kfxxlK/wMrvQmxd6ZKku2kfxxlK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1114/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/baggage/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/baggage/context.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/baggage/doc.go
2025-08-20T21:21:06.6829809Z [00:02:59.950]➜  go tool buildid -w $WORK/b1106/_pkg_.a # internal
2025-08-20T21:21:06.6916948Z [00:02:59.959]➜  cp $WORK/b1106/_pkg_.a /root/.cache/go-build/66/664893d51fe6f86fb86e00379a33cc5c0f011a475bd20f851acf0ed0a45eb3ae-d # internal
2025-08-20T21:21:06.6920559Z [00:02:59.959]➜  go.opentelemetry.io/otel/trace
2025-08-20T21:21:06.6930308Z [00:02:59.959]➜  mkdir -p $WORK/b1107/
2025-08-20T21:21:06.6931508Z [00:02:59.960]➜  cat >/tmp/go-build3547871397/b1107/importcfg << 'EOF' # internal
2025-08-20T21:21:06.6932839Z [00:02:59.960]➜  # import config
2025-08-20T21:21:06.6933792Z [00:02:59.960]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:06.6934947Z [00:02:59.960]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:06.6936272Z [00:02:59.960]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:06.6937514Z [00:02:59.960]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:06.6938550Z [00:02:59.960]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:06.6939785Z [00:02:59.960]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:06.6941363Z [00:02:59.960]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3547871397/b1098/_pkg_.a
2025-08-20T21:21:06.6943967Z [00:02:59.960]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3547871397/b1106/_pkg_.a
2025-08-20T21:21:06.6945845Z [00:02:59.960]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build3547871397/b1108/_pkg_.a
2025-08-20T21:21:06.6947197Z [00:02:59.960]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/tmp/go-build3547871397/b1109/_pkg_.a
2025-08-20T21:21:06.6948497Z [00:02:59.960]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:06.6949357Z [00:02:59.960]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:06.6950209Z [00:02:59.960]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:06.6951225Z [00:02:59.960]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:06.6952110Z [00:02:59.960]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:06.6953225Z [00:02:59.960]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:06.6954089Z [00:02:59.960]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:06.6954985Z [00:02:59.960]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:06.6955872Z [00:02:59.960]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:06.6956773Z [00:02:59.960]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:06.6957465Z [00:02:59.960]➜  EOF
2025-08-20T21:21:06.6970357Z [00:02:59.960]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1107/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0=>go.opentelemetry.io/otel/trace@v1.36.0;$WORK/b1107=>" -p go.opentelemetry.io/otel/trace -lang=go1.23 -complete -installsuffix shared -buildid BRbxo2zc3mz5A8hNXs2T/BRbxo2zc3mz5A8hNXs2T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1107/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/auto.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/context.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/nonrecording.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/noop.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/provider.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/span.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/trace.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/tracer.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/tracestate.go
2025-08-20T21:21:06.7004656Z [00:02:59.965]➜  go tool buildid -w $WORK/b1111/_pkg_.a # internal
2025-08-20T21:21:06.7030066Z [00:02:59.967]➜  cp $WORK/b1111/_pkg_.a /root/.cache/go-build/80/805087cc64259cf4f8770bc15437d455cdbc4f564605c37ce5eae91ed9243dee-d # internal
2025-08-20T21:21:06.7031155Z [00:02:59.967]➜  go.opentelemetry.io/otel/metric/noop
2025-08-20T21:21:06.7031779Z [00:02:59.967]➜  mkdir -p $WORK/b1116/
2025-08-20T21:21:06.7032558Z [00:02:59.968]➜  cat >/tmp/go-build3547871397/b1116/importcfg << 'EOF' # internal
2025-08-20T21:21:06.7033393Z [00:02:59.968]➜  # import config
2025-08-20T21:21:06.7034063Z [00:02:59.968]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:06.7035055Z [00:02:59.968]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3547871397/b1111/_pkg_.a
2025-08-20T21:21:06.7036307Z [00:02:59.968]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3547871397/b1112/_pkg_.a
2025-08-20T21:21:06.7037143Z [00:02:59.968]➜  EOF
2025-08-20T21:21:06.7040771Z [00:02:59.968]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1116/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/noop=>go.opentelemetry.io/otel/metric@v1.36.0/noop;$WORK/b1116=>" -p go.opentelemetry.io/otel/metric/noop -lang=go1.23 -complete -installsuffix shared -buildid -FOP8ostGz1jDIJblm3P/-FOP8ostGz1jDIJblm3P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1116/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/noop/noop.go
2025-08-20T21:21:06.7044247Z [00:02:59.970]➜  go tool buildid -w $WORK/b1114/_pkg_.a # internal
2025-08-20T21:21:06.7046019Z [00:02:59.972]➜  cp $WORK/b1114/_pkg_.a /root/.cache/go-build/d6/d66a1047385015258baccb11f160b299a1c3f57902b4e47e6ba51b45390c0827-d # internal
2025-08-20T21:21:06.7050459Z [00:02:59.972]➜  go.opentelemetry.io/otel/semconv/v1.21.0
2025-08-20T21:21:06.7056170Z [00:02:59.972]➜  mkdir -p $WORK/b1117/
2025-08-20T21:21:06.7057142Z [00:02:59.973]➜  cat >/tmp/go-build3547871397/b1117/importcfg << 'EOF' # internal
2025-08-20T21:21:06.7057821Z [00:02:59.973]➜  # import config
2025-08-20T21:21:06.7059889Z [00:02:59.973]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:06.7061146Z [00:02:59.973]➜  EOF
2025-08-20T21:21:06.7069998Z [00:02:59.973]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1117/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.21.0=>go.opentelemetry.io/otel@v1.36.0/semconv/v1.21.0;$WORK/b1117=>" -p go.opentelemetry.io/otel/semconv/v1.21.0 -lang=go1.23 -complete -installsuffix shared -buildid 4Ea9hJNOQwhPDOFGQHHm/4Ea9hJNOQwhPDOFGQHHm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1117/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.21.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.21.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.21.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.21.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.21.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.21.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.21.0/trace.go
2025-08-20T21:21:06.7815085Z [00:03:00.046]➜  go tool buildid -w $WORK/b1116/_pkg_.a # internal
2025-08-20T21:21:06.7816472Z [00:03:00.047]➜  cp $WORK/b1116/_pkg_.a /root/.cache/go-build/f4/f4e211784752cbb2c91e2487639addbf663c054082807bd32625b44f382853e4-d # internal
2025-08-20T21:21:06.7817819Z [00:03:00.048]➜  github.com/opencontainers/image-spec/identity
2025-08-20T21:21:06.7818622Z [00:03:00.049]➜  mkdir -p $WORK/b1118/
2025-08-20T21:21:06.7819453Z [00:03:00.049]➜  cat >/tmp/go-build3547871397/b1118/importcfg << 'EOF' # internal
2025-08-20T21:21:06.7820254Z [00:03:00.049]➜  # import config
2025-08-20T21:21:06.7821104Z [00:03:00.049]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:06.7822140Z [00:03:00.049]➜  packagefile crypto/sha512=/tmp/go-build3547871397/b196/_pkg_.a
2025-08-20T21:21:06.7823958Z [00:03:00.049]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:06.7825115Z [00:03:00.049]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:06.7825874Z [00:03:00.049]➜  EOF
2025-08-20T21:21:06.7830845Z [00:03:00.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1118/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/identity=>github.com/opencontainers/image-spec@v1.1.1/identity;$WORK/b1118=>" -p github.com/opencontainers/image-spec/identity -lang=go1.18 -complete -installsuffix shared -buildid tVPxBwLO-SatkUO4tPYp/tVPxBwLO-SatkUO4tPYp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1118/importcfg -pack /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/identity/chainid.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/identity/helpers.go
2025-08-20T21:21:06.8109798Z [00:03:00.078]➜  go tool buildid -w $WORK/b1118/_pkg_.a # internal
2025-08-20T21:21:06.8131929Z [00:03:00.080]➜  cp $WORK/b1118/_pkg_.a /root/.cache/go-build/e8/e8e493e5fa76868a30aeb9384711d0518170b34b6e91656a4cfda45c6e686d14-d # internal
2025-08-20T21:21:06.8144212Z [00:03:00.082]➜  github.com/docker/go-events
2025-08-20T21:21:06.8150504Z [00:03:00.082]➜  mkdir -p $WORK/b1121/
2025-08-20T21:21:06.8174722Z [00:03:00.085]➜  cat >/tmp/go-build3547871397/b1121/importcfg << 'EOF' # internal
2025-08-20T21:21:06.8175599Z [00:03:00.085]➜  # import config
2025-08-20T21:21:06.8176470Z [00:03:00.085]➜  packagefile container/list=/tmp/go-build3547871397/b153/_pkg_.a
2025-08-20T21:21:06.8177555Z [00:03:00.085]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:06.8178994Z [00:03:00.085]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3547871397/b798/_pkg_.a
2025-08-20T21:21:06.8180231Z [00:03:00.085]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:06.8181246Z [00:03:00.085]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:06.8182460Z [00:03:00.085]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:06.8183692Z [00:03:00.085]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:06.8184449Z [00:03:00.085]➜  EOF
2025-08-20T21:21:06.8192415Z [00:03:00.085]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1121/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c=>github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c;$WORK/b1121=>" -p github.com/docker/go-events -lang=go1.16 -complete -installsuffix shared -buildid b53RG8kS1oHtUQdbW-7_/b53RG8kS1oHtUQdbW-7_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1121/importcfg -pack /root/go/pkg/mod/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c/broadcast.go /root/go/pkg/mod/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c/channel.go /root/go/pkg/mod/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c/errors.go /root/go/pkg/mod/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c/event.go /root/go/pkg/mod/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c/filter.go /root/go/pkg/mod/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c/queue.go /root/go/pkg/mod/github.com/docker/go-events@v0.0.0-20190806004212-e31b211e4f1c/retry.go
2025-08-20T21:21:06.9129613Z [00:03:00.180]➜  go tool buildid -w $WORK/b1117/_pkg_.a # internal
2025-08-20T21:21:06.9145311Z [00:03:00.182]➜  go tool buildid -w $WORK/b1107/_pkg_.a # internal
2025-08-20T21:21:06.9176662Z [00:03:00.185]➜  cp $WORK/b1117/_pkg_.a /root/.cache/go-build/fc/fccdfda9ef63977e5cd3998522e39a0fcabcb3df95a74179a1b331803c1303ea-d # internal
2025-08-20T21:21:06.9190109Z [00:03:00.186]➜  github.com/containerd/containerd/remotes
2025-08-20T21:21:06.9199155Z [00:03:00.186]➜  mkdir -p $WORK/b1122/
2025-08-20T21:21:06.9200407Z [00:03:00.186]➜  cp $WORK/b1107/_pkg_.a /root/.cache/go-build/a6/a62180ffda5ba30ae82d23a402eaecf55216de3457c69493a279dc51561c39c3-d # internal
2025-08-20T21:21:06.9201895Z [00:03:00.186]➜  go.opentelemetry.io/otel/trace/noop
2025-08-20T21:21:06.9202482Z [00:03:00.186]➜  mkdir -p $WORK/b1110/
2025-08-20T21:21:06.9212483Z [00:03:00.186]➜  cat >/tmp/go-build3547871397/b1110/importcfg << 'EOF' # internal
2025-08-20T21:21:06.9213367Z [00:03:00.186]➜  # import config
2025-08-20T21:21:06.9214015Z [00:03:00.186]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:06.9215032Z [00:03:00.186]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:06.9216168Z [00:03:00.186]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3547871397/b1098/_pkg_.a
2025-08-20T21:21:06.9217287Z [00:03:00.186]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3547871397/b1107/_pkg_.a
2025-08-20T21:21:06.9218432Z [00:03:00.186]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build3547871397/b1108/_pkg_.a
2025-08-20T21:21:06.9219231Z [00:03:00.186]➜  EOF
2025-08-20T21:21:06.9219858Z [00:03:00.186]➜  cat >/tmp/go-build3547871397/b1122/importcfg << 'EOF' # internal
2025-08-20T21:21:06.9220511Z [00:03:00.186]➜  # import config
2025-08-20T21:21:06.9221147Z [00:03:00.186]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:06.9221930Z [00:03:00.186]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:06.9227210Z [00:03:00.186]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:06.9228175Z [00:03:00.186]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:06.9229182Z [00:03:00.186]➜  packagefile github.com/containerd/containerd/content=/tmp/go-build3547871397/b1050/_pkg_.a
2025-08-20T21:21:06.9230581Z [00:03:00.186]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:06.9231810Z [00:03:00.186]➜  packagefile github.com/containerd/containerd/images=/tmp/go-build3547871397/b1059/_pkg_.a
2025-08-20T21:21:06.9233301Z [00:03:00.186]➜  packagefile github.com/containerd/containerd/labels=/tmp/go-build3547871397/b1060/_pkg_.a
2025-08-20T21:21:06.9234441Z [00:03:00.186]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:06.9235524Z [00:03:00.186]➜  packagefile github.com/containerd/platforms=/tmp/go-build3547871397/b1061/_pkg_.a
2025-08-20T21:21:06.9236655Z [00:03:00.186]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:06.9237890Z [00:03:00.186]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:06.9239084Z [00:03:00.186]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3547871397/b1062/_pkg_.a
2025-08-20T21:21:06.9239966Z [00:03:00.186]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:06.9240730Z [00:03:00.186]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:06.9241506Z [00:03:00.186]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:06.9242091Z [00:03:00.186]➜  EOF
2025-08-20T21:21:06.9245664Z [00:03:00.186]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1110/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/noop=>go.opentelemetry.io/otel/trace@v1.36.0/noop;$WORK/b1110=>" -p go.opentelemetry.io/otel/trace/noop -lang=go1.23 -complete -installsuffix shared -buildid qU2dDld6JRg7GffDWHiW/qU2dDld6JRg7GffDWHiW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1110/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/noop/noop.go
2025-08-20T21:21:06.9261206Z [00:03:00.187]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1122/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes=>github.com/containerd/containerd@v1.7.27/remotes;$WORK/b1122=>" -p github.com/containerd/containerd/remotes -lang=go1.21 -complete -installsuffix shared -buildid U4wFYtBM8F35NF6m_QOr/U4wFYtBM8F35NF6m_QOr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1122/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/handlers.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/resolver.go
2025-08-20T21:21:06.9269400Z [00:03:00.194]➜  go tool buildid -w $WORK/b1121/_pkg_.a # internal
2025-08-20T21:21:06.9282320Z [00:03:00.195]➜  cp $WORK/b1121/_pkg_.a /root/.cache/go-build/da/da885c2aec5a30e5603a1d0192fa0c195c2189066e0b0c9e1f8f2f8236268208-d # internal
2025-08-20T21:21:06.9288612Z [00:03:00.196]➜  go.opentelemetry.io/otel/propagation
2025-08-20T21:21:06.9290302Z [00:03:00.196]➜  mkdir -p $WORK/b1113/
2025-08-20T21:21:06.9293578Z [00:03:00.196]➜  cat >/tmp/go-build3547871397/b1113/importcfg << 'EOF' # internal
2025-08-20T21:21:06.9298213Z [00:03:00.196]➜  # import config
2025-08-20T21:21:06.9298916Z [00:03:00.196]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:06.9299791Z [00:03:00.196]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:06.9300712Z [00:03:00.196]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:06.9301690Z [00:03:00.196]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build3547871397/b1114/_pkg_.a
2025-08-20T21:21:06.9303088Z [00:03:00.196]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3547871397/b1107/_pkg_.a
2025-08-20T21:21:06.9304064Z [00:03:00.196]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:06.9304865Z [00:03:00.196]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:06.9305472Z [00:03:00.196]➜  EOF
2025-08-20T21:21:06.9310959Z [00:03:00.197]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1113/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/propagation=>go.opentelemetry.io/otel@v1.36.0/propagation;$WORK/b1113=>" -p go.opentelemetry.io/otel/propagation -lang=go1.23 -complete -installsuffix shared -buildid YqCVzhMjYepVt1Ik4Lfs/YqCVzhMjYepVt1Ik4Lfs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1113/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/propagation/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/propagation/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/propagation/propagation.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/propagation/trace_context.go
2025-08-20T21:21:06.9505699Z [00:03:00.215]➜  go tool buildid -w $WORK/b1110/_pkg_.a # internal
2025-08-20T21:21:06.9510081Z [00:03:00.216]➜  cp $WORK/b1110/_pkg_.a /root/.cache/go-build/80/80252db15ef396acc96ba30050e09d1932ac28d089e3c4dd4fd157d33b394c0c-d # internal
2025-08-20T21:21:06.9511283Z [00:03:00.217]➜  go.opentelemetry.io/auto/sdk
2025-08-20T21:21:06.9511872Z [00:03:00.217]➜  mkdir -p $WORK/b1104/
2025-08-20T21:21:06.9512814Z [00:03:00.217]➜  cat >/tmp/go-build3547871397/b1104/importcfg << 'EOF' # internal
2025-08-20T21:21:06.9513551Z [00:03:00.217]➜  # import config
2025-08-20T21:21:06.9514258Z [00:03:00.217]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:06.9515246Z [00:03:00.217]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:06.9516168Z [00:03:00.217]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:06.9517343Z [00:03:00.217]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/tmp/go-build3547871397/b1105/_pkg_.a
2025-08-20T21:21:06.9518640Z [00:03:00.217]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:06.9519776Z [00:03:00.217]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3547871397/b1098/_pkg_.a
2025-08-20T21:21:06.9521027Z [00:03:00.217]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3547871397/b1106/_pkg_.a
2025-08-20T21:21:06.9522307Z [00:03:00.217]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3547871397/b1107/_pkg_.a
2025-08-20T21:21:06.9523676Z [00:03:00.217]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build3547871397/b1110/_pkg_.a
2025-08-20T21:21:06.9525143Z [00:03:00.217]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:06.9526003Z [00:03:00.217]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:06.9526818Z [00:03:00.217]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:06.9527688Z [00:03:00.217]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:06.9528500Z [00:03:00.217]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:06.9529332Z [00:03:00.217]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:06.9530132Z [00:03:00.217]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:06.9531167Z [00:03:00.217]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:06.9532087Z [00:03:00.217]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:06.9533826Z [00:03:00.217]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:06.9534535Z [00:03:00.217]➜  EOF
2025-08-20T21:21:06.9539626Z [00:03:00.218]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1104/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0=>go.opentelemetry.io/auto/sdk@v1.1.0;$WORK/b1104=>" -p go.opentelemetry.io/auto/sdk -lang=go1.22 -complete -installsuffix shared -buildid NMLm24hkv5nS2BsPNRCV/NMLm24hkv5nS2BsPNRCV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1104/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:21:07.0040801Z [00:03:00.271]➜  go tool buildid -w $WORK/b1113/_pkg_.a # internal
2025-08-20T21:21:07.0058779Z [00:03:00.273]➜  cp $WORK/b1113/_pkg_.a /root/.cache/go-build/43/4350f44954543029ab4d7d56e71d4ec185465dff2918a2dfea47f7a10365a9f2-d # internal
2025-08-20T21:21:07.0063875Z [00:03:00.273]➜  github.com/containerd/containerd/events/exchange
2025-08-20T21:21:07.0064604Z [00:03:00.273]➜  mkdir -p $WORK/b1120/
2025-08-20T21:21:07.0070511Z [00:03:00.274]➜  cat >/tmp/go-build3547871397/b1120/importcfg << 'EOF' # internal
2025-08-20T21:21:07.0097350Z [00:03:00.274]➜  # import config
2025-08-20T21:21:07.0098095Z [00:03:00.274]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.0098931Z [00:03:00.274]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.0100001Z [00:03:00.274]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:07.0101312Z [00:03:00.274]➜  packagefile github.com/containerd/containerd/events=/tmp/go-build3547871397/b1068/_pkg_.a
2025-08-20T21:21:07.0102818Z [00:03:00.274]➜  packagefile github.com/containerd/containerd/filters=/tmp/go-build3547871397/b1052/_pkg_.a
2025-08-20T21:21:07.0108059Z [00:03:00.274]➜  packagefile github.com/containerd/containerd/identifiers=/tmp/go-build3547871397/b1075/_pkg_.a
2025-08-20T21:21:07.0109483Z [00:03:00.274]➜  packagefile github.com/containerd/containerd/namespaces=/tmp/go-build3547871397/b1074/_pkg_.a
2025-08-20T21:21:07.0110708Z [00:03:00.274]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:07.0111838Z [00:03:00.274]➜  packagefile github.com/containerd/typeurl/v2=/tmp/go-build3547871397/b1049/_pkg_.a
2025-08-20T21:21:07.0113091Z [00:03:00.274]➜  packagefile github.com/docker/go-events=/tmp/go-build3547871397/b1121/_pkg_.a
2025-08-20T21:21:07.0114075Z [00:03:00.274]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:07.0114886Z [00:03:00.274]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:07.0115460Z [00:03:00.274]➜  EOF
2025-08-20T21:21:07.0119488Z [00:03:00.274]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1120/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/events/exchange=>github.com/containerd/containerd@v1.7.27/events/exchange;$WORK/b1120=>" -p github.com/containerd/containerd/events/exchange -lang=go1.21 -complete -installsuffix shared -buildid Gu1senYeyugkq0JFybKN/Gu1senYeyugkq0JFybKN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1120/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/events/exchange/exchange.go
2025-08-20T21:21:07.0288781Z [00:03:00.296]➜  go tool buildid -w $WORK/b1122/_pkg_.a # internal
2025-08-20T21:21:07.0310806Z [00:03:00.298]➜  cp $WORK/b1122/_pkg_.a /root/.cache/go-build/dd/dd46b312c6b6f83f4ce05f579419b39d725afec543ff7f1f813c1bc2535fb64d-d # internal
2025-08-20T21:21:07.0316244Z [00:03:00.299]➜  github.com/containerd/containerd/remotes/errors
2025-08-20T21:21:07.0320892Z [00:03:00.299]➜  mkdir -p $WORK/b1125/
2025-08-20T21:21:07.0328445Z [00:03:00.300]➜  cat >/tmp/go-build3547871397/b1125/importcfg << 'EOF' # internal
2025-08-20T21:21:07.0331113Z [00:03:00.300]➜  # import config
2025-08-20T21:21:07.0332035Z [00:03:00.300]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.0333277Z [00:03:00.300]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:07.0335876Z [00:03:00.300]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:07.0338859Z [00:03:00.300]➜  EOF
2025-08-20T21:21:07.0347643Z [00:03:00.302]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1125/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/errors=>github.com/containerd/containerd@v1.7.27/remotes/errors;$WORK/b1125=>" -p github.com/containerd/containerd/remotes/errors -lang=go1.21 -complete -installsuffix shared -buildid cdgaU_4hn3S-4j4dVlaN/cdgaU_4hn3S-4j4dVlaN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1125/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/errors/errors.go
2025-08-20T21:21:07.0447892Z [00:03:00.312]➜  go tool buildid -w $WORK/b1104/_pkg_.a # internal
2025-08-20T21:21:07.0455121Z [00:03:00.313]➜  cp $WORK/b1104/_pkg_.a /root/.cache/go-build/f4/f4e1fa04bb543f8f0eb44c40315803833063f014b3b8331d7d81f6de00b44043-d # internal
2025-08-20T21:21:07.0465896Z [00:03:00.314]➜  go.opentelemetry.io/otel/internal/global
2025-08-20T21:21:07.0468770Z [00:03:00.314]➜  mkdir -p $WORK/b1101/
2025-08-20T21:21:07.0478082Z [00:03:00.315]➜  cat >/tmp/go-build3547871397/b1101/importcfg << 'EOF' # internal
2025-08-20T21:21:07.0480452Z [00:03:00.315]➜  # import config
2025-08-20T21:21:07.0481232Z [00:03:00.315]➜  packagefile container/list=/tmp/go-build3547871397/b153/_pkg_.a
2025-08-20T21:21:07.0482199Z [00:03:00.315]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.0483281Z [00:03:00.315]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:07.0484289Z [00:03:00.315]➜  packagefile github.com/go-logr/logr=/tmp/go-build3547871397/b109/_pkg_.a
2025-08-20T21:21:07.0485415Z [00:03:00.315]➜  packagefile github.com/go-logr/stdr=/tmp/go-build3547871397/b1102/_pkg_.a
2025-08-20T21:21:07.0486783Z [00:03:00.315]➜  packagefile go.opentelemetry.io/auto/sdk=/tmp/go-build3547871397/b1104/_pkg_.a
2025-08-20T21:21:07.0488038Z [00:03:00.315]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:07.0489310Z [00:03:00.315]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3547871397/b1098/_pkg_.a
2025-08-20T21:21:07.0490542Z [00:03:00.315]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3547871397/b1111/_pkg_.a
2025-08-20T21:21:07.0491859Z [00:03:00.315]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3547871397/b1112/_pkg_.a
2025-08-20T21:21:07.0493421Z [00:03:00.315]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3547871397/b1113/_pkg_.a
2025-08-20T21:21:07.0494698Z [00:03:00.315]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3547871397/b1107/_pkg_.a
2025-08-20T21:21:07.0496201Z [00:03:00.315]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build3547871397/b1108/_pkg_.a
2025-08-20T21:21:07.0497287Z [00:03:00.315]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:07.0498126Z [00:03:00.315]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:07.0498985Z [00:03:00.315]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:07.0499856Z [00:03:00.315]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:07.0500796Z [00:03:00.315]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:07.0501531Z [00:03:00.315]➜  EOF
2025-08-20T21:21:07.0530317Z [00:03:00.315]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1101/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/global=>go.opentelemetry.io/otel@v1.36.0/internal/global;$WORK/b1101=>" -p go.opentelemetry.io/otel/internal/global -lang=go1.23 -complete -installsuffix shared -buildid zr7lBpmwco4UhdKw-hm1/zr7lBpmwco4UhdKw-hm1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1101/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/global/handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/global/instruments.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/global/internal_logging.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/global/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/global/propagator.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/global/state.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/global/trace.go
2025-08-20T21:21:07.0619354Z [00:03:00.329]➜  go tool buildid -w $WORK/b1120/_pkg_.a # internal
2025-08-20T21:21:07.0633295Z [00:03:00.330]➜  cp $WORK/b1120/_pkg_.a /root/.cache/go-build/ca/ca1bb056661151609d3c3b9887c5987f61a494815315986eea8f17c6fed552e6-d # internal
2025-08-20T21:21:07.0637785Z [00:03:00.331]➜  github.com/containerd/containerd/plugin
2025-08-20T21:21:07.0638489Z [00:03:00.331]➜  mkdir -p $WORK/b1119/
2025-08-20T21:21:07.0644940Z [00:03:00.332]➜  cat >/tmp/go-build3547871397/b1119/importcfg << 'EOF' # internal
2025-08-20T21:21:07.0654868Z [00:03:00.332]➜  # import config
2025-08-20T21:21:07.0655614Z [00:03:00.332]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.0656511Z [00:03:00.332]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:07.0657420Z [00:03:00.332]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.0658625Z [00:03:00.332]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:07.0660048Z [00:03:00.332]➜  packagefile github.com/containerd/containerd/events/exchange=/tmp/go-build3547871397/b1120/_pkg_.a
2025-08-20T21:21:07.0661482Z [00:03:00.332]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:07.0662792Z [00:03:00.332]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:07.0667061Z [00:03:00.332]➜  packagefile plugin=/tmp/go-build3547871397/b539/_pkg_.a
2025-08-20T21:21:07.0667906Z [00:03:00.332]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:07.0668748Z [00:03:00.332]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:07.0669351Z [00:03:00.332]➜  EOF
2025-08-20T21:21:07.0674470Z [00:03:00.332]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1119/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/plugin=>github.com/containerd/containerd@v1.7.27/plugin;$WORK/b1119=>" -p github.com/containerd/containerd/plugin -lang=go1.21 -complete -installsuffix shared -buildid qzMTlpghGqDH7vukANM8/qzMTlpghGqDH7vukANM8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1119/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/plugin/context.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/plugin/plugin.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/plugin/plugin_go18.go
2025-08-20T21:21:07.0711929Z [00:03:00.338]➜  go tool buildid -w $WORK/b1125/_pkg_.a # internal
2025-08-20T21:21:07.0729086Z [00:03:00.340]➜  cp $WORK/b1125/_pkg_.a /root/.cache/go-build/0c/0ca91686e5e0a40e319a28c1bfe92e32f1086735e5db37002428b4788611690d-d # internal
2025-08-20T21:21:07.0734622Z [00:03:00.340]➜  github.com/containerd/containerd/remotes/docker/auth
2025-08-20T21:21:07.0735318Z [00:03:00.340]➜  mkdir -p $WORK/b1124/
2025-08-20T21:21:07.0736058Z [00:03:00.340]➜  cat >/tmp/go-build3547871397/b1124/importcfg << 'EOF' # internal
2025-08-20T21:21:07.0736759Z [00:03:00.340]➜  # import config
2025-08-20T21:21:07.0737430Z [00:03:00.340]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.0738515Z [00:03:00.340]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:07.0739425Z [00:03:00.340]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:07.0740249Z [00:03:00.340]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.0741529Z [00:03:00.340]➜  packagefile github.com/containerd/containerd/remotes/errors=/tmp/go-build3547871397/b1125/_pkg_.a
2025-08-20T21:21:07.0743085Z [00:03:00.340]➜  packagefile github.com/containerd/containerd/version=/tmp/go-build3547871397/b1126/_pkg_.a
2025-08-20T21:21:07.0744255Z [00:03:00.340]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:07.0745175Z [00:03:00.340]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:07.0745983Z [00:03:00.340]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:07.0746774Z [00:03:00.340]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:07.0747580Z [00:03:00.340]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:07.0748379Z [00:03:00.340]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:07.0749001Z [00:03:00.340]➜  EOF
2025-08-20T21:21:07.0754111Z [00:03:00.340]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1124/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/auth=>github.com/containerd/containerd@v1.7.27/remotes/docker/auth;$WORK/b1124=>" -p github.com/containerd/containerd/remotes/docker/auth -lang=go1.21 -complete -installsuffix shared -buildid J8KMy9ZzMivXEv0vj557/J8KMy9ZzMivXEv0vj557 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1124/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/auth/fetch.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/auth/parse.go
2025-08-20T21:21:07.1334545Z [00:03:00.401]➜  go tool buildid -w $WORK/b1119/_pkg_.a # internal
2025-08-20T21:21:07.1353578Z [00:03:00.402]➜  cp $WORK/b1119/_pkg_.a /root/.cache/go-build/77/774cf85ca0c7a856daa87eb96e43d715090ec5d5841612329c509b758e3637ad-d # internal
2025-08-20T21:21:07.1424308Z [00:03:00.403]➜  github.com/containerd/containerd/remotes/docker/schema1
2025-08-20T21:21:07.1449511Z [00:03:00.403]➜  mkdir -p $WORK/b1127/
2025-08-20T21:21:07.1450363Z [00:03:00.404]➜  cat >/tmp/go-build3547871397/b1127/importcfg << 'EOF' # internal
2025-08-20T21:21:07.1451087Z [00:03:00.404]➜  # import config
2025-08-20T21:21:07.1451823Z [00:03:00.404]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:07.1452936Z [00:03:00.404]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.1453921Z [00:03:00.404]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:07.1454869Z [00:03:00.404]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:07.1455741Z [00:03:00.404]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:07.1456574Z [00:03:00.404]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.1457754Z [00:03:00.404]➜  packagefile github.com/containerd/containerd/archive/compression=/tmp/go-build3547871397/b1044/_pkg_.a
2025-08-20T21:21:07.1459364Z [00:03:00.404]➜  packagefile github.com/containerd/containerd/content=/tmp/go-build3547871397/b1050/_pkg_.a
2025-08-20T21:21:07.1460706Z [00:03:00.404]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:07.1461982Z [00:03:00.404]➜  packagefile github.com/containerd/containerd/images=/tmp/go-build3547871397/b1059/_pkg_.a
2025-08-20T21:21:07.1464753Z [00:03:00.404]➜  packagefile github.com/containerd/containerd/labels=/tmp/go-build3547871397/b1060/_pkg_.a
2025-08-20T21:21:07.1466067Z [00:03:00.404]➜  packagefile github.com/containerd/containerd/remotes=/tmp/go-build3547871397/b1122/_pkg_.a
2025-08-20T21:21:07.1467395Z [00:03:00.404]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:07.1468578Z [00:03:00.404]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:07.1470019Z [00:03:00.404]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build3547871397/b1023/_pkg_.a
2025-08-20T21:21:07.1471444Z [00:03:00.404]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:07.1472897Z [00:03:00.404]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3547871397/b332/_pkg_.a
2025-08-20T21:21:07.1473920Z [00:03:00.404]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:07.1474774Z [00:03:00.404]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:07.1475661Z [00:03:00.404]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:07.1476514Z [00:03:00.404]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:07.1477348Z [00:03:00.404]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:07.1477972Z [00:03:00.404]➜  EOF
2025-08-20T21:21:07.1482380Z [00:03:00.404]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1127/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/schema1=>github.com/containerd/containerd@v1.7.27/remotes/docker/schema1;$WORK/b1127=>" -p github.com/containerd/containerd/remotes/docker/schema1 -lang=go1.21 -complete -installsuffix shared -buildid udsYmfP9PovJ311OV1ei/udsYmfP9PovJ311OV1ei -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1127/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/schema1/converter.go
2025-08-20T21:21:07.1486670Z [00:03:00.408]➜  go tool buildid -w $WORK/b1124/_pkg_.a # internal
2025-08-20T21:21:07.1487985Z [00:03:00.410]➜  cp $WORK/b1124/_pkg_.a /root/.cache/go-build/a2/a26f85d7da3d21e7e430e02534d04d677f5fc195a32100829f62b78184a68d06-d # internal
2025-08-20T21:21:07.1489174Z [00:03:00.412]➜  github.com/moby/locker
2025-08-20T21:21:07.1489811Z [00:03:00.412]➜  mkdir -p $WORK/b1128/
2025-08-20T21:21:07.1490676Z [00:03:00.412]➜  cat >/tmp/go-build3547871397/b1128/importcfg << 'EOF' # internal
2025-08-20T21:21:07.1491652Z [00:03:00.412]➜  # import config
2025-08-20T21:21:07.1492307Z [00:03:00.412]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:07.1503511Z [00:03:00.412]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:07.1504411Z [00:03:00.412]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:07.1505091Z [00:03:00.412]➜  EOF
2025-08-20T21:21:07.1508316Z [00:03:00.413]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1128/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/locker@v1.0.1=>github.com/moby/locker@v1.0.1;$WORK/b1128=>" -p github.com/moby/locker -lang=go1.13 -complete -installsuffix shared -buildid djGJ_r09tw_Hqlk0tHQK/djGJ_r09tw_Hqlk0tHQK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1128/importcfg -pack /root/go/pkg/mod/github.com/moby/locker@v1.0.1/locker.go
2025-08-20T21:21:07.1755371Z [00:03:00.443]➜  go tool buildid -w $WORK/b1128/_pkg_.a # internal
2025-08-20T21:21:07.1773196Z [00:03:00.444]➜  cp $WORK/b1128/_pkg_.a /root/.cache/go-build/b7/b7113dc8569b1e8c597b95996e4bc3516fbbbef8349f70b8fdfba77327eacf25-d # internal
2025-08-20T21:21:07.1778478Z [00:03:00.445]➜  github.com/containerd/containerd/rootfs
2025-08-20T21:21:07.1779215Z [00:03:00.445]➜  mkdir -p $WORK/b1129/
2025-08-20T21:21:07.1785423Z [00:03:00.446]➜  cat >/tmp/go-build3547871397/b1129/importcfg << 'EOF' # internal
2025-08-20T21:21:07.1787913Z [00:03:00.446]➜  # import config
2025-08-20T21:21:07.1788625Z [00:03:00.446]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.1789532Z [00:03:00.446]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:07.1790471Z [00:03:00.446]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:07.1791530Z [00:03:00.446]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:07.1792361Z [00:03:00.446]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.1793777Z [00:03:00.446]➜  packagefile github.com/containerd/containerd/diff=/tmp/go-build3547871397/b1058/_pkg_.a
2025-08-20T21:21:07.1795146Z [00:03:00.446]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:07.1825313Z [00:03:00.446]➜  packagefile github.com/containerd/containerd/mount=/tmp/go-build3547871397/b1063/_pkg_.a
2025-08-20T21:21:07.1826698Z [00:03:00.446]➜  packagefile github.com/containerd/containerd/pkg/cleanup=/tmp/go-build3547871397/b1089/_pkg_.a
2025-08-20T21:21:07.1828070Z [00:03:00.446]➜  packagefile github.com/containerd/containerd/snapshots=/tmp/go-build3547871397/b1078/_pkg_.a
2025-08-20T21:21:07.1829335Z [00:03:00.446]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:07.1830518Z [00:03:00.446]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:07.1831780Z [00:03:00.446]➜  packagefile github.com/opencontainers/image-spec/identity=/tmp/go-build3547871397/b1118/_pkg_.a
2025-08-20T21:21:07.1833395Z [00:03:00.446]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:07.1834505Z [00:03:00.446]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:07.1835377Z [00:03:00.446]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:07.1836256Z [00:03:00.446]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:07.1837078Z [00:03:00.446]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:07.1837684Z [00:03:00.446]➜  EOF
2025-08-20T21:21:07.1843385Z [00:03:00.447]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1129/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/rootfs=>github.com/containerd/containerd@v1.7.27/rootfs;$WORK/b1129=>" -p github.com/containerd/containerd/rootfs -lang=go1.21 -complete -installsuffix shared -buildid iUGy8XyEFqj9TFNHgk6K/iUGy8XyEFqj9TFNHgk6K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1129/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/rootfs/apply.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/rootfs/diff.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/rootfs/init.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/rootfs/init_linux.go
2025-08-20T21:21:07.2333850Z [00:03:00.500]➜  go tool buildid -w $WORK/b1127/_pkg_.a # internal
2025-08-20T21:21:07.2351455Z [00:03:00.502]➜  cp $WORK/b1127/_pkg_.a /root/.cache/go-build/0c/0c6a552757337dfdcd48fbe3af8ee7332f497d099acff7ea572b9bcd8bb51f6a-d # internal
2025-08-20T21:21:07.2356150Z [00:03:00.503]➜  github.com/containerd/containerd/runtime/linux/runctypes
2025-08-20T21:21:07.2356939Z [00:03:00.503]➜  mkdir -p $WORK/b1130/
2025-08-20T21:21:07.2362404Z [00:03:00.503]➜  cat >/tmp/go-build3547871397/b1130/importcfg << 'EOF' # internal
2025-08-20T21:21:07.2364662Z [00:03:00.503]➜  # import config
2025-08-20T21:21:07.2365897Z [00:03:00.503]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:07.2367193Z [00:03:00.503]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:07.2368294Z [00:03:00.503]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:07.2369118Z [00:03:00.503]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:07.2369721Z [00:03:00.503]➜  EOF
2025-08-20T21:21:07.2375136Z [00:03:00.504]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1130/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/runtime/linux/runctypes=>github.com/containerd/containerd@v1.7.27/runtime/linux/runctypes;$WORK/b1130=>" -p github.com/containerd/containerd/runtime/linux/runctypes -lang=go1.21 -complete -installsuffix shared -buildid NfHjaN9VPaI4LhO8AjRg/NfHjaN9VPaI4LhO8AjRg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1130/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/runtime/linux/runctypes/doc.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/runtime/linux/runctypes/runc.pb.go
2025-08-20T21:21:07.2829207Z [00:03:00.550]➜  go tool buildid -w $WORK/b1129/_pkg_.a # internal
2025-08-20T21:21:07.2844661Z [00:03:00.552]➜  cp $WORK/b1129/_pkg_.a /root/.cache/go-build/9a/9a4c34e0c69451e71936c346155192299e452d9af91e60750543838f85ca5e7d-d # internal
2025-08-20T21:21:07.2875441Z [00:03:00.552]➜  github.com/containerd/containerd/api/runtime/sandbox/v1
2025-08-20T21:21:07.2876300Z [00:03:00.552]➜  mkdir -p $WORK/b1132/
2025-08-20T21:21:07.2877116Z [00:03:00.552]➜  cat >/tmp/go-build3547871397/b1132/importcfg << 'EOF' # internal
2025-08-20T21:21:07.2877852Z [00:03:00.552]➜  # import config
2025-08-20T21:21:07.2878603Z [00:03:00.552]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.2879771Z [00:03:00.552]➜  packagefile github.com/containerd/containerd/api/types=/tmp/go-build3547871397/b1021/_pkg_.a
2025-08-20T21:21:07.2881098Z [00:03:00.552]➜  packagefile github.com/containerd/ttrpc=/tmp/go-build3547871397/b950/_pkg_.a
2025-08-20T21:21:07.2882198Z [00:03:00.552]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:07.2883747Z [00:03:00.552]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:07.2884919Z [00:03:00.552]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:07.2886249Z [00:03:00.552]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:07.2887719Z [00:03:00.552]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:07.2889135Z [00:03:00.552]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:07.2890584Z [00:03:00.552]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:07.2892035Z [00:03:00.552]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:07.2893119Z [00:03:00.552]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:07.2893765Z [00:03:00.552]➜  EOF
2025-08-20T21:21:07.2900302Z [00:03:00.552]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1132/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/runtime/sandbox/v1=>github.com/containerd/containerd/api@v1.8.0/runtime/sandbox/v1;$WORK/b1132=>" -p github.com/containerd/containerd/api/runtime/sandbox/v1 -lang=go1.21 -complete -installsuffix shared -buildid 9ZwEQo0IthUBkLTbASxn/9ZwEQo0IthUBkLTbASxn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1132/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/runtime/sandbox/v1/doc.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/runtime/sandbox/v1/sandbox.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/runtime/sandbox/v1/sandbox_grpc.pb.go /root/go/pkg/mod/github.com/containerd/containerd/api@v1.8.0/runtime/sandbox/v1/sandbox_ttrpc.pb.go
2025-08-20T21:21:07.2977022Z [00:03:00.565]➜  go tool buildid -w $WORK/b1101/_pkg_.a # internal
2025-08-20T21:21:07.3019220Z [00:03:00.569]➜  cp $WORK/b1101/_pkg_.a /root/.cache/go-build/8f/8fd20f0ad919c066b14ee9f97170671e63bf148a675f1501d2a036888122e7bd-d # internal
2025-08-20T21:21:07.3023848Z [00:03:00.569]➜  go.opentelemetry.io/otel
2025-08-20T21:21:07.3024484Z [00:03:00.569]➜  mkdir -p $WORK/b1100/
2025-08-20T21:21:07.3028546Z [00:03:00.570]➜  cat >/tmp/go-build3547871397/b1100/importcfg << 'EOF' # internal
2025-08-20T21:21:07.3031628Z [00:03:00.570]➜  # import config
2025-08-20T21:21:07.3032822Z [00:03:00.570]➜  packagefile github.com/go-logr/logr=/tmp/go-build3547871397/b109/_pkg_.a
2025-08-20T21:21:07.3034037Z [00:03:00.570]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build3547871397/b1101/_pkg_.a
2025-08-20T21:21:07.3035421Z [00:03:00.570]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3547871397/b1111/_pkg_.a
2025-08-20T21:21:07.3036668Z [00:03:00.570]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3547871397/b1113/_pkg_.a
2025-08-20T21:21:07.3037828Z [00:03:00.570]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3547871397/b1107/_pkg_.a
2025-08-20T21:21:07.3038584Z [00:03:00.570]➜  EOF
2025-08-20T21:21:07.3045540Z [00:03:00.570]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1100/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0=>go.opentelemetry.io/otel@v1.36.0;$WORK/b1100=>" -p go.opentelemetry.io/otel -lang=go1.23 -complete -installsuffix shared -buildid KDvuEelz4RkqCv9gotXr/KDvuEelz4RkqCv9gotXr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1100/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/error_handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal_logging.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/propagation.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/trace.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/version.go
2025-08-20T21:21:07.3078264Z [00:03:00.575]➜  go tool buildid -w $WORK/b1130/_pkg_.a # internal
2025-08-20T21:21:07.3098526Z [00:03:00.577]➜  cp $WORK/b1130/_pkg_.a /root/.cache/go-build/43/43bcea6af3801870516ebd2b923793698017f46e08bbd71bd1d01794cad42886-d # internal
2025-08-20T21:21:07.3103056Z [00:03:00.577]➜  github.com/containerd/containerd/services/warning
2025-08-20T21:21:07.3103732Z [00:03:00.577]➜  mkdir -p $WORK/b1136/
2025-08-20T21:21:07.3112374Z [00:03:00.578]➜  cat >/tmp/go-build3547871397/b1136/importcfg << 'EOF' # internal
2025-08-20T21:21:07.3120285Z [00:03:00.578]➜  # import config
2025-08-20T21:21:07.3120992Z [00:03:00.578]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.3122368Z [00:03:00.578]➜  packagefile github.com/containerd/containerd/pkg/deprecation=/tmp/go-build3547871397/b1137/_pkg_.a
2025-08-20T21:21:07.3124642Z [00:03:00.578]➜  packagefile github.com/containerd/containerd/plugin=/tmp/go-build3547871397/b1119/_pkg_.a
2025-08-20T21:21:07.3125812Z [00:03:00.578]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:07.3126715Z [00:03:00.578]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:07.3127489Z [00:03:00.578]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:07.3128097Z [00:03:00.578]➜  EOF
2025-08-20T21:21:07.3132109Z [00:03:00.579]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1136/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/services/warning=>github.com/containerd/containerd@v1.7.27/services/warning;$WORK/b1136=>" -p github.com/containerd/containerd/services/warning -lang=go1.21 -complete -installsuffix shared -buildid g_kkCxENSYzZWHXTKJg6/g_kkCxENSYzZWHXTKJg6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1136/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/services/warning/service.go
2025-08-20T21:21:07.3435585Z [00:03:00.609]➜  go tool buildid -w $WORK/b1136/_pkg_.a # internal
2025-08-20T21:21:07.3443894Z [00:03:00.610]➜  cp $WORK/b1136/_pkg_.a /root/.cache/go-build/9c/9c8f8886e16e84da923f96bffa663b144b9238f6e67bb81ca44d763cc98c9dfb-d # internal
2025-08-20T21:21:07.3445190Z [00:03:00.611]➜  google.golang.org/genproto/googleapis/rpc/code
2025-08-20T21:21:07.3445835Z [00:03:00.611]➜  mkdir -p $WORK/b1138/
2025-08-20T21:21:07.3446573Z [00:03:00.611]➜  cat >/tmp/go-build3547871397/b1138/importcfg << 'EOF' # internal
2025-08-20T21:21:07.3447431Z [00:03:00.611]➜  # import config
2025-08-20T21:21:07.3448436Z [00:03:00.611]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:07.3449969Z [00:03:00.611]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:07.3451107Z [00:03:00.611]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:07.3451920Z [00:03:00.611]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:07.3452531Z [00:03:00.611]➜  EOF
2025-08-20T21:21:07.3457377Z [00:03:00.612]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1138/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20241223144023-3abc09e42ca8/code=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20241223144023-3abc09e42ca8/code;$WORK/b1138=>" -p google.golang.org/genproto/googleapis/rpc/code -lang=go1.21 -complete -installsuffix shared -buildid HsgFYibFqbXwXHYrQ5Kn/HsgFYibFqbXwXHYrQ5Kn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1138/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20241223144023-3abc09e42ca8/code/code.pb.go
2025-08-20T21:21:07.3517607Z [00:03:00.619]➜  go tool buildid -w $WORK/b1100/_pkg_.a # internal
2025-08-20T21:21:07.3519016Z [00:03:00.619]➜  cp $WORK/b1100/_pkg_.a /root/.cache/go-build/32/32776a1d5579b2953e6ffbaf5ec092f03afddf5ec1fb783c6cb90b3440494b2d-d # internal
2025-08-20T21:21:07.3525827Z [00:03:00.620]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv
2025-08-20T21:21:07.3526754Z [00:03:00.620]➜  mkdir -p $WORK/b1094/
2025-08-20T21:21:07.3538817Z [00:03:00.621]➜  cat >/tmp/go-build3547871397/b1094/importcfg << 'EOF' # internal
2025-08-20T21:21:07.3539581Z [00:03:00.621]➜  # import config
2025-08-20T21:21:07.3540253Z [00:03:00.621]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.3541072Z [00:03:00.621]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:07.3541889Z [00:03:00.621]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.3543541Z [00:03:00.621]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build3547871397/b1095/_pkg_.a
2025-08-20T21:21:07.3545245Z [00:03:00.621]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3547871397/b1100/_pkg_.a
2025-08-20T21:21:07.3546396Z [00:03:00.621]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:07.3547561Z [00:03:00.621]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3547871397/b1098/_pkg_.a
2025-08-20T21:21:07.3548696Z [00:03:00.621]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3547871397/b1111/_pkg_.a
2025-08-20T21:21:07.3549884Z [00:03:00.621]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3547871397/b1116/_pkg_.a
2025-08-20T21:21:07.3551148Z [00:03:00.621]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build3547871397/b1099/_pkg_.a
2025-08-20T21:21:07.3552443Z [00:03:00.621]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3547871397/b1106/_pkg_.a
2025-08-20T21:21:07.3554530Z [00:03:00.621]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:07.3555354Z [00:03:00.621]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:07.3556178Z [00:03:00.621]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:07.3556982Z [00:03:00.621]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:07.3557798Z [00:03:00.621]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:07.3558633Z [00:03:00.621]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:07.3559447Z [00:03:00.621]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:07.3560260Z [00:03:00.621]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:07.3561213Z [00:03:00.621]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:07.3561854Z [00:03:00.621]➜  EOF
2025-08-20T21:21:07.3573510Z [00:03:00.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1094/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconv=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconv;$WORK/b1094=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv -lang=go1.23 -complete -installsuffix shared -buildid nmnUl3QDtzzsQVAxrv0q/nmnUl3QDtzzsQVAxrv0q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1094/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconv/env.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconv/gen.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconv/httpconv.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconv/util.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconv/v1.20.0.go
2025-08-20T21:21:07.3959012Z [00:03:00.663]➜  go tool buildid -w $WORK/b1138/_pkg_.a # internal
2025-08-20T21:21:07.3970246Z [00:03:00.664]➜  cp $WORK/b1138/_pkg_.a /root/.cache/go-build/b5/b58a9fcd8b086e5324b0f6fc4512fd38d3b30b62ededfbb1527b2b89a2691063-d # internal
2025-08-20T21:21:07.4150791Z [00:03:00.682]➜  github.com/containerd/containerd/services/introspection
2025-08-20T21:21:07.4152854Z [00:03:00.683]➜  mkdir -p $WORK/b1135/
2025-08-20T21:21:07.4159755Z [00:03:00.683]➜  cat >/tmp/go-build3547871397/b1135/importcfg << 'EOF' # internal
2025-08-20T21:21:07.4160492Z [00:03:00.683]➜  # import config
2025-08-20T21:21:07.4161207Z [00:03:00.683]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.4162095Z [00:03:00.683]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:07.4163150Z [00:03:00.683]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.4164708Z [00:03:00.683]➜  packagefile github.com/containerd/containerd/api/services/introspection/v1=/tmp/go-build3547871397/b1026/_pkg_.a
2025-08-20T21:21:07.4166475Z [00:03:00.683]➜  packagefile github.com/containerd/containerd/api/types=/tmp/go-build3547871397/b1021/_pkg_.a
2025-08-20T21:21:07.4167858Z [00:03:00.683]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:07.4169210Z [00:03:00.683]➜  packagefile github.com/containerd/containerd/filters=/tmp/go-build3547871397/b1052/_pkg_.a
2025-08-20T21:21:07.4170547Z [00:03:00.683]➜  packagefile github.com/containerd/containerd/plugin=/tmp/go-build3547871397/b1119/_pkg_.a
2025-08-20T21:21:07.4171894Z [00:03:00.683]➜  packagefile github.com/containerd/containerd/protobuf=/tmp/go-build3547871397/b1055/_pkg_.a
2025-08-20T21:21:07.4196435Z [00:03:00.683]➜  packagefile github.com/containerd/containerd/protobuf/types=/tmp/go-build3547871397/b1056/_pkg_.a
2025-08-20T21:21:07.4197939Z [00:03:00.683]➜  packagefile github.com/containerd/containerd/services=/tmp/go-build3547871397/b1134/_pkg_.a
2025-08-20T21:21:07.4199437Z [00:03:00.683]➜  packagefile github.com/containerd/containerd/services/warning=/tmp/go-build3547871397/b1136/_pkg_.a
2025-08-20T21:21:07.4200748Z [00:03:00.683]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:07.4201853Z [00:03:00.683]➜  packagefile github.com/google/uuid=/tmp/go-build3547871397/b276/_pkg_.a
2025-08-20T21:21:07.4203347Z [00:03:00.683]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build3547871397/b1138/_pkg_.a
2025-08-20T21:21:07.4204936Z [00:03:00.683]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3547871397/b952/_pkg_.a
2025-08-20T21:21:07.4206210Z [00:03:00.683]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:07.4207551Z [00:03:00.683]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:07.4208562Z [00:03:00.683]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:07.4209670Z [00:03:00.683]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:07.4210626Z [00:03:00.683]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:07.4211492Z [00:03:00.683]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:07.4212319Z [00:03:00.683]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:07.4213333Z [00:03:00.683]➜  EOF
2025-08-20T21:21:07.4220020Z [00:03:00.683]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1135/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/services/introspection=>github.com/containerd/containerd@v1.7.27/services/introspection;$WORK/b1135=>" -p github.com/containerd/containerd/services/introspection -lang=go1.21 -complete -installsuffix shared -buildid dBmsBHSfj661JwwCF6rH/dBmsBHSfj661JwwCF6rH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1135/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/services/introspection/introspection.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/services/introspection/local.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/services/introspection/pidns_linux.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/services/introspection/service.go
2025-08-20T21:21:07.4881707Z [00:03:00.755]➜  go tool buildid -w $WORK/b1132/_pkg_.a # internal
2025-08-20T21:21:07.4928052Z [00:03:00.760]➜  cp $WORK/b1132/_pkg_.a /root/.cache/go-build/a8/a88e7d4170a72a82b41477fd8f295871a1576dd2c780a47523172f73ccdc0d39-d # internal
2025-08-20T21:21:07.4931357Z [00:03:00.760]➜  github.com/containerd/containerd/sandbox
2025-08-20T21:21:07.4933757Z [00:03:00.760]➜  mkdir -p $WORK/b1131/
2025-08-20T21:21:07.4934571Z [00:03:00.761]➜  cat >/tmp/go-build3547871397/b1131/importcfg << 'EOF' # internal
2025-08-20T21:21:07.4936105Z [00:03:00.761]➜  # import config
2025-08-20T21:21:07.4938379Z [00:03:00.761]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.4939417Z [00:03:00.761]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.4940572Z [00:03:00.761]➜  packagefile github.com/containerd/containerd/api/runtime/sandbox/v1=/tmp/go-build3547871397/b1132/_pkg_.a
2025-08-20T21:21:07.4942026Z [00:03:00.761]➜  packagefile github.com/containerd/containerd/api/types=/tmp/go-build3547871397/b1021/_pkg_.a
2025-08-20T21:21:07.4943563Z [00:03:00.761]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:07.4944970Z [00:03:00.761]➜  packagefile github.com/containerd/containerd/protobuf=/tmp/go-build3547871397/b1055/_pkg_.a
2025-08-20T21:21:07.4946370Z [00:03:00.761]➜  packagefile github.com/containerd/containerd/protobuf/types=/tmp/go-build3547871397/b1056/_pkg_.a
2025-08-20T21:21:07.4947628Z [00:03:00.761]➜  packagefile github.com/containerd/ttrpc=/tmp/go-build3547871397/b950/_pkg_.a
2025-08-20T21:21:07.4948826Z [00:03:00.761]➜  packagefile github.com/containerd/typeurl/v2=/tmp/go-build3547871397/b1049/_pkg_.a
2025-08-20T21:21:07.4950092Z [00:03:00.761]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:07.4951231Z [00:03:00.761]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:07.4952101Z [00:03:00.761]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:07.4952833Z [00:03:00.761]➜  EOF
2025-08-20T21:21:07.4958335Z [00:03:00.761]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1131/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/sandbox=>github.com/containerd/containerd@v1.7.27/sandbox;$WORK/b1131=>" -p github.com/containerd/containerd/sandbox -lang=go1.21 -complete -installsuffix shared -buildid 4xFBndu3R3tXwwm0DVys/4xFBndu3R3tXwwm0DVys -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1131/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/sandbox/bridge.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/sandbox/controller.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/sandbox/helpers.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/sandbox/store.go
2025-08-20T21:21:07.5825913Z [00:03:00.850]➜  go tool buildid -w $WORK/b1131/_pkg_.a # internal
2025-08-20T21:21:07.5849872Z [00:03:00.852]➜  cp $WORK/b1131/_pkg_.a /root/.cache/go-build/53/53bf89ae42acbaad23c7747d2e252c35c5c0decf028981dc3ed1b7e8c3e78ea6-d # internal
2025-08-20T21:21:07.5852375Z [00:03:00.852]➜  github.com/containerd/containerd/sandbox/proxy
2025-08-20T21:21:07.5853680Z [00:03:00.853]➜  mkdir -p $WORK/b1133/
2025-08-20T21:21:07.5859889Z [00:03:00.853]➜  cat >/tmp/go-build3547871397/b1133/importcfg << 'EOF' # internal
2025-08-20T21:21:07.5894710Z [00:03:00.853]➜  # import config
2025-08-20T21:21:07.5895445Z [00:03:00.853]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.5896699Z [00:03:00.853]➜  packagefile github.com/containerd/containerd/api/services/sandbox/v1=/tmp/go-build3547871397/b1029/_pkg_.a
2025-08-20T21:21:07.5898140Z [00:03:00.853]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:07.5899440Z [00:03:00.853]➜  packagefile github.com/containerd/containerd/sandbox=/tmp/go-build3547871397/b1131/_pkg_.a
2025-08-20T21:21:07.5900781Z [00:03:00.853]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:07.5902128Z [00:03:00.853]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:07.5903162Z [00:03:00.853]➜  EOF
2025-08-20T21:21:07.5907767Z [00:03:00.853]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1133/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/sandbox/proxy=>github.com/containerd/containerd@v1.7.27/sandbox/proxy;$WORK/b1133=>" -p github.com/containerd/containerd/sandbox/proxy -lang=go1.21 -complete -installsuffix shared -buildid NVeOP4K8je0N4EOFoVKr/NVeOP4K8je0N4EOFoVKr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1133/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/sandbox/proxy/controller.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/sandbox/proxy/store.go
2025-08-20T21:21:07.6008501Z [00:03:00.868]➜  go tool buildid -w $WORK/b1135/_pkg_.a # internal
2025-08-20T21:21:07.6044204Z [00:03:00.872]➜  cp $WORK/b1135/_pkg_.a /root/.cache/go-build/9b/9b1d274fd018e274e03da12651dcd3d748264bbec4f2abfc5f61d9e8fa89f8d6-d # internal
2025-08-20T21:21:07.6047137Z [00:03:00.872]➜  github.com/containerd/containerd/snapshots/proxy
2025-08-20T21:21:07.6048237Z [00:03:00.872]➜  mkdir -p $WORK/b1139/
2025-08-20T21:21:07.6080259Z [00:03:00.875]➜  cat >/tmp/go-build3547871397/b1139/importcfg << 'EOF' # internal
2025-08-20T21:21:07.6081285Z [00:03:00.875]➜  # import config
2025-08-20T21:21:07.6082181Z [00:03:00.875]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.6083700Z [00:03:00.875]➜  packagefile github.com/containerd/containerd/api/services/snapshots/v1=/tmp/go-build3547871397/b1030/_pkg_.a
2025-08-20T21:21:07.6085182Z [00:03:00.875]➜  packagefile github.com/containerd/containerd/api/types=/tmp/go-build3547871397/b1021/_pkg_.a
2025-08-20T21:21:07.6086419Z [00:03:00.875]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:07.6087703Z [00:03:00.875]➜  packagefile github.com/containerd/containerd/mount=/tmp/go-build3547871397/b1063/_pkg_.a
2025-08-20T21:21:07.6089007Z [00:03:00.875]➜  packagefile github.com/containerd/containerd/protobuf=/tmp/go-build3547871397/b1055/_pkg_.a
2025-08-20T21:21:07.6090515Z [00:03:00.875]➜  packagefile github.com/containerd/containerd/protobuf/types=/tmp/go-build3547871397/b1056/_pkg_.a
2025-08-20T21:21:07.6091920Z [00:03:00.875]➜  packagefile github.com/containerd/containerd/snapshots=/tmp/go-build3547871397/b1078/_pkg_.a
2025-08-20T21:21:07.6093188Z [00:03:00.875]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:07.6093934Z [00:03:00.875]➜  EOF
2025-08-20T21:21:07.6097997Z [00:03:00.876]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1139/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/snapshots/proxy=>github.com/containerd/containerd@v1.7.27/snapshots/proxy;$WORK/b1139=>" -p github.com/containerd/containerd/snapshots/proxy -lang=go1.21 -complete -installsuffix shared -buildid _0sMoRo_QlIgzLh_gt4P/_0sMoRo_QlIgzLh_gt4P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1139/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/snapshots/proxy/proxy.go
2025-08-20T21:21:07.6747850Z [00:03:00.942]➜  go tool buildid -w $WORK/b1133/_pkg_.a # internal
2025-08-20T21:21:07.6769275Z [00:03:00.944]➜  cp $WORK/b1133/_pkg_.a /root/.cache/go-build/a8/a82d952c79f25e400e6f2e6f7dc43e20ba02ebacc81d90aafe236592a1740251-d # internal
2025-08-20T21:21:07.6771391Z [00:03:00.944]➜  github.com/moby/sys/signal
2025-08-20T21:21:07.6772838Z [00:03:00.944]➜  mkdir -p $WORK/b1140/
2025-08-20T21:21:07.6776033Z [00:03:00.945]➜  cat >/tmp/go-build3547871397/b1140/importcfg << 'EOF' # internal
2025-08-20T21:21:07.6777021Z [00:03:00.945]➜  # import config
2025-08-20T21:21:07.6777658Z [00:03:00.945]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.6778437Z [00:03:00.945]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:07.6779268Z [00:03:00.945]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:07.6780053Z [00:03:00.945]➜  packagefile os/signal=/tmp/go-build3547871397/b751/_pkg_.a
2025-08-20T21:21:07.6780850Z [00:03:00.945]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:07.6781667Z [00:03:00.945]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:07.6782473Z [00:03:00.945]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:07.6783507Z [00:03:00.945]➜  EOF
2025-08-20T21:21:07.6787869Z [00:03:00.945]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1140/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/sys/signal@v0.7.0=>github.com/moby/sys/signal@v0.7.0;$WORK/b1140=>" -p github.com/moby/sys/signal -lang=go1.16 -complete -installsuffix shared -buildid zghgLVvkkQgXw-WwCdo4/zghgLVvkkQgXw-WwCdo4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1140/importcfg -pack /root/go/pkg/mod/github.com/moby/sys/signal@v0.7.0/signal.go /root/go/pkg/mod/github.com/moby/sys/signal@v0.7.0/signal_linux.go /root/go/pkg/mod/github.com/moby/sys/signal@v0.7.0/signal_unix.go
2025-08-20T21:21:07.6836994Z [00:03:00.950]➜  go tool buildid -w $WORK/b1139/_pkg_.a # internal
2025-08-20T21:21:07.6855371Z [00:03:00.953]➜  cp $WORK/b1139/_pkg_.a /root/.cache/go-build/6b/6b4105472bd0a18bab9e9ba139038f6ed278b31d865ec5bd76745adee7bdaa86-d # internal
2025-08-20T21:21:07.6857379Z [00:03:00.953]➜  github.com/opencontainers/selinux/pkg/pwalkdir
2025-08-20T21:21:07.6867716Z [00:03:00.954]➜  mkdir -p $WORK/b1143/
2025-08-20T21:21:07.6869016Z [00:03:00.954]➜  cat >/tmp/go-build3547871397/b1143/importcfg << 'EOF' # internal
2025-08-20T21:21:07.6869713Z [00:03:00.954]➜  # import config
2025-08-20T21:21:07.6870388Z [00:03:00.954]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:07.6871236Z [00:03:00.954]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.6872084Z [00:03:00.954]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:07.6873152Z [00:03:00.954]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:07.6874042Z [00:03:00.954]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:07.6875031Z [00:03:00.954]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:07.6875627Z [00:03:00.954]➜  EOF
2025-08-20T21:21:07.6876154Z [00:03:00.954]➜  go tool buildid -w $WORK/b1094/_pkg_.a # internal
2025-08-20T21:21:07.6880337Z [00:03:00.954]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1143/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/selinux@v1.11.1/pkg/pwalkdir=>github.com/opencontainers/selinux@v1.11.1/pkg/pwalkdir;$WORK/b1143=>" -p github.com/opencontainers/selinux/pkg/pwalkdir -lang=go1.19 -complete -installsuffix shared -buildid _8GDa7zvlRhIOc-u9QG8/_8GDa7zvlRhIOc-u9QG8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1143/importcfg -pack /root/go/pkg/mod/github.com/opencontainers/selinux@v1.11.1/pkg/pwalkdir/pwalkdir.go
2025-08-20T21:21:07.6926868Z [00:03:00.960]➜  cp $WORK/b1094/_pkg_.a /root/.cache/go-build/81/81e65349fe2f433cea3b5e2584afd72ea334c7e4a897e35c93b0ad27867200b4-d # internal
2025-08-20T21:21:07.6936887Z [00:03:00.961]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
2025-08-20T21:21:07.6937659Z [00:03:00.961]➜  mkdir -p $WORK/b1091/
2025-08-20T21:21:07.6962081Z [00:03:00.963]➜  cat >/tmp/go-build3547871397/b1091/importcfg << 'EOF' # internal
2025-08-20T21:21:07.6963002Z [00:03:00.963]➜  # import config
2025-08-20T21:21:07.6973096Z [00:03:00.963]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.6975377Z [00:03:00.963]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build3547871397/b1092/_pkg_.a
2025-08-20T21:21:07.6978070Z [00:03:00.963]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build3547871397/b1093/_pkg_.a
2025-08-20T21:21:07.6980947Z [00:03:00.963]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build3547871397/b1094/_pkg_.a
2025-08-20T21:21:07.6982377Z [00:03:00.963]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3547871397/b1100/_pkg_.a
2025-08-20T21:21:07.6983753Z [00:03:00.963]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:07.6985325Z [00:03:00.963]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3547871397/b1098/_pkg_.a
2025-08-20T21:21:07.6986787Z [00:03:00.963]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3547871397/b1111/_pkg_.a
2025-08-20T21:21:07.6988117Z [00:03:00.963]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3547871397/b1113/_pkg_.a
2025-08-20T21:21:07.6989260Z [00:03:00.963]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3547871397/b1107/_pkg_.a
2025-08-20T21:21:07.6990157Z [00:03:00.963]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:07.6990929Z [00:03:00.963]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:07.6991795Z [00:03:00.963]➜  packagefile net/http/httptrace=/tmp/go-build3547871397/b239/_pkg_.a
2025-08-20T21:21:07.6992870Z [00:03:00.963]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:07.6993689Z [00:03:00.963]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:07.6994452Z [00:03:00.963]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:07.6995263Z [00:03:00.963]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:07.6996068Z [00:03:00.963]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:07.6996638Z [00:03:00.963]➜  EOF
2025-08-20T21:21:07.7033556Z [00:03:00.963]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1091/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0;$WORK/b1091=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp -lang=go1.23 -complete -installsuffix shared -buildid V40AWYcsVENsrcI1VXsz/V40AWYcsVENsrcI1VXsz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1091/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/client.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/common.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/config.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/handler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/labeler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/start_time_context.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/transport.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/version.go
2025-08-20T21:21:07.7103939Z [00:03:00.978]➜  go tool buildid -w $WORK/b1143/_pkg_.a # internal
2025-08-20T21:21:07.7112313Z [00:03:00.978]➜  cp $WORK/b1143/_pkg_.a /root/.cache/go-build/79/79dc8b0b4265425f3c1542018f711aba6ee37e7b0b4fb98015ccaf03a750ba30-d # internal
2025-08-20T21:21:07.7117342Z [00:03:00.979]➜  github.com/opencontainers/selinux/go-selinux
2025-08-20T21:21:07.7120601Z [00:03:00.979]➜  mkdir -p $WORK/b1142/
2025-08-20T21:21:07.7125489Z [00:03:00.980]➜  cat >/tmp/go-build3547871397/b1142/importcfg << 'EOF' # internal
2025-08-20T21:21:07.7127785Z [00:03:00.980]➜  # import config
2025-08-20T21:21:07.7128447Z [00:03:00.980]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:07.7129238Z [00:03:00.980]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:07.7130046Z [00:03:00.980]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:07.7130963Z [00:03:00.980]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:07.7131797Z [00:03:00.980]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:07.7132568Z [00:03:00.980]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.7133832Z [00:03:00.980]➜  packagefile github.com/opencontainers/selinux/pkg/pwalkdir=/tmp/go-build3547871397/b1143/_pkg_.a
2025-08-20T21:21:07.7135202Z [00:03:00.980]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:07.7136230Z [00:03:00.980]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:07.7137002Z [00:03:00.980]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:07.7137796Z [00:03:00.980]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:07.7138554Z [00:03:00.980]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:07.7139324Z [00:03:00.980]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:21:07.7140154Z [00:03:00.980]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:07.7140989Z [00:03:00.980]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:07.7141779Z [00:03:00.980]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:07.7142548Z [00:03:00.980]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:07.7143351Z [00:03:00.980]➜  EOF
2025-08-20T21:21:07.7153792Z [00:03:00.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1142/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/selinux@v1.11.1/go-selinux=>github.com/opencontainers/selinux@v1.11.1/go-selinux;$WORK/b1142=>" -p github.com/opencontainers/selinux/go-selinux -lang=go1.19 -complete -installsuffix shared -buildid wz-4aunVURApxCs1jGSi/wz-4aunVURApxCs1jGSi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1142/importcfg -pack /root/go/pkg/mod/github.com/opencontainers/selinux@v1.11.1/go-selinux/doc.go /root/go/pkg/mod/github.com/opencontainers/selinux@v1.11.1/go-selinux/selinux.go /root/go/pkg/mod/github.com/opencontainers/selinux@v1.11.1/go-selinux/selinux_linux.go /root/go/pkg/mod/github.com/opencontainers/selinux@v1.11.1/go-selinux/xattrs_linux.go
2025-08-20T21:21:07.7199554Z [00:03:00.987]➜  go tool buildid -w $WORK/b1140/_pkg_.a # internal
2025-08-20T21:21:07.7210016Z [00:03:00.988]➜  cp $WORK/b1140/_pkg_.a /root/.cache/go-build/da/da17de43e7961b0668e6e6408f8830737e100cf6c7dc1bddd61b3f6b7c20e225-d # internal
2025-08-20T21:21:07.7213188Z [00:03:00.988]➜  google.golang.org/grpc/health/grpc_health_v1
2025-08-20T21:21:07.7213844Z [00:03:00.988]➜  mkdir -p $WORK/b1144/
2025-08-20T21:21:07.7225719Z [00:03:00.989]➜  cat >/tmp/go-build3547871397/b1144/importcfg << 'EOF' # internal
2025-08-20T21:21:07.7226496Z [00:03:00.989]➜  # import config
2025-08-20T21:21:07.7227142Z [00:03:00.989]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.7228038Z [00:03:00.989]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:07.7229067Z [00:03:00.989]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:07.7230128Z [00:03:00.989]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:07.7231423Z [00:03:00.989]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:07.7237256Z [00:03:00.989]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:07.7238354Z [00:03:00.989]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:07.7239171Z [00:03:00.989]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:07.7239757Z [00:03:00.989]➜  EOF
2025-08-20T21:21:07.7244548Z [00:03:00.989]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1144/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/health/grpc_health_v1=>google.golang.org/grpc@v1.68.1/health/grpc_health_v1;$WORK/b1144=>" -p google.golang.org/grpc/health/grpc_health_v1 -lang=go1.22 -complete -installsuffix shared -buildid rv53I99SgCICl8drXel-/rv53I99SgCICl8drXel- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1144/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/health/grpc_health_v1/health.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/health/grpc_health_v1/health_grpc.pb.go
2025-08-20T21:21:07.8307379Z [00:03:01.098]➜  go tool buildid -w $WORK/b1091/_pkg_.a # internal
2025-08-20T21:21:07.8347187Z [00:03:01.101]➜  cp $WORK/b1091/_pkg_.a /root/.cache/go-build/bf/bfe6ad5c2a9966988d1fd5884a931e831dc22ae3d4fc1cf24ed7516e34101bab-d # internal
2025-08-20T21:21:07.8355498Z [00:03:01.103]➜  github.com/containerd/containerd/tracing
2025-08-20T21:21:07.8358292Z [00:03:01.103]➜  mkdir -p $WORK/b1090/
2025-08-20T21:21:07.8359523Z [00:03:01.103]➜  cat >/tmp/go-build3547871397/b1090/importcfg << 'EOF' # internal
2025-08-20T21:21:07.8360410Z [00:03:01.103]➜  # import config
2025-08-20T21:21:07.8361242Z [00:03:01.103]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.8362294Z [00:03:01.103]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:07.8364367Z [00:03:01.103]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.8365321Z [00:03:01.103]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3547871397/b798/_pkg_.a
2025-08-20T21:21:07.8366697Z [00:03:01.103]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build3547871397/b1091/_pkg_.a
2025-08-20T21:21:07.8367995Z [00:03:01.103]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3547871397/b1100/_pkg_.a
2025-08-20T21:21:07.8369090Z [00:03:01.103]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:07.8370211Z [00:03:01.103]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3547871397/b1098/_pkg_.a
2025-08-20T21:21:07.8371408Z [00:03:01.103]➜  packagefile go.opentelemetry.io/otel/semconv/v1.21.0=/tmp/go-build3547871397/b1117/_pkg_.a
2025-08-20T21:21:07.8372591Z [00:03:01.103]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3547871397/b1107/_pkg_.a
2025-08-20T21:21:07.8373929Z [00:03:01.103]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:07.8374786Z [00:03:01.103]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:07.8375423Z [00:03:01.103]➜  EOF
2025-08-20T21:21:07.8380210Z [00:03:01.103]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1090/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/tracing=>github.com/containerd/containerd@v1.7.27/tracing;$WORK/b1090=>" -p github.com/containerd/containerd/tracing -lang=go1.21 -complete -installsuffix shared -buildid Zeqk-Z2BjqFUrSsSAbn-/Zeqk-Z2BjqFUrSsSAbn- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1090/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/tracing/helpers.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/tracing/log.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/tracing/tracing.go
2025-08-20T21:21:07.8435342Z [00:03:01.111]➜  go tool buildid -w $WORK/b1144/_pkg_.a # internal
2025-08-20T21:21:07.8518315Z [00:03:01.119]➜  cp $WORK/b1144/_pkg_.a /root/.cache/go-build/39/3986656aab78663196bb12f71c51fa2d514f37b331dc8cb6a7e10b45b32520bb-d # internal
2025-08-20T21:21:07.8526560Z [00:03:01.120]➜  github.com/docker/cli/cli/connhelper/commandconn
2025-08-20T21:21:07.8566886Z [00:03:01.120]➜  mkdir -p $WORK/b1149/
2025-08-20T21:21:07.8567676Z [00:03:01.120]➜  cat >/tmp/go-build3547871397/b1149/importcfg << 'EOF' # internal
2025-08-20T21:21:07.8568349Z [00:03:01.120]➜  # import config
2025-08-20T21:21:07.8569007Z [00:03:01.120]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:07.8569813Z [00:03:01.120]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.8570593Z [00:03:01.120]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.8571496Z [00:03:01.120]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3547871397/b798/_pkg_.a
2025-08-20T21:21:07.8572398Z [00:03:01.120]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:07.8573492Z [00:03:01.124]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:07.8576214Z [00:03:01.125]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:07.8577449Z [00:03:01.125]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:21:07.8579211Z [00:03:01.125]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:07.8580057Z [00:03:01.125]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:07.8580856Z [00:03:01.125]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:07.8581644Z [00:03:01.125]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:07.8582455Z [00:03:01.125]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:07.8583428Z [00:03:01.125]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:07.8584000Z [00:03:01.125]➜  EOF
2025-08-20T21:21:07.8589931Z [00:03:01.125]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1149/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/connhelper/commandconn=>github.com/docker/cli@v28.3.0+incompatible/cli/connhelper/commandconn;$WORK/b1149=>" -p github.com/docker/cli/cli/connhelper/commandconn -lang=go1.16 -complete -installsuffix shared -buildid kG-v6ceYk7UaAoWdhhT-/kG-v6ceYk7UaAoWdhhT- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1149/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/connhelper/commandconn/commandconn.go /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/connhelper/commandconn/pdeathsig_linux.go /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/connhelper/commandconn/session_unix.go
2025-08-20T21:21:07.8938248Z [00:03:01.161]➜  go tool buildid -w $WORK/b1142/_pkg_.a # internal
2025-08-20T21:21:07.8963492Z [00:03:01.164]➜  cp $WORK/b1142/_pkg_.a /root/.cache/go-build/5f/5f3785efc9417f8bc9edae2eba7ebac7fd2b1acd3aa1c35f31cc753b0d959524-d # internal
2025-08-20T21:21:07.8977395Z [00:03:01.165]➜  github.com/opencontainers/selinux/go-selinux/label
2025-08-20T21:21:07.8978089Z [00:03:01.165]➜  mkdir -p $WORK/b1141/
2025-08-20T21:21:07.8986753Z [00:03:01.166]➜  cat >/tmp/go-build3547871397/b1141/importcfg << 'EOF' # internal
2025-08-20T21:21:07.8987912Z [00:03:01.166]➜  # import config
2025-08-20T21:21:07.8988705Z [00:03:01.166]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:07.8989497Z [00:03:01.166]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.8990548Z [00:03:01.166]➜  packagefile github.com/opencontainers/selinux/go-selinux=/tmp/go-build3547871397/b1142/_pkg_.a
2025-08-20T21:21:07.8991669Z [00:03:01.166]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:07.8992351Z [00:03:01.166]➜  EOF
2025-08-20T21:21:07.8998224Z [00:03:01.167]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1141/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/selinux@v1.11.1/go-selinux/label=>github.com/opencontainers/selinux@v1.11.1/go-selinux/label;$WORK/b1141=>" -p github.com/opencontainers/selinux/go-selinux/label -lang=go1.19 -complete -installsuffix shared -buildid xvT8i3LXx2nxxWxl_XYm/xvT8i3LXx2nxxWxl_XYm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1141/importcfg -pack /root/go/pkg/mod/github.com/opencontainers/selinux@v1.11.1/go-selinux/label/label.go /root/go/pkg/mod/github.com/opencontainers/selinux@v1.11.1/go-selinux/label/label_linux.go
2025-08-20T21:21:07.9256188Z [00:03:01.193]➜  go tool buildid -w $WORK/b1149/_pkg_.a # internal
2025-08-20T21:21:07.9270304Z [00:03:01.194]➜  cp $WORK/b1149/_pkg_.a /root/.cache/go-build/7d/7dc344faf258589a3067d4c3a2b2ad3966729b42dc215b63fde1052938fccd8a-d # internal
2025-08-20T21:21:07.9272398Z [00:03:01.195]➜  github.com/docker/cli/cli/connhelper/ssh
2025-08-20T21:21:07.9275249Z [00:03:01.195]➜  mkdir -p $WORK/b1150/
2025-08-20T21:21:07.9280826Z [00:03:01.195]➜  cat >/tmp/go-build3547871397/b1150/importcfg << 'EOF' # internal
2025-08-20T21:21:07.9281731Z [00:03:01.195]➜  # import config
2025-08-20T21:21:07.9282993Z [00:03:01.195]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:07.9284841Z [00:03:01.195]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.9286075Z [00:03:01.195]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:07.9287032Z [00:03:01.195]➜  EOF
2025-08-20T21:21:07.9292430Z [00:03:01.196]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1150/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/connhelper/ssh=>github.com/docker/cli@v28.3.0+incompatible/cli/connhelper/ssh;$WORK/b1150=>" -p github.com/docker/cli/cli/connhelper/ssh -lang=go1.16 -complete -installsuffix shared -buildid _ngUmu0kUxnZz6PpOu2D/_ngUmu0kUxnZz6PpOu2D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1150/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/connhelper/ssh/ssh.go
2025-08-20T21:21:07.9434181Z [00:03:01.210]➜  go tool buildid -w $WORK/b1141/_pkg_.a # internal
2025-08-20T21:21:07.9437304Z [00:03:01.211]➜  cp $WORK/b1141/_pkg_.a /root/.cache/go-build/e2/e2ad227285201db40d0946e5b4770e18a291e07997bdf248c56379aa67a31c26-d # internal
2025-08-20T21:21:07.9438524Z [00:03:01.211]➜  github.com/containerd/errdefs/pkg/internal/cause
2025-08-20T21:21:07.9439188Z [00:03:01.211]➜  mkdir -p $WORK/b1153/
2025-08-20T21:21:07.9443728Z [00:03:01.212]➜  cat >/tmp/go-build3547871397/b1153/importcfg << 'EOF' # internal
2025-08-20T21:21:07.9446011Z [00:03:01.212]➜  # import config
2025-08-20T21:21:07.9446650Z [00:03:01.212]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.9447272Z [00:03:01.212]➜  EOF
2025-08-20T21:21:07.9453994Z [00:03:01.212]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1153/_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/b1153=>" -p github.com/containerd/errdefs/pkg/internal/cause -lang=go1.22 -complete -installsuffix shared -buildid HuV_QJBIPIkFFuLP4v4T/HuV_QJBIPIkFFuLP4v4T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1153/importcfg -pack /root/go/pkg/mod/github.com/containerd/errdefs/pkg@v0.3.0/internal/cause/cause.go
2025-08-20T21:21:07.9464722Z [00:03:01.214]➜  go tool buildid -w $WORK/b1090/_pkg_.a # internal
2025-08-20T21:21:07.9484446Z [00:03:01.216]➜  cp $WORK/b1090/_pkg_.a /root/.cache/go-build/4a/4acd7f648394df04bf145da2a7a02896a06d1ef4719aa459f5b39709952db280-d # internal
2025-08-20T21:21:07.9487692Z [00:03:01.216]➜  github.com/containerd/containerd/pkg/unpack
2025-08-20T21:21:07.9488338Z [00:03:01.216]➜  mkdir -p $WORK/b1088/
2025-08-20T21:21:07.9488990Z [00:03:01.216]➜  go tool buildid -w $WORK/b1150/_pkg_.a # internal
2025-08-20T21:21:07.9494148Z [00:03:01.217]➜  cat >/tmp/go-build3547871397/b1088/importcfg << 'EOF' # internal
2025-08-20T21:21:07.9498745Z [00:03:01.217]➜  # import config
2025-08-20T21:21:07.9499413Z [00:03:01.217]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.9500319Z [00:03:01.217]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:07.9501423Z [00:03:01.217]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:07.9502348Z [00:03:01.217]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:07.9503856Z [00:03:01.217]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:07.9504650Z [00:03:01.217]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.9505675Z [00:03:01.217]➜  packagefile github.com/containerd/containerd/content=/tmp/go-build3547871397/b1050/_pkg_.a
2025-08-20T21:21:07.9521649Z [00:03:01.217]➜  packagefile github.com/containerd/containerd/diff=/tmp/go-build3547871397/b1058/_pkg_.a
2025-08-20T21:21:07.9523131Z [00:03:01.217]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:07.9524404Z [00:03:01.217]➜  packagefile github.com/containerd/containerd/images=/tmp/go-build3547871397/b1059/_pkg_.a
2025-08-20T21:21:07.9525874Z [00:03:01.217]➜  packagefile github.com/containerd/containerd/labels=/tmp/go-build3547871397/b1060/_pkg_.a
2025-08-20T21:21:07.9527100Z [00:03:01.217]➜  packagefile github.com/containerd/containerd/mount=/tmp/go-build3547871397/b1063/_pkg_.a
2025-08-20T21:21:07.9528363Z [00:03:01.217]➜  packagefile github.com/containerd/containerd/pkg/cleanup=/tmp/go-build3547871397/b1089/_pkg_.a
2025-08-20T21:21:07.9529678Z [00:03:01.217]➜  packagefile github.com/containerd/containerd/pkg/kmutex=/tmp/go-build3547871397/b1082/_pkg_.a
2025-08-20T21:21:07.9530967Z [00:03:01.217]➜  packagefile github.com/containerd/containerd/snapshots=/tmp/go-build3547871397/b1078/_pkg_.a
2025-08-20T21:21:07.9532236Z [00:03:01.217]➜  packagefile github.com/containerd/containerd/tracing=/tmp/go-build3547871397/b1090/_pkg_.a
2025-08-20T21:21:07.9537369Z [00:03:01.217]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:07.9538556Z [00:03:01.217]➜  packagefile github.com/containerd/platforms=/tmp/go-build3547871397/b1061/_pkg_.a
2025-08-20T21:21:07.9539899Z [00:03:01.217]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:07.9541144Z [00:03:01.217]➜  packagefile github.com/opencontainers/image-spec/identity=/tmp/go-build3547871397/b1118/_pkg_.a
2025-08-20T21:21:07.9542468Z [00:03:01.217]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:07.9543867Z [00:03:01.217]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3547871397/b332/_pkg_.a
2025-08-20T21:21:07.9544993Z [00:03:01.217]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3547871397/b1062/_pkg_.a
2025-08-20T21:21:07.9545925Z [00:03:01.217]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:07.9546727Z [00:03:01.217]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:07.9547549Z [00:03:01.217]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:07.9548380Z [00:03:01.217]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:07.9548965Z [00:03:01.217]➜  EOF
2025-08-20T21:21:07.9552958Z [00:03:01.217]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1088/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/unpack=>github.com/containerd/containerd@v1.7.27/pkg/unpack;$WORK/b1088=>" -p github.com/containerd/containerd/pkg/unpack -lang=go1.21 -complete -installsuffix shared -buildid hxGZpJtGMLLfhpdynsE0/hxGZpJtGMLLfhpdynsE0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1088/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pkg/unpack/unpacker.go
2025-08-20T21:21:07.9566333Z [00:03:01.223]➜  cp $WORK/b1150/_pkg_.a /root/.cache/go-build/38/38d0e1288087226b9d9f8a05c45b558301301d2aad8ae22dff538fbc0154b5e4-d # internal
2025-08-20T21:21:07.9567527Z [00:03:01.223]➜  github.com/containerd/containerd/remotes/docker
2025-08-20T21:21:07.9568158Z [00:03:01.223]➜  mkdir -p $WORK/b1123/
2025-08-20T21:21:07.9569054Z [00:03:01.223]➜  cat >/tmp/go-build3547871397/b1123/importcfg << 'EOF' # internal
2025-08-20T21:21:07.9573899Z [00:03:01.223]➜  # import config
2025-08-20T21:21:07.9574581Z [00:03:01.223]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:07.9575419Z [00:03:01.223]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.9576252Z [00:03:01.223]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:07.9577153Z [00:03:01.223]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:07.9578072Z [00:03:01.223]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:07.9578911Z [00:03:01.223]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:07.9579705Z [00:03:01.223]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.9580727Z [00:03:01.223]➜  packagefile github.com/containerd/containerd/content=/tmp/go-build3547871397/b1050/_pkg_.a
2025-08-20T21:21:07.9582170Z [00:03:01.223]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:07.9583702Z [00:03:01.223]➜  packagefile github.com/containerd/containerd/images=/tmp/go-build3547871397/b1059/_pkg_.a
2025-08-20T21:21:07.9584941Z [00:03:01.223]➜  packagefile github.com/containerd/containerd/labels=/tmp/go-build3547871397/b1060/_pkg_.a
2025-08-20T21:21:07.9586209Z [00:03:01.223]➜  packagefile github.com/containerd/containerd/reference=/tmp/go-build3547871397/b1070/_pkg_.a
2025-08-20T21:21:07.9587499Z [00:03:01.223]➜  packagefile github.com/containerd/containerd/remotes=/tmp/go-build3547871397/b1122/_pkg_.a
2025-08-20T21:21:07.9589003Z [00:03:01.223]➜  packagefile github.com/containerd/containerd/remotes/docker/auth=/tmp/go-build3547871397/b1124/_pkg_.a
2025-08-20T21:21:07.9590472Z [00:03:01.223]➜  packagefile github.com/containerd/containerd/remotes/docker/schema1=/tmp/go-build3547871397/b1127/_pkg_.a
2025-08-20T21:21:07.9592062Z [00:03:01.223]➜  packagefile github.com/containerd/containerd/remotes/errors=/tmp/go-build3547871397/b1125/_pkg_.a
2025-08-20T21:21:07.9593577Z [00:03:01.223]➜  packagefile github.com/containerd/containerd/tracing=/tmp/go-build3547871397/b1090/_pkg_.a
2025-08-20T21:21:07.9594831Z [00:03:01.223]➜  packagefile github.com/containerd/containerd/version=/tmp/go-build3547871397/b1126/_pkg_.a
2025-08-20T21:21:07.9595959Z [00:03:01.223]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:07.9596982Z [00:03:01.223]➜  packagefile github.com/moby/locker=/tmp/go-build3547871397/b1128/_pkg_.a
2025-08-20T21:21:07.9598083Z [00:03:01.223]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:07.9599380Z [00:03:01.223]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:07.9600415Z [00:03:01.223]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:07.9601188Z [00:03:01.223]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:07.9601956Z [00:03:01.223]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:07.9602826Z [00:03:01.223]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:07.9603547Z [00:03:01.223]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:07.9604307Z [00:03:01.223]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:07.9605066Z [00:03:01.223]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:07.9605844Z [00:03:01.223]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:07.9606620Z [00:03:01.223]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:07.9607404Z [00:03:01.223]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:07.9608191Z [00:03:01.223]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:07.9608931Z [00:03:01.223]➜  EOF
2025-08-20T21:21:07.9620200Z [00:03:01.223]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1123/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker=>github.com/containerd/containerd@v1.7.27/remotes/docker;$WORK/b1123=>" -p github.com/containerd/containerd/remotes/docker -lang=go1.21 -complete -installsuffix shared -buildid EwCZsrn42pymOm_If5XQ/EwCZsrn42pymOm_If5XQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1123/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/authorizer.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/converter.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/errcode.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/errdesc.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/fetcher.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/handler.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/httpreadseeker.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/pusher.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/registry.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/resolver.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/resolver_unix.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/scope.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/status.go
2025-08-20T21:21:07.9632999Z [00:03:01.223]➜  go tool buildid -w $WORK/b1153/_pkg_.a # internal
2025-08-20T21:21:07.9634769Z [00:03:01.224]➜  cp $WORK/b1153/_pkg_.a /root/.cache/go-build/16/1642090b5f328d2b1cde9bd41d290f4a21393be23b66068585eb2ec0c11e10ba-d # internal
2025-08-20T21:21:07.9636319Z [00:03:01.224]➜  github.com/docker/cli/cli/connhelper
2025-08-20T21:21:07.9637106Z [00:03:01.224]➜  mkdir -p $WORK/b1148/
2025-08-20T21:21:07.9638139Z [00:03:01.225]➜  cat >/tmp/go-build3547871397/b1148/importcfg << 'EOF' # internal
2025-08-20T21:21:07.9638944Z [00:03:01.225]➜  # import config
2025-08-20T21:21:07.9639612Z [00:03:01.225]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:07.9640402Z [00:03:01.225]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:07.9641492Z [00:03:01.225]➜  packagefile github.com/docker/cli/cli/connhelper/commandconn=/tmp/go-build3547871397/b1149/_pkg_.a
2025-08-20T21:21:07.9642995Z [00:03:01.225]➜  packagefile github.com/docker/cli/cli/connhelper/ssh=/tmp/go-build3547871397/b1150/_pkg_.a
2025-08-20T21:21:07.9644011Z [00:03:01.225]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:07.9644867Z [00:03:01.225]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:07.9645682Z [00:03:01.225]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:07.9646301Z [00:03:01.225]➜  EOF
2025-08-20T21:21:07.9649949Z [00:03:01.225]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1148/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/connhelper=>github.com/docker/cli@v28.3.0+incompatible/cli/connhelper;$WORK/b1148=>" -p github.com/docker/cli/cli/connhelper -lang=go1.16 -complete -installsuffix shared -buildid RF3nbHOnO87MbrG_eE6v/RF3nbHOnO87MbrG_eE6v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1148/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.0+incompatible/cli/connhelper/connhelper.go
2025-08-20T21:21:07.9822245Z [00:03:01.249]➜  go tool buildid -w $WORK/b1148/_pkg_.a # internal
2025-08-20T21:21:07.9833693Z [00:03:01.251]➜  cp $WORK/b1148/_pkg_.a /root/.cache/go-build/f3/f3229ea86490a8a0986755ae5a094c999a463363a4f6cd4cda97d343c352402b-d # internal
2025-08-20T21:21:07.9838992Z [00:03:01.251]➜  github.com/containerd/errdefs/pkg/errhttp
2025-08-20T21:21:07.9841918Z [00:03:01.252]➜  mkdir -p $WORK/b1152/
2025-08-20T21:21:07.9846701Z [00:03:01.252]➜  cat >/tmp/go-build3547871397/b1152/importcfg << 'EOF' # internal
2025-08-20T21:21:07.9850053Z [00:03:01.252]➜  # import config
2025-08-20T21:21:07.9856520Z [00:03:01.252]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:07.9857422Z [00:03:01.253]➜  packagefile github.com/containerd/errdefs=/tmp/go-build3547871397/b910/_pkg_.a
2025-08-20T21:21:07.9858675Z [00:03:01.253]➜  packagefile github.com/containerd/errdefs/pkg/internal/cause=/tmp/go-build3547871397/b1153/_pkg_.a
2025-08-20T21:21:07.9859754Z [00:03:01.253]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:07.9860376Z [00:03:01.253]➜  EOF
2025-08-20T21:21:07.9864272Z [00:03:01.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1152/_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/b1152=>" -p github.com/containerd/errdefs/pkg/errhttp -lang=go1.22 -complete -installsuffix shared -buildid jCPBdC65H8iufcApUbP3/jCPBdC65H8iufcApUbP3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1152/importcfg -pack /root/go/pkg/mod/github.com/containerd/errdefs/pkg@v0.3.0/errhttp/http.go
2025-08-20T21:21:08.0048598Z [00:03:01.272]➜  go tool buildid -w $WORK/b1152/_pkg_.a # internal
2025-08-20T21:21:08.0059241Z [00:03:01.273]➜  cp $WORK/b1152/_pkg_.a /root/.cache/go-build/5e/5eb8400d28681f47739eeec3af2c916d20d4e342a6e9d9a047053e6f9ee5c592-d # internal
2025-08-20T21:21:08.0067164Z [00:03:01.274]➜  github.com/docker/docker/api/types/blkiodev
2025-08-20T21:21:08.0068727Z [00:03:01.274]➜  mkdir -p $WORK/b1158/
2025-08-20T21:21:08.0079252Z [00:03:01.275]➜  cat >/tmp/go-build3547871397/b1158/importcfg << 'EOF' # internal
2025-08-20T21:21:08.0080213Z [00:03:01.275]➜  # import config
2025-08-20T21:21:08.0081155Z [00:03:01.275]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:08.0082390Z [00:03:01.275]➜  EOF
2025-08-20T21:21:08.0103150Z [00:03:01.277]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1158/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/blkiodev=>github.com/docker/docker@v28.3.2+incompatible/api/types/blkiodev;$WORK/b1158=>" -p github.com/docker/docker/api/types/blkiodev -lang=go1.16 -complete -installsuffix shared -buildid ScW8Gs5szsXUbUoeJlcB/ScW8Gs5szsXUbUoeJlcB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1158/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/blkiodev/blkio.go
2025-08-20T21:21:08.0307111Z [00:03:01.298]➜  go tool buildid -w $WORK/b1158/_pkg_.a # internal
2025-08-20T21:21:08.0313214Z [00:03:01.298]➜  cp $WORK/b1158/_pkg_.a /root/.cache/go-build/8b/8b1edbad19af685b8a8edcc2dcaabeccc325d0416fd8eb066d6fae8902e9f8d7-d # internal
2025-08-20T21:21:08.0320379Z [00:03:01.298]➜  github.com/docker/docker/api/types/versions
2025-08-20T21:21:08.0321068Z [00:03:01.298]➜  mkdir -p $WORK/b1161/
2025-08-20T21:21:08.0321844Z [00:03:01.299]➜  cat >/tmp/go-build3547871397/b1161/importcfg << 'EOF' # internal
2025-08-20T21:21:08.0322589Z [00:03:01.299]➜  # import config
2025-08-20T21:21:08.0323510Z [00:03:01.299]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:08.0324376Z [00:03:01.299]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:08.0325028Z [00:03:01.299]➜  EOF
2025-08-20T21:21:08.0329301Z [00:03:01.299]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1161/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/versions=>github.com/docker/docker@v28.3.2+incompatible/api/types/versions;$WORK/b1161=>" -p github.com/docker/docker/api/types/versions -lang=go1.16 -complete -installsuffix shared -buildid EF7vkT3QPRz_WHoUOzW3/EF7vkT3QPRz_WHoUOzW3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1161/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/versions/compare.go
2025-08-20T21:21:08.0449303Z [00:03:01.312]➜  go tool buildid -w $WORK/b1161/_pkg_.a # internal
2025-08-20T21:21:08.0455623Z [00:03:01.313]➜  cp $WORK/b1161/_pkg_.a /root/.cache/go-build/b3/b378c1124f77fecbb32df93871d17b1d3f54161272f14a69849c5dea466b0ba0-d # internal
2025-08-20T21:21:08.0459918Z [00:03:01.313]➜  github.com/docker/docker/api/types/filters
2025-08-20T21:21:08.0463959Z [00:03:01.314]➜  mkdir -p $WORK/b1160/
2025-08-20T21:21:08.0465468Z [00:03:01.314]➜  cat >/tmp/go-build3547871397/b1160/importcfg << 'EOF' # internal
2025-08-20T21:21:08.0467421Z [00:03:01.314]➜  # import config
2025-08-20T21:21:08.0469159Z [00:03:01.314]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:08.0471195Z [00:03:01.314]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:08.0484487Z [00:03:01.314]➜  packagefile github.com/docker/docker/api/types/versions=/tmp/go-build3547871397/b1161/_pkg_.a
2025-08-20T21:21:08.0485809Z [00:03:01.315]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:08.0489263Z [00:03:01.315]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:08.0490557Z [00:03:01.315]➜  EOF
2025-08-20T21:21:08.0495851Z [00:03:01.315]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1160/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/filters=>github.com/docker/docker@v28.3.2+incompatible/api/types/filters;$WORK/b1160=>" -p github.com/docker/docker/api/types/filters -lang=go1.16 -complete -installsuffix shared -buildid yzaIEFZnxLozjKvlECLg/yzaIEFZnxLozjKvlECLg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1160/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/filters/errors.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/filters/parse.go
2025-08-20T21:21:08.0549049Z [00:03:01.322]➜  go tool buildid -w $WORK/b1088/_pkg_.a # internal
2025-08-20T21:21:08.0577413Z [00:03:01.325]➜  cp $WORK/b1088/_pkg_.a /root/.cache/go-build/d7/d7d5998a54c9f5577eced0688d5452b369553bdf71a5069d88bb3194bfdc1844-d # internal
2025-08-20T21:21:08.0584000Z [00:03:01.325]➜  github.com/docker/docker/api/types/mount
2025-08-20T21:21:08.0584688Z [00:03:01.325]➜  mkdir -p $WORK/b1162/
2025-08-20T21:21:08.0585460Z [00:03:01.325]➜  cat >/tmp/go-build3547871397/b1162/importcfg << 'EOF' # internal
2025-08-20T21:21:08.0586141Z [00:03:01.325]➜  # import config
2025-08-20T21:21:08.0586765Z [00:03:01.325]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:08.0587344Z [00:03:01.325]➜  EOF
2025-08-20T21:21:08.0594453Z [00:03:01.326]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1162/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/mount=>github.com/docker/docker@v28.3.2+incompatible/api/types/mount;$WORK/b1162=>" -p github.com/docker/docker/api/types/mount -lang=go1.16 -complete -installsuffix shared -buildid ibf6JXsxQnwBczxrOgms/ibf6JXsxQnwBczxrOgms -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1162/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/mount/mount.go
2025-08-20T21:21:08.0718675Z [00:03:01.339]➜  go tool buildid -w $WORK/b1162/_pkg_.a # internal
2025-08-20T21:21:08.0725651Z [00:03:01.340]➜  cp $WORK/b1162/_pkg_.a /root/.cache/go-build/cd/cd43b491168c857928d926ee44f55a753806a181cabbbc8d7f225ac006466ba8-d # internal
2025-08-20T21:21:08.0734576Z [00:03:01.340]➜  github.com/docker/docker/internal/multierror
2025-08-20T21:21:08.0735201Z [00:03:01.340]➜  mkdir -p $WORK/b1164/
2025-08-20T21:21:08.0735906Z [00:03:01.340]➜  cat >/tmp/go-build3547871397/b1164/importcfg << 'EOF' # internal
2025-08-20T21:21:08.0736534Z [00:03:01.340]➜  # import config
2025-08-20T21:21:08.0737166Z [00:03:01.340]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:08.0737786Z [00:03:01.340]➜  EOF
2025-08-20T21:21:08.0741895Z [00:03:01.341]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1164/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/internal/multierror=>github.com/docker/docker@v28.3.2+incompatible/internal/multierror;$WORK/b1164=>" -p github.com/docker/docker/internal/multierror -lang=go1.16 -complete -installsuffix shared -buildid 0XW8Oilt7LFGg7qk5FWx/0XW8Oilt7LFGg7qk5FWx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1164/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/internal/multierror/multierror.go
2025-08-20T21:21:08.0894195Z [00:03:01.357]➜  go tool buildid -w $WORK/b1164/_pkg_.a # internal
2025-08-20T21:21:08.0903834Z [00:03:01.357]➜  cp $WORK/b1164/_pkg_.a /root/.cache/go-build/c1/c1cb43f9039123c40d415b13062816fa6853e76da86e7552c335ccd4d6fe0c31-d # internal
2025-08-20T21:21:08.0909237Z [00:03:01.358]➜  github.com/docker/docker/api/types/strslice
2025-08-20T21:21:08.0910361Z [00:03:01.358]➜  mkdir -p $WORK/b1166/
2025-08-20T21:21:08.0914432Z [00:03:01.358]➜  cat >/tmp/go-build3547871397/b1166/importcfg << 'EOF' # internal
2025-08-20T21:21:08.0915297Z [00:03:01.359]➜  # import config
2025-08-20T21:21:08.0917933Z [00:03:01.359]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:08.0921632Z [00:03:01.359]➜  EOF
2025-08-20T21:21:08.0925896Z [00:03:01.359]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1166/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/strslice=>github.com/docker/docker@v28.3.2+incompatible/api/types/strslice;$WORK/b1166=>" -p github.com/docker/docker/api/types/strslice -lang=go1.16 -complete -installsuffix shared -buildid sNqmj24_6oOPKCMBOLF3/sNqmj24_6oOPKCMBOLF3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1166/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/strslice/strslice.go
2025-08-20T21:21:08.1031254Z [00:03:01.370]➜  go tool buildid -w $WORK/b1166/_pkg_.a # internal
2025-08-20T21:21:08.1047164Z [00:03:01.371]➜  cp $WORK/b1166/_pkg_.a /root/.cache/go-build/50/50ae33069ed0679d2ee5e772b124b65754059372645c4d2dc63d4f0718aa1987-d # internal
2025-08-20T21:21:08.1048563Z [00:03:01.371]➜  github.com/docker/go-connections/nat
2025-08-20T21:21:08.1049166Z [00:03:01.371]➜  mkdir -p $WORK/b1167/
2025-08-20T21:21:08.1049852Z [00:03:01.372]➜  cat >/tmp/go-build3547871397/b1167/importcfg << 'EOF' # internal
2025-08-20T21:21:08.1050492Z [00:03:01.372]➜  # import config
2025-08-20T21:21:08.1051111Z [00:03:01.372]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:08.1051865Z [00:03:01.372]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:08.1052804Z [00:03:01.372]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:08.1053620Z [00:03:01.372]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:08.1054435Z [00:03:01.372]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:08.1055028Z [00:03:01.372]➜  EOF
2025-08-20T21:21:08.1060197Z [00:03:01.373]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1167/_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/b1167=>" -p github.com/docker/go-connections/nat -lang=go1.18 -complete -installsuffix shared -buildid HmEepfBao6vME0R-PcVD/HmEepfBao6vME0R-PcVD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1167/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:21:08.1153865Z [00:03:01.381]➜  go tool buildid -w $WORK/b1160/_pkg_.a # internal
2025-08-20T21:21:08.1160678Z [00:03:01.383]➜  cp $WORK/b1160/_pkg_.a /root/.cache/go-build/ce/ce28bb2fae662db501a735bc29d9f0443db6be8002237d0cfca9c8961133f64c-d # internal
2025-08-20T21:21:08.1162113Z [00:03:01.383]➜  github.com/docker/docker/api/types/network
2025-08-20T21:21:08.1164904Z [00:03:01.383]➜  mkdir -p $WORK/b1163/
2025-08-20T21:21:08.1165671Z [00:03:01.383]➜  cat >/tmp/go-build3547871397/b1163/importcfg << 'EOF' # internal
2025-08-20T21:21:08.1166590Z [00:03:01.383]➜  # import config
2025-08-20T21:21:08.1167295Z [00:03:01.383]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:08.1168130Z [00:03:01.383]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:08.1169243Z [00:03:01.383]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3547871397/b1160/_pkg_.a
2025-08-20T21:21:08.1170672Z [00:03:01.383]➜  packagefile github.com/docker/docker/internal/multierror=/tmp/go-build3547871397/b1164/_pkg_.a
2025-08-20T21:21:08.1171822Z [00:03:01.383]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:08.1172910Z [00:03:01.383]➜  packagefile net/netip=/tmp/go-build3547871397/b125/_pkg_.a
2025-08-20T21:21:08.1173776Z [00:03:01.383]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:08.1174411Z [00:03:01.383]➜  EOF
2025-08-20T21:21:08.1181157Z [00:03:01.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1163/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/network=>github.com/docker/docker@v28.3.2+incompatible/api/types/network;$WORK/b1163=>" -p github.com/docker/docker/api/types/network -lang=go1.16 -complete -installsuffix shared -buildid -PY6V8_iYdSSwn9avbpo/-PY6V8_iYdSSwn9avbpo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1163/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/network/create_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/network/endpoint.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/network/ipam.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/network/network.go
2025-08-20T21:21:08.1611355Z [00:03:01.428]➜  go tool buildid -w $WORK/b1167/_pkg_.a # internal
2025-08-20T21:21:08.1625181Z [00:03:01.430]➜  cp $WORK/b1167/_pkg_.a /root/.cache/go-build/1a/1a16aeb2b9d9e3bb16488dc649fafb1cc932ec9bc3976791d8b109f3dc2eceaa-d # internal
2025-08-20T21:21:08.1659580Z [00:03:01.433]➜  github.com/docker/go-units
2025-08-20T21:21:08.1663081Z [00:03:01.434]➜  mkdir -p $WORK/b1168/
2025-08-20T21:21:08.1690653Z [00:03:01.436]➜  cat >/tmp/go-build3547871397/b1168/importcfg << 'EOF' # internal
2025-08-20T21:21:08.1694072Z [00:03:01.437]➜  # import config
2025-08-20T21:21:08.1701246Z [00:03:01.437]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:08.1702078Z [00:03:01.437]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:08.1710526Z [00:03:01.438]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:08.1711852Z [00:03:01.438]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:08.1712527Z [00:03:01.438]➜  EOF
2025-08-20T21:21:08.1716982Z [00:03:01.438]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1168/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/go-units@v0.5.0=>github.com/docker/go-units@v0.5.0;$WORK/b1168=>" -p github.com/docker/go-units -lang=go1.16 -complete -installsuffix shared -buildid GtF0cTtii7k-DWA4RPwB/GtF0cTtii7k-DWA4RPwB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1168/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:21:08.1857905Z [00:03:01.453]➜  go tool buildid -w $WORK/b1163/_pkg_.a # internal
2025-08-20T21:21:08.1886819Z [00:03:01.456]➜  cp $WORK/b1163/_pkg_.a /root/.cache/go-build/e6/e62fd60377ebe6d39c4c12badbf55b7a91acdb525a7175504db9fdb03e5863cd-d # internal
2025-08-20T21:21:08.1888585Z [00:03:01.456]➜  github.com/moby/docker-image-spec/specs-go/v1
2025-08-20T21:21:08.1892083Z [00:03:01.456]➜  mkdir -p $WORK/b1169/
2025-08-20T21:21:08.1893159Z [00:03:01.456]➜  cat >/tmp/go-build3547871397/b1169/importcfg << 'EOF' # internal
2025-08-20T21:21:08.1893879Z [00:03:01.456]➜  # import config
2025-08-20T21:21:08.1895045Z [00:03:01.456]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:08.1896164Z [00:03:01.456]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:08.1896779Z [00:03:01.456]➜  EOF
2025-08-20T21:21:08.1900671Z [00:03:01.456]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1169/_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/b1169=>" -p github.com/moby/docker-image-spec/specs-go/v1 -lang=go1.18 -complete -installsuffix shared -buildid 6qfyFhej8efegtUBriou/6qfyFhej8efegtUBriou -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1169/importcfg -pack /root/go/pkg/mod/github.com/moby/docker-image-spec@v1.3.1/specs-go/v1/image.go
2025-08-20T21:21:08.1977531Z [00:03:01.465]➜  go tool buildid -w $WORK/b1169/_pkg_.a # internal
2025-08-20T21:21:08.1983339Z [00:03:01.465]➜  cp $WORK/b1169/_pkg_.a /root/.cache/go-build/55/5578e7f3355f418e114c4d813c1a2ebde72da797049c9c501f4896aa817302d0-d # internal
2025-08-20T21:21:08.1993548Z [00:03:01.466]➜  github.com/docker/docker/api/types/registry
2025-08-20T21:21:08.1994194Z [00:03:01.466]➜  mkdir -p $WORK/b1170/
2025-08-20T21:21:08.2006122Z [00:03:01.466]➜  cat >/tmp/go-build3547871397/b1170/importcfg << 'EOF' # internal
2025-08-20T21:21:08.2010144Z [00:03:01.466]➜  # import config
2025-08-20T21:21:08.2012343Z [00:03:01.466]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:08.2013437Z [00:03:01.466]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:08.2014242Z [00:03:01.468]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:08.2025737Z [00:03:01.468]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:08.2026936Z [00:03:01.468]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3547871397/b1160/_pkg_.a
2025-08-20T21:21:08.2028418Z [00:03:01.468]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:08.2029478Z [00:03:01.468]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:08.2030225Z [00:03:01.468]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:08.2030992Z [00:03:01.468]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:08.2031582Z [00:03:01.468]➜  EOF
2025-08-20T21:21:08.2038089Z [00:03:01.468]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1170/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/registry=>github.com/docker/docker@v28.3.2+incompatible/api/types/registry;$WORK/b1170=>" -p github.com/docker/docker/api/types/registry -lang=go1.16 -complete -installsuffix shared -buildid ghrDBzXfwIBFjL5Ow0u8/ghrDBzXfwIBFjL5Ow0u8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1170/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/registry/authconfig.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/registry/authenticate.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/registry/registry.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/registry/search.go
2025-08-20T21:21:08.2062086Z [00:03:01.473]➜  go tool buildid -w $WORK/b1168/_pkg_.a # internal
2025-08-20T21:21:08.2071332Z [00:03:01.474]➜  cp $WORK/b1168/_pkg_.a /root/.cache/go-build/be/be31964603923c6127fb9a38e46c67da8cdf6c8b4c011116ad62149c4d8c4759-d # internal
2025-08-20T21:21:08.2079569Z [00:03:01.475]➜  github.com/docker/docker/api/types/container
2025-08-20T21:21:08.2082347Z [00:03:01.475]➜  mkdir -p $WORK/b1157/
2025-08-20T21:21:08.2086748Z [00:03:01.476]➜  cat >/tmp/go-build3547871397/b1157/importcfg << 'EOF' # internal
2025-08-20T21:21:08.2094563Z [00:03:01.476]➜  # import config
2025-08-20T21:21:08.2095227Z [00:03:01.476]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:08.2096152Z [00:03:01.476]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:08.2097211Z [00:03:01.476]➜  packagefile github.com/docker/docker/api/types/blkiodev=/tmp/go-build3547871397/b1158/_pkg_.a
2025-08-20T21:21:08.2098580Z [00:03:01.476]➜  packagefile github.com/docker/docker/api/types/common=/tmp/go-build3547871397/b1159/_pkg_.a
2025-08-20T21:21:08.2099943Z [00:03:01.476]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3547871397/b1160/_pkg_.a
2025-08-20T21:21:08.2101268Z [00:03:01.476]➜  packagefile github.com/docker/docker/api/types/mount=/tmp/go-build3547871397/b1162/_pkg_.a
2025-08-20T21:21:08.2102602Z [00:03:01.476]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build3547871397/b1163/_pkg_.a
2025-08-20T21:21:08.2104208Z [00:03:01.476]➜  packagefile github.com/docker/docker/api/types/storage=/tmp/go-build3547871397/b1165/_pkg_.a
2025-08-20T21:21:08.2105784Z [00:03:01.476]➜  packagefile github.com/docker/docker/api/types/strslice=/tmp/go-build3547871397/b1166/_pkg_.a
2025-08-20T21:21:08.2107147Z [00:03:01.476]➜  packagefile github.com/docker/go-connections/nat=/tmp/go-build3547871397/b1167/_pkg_.a
2025-08-20T21:21:08.2108358Z [00:03:01.476]➜  packagefile github.com/docker/go-units=/tmp/go-build3547871397/b1168/_pkg_.a
2025-08-20T21:21:08.2109624Z [00:03:01.476]➜  packagefile github.com/moby/docker-image-spec/specs-go/v1=/tmp/go-build3547871397/b1169/_pkg_.a
2025-08-20T21:21:08.2111081Z [00:03:01.476]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:08.2112242Z [00:03:01.476]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:08.2113963Z [00:03:01.476]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:08.2114932Z [00:03:01.476]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:08.2115720Z [00:03:01.476]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:08.2116257Z [00:03:01.476]➜  EOF
2025-08-20T21:21:08.2136537Z [00:03:01.476]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1157/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container=>github.com/docker/docker@v28.3.2+incompatible/api/types/container;$WORK/b1157=>" -p github.com/docker/docker/api/types/container -lang=go1.16 -complete -installsuffix shared -buildid HVSNS0ABF2TkpU6CzRk8/HVSNS0ABF2TkpU6CzRk8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1157/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/change_type.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/change_types.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/commit.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/config.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/container.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/create_request.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/create_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/disk_usage.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/errors.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/exec.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/filesystem_change.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/health.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/hostconfig.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/hostconfig_unix.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/network_settings.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/options.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/port.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/state.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/stats.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/top_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/update_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/wait_exit_error.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/wait_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/container/waitcondition.go
2025-08-20T21:21:08.2396663Z [00:03:01.507]➜  go tool buildid -w $WORK/b1170/_pkg_.a # internal
2025-08-20T21:21:08.2408723Z [00:03:01.508]➜  cp $WORK/b1170/_pkg_.a /root/.cache/go-build/5c/5cbf3e411f6bb3ee824c06670680fe43772eec629810d31acb5ada119167e8f1-d # internal
2025-08-20T21:21:08.2415873Z [00:03:01.508]➜  github.com/docker/docker/api/types/swarm/runtime
2025-08-20T21:21:08.2416521Z [00:03:01.508]➜  mkdir -p $WORK/b1173/
2025-08-20T21:21:08.2438659Z [00:03:01.509]➜  cat >/tmp/go-build3547871397/b1173/importcfg << 'EOF' # internal
2025-08-20T21:21:08.2439277Z [00:03:01.509]➜  # import config
2025-08-20T21:21:08.2439892Z [00:03:01.509]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:08.2440855Z [00:03:01.509]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:21:08.2441776Z [00:03:01.509]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:08.2442860Z [00:03:01.509]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:08.2443692Z [00:03:01.509]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:08.2444310Z [00:03:01.509]➜  EOF
2025-08-20T21:21:08.2449564Z [00:03:01.510]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1173/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/swarm/runtime=>github.com/docker/docker@v28.3.2+incompatible/api/types/swarm/runtime;$WORK/b1173=>" -p github.com/docker/docker/api/types/swarm/runtime -lang=go1.16 -complete -installsuffix shared -buildid X6E6xh9Ajtk1E1nr39Ks/X6E6xh9Ajtk1E1nr39Ks -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1173/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/swarm/runtime/gen.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/swarm/runtime/plugin.pb.go
2025-08-20T21:21:08.3480069Z [00:03:01.615]➜  go tool buildid -w $WORK/b1173/_pkg_.a # internal
2025-08-20T21:21:08.3496851Z [00:03:01.617]➜  cp $WORK/b1173/_pkg_.a /root/.cache/go-build/6c/6cbbe637a3cd375d3e6b27b5d21fbc744e26bd1e2a7628fb95975cf44d98e57b-d # internal
2025-08-20T21:21:08.3523064Z [00:03:01.619]➜  github.com/docker/docker/api/types/events
2025-08-20T21:21:08.3524558Z [00:03:01.620]➜  mkdir -p $WORK/b1176/
2025-08-20T21:21:08.3526105Z [00:03:01.620]➜  cat >/tmp/go-build3547871397/b1176/importcfg << 'EOF' # internal
2025-08-20T21:21:08.3527268Z [00:03:01.620]➜  # import config
2025-08-20T21:21:08.3528364Z [00:03:01.620]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3547871397/b1160/_pkg_.a
2025-08-20T21:21:08.3529623Z [00:03:01.620]➜  EOF
2025-08-20T21:21:08.3533883Z [00:03:01.620]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1176/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/events=>github.com/docker/docker@v28.3.2+incompatible/api/types/events;$WORK/b1176=>" -p github.com/docker/docker/api/types/events -lang=go1.16 -complete -installsuffix shared -buildid 5mrPQTgHZ9u4gzFoEr2-/5mrPQTgHZ9u4gzFoEr2- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1176/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/events/events.go
2025-08-20T21:21:08.3785106Z [00:03:01.646]➜  go tool buildid -w $WORK/b1176/_pkg_.a # internal
2025-08-20T21:21:08.3794940Z [00:03:01.647]➜  cp $WORK/b1176/_pkg_.a /root/.cache/go-build/c5/c523982e91fd24b8734df09ff3951b13f8a6dc654d05f3eab7e8696109936e53-d # internal
2025-08-20T21:21:08.3799978Z [00:03:01.647]➜  github.com/docker/docker/api/types/time
2025-08-20T21:21:08.3805196Z [00:03:01.648]➜  mkdir -p $WORK/b1178/
2025-08-20T21:21:08.3829883Z [00:03:01.650]➜  cat >/tmp/go-build3547871397/b1178/importcfg << 'EOF' # internal
2025-08-20T21:21:08.3830551Z [00:03:01.650]➜  # import config
2025-08-20T21:21:08.3831131Z [00:03:01.650]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:08.3831883Z [00:03:01.650]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:08.3832773Z [00:03:01.650]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:08.3833701Z [00:03:01.650]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:08.3834591Z [00:03:01.650]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:08.3835232Z [00:03:01.650]➜  EOF
2025-08-20T21:21:08.3843295Z [00:03:01.651]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1178/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/time=>github.com/docker/docker@v28.3.2+incompatible/api/types/time;$WORK/b1178=>" -p github.com/docker/docker/api/types/time -lang=go1.16 -complete -installsuffix shared -buildid S-GNfloUTi5MJHFVUhFp/S-GNfloUTi5MJHFVUhFp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1178/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/time/timestamp.go
2025-08-20T21:21:08.4220219Z [00:03:01.689]➜  go tool buildid -w $WORK/b1123/_pkg_.a # internal
2025-08-20T21:21:08.4265695Z [00:03:01.694]➜  go tool buildid -w $WORK/b1157/_pkg_.a # internal
2025-08-20T21:21:08.4271592Z [00:03:01.694]➜  cp $WORK/b1123/_pkg_.a /root/.cache/go-build/45/4564111fc5fc462eed91ce20c872609833cc330c2411787ef88c967ddce00751-d # internal
2025-08-20T21:21:08.4282439Z [00:03:01.696]➜  github.com/containerd/containerd
2025-08-20T21:21:08.4283261Z [00:03:01.696]➜  mkdir -p $WORK/b948/
2025-08-20T21:21:08.4293937Z [00:03:01.696]➜  cat >/tmp/go-build3547871397/b948/importcfg << 'EOF' # internal
2025-08-20T21:21:08.4294938Z [00:03:01.696]➜  # import config
2025-08-20T21:21:08.4295836Z [00:03:01.696]➜  packagefile archive/tar=/tmp/go-build3547871397/b861/_pkg_.a
2025-08-20T21:21:08.4296645Z [00:03:01.696]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:08.4297400Z [00:03:01.696]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:08.4298201Z [00:03:01.696]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:08.4298990Z [00:03:01.696]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:08.4299700Z [00:03:01.696]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:08.4300838Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/api/services/containers/v1=/tmp/go-build3547871397/b949/_pkg_.a
2025-08-20T21:21:08.4302300Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/api/services/content/v1=/tmp/go-build3547871397/b1019/_pkg_.a
2025-08-20T21:21:08.4324098Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/api/services/diff/v1=/tmp/go-build3547871397/b1020/_pkg_.a
2025-08-20T21:21:08.4325594Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/api/services/events/v1=/tmp/go-build3547871397/b1024/_pkg_.a
2025-08-20T21:21:08.4327068Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/api/services/images/v1=/tmp/go-build3547871397/b1025/_pkg_.a
2025-08-20T21:21:08.4328578Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/api/services/introspection/v1=/tmp/go-build3547871397/b1026/_pkg_.a
2025-08-20T21:21:08.4330059Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/api/services/leases/v1=/tmp/go-build3547871397/b1027/_pkg_.a
2025-08-20T21:21:08.4331782Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/api/services/namespaces/v1=/tmp/go-build3547871397/b1028/_pkg_.a
2025-08-20T21:21:08.4333584Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/api/services/sandbox/v1=/tmp/go-build3547871397/b1029/_pkg_.a
2025-08-20T21:21:08.4335231Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/api/services/snapshots/v1=/tmp/go-build3547871397/b1030/_pkg_.a
2025-08-20T21:21:08.4336760Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/api/services/streaming/v1=/tmp/go-build3547871397/b1031/_pkg_.a
2025-08-20T21:21:08.4338404Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/api/services/tasks/v1=/tmp/go-build3547871397/b1032/_pkg_.a
2025-08-20T21:21:08.4339977Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/api/services/transfer/v1=/tmp/go-build3547871397/b1034/_pkg_.a
2025-08-20T21:21:08.4341549Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/api/services/version/v1=/tmp/go-build3547871397/b1035/_pkg_.a
2025-08-20T21:21:08.4343177Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/api/types=/tmp/go-build3547871397/b1021/_pkg_.a
2025-08-20T21:21:08.4344558Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/api/types/runc/options=/tmp/go-build3547871397/b1036/_pkg_.a
2025-08-20T21:21:08.4345915Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/api/types/task=/tmp/go-build3547871397/b1033/_pkg_.a
2025-08-20T21:21:08.4347141Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/archive=/tmp/go-build3547871397/b1037/_pkg_.a
2025-08-20T21:21:08.4348586Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/archive/compression=/tmp/go-build3547871397/b1044/_pkg_.a
2025-08-20T21:21:08.4349830Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/cio=/tmp/go-build3547871397/b1045/_pkg_.a
2025-08-20T21:21:08.4351128Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/containers=/tmp/go-build3547871397/b1048/_pkg_.a
2025-08-20T21:21:08.4352344Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/content=/tmp/go-build3547871397/b1050/_pkg_.a
2025-08-20T21:21:08.4353739Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/content/proxy=/tmp/go-build3547871397/b1054/_pkg_.a
2025-08-20T21:21:08.4354968Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/defaults=/tmp/go-build3547871397/b1046/_pkg_.a
2025-08-20T21:21:08.4356135Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/diff=/tmp/go-build3547871397/b1058/_pkg_.a
2025-08-20T21:21:08.4357304Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/diff/proxy=/tmp/go-build3547871397/b1067/_pkg_.a
2025-08-20T21:21:08.4358508Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:08.4359674Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/events=/tmp/go-build3547871397/b1068/_pkg_.a
2025-08-20T21:21:08.4360831Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/images=/tmp/go-build3547871397/b1059/_pkg_.a
2025-08-20T21:21:08.4362031Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/images/archive=/tmp/go-build3547871397/b1069/_pkg_.a
2025-08-20T21:21:08.4366227Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/labels=/tmp/go-build3547871397/b1060/_pkg_.a
2025-08-20T21:21:08.4367504Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/leases=/tmp/go-build3547871397/b1072/_pkg_.a
2025-08-20T21:21:08.4368715Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/leases/proxy=/tmp/go-build3547871397/b1073/_pkg_.a
2025-08-20T21:21:08.4370042Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/mount=/tmp/go-build3547871397/b1063/_pkg_.a
2025-08-20T21:21:08.4371360Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/namespaces=/tmp/go-build3547871397/b1074/_pkg_.a
2025-08-20T21:21:08.4372994Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/oci=/tmp/go-build3547871397/b1076/_pkg_.a
2025-08-20T21:21:08.4374434Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/pkg/dialer=/tmp/go-build3547871397/b1081/_pkg_.a
2025-08-20T21:21:08.4375859Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/pkg/epoch=/tmp/go-build3547871397/b1039/_pkg_.a
2025-08-20T21:21:08.4377205Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/pkg/kmutex=/tmp/go-build3547871397/b1082/_pkg_.a
2025-08-20T21:21:08.4378549Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/pkg/streaming=/tmp/go-build3547871397/b1083/_pkg_.a
2025-08-20T21:21:08.4379946Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/pkg/transfer=/tmp/go-build3547871397/b1084/_pkg_.a
2025-08-20T21:21:08.4381429Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/pkg/transfer/proxy=/tmp/go-build3547871397/b1085/_pkg_.a
2025-08-20T21:21:08.4382938Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/pkg/unpack=/tmp/go-build3547871397/b1088/_pkg_.a
2025-08-20T21:21:08.4384173Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/plugin=/tmp/go-build3547871397/b1119/_pkg_.a
2025-08-20T21:21:08.4385373Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/protobuf=/tmp/go-build3547871397/b1055/_pkg_.a
2025-08-20T21:21:08.4386631Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/protobuf/proto=/tmp/go-build3547871397/b1066/_pkg_.a
2025-08-20T21:21:08.4387932Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/protobuf/types=/tmp/go-build3547871397/b1056/_pkg_.a
2025-08-20T21:21:08.4389197Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/remotes=/tmp/go-build3547871397/b1122/_pkg_.a
2025-08-20T21:21:08.4390580Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/remotes/docker=/tmp/go-build3547871397/b1123/_pkg_.a
2025-08-20T21:21:08.4391945Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/remotes/docker/schema1=/tmp/go-build3547871397/b1127/_pkg_.a
2025-08-20T21:21:08.4394044Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/rootfs=/tmp/go-build3547871397/b1129/_pkg_.a
2025-08-20T21:21:08.4395488Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/runtime/linux/runctypes=/tmp/go-build3547871397/b1130/_pkg_.a
2025-08-20T21:21:08.4396879Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/sandbox=/tmp/go-build3547871397/b1131/_pkg_.a
2025-08-20T21:21:08.4398199Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/sandbox/proxy=/tmp/go-build3547871397/b1133/_pkg_.a
2025-08-20T21:21:08.4399515Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/services=/tmp/go-build3547871397/b1134/_pkg_.a
2025-08-20T21:21:08.4400998Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/services/introspection=/tmp/go-build3547871397/b1135/_pkg_.a
2025-08-20T21:21:08.4402419Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/snapshots=/tmp/go-build3547871397/b1078/_pkg_.a
2025-08-20T21:21:08.4414824Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/snapshots/proxy=/tmp/go-build3547871397/b1139/_pkg_.a
2025-08-20T21:21:08.4416249Z [00:03:01.697]➜  packagefile github.com/containerd/containerd/tracing=/tmp/go-build3547871397/b1090/_pkg_.a
2025-08-20T21:21:08.4417402Z [00:03:01.697]➜  packagefile github.com/containerd/fifo=/tmp/go-build3547871397/b1047/_pkg_.a
2025-08-20T21:21:08.4418488Z [00:03:01.697]➜  packagefile github.com/containerd/platforms=/tmp/go-build3547871397/b1061/_pkg_.a
2025-08-20T21:21:08.4419609Z [00:03:01.697]➜  packagefile github.com/containerd/typeurl/v2=/tmp/go-build3547871397/b1049/_pkg_.a
2025-08-20T21:21:08.4420689Z [00:03:01.697]➜  packagefile github.com/moby/sys/signal=/tmp/go-build3547871397/b1140/_pkg_.a
2025-08-20T21:21:08.4421796Z [00:03:01.697]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:08.4423229Z [00:03:01.697]➜  packagefile github.com/opencontainers/image-spec/identity=/tmp/go-build3547871397/b1118/_pkg_.a
2025-08-20T21:21:08.4424868Z [00:03:01.697]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build3547871397/b1023/_pkg_.a
2025-08-20T21:21:08.4426219Z [00:03:01.697]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:08.4427605Z [00:03:01.697]➜  packagefile github.com/opencontainers/runtime-spec/specs-go=/tmp/go-build3547871397/b1080/_pkg_.a
2025-08-20T21:21:08.4429020Z [00:03:01.698]➜  packagefile github.com/opencontainers/selinux/go-selinux/label=/tmp/go-build3547871397/b1141/_pkg_.a
2025-08-20T21:21:08.4430268Z [00:03:01.698]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3547871397/b1062/_pkg_.a
2025-08-20T21:21:08.4431284Z [00:03:01.698]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:08.4432297Z [00:03:01.698]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3547871397/b965/_pkg_.a
2025-08-20T21:21:08.4433508Z [00:03:01.698]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:08.4434706Z [00:03:01.698]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3547871397/b985/_pkg_.a
2025-08-20T21:21:08.4435947Z [00:03:01.698]➜  packagefile google.golang.org/grpc/health/grpc_health_v1=/tmp/go-build3547871397/b1144/_pkg_.a
2025-08-20T21:21:08.4437086Z [00:03:01.698]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:08.4438298Z [00:03:01.698]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:08.4439313Z [00:03:01.698]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:08.4440162Z [00:03:01.698]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:08.4440978Z [00:03:01.698]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:08.4441806Z [00:03:01.698]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:08.4442806Z [00:03:01.698]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:08.4443638Z [00:03:01.698]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:08.4444397Z [00:03:01.698]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:08.4445185Z [00:03:01.698]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:08.4445968Z [00:03:01.698]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:08.4446686Z [00:03:01.698]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:08.4447247Z [00:03:01.698]➜  EOF
2025-08-20T21:21:08.4464749Z [00:03:01.698]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b948/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27=>github.com/containerd/containerd@v1.7.27;$WORK/b948=>" -p github.com/containerd/containerd -lang=go1.21 -complete -installsuffix shared -buildid C6JxemAl1kFxZMQatzK7/C6JxemAl1kFxZMQatzK7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b948/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/client.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/client_opts.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/container.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/container_checkpoint_opts.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/container_opts.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/container_opts_unix.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/container_restore_opts.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/containerstore.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/diff.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/events.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/export.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/grpc.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/image.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/image_store.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/import.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/install.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/install_opts.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/lease.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/namespaces.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/process.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/pull.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/sandbox.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/services.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/signals.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/snapshotter_default_linux.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/snapshotter_opts_unix.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/task.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/task_opts.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/task_opts_unix.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/transfer.go
2025-08-20T21:21:08.4480833Z [00:03:01.707]➜  cp $WORK/b1157/_pkg_.a /root/.cache/go-build/d2/d23015c3565b09bce2fd9cf8358d7702d1a632ae7b599b5ed047d6cc7266a776-d # internal
2025-08-20T21:21:08.4481901Z [00:03:01.707]➜  github.com/docker/docker/api/types/build
2025-08-20T21:21:08.4482435Z [00:03:01.707]➜  mkdir -p $WORK/b1156/
2025-08-20T21:21:08.4487061Z [00:03:01.707]➜  cat >/tmp/go-build3547871397/b1156/importcfg << 'EOF' # internal
2025-08-20T21:21:08.4487707Z [00:03:01.707]➜  # import config
2025-08-20T21:21:08.4488753Z [00:03:01.707]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build3547871397/b1157/_pkg_.a
2025-08-20T21:21:08.4490043Z [00:03:01.707]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3547871397/b1160/_pkg_.a
2025-08-20T21:21:08.4491426Z [00:03:01.707]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build3547871397/b1170/_pkg_.a
2025-08-20T21:21:08.4492404Z [00:03:01.707]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:08.4500156Z [00:03:01.707]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:08.4500745Z [00:03:01.707]➜  EOF
2025-08-20T21:21:08.4506184Z [00:03:01.707]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1156/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/build=>github.com/docker/docker@v28.3.2+incompatible/api/types/build;$WORK/b1156=>" -p github.com/docker/docker/api/types/build -lang=go1.16 -complete -installsuffix shared -buildid PSAAX0hLUiJPI2dOkffe/PSAAX0hLUiJPI2dOkffe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1156/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/build/build.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/build/cache.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/build/disk_usage.go
2025-08-20T21:21:08.4510853Z [00:03:01.716]➜  go tool buildid -w $WORK/b1178/_pkg_.a # internal
2025-08-20T21:21:08.4511996Z [00:03:01.717]➜  cp $WORK/b1178/_pkg_.a /root/.cache/go-build/3b/3bc9ece6fec20ea1b3d3863779c3732a8cd10f3b1cd36f7156bf6fbd69e96eaa-d # internal
2025-08-20T21:21:08.4518717Z [00:03:01.719]➜  github.com/docker/docker/api/types/image
2025-08-20T21:21:08.4520025Z [00:03:01.719]➜  mkdir -p $WORK/b1171/
2025-08-20T21:21:08.4527303Z [00:03:01.720]➜  cat >/tmp/go-build3547871397/b1171/importcfg << 'EOF' # internal
2025-08-20T21:21:08.4529569Z [00:03:01.720]➜  # import config
2025-08-20T21:21:08.4530498Z [00:03:01.720]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:08.4531559Z [00:03:01.720]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build3547871397/b1157/_pkg_.a
2025-08-20T21:21:08.4533271Z [00:03:01.720]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3547871397/b1160/_pkg_.a
2025-08-20T21:21:08.4534710Z [00:03:01.720]➜  packagefile github.com/docker/docker/api/types/storage=/tmp/go-build3547871397/b1165/_pkg_.a
2025-08-20T21:21:08.4535933Z [00:03:01.720]➜  packagefile github.com/moby/docker-image-spec/specs-go/v1=/tmp/go-build3547871397/b1169/_pkg_.a
2025-08-20T21:21:08.4537101Z [00:03:01.720]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:08.4538301Z [00:03:01.720]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:08.4539261Z [00:03:01.720]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:08.4539974Z [00:03:01.720]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:08.4540505Z [00:03:01.720]➜  EOF
2025-08-20T21:21:08.4549247Z [00:03:01.720]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1171/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/image=>github.com/docker/docker@v28.3.2+incompatible/api/types/image;$WORK/b1171=>" -p github.com/docker/docker/api/types/image -lang=go1.16 -complete -installsuffix shared -buildid 8p6aQiHNFOycWe7zHt5b/8p6aQiHNFOycWe7zHt5b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1171/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/image/delete_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/image/disk_usage.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/image/image.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/image/image_history.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/image/image_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/image/manifest.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/image/opts.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/image/summary.go
2025-08-20T21:21:08.4622352Z [00:03:01.729]➜  go tool buildid -w $WORK/b1156/_pkg_.a # internal
2025-08-20T21:21:08.4629218Z [00:03:01.730]➜  cp $WORK/b1156/_pkg_.a /root/.cache/go-build/79/79bfe4cf365f416e4a955747fe92d0c3f9d9465c3acbc41ee21142362a1d4892-d # internal
2025-08-20T21:21:08.4632768Z [00:03:01.731]➜  github.com/docker/docker/api/types/swarm
2025-08-20T21:21:08.4633406Z [00:03:01.731]➜  mkdir -p $WORK/b1172/
2025-08-20T21:21:08.4670491Z [00:03:01.734]➜  cat >/tmp/go-build3547871397/b1172/importcfg << 'EOF' # internal
2025-08-20T21:21:08.4671159Z [00:03:01.734]➜  # import config
2025-08-20T21:21:08.4672045Z [00:03:01.734]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build3547871397/b1157/_pkg_.a
2025-08-20T21:21:08.4673466Z [00:03:01.734]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3547871397/b1160/_pkg_.a
2025-08-20T21:21:08.4674671Z [00:03:01.734]➜  packagefile github.com/docker/docker/api/types/mount=/tmp/go-build3547871397/b1162/_pkg_.a
2025-08-20T21:21:08.4675871Z [00:03:01.734]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build3547871397/b1163/_pkg_.a
2025-08-20T21:21:08.4677133Z [00:03:01.734]➜  packagefile github.com/docker/docker/api/types/swarm/runtime=/tmp/go-build3547871397/b1173/_pkg_.a
2025-08-20T21:21:08.4678144Z [00:03:01.734]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:08.4678867Z [00:03:01.734]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:08.4679598Z [00:03:01.734]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:08.4680125Z [00:03:01.734]➜  EOF
2025-08-20T21:21:08.4691168Z [00:03:01.734]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1172/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/swarm=>github.com/docker/docker@v28.3.2+incompatible/api/types/swarm;$WORK/b1172=>" -p github.com/docker/docker/api/types/swarm -lang=go1.16 -complete -installsuffix shared -buildid uqsAnJqbg6FcUtCLW6wG/uqsAnJqbg6FcUtCLW6wG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1172/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/swarm/common.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/swarm/config.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/swarm/container.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/swarm/network.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/swarm/node.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/swarm/runtime.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/swarm/secret.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/swarm/service.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/swarm/service_create_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/swarm/service_update_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/swarm/swarm.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/swarm/task.go
2025-08-20T21:21:08.4889007Z [00:03:01.756]➜  go tool buildid -w $WORK/b1171/_pkg_.a # internal
2025-08-20T21:21:08.4897372Z [00:03:01.757]➜  cp $WORK/b1171/_pkg_.a /root/.cache/go-build/19/19aa71007982970e559d4f3b433900ffb4bf9ad43e607f495144a5278e1a33aa-d # internal
2025-08-20T21:21:08.4903964Z [00:03:01.757]➜  github.com/docker/docker/internal/lazyregexp
2025-08-20T21:21:08.4904688Z [00:03:01.757]➜  mkdir -p $WORK/b1179/
2025-08-20T21:21:08.4905398Z [00:03:01.758]➜  cat >/tmp/go-build3547871397/b1179/importcfg << 'EOF' # internal
2025-08-20T21:21:08.4906270Z [00:03:01.758]➜  # import config
2025-08-20T21:21:08.4906911Z [00:03:01.758]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:08.4907711Z [00:03:01.758]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:08.4908643Z [00:03:01.758]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:08.4909446Z [00:03:01.758]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:08.4910045Z [00:03:01.758]➜  EOF
2025-08-20T21:21:08.4914181Z [00:03:01.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1179/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/internal/lazyregexp=>github.com/docker/docker@v28.3.2+incompatible/internal/lazyregexp;$WORK/b1179=>" -p github.com/docker/docker/internal/lazyregexp -lang=go1.16 -complete -installsuffix shared -buildid iwZ3xExEh0-SUxKzMbyk/iwZ3xExEh0-SUxKzMbyk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1179/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/internal/lazyregexp/lazyregexp.go
2025-08-20T21:21:08.5232235Z [00:03:01.790]➜  go tool buildid -w $WORK/b1172/_pkg_.a # internal
2025-08-20T21:21:08.5249239Z [00:03:01.792]➜  cp $WORK/b1172/_pkg_.a /root/.cache/go-build/8b/8b094533c12e91e736a24ab03f1dcdca2b4d87d743fffa8fd618ddb45003550f-d # internal
2025-08-20T21:21:08.5261994Z [00:03:01.793]➜  github.com/docker/docker/api/types/volume
2025-08-20T21:21:08.5283521Z [00:03:01.793]➜  mkdir -p $WORK/b1174/
2025-08-20T21:21:08.5284328Z [00:03:01.794]➜  cat >/tmp/go-build3547871397/b1174/importcfg << 'EOF' # internal
2025-08-20T21:21:08.5285023Z [00:03:01.794]➜  # import config
2025-08-20T21:21:08.5285973Z [00:03:01.794]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3547871397/b1160/_pkg_.a
2025-08-20T21:21:08.5287296Z [00:03:01.794]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build3547871397/b1172/_pkg_.a
2025-08-20T21:21:08.5288139Z [00:03:01.794]➜  EOF
2025-08-20T21:21:08.5296592Z [00:03:01.794]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1174/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/volume=>github.com/docker/docker@v28.3.2+incompatible/api/types/volume;$WORK/b1174=>" -p github.com/docker/docker/api/types/volume -lang=go1.16 -complete -installsuffix shared -buildid mRiTvgllGQ2GmGI90Lur/mRiTvgllGQ2GmGI90Lur -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1174/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/volume/cluster_volume.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/volume/create_options.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/volume/disk_usage.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/volume/list_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/volume/options.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/volume/volume.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/volume/volume_update.go
2025-08-20T21:21:08.5371734Z [00:03:01.804]➜  go tool buildid -w $WORK/b1179/_pkg_.a # internal
2025-08-20T21:21:08.5455916Z [00:03:01.813]➜  cp $WORK/b1179/_pkg_.a /root/.cache/go-build/b3/b318effe2022c1c7d184204457a6a59254c85d3b0496cb3986079d18dee4821b-d # internal
2025-08-20T21:21:08.5484222Z [00:03:01.815]➜  github.com/docker/go-connections/sockets
2025-08-20T21:21:08.5484936Z [00:03:01.815]➜  mkdir -p $WORK/b1180/
2025-08-20T21:21:08.5485647Z [00:03:01.815]➜  cat >/tmp/go-build3547871397/b1180/importcfg << 'EOF' # internal
2025-08-20T21:21:08.5486299Z [00:03:01.815]➜  # import config
2025-08-20T21:21:08.5486930Z [00:03:01.815]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:08.5495745Z [00:03:01.815]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:08.5496840Z [00:03:01.815]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:08.5497673Z [00:03:01.815]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:08.5498455Z [00:03:01.815]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:08.5499487Z [00:03:01.815]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:08.5500311Z [00:03:01.815]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:08.5501101Z [00:03:01.815]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:08.5501894Z [00:03:01.815]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:08.5512899Z [00:03:01.815]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:08.5513779Z [00:03:01.815]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:08.5514358Z [00:03:01.815]➜  EOF
2025-08-20T21:21:08.5520754Z [00:03:01.815]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1180/_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/b1180=>" -p github.com/docker/go-connections/sockets -lang=go1.18 -complete -installsuffix shared -buildid 81ufazsguSshFoKoIu8V/81ufazsguSshFoKoIu8V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1180/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:21:08.5526881Z [00:03:01.815]➜  go tool buildid -w $WORK/b1174/_pkg_.a # internal
2025-08-20T21:21:08.5528197Z [00:03:01.815]➜  cp $WORK/b1174/_pkg_.a /root/.cache/go-build/c8/c8cef8efc13a2e48bd109687dcc1a80d02be3e7f7a32b29daff34650c2d4f0f7-d # internal
2025-08-20T21:21:08.5529350Z [00:03:01.815]➜  github.com/docker/docker/api/types
2025-08-20T21:21:08.5530132Z [00:03:01.815]➜  mkdir -p $WORK/b1155/
2025-08-20T21:21:08.5531028Z [00:03:01.815]➜  cat >/tmp/go-build3547871397/b1155/importcfg << 'EOF' # internal
2025-08-20T21:21:08.5531697Z [00:03:01.815]➜  # import config
2025-08-20T21:21:08.5532343Z [00:03:01.815]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:08.5533288Z [00:03:01.815]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:08.5534138Z [00:03:01.815]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:08.5535014Z [00:03:01.815]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:08.5536073Z [00:03:01.815]➜  packagefile github.com/docker/docker/api/types/build=/tmp/go-build3547871397/b1156/_pkg_.a
2025-08-20T21:21:08.5537407Z [00:03:01.815]➜  packagefile github.com/docker/docker/api/types/common=/tmp/go-build3547871397/b1159/_pkg_.a
2025-08-20T21:21:08.5538768Z [00:03:01.815]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build3547871397/b1157/_pkg_.a
2025-08-20T21:21:08.5540143Z [00:03:01.815]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build3547871397/b1171/_pkg_.a
2025-08-20T21:21:08.5541441Z [00:03:01.816]➜  packagefile github.com/docker/docker/api/types/storage=/tmp/go-build3547871397/b1165/_pkg_.a
2025-08-20T21:21:08.5542906Z [00:03:01.816]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build3547871397/b1172/_pkg_.a
2025-08-20T21:21:08.5544257Z [00:03:01.816]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build3547871397/b1174/_pkg_.a
2025-08-20T21:21:08.5545347Z [00:03:01.816]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:08.5546144Z [00:03:01.816]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:08.5546772Z [00:03:01.816]➜  EOF
2025-08-20T21:21:08.5557368Z [00:03:01.816]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1155/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types=>github.com/docker/docker@v28.3.2+incompatible/api/types;$WORK/b1155=>" -p github.com/docker/docker/api/types -lang=go1.16 -complete -installsuffix shared -buildid 09uXElzDkq_q5TfZBuyr/09uXElzDkq_q5TfZBuyr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1155/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/client.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/error_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/error_response_ext.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/plugin.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/plugin_device.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/plugin_env.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/plugin_interface_type.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/plugin_mount.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/plugin_responses.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/types.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/types_deprecated.go
2025-08-20T21:21:08.6014064Z [00:03:01.868]➜  go tool buildid -w $WORK/b1155/_pkg_.a # internal
2025-08-20T21:21:08.6032232Z [00:03:01.870]➜  cp $WORK/b1155/_pkg_.a /root/.cache/go-build/76/767f72e9b92bf08d7fc66ea878b0d5c1f00acffa740f9844566d3f688cecf8dc-d # internal
2025-08-20T21:21:08.6036817Z [00:03:01.871]➜  github.com/docker/docker/api/types/system
2025-08-20T21:21:08.6037510Z [00:03:01.871]➜  mkdir -p $WORK/b1177/
2025-08-20T21:21:08.6044468Z [00:03:01.871]➜  cat >/tmp/go-build3547871397/b1177/importcfg << 'EOF' # internal
2025-08-20T21:21:08.6045232Z [00:03:01.872]➜  # import config
2025-08-20T21:21:08.6045931Z [00:03:01.872]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:08.6046751Z [00:03:01.872]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:08.6047956Z [00:03:01.872]➜  packagefile github.com/docker/docker/api/types/build=/tmp/go-build3547871397/b1156/_pkg_.a
2025-08-20T21:21:08.6049504Z [00:03:01.872]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build3547871397/b1157/_pkg_.a
2025-08-20T21:21:08.6050825Z [00:03:01.872]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build3547871397/b1171/_pkg_.a
2025-08-20T21:21:08.6052147Z [00:03:01.872]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build3547871397/b1170/_pkg_.a
2025-08-20T21:21:08.6053603Z [00:03:01.872]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build3547871397/b1172/_pkg_.a
2025-08-20T21:21:08.6054954Z [00:03:01.872]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build3547871397/b1174/_pkg_.a
2025-08-20T21:21:08.6056230Z [00:03:01.872]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:08.6056921Z [00:03:01.872]➜  EOF
2025-08-20T21:21:08.6063190Z [00:03:01.872]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1177/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/system=>github.com/docker/docker@v28.3.2+incompatible/api/types/system;$WORK/b1177=>" -p github.com/docker/docker/api/types/system -lang=go1.16 -complete -installsuffix shared -buildid LG8a25VjiPGWJGEbei35/LG8a25VjiPGWJGEbei35 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1177/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/system/disk_usage.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/system/info.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/system/runtime.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/api/types/system/security_opts.go
2025-08-20T21:21:08.6180734Z [00:03:01.885]➜  go tool buildid -w $WORK/b1180/_pkg_.a # internal
2025-08-20T21:21:08.6203211Z [00:03:01.887]➜  cp $WORK/b1180/_pkg_.a /root/.cache/go-build/46/4675ab917da8757d24bb830f916e40ca8532008eb1ebf455f7769091c8487809-d # internal
2025-08-20T21:21:08.6216328Z [00:03:01.887]➜  github.com/containerd/stargz-snapshotter/estargz/errorutil
2025-08-20T21:21:08.6217185Z [00:03:01.887]➜  mkdir -p $WORK/b1183/
2025-08-20T21:21:08.6218007Z [00:03:01.888]➜  cat >/tmp/go-build3547871397/b1183/importcfg << 'EOF' # internal
2025-08-20T21:21:08.6218710Z [00:03:01.888]➜  # import config
2025-08-20T21:21:08.6219388Z [00:03:01.888]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:08.6220222Z [00:03:01.888]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:08.6221047Z [00:03:01.888]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:08.6221683Z [00:03:01.888]➜  EOF
2025-08-20T21:21:08.6226282Z [00:03:01.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1183/_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/b1183=>" -p github.com/containerd/stargz-snapshotter/estargz/errorutil -lang=go1.22 -complete -installsuffix shared -buildid YUP2lq34ou-ZryKy7AQO/YUP2lq34ou-ZryKy7AQO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1183/importcfg -pack /root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3/errorutil/errors.go
2025-08-20T21:21:08.6321289Z [00:03:01.899]➜  go tool buildid -w $WORK/b1183/_pkg_.a # internal
2025-08-20T21:21:08.6326964Z [00:03:01.900]➜  cp $WORK/b1183/_pkg_.a /root/.cache/go-build/61/61f3914a4f57acd6d4177f40555eff27aad5044d77437ebe4ade55c7b7bada92-d # internal
2025-08-20T21:21:08.6338255Z [00:03:01.901]➜  github.com/vbatts/tar-split/archive/tar
2025-08-20T21:21:08.6343278Z [00:03:01.901]➜  mkdir -p $WORK/b1184/
2025-08-20T21:21:08.6344086Z [00:03:01.901]➜  cat >/tmp/go-build3547871397/b1184/importcfg << 'EOF' # internal
2025-08-20T21:21:08.6344820Z [00:03:01.901]➜  # import config
2025-08-20T21:21:08.6345511Z [00:03:01.901]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:08.6346636Z [00:03:01.901]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:08.6347458Z [00:03:01.901]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:08.6348261Z [00:03:01.901]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:08.6349066Z [00:03:01.901]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:08.6349858Z [00:03:01.901]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:08.6350671Z [00:03:01.901]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:21:08.6351486Z [00:03:01.901]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:08.6352452Z [00:03:01.901]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:08.6353620Z [00:03:01.901]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:08.6354455Z [00:03:01.901]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:08.6355442Z [00:03:01.901]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:08.6356317Z [00:03:01.901]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:08.6357138Z [00:03:01.901]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:08.6357959Z [00:03:01.901]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:08.6358775Z [00:03:01.901]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:08.6359396Z [00:03:01.901]➜  EOF
2025-08-20T21:21:08.6388347Z [00:03:01.901]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1184/_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/b1184=>" -p github.com/vbatts/tar-split/archive/tar -lang=go1.17 -complete -installsuffix shared -buildid qKKt20vxO4b4U83f3Bv-/qKKt20vxO4b4U83f3Bv- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1184/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:21:08.6424828Z [00:03:01.907]➜  go tool buildid -w $WORK/b1177/_pkg_.a # internal
2025-08-20T21:21:08.6430217Z [00:03:01.910]➜  cp $WORK/b1177/_pkg_.a /root/.cache/go-build/a5/a5bc29e8e86bfa466163b9d244a7062a2f94806e9acbdb58dca48bfccbaf086a-d # internal
2025-08-20T21:21:08.6469617Z [00:03:01.914]➜  github.com/docker/docker/client
2025-08-20T21:21:08.6473964Z [00:03:01.914]➜  mkdir -p $WORK/b1151/
2025-08-20T21:21:08.6474764Z [00:03:01.914]➜  cat >/tmp/go-build3547871397/b1151/importcfg << 'EOF' # internal
2025-08-20T21:21:08.6475694Z [00:03:01.914]➜  # import config
2025-08-20T21:21:08.6477724Z [00:03:01.914]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:08.6479925Z [00:03:01.914]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:08.6481971Z [00:03:01.914]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:08.6483195Z [00:03:01.914]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:08.6484301Z [00:03:01.914]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:08.6485363Z [00:03:01.914]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:08.6486470Z [00:03:01.914]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:08.6489972Z [00:03:01.914]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:08.6490993Z [00:03:01.914]➜  packagefile github.com/containerd/errdefs=/tmp/go-build3547871397/b910/_pkg_.a
2025-08-20T21:21:08.6492447Z [00:03:01.914]➜  packagefile github.com/containerd/errdefs/pkg/errhttp=/tmp/go-build3547871397/b1152/_pkg_.a
2025-08-20T21:21:08.6494966Z [00:03:01.914]➜  packagefile github.com/distribution/reference=/tmp/go-build3547871397/b1071/_pkg_.a
2025-08-20T21:21:08.6496159Z [00:03:01.914]➜  packagefile github.com/docker/docker/api=/tmp/go-build3547871397/b1154/_pkg_.a
2025-08-20T21:21:08.6497337Z [00:03:01.914]➜  packagefile github.com/docker/docker/api/types=/tmp/go-build3547871397/b1155/_pkg_.a
2025-08-20T21:21:08.6498629Z [00:03:01.914]➜  packagefile github.com/docker/docker/api/types/build=/tmp/go-build3547871397/b1156/_pkg_.a
2025-08-20T21:21:08.6500162Z [00:03:01.914]➜  packagefile github.com/docker/docker/api/types/checkpoint=/tmp/go-build3547871397/b1175/_pkg_.a
2025-08-20T21:21:08.6501601Z [00:03:01.914]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build3547871397/b1157/_pkg_.a
2025-08-20T21:21:08.6503372Z [00:03:01.914]➜  packagefile github.com/docker/docker/api/types/events=/tmp/go-build3547871397/b1176/_pkg_.a
2025-08-20T21:21:08.6504736Z [00:03:01.914]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3547871397/b1160/_pkg_.a
2025-08-20T21:21:08.6506065Z [00:03:01.914]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build3547871397/b1171/_pkg_.a
2025-08-20T21:21:08.6507368Z [00:03:01.914]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build3547871397/b1163/_pkg_.a
2025-08-20T21:21:08.6508709Z [00:03:01.914]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build3547871397/b1170/_pkg_.a
2025-08-20T21:21:08.6510045Z [00:03:01.914]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build3547871397/b1172/_pkg_.a
2025-08-20T21:21:08.6511372Z [00:03:01.914]➜  packagefile github.com/docker/docker/api/types/system=/tmp/go-build3547871397/b1177/_pkg_.a
2025-08-20T21:21:08.6512869Z [00:03:01.914]➜  packagefile github.com/docker/docker/api/types/time=/tmp/go-build3547871397/b1178/_pkg_.a
2025-08-20T21:21:08.6514210Z [00:03:01.914]➜  packagefile github.com/docker/docker/api/types/versions=/tmp/go-build3547871397/b1161/_pkg_.a
2025-08-20T21:21:08.6515551Z [00:03:01.914]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build3547871397/b1174/_pkg_.a
2025-08-20T21:21:08.6516899Z [00:03:01.914]➜  packagefile github.com/docker/docker/internal/lazyregexp=/tmp/go-build3547871397/b1179/_pkg_.a
2025-08-20T21:21:08.6518231Z [00:03:01.914]➜  packagefile github.com/docker/go-connections/sockets=/tmp/go-build3547871397/b1180/_pkg_.a
2025-08-20T21:21:08.6519540Z [00:03:01.914]➜  packagefile github.com/docker/go-connections/tlsconfig=/tmp/go-build3547871397/b911/_pkg_.a
2025-08-20T21:21:08.6520814Z [00:03:01.914]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:08.6522143Z [00:03:01.914]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:08.6531882Z [00:03:01.914]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:21:08.6533576Z [00:03:01.914]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build3547871397/b1091/_pkg_.a
2025-08-20T21:21:08.6534999Z [00:03:01.914]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3547871397/b1107/_pkg_.a
2025-08-20T21:21:08.6536012Z [00:03:01.914]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:08.6536801Z [00:03:01.914]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:08.6537615Z [00:03:01.914]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:08.6538468Z [00:03:01.914]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:08.6539286Z [00:03:01.914]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:08.6540084Z [00:03:01.914]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:08.6541191Z [00:03:01.914]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:08.6542093Z [00:03:01.914]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:08.6543137Z [00:03:01.914]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:08.6543978Z [00:03:01.914]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:08.6544823Z [00:03:01.914]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:08.6545596Z [00:03:01.914]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:08.6546395Z [00:03:01.914]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:08.6547207Z [00:03:01.914]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:08.6547928Z [00:03:01.914]➜  EOF
2025-08-20T21:21:08.6624734Z [00:03:01.914]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1151/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client=>github.com/docker/docker@v28.3.2+incompatible/client;$WORK/b1151=>" -p github.com/docker/docker/client -lang=go1.16 -complete -installsuffix shared -buildid TrKrwwjfGSNZzlErKGLH/TrKrwwjfGSNZzlErKGLH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1151/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/build_cancel.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/build_prune.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/checkpoint.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/checkpoint_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/checkpoint_delete.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/checkpoint_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/client.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/client_deprecated.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/client_interfaces.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/client_unix.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/config_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/config_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/config_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/config_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/config_update.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_attach.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_commit.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_copy.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_diff.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_exec.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_export.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_kill.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_logs.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_pause.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_prune.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_rename.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_resize.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_restart.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_start.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_stats.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_stop.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_top.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_unpause.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_update.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/container_wait.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/disk_usage.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/distribution_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/envvars.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/errors.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/events.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/hijack.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/image_build.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/image_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/image_history.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/image_history_opts.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/image_import.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/image_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/image_inspect_opts.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/image_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/image_load.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/image_load_opts.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/image_prune.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/image_pull.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/image_push.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/image_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/image_save.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/image_save_opts.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/image_search.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/image_tag.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/info.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/login.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/network_connect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/network_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/network_disconnect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/network_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/network_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/network_prune.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/network_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/node_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/node_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/node_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/node_update.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/options.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/ping.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/plugin_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/plugin_disable.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/plugin_enable.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/plugin_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/plugin_install.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/plugin_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/plugin_push.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/plugin_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/plugin_set.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/plugin_upgrade.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/request.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/secret_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/secret_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/secret_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/secret_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/secret_update.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/service_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/service_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/service_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/service_logs.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/service_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/service_update.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/swarm_get_unlock_key.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/swarm_init.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/swarm_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/swarm_join.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/swarm_leave.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/swarm_unlock.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/swarm_update.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/task_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/task_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/task_logs.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/utils.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/version.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/volume_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/volume_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/volume_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/volume_prune.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/volume_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/client/volume_update.go
2025-08-20T21:21:09.0058572Z [00:03:02.273]➜  go tool buildid -w $WORK/b1184/_pkg_.a # internal
2025-08-20T21:21:09.0134297Z [00:03:02.280]➜  cp $WORK/b1184/_pkg_.a /root/.cache/go-build/c0/c047234ce1277a071ce706200cc4072a4297bb801bfef5af5bce355357a9dd23-d # internal
2025-08-20T21:21:09.0135468Z [00:03:02.281]➜  internal/sysinfo
2025-08-20T21:21:09.0137595Z [00:03:02.281]➜  mkdir -p $WORK/b1186/
2025-08-20T21:21:09.0140666Z [00:03:02.281]➜  cat >/tmp/go-build3547871397/b1186/importcfg << 'EOF' # internal
2025-08-20T21:21:09.0143237Z [00:03:02.281]➜  # import config
2025-08-20T21:21:09.0144368Z [00:03:02.281]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:09.0145539Z [00:03:02.281]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:09.0146581Z [00:03:02.281]➜  packagefile internal/cpu=/tmp/go-build3547871397/b012/_pkg_.a
2025-08-20T21:21:09.0147566Z [00:03:02.281]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:09.0150644Z [00:03:02.281]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:09.0151484Z [00:03:02.281]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:09.0152298Z [00:03:02.281]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:09.0153074Z [00:03:02.281]➜  EOF
2025-08-20T21:21:09.0156398Z [00:03:02.281]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1186/_pkg_.a -trimpath "/root/.go/src/internal/sysinfo=>internal/sysinfo;$WORK/b1186=>" -p internal/sysinfo -lang=go1.25 -std -complete -installsuffix shared -buildid 2LlP5eE58_Bepn4XAFpx/2LlP5eE58_Bepn4XAFpx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1186/importcfg -pack /root/.go/src/internal/sysinfo/cpuinfo_linux.go /root/.go/src/internal/sysinfo/sysinfo.go
2025-08-20T21:21:09.0511635Z [00:03:02.318]➜  go tool buildid -w $WORK/b1186/_pkg_.a # internal
2025-08-20T21:21:09.0524026Z [00:03:02.320]➜  cp $WORK/b1186/_pkg_.a /root/.cache/go-build/2b/2b97ad2c0335aebfdfc2883ac4201c66777086b1833d6143b9608958e204e6bf-d # internal
2025-08-20T21:21:09.0530195Z [00:03:02.320]➜  testing
2025-08-20T21:21:09.0533278Z [00:03:02.320]➜  mkdir -p $WORK/b1185/
2025-08-20T21:21:09.0542092Z [00:03:02.321]➜  cat >/tmp/go-build3547871397/b1185/importcfg << 'EOF' # internal
2025-08-20T21:21:09.0542986Z [00:03:02.321]➜  # import config
2025-08-20T21:21:09.0543593Z [00:03:02.321]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:09.0544575Z [00:03:02.321]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:09.0545691Z [00:03:02.321]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:09.0546691Z [00:03:02.321]➜  packagefile flag=/tmp/go-build3547871397/b002/_pkg_.a
2025-08-20T21:21:09.0547648Z [00:03:02.321]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:09.0550781Z [00:03:02.321]➜  packagefile internal/race=/tmp/go-build3547871397/b030/_pkg_.a
2025-08-20T21:21:09.0551797Z [00:03:02.321]➜  packagefile internal/sysinfo=/tmp/go-build3547871397/b1186/_pkg_.a
2025-08-20T21:21:09.0552862Z [00:03:02.321]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:09.0553686Z [00:03:02.321]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:09.0554486Z [00:03:02.321]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:09.0555309Z [00:03:02.321]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:09.0556138Z [00:03:02.321]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:09.0557015Z [00:03:02.321]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:09.0557828Z [00:03:02.321]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:09.0558955Z [00:03:02.321]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:21:09.0559881Z [00:03:02.321]➜  packagefile runtime/trace=/tmp/go-build3547871397/b810/_pkg_.a
2025-08-20T21:21:09.0560800Z [00:03:02.321]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:09.0561649Z [00:03:02.321]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:09.0562501Z [00:03:02.321]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:09.0563505Z [00:03:02.321]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:09.0564400Z [00:03:02.321]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:09.0565296Z [00:03:02.321]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:09.0566106Z [00:03:02.321]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:09.0566981Z [00:03:02.321]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:09.0567846Z [00:03:02.321]➜  EOF
2025-08-20T21:21:09.0572547Z [00:03:02.321]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1185/_pkg_.a -trimpath "/root/.go/src/testing=>testing;$WORK/b1185=>" -p testing -lang=go1.25 -std -complete -installsuffix shared -buildid XVSwLsZ-oMhNg2cX7CBg/XVSwLsZ-oMhNg2cX7CBg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1185/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:21:09.3499509Z [00:03:02.617]➜  go tool buildid -w $WORK/b948/_pkg_.a # internal
2025-08-20T21:21:09.3747278Z [00:03:02.639]➜  cp $WORK/b948/_pkg_.a /root/.cache/go-build/d6/d6172c13fb11e05bb58705e412af0f3457f0d2ccae9110d116f28e2eeaa91e48-d # internal
2025-08-20T21:21:09.3749092Z [00:03:02.639]➜  github.com/anchore/stereoscope/internal/containerd
2025-08-20T21:21:09.3749828Z [00:03:02.640]➜  mkdir -p $WORK/b947/
2025-08-20T21:21:09.3750564Z [00:03:02.640]➜  cat >/tmp/go-build3547871397/b947/importcfg << 'EOF' # internal
2025-08-20T21:21:09.3751212Z [00:03:02.640]➜  # import config
2025-08-20T21:21:09.3751862Z [00:03:02.640]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:09.3752966Z [00:03:02.640]➜  packagefile github.com/adrg/xdg=/tmp/go-build3547871397/b697/_pkg_.a
2025-08-20T21:21:09.3754145Z [00:03:02.640]➜  packagefile github.com/anchore/stereoscope/internal/log=/tmp/go-build3547871397/b862/_pkg_.a
2025-08-20T21:21:09.3755447Z [00:03:02.640]➜  packagefile github.com/containerd/containerd=/tmp/go-build3547871397/b948/_pkg_.a
2025-08-20T21:21:09.3756694Z [00:03:02.640]➜  packagefile github.com/containerd/containerd/defaults=/tmp/go-build3547871397/b1046/_pkg_.a
2025-08-20T21:21:09.3758078Z [00:03:02.640]➜  packagefile github.com/containerd/containerd/namespaces=/tmp/go-build3547871397/b1074/_pkg_.a
2025-08-20T21:21:09.3759241Z [00:03:02.640]➜  packagefile github.com/spf13/afero=/tmp/go-build3547871397/b777/_pkg_.a
2025-08-20T21:21:09.3760154Z [00:03:02.640]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:09.3760756Z [00:03:02.640]➜  EOF
2025-08-20T21:21:09.3765028Z [00:03:02.640]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b947/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/internal/containerd=>github.com/anchore/stereoscope@v0.1.6/internal/containerd;$WORK/b947=>" -p github.com/anchore/stereoscope/internal/containerd -lang=go1.24 -complete -installsuffix shared -buildid 3dte0p2oaP4PxKf4oMoj/3dte0p2oaP4PxKf4oMoj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b947/importcfg -pack /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/internal/containerd/client.go
2025-08-20T21:21:09.4743110Z [00:03:02.741]➜  go tool buildid -w $WORK/b947/_pkg_.a # internal
2025-08-20T21:21:09.4775191Z [00:03:02.745]➜  cp $WORK/b947/_pkg_.a /root/.cache/go-build/da/da1433f5a57e509d230921dee1a67ab9640f504c540204eae767c506c0de205c-d # internal
2025-08-20T21:21:09.4781034Z [00:03:02.745]➜  github.com/google/go-containerregistry/internal/and
2025-08-20T21:21:09.4781779Z [00:03:02.745]➜  mkdir -p $WORK/b1187/
2025-08-20T21:21:09.4782543Z [00:03:02.745]➜  cat >/tmp/go-build3547871397/b1187/importcfg << 'EOF' # internal
2025-08-20T21:21:09.4783472Z [00:03:02.745]➜  # import config
2025-08-20T21:21:09.4784084Z [00:03:02.745]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:09.4784649Z [00:03:02.745]➜  EOF
2025-08-20T21:21:09.4788452Z [00:03:02.745]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1187/_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/b1187=>" -p github.com/google/go-containerregistry/internal/and -lang=go1.24 -complete -installsuffix shared -buildid BxYzuGwe5O7DSDSIKgg7/BxYzuGwe5O7DSDSIKgg7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1187/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/and/and_closer.go
2025-08-20T21:21:09.4891862Z [00:03:02.756]➜  go tool buildid -w $WORK/b1187/_pkg_.a # internal
2025-08-20T21:21:09.4906655Z [00:03:02.757]➜  cp $WORK/b1187/_pkg_.a /root/.cache/go-build/e1/e192c73626c91080a02d9409fa44dea94e9adf1e913290fec7ab9e447ac17af0-d # internal
2025-08-20T21:21:09.4913948Z [00:03:02.757]➜  github.com/google/go-containerregistry/internal/gzip
2025-08-20T21:21:09.4914581Z [00:03:02.757]➜  mkdir -p $WORK/b1189/
2025-08-20T21:21:09.4915254Z [00:03:02.758]➜  cat >/tmp/go-build3547871397/b1189/importcfg << 'EOF' # internal
2025-08-20T21:21:09.4916058Z [00:03:02.758]➜  # import config
2025-08-20T21:21:09.4916676Z [00:03:02.758]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:09.4917430Z [00:03:02.758]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:09.4918337Z [00:03:02.758]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:21:09.4919443Z [00:03:02.758]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build3547871397/b1187/_pkg_.a
2025-08-20T21:21:09.4920431Z [00:03:02.758]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:09.4920990Z [00:03:02.758]➜  EOF
2025-08-20T21:21:09.4927161Z [00:03:02.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1189/_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/b1189=>" -p github.com/google/go-containerregistry/internal/gzip -lang=go1.24 -complete -installsuffix shared -buildid RaAJEiZHuGzzQJFG_EkO/RaAJEiZHuGzzQJFG_EkO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1189/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/gzip/zip.go
2025-08-20T21:21:09.5134292Z [00:03:02.781]➜  go tool buildid -w $WORK/b1189/_pkg_.a # internal
2025-08-20T21:21:09.5163540Z [00:03:02.782]➜  cp $WORK/b1189/_pkg_.a /root/.cache/go-build/76/7667a1fbab799862623a94a2c83f92e939ef527dd4ca6b61f288a6187f5c7c6c-d # internal
2025-08-20T21:21:09.5164857Z [00:03:02.782]➜  github.com/google/go-containerregistry/internal/zstd
2025-08-20T21:21:09.5165500Z [00:03:02.782]➜  mkdir -p $WORK/b1190/
2025-08-20T21:21:09.5166203Z [00:03:02.783]➜  cat >/tmp/go-build3547871397/b1190/importcfg << 'EOF' # internal
2025-08-20T21:21:09.5166875Z [00:03:02.783]➜  # import config
2025-08-20T21:21:09.5167496Z [00:03:02.783]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:09.5168251Z [00:03:02.783]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:09.5169351Z [00:03:02.783]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build3547871397/b1187/_pkg_.a
2025-08-20T21:21:09.5170598Z [00:03:02.783]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3547871397/b878/_pkg_.a
2025-08-20T21:21:09.5171678Z [00:03:02.783]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:09.5172238Z [00:03:02.783]➜  EOF
2025-08-20T21:21:09.5176097Z [00:03:02.783]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1190/_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/b1190=>" -p github.com/google/go-containerregistry/internal/zstd -lang=go1.24 -complete -installsuffix shared -buildid LT06dJgqdH4JPdF15sPh/LT06dJgqdH4JPdF15sPh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1190/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/zstd/zstd.go
2025-08-20T21:21:09.5328710Z [00:03:02.800]➜  go tool buildid -w $WORK/b1151/_pkg_.a # internal
2025-08-20T21:21:09.5528387Z [00:03:02.820]➜  cp $WORK/b1151/_pkg_.a /root/.cache/go-build/85/85f7047590957930596aa8ad1cc38edd54f92904c3eae988e2678ba446430487-d # internal
2025-08-20T21:21:09.5535138Z [00:03:02.820]➜  github.com/anchore/stereoscope/internal/docker
2025-08-20T21:21:09.5535989Z [00:03:02.821]➜  mkdir -p $WORK/b1147/
2025-08-20T21:21:09.5539730Z [00:03:02.821]➜  cat >/tmp/go-build3547871397/b1147/importcfg << 'EOF' # internal
2025-08-20T21:21:09.5545355Z [00:03:02.821]➜  # import config
2025-08-20T21:21:09.5546059Z [00:03:02.821]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:09.5546925Z [00:03:02.821]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:09.5547930Z [00:03:02.821]➜  packagefile github.com/anchore/go-homedir=/tmp/go-build3547871397/b764/_pkg_.a
2025-08-20T21:21:09.5549342Z [00:03:02.821]➜  packagefile github.com/docker/cli/cli/connhelper=/tmp/go-build3547871397/b1148/_pkg_.a
2025-08-20T21:21:09.5550589Z [00:03:02.821]➜  packagefile github.com/docker/docker/client=/tmp/go-build3547871397/b1151/_pkg_.a
2025-08-20T21:21:09.5551620Z [00:03:02.821]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:09.5552593Z [00:03:02.821]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:09.5553639Z [00:03:02.821]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:09.5554503Z [00:03:02.821]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:09.5555146Z [00:03:02.821]➜  EOF
2025-08-20T21:21:09.5559126Z [00:03:02.821]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1147/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/internal/docker=>github.com/anchore/stereoscope@v0.1.6/internal/docker;$WORK/b1147=>" -p github.com/anchore/stereoscope/internal/docker -lang=go1.24 -complete -installsuffix shared -buildid 6jYT1xI-W7RG4cv_UbaR/6jYT1xI-W7RG4cv_UbaR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1147/importcfg -pack /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/internal/docker/client.go
2025-08-20T21:21:09.5565489Z [00:03:02.824]➜  go tool buildid -w $WORK/b1190/_pkg_.a # internal
2025-08-20T21:21:09.5578047Z [00:03:02.825]➜  cp $WORK/b1190/_pkg_.a /root/.cache/go-build/20/20c500f4945d1a6f0599b05623071c0b96b889566499cfa0525ecf92687e5881-d # internal
2025-08-20T21:21:09.5585987Z [00:03:02.825]➜  github.com/google/go-containerregistry/internal/compression
2025-08-20T21:21:09.5587216Z [00:03:02.825]➜  mkdir -p $WORK/b1188/
2025-08-20T21:21:09.5595833Z [00:03:02.826]➜  cat >/tmp/go-build3547871397/b1188/importcfg << 'EOF' # internal
2025-08-20T21:21:09.5596549Z [00:03:02.826]➜  # import config
2025-08-20T21:21:09.5597232Z [00:03:02.826]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:09.5598101Z [00:03:02.826]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:09.5599542Z [00:03:02.826]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build3547871397/b1189/_pkg_.a
2025-08-20T21:21:09.5601097Z [00:03:02.826]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build3547871397/b1190/_pkg_.a
2025-08-20T21:21:09.5603120Z [00:03:02.826]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build3547871397/b1191/_pkg_.a
2025-08-20T21:21:09.5604299Z [00:03:02.826]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:09.5604930Z [00:03:02.826]➜  EOF
2025-08-20T21:21:09.5609419Z [00:03:02.826]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1188/_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/b1188=>" -p github.com/google/go-containerregistry/internal/compression -lang=go1.24 -complete -installsuffix shared -buildid zRKpLAu1QpwYnVMGMQJP/zRKpLAu1QpwYnVMGMQJP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1188/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/compression/compression.go
2025-08-20T21:21:09.5805080Z [00:03:02.848]➜  go tool buildid -w $WORK/b1188/_pkg_.a # internal
2025-08-20T21:21:09.5817773Z [00:03:02.849]➜  cp $WORK/b1188/_pkg_.a /root/.cache/go-build/bd/bdc0db1e20ea621ff97ce4a837ebcbec5a9c0dc0a630babb1b1147b5433b5115-d # internal
2025-08-20T21:21:09.5821051Z [00:03:02.849]➜  github.com/google/go-containerregistry/pkg/logs
2025-08-20T21:21:09.5821709Z [00:03:02.849]➜  mkdir -p $WORK/b1193/
2025-08-20T21:21:09.5830729Z [00:03:02.850]➜  cat >/tmp/go-build3547871397/b1193/importcfg << 'EOF' # internal
2025-08-20T21:21:09.5853700Z [00:03:02.850]➜  # import config
2025-08-20T21:21:09.5856016Z [00:03:02.850]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:09.5857069Z [00:03:02.850]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:09.5860007Z [00:03:02.850]➜  EOF
2025-08-20T21:21:09.5864438Z [00:03:02.850]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1193/_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/b1193=>" -p github.com/google/go-containerregistry/pkg/logs -lang=go1.24 -complete -installsuffix shared -buildid rIv0tK5Jpt5jruQkrXe-/rIv0tK5Jpt5jruQkrXe- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1193/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/logs/logs.go
2025-08-20T21:21:09.6060472Z [00:03:02.873]➜  go tool buildid -w $WORK/b1193/_pkg_.a # internal
2025-08-20T21:21:09.6099766Z [00:03:02.877]➜  cp $WORK/b1193/_pkg_.a /root/.cache/go-build/9b/9bbaf207508d86aa4ccf5e5636c5b3871ac585011e567cc682c4c594bc17927d-d # internal
2025-08-20T21:21:09.6107128Z [00:03:02.877]➜  github.com/google/go-containerregistry/pkg/v1/match
2025-08-20T21:21:09.6109170Z [00:03:02.877]➜  mkdir -p $WORK/b1195/
2025-08-20T21:21:09.6109987Z [00:03:02.878]➜  cat >/tmp/go-build3547871397/b1195/importcfg << 'EOF' # internal
2025-08-20T21:21:09.6110935Z [00:03:02.878]➜  # import config
2025-08-20T21:21:09.6112252Z [00:03:02.878]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3547871397/b923/_pkg_.a
2025-08-20T21:21:09.6114486Z [00:03:02.878]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:09.6115756Z [00:03:02.878]➜  EOF
2025-08-20T21:21:09.6120213Z [00:03:02.878]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1195/_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/b1195=>" -p github.com/google/go-containerregistry/pkg/v1/match -lang=go1.24 -complete -installsuffix shared -buildid dUhJOg9tspstMIVdqD0Y/dUhJOg9tspstMIVdqD0Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1195/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/match/match.go
2025-08-20T21:21:09.6360669Z [00:03:02.903]➜  go tool buildid -w $WORK/b1147/_pkg_.a # internal
2025-08-20T21:21:09.6387750Z [00:03:02.906]➜  cp $WORK/b1147/_pkg_.a /root/.cache/go-build/e7/e7e70a11f54a081dacc0d53ade84d20495cb85061238f0b3e791b691bef70761-d # internal
2025-08-20T21:21:09.6394181Z [00:03:02.907]➜  github.com/pelletier/go-toml
2025-08-20T21:21:09.6396024Z [00:03:02.907]➜  mkdir -p $WORK/b1197/
2025-08-20T21:21:09.6399782Z [00:03:02.907]➜  cat >/tmp/go-build3547871397/b1197/importcfg << 'EOF' # internal
2025-08-20T21:21:09.6401114Z [00:03:02.907]➜  # import config
2025-08-20T21:21:09.6404420Z [00:03:02.907]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:09.6405363Z [00:03:02.907]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:21:09.6406240Z [00:03:02.907]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:09.6407070Z [00:03:02.907]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:09.6407879Z [00:03:02.907]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:09.6408973Z [00:03:02.907]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:09.6409871Z [00:03:02.907]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:09.6410693Z [00:03:02.907]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:09.6411506Z [00:03:02.907]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:09.6412293Z [00:03:02.907]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:09.6413391Z [00:03:02.907]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:09.6414205Z [00:03:02.907]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:09.6415010Z [00:03:02.907]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:09.6416018Z [00:03:02.907]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:09.6416851Z [00:03:02.907]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:09.6417487Z [00:03:02.907]➜  EOF
2025-08-20T21:21:09.6449903Z [00:03:02.908]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1197/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pelletier/go-toml@v1.9.5=>github.com/pelletier/go-toml@v1.9.5;$WORK/b1197=>" -p github.com/pelletier/go-toml -lang=go1.12 -complete -installsuffix shared -buildid MC2corrYKz7NPoN-Q3BH/MC2corrYKz7NPoN-Q3BH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1197/importcfg -pack /root/go/pkg/mod/github.com/pelletier/go-toml@v1.9.5/doc.go /root/go/pkg/mod/github.com/pelletier/go-toml@v1.9.5/keysparsing.go /root/go/pkg/mod/github.com/pelletier/go-toml@v1.9.5/lexer.go /root/go/pkg/mod/github.com/pelletier/go-toml@v1.9.5/localtime.go /root/go/pkg/mod/github.com/pelletier/go-toml@v1.9.5/marshal.go /root/go/pkg/mod/github.com/pelletier/go-toml@v1.9.5/parser.go /root/go/pkg/mod/github.com/pelletier/go-toml@v1.9.5/position.go /root/go/pkg/mod/github.com/pelletier/go-toml@v1.9.5/token.go /root/go/pkg/mod/github.com/pelletier/go-toml@v1.9.5/toml.go /root/go/pkg/mod/github.com/pelletier/go-toml@v1.9.5/tomlpub.go /root/go/pkg/mod/github.com/pelletier/go-toml@v1.9.5/tomltree_create.go /root/go/pkg/mod/github.com/pelletier/go-toml@v1.9.5/tomltree_write.go /root/go/pkg/mod/github.com/pelletier/go-toml@v1.9.5/tomltree_writepub.go
2025-08-20T21:21:09.6470141Z [00:03:02.914]➜  go tool buildid -w $WORK/b1195/_pkg_.a # internal
2025-08-20T21:21:09.6478869Z [00:03:02.915]➜  cp $WORK/b1195/_pkg_.a /root/.cache/go-build/59/5935d6ae3ffb08e40500c59d6fd6f80cd71e712ef71d0c0406880e36818215fc-d # internal
2025-08-20T21:21:09.6503509Z [00:03:02.918]➜  github.com/google/go-containerregistry/pkg/v1/partial
2025-08-20T21:21:09.6506225Z [00:03:02.918]➜  mkdir -p $WORK/b1194/
2025-08-20T21:21:09.6527610Z [00:03:02.919]➜  cat >/tmp/go-build3547871397/b1194/importcfg << 'EOF' # internal
2025-08-20T21:21:09.6528418Z [00:03:02.919]➜  # import config
2025-08-20T21:21:09.6529087Z [00:03:02.919]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:09.6530197Z [00:03:02.919]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:09.6531233Z [00:03:02.919]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:09.6536696Z [00:03:02.919]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build3547871397/b1187/_pkg_.a
2025-08-20T21:21:09.6538331Z [00:03:02.919]➜  packagefile github.com/google/go-containerregistry/internal/compression=/tmp/go-build3547871397/b1188/_pkg_.a
2025-08-20T21:21:09.6539869Z [00:03:02.919]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build3547871397/b1189/_pkg_.a
2025-08-20T21:21:09.6541345Z [00:03:02.919]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build3547871397/b1190/_pkg_.a
2025-08-20T21:21:09.6545760Z [00:03:02.919]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build3547871397/b1191/_pkg_.a
2025-08-20T21:21:09.6547250Z [00:03:02.919]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3547871397/b923/_pkg_.a
2025-08-20T21:21:09.6548744Z [00:03:02.919]➜  packagefile github.com/google/go-containerregistry/pkg/v1/match=/tmp/go-build3547871397/b1195/_pkg_.a
2025-08-20T21:21:09.6550233Z [00:03:02.919]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3547871397/b924/_pkg_.a
2025-08-20T21:21:09.6551338Z [00:03:02.919]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:09.6552135Z [00:03:02.919]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:09.6552927Z [00:03:02.919]➜  EOF
2025-08-20T21:21:09.6560659Z [00:03:02.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1194/_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/b1194=>" -p github.com/google/go-containerregistry/pkg/v1/partial -lang=go1.24 -complete -installsuffix shared -buildid 3dSvDFYKcReDnRT_x8M9/3dSvDFYKcReDnRT_x8M9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1194/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:21:09.7528011Z [00:03:03.020]➜  go tool buildid -w $WORK/b1185/_pkg_.a # internal
2025-08-20T21:21:09.7608649Z [00:03:03.028]➜  go tool buildid -w $WORK/b1194/_pkg_.a # internal
2025-08-20T21:21:09.7629708Z [00:03:03.030]➜  cp $WORK/b1185/_pkg_.a /root/.cache/go-build/8f/8f5b5dd7d32fdf4b925afe1dbbd9c379a24426d3e2199bab1a3728fc8b868e9b-d # internal
2025-08-20T21:21:09.7631243Z [00:03:03.030]➜  github.com/containerd/stargz-snapshotter/estargz
2025-08-20T21:21:09.7633987Z [00:03:03.030]➜  mkdir -p $WORK/b1182/
2025-08-20T21:21:09.7645474Z [00:03:03.030]➜  cat >/tmp/go-build3547871397/b1182/importcfg << 'EOF' # internal
2025-08-20T21:21:09.7646257Z [00:03:03.030]➜  # import config
2025-08-20T21:21:09.7685194Z [00:03:03.030]➜  packagefile archive/tar=/tmp/go-build3547871397/b861/_pkg_.a
2025-08-20T21:21:09.7686140Z [00:03:03.030]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:09.7687007Z [00:03:03.030]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:09.7687915Z [00:03:03.030]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:21:09.7688834Z [00:03:03.030]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:09.7689767Z [00:03:03.030]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:09.7690742Z [00:03:03.030]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:09.7692046Z [00:03:03.030]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:09.7693404Z [00:03:03.030]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:09.7694324Z [00:03:03.030]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:09.7695170Z [00:03:03.030]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:09.7696446Z [00:03:03.030]➜  packagefile github.com/containerd/stargz-snapshotter/estargz/errorutil=/tmp/go-build3547871397/b1183/_pkg_.a
2025-08-20T21:21:09.7697914Z [00:03:03.030]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3547871397/b878/_pkg_.a
2025-08-20T21:21:09.7699191Z [00:03:03.030]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:09.7700515Z [00:03:03.030]➜  packagefile github.com/vbatts/tar-split/archive/tar=/tmp/go-build3547871397/b1184/_pkg_.a
2025-08-20T21:21:09.7701756Z [00:03:03.030]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3547871397/b332/_pkg_.a
2025-08-20T21:21:09.7703061Z [00:03:03.030]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:09.7703918Z [00:03:03.030]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:09.7704774Z [00:03:03.030]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:09.7705634Z [00:03:03.030]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:09.7706438Z [00:03:03.030]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:09.7707241Z [00:03:03.030]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:09.7708163Z [00:03:03.030]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:09.7709189Z [00:03:03.030]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:09.7710055Z [00:03:03.030]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:09.7710925Z [00:03:03.030]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:09.7711958Z [00:03:03.030]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:09.7712975Z [00:03:03.030]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:09.7713820Z [00:03:03.030]➜  packagefile testing=/tmp/go-build3547871397/b1185/_pkg_.a
2025-08-20T21:21:09.7714674Z [00:03:03.030]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:09.7715294Z [00:03:03.030]➜  EOF
2025-08-20T21:21:09.7721893Z [00:03:03.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1182/_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/b1182=>" -p github.com/containerd/stargz-snapshotter/estargz -lang=go1.22 -complete -installsuffix shared -buildid 5_JtGJYhRv5xTdk4twPW/5_JtGJYhRv5xTdk4twPW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1182/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:21:09.7728547Z [00:03:03.031]➜  cp $WORK/b1194/_pkg_.a /root/.cache/go-build/6e/6e0d1b58de84c42a6688281be2d4ea14956a4227bd7583b979b36e9a955cc4f4-d # internal
2025-08-20T21:21:09.7729804Z [00:03:03.031]➜  github.com/google/go-containerregistry/pkg/v1/empty
2025-08-20T21:21:09.7730567Z [00:03:03.031]➜  mkdir -p $WORK/b1201/
2025-08-20T21:21:09.7731323Z [00:03:03.032]➜  cat >/tmp/go-build3547871397/b1201/importcfg << 'EOF' # internal
2025-08-20T21:21:09.7732026Z [00:03:03.032]➜  # import config
2025-08-20T21:21:09.7732935Z [00:03:03.032]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:09.7734153Z [00:03:03.032]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:09.7734957Z [00:03:03.032]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:09.7736046Z [00:03:03.032]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3547871397/b923/_pkg_.a
2025-08-20T21:21:09.7737504Z [00:03:03.032]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build3547871397/b1194/_pkg_.a
2025-08-20T21:21:09.7739062Z [00:03:03.032]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3547871397/b924/_pkg_.a
2025-08-20T21:21:09.7739992Z [00:03:03.032]➜  EOF
2025-08-20T21:21:09.7745616Z [00:03:03.032]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1201/_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/b1201=>" -p github.com/google/go-containerregistry/pkg/v1/empty -lang=go1.24 -complete -installsuffix shared -buildid C3PpP0SkE0b2SZbLUs6J/C3PpP0SkE0b2SZbLUs6J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1201/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:21:09.7895807Z [00:03:03.057]➜  go tool buildid -w $WORK/b1201/_pkg_.a # internal
2025-08-20T21:21:09.7907814Z [00:03:03.058]➜  cp $WORK/b1201/_pkg_.a /root/.cache/go-build/ce/ce98e7b80e47fdb9e21408cadbb4879a29ceb8a3c622fcdf81ca72965c2e2cee-d # internal
2025-08-20T21:21:09.7909472Z [00:03:03.058]➜  github.com/google/go-containerregistry/pkg/v1/stream
2025-08-20T21:21:09.7912314Z [00:03:03.058]➜  mkdir -p $WORK/b1202/
2025-08-20T21:21:09.7920028Z [00:03:03.059]➜  cat >/tmp/go-build3547871397/b1202/importcfg << 'EOF' # internal
2025-08-20T21:21:09.7922564Z [00:03:03.059]➜  # import config
2025-08-20T21:21:09.7923495Z [00:03:03.059]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:09.7935722Z [00:03:03.059]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:21:09.7936495Z [00:03:03.059]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:09.7937221Z [00:03:03.059]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:09.7937937Z [00:03:03.059]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:09.7938892Z [00:03:03.059]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3547871397/b923/_pkg_.a
2025-08-20T21:21:09.7940121Z [00:03:03.059]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3547871397/b924/_pkg_.a
2025-08-20T21:21:09.7941075Z [00:03:03.059]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:09.7941758Z [00:03:03.059]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:09.7942438Z [00:03:03.059]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:09.7943278Z [00:03:03.059]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:09.7943783Z [00:03:03.059]➜  EOF
2025-08-20T21:21:09.7947369Z [00:03:03.060]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1202/_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/b1202=>" -p github.com/google/go-containerregistry/pkg/v1/stream -lang=go1.24 -complete -installsuffix shared -buildid 0HBi3fJT-5nhg1QBzuzf/0HBi3fJT-5nhg1QBzuzf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1202/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/stream/layer.go
2025-08-20T21:21:09.8314623Z [00:03:03.099]➜  go tool buildid -w $WORK/b1202/_pkg_.a # internal
2025-08-20T21:21:09.8330048Z [00:03:03.100]➜  cp $WORK/b1202/_pkg_.a /root/.cache/go-build/70/709a6ef9036030a4f4847175a2066cdfca84b957bfcda894a41ec8097a57f52f-d # internal
2025-08-20T21:21:09.8331717Z [00:03:03.100]➜  github.com/google/go-containerregistry/internal/redact
2025-08-20T21:21:09.8332608Z [00:03:03.100]➜  mkdir -p $WORK/b1204/
2025-08-20T21:21:09.8336892Z [00:03:03.101]➜  cat >/tmp/go-build3547871397/b1204/importcfg << 'EOF' # internal
2025-08-20T21:21:09.8337592Z [00:03:03.101]➜  # import config
2025-08-20T21:21:09.8338232Z [00:03:03.101]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:09.8338959Z [00:03:03.101]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:09.8339740Z [00:03:03.101]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:09.8340329Z [00:03:03.101]➜  EOF
2025-08-20T21:21:09.8344621Z [00:03:03.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1204/_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/b1204=>" -p github.com/google/go-containerregistry/internal/redact -lang=go1.24 -complete -installsuffix shared -buildid FtAsXyhK6ME2BwcSLd6n/FtAsXyhK6ME2BwcSLd6n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1204/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/redact/redact.go
2025-08-20T21:21:09.8500877Z [00:03:03.117]➜  go tool buildid -w $WORK/b1204/_pkg_.a # internal
2025-08-20T21:21:09.8502100Z [00:03:03.117]➜  cp $WORK/b1204/_pkg_.a /root/.cache/go-build/fb/fba80d31b89d16610eed5ac7d0880c1600cb048810b1687e7f7f3ec6df43e600-d # internal
2025-08-20T21:21:09.8503567Z [00:03:03.117]➜  github.com/google/go-containerregistry/internal/retry/wait
2025-08-20T21:21:09.8504241Z [00:03:03.117]➜  mkdir -p $WORK/b1206/
2025-08-20T21:21:09.8505172Z [00:03:03.117]➜  cat >/tmp/go-build3547871397/b1206/importcfg << 'EOF' # internal
2025-08-20T21:21:09.8506178Z [00:03:03.117]➜  # import config
2025-08-20T21:21:09.8515142Z [00:03:03.117]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:09.8516223Z [00:03:03.117]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:09.8517130Z [00:03:03.117]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:09.8517746Z [00:03:03.117]➜  EOF
2025-08-20T21:21:09.8522275Z [00:03:03.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1206/_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/b1206=>" -p github.com/google/go-containerregistry/internal/retry/wait -lang=go1.24 -complete -installsuffix shared -buildid dtbALcLN3fw0vPw5Kdh3/dtbALcLN3fw0vPw5Kdh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1206/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/retry/wait/kubernetes_apimachinery_wait.go
2025-08-20T21:21:09.8639882Z [00:03:03.131]➜  go tool buildid -w $WORK/b1206/_pkg_.a # internal
2025-08-20T21:21:09.8655862Z [00:03:03.132]➜  cp $WORK/b1206/_pkg_.a /root/.cache/go-build/d8/d8d9085fbe33df3c1e3c2c8c3660fa14471d4893428fcbf22c7ecc4e84ae8ba5-d # internal
2025-08-20T21:21:09.8657368Z [00:03:03.132]➜  github.com/google/go-containerregistry/internal/retry
2025-08-20T21:21:09.8658057Z [00:03:03.133]➜  mkdir -p $WORK/b1205/
2025-08-20T21:21:09.8658766Z [00:03:03.133]➜  cat >/tmp/go-build3547871397/b1205/importcfg << 'EOF' # internal
2025-08-20T21:21:09.8659428Z [00:03:03.133]➜  # import config
2025-08-20T21:21:09.8660084Z [00:03:03.133]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:09.8660986Z [00:03:03.133]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:09.8661863Z [00:03:03.133]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:09.8664104Z [00:03:03.133]➜  packagefile github.com/google/go-containerregistry/internal/retry/wait=/tmp/go-build3547871397/b1206/_pkg_.a
2025-08-20T21:21:09.8665423Z [00:03:03.133]➜  EOF
2025-08-20T21:21:09.8669601Z [00:03:03.133]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1205/_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/b1205=>" -p github.com/google/go-containerregistry/internal/retry -lang=go1.24 -complete -installsuffix shared -buildid GRs2ajC1ixnYf3YkZYU_/GRs2ajC1ixnYf3YkZYU_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1205/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/retry/retry.go
2025-08-20T21:21:09.8803838Z [00:03:03.148]➜  go tool buildid -w $WORK/b1205/_pkg_.a # internal
2025-08-20T21:21:09.8813249Z [00:03:03.148]➜  cp $WORK/b1205/_pkg_.a /root/.cache/go-build/09/09dff8e4b55eb5d05d3a145af2b930a80fbd15f68503845f3a8370b1b521015e-d # internal
2025-08-20T21:21:09.8816746Z [00:03:03.149]➜  github.com/google/go-containerregistry/internal/verify
2025-08-20T21:21:09.8818082Z [00:03:03.149]➜  mkdir -p $WORK/b1207/
2025-08-20T21:21:09.8828324Z [00:03:03.150]➜  cat >/tmp/go-build3547871397/b1207/importcfg << 'EOF' # internal
2025-08-20T21:21:09.8829180Z [00:03:03.150]➜  # import config
2025-08-20T21:21:09.8829984Z [00:03:03.150]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:09.8830995Z [00:03:03.150]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:09.8832004Z [00:03:03.150]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:09.8834677Z [00:03:03.150]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:09.8835883Z [00:03:03.150]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build3547871397/b1187/_pkg_.a
2025-08-20T21:21:09.8837473Z [00:03:03.150]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3547871397/b923/_pkg_.a
2025-08-20T21:21:09.8838577Z [00:03:03.150]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:09.8839531Z [00:03:03.150]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:09.8840144Z [00:03:03.150]➜  EOF
2025-08-20T21:21:09.8844530Z [00:03:03.150]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1207/_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/b1207=>" -p github.com/google/go-containerregistry/internal/verify -lang=go1.24 -complete -installsuffix shared -buildid 0KeFFxXlLrZOwmsJFRGt/0KeFFxXlLrZOwmsJFRGt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1207/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/verify/verify.go
2025-08-20T21:21:09.9087545Z [00:03:03.175]➜  go tool buildid -w $WORK/b1207/_pkg_.a # internal
2025-08-20T21:21:09.9091151Z [00:03:03.176]➜  cp $WORK/b1207/_pkg_.a /root/.cache/go-build/10/10c61c50fb9d00f435e63e98a5ba6d1c741cdb655519849d9abad034f96df9c2-d # internal
2025-08-20T21:21:09.9097039Z [00:03:03.177]➜  github.com/docker/distribution/registry/client/auth/challenge
2025-08-20T21:21:09.9105444Z [00:03:03.178]➜  mkdir -p $WORK/b1209/
2025-08-20T21:21:09.9113295Z [00:03:03.179]➜  cat >/tmp/go-build3547871397/b1209/importcfg << 'EOF' # internal
2025-08-20T21:21:09.9114090Z [00:03:03.179]➜  # import config
2025-08-20T21:21:09.9114782Z [00:03:03.179]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:09.9115649Z [00:03:03.179]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:09.9116539Z [00:03:03.179]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:09.9117431Z [00:03:03.179]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:09.9118298Z [00:03:03.179]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:09.9118945Z [00:03:03.179]➜  EOF
2025-08-20T21:21:09.9130684Z [00:03:03.180]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1209/_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/b1209=>" -p github.com/docker/distribution/registry/client/auth/challenge -lang=go1.16 -complete -installsuffix shared -buildid q07xF5TuuSR-YFFL40E7/q07xF5TuuSR-YFFL40E7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1209/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:21:09.9636439Z [00:03:03.231]➜  go tool buildid -w $WORK/b1209/_pkg_.a # internal
2025-08-20T21:21:09.9649920Z [00:03:03.232]➜  cp $WORK/b1209/_pkg_.a /root/.cache/go-build/81/817bcf1b40bfa77aa88e18abd42b531783eaecf9de5242f1c41eca1c29c5e541-d # internal
2025-08-20T21:21:09.9656258Z [00:03:03.233]➜  github.com/google/go-containerregistry/pkg/v1/remote/transport
2025-08-20T21:21:09.9676320Z [00:03:03.235]➜  mkdir -p $WORK/b1208/
2025-08-20T21:21:09.9677461Z [00:03:03.235]➜  cat >/tmp/go-build3547871397/b1208/importcfg << 'EOF' # internal
2025-08-20T21:21:09.9678177Z [00:03:03.235]➜  # import config
2025-08-20T21:21:09.9678858Z [00:03:03.235]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:09.9679733Z [00:03:03.235]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:09.9680631Z [00:03:03.235]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:09.9681447Z [00:03:03.235]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:09.9682239Z [00:03:03.235]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:09.9683862Z [00:03:03.235]➜  packagefile github.com/docker/distribution/registry/client/auth/challenge=/tmp/go-build3547871397/b1209/_pkg_.a
2025-08-20T21:21:09.9685551Z [00:03:03.235]➜  packagefile github.com/google/go-containerregistry/internal/redact=/tmp/go-build3547871397/b1204/_pkg_.a
2025-08-20T21:21:09.9687236Z [00:03:03.235]➜  packagefile github.com/google/go-containerregistry/internal/retry=/tmp/go-build3547871397/b1205/_pkg_.a
2025-08-20T21:21:09.9688692Z [00:03:03.235]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build3547871397/b912/_pkg_.a
2025-08-20T21:21:09.9690058Z [00:03:03.235]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build3547871397/b1193/_pkg_.a
2025-08-20T21:21:09.9691414Z [00:03:03.235]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build3547871397/b920/_pkg_.a
2025-08-20T21:21:09.9692452Z [00:03:03.235]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:09.9693409Z [00:03:03.235]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:09.9694206Z [00:03:03.235]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:09.9695107Z [00:03:03.235]➜  packagefile net/http/httputil=/tmp/go-build3547871397/b563/_pkg_.a
2025-08-20T21:21:09.9696056Z [00:03:03.235]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:09.9696934Z [00:03:03.235]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:21:09.9697772Z [00:03:03.235]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:09.9698601Z [00:03:03.235]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:09.9699417Z [00:03:03.235]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:09.9699998Z [00:03:03.235]➜  EOF
2025-08-20T21:21:09.9721683Z [00:03:03.235]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1208/_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/b1208=>" -p github.com/google/go-containerregistry/pkg/v1/remote/transport -lang=go1.24 -complete -installsuffix shared -buildid xCPjTqi_oJsHi0Emd3Lz/xCPjTqi_oJsHi0Emd3Lz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1208/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:21:10.0966950Z [00:03:03.364]➜  go tool buildid -w $WORK/b1208/_pkg_.a # internal
2025-08-20T21:21:10.1025120Z [00:03:03.370]➜  cp $WORK/b1208/_pkg_.a /root/.cache/go-build/4c/4cbb682b9eba466c20a51bbb0e2c23c9b236c596af945e0d6ee7dd2299190785-d # internal
2025-08-20T21:21:10.1026458Z [00:03:03.370]➜  github.com/docker/docker/pkg/homedir
2025-08-20T21:21:10.1027974Z [00:03:03.370]➜  mkdir -p $WORK/b1212/
2025-08-20T21:21:10.1034631Z [00:03:03.371]➜  cat >/tmp/go-build3547871397/b1212/importcfg << 'EOF' # internal
2025-08-20T21:21:10.1035443Z [00:03:03.371]➜  # import config
2025-08-20T21:21:10.1036391Z [00:03:03.371]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:10.1037622Z [00:03:03.371]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:10.1040325Z [00:03:03.371]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:21:10.1041497Z [00:03:03.371]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:10.1042461Z [00:03:03.371]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:10.1043681Z [00:03:03.371]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:10.1044313Z [00:03:03.371]➜  EOF
2025-08-20T21:21:10.1049029Z [00:03:03.371]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1212/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/pkg/homedir=>github.com/docker/docker@v28.3.2+incompatible/pkg/homedir;$WORK/b1212=>" -p github.com/docker/docker/pkg/homedir -lang=go1.16 -complete -installsuffix shared -buildid R0vAfYmzAWFwkIzi46jC/R0vAfYmzAWFwkIzi46jC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1212/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/pkg/homedir/homedir.go /root/go/pkg/mod/github.com/docker/docker@v28.3.2+incompatible/pkg/homedir/homedir_linux.go
2025-08-20T21:21:10.1449408Z [00:03:03.412]➜  go tool buildid -w $WORK/b1212/_pkg_.a # internal
2025-08-20T21:21:10.1457078Z [00:03:03.413]➜  cp $WORK/b1212/_pkg_.a /root/.cache/go-build/90/900e346c034e21b0d8c811a1f952cdb3b28b4bfdbb9169b15074ec1dc5b1b70c-d # internal
2025-08-20T21:21:10.1460223Z [00:03:03.413]➜  crypto/mlkem
2025-08-20T21:21:10.1460781Z [00:03:03.413]➜  mkdir -p $WORK/b1214/
2025-08-20T21:21:10.1476573Z [00:03:03.415]➜  cat >/tmp/go-build3547871397/b1214/importcfg << 'EOF' # internal
2025-08-20T21:21:10.1477530Z [00:03:03.415]➜  # import config
2025-08-20T21:21:10.1478447Z [00:03:03.415]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3547871397/b206/_pkg_.a
2025-08-20T21:21:10.1479375Z [00:03:03.415]➜  EOF
2025-08-20T21:21:10.1482140Z [00:03:03.415]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1214/_pkg_.a -trimpath "/root/.go/src/crypto/mlkem=>crypto/mlkem;$WORK/b1214=>" -p crypto/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid KqkmcQiOurqlGwIgMONU/KqkmcQiOurqlGwIgMONU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1214/importcfg -pack /root/.go/src/crypto/mlkem/mlkem.go
2025-08-20T21:21:10.2138992Z [00:03:03.481]➜  go tool buildid -w $WORK/b1214/_pkg_.a # internal
2025-08-20T21:21:10.2147952Z [00:03:03.482]➜  cp $WORK/b1214/_pkg_.a /root/.cache/go-build/0b/0b9829b2f3454839c9454b9095737f8ab612c03722f12df4b9dcfb36c34eca27-d # internal
2025-08-20T21:21:10.2152778Z [00:03:03.482]➜  golang.org/x/crypto/chacha20
2025-08-20T21:21:10.2153400Z [00:03:03.482]➜  mkdir -p $WORK/b1215/
2025-08-20T21:21:10.2163925Z [00:03:03.483]➜  cat >/tmp/go-build3547871397/b1215/importcfg << 'EOF' # internal
2025-08-20T21:21:10.2164680Z [00:03:03.483]➜  # import config
2025-08-20T21:21:10.2165456Z [00:03:03.483]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:21:10.2166409Z [00:03:03.483]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:10.2167302Z [00:03:03.483]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:10.2168328Z [00:03:03.483]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3547871397/b1216/_pkg_.a
2025-08-20T21:21:10.2169335Z [00:03:03.483]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:10.2170179Z [00:03:03.483]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:10.2170812Z [00:03:03.483]➜  EOF
2025-08-20T21:21:10.2201608Z [00:03:03.487]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1215/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20=>golang.org/x/crypto@v0.40.0/chacha20;$WORK/b1215=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -complete -installsuffix shared -buildid iOR2tX9HLEs6fPPL3PMr/iOR2tX9HLEs6fPPL3PMr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1215/importcfg -pack /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/chacha_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20/xor.go
2025-08-20T21:21:10.3209917Z [00:03:03.588]➜  go tool buildid -w $WORK/b1215/_pkg_.a # internal
2025-08-20T21:21:10.3235716Z [00:03:03.589]➜  cp $WORK/b1215/_pkg_.a /root/.cache/go-build/e1/e119b1cc1ffa60ac95e27acaae3c28b403cd0d95dbd39469549367eafbf96717-d # internal
2025-08-20T21:21:10.3236873Z [00:03:03.589]➜  golang.org/x/crypto/curve25519
2025-08-20T21:21:10.3237394Z [00:03:03.589]➜  mkdir -p $WORK/b1217/
2025-08-20T21:21:10.3238035Z [00:03:03.590]➜  cat >/tmp/go-build3547871397/b1217/importcfg << 'EOF' # internal
2025-08-20T21:21:10.3238625Z [00:03:03.590]➜  # import config
2025-08-20T21:21:10.3239229Z [00:03:03.590]➜  packagefile crypto/ecdh=/tmp/go-build3547871397/b183/_pkg_.a
2025-08-20T21:21:10.3239825Z [00:03:03.590]➜  EOF
2025-08-20T21:21:10.3243176Z [00:03:03.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1217/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/curve25519=>golang.org/x/crypto@v0.40.0/curve25519;$WORK/b1217=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid gPYnNtwmnBuq730DV2YW/gPYnNtwmnBuq730DV2YW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1217/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/curve25519/curve25519.go
2025-08-20T21:21:10.3511472Z [00:03:03.618]➜  go tool buildid -w $WORK/b1217/_pkg_.a # internal
2025-08-20T21:21:10.3528937Z [00:03:03.620]➜  cp $WORK/b1217/_pkg_.a /root/.cache/go-build/cd/cd07237979486bf3395db310443b06d4ad569e6dc248cdd003b12d3a3ea33039-d # internal
2025-08-20T21:21:10.3541490Z [00:03:03.621]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T21:21:10.3547000Z [00:03:03.622]➜  mkdir -p $WORK/b1218/
2025-08-20T21:21:10.3560376Z [00:03:03.623]➜  echo -n > $WORK/b1218/go_asm.h # internal
2025-08-20T21:21:10.3566239Z [00:03:03.624]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/poly1305
2025-08-20T21:21:10.3574746Z [00:03:03.625]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/internal/poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/poly1305=>golang.org/x/crypto@v0.40.0/internal/poly1305;$WORK/b1218=>" -I $WORK/b1218/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1218/symabis ./sum_amd64.s
2025-08-20T21:21:10.3618723Z [00:03:03.629]➜  go tool buildid -w $WORK/b1197/_pkg_.a # internal
2025-08-20T21:21:10.3651643Z [00:03:03.632]➜  cat >/tmp/go-build3547871397/b1218/importcfg << 'EOF' # internal
2025-08-20T21:21:10.3656604Z [00:03:03.633]➜  # import config
2025-08-20T21:21:10.3657278Z [00:03:03.633]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:10.3658116Z [00:03:03.633]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:10.3659096Z [00:03:03.633]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:10.3659666Z [00:03:03.633]➜  EOF
2025-08-20T21:21:10.3667894Z [00:03:03.634]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:10.3674548Z [00:03:03.634]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1218/_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/b1218=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -installsuffix shared -buildid H2W9Ff9bL5dwUpksQh4D/H2W9Ff9bL5dwUpksQh4D -goversion go1.25.0 -symabis $WORK/b1218/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1218/importcfg -pack -asmhdr $WORK/b1218/go_asm.h /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_asm.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/poly1305/sum_generic.go
2025-08-20T21:21:10.3800073Z [00:03:03.647]➜  cp $WORK/b1197/_pkg_.a /root/.cache/go-build/1e/1e83a44a61f5a558e56207c690c080ab0c9ba865994af491ff2a5a5b1054d88a-d # internal
2025-08-20T21:21:10.3817126Z [00:03:03.648]➜  github.com/containerd/containerd/remotes/docker/config
2025-08-20T21:21:10.3818085Z [00:03:03.648]➜  mkdir -p $WORK/b1196/
2025-08-20T21:21:10.3818839Z [00:03:03.648]➜  cat >/tmp/go-build3547871397/b1196/importcfg << 'EOF' # internal
2025-08-20T21:21:10.3819521Z [00:03:03.648]➜  # import config
2025-08-20T21:21:10.3820178Z [00:03:03.648]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:10.3821031Z [00:03:03.648]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:10.3821905Z [00:03:03.648]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:10.3823001Z [00:03:03.648]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:10.3823795Z [00:03:03.648]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:10.3824824Z [00:03:03.648]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:21:10.3826120Z [00:03:03.648]➜  packagefile github.com/containerd/containerd/remotes/docker=/tmp/go-build3547871397/b1123/_pkg_.a
2025-08-20T21:21:10.3827479Z [00:03:03.648]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:21:10.3828524Z [00:03:03.648]➜  packagefile github.com/pelletier/go-toml=/tmp/go-build3547871397/b1197/_pkg_.a
2025-08-20T21:21:10.3829411Z [00:03:03.648]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:10.3830177Z [00:03:03.648]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:10.3830964Z [00:03:03.648]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:10.3831712Z [00:03:03.648]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:10.3832452Z [00:03:03.648]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:10.3833692Z [00:03:03.648]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:10.3834460Z [00:03:03.648]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:10.3835443Z [00:03:03.648]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:10.3836254Z [00:03:03.648]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:10.3836836Z [00:03:03.648]➜  EOF
2025-08-20T21:21:10.3841993Z [00:03:03.648]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1196/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/config=>github.com/containerd/containerd@v1.7.27/remotes/docker/config;$WORK/b1196=>" -p github.com/containerd/containerd/remotes/docker/config -lang=go1.21 -complete -installsuffix shared -buildid 6tFNHJO0RlpHoRtoUUxK/6tFNHJO0RlpHoRtoUUxK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1196/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/config/config_unix.go /root/go/pkg/mod/github.com/containerd/containerd@v1.7.27/remotes/docker/config/hosts.go
2025-08-20T21:21:10.4098924Z [00:03:03.677]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/poly1305
2025-08-20T21:21:10.4102343Z [00:03:03.677]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/internal/poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/poly1305=>golang.org/x/crypto@v0.40.0/internal/poly1305;$WORK/b1218=>" -I $WORK/b1218/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1218/sum_amd64.o ./sum_amd64.s
2025-08-20T21:21:10.4181300Z [00:03:03.685]➜  go tool pack r $WORK/b1218/_pkg_.a $WORK/b1218/sum_amd64.o # internal
2025-08-20T21:21:10.4186852Z [00:03:03.686]➜  go tool buildid -w $WORK/b1218/_pkg_.a # internal
2025-08-20T21:21:10.4193457Z [00:03:03.686]➜  cp $WORK/b1218/_pkg_.a /root/.cache/go-build/0c/0c572ec918e011ed3623c64614654cfb86f82b45cae027da2e24d47cfa0da313-d # internal
2025-08-20T21:21:10.4197703Z [00:03:03.686]➜  golang.org/x/crypto/blowfish
2025-08-20T21:21:10.4198258Z [00:03:03.686]➜  mkdir -p $WORK/b1220/
2025-08-20T21:21:10.4203579Z [00:03:03.688]➜  cat >/tmp/go-build3547871397/b1220/importcfg << 'EOF' # internal
2025-08-20T21:21:10.4204955Z [00:03:03.688]➜  # import config
2025-08-20T21:21:10.4206782Z [00:03:03.688]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:10.4208407Z [00:03:03.688]➜  EOF
2025-08-20T21:21:10.4208896Z [00:03:03.688]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:10.4214978Z [00:03:03.688]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1220/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blowfish=>golang.org/x/crypto@v0.40.0/blowfish;$WORK/b1220=>" -p golang.org/x/crypto/blowfish -lang=go1.23 -complete -installsuffix shared -buildid tmwWkx9ZXN20eNMds6tN/tmwWkx9ZXN20eNMds6tN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1220/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:21:10.4698414Z [00:03:03.737]➜  go tool buildid -w $WORK/b1220/_pkg_.a # internal
2025-08-20T21:21:10.4714904Z [00:03:03.739]➜  cp $WORK/b1220/_pkg_.a /root/.cache/go-build/09/09927b3add4b55a21f69b17daf9664f25a815a517f87b6d61d511ea213664c53-d # internal
2025-08-20T21:21:10.4722559Z [00:03:03.739]➜  golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
2025-08-20T21:21:10.4728038Z [00:03:03.740]➜  mkdir -p $WORK/b1219/
2025-08-20T21:21:10.4738713Z [00:03:03.741]➜  cat >/tmp/go-build3547871397/b1219/importcfg << 'EOF' # internal
2025-08-20T21:21:10.4740019Z [00:03:03.741]➜  # import config
2025-08-20T21:21:10.4742581Z [00:03:03.741]➜  packagefile crypto/sha512=/tmp/go-build3547871397/b196/_pkg_.a
2025-08-20T21:21:10.4747530Z [00:03:03.741]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:10.4748570Z [00:03:03.741]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build3547871397/b1220/_pkg_.a
2025-08-20T21:21:10.4749344Z [00:03:03.741]➜  EOF
2025-08-20T21:21:10.4760425Z [00:03:03.743]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1219/_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/b1219=>" -p golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -lang=go1.23 -complete -installsuffix shared -buildid MCYiGOT1Xmr7XpC2DcYx/MCYiGOT1Xmr7XpC2DcYx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1219/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go
2025-08-20T21:21:10.5100018Z [00:03:03.777]➜  go tool buildid -w $WORK/b1219/_pkg_.a # internal
2025-08-20T21:21:10.5106905Z [00:03:03.778]➜  cp $WORK/b1219/_pkg_.a /root/.cache/go-build/8f/8f00b36c1d975529f90a614b59ad5d3decca968120daad41d60fffdba5c864f5-d # internal
2025-08-20T21:21:10.5111802Z [00:03:03.778]➜  golang.org/x/crypto/ssh
2025-08-20T21:21:10.5126746Z [00:03:03.780]➜  mkdir -p $WORK/b1213/
2025-08-20T21:21:10.5136989Z [00:03:03.781]➜  cat >/tmp/go-build3547871397/b1213/importcfg << 'EOF' # internal
2025-08-20T21:21:10.5138624Z [00:03:03.781]➜  # import config
2025-08-20T21:21:10.5140052Z [00:03:03.781]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:10.5141351Z [00:03:03.781]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:10.5144589Z [00:03:03.781]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:10.5148438Z [00:03:03.781]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:10.5149326Z [00:03:03.781]➜  packagefile crypto/aes=/tmp/go-build3547871397/b181/_pkg_.a
2025-08-20T21:21:10.5150248Z [00:03:03.781]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:21:10.5151167Z [00:03:03.781]➜  packagefile crypto/des=/tmp/go-build3547871397/b182/_pkg_.a
2025-08-20T21:21:10.5152061Z [00:03:03.781]➜  packagefile crypto/dsa=/tmp/go-build3547871397/b224/_pkg_.a
2025-08-20T21:21:10.5153195Z [00:03:03.781]➜  packagefile crypto/ecdsa=/tmp/go-build3547871397/b188/_pkg_.a
2025-08-20T21:21:10.5154147Z [00:03:03.781]➜  packagefile crypto/ed25519=/tmp/go-build3547871397/b200/_pkg_.a
2025-08-20T21:21:10.5154950Z [00:03:03.781]➜  packagefile crypto/elliptic=/tmp/go-build3547871397/b189/_pkg_.a
2025-08-20T21:21:10.5155843Z [00:03:03.781]➜  packagefile crypto/hmac=/tmp/go-build3547871397/b205/_pkg_.a
2025-08-20T21:21:10.5156705Z [00:03:03.781]➜  packagefile crypto/md5=/tmp/go-build3547871397/b215/_pkg_.a
2025-08-20T21:21:10.5157562Z [00:03:03.781]➜  packagefile crypto/mlkem=/tmp/go-build3547871397/b1214/_pkg_.a
2025-08-20T21:21:10.5158444Z [00:03:03.781]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:10.5159295Z [00:03:03.781]➜  packagefile crypto/rc4=/tmp/go-build3547871397/b216/_pkg_.a
2025-08-20T21:21:10.5160207Z [00:03:03.781]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:21:10.5161158Z [00:03:03.781]➜  packagefile crypto/sha1=/tmp/go-build3547871397/b219/_pkg_.a
2025-08-20T21:21:10.5162056Z [00:03:03.781]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:10.5169780Z [00:03:03.781]➜  packagefile crypto/sha512=/tmp/go-build3547871397/b196/_pkg_.a
2025-08-20T21:21:10.5171064Z [00:03:03.781]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:10.5171999Z [00:03:03.781]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:10.5173056Z [00:03:03.781]➜  packagefile encoding/asn1=/tmp/go-build3547871397/b198/_pkg_.a
2025-08-20T21:21:10.5174008Z [00:03:03.781]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:10.5174945Z [00:03:03.781]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:10.5175874Z [00:03:03.781]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:10.5176805Z [00:03:03.781]➜  packagefile encoding/pem=/tmp/go-build3547871397/b226/_pkg_.a
2025-08-20T21:21:10.5177681Z [00:03:03.781]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:10.5178710Z [00:03:03.781]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:10.5179708Z [00:03:03.781]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3547871397/b1215/_pkg_.a
2025-08-20T21:21:10.5180839Z [00:03:03.781]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3547871397/b1217/_pkg_.a
2025-08-20T21:21:10.5182035Z [00:03:03.781]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3547871397/b1218/_pkg_.a
2025-08-20T21:21:10.5183519Z [00:03:03.781]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build3547871397/b1219/_pkg_.a
2025-08-20T21:21:10.5184571Z [00:03:03.781]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:10.5185385Z [00:03:03.781]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:10.5186323Z [00:03:03.781]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:10.5187164Z [00:03:03.781]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:10.5188022Z [00:03:03.781]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:10.5189046Z [00:03:03.781]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:10.5189908Z [00:03:03.781]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:10.5190687Z [00:03:03.781]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:10.5191516Z [00:03:03.781]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:10.5192372Z [00:03:03.781]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:10.5197889Z [00:03:03.781]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:10.5198759Z [00:03:03.781]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:10.5199615Z [00:03:03.781]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:10.5200491Z [00:03:03.781]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:10.5201333Z [00:03:03.781]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:10.5202215Z [00:03:03.781]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:10.5203365Z [00:03:03.781]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:10.5203981Z [00:03:03.781]➜  EOF
2025-08-20T21:21:10.5215762Z [00:03:03.782]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1213/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh=>golang.org/x/crypto@v0.40.0/ssh;$WORK/b1213=>" -p golang.org/x/crypto/ssh -lang=go1.23 -complete -installsuffix shared -buildid 2HTpKfThA49Efiyj15Zu/2HTpKfThA49Efiyj15Zu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1213/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:21:10.6030918Z [00:03:03.870]➜  go tool buildid -w $WORK/b1196/_pkg_.a # internal
2025-08-20T21:21:10.6055158Z [00:03:03.873]➜  cp $WORK/b1196/_pkg_.a /root/.cache/go-build/99/9997393a0dc9081d4cff3641c2934f557b1bee799bc61ef51ee9b179ad21a822-d # internal
2025-08-20T21:21:10.6089164Z [00:03:03.876]➜  github.com/sylabs/sif/v2/pkg/sif
2025-08-20T21:21:10.6096790Z [00:03:03.877]➜  mkdir -p $WORK/b1223/
2025-08-20T21:21:10.6100334Z [00:03:03.877]➜  cat >/tmp/go-build3547871397/b1223/importcfg << 'EOF' # internal
2025-08-20T21:21:10.6101121Z [00:03:03.877]➜  # import config
2025-08-20T21:21:10.6116564Z [00:03:03.877]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:10.6117882Z [00:03:03.877]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:10.6119698Z [00:03:03.877]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:10.6122996Z [00:03:03.877]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:21:10.6125363Z [00:03:03.877]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:10.6126494Z [00:03:03.877]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:10.6127396Z [00:03:03.877]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:10.6128213Z [00:03:03.877]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:10.6129313Z [00:03:03.877]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3547871397/b923/_pkg_.a
2025-08-20T21:21:10.6130473Z [00:03:03.877]➜  packagefile github.com/google/uuid=/tmp/go-build3547871397/b276/_pkg_.a
2025-08-20T21:21:10.6131380Z [00:03:03.877]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:10.6132212Z [00:03:03.877]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:10.6133293Z [00:03:03.877]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:10.6134110Z [00:03:03.877]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:10.6134972Z [00:03:03.877]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:10.6135816Z [00:03:03.877]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:10.6136431Z [00:03:03.877]➜  EOF
2025-08-20T21:21:10.6144614Z [00:03:03.877]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1223/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sylabs/sif/v2@v2.21.1/pkg/sif=>github.com/sylabs/sif/v2@v2.21.1/pkg/sif;$WORK/b1223=>" -p github.com/sylabs/sif/v2/pkg/sif -lang=go1.23 -complete -installsuffix shared -buildid nBM1rmlma6-wW91-eret/nBM1rmlma6-wW91-eret -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1223/importcfg -pack /root/go/pkg/mod/github.com/sylabs/sif/v2@v2.21.1/pkg/sif/add.go /root/go/pkg/mod/github.com/sylabs/sif/v2@v2.21.1/pkg/sif/arch.go /root/go/pkg/mod/github.com/sylabs/sif/v2@v2.21.1/pkg/sif/buffer.go /root/go/pkg/mod/github.com/sylabs/sif/v2@v2.21.1/pkg/sif/create.go /root/go/pkg/mod/github.com/sylabs/sif/v2@v2.21.1/pkg/sif/delete.go /root/go/pkg/mod/github.com/sylabs/sif/v2@v2.21.1/pkg/sif/descriptor.go /root/go/pkg/mod/github.com/sylabs/sif/v2@v2.21.1/pkg/sif/descriptor_input.go /root/go/pkg/mod/github.com/sylabs/sif/v2@v2.21.1/pkg/sif/load.go /root/go/pkg/mod/github.com/sylabs/sif/v2@v2.21.1/pkg/sif/select.go /root/go/pkg/mod/github.com/sylabs/sif/v2@v2.21.1/pkg/sif/set.go /root/go/pkg/mod/github.com/sylabs/sif/v2@v2.21.1/pkg/sif/sif.go
2025-08-20T21:21:10.8538987Z [00:03:04.121]➜  go tool buildid -w $WORK/b1223/_pkg_.a # internal
2025-08-20T21:21:10.8585550Z [00:03:04.126]➜  cp $WORK/b1223/_pkg_.a /root/.cache/go-build/60/60a42a2e0a6681d299f71d169d7425361c12a91e62c0060518d7d39af5c59b39-d # internal
2025-08-20T21:21:10.8588349Z [00:03:04.126]➜  github.com/anchore/stereoscope/pkg/image/sif
2025-08-20T21:21:10.8589766Z [00:03:04.126]➜  mkdir -p $WORK/b1222/
2025-08-20T21:21:10.8595766Z [00:03:04.127]➜  cat >/tmp/go-build3547871397/b1222/importcfg << 'EOF' # internal
2025-08-20T21:21:10.8596795Z [00:03:04.127]➜  # import config
2025-08-20T21:21:10.8597511Z [00:03:04.127]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:10.8598417Z [00:03:04.127]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:10.8599311Z [00:03:04.127]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:10.8600165Z [00:03:04.127]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:10.8601250Z [00:03:04.127]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:10.8602577Z [00:03:04.127]➜  packagefile github.com/anchore/stereoscope/pkg/image=/tmp/go-build3547871397/b900/_pkg_.a
2025-08-20T21:21:10.8610823Z [00:03:04.127]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3547871397/b923/_pkg_.a
2025-08-20T21:21:10.8612348Z [00:03:04.127]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build3547871397/b1194/_pkg_.a
2025-08-20T21:21:10.8617520Z [00:03:04.127]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3547871397/b924/_pkg_.a
2025-08-20T21:21:10.8618926Z [00:03:04.127]➜  packagefile github.com/sylabs/sif/v2/pkg/sif=/tmp/go-build3547871397/b1223/_pkg_.a
2025-08-20T21:21:10.8619934Z [00:03:04.127]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:10.8620725Z [00:03:04.127]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:10.8621331Z [00:03:04.127]➜  EOF
2025-08-20T21:21:10.8626036Z [00:03:04.127]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1222/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/sif=>github.com/anchore/stereoscope@v0.1.6/pkg/image/sif;$WORK/b1222=>" -p github.com/anchore/stereoscope/pkg/image/sif -lang=go1.24 -complete -installsuffix shared -buildid yMUZxAkLDsZOA9MoMvyV/yMUZxAkLDsZOA9MoMvyV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1222/importcfg -pack /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/sif/archive_provider.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/sif/image.go
2025-08-20T21:21:10.9223682Z [00:03:04.189]➜  go tool buildid -w $WORK/b1182/_pkg_.a # internal
2025-08-20T21:21:10.9333831Z [00:03:04.201]➜  go tool buildid -w $WORK/b1222/_pkg_.a # internal
2025-08-20T21:21:10.9348271Z [00:03:04.202]➜  cp $WORK/b1222/_pkg_.a /root/.cache/go-build/9c/9c34b68d615357d4b5a610c9967a30a090631b4027aceb142f0e1147ffec6158-d # internal
2025-08-20T21:21:10.9352195Z [00:03:04.202]➜  github.com/anchore/go-sync
2025-08-20T21:21:10.9353713Z [00:03:04.202]➜  mkdir -p $WORK/b1225/
2025-08-20T21:21:10.9357114Z [00:03:04.203]➜  cat >/tmp/go-build3547871397/b1225/importcfg << 'EOF' # internal
2025-08-20T21:21:10.9358410Z [00:03:04.203]➜  # import config
2025-08-20T21:21:10.9359637Z [00:03:04.203]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:10.9360962Z [00:03:04.203]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:10.9362929Z [00:03:04.203]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3547871397/b332/_pkg_.a
2025-08-20T21:21:10.9364530Z [00:03:04.203]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:10.9366555Z [00:03:04.203]➜  packagefile iter=/tmp/go-build3547871397/b039/_pkg_.a
2025-08-20T21:21:10.9367375Z [00:03:04.203]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:10.9368177Z [00:03:04.203]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:10.9368978Z [00:03:04.203]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:10.9369794Z [00:03:04.203]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:10.9381060Z [00:03:04.203]➜  EOF
2025-08-20T21:21:10.9395370Z [00:03:04.203]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1225/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/go-sync@v0.0.0-20250326131806-4eda43a485b6=>github.com/anchore/go-sync@v0.0.0-20250326131806-4eda43a485b6;$WORK/b1225=>" -p github.com/anchore/go-sync -lang=go1.23 -complete -installsuffix shared -buildid aFM0Ep9Gym2gyzmutn33/aFM0Ep9Gym2gyzmutn33 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1225/importcfg -pack /root/go/pkg/mod/github.com/anchore/go-sync@v0.0.0-20250326131806-4eda43a485b6/collector.go /root/go/pkg/mod/github.com/anchore/go-sync@v0.0.0-20250326131806-4eda43a485b6/context.go /root/go/pkg/mod/github.com/anchore/go-sync@v0.0.0-20250326131806-4eda43a485b6/executor.go /root/go/pkg/mod/github.com/anchore/go-sync@v0.0.0-20250326131806-4eda43a485b6/executor_errgroup.go /root/go/pkg/mod/github.com/anchore/go-sync@v0.0.0-20250326131806-4eda43a485b6/executor_queue.go /root/go/pkg/mod/github.com/anchore/go-sync@v0.0.0-20250326131806-4eda43a485b6/executor_serial.go /root/go/pkg/mod/github.com/anchore/go-sync@v0.0.0-20250326131806-4eda43a485b6/executor_unbounded.go /root/go/pkg/mod/github.com/anchore/go-sync@v0.0.0-20250326131806-4eda43a485b6/interfaces.go /root/go/pkg/mod/github.com/anchore/go-sync@v0.0.0-20250326131806-4eda43a485b6/list.go /root/go/pkg/mod/github.com/anchore/go-sync@v0.0.0-20250326131806-4eda43a485b6/lockable.go /root/go/pkg/mod/github.com/anchore/go-sync@v0.0.0-20250326131806-4eda43a485b6/parallel_writer.go
2025-08-20T21:21:10.9405450Z [00:03:04.206]➜  cp $WORK/b1182/_pkg_.a /root/.cache/go-build/14/14cc06f07158c78ffb52430f1acb413c2009af1988dfb6b4aeaba2e5dff372a3-d # internal
2025-08-20T21:21:10.9406670Z [00:03:04.206]➜  github.com/google/go-containerregistry/internal/estargz
2025-08-20T21:21:10.9407358Z [00:03:04.206]➜  mkdir -p $WORK/b1192/
2025-08-20T21:21:10.9408088Z [00:03:04.206]➜  cat >/tmp/go-build3547871397/b1192/importcfg << 'EOF' # internal
2025-08-20T21:21:10.9408763Z [00:03:04.206]➜  # import config
2025-08-20T21:21:10.9409386Z [00:03:04.206]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:10.9410517Z [00:03:04.206]➜  packagefile github.com/containerd/stargz-snapshotter/estargz=/tmp/go-build3547871397/b1182/_pkg_.a
2025-08-20T21:21:10.9411874Z [00:03:04.206]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3547871397/b923/_pkg_.a
2025-08-20T21:21:10.9414660Z [00:03:04.206]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:10.9415499Z [00:03:04.206]➜  EOF
2025-08-20T21:21:10.9420966Z [00:03:04.206]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1192/_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/b1192=>" -p github.com/google/go-containerregistry/internal/estargz -lang=go1.24 -complete -installsuffix shared -buildid 8XFVRnllF_IWfN5XI9md/8XFVRnllF_IWfN5XI9md -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1192/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/estargz/estargz.go
2025-08-20T21:21:10.9590205Z [00:03:04.226]➜  go tool buildid -w $WORK/b1192/_pkg_.a # internal
2025-08-20T21:21:10.9608688Z [00:03:04.227]➜  cp $WORK/b1192/_pkg_.a /root/.cache/go-build/5d/5d720c69b93cadd9c86ba40f32fc3185959a5582838604c42b7c0c85b7f2bb32-d # internal
2025-08-20T21:21:10.9628093Z [00:03:04.228]➜  github.com/google/go-containerregistry/pkg/v1/tarball
2025-08-20T21:21:10.9628834Z [00:03:04.228]➜  mkdir -p $WORK/b1181/
2025-08-20T21:21:10.9629611Z [00:03:04.228]➜  cat >/tmp/go-build3547871397/b1181/importcfg << 'EOF' # internal
2025-08-20T21:21:10.9630338Z [00:03:04.228]➜  # import config
2025-08-20T21:21:10.9631072Z [00:03:04.228]➜  packagefile archive/tar=/tmp/go-build3547871397/b861/_pkg_.a
2025-08-20T21:21:10.9631962Z [00:03:04.228]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:10.9632961Z [00:03:04.228]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:21:10.9633918Z [00:03:04.228]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:10.9634806Z [00:03:04.228]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:10.9635871Z [00:03:04.228]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:10.9637009Z [00:03:04.228]➜  packagefile github.com/containerd/stargz-snapshotter/estargz=/tmp/go-build3547871397/b1182/_pkg_.a
2025-08-20T21:21:10.9638457Z [00:03:04.228]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build3547871397/b1187/_pkg_.a
2025-08-20T21:21:10.9640000Z [00:03:04.228]➜  packagefile github.com/google/go-containerregistry/internal/compression=/tmp/go-build3547871397/b1188/_pkg_.a
2025-08-20T21:21:10.9641529Z [00:03:04.228]➜  packagefile github.com/google/go-containerregistry/internal/estargz=/tmp/go-build3547871397/b1192/_pkg_.a
2025-08-20T21:21:10.9643196Z [00:03:04.228]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build3547871397/b1189/_pkg_.a
2025-08-20T21:21:10.9644841Z [00:03:04.228]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build3547871397/b1190/_pkg_.a
2025-08-20T21:21:10.9646463Z [00:03:04.228]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build3547871397/b1191/_pkg_.a
2025-08-20T21:21:10.9647929Z [00:03:04.228]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build3547871397/b1193/_pkg_.a
2025-08-20T21:21:10.9649342Z [00:03:04.228]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build3547871397/b920/_pkg_.a
2025-08-20T21:21:10.9650681Z [00:03:04.228]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3547871397/b923/_pkg_.a
2025-08-20T21:21:10.9652087Z [00:03:04.228]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build3547871397/b1194/_pkg_.a
2025-08-20T21:21:10.9654447Z [00:03:04.228]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3547871397/b924/_pkg_.a
2025-08-20T21:21:10.9655656Z [00:03:04.228]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:10.9656468Z [00:03:04.228]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:10.9657317Z [00:03:04.228]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:10.9658210Z [00:03:04.228]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:10.9659093Z [00:03:04.228]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:10.9659931Z [00:03:04.228]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:10.9660802Z [00:03:04.228]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:10.9661431Z [00:03:04.228]➜  EOF
2025-08-20T21:21:10.9667786Z [00:03:04.228]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1181/_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/b1181=>" -p github.com/google/go-containerregistry/pkg/v1/tarball -lang=go1.24 -complete -installsuffix shared -buildid oMOTi2CQnx7E-bR_fQL8/oMOTi2CQnx7E-bR_fQL8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1181/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:21:11.0968275Z [00:03:04.364]➜  go tool buildid -w $WORK/b1225/_pkg_.a # internal
2025-08-20T21:21:11.1093970Z [00:03:04.376]➜  cp $WORK/b1225/_pkg_.a /root/.cache/go-build/4f/4f160e2f56163c88b1fa72f950fc68425b86ecbc8f145f01e512b300924f93d8-d # internal
2025-08-20T21:21:11.1095840Z [00:03:04.377]➜  github.com/anchore/syft/syft/event
2025-08-20T21:21:11.1097076Z [00:03:04.377]➜  mkdir -p $WORK/b1227/
2025-08-20T21:21:11.1100711Z [00:03:04.377]➜  cat >/tmp/go-build3547871397/b1227/importcfg << 'EOF' # internal
2025-08-20T21:21:11.1123205Z [00:03:04.377]➜  # import config
2025-08-20T21:21:11.1125517Z [00:03:04.377]➜  packagefile github.com/wagoodman/go-partybus=/tmp/go-build3547871397/b811/_pkg_.a
2025-08-20T21:21:11.1126367Z [00:03:04.377]➜  EOF
2025-08-20T21:21:11.1129964Z [00:03:04.377]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1227/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/event=>github.com/anchore/syft@v1.28.0/syft/event;$WORK/b1227=>" -p github.com/anchore/syft/syft/event -lang=go1.24 -complete -installsuffix shared -buildid 3kO6v2uEECPKpF4AsEW9/3kO6v2uEECPKpF4AsEW9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1227/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/event/event.go
2025-08-20T21:21:11.1202368Z [00:03:04.387]➜  go tool buildid -w $WORK/b1227/_pkg_.a # internal
2025-08-20T21:21:11.1302398Z [00:03:04.397]➜  cp $WORK/b1227/_pkg_.a /root/.cache/go-build/13/13f7b80b136164b9987f03bd229f8f2ac81c32e734b102f0ea06134aae994de1-d # internal
2025-08-20T21:21:11.1308718Z [00:03:04.397]➜  github.com/anchore/syft/syft/event/monitor
2025-08-20T21:21:11.1309486Z [00:03:04.397]➜  mkdir -p $WORK/b1228/
2025-08-20T21:21:11.1335932Z [00:03:04.401]➜  cat >/tmp/go-build3547871397/b1228/importcfg << 'EOF' # internal
2025-08-20T21:21:11.1337058Z [00:03:04.401]➜  # import config
2025-08-20T21:21:11.1339464Z [00:03:04.401]➜  packagefile github.com/wagoodman/go-progress=/tmp/go-build3547871397/b925/_pkg_.a
2025-08-20T21:21:11.1340343Z [00:03:04.401]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:11.1340870Z [00:03:04.401]➜  EOF
2025-08-20T21:21:11.1344601Z [00:03:04.401]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1228/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/event/monitor=>github.com/anchore/syft@v1.28.0/syft/event/monitor;$WORK/b1228=>" -p github.com/anchore/syft/syft/event/monitor -lang=go1.24 -complete -installsuffix shared -buildid 7MTF1yuAMVF7qoJwr8xU/7MTF1yuAMVF7qoJwr8xU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1228/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/event/monitor/generic_task.go
2025-08-20T21:21:11.2031907Z [00:03:04.470]➜  go tool buildid -w $WORK/b1228/_pkg_.a # internal
2025-08-20T21:21:11.2041814Z [00:03:04.471]➜  cp $WORK/b1228/_pkg_.a /root/.cache/go-build/57/57a985f292cc73898593445490e4657b332857f2e9011f7ce15c06f28ff327b0-d # internal
2025-08-20T21:21:11.2052096Z [00:03:04.472]➜  github.com/anchore/syft/internal/bus
2025-08-20T21:21:11.2053236Z [00:03:04.472]➜  mkdir -p $WORK/b1226/
2025-08-20T21:21:11.2054033Z [00:03:04.472]➜  cat >/tmp/go-build3547871397/b1226/importcfg << 'EOF' # internal
2025-08-20T21:21:11.2054717Z [00:03:04.472]➜  # import config
2025-08-20T21:21:11.2055497Z [00:03:04.472]➜  packagefile github.com/anchore/clio=/tmp/go-build3547871397/b761/_pkg_.a
2025-08-20T21:21:11.2056791Z [00:03:04.472]➜  packagefile github.com/anchore/syft/internal/redact=/tmp/go-build3547871397/b858/_pkg_.a
2025-08-20T21:21:11.2058043Z [00:03:04.472]➜  packagefile github.com/anchore/syft/syft/event=/tmp/go-build3547871397/b1227/_pkg_.a
2025-08-20T21:21:11.2059561Z [00:03:04.472]➜  packagefile github.com/anchore/syft/syft/event/monitor=/tmp/go-build3547871397/b1228/_pkg_.a
2025-08-20T21:21:11.2060793Z [00:03:04.472]➜  packagefile github.com/wagoodman/go-partybus=/tmp/go-build3547871397/b811/_pkg_.a
2025-08-20T21:21:11.2061945Z [00:03:04.472]➜  packagefile github.com/wagoodman/go-progress=/tmp/go-build3547871397/b925/_pkg_.a
2025-08-20T21:21:11.2063016Z [00:03:04.472]➜  EOF
2025-08-20T21:21:11.2067296Z [00:03:04.472]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1226/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/bus=>github.com/anchore/syft@v1.28.0/internal/bus;$WORK/b1226=>" -p github.com/anchore/syft/internal/bus -lang=go1.24 -complete -installsuffix shared -buildid kUYyPvhULOZShP6UyGaX/kUYyPvhULOZShP6UyGaX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1226/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/bus/bus.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/bus/helpers.go
2025-08-20T21:21:11.2143527Z [00:03:04.482]➜  go tool buildid -w $WORK/b1181/_pkg_.a # internal
2025-08-20T21:21:11.2203037Z [00:03:04.487]➜  cp $WORK/b1181/_pkg_.a /root/.cache/go-build/32/324bf4d045da68158ca84eab2af83a07eb14fda7966acb3c78d9d7952d61e1da-d # internal
2025-08-20T21:21:11.2224028Z [00:03:04.488]➜  github.com/anchore/stereoscope/pkg/image/docker
2025-08-20T21:21:11.2225314Z [00:03:04.488]➜  mkdir -p $WORK/b1146/
2025-08-20T21:21:11.2231991Z [00:03:04.490]➜  cat >/tmp/go-build3547871397/b1146/importcfg << 'EOF' # internal
2025-08-20T21:21:11.2233278Z [00:03:04.490]➜  # import config
2025-08-20T21:21:11.2234333Z [00:03:04.490]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:11.2235827Z [00:03:04.490]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:11.2237116Z [00:03:04.490]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:11.2238270Z [00:03:04.490]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:11.2239564Z [00:03:04.490]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:11.2241752Z [00:03:04.490]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:11.2243072Z [00:03:04.490]➜  packagefile github.com/anchore/stereoscope/internal/bus=/tmp/go-build3547871397/b901/_pkg_.a
2025-08-20T21:21:11.2244468Z [00:03:04.490]➜  packagefile github.com/anchore/stereoscope/internal/docker=/tmp/go-build3547871397/b1147/_pkg_.a
2025-08-20T21:21:11.2245839Z [00:03:04.490]➜  packagefile github.com/anchore/stereoscope/internal/log=/tmp/go-build3547871397/b862/_pkg_.a
2025-08-20T21:21:11.2247167Z [00:03:04.490]➜  packagefile github.com/anchore/stereoscope/pkg/event=/tmp/go-build3547871397/b902/_pkg_.a
2025-08-20T21:21:11.2248463Z [00:03:04.490]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:11.2249755Z [00:03:04.490]➜  packagefile github.com/anchore/stereoscope/pkg/image=/tmp/go-build3547871397/b900/_pkg_.a
2025-08-20T21:21:11.2251011Z [00:03:04.490]➜  packagefile github.com/containerd/errdefs=/tmp/go-build3547871397/b910/_pkg_.a
2025-08-20T21:21:11.2252150Z [00:03:04.490]➜  packagefile github.com/docker/cli/cli/config=/tmp/go-build3547871397/b913/_pkg_.a
2025-08-20T21:21:11.2253560Z [00:03:04.490]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build3547871397/b916/_pkg_.a
2025-08-20T21:21:11.2254807Z [00:03:04.490]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build3547871397/b1171/_pkg_.a
2025-08-20T21:21:11.2256085Z [00:03:04.490]➜  packagefile github.com/docker/docker/client=/tmp/go-build3547871397/b1151/_pkg_.a
2025-08-20T21:21:11.2257354Z [00:03:04.490]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build3547871397/b920/_pkg_.a
2025-08-20T21:21:11.2258750Z [00:03:04.490]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3547871397/b923/_pkg_.a
2025-08-20T21:21:11.2260494Z [00:03:04.490]➜  packagefile github.com/google/go-containerregistry/pkg/v1/tarball=/tmp/go-build3547871397/b1181/_pkg_.a
2025-08-20T21:21:11.2262125Z [00:03:04.490]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3547871397/b924/_pkg_.a
2025-08-20T21:21:11.2268490Z [00:03:04.490]➜  packagefile github.com/wagoodman/go-partybus=/tmp/go-build3547871397/b811/_pkg_.a
2025-08-20T21:21:11.2269702Z [00:03:04.490]➜  packagefile github.com/wagoodman/go-progress=/tmp/go-build3547871397/b925/_pkg_.a
2025-08-20T21:21:11.2270675Z [00:03:04.490]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:11.2271493Z [00:03:04.490]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:11.2272309Z [00:03:04.490]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:11.2273393Z [00:03:04.490]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:11.2274265Z [00:03:04.490]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:11.2275105Z [00:03:04.491]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:11.2275870Z [00:03:04.491]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:11.2276466Z [00:03:04.491]➜  EOF
2025-08-20T21:21:11.2282808Z [00:03:04.491]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1146/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/docker=>github.com/anchore/stereoscope@v0.1.6/pkg/image/docker;$WORK/b1146=>" -p github.com/anchore/stereoscope/pkg/image/docker -lang=go1.24 -complete -installsuffix shared -buildid fHK4gC_G7ZqR1G5-gIjP/fHK4gC_G7ZqR1G5-gIjP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1146/importcfg -pack /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/docker/daemon_provider.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/docker/manifest.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/docker/pull_status.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/docker/tarball_provider.go
2025-08-20T21:21:11.2430085Z [00:03:04.510]➜  go tool buildid -w $WORK/b1226/_pkg_.a # internal
2025-08-20T21:21:11.2436919Z [00:03:04.511]➜  cp $WORK/b1226/_pkg_.a /root/.cache/go-build/0e/0edc601225382a5931750fb3526f068224fc05b915248436e708222676af0a2a-d # internal
2025-08-20T21:21:11.2441468Z [00:03:04.511]➜  github.com/google/go-containerregistry/pkg/v1/mutate
2025-08-20T21:21:11.2448202Z [00:03:04.512]➜  mkdir -p $WORK/b1200/
2025-08-20T21:21:11.2455520Z [00:03:04.513]➜  cat >/tmp/go-build3547871397/b1200/importcfg << 'EOF' # internal
2025-08-20T21:21:11.2493576Z [00:03:04.513]➜  # import config
2025-08-20T21:21:11.2494475Z [00:03:04.513]➜  packagefile archive/tar=/tmp/go-build3547871397/b861/_pkg_.a
2025-08-20T21:21:11.2495404Z [00:03:04.513]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:11.2496262Z [00:03:04.513]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:11.2497147Z [00:03:04.513]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:11.2497967Z [00:03:04.513]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:11.2499121Z [00:03:04.513]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build3547871397/b1189/_pkg_.a
2025-08-20T21:21:11.2500545Z [00:03:04.513]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build3547871397/b1193/_pkg_.a
2025-08-20T21:21:11.2501918Z [00:03:04.513]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3547871397/b923/_pkg_.a
2025-08-20T21:21:11.2503521Z [00:03:04.513]➜  packagefile github.com/google/go-containerregistry/pkg/v1/empty=/tmp/go-build3547871397/b1201/_pkg_.a
2025-08-20T21:21:11.2504965Z [00:03:04.513]➜  packagefile github.com/google/go-containerregistry/pkg/v1/match=/tmp/go-build3547871397/b1195/_pkg_.a
2025-08-20T21:21:11.2506406Z [00:03:04.513]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build3547871397/b1194/_pkg_.a
2025-08-20T21:21:11.2508253Z [00:03:04.513]➜  packagefile github.com/google/go-containerregistry/pkg/v1/stream=/tmp/go-build3547871397/b1202/_pkg_.a
2025-08-20T21:21:11.2509755Z [00:03:04.513]➜  packagefile github.com/google/go-containerregistry/pkg/v1/tarball=/tmp/go-build3547871397/b1181/_pkg_.a
2025-08-20T21:21:11.2511216Z [00:03:04.513]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3547871397/b924/_pkg_.a
2025-08-20T21:21:11.2512294Z [00:03:04.513]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:11.2513367Z [00:03:04.513]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:21:11.2514245Z [00:03:04.513]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:11.2515129Z [00:03:04.513]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:11.2515944Z [00:03:04.513]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:11.2516750Z [00:03:04.513]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:11.2517372Z [00:03:04.513]➜  EOF
2025-08-20T21:21:11.2527720Z [00:03:04.513]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1200/_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/b1200=>" -p github.com/google/go-containerregistry/pkg/v1/mutate -lang=go1.24 -complete -installsuffix shared -buildid Xd49REGgDYIIEXyfRYb6/Xd49REGgDYIIEXyfRYb6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1200/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:21:11.4178081Z [00:03:04.685]➜  go tool buildid -w $WORK/b1200/_pkg_.a # internal
2025-08-20T21:21:11.4254703Z [00:03:04.690]➜  cp $WORK/b1200/_pkg_.a /root/.cache/go-build/fa/fab0f0c59a1ca6b10d99d0e12f221cec4d58082a8f1373add1e8e7916292883d-d # internal
2025-08-20T21:21:11.4275034Z [00:03:04.691]➜  github.com/google/go-containerregistry/pkg/v1/layout
2025-08-20T21:21:11.4275784Z [00:03:04.692]➜  mkdir -p $WORK/b1199/
2025-08-20T21:21:11.4276546Z [00:03:04.693]➜  cat >/tmp/go-build3547871397/b1199/importcfg << 'EOF' # internal
2025-08-20T21:21:11.4277249Z [00:03:04.693]➜  # import config
2025-08-20T21:21:11.4277911Z [00:03:04.693]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:11.4278829Z [00:03:04.693]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:11.4279691Z [00:03:04.693]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:11.4280477Z [00:03:04.693]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:11.4281620Z [00:03:04.693]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build3547871397/b1193/_pkg_.a
2025-08-20T21:21:11.4283204Z [00:03:04.693]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3547871397/b923/_pkg_.a
2025-08-20T21:21:11.4284637Z [00:03:04.693]➜  packagefile github.com/google/go-containerregistry/pkg/v1/match=/tmp/go-build3547871397/b1195/_pkg_.a
2025-08-20T21:21:11.4286089Z [00:03:04.693]➜  packagefile github.com/google/go-containerregistry/pkg/v1/mutate=/tmp/go-build3547871397/b1200/_pkg_.a
2025-08-20T21:21:11.4287567Z [00:03:04.693]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build3547871397/b1194/_pkg_.a
2025-08-20T21:21:11.4289040Z [00:03:04.693]➜  packagefile github.com/google/go-containerregistry/pkg/v1/stream=/tmp/go-build3547871397/b1202/_pkg_.a
2025-08-20T21:21:11.4290509Z [00:03:04.693]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3547871397/b924/_pkg_.a
2025-08-20T21:21:11.4292111Z [00:03:04.693]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3547871397/b332/_pkg_.a
2025-08-20T21:21:11.4293283Z [00:03:04.693]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:11.4294429Z [00:03:04.693]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:11.4295434Z [00:03:04.693]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:11.4296993Z [00:03:04.693]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:11.4298339Z [00:03:04.693]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:11.4300441Z [00:03:04.693]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:11.4301314Z [00:03:04.693]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:11.4301946Z [00:03:04.693]➜  EOF
2025-08-20T21:21:11.4311682Z [00:03:04.694]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1199/_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/b1199=>" -p github.com/google/go-containerregistry/pkg/v1/layout -lang=go1.24 -complete -installsuffix shared -buildid fQQH1Y2jwHz4yfuiLIUr/fQQH1Y2jwHz4yfuiLIUr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1199/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:21:11.4864417Z [00:03:04.752]➜  go tool buildid -w $WORK/b1146/_pkg_.a # internal
2025-08-20T21:21:11.4891061Z [00:03:04.756]➜  cp $WORK/b1146/_pkg_.a /root/.cache/go-build/87/87e1d6e01eee4a89c68fbca6c9b7bbcdb428925e7bd77d17d2351f5b0db7c52e-d # internal
2025-08-20T21:21:11.4895858Z [00:03:04.756]➜  github.com/anchore/stereoscope/pkg/image/containerd
2025-08-20T21:21:11.4896568Z [00:03:04.756]➜  mkdir -p $WORK/b1145/
2025-08-20T21:21:11.4901130Z [00:03:04.757]➜  cat >/tmp/go-build3547871397/b1145/importcfg << 'EOF' # internal
2025-08-20T21:21:11.4909425Z [00:03:04.757]➜  # import config
2025-08-20T21:21:11.4910158Z [00:03:04.757]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:11.4911060Z [00:03:04.757]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:11.4911927Z [00:03:04.757]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:11.4913296Z [00:03:04.757]➜  packagefile github.com/anchore/stereoscope/internal/bus=/tmp/go-build3547871397/b901/_pkg_.a
2025-08-20T21:21:11.4914705Z [00:03:04.757]➜  packagefile github.com/anchore/stereoscope/internal/containerd=/tmp/go-build3547871397/b947/_pkg_.a
2025-08-20T21:21:11.4916081Z [00:03:04.757]➜  packagefile github.com/anchore/stereoscope/internal/log=/tmp/go-build3547871397/b862/_pkg_.a
2025-08-20T21:21:11.4917657Z [00:03:04.757]➜  packagefile github.com/anchore/stereoscope/pkg/event=/tmp/go-build3547871397/b902/_pkg_.a
2025-08-20T21:21:11.4919112Z [00:03:04.757]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:11.4920549Z [00:03:04.757]➜  packagefile github.com/anchore/stereoscope/pkg/image=/tmp/go-build3547871397/b900/_pkg_.a
2025-08-20T21:21:11.4923498Z [00:03:04.757]➜  packagefile github.com/anchore/stereoscope/pkg/image/docker=/tmp/go-build3547871397/b1146/_pkg_.a
2025-08-20T21:21:11.4925151Z [00:03:04.757]➜  packagefile github.com/containerd/containerd=/tmp/go-build3547871397/b948/_pkg_.a
2025-08-20T21:21:11.4926410Z [00:03:04.757]➜  packagefile github.com/containerd/containerd/content=/tmp/go-build3547871397/b1050/_pkg_.a
2025-08-20T21:21:11.4927699Z [00:03:04.757]➜  packagefile github.com/containerd/containerd/images=/tmp/go-build3547871397/b1059/_pkg_.a
2025-08-20T21:21:11.4929058Z [00:03:04.757]➜  packagefile github.com/containerd/containerd/images/archive=/tmp/go-build3547871397/b1069/_pkg_.a
2025-08-20T21:21:11.4930446Z [00:03:04.757]➜  packagefile github.com/containerd/containerd/namespaces=/tmp/go-build3547871397/b1074/_pkg_.a
2025-08-20T21:21:11.4931767Z [00:03:04.757]➜  packagefile github.com/containerd/containerd/remotes=/tmp/go-build3547871397/b1122/_pkg_.a
2025-08-20T21:21:11.4933377Z [00:03:04.757]➜  packagefile github.com/containerd/containerd/remotes/docker=/tmp/go-build3547871397/b1123/_pkg_.a
2025-08-20T21:21:11.4934874Z [00:03:04.757]➜  packagefile github.com/containerd/containerd/remotes/docker/config=/tmp/go-build3547871397/b1196/_pkg_.a
2025-08-20T21:21:11.4935997Z [00:03:04.757]➜  packagefile github.com/containerd/errdefs=/tmp/go-build3547871397/b910/_pkg_.a
2025-08-20T21:21:11.4936978Z [00:03:04.757]➜  packagefile github.com/containerd/platforms=/tmp/go-build3547871397/b1061/_pkg_.a
2025-08-20T21:21:11.4938113Z [00:03:04.757]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build3547871397/b920/_pkg_.a
2025-08-20T21:21:11.4939416Z [00:03:04.757]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:11.4940724Z [00:03:04.757]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:21:11.4942178Z [00:03:04.757]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:11.4943689Z [00:03:04.757]➜  packagefile github.com/wagoodman/go-partybus=/tmp/go-build3547871397/b811/_pkg_.a
2025-08-20T21:21:11.4945020Z [00:03:04.757]➜  packagefile github.com/wagoodman/go-progress=/tmp/go-build3547871397/b925/_pkg_.a
2025-08-20T21:21:11.4946003Z [00:03:04.757]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:11.4946795Z [00:03:04.757]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:11.4947582Z [00:03:04.757]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:11.4948394Z [00:03:04.757]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:11.4949191Z [00:03:04.757]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:11.4949974Z [00:03:04.757]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:11.4950565Z [00:03:04.757]➜  EOF
2025-08-20T21:21:11.4970315Z [00:03:04.757]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1145/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/containerd=>github.com/anchore/stereoscope@v0.1.6/pkg/image/containerd;$WORK/b1145=>" -p github.com/anchore/stereoscope/pkg/image/containerd -lang=go1.24 -complete -installsuffix shared -buildid LcruMQEGuBOEZUMlOz9X/LcruMQEGuBOEZUMlOz9X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1145/importcfg -pack /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/containerd/api_state.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/containerd/daemon_provider.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/containerd/jobs.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/containerd/pull_status.go
2025-08-20T21:21:11.5899395Z [00:03:04.857]➜  go tool buildid -w $WORK/b1199/_pkg_.a # internal
2025-08-20T21:21:11.5924369Z [00:03:04.860]➜  cp $WORK/b1199/_pkg_.a /root/.cache/go-build/e5/e550f87c3e5b571df236e6f08bac7927e766e960d0bcb146075a602c0f6ff194-d # internal
2025-08-20T21:21:11.5986091Z [00:03:04.866]➜  github.com/google/go-containerregistry/pkg/v1/remote
2025-08-20T21:21:11.5989344Z [00:03:04.866]➜  mkdir -p $WORK/b1203/
2025-08-20T21:21:11.6009810Z [00:03:04.868]➜  cat >/tmp/go-build3547871397/b1203/importcfg << 'EOF' # internal
2025-08-20T21:21:11.6029943Z [00:03:04.868]➜  # import config
2025-08-20T21:21:11.6030642Z [00:03:04.868]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:11.6031498Z [00:03:04.868]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:11.6032392Z [00:03:04.868]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:11.6033483Z [00:03:04.868]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:11.6034309Z [00:03:04.868]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:11.6035529Z [00:03:04.868]➜  packagefile github.com/google/go-containerregistry/internal/redact=/tmp/go-build3547871397/b1204/_pkg_.a
2025-08-20T21:21:11.6040423Z [00:03:04.868]➜  packagefile github.com/google/go-containerregistry/internal/retry=/tmp/go-build3547871397/b1205/_pkg_.a
2025-08-20T21:21:11.6042048Z [00:03:04.868]➜  packagefile github.com/google/go-containerregistry/internal/verify=/tmp/go-build3547871397/b1207/_pkg_.a
2025-08-20T21:21:11.6043726Z [00:03:04.868]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build3547871397/b912/_pkg_.a
2025-08-20T21:21:11.6045070Z [00:03:04.868]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build3547871397/b1193/_pkg_.a
2025-08-20T21:21:11.6046418Z [00:03:04.868]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build3547871397/b920/_pkg_.a
2025-08-20T21:21:11.6047761Z [00:03:04.868]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3547871397/b923/_pkg_.a
2025-08-20T21:21:11.6049388Z [00:03:04.868]➜  packagefile github.com/google/go-containerregistry/pkg/v1/empty=/tmp/go-build3547871397/b1201/_pkg_.a
2025-08-20T21:21:11.6050914Z [00:03:04.868]➜  packagefile github.com/google/go-containerregistry/pkg/v1/mutate=/tmp/go-build3547871397/b1200/_pkg_.a
2025-08-20T21:21:11.6052554Z [00:03:04.868]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build3547871397/b1194/_pkg_.a
2025-08-20T21:21:11.6054404Z [00:03:04.868]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote/transport=/tmp/go-build3547871397/b1208/_pkg_.a
2025-08-20T21:21:11.6055939Z [00:03:04.868]➜  packagefile github.com/google/go-containerregistry/pkg/v1/stream=/tmp/go-build3547871397/b1202/_pkg_.a
2025-08-20T21:21:11.6057423Z [00:03:04.868]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3547871397/b924/_pkg_.a
2025-08-20T21:21:11.6058639Z [00:03:04.868]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3547871397/b332/_pkg_.a
2025-08-20T21:21:11.6059555Z [00:03:04.868]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:11.6060316Z [00:03:04.868]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:11.6061236Z [00:03:04.868]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:11.6062075Z [00:03:04.868]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:11.6063014Z [00:03:04.868]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:11.6063805Z [00:03:04.868]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:11.6064585Z [00:03:04.868]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:11.6065399Z [00:03:04.868]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:11.6066222Z [00:03:04.868]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:11.6067012Z [00:03:04.868]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:11.6067598Z [00:03:04.868]➜  EOF
2025-08-20T21:21:11.6113339Z [00:03:04.868]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1203/_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/b1203=>" -p github.com/google/go-containerregistry/pkg/v1/remote -lang=go1.24 -complete -installsuffix shared -buildid Qwb_dk339mo946VtMb7A/Qwb_dk339mo946VtMb7A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1203/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:21:11.7133929Z [00:03:04.981]➜  go tool buildid -w $WORK/b1145/_pkg_.a # internal
2025-08-20T21:21:11.7187999Z [00:03:04.986]➜  cp $WORK/b1145/_pkg_.a /root/.cache/go-build/fa/facbd8762dd8422f7f3f99fffd1feb72ba355c1b1022d859606e1bc66ad79faf-d # internal
2025-08-20T21:21:11.7193145Z [00:03:04.986]➜  github.com/anchore/syft/syft/source
2025-08-20T21:21:11.7193690Z [00:03:04.986]➜  mkdir -p $WORK/b1231/
2025-08-20T21:21:11.7198432Z [00:03:04.987]➜  cat >/tmp/go-build3547871397/b1231/importcfg << 'EOF' # internal
2025-08-20T21:21:11.7201686Z [00:03:04.987]➜  # import config
2025-08-20T21:21:11.7202394Z [00:03:04.987]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:11.7203431Z [00:03:04.987]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:11.7204510Z [00:03:04.987]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:11.7205722Z [00:03:04.987]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:11.7206722Z [00:03:04.987]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:11.7207572Z [00:03:04.987]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:11.7208243Z [00:03:04.987]➜  EOF
2025-08-20T21:21:11.7216136Z [00:03:04.987]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1231/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source=>github.com/anchore/syft@v1.28.0/syft/source;$WORK/b1231=>" -p github.com/anchore/syft/syft/source -lang=go1.24 -complete -installsuffix shared -buildid 70QNbMrV1897b7D9TEWE/70QNbMrV1897b7D9TEWE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1231/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/alias.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/description.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/directory_metadata.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/exclude.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/file_metadata.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/image_metadata.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/provider.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/scope.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/snap_metadata.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/source.go
2025-08-20T21:21:11.7506050Z [00:03:05.018]➜  go tool buildid -w $WORK/b1231/_pkg_.a # internal
2025-08-20T21:21:11.7515109Z [00:03:05.019]➜  cp $WORK/b1231/_pkg_.a /root/.cache/go-build/9f/9f3030fbb80ed7cbb8ac2d63dff94dbac93e1a6a40371670295f89c2be38960f-d # internal
2025-08-20T21:21:11.7519657Z [00:03:05.019]➜  github.com/anchore/syft/syft/sbom
2025-08-20T21:21:11.7520290Z [00:03:05.019]➜  mkdir -p $WORK/b1230/
2025-08-20T21:21:11.7533769Z [00:03:05.019]➜  cat >/tmp/go-build3547871397/b1230/importcfg << 'EOF' # internal
2025-08-20T21:21:11.7534480Z [00:03:05.019]➜  # import config
2025-08-20T21:21:11.7535371Z [00:03:05.019]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:11.7536631Z [00:03:05.019]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:11.7537836Z [00:03:05.019]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:11.7539022Z [00:03:05.019]➜  packagefile github.com/anchore/syft/syft/linux=/tmp/go-build3547871397/b854/_pkg_.a
2025-08-20T21:21:11.7540174Z [00:03:05.019]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:11.7541342Z [00:03:05.019]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:21:11.7542316Z [00:03:05.019]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:11.7543614Z [00:03:05.019]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:11.7544491Z [00:03:05.019]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:11.7545128Z [00:03:05.019]➜  EOF
2025-08-20T21:21:11.7549749Z [00:03:05.020]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1230/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/sbom=>github.com/anchore/syft@v1.28.0/syft/sbom;$WORK/b1230=>" -p github.com/anchore/syft/syft/sbom -lang=go1.24 -complete -installsuffix shared -buildid K1UdAQut9KoIZfykPH84/K1UdAQut9KoIZfykPH84 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1230/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/sbom/format.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/sbom/sbom.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/sbom/writer.go
2025-08-20T21:21:11.7961795Z [00:03:05.063]➜  go tool buildid -w $WORK/b1230/_pkg_.a # internal
2025-08-20T21:21:11.7984212Z [00:03:05.066]➜  cp $WORK/b1230/_pkg_.a /root/.cache/go-build/3e/3e972bd2c18ae3f21e8ef8f844d17a9ea11b96d41fed4b83cf30745f04fe5573-d # internal
2025-08-20T21:21:11.7988125Z [00:03:05.066]➜  github.com/anchore/syft/internal/sbomsync
2025-08-20T21:21:11.7988774Z [00:03:05.066]➜  mkdir -p $WORK/b1229/
2025-08-20T21:21:11.7989474Z [00:03:05.066]➜  cat >/tmp/go-build3547871397/b1229/importcfg << 'EOF' # internal
2025-08-20T21:21:11.7990110Z [00:03:05.066]➜  # import config
2025-08-20T21:21:11.7990934Z [00:03:05.066]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:11.7992059Z [00:03:05.066]➜  packagefile github.com/anchore/syft/syft/linux=/tmp/go-build3547871397/b854/_pkg_.a
2025-08-20T21:21:11.7993338Z [00:03:05.066]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:11.7994433Z [00:03:05.066]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:11.7995370Z [00:03:05.066]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:11.7995946Z [00:03:05.066]➜  EOF
2025-08-20T21:21:11.7999716Z [00:03:05.066]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1229/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/sbomsync=>github.com/anchore/syft@v1.28.0/internal/sbomsync;$WORK/b1229=>" -p github.com/anchore/syft/internal/sbomsync -lang=go1.24 -complete -installsuffix shared -buildid amgj_ytRS6AxKRYpZYkW/amgj_ytRS6AxKRYpZYkW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1229/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/sbomsync/builder.go
2025-08-20T21:21:11.8350509Z [00:03:05.102]➜  go tool buildid -w $WORK/b1229/_pkg_.a # internal
2025-08-20T21:21:11.8384245Z [00:03:05.104]➜  cp $WORK/b1229/_pkg_.a /root/.cache/go-build/7c/7ca768e9e7072cf624100d89daec116ff0b0864afb67f0bcc5ae28d8ca190fdf-d # internal
2025-08-20T21:21:11.8398731Z [00:03:05.107]➜  github.com/andybalholm/brotli/matchfinder
2025-08-20T21:21:11.8401324Z [00:03:05.107]➜  mkdir -p $WORK/b1235/
2025-08-20T21:21:11.8404599Z [00:03:05.108]➜  cat >/tmp/go-build3547871397/b1235/importcfg << 'EOF' # internal
2025-08-20T21:21:11.8406321Z [00:03:05.108]➜  # import config
2025-08-20T21:21:11.8407203Z [00:03:05.108]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:11.8409175Z [00:03:05.108]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:11.8410063Z [00:03:05.108]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:11.8410920Z [00:03:05.108]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:11.8411789Z [00:03:05.108]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:11.8412448Z [00:03:05.108]➜  EOF
2025-08-20T21:21:11.8419803Z [00:03:05.108]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1235/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/matchfinder=>github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/matchfinder;$WORK/b1235=>" -p github.com/andybalholm/brotli/matchfinder -lang=go1.13 -complete -installsuffix shared -buildid a8nJ7fNaXCO4WcXgnlPE/a8nJ7fNaXCO4WcXgnlPE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1235/importcfg -pack /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/matchfinder/emitter.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/matchfinder/m0.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/matchfinder/m4.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/matchfinder/matchfinder.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/matchfinder/textencoder.go
2025-08-20T21:21:11.8699927Z [00:03:05.137]➜  go tool buildid -w $WORK/b1213/_pkg_.a # internal
2025-08-20T21:21:11.8881947Z [00:03:05.155]➜  cp $WORK/b1213/_pkg_.a /root/.cache/go-build/31/31685c0c6f829c3a03ab9213dfd51e2f82bacfe563a44c7c2abf8cd86fc703aa-d # internal
2025-08-20T21:21:11.8897298Z [00:03:05.156]➜  golang.org/x/crypto/ssh/knownhosts
2025-08-20T21:21:11.8897992Z [00:03:05.156]➜  mkdir -p $WORK/b1221/
2025-08-20T21:21:11.8918465Z [00:03:05.159]➜  cat >/tmp/go-build3547871397/b1221/importcfg << 'EOF' # internal
2025-08-20T21:21:11.8919187Z [00:03:05.159]➜  # import config
2025-08-20T21:21:11.8919849Z [00:03:05.159]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:11.8920683Z [00:03:05.159]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:11.8921548Z [00:03:05.159]➜  packagefile crypto/hmac=/tmp/go-build3547871397/b205/_pkg_.a
2025-08-20T21:21:11.8922454Z [00:03:05.159]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:11.8923540Z [00:03:05.159]➜  packagefile crypto/sha1=/tmp/go-build3547871397/b219/_pkg_.a
2025-08-20T21:21:11.8924509Z [00:03:05.159]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:11.8925396Z [00:03:05.159]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:11.8926397Z [00:03:05.159]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:11.8927510Z [00:03:05.159]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3547871397/b1213/_pkg_.a
2025-08-20T21:21:11.8928415Z [00:03:05.159]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:11.8929188Z [00:03:05.159]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:11.8929959Z [00:03:05.159]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:11.8930740Z [00:03:05.159]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:11.8931360Z [00:03:05.159]➜  EOF
2025-08-20T21:21:11.8935196Z [00:03:05.159]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1221/_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/b1221=>" -p golang.org/x/crypto/ssh/knownhosts -lang=go1.23 -complete -installsuffix shared -buildid 5zkevn-PQaKM4FtDxRdp/5zkevn-PQaKM4FtDxRdp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1221/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/knownhosts/knownhosts.go
2025-08-20T21:21:11.9545146Z [00:03:05.222]➜  go tool buildid -w $WORK/b1235/_pkg_.a # internal
2025-08-20T21:21:11.9556902Z [00:03:05.223]➜  cp $WORK/b1235/_pkg_.a /root/.cache/go-build/53/5367f9300437e1e90a9c4239f6c80894834814079f538a7d414c77d083216d41-d # internal
2025-08-20T21:21:11.9622250Z [00:03:05.229]➜  github.com/andybalholm/brotli
2025-08-20T21:21:11.9626928Z [00:03:05.230]➜  mkdir -p $WORK/b1234/
2025-08-20T21:21:11.9627669Z [00:03:05.230]➜  cat >/tmp/go-build3547871397/b1234/importcfg << 'EOF' # internal
2025-08-20T21:21:11.9631134Z [00:03:05.230]➜  # import config
2025-08-20T21:21:11.9632176Z [00:03:05.230]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:21:11.9634913Z [00:03:05.230]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:11.9635736Z [00:03:05.230]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:11.9636613Z [00:03:05.230]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:11.9637669Z [00:03:05.230]➜  packagefile github.com/andybalholm/brotli/matchfinder=/tmp/go-build3547871397/b1235/_pkg_.a
2025-08-20T21:21:11.9638644Z [00:03:05.230]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:11.9639402Z [00:03:05.230]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:11.9640247Z [00:03:05.230]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:11.9641091Z [00:03:05.230]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:11.9641916Z [00:03:05.230]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:11.9642960Z [00:03:05.230]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:11.9643787Z [00:03:05.230]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:11.9644377Z [00:03:05.230]➜  EOF
2025-08-20T21:21:11.9690682Z [00:03:05.230]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1234/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3=>github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3;$WORK/b1234=>" -p github.com/andybalholm/brotli -lang=go1.13 -complete -installsuffix shared -buildid ltikAsDRlcMpTh-PE66n/ltikAsDRlcMpTh-PE66n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1234/importcfg -pack /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/backward_references.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/backward_references_hq.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/bit_cost.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/bit_reader.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/bitwriter.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/block_splitter.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/block_splitter_command.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/block_splitter_distance.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/block_splitter_literal.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/brotli_bit_stream.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/cluster.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/cluster_command.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/cluster_distance.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/cluster_literal.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/command.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/compress_fragment.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/compress_fragment_two_pass.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/constants.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/context.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/decode.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/dictionary.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/dictionary_hash.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/encode.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/encoder.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/encoder_dict.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/entropy_encode.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/entropy_encode_static.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/fast_log.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/find_match_length.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/h10.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/h5.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/h6.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/hash.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/hash_composite.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/hash_forgetful_chain.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/hash_longest_match_quickly.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/hash_rolling.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/histogram.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/http.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/huffman.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/literal_cost.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/memory.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/metablock.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/metablock_command.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/metablock_distance.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/metablock_literal.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/params.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/platform.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/prefix.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/prefix_dec.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/quality.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/reader.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/ringbuffer.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/state.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/static_dict.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/static_dict_lut.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/symbol_list.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/transform.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/utf8_util.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/util.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/write_bits.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.2-0.20250424173009-453214e765f3/writer.go
2025-08-20T21:21:11.9805728Z [00:03:05.247]➜  go tool buildid -w $WORK/b1221/_pkg_.a # internal
2025-08-20T21:21:11.9828904Z [00:03:05.250]➜  cp $WORK/b1221/_pkg_.a /root/.cache/go-build/1b/1b9397fec94e2b81cfd1cd2873673eadf72013fe53293c1173af8de24699df29-d # internal
2025-08-20T21:21:11.9847762Z [00:03:05.250]➜  github.com/anchore/stereoscope/internal/podman
2025-08-20T21:21:11.9848480Z [00:03:05.250]➜  mkdir -p $WORK/b1211/
2025-08-20T21:21:11.9849231Z [00:03:05.250]➜  cat >/tmp/go-build3547871397/b1211/importcfg << 'EOF' # internal
2025-08-20T21:21:11.9850150Z [00:03:05.250]➜  # import config
2025-08-20T21:21:11.9850835Z [00:03:05.250]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:11.9851686Z [00:03:05.250]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:11.9852539Z [00:03:05.250]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:11.9853552Z [00:03:05.250]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:11.9854449Z [00:03:05.250]➜  packagefile github.com/adrg/xdg=/tmp/go-build3547871397/b697/_pkg_.a
2025-08-20T21:21:11.9855641Z [00:03:05.250]➜  packagefile github.com/anchore/stereoscope/internal/log=/tmp/go-build3547871397/b862/_pkg_.a
2025-08-20T21:21:11.9856927Z [00:03:05.251]➜  packagefile github.com/docker/docker/client=/tmp/go-build3547871397/b1151/_pkg_.a
2025-08-20T21:21:11.9858207Z [00:03:05.251]➜  packagefile github.com/docker/docker/pkg/homedir=/tmp/go-build3547871397/b1212/_pkg_.a
2025-08-20T21:21:11.9859620Z [00:03:05.251]➜  packagefile github.com/pelletier/go-toml=/tmp/go-build3547871397/b1197/_pkg_.a
2025-08-20T21:21:11.9860691Z [00:03:05.251]➜  packagefile github.com/spf13/afero=/tmp/go-build3547871397/b777/_pkg_.a
2025-08-20T21:21:11.9861552Z [00:03:05.251]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3547871397/b1213/_pkg_.a
2025-08-20T21:21:11.9862537Z [00:03:05.251]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build3547871397/b1221/_pkg_.a
2025-08-20T21:21:11.9863739Z [00:03:05.251]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:11.9864580Z [00:03:05.251]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:11.9865414Z [00:03:05.251]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:11.9866208Z [00:03:05.251]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:11.9867037Z [00:03:05.251]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:11.9868069Z [00:03:05.251]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:11.9868924Z [00:03:05.251]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:11.9869532Z [00:03:05.251]➜  EOF
2025-08-20T21:21:11.9874994Z [00:03:05.251]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1211/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/internal/podman=>github.com/anchore/stereoscope@v0.1.6/internal/podman;$WORK/b1211=>" -p github.com/anchore/stereoscope/internal/podman -lang=go1.24 -complete -installsuffix shared -buildid lnRZdwZPCEYp5YMQ6GKf/lnRZdwZPCEYp5YMQ6GKf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1211/importcfg -pack /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/internal/podman/client.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/internal/podman/config.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/internal/podman/ssh.go
2025-08-20T21:21:12.1356335Z [00:03:05.403]➜  go tool buildid -w $WORK/b1203/_pkg_.a # internal
2025-08-20T21:21:12.1437810Z [00:03:05.411]➜  cp $WORK/b1203/_pkg_.a /root/.cache/go-build/96/96a4e8c3cc9fc8dbba6075e3395caf519b3e47678758c7aad0eb5bc91759854e-d # internal
2025-08-20T21:21:12.1440153Z [00:03:05.411]➜  github.com/anchore/stereoscope/pkg/image/oci
2025-08-20T21:21:12.1444688Z [00:03:05.411]➜  mkdir -p $WORK/b1198/
2025-08-20T21:21:12.1445454Z [00:03:05.412]➜  cat >/tmp/go-build3547871397/b1198/importcfg << 'EOF' # internal
2025-08-20T21:21:12.1446122Z [00:03:05.412]➜  # import config
2025-08-20T21:21:12.1446769Z [00:03:05.412]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:12.1447608Z [00:03:05.412]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:12.1448436Z [00:03:05.412]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:12.1449491Z [00:03:05.412]➜  packagefile github.com/anchore/stereoscope/internal/log=/tmp/go-build3547871397/b862/_pkg_.a
2025-08-20T21:21:12.1450764Z [00:03:05.412]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:12.1452030Z [00:03:05.412]➜  packagefile github.com/anchore/stereoscope/pkg/image=/tmp/go-build3547871397/b900/_pkg_.a
2025-08-20T21:21:12.1453529Z [00:03:05.412]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build3547871397/b912/_pkg_.a
2025-08-20T21:21:12.1454862Z [00:03:05.412]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build3547871397/b920/_pkg_.a
2025-08-20T21:21:12.1456194Z [00:03:05.412]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3547871397/b923/_pkg_.a
2025-08-20T21:21:12.1457563Z [00:03:05.412]➜  packagefile github.com/google/go-containerregistry/pkg/v1/layout=/tmp/go-build3547871397/b1199/_pkg_.a
2025-08-20T21:21:12.1459045Z [00:03:05.412]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote=/tmp/go-build3547871397/b1203/_pkg_.a
2025-08-20T21:21:12.1460446Z [00:03:05.412]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3547871397/b924/_pkg_.a
2025-08-20T21:21:12.1461724Z [00:03:05.412]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:12.1462505Z [00:03:05.412]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:12.1463453Z [00:03:05.412]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:12.1464231Z [00:03:05.412]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:12.1464804Z [00:03:05.412]➜  EOF
2025-08-20T21:21:12.1469979Z [00:03:05.412]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1198/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/oci=>github.com/anchore/stereoscope@v0.1.6/pkg/image/oci;$WORK/b1198=>" -p github.com/anchore/stereoscope/pkg/image/oci -lang=go1.24 -complete -installsuffix shared -buildid Vp2vyk9UMVqmAQXhjjE-/Vp2vyk9UMVqmAQXhjjE- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1198/importcfg -pack /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/oci/directory_provider.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/oci/registry_provider.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/oci/tarball_provider.go
2025-08-20T21:21:12.1604191Z [00:03:05.428]➜  go tool buildid -w $WORK/b1211/_pkg_.a # internal
2025-08-20T21:21:12.1633577Z [00:03:05.430]➜  cp $WORK/b1211/_pkg_.a /root/.cache/go-build/68/68e182182fc7a2d6266ecbb014a6a28720f48c9bc7246fbc5559e715e35797ec-d # internal
2025-08-20T21:21:12.1640650Z [00:03:05.431]➜  github.com/anchore/stereoscope/pkg/image/podman
2025-08-20T21:21:12.1641291Z [00:03:05.431]➜  mkdir -p $WORK/b1210/
2025-08-20T21:21:12.1649102Z [00:03:05.432]➜  cat >/tmp/go-build3547871397/b1210/importcfg << 'EOF' # internal
2025-08-20T21:21:12.1678164Z [00:03:05.432]➜  # import config
2025-08-20T21:21:12.1679154Z [00:03:05.432]➜  packagefile github.com/anchore/stereoscope/internal/podman=/tmp/go-build3547871397/b1211/_pkg_.a
2025-08-20T21:21:12.1680604Z [00:03:05.432]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:12.1681852Z [00:03:05.432]➜  packagefile github.com/anchore/stereoscope/pkg/image=/tmp/go-build3547871397/b900/_pkg_.a
2025-08-20T21:21:12.1683359Z [00:03:05.432]➜  packagefile github.com/anchore/stereoscope/pkg/image/docker=/tmp/go-build3547871397/b1146/_pkg_.a
2025-08-20T21:21:12.1684605Z [00:03:05.432]➜  packagefile github.com/docker/docker/client=/tmp/go-build3547871397/b1151/_pkg_.a
2025-08-20T21:21:12.1685346Z [00:03:05.432]➜  EOF
2025-08-20T21:21:12.1689337Z [00:03:05.432]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1210/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/podman=>github.com/anchore/stereoscope@v0.1.6/pkg/image/podman;$WORK/b1210=>" -p github.com/anchore/stereoscope/pkg/image/podman -lang=go1.24 -complete -installsuffix shared -buildid A4qXjgkVxy1gVYBtl7Wt/A4qXjgkVxy1gVYBtl7Wt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1210/importcfg -pack /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/pkg/image/podman/daemon_provider.go
2025-08-20T21:21:12.2254335Z [00:03:05.493]➜  go tool buildid -w $WORK/b1210/_pkg_.a # internal
2025-08-20T21:21:12.2278768Z [00:03:05.495]➜  cp $WORK/b1210/_pkg_.a /root/.cache/go-build/d7/d70364e29efbb265cdfbb97c8095ab8a52b02774b8363ebabd50c45b1906d79b-d # internal
2025-08-20T21:21:12.2280552Z [00:03:05.495]➜  github.com/dsnet/compress/internal/errors
2025-08-20T21:21:12.2285589Z [00:03:05.496]➜  mkdir -p $WORK/b1239/
2025-08-20T21:21:12.2295230Z [00:03:05.497]➜  cat >/tmp/go-build3547871397/b1239/importcfg << 'EOF' # internal
2025-08-20T21:21:12.2297317Z [00:03:05.497]➜  # import config
2025-08-20T21:21:12.2303218Z [00:03:05.497]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:12.2303845Z [00:03:05.497]➜  EOF
2025-08-20T21:21:12.2308171Z [00:03:05.497]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1239/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/errors=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/errors;$WORK/b1239=>" -p github.com/dsnet/compress/internal/errors -lang=go1.9 -complete -installsuffix shared -buildid KHhaERPFJ32XNg2k4aaw/KHhaERPFJ32XNg2k4aaw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1239/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/errors/errors.go
2025-08-20T21:21:12.2744539Z [00:03:05.541]➜  go tool buildid -w $WORK/b1239/_pkg_.a # internal
2025-08-20T21:21:12.2753991Z [00:03:05.542]➜  cp $WORK/b1239/_pkg_.a /root/.cache/go-build/b7/b71e581d974263deeab76fa8b04ccd1695a45f400abab31d09d9a99e363149af-d # internal
2025-08-20T21:21:12.2755212Z [00:03:05.542]➜  github.com/dsnet/compress
2025-08-20T21:21:12.2755789Z [00:03:05.542]➜  mkdir -p $WORK/b1241/
2025-08-20T21:21:12.2756537Z [00:03:05.542]➜  cat >/tmp/go-build3547871397/b1241/importcfg << 'EOF' # internal
2025-08-20T21:21:12.2757493Z [00:03:05.542]➜  # import config
2025-08-20T21:21:12.2758187Z [00:03:05.542]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:12.2759284Z [00:03:05.542]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build3547871397/b1239/_pkg_.a
2025-08-20T21:21:12.2760358Z [00:03:05.542]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:12.2760953Z [00:03:05.542]➜  EOF
2025-08-20T21:21:12.2765186Z [00:03:05.542]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1241/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707;$WORK/b1241=>" -p github.com/dsnet/compress -lang=go1.9 -complete -installsuffix shared -buildid eXL5GO7Axs1Ur_1F-c8F/eXL5GO7Axs1Ur_1F-c8F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1241/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/api.go
2025-08-20T21:21:12.2979813Z [00:03:05.565]➜  go tool buildid -w $WORK/b1241/_pkg_.a # internal
2025-08-20T21:21:12.2996308Z [00:03:05.567]➜  cp $WORK/b1241/_pkg_.a /root/.cache/go-build/2a/2a7c9bd58dbaa0f5254ccc04e63327b6b5d9c2ada9862f4eaec5190f0d5782f8-d # internal
2025-08-20T21:21:12.2998482Z [00:03:05.567]➜  github.com/dsnet/compress/internal/prefix
2025-08-20T21:21:12.2999102Z [00:03:05.567]➜  mkdir -p $WORK/b1240/
2025-08-20T21:21:12.3004233Z [00:03:05.568]➜  cat >/tmp/go-build3547871397/b1240/importcfg << 'EOF' # internal
2025-08-20T21:21:12.3005430Z [00:03:05.568]➜  # import config
2025-08-20T21:21:12.3006609Z [00:03:05.568]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:12.3007580Z [00:03:05.568]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:12.3009691Z [00:03:05.568]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:12.3010536Z [00:03:05.568]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:12.3011469Z [00:03:05.568]➜  packagefile github.com/dsnet/compress=/tmp/go-build3547871397/b1241/_pkg_.a
2025-08-20T21:21:12.3012572Z [00:03:05.568]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build3547871397/b1238/_pkg_.a
2025-08-20T21:21:12.3015271Z [00:03:05.568]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build3547871397/b1239/_pkg_.a
2025-08-20T21:21:12.3016274Z [00:03:05.568]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:12.3017037Z [00:03:05.568]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:12.3017815Z [00:03:05.568]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:12.3018409Z [00:03:05.568]➜  EOF
2025-08-20T21:21:12.3027393Z [00:03:05.568]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1240/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix;$WORK/b1240=>" -p github.com/dsnet/compress/internal/prefix -lang=go1.9 -complete -installsuffix shared -buildid Bgb8QyIcYtYRv2rb7hTg/Bgb8QyIcYtYRv2rb7hTg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1240/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/decoder.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/encoder.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/prefix.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/range.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/reader.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/wrap.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/writer.go
2025-08-20T21:21:12.3305366Z [00:03:05.598]➜  go tool buildid -w $WORK/b1198/_pkg_.a # internal
2025-08-20T21:21:12.3347072Z [00:03:05.602]➜  cp $WORK/b1198/_pkg_.a /root/.cache/go-build/f9/f90e010271813a3387b3605d3d6bb89c996e6d3fd38b95c70188ece825ab5518-d # internal
2025-08-20T21:21:12.3348814Z [00:03:05.602]➜  github.com/anchore/stereoscope
2025-08-20T21:21:12.3349836Z [00:03:05.602]➜  mkdir -p $WORK/b946/
2025-08-20T21:21:12.3353595Z [00:03:05.603]➜  cat >/tmp/go-build3547871397/b946/importcfg << 'EOF' # internal
2025-08-20T21:21:12.3354622Z [00:03:05.603]➜  # import config
2025-08-20T21:21:12.3355603Z [00:03:05.603]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:12.3356490Z [00:03:05.603]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:12.3357488Z [00:03:05.603]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:12.3358379Z [00:03:05.603]➜  packagefile github.com/anchore/go-collections=/tmp/go-build3547871397/b852/_pkg_.a
2025-08-20T21:21:12.3359688Z [00:03:05.603]➜  packagefile github.com/anchore/go-logger=/tmp/go-build3547871397/b765/_pkg_.a
2025-08-20T21:21:12.3360968Z [00:03:05.603]➜  packagefile github.com/anchore/stereoscope/internal/bus=/tmp/go-build3547871397/b901/_pkg_.a
2025-08-20T21:21:12.3362351Z [00:03:05.603]➜  packagefile github.com/anchore/stereoscope/internal/containerd=/tmp/go-build3547871397/b947/_pkg_.a
2025-08-20T21:21:12.3363912Z [00:03:05.603]➜  packagefile github.com/anchore/stereoscope/internal/log=/tmp/go-build3547871397/b862/_pkg_.a
2025-08-20T21:21:12.3365247Z [00:03:05.603]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:12.3366475Z [00:03:05.603]➜  packagefile github.com/anchore/stereoscope/pkg/image=/tmp/go-build3547871397/b900/_pkg_.a
2025-08-20T21:21:12.3367844Z [00:03:05.603]➜  packagefile github.com/anchore/stereoscope/pkg/image/containerd=/tmp/go-build3547871397/b1145/_pkg_.a
2025-08-20T21:21:12.3369252Z [00:03:05.603]➜  packagefile github.com/anchore/stereoscope/pkg/image/docker=/tmp/go-build3547871397/b1146/_pkg_.a
2025-08-20T21:21:12.3370613Z [00:03:05.603]➜  packagefile github.com/anchore/stereoscope/pkg/image/oci=/tmp/go-build3547871397/b1198/_pkg_.a
2025-08-20T21:21:12.3371995Z [00:03:05.603]➜  packagefile github.com/anchore/stereoscope/pkg/image/podman=/tmp/go-build3547871397/b1210/_pkg_.a
2025-08-20T21:21:12.3373611Z [00:03:05.603]➜  packagefile github.com/anchore/stereoscope/pkg/image/sif=/tmp/go-build3547871397/b1222/_pkg_.a
2025-08-20T21:21:12.3374904Z [00:03:05.603]➜  packagefile github.com/wagoodman/go-partybus=/tmp/go-build3547871397/b811/_pkg_.a
2025-08-20T21:21:12.3375893Z [00:03:05.603]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:12.3376711Z [00:03:05.603]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:12.3377338Z [00:03:05.603]➜  EOF
2025-08-20T21:21:12.3382095Z [00:03:05.603]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b946/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6=>github.com/anchore/stereoscope@v0.1.6;$WORK/b946=>" -p github.com/anchore/stereoscope -lang=go1.24 -complete -installsuffix shared -buildid MpGymdds1Tyq-TP2sDKQ/MpGymdds1Tyq-TP2sDKQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b946/importcfg -pack /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/client.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/deprecated.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/option.go /root/go/pkg/mod/github.com/anchore/stereoscope@v0.1.6/providers.go
2025-08-20T21:21:12.5048510Z [00:03:05.772]➜  go tool buildid -w $WORK/b1240/_pkg_.a # internal
2025-08-20T21:21:12.5082202Z [00:03:05.775]➜  cp $WORK/b1240/_pkg_.a /root/.cache/go-build/cf/cfc32a86ef29403b90972fedeb4156bd1823cb218dc29fae4b3a25c257e9abb8-d # internal
2025-08-20T21:21:12.5112605Z [00:03:05.778]➜  github.com/dsnet/compress/bzip2
2025-08-20T21:21:12.5115743Z [00:03:05.778]➜  mkdir -p $WORK/b1236/
2025-08-20T21:21:12.5116664Z [00:03:05.779]➜  cat >/tmp/go-build3547871397/b1236/importcfg << 'EOF' # internal
2025-08-20T21:21:12.5117341Z [00:03:05.779]➜  # import config
2025-08-20T21:21:12.5117969Z [00:03:05.779]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:12.5119076Z [00:03:05.779]➜  packagefile github.com/dsnet/compress/bzip2/internal/sais=/tmp/go-build3547871397/b1237/_pkg_.a
2025-08-20T21:21:12.5120467Z [00:03:05.779]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build3547871397/b1238/_pkg_.a
2025-08-20T21:21:12.5121802Z [00:03:05.779]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build3547871397/b1239/_pkg_.a
2025-08-20T21:21:12.5123357Z [00:03:05.779]➜  packagefile github.com/dsnet/compress/internal/prefix=/tmp/go-build3547871397/b1240/_pkg_.a
2025-08-20T21:21:12.5124488Z [00:03:05.779]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:12.5125232Z [00:03:05.779]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:12.5125774Z [00:03:05.779]➜  EOF
2025-08-20T21:21:12.5134850Z [00:03:05.779]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1236/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2;$WORK/b1236=>" -p github.com/dsnet/compress/bzip2 -lang=go1.9 -complete -installsuffix shared -buildid twEGtgii6m-bZ0mki-h6/twEGtgii6m-bZ0mki-h6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1236/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/bwt.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/common.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/fuzz_off.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/mtf_rle2.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/prefix.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/reader.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/rle1.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/writer.go
2025-08-20T21:21:12.5143396Z [00:03:05.779]➜  go tool buildid -w $WORK/b946/_pkg_.a # internal
2025-08-20T21:21:12.5151339Z [00:03:05.782]➜  cp $WORK/b946/_pkg_.a /root/.cache/go-build/ae/ae836671b91787ff1be026e52db405cd3551b52ea2f2b2e1680e85259c74341b-d # internal
2025-08-20T21:21:12.5153865Z [00:03:05.783]➜  github.com/golang/snappy
2025-08-20T21:21:12.5157736Z [00:03:05.783]➜  mkdir -p $WORK/b1242/
2025-08-20T21:21:12.5170341Z [00:03:05.784]➜  echo -n > $WORK/b1242/go_asm.h # internal
2025-08-20T21:21:12.5172865Z [00:03:05.785]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v0.0.4
2025-08-20T21:21:12.5177170Z [00:03:05.785]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.4=>github.com/golang/snappy@v0.0.4;$WORK/b1242=>" -I $WORK/b1242/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1242/symabis ./decode_amd64.s ./encode_amd64.s
2025-08-20T21:21:12.5254448Z [00:03:05.793]➜  cat >/tmp/go-build3547871397/b1242/importcfg << 'EOF' # internal
2025-08-20T21:21:12.5256203Z [00:03:05.793]➜  # import config
2025-08-20T21:21:12.5256889Z [00:03:05.793]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:12.5257690Z [00:03:05.793]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:12.5258455Z [00:03:05.793]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:12.5259205Z [00:03:05.793]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:12.5259741Z [00:03:05.793]➜  EOF
2025-08-20T21:21:12.5260165Z [00:03:05.793]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:12.5265379Z [00:03:05.793]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1242/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.4=>github.com/golang/snappy@v0.0.4;$WORK/b1242=>" -p github.com/golang/snappy -lang=go1.16 -installsuffix shared -buildid 6eH0GjqbZ_m2s3z_d0gx/6eH0GjqbZ_m2s3z_d0gx -goversion go1.25.0 -symabis $WORK/b1242/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1242/importcfg -pack -asmhdr $WORK/b1242/go_asm.h /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/decode.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/decode_asm.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/encode.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/encode_asm.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/snappy.go
2025-08-20T21:21:12.5726812Z [00:03:05.840]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v0.0.4
2025-08-20T21:21:12.5732056Z [00:03:05.840]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.4=>github.com/golang/snappy@v0.0.4;$WORK/b1242=>" -I $WORK/b1242/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1242/decode_amd64.o ./decode_amd64.s
2025-08-20T21:21:12.5774519Z [00:03:05.844]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.4=>github.com/golang/snappy@v0.0.4;$WORK/b1242=>" -I $WORK/b1242/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1242/encode_amd64.o ./encode_amd64.s
2025-08-20T21:21:12.5823912Z [00:03:05.849]➜  go tool pack r $WORK/b1242/_pkg_.a $WORK/b1242/decode_amd64.o $WORK/b1242/encode_amd64.o # internal
2025-08-20T21:21:12.5830752Z [00:03:05.850]➜  go tool buildid -w $WORK/b1242/_pkg_.a # internal
2025-08-20T21:21:12.5846342Z [00:03:05.852]➜  cp $WORK/b1242/_pkg_.a /root/.cache/go-build/9a/9a8cea2cd97abef78d72ff47f29ae8fec7b844cfbae032edf7366ec3b6d10a8d-d # internal
2025-08-20T21:21:12.5859586Z [00:03:05.853]➜  github.com/klauspost/compress/flate
2025-08-20T21:21:12.5865995Z [00:03:05.854]➜  mkdir -p $WORK/b1244/
2025-08-20T21:21:12.5877897Z [00:03:05.855]➜  cat >/tmp/go-build3547871397/b1244/importcfg << 'EOF' # internal
2025-08-20T21:21:12.5879393Z [00:03:05.855]➜  # import config
2025-08-20T21:21:12.5880717Z [00:03:05.855]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:12.5881839Z [00:03:05.855]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:12.5883478Z [00:03:05.855]➜  packagefile compress/flate=/tmp/go-build3547871397/b150/_pkg_.a
2025-08-20T21:21:12.5886690Z [00:03:05.855]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:12.5890021Z [00:03:05.855]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:12.5890900Z [00:03:05.855]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:12.5892027Z [00:03:05.855]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3547871397/b883/_pkg_.a
2025-08-20T21:21:12.5893400Z [00:03:05.855]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:12.5894480Z [00:03:05.855]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:12.5895341Z [00:03:05.855]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:12.5896204Z [00:03:05.855]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:12.5897008Z [00:03:05.855]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:12.5897598Z [00:03:05.855]➜  EOF
2025-08-20T21:21:12.5898089Z [00:03:05.857]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:12.5911830Z [00:03:05.857]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1244/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate=>github.com/klauspost/compress@v1.18.0/flate;$WORK/b1244=>" -p github.com/klauspost/compress/flate -lang=go1.22 -complete -installsuffix shared -buildid K-MoKNVvxWjYmDVmhQsO/K-MoKNVvxWjYmDVmhQsO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1244/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_amd64.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:21:12.6370868Z [00:03:05.904]➜  go tool buildid -w $WORK/b1236/_pkg_.a # internal
2025-08-20T21:21:12.6404371Z [00:03:05.907]➜  cp $WORK/b1236/_pkg_.a /root/.cache/go-build/2b/2bfa58ac62cf527ef6115ab8f7e1df57be9b535b584091848bd674d20e3f0684-d # internal
2025-08-20T21:21:12.6405639Z [00:03:05.907]➜  github.com/klauspost/compress/internal/godebug
2025-08-20T21:21:12.6406284Z [00:03:05.907]➜  mkdir -p $WORK/b1246/
2025-08-20T21:21:12.6408014Z [00:03:05.908]➜  cat >/tmp/go-build3547871397/b1246/importcfg << 'EOF' # internal
2025-08-20T21:21:12.6408743Z [00:03:05.908]➜  # import config
2025-08-20T21:21:12.6409420Z [00:03:05.908]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:12.6410106Z [00:03:05.908]➜  EOF
2025-08-20T21:21:12.6414396Z [00:03:05.908]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1246/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/godebug=>github.com/klauspost/compress@v1.18.0/internal/godebug;$WORK/b1246=>" -p github.com/klauspost/compress/internal/godebug -lang=go1.22 -complete -installsuffix shared -buildid Ng9S_fNAxqr-1DBHqDaR/Ng9S_fNAxqr-1DBHqDaR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1246/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/godebug/godebug.go
2025-08-20T21:21:12.6498610Z [00:03:05.917]➜  go tool buildid -w $WORK/b1246/_pkg_.a # internal
2025-08-20T21:21:12.6520806Z [00:03:05.919]➜  cp $WORK/b1246/_pkg_.a /root/.cache/go-build/e2/e257fca22ba425725b993c97df8552a5cdd2e416de7b910c54312b7e275462c8-d # internal
2025-08-20T21:21:12.6528929Z [00:03:05.920]➜  github.com/nwaples/rardecode
2025-08-20T21:21:12.6530285Z [00:03:05.920]➜  mkdir -p $WORK/b1248/
2025-08-20T21:21:12.6532425Z [00:03:05.921]➜  cat >/tmp/go-build3547871397/b1248/importcfg << 'EOF' # internal
2025-08-20T21:21:12.6537607Z [00:03:05.921]➜  # import config
2025-08-20T21:21:12.6538299Z [00:03:05.921]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:12.6539112Z [00:03:05.921]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:12.6539947Z [00:03:05.921]➜  packagefile crypto/aes=/tmp/go-build3547871397/b181/_pkg_.a
2025-08-20T21:21:12.6540854Z [00:03:05.921]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:21:12.6541745Z [00:03:05.921]➜  packagefile crypto/hmac=/tmp/go-build3547871397/b205/_pkg_.a
2025-08-20T21:21:12.6542807Z [00:03:05.921]➜  packagefile crypto/sha1=/tmp/go-build3547871397/b219/_pkg_.a
2025-08-20T21:21:12.6543733Z [00:03:05.921]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:12.6544839Z [00:03:05.921]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:12.6545732Z [00:03:05.921]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:12.6546527Z [00:03:05.921]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:12.6547312Z [00:03:05.921]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:12.6548128Z [00:03:05.921]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:12.6548934Z [00:03:05.921]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:12.6549727Z [00:03:05.921]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:12.6550516Z [00:03:05.921]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:12.6551485Z [00:03:05.921]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:12.6552362Z [00:03:05.921]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:12.6553367Z [00:03:05.921]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:12.6554318Z [00:03:05.921]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:12.6555115Z [00:03:05.921]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:12.6555951Z [00:03:05.921]➜  packagefile unicode/utf16=/tmp/go-build3547871397/b073/_pkg_.a
2025-08-20T21:21:12.6556592Z [00:03:05.921]➜  EOF
2025-08-20T21:21:12.6567965Z [00:03:05.923]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1248/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.3=>github.com/nwaples/rardecode@v1.1.3;$WORK/b1248=>" -p github.com/nwaples/rardecode -lang=go1.16 -complete -installsuffix shared -buildid ukcuVpJ9ocCVbAq4uxpp/ukcuVpJ9ocCVbAq4uxpp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1248/importcfg -pack /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.3/archive.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.3/archive15.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.3/archive50.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.3/bit_reader.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.3/decode29.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.3/decode29_lz.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.3/decode29_ppm.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.3/decode50.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.3/decode_reader.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.3/decrypt_reader.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.3/filters.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.3/huffman.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.3/ppm_model.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.3/reader.go /root/go/pkg/mod/github.com/nwaples/rardecode@v1.1.3/vm.go
2025-08-20T21:21:13.0988011Z [00:03:06.366]➜  go tool buildid -w $WORK/b1244/_pkg_.a # internal
2025-08-20T21:21:13.1157424Z [00:03:06.383]➜  cp $WORK/b1244/_pkg_.a /root/.cache/go-build/2c/2cf4b66238b28b074ac9bf1f7ac16212780189ca42c36fb03a2361bb53bb34c1-d # internal
2025-08-20T21:21:13.1161939Z [00:03:06.384]➜  github.com/klauspost/compress/gzip
2025-08-20T21:21:13.1165837Z [00:03:06.384]➜  mkdir -p $WORK/b1243/
2025-08-20T21:21:13.1171668Z [00:03:06.384]➜  cat >/tmp/go-build3547871397/b1243/importcfg << 'EOF' # internal
2025-08-20T21:21:13.1172827Z [00:03:06.385]➜  # import config
2025-08-20T21:21:13.1173882Z [00:03:06.385]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:13.1174970Z [00:03:06.385]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:21:13.1176073Z [00:03:06.385]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:13.1177945Z [00:03:06.385]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:13.1178773Z [00:03:06.385]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:13.1179771Z [00:03:06.385]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3547871397/b1244/_pkg_.a
2025-08-20T21:21:13.1181029Z [00:03:06.385]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:13.1181851Z [00:03:06.385]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:13.1182758Z [00:03:06.385]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:13.1183399Z [00:03:06.385]➜  EOF
2025-08-20T21:21:13.1187628Z [00:03:06.385]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1243/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/gzip=>github.com/klauspost/compress@v1.18.0/gzip;$WORK/b1243=>" -p github.com/klauspost/compress/gzip -lang=go1.22 -complete -installsuffix shared -buildid eNXVg8nXyDHZvIN8WJ9v/eNXVg8nXyDHZvIN8WJ9v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1243/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:21:13.1510186Z [00:03:06.418]➜  go tool buildid -w $WORK/b1248/_pkg_.a # internal
2025-08-20T21:21:13.1604138Z [00:03:06.427]➜  cp $WORK/b1248/_pkg_.a /root/.cache/go-build/52/52f76e00ff43ff81ef1acc11c188c79d79ddf76a57567f06d08647dde59f6502-d # internal
2025-08-20T21:21:13.1630323Z [00:03:06.430]➜  github.com/klauspost/compress/zip
2025-08-20T21:21:13.1633277Z [00:03:06.430]➜  mkdir -p $WORK/b1245/
2025-08-20T21:21:13.1638692Z [00:03:06.431]➜  cat >/tmp/go-build3547871397/b1245/importcfg << 'EOF' # internal
2025-08-20T21:21:13.1647259Z [00:03:06.431]➜  # import config
2025-08-20T21:21:13.1648100Z [00:03:06.431]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:13.1649047Z [00:03:06.431]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:13.1649996Z [00:03:06.431]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:13.1651012Z [00:03:06.431]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3547871397/b1244/_pkg_.a
2025-08-20T21:21:13.1652463Z [00:03:06.431]➜  packagefile github.com/klauspost/compress/internal/godebug=/tmp/go-build3547871397/b1246/_pkg_.a
2025-08-20T21:21:13.1653905Z [00:03:06.431]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:13.1654818Z [00:03:06.431]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:13.1655755Z [00:03:06.431]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:13.1656532Z [00:03:06.431]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:13.1657406Z [00:03:06.431]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:13.1658266Z [00:03:06.431]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:13.1659180Z [00:03:06.431]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:13.1660072Z [00:03:06.431]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:13.1660926Z [00:03:06.431]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:13.1662121Z [00:03:06.431]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:13.1663107Z [00:03:06.431]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:13.1663968Z [00:03:06.431]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:13.1664654Z [00:03:06.431]➜  EOF
2025-08-20T21:21:13.1669819Z [00:03:06.431]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1245/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zip=>github.com/klauspost/compress@v1.18.0/zip;$WORK/b1245=>" -p github.com/klauspost/compress/zip -lang=go1.22 -complete -installsuffix shared -buildid vb7R3ANJpxPbrkD17Cb6/vb7R3ANJpxPbrkD17Cb6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1245/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zip/reader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zip/register.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zip/struct.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zip/writer.go
2025-08-20T21:21:13.1714834Z [00:03:06.439]➜  go tool buildid -w $WORK/b1243/_pkg_.a # internal
2025-08-20T21:21:13.1727281Z [00:03:06.440]➜  cp $WORK/b1243/_pkg_.a /root/.cache/go-build/2c/2c984882fd58727ce613b76b6f1355a6bb42ee59841bddf04dbabcf20d0f516f-d # internal
2025-08-20T21:21:13.1733394Z [00:03:06.440]➜  github.com/klauspost/pgzip
2025-08-20T21:21:13.1737854Z [00:03:06.441]➜  mkdir -p $WORK/b1247/
2025-08-20T21:21:13.1743504Z [00:03:06.442]➜  cat >/tmp/go-build3547871397/b1247/importcfg << 'EOF' # internal
2025-08-20T21:21:13.1744517Z [00:03:06.442]➜  # import config
2025-08-20T21:21:13.1745560Z [00:03:06.442]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:13.1746693Z [00:03:06.442]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:13.1768090Z [00:03:06.442]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:13.1769169Z [00:03:06.442]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:13.1770769Z [00:03:06.442]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3547871397/b1244/_pkg_.a
2025-08-20T21:21:13.1771982Z [00:03:06.442]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:13.1773243Z [00:03:06.442]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:13.1775027Z [00:03:06.442]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:13.1775855Z [00:03:06.442]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:13.1776675Z [00:03:06.442]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:13.1777463Z [00:03:06.442]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:13.1778059Z [00:03:06.442]➜  EOF
2025-08-20T21:21:13.1781827Z [00:03:06.442]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1247/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/pgzip@v1.2.6=>github.com/klauspost/pgzip@v1.2.6;$WORK/b1247=>" -p github.com/klauspost/pgzip -lang=go1.16 -complete -installsuffix shared -buildid aUhCcwv21x9AuS4uvtTy/aUhCcwv21x9AuS4uvtTy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1247/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:21:13.2486919Z [00:03:06.516]➜  go tool buildid -w $WORK/b1247/_pkg_.a # internal
2025-08-20T21:21:13.2508332Z [00:03:06.518]➜  cp $WORK/b1247/_pkg_.a /root/.cache/go-build/62/62122180250c90daf7f0d007ab1c3bff1aaa9bd1dd191803ce474ea35330f8f7-d # internal
2025-08-20T21:21:13.2674446Z [00:03:06.535]➜  github.com/ulikunitz/xz
2025-08-20T21:21:13.2684201Z [00:03:06.535]➜  mkdir -p $WORK/b1249/
2025-08-20T21:21:13.2685018Z [00:03:06.535]➜  cat >/tmp/go-build3547871397/b1249/importcfg << 'EOF' # internal
2025-08-20T21:21:13.2685687Z [00:03:06.535]➜  # import config
2025-08-20T21:21:13.2686296Z [00:03:06.535]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:13.2687441Z [00:03:06.535]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:13.2688268Z [00:03:06.535]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:13.2688996Z [00:03:06.535]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:13.2689924Z [00:03:06.535]➜  packagefile github.com/ulikunitz/xz/internal/xlog=/tmp/go-build3547871397/b895/_pkg_.a
2025-08-20T21:21:13.2691006Z [00:03:06.535]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3547871397/b893/_pkg_.a
2025-08-20T21:21:13.2691881Z [00:03:06.535]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:13.2692775Z [00:03:06.535]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:13.2693579Z [00:03:06.535]➜  packagefile hash/crc64=/tmp/go-build3547871397/b892/_pkg_.a
2025-08-20T21:21:13.2694333Z [00:03:06.535]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:13.2694871Z [00:03:06.535]➜  EOF
2025-08-20T21:21:13.2702956Z [00:03:06.537]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1249/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12=>github.com/ulikunitz/xz@v0.5.12;$WORK/b1249=>" -p github.com/ulikunitz/xz -lang=go1.12 -complete -installsuffix shared -buildid _bUbfmL-Dy3yH4YapzSh/_bUbfmL-Dy3yH4YapzSh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1249/importcfg -pack /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/bits.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/crc.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/format.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzmafilter.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/none-check.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/reader.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/writer.go
2025-08-20T21:21:13.4563201Z [00:03:06.723]➜  go tool buildid -w $WORK/b1249/_pkg_.a # internal
2025-08-20T21:21:13.4593478Z [00:03:06.726]➜  cp $WORK/b1249/_pkg_.a /root/.cache/go-build/99/995487bffca1c27205ee0144c39c55432fa355506004be941a3269d60db3c1c0-d # internal
2025-08-20T21:21:13.4630576Z [00:03:06.730]➜  github.com/xi2/xz
2025-08-20T21:21:13.4638868Z [00:03:06.731]➜  mkdir -p $WORK/b1250/
2025-08-20T21:21:13.4639623Z [00:03:06.731]➜  cat >/tmp/go-build3547871397/b1250/importcfg << 'EOF' # internal
2025-08-20T21:21:13.4640264Z [00:03:06.731]➜  # import config
2025-08-20T21:21:13.4668742Z [00:03:06.731]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:13.4670041Z [00:03:06.731]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:13.4671836Z [00:03:06.731]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:13.4672812Z [00:03:06.732]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:13.4673669Z [00:03:06.732]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:13.4674502Z [00:03:06.732]➜  packagefile hash/crc64=/tmp/go-build3547871397/b892/_pkg_.a
2025-08-20T21:21:13.4675231Z [00:03:06.732]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:13.4675790Z [00:03:06.732]➜  EOF
2025-08-20T21:21:13.4685675Z [00:03:06.732]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1250/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8=>github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8;$WORK/b1250=>" -p github.com/xi2/xz -lang=go1.16 -complete -installsuffix shared -buildid 1lbB41dFc3S_ZHBA3ibi/1lbB41dFc3S_ZHBA3ibi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1250/importcfg -pack /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/dec_bcj.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/dec_delta.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/dec_lzma2.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/dec_stream.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/dec_util.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/dec_xz.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/doc.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/reader.go
2025-08-20T21:21:13.6279405Z [00:03:06.895]➜  go tool buildid -w $WORK/b1245/_pkg_.a # internal
2025-08-20T21:21:13.6425891Z [00:03:06.910]➜  cp $WORK/b1245/_pkg_.a /root/.cache/go-build/59/59fb50bdb512cd1f4090be314b718b348b8b93554cc7d4590fbc1ddc4f652d1c-d # internal
2025-08-20T21:21:13.6548294Z [00:03:06.922]➜  github.com/anchore/syft/internal/relationship
2025-08-20T21:21:13.6551708Z [00:03:06.922]➜  mkdir -p $WORK/b1251/
2025-08-20T21:21:13.6558507Z [00:03:06.923]➜  cat >/tmp/go-build3547871397/b1251/importcfg << 'EOF' # internal
2025-08-20T21:21:13.6559262Z [00:03:06.923]➜  # import config
2025-08-20T21:21:13.6560165Z [00:03:06.923]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:13.6561513Z [00:03:06.923]➜  packagefile github.com/anchore/syft/internal/sbomsync=/tmp/go-build3547871397/b1229/_pkg_.a
2025-08-20T21:21:13.6563081Z [00:03:06.923]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:13.6564277Z [00:03:06.923]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:13.6565435Z [00:03:06.923]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:13.6568717Z [00:03:06.923]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:13.6570430Z [00:03:06.924]➜  packagefile github.com/bmatcuk/doublestar/v4=/tmp/go-build3547871397/b908/_pkg_.a
2025-08-20T21:21:13.6572070Z [00:03:06.924]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:13.6573553Z [00:03:06.924]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:13.6574550Z [00:03:06.924]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:13.6576384Z [00:03:06.924]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:13.6577218Z [00:03:06.924]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:13.6577859Z [00:03:06.924]➜  EOF
2025-08-20T21:21:13.6585741Z [00:03:06.924]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1251/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/relationship=>github.com/anchore/syft@v1.28.0/internal/relationship;$WORK/b1251=>" -p github.com/anchore/syft/internal/relationship -lang=go1.24 -complete -installsuffix shared -buildid zyt7CLXQaq7vLm9YYqZT/zyt7CLXQaq7vLm9YYqZT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1251/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/relationship/by_file_ownership.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/relationship/evident_by.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/relationship/exclude_binaries_by_file_ownership_overlap.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/relationship/index.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/relationship/remove.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/relationship/sort.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/relationship/to_source.go
2025-08-20T21:21:13.6859425Z [00:03:06.953]➜  go tool buildid -w $WORK/b1250/_pkg_.a # internal
2025-08-20T21:21:13.6878863Z [00:03:06.955]➜  cp $WORK/b1250/_pkg_.a /root/.cache/go-build/7e/7e6a34f807b6711761acb6e357ae5cd01ba27fa2e8b7414af75009d1c740f5ff-d # internal
2025-08-20T21:21:13.6887179Z [00:03:06.956]➜  github.com/anchore/syft/internal/unknown
2025-08-20T21:21:13.6890188Z [00:03:06.956]➜  mkdir -p $WORK/b1253/
2025-08-20T21:21:13.6901025Z [00:03:06.957]➜  cat >/tmp/go-build3547871397/b1253/importcfg << 'EOF' # internal
2025-08-20T21:21:13.6914290Z [00:03:06.958]➜  # import config
2025-08-20T21:21:13.6915161Z [00:03:06.958]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:13.6916115Z [00:03:06.958]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:13.6917122Z [00:03:06.958]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:13.6918277Z [00:03:06.958]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:13.6919230Z [00:03:06.958]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:13.6919996Z [00:03:06.958]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:13.6921558Z [00:03:06.959]➜  EOF
2025-08-20T21:21:13.6926464Z [00:03:06.959]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1253/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/unknown=>github.com/anchore/syft@v1.28.0/internal/unknown;$WORK/b1253=>" -p github.com/anchore/syft/internal/unknown -lang=go1.24 -complete -installsuffix shared -buildid fj6YpPDa8xtzHtD3S_J-/fj6YpPDa8xtzHtD3S_J- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1253/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/unknown/coordinate_error.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/unknown/path_error.go
2025-08-20T21:21:13.7912810Z [00:03:07.058]➜  go tool buildid -w $WORK/b1253/_pkg_.a # internal
2025-08-20T21:21:13.7925247Z [00:03:07.060]➜  cp $WORK/b1253/_pkg_.a /root/.cache/go-build/d3/d38d91061db8f85680afbbc791b016ffd94e48fd5dd98498408022fb8d841b80-d # internal
2025-08-20T21:21:13.7929724Z [00:03:07.060]➜  github.com/anchore/syft/syft/cataloging
2025-08-20T21:21:13.7931190Z [00:03:07.060]➜  mkdir -p $WORK/b1254/
2025-08-20T21:21:13.7938380Z [00:03:07.061]➜  cat >/tmp/go-build3547871397/b1254/importcfg << 'EOF' # internal
2025-08-20T21:21:13.7939176Z [00:03:07.061]➜  # import config
2025-08-20T21:21:13.7940144Z [00:03:07.061]➜  packagefile github.com/anchore/syft/internal/licenses=/tmp/go-build3547871397/b937/_pkg_.a
2025-08-20T21:21:13.7941531Z [00:03:07.061]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:21:13.7942523Z [00:03:07.061]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:13.7943302Z [00:03:07.061]➜  EOF
2025-08-20T21:21:13.7951298Z [00:03:07.062]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1254/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cataloging=>github.com/anchore/syft@v1.28.0/syft/cataloging;$WORK/b1254=>" -p github.com/anchore/syft/syft/cataloging -lang=go1.24 -complete -installsuffix shared -buildid NAT3TGcBNvw1_HgvsNtW/NAT3TGcBNvw1_HgvsNtW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1254/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cataloging/archive_search.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cataloging/compliance.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cataloging/data_generation.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cataloging/executor.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cataloging/license.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cataloging/relationships.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cataloging/search.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cataloging/selection.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cataloging/unknowns.go
2025-08-20T21:21:13.8265882Z [00:03:07.094]➜  go tool buildid -w $WORK/b1251/_pkg_.a # internal
2025-08-20T21:21:13.8290224Z [00:03:07.096]➜  cp $WORK/b1251/_pkg_.a /root/.cache/go-build/4b/4b2649bb0c683b8a8d18d3a8dc989731060b6370d97d7860b7fd29ee4015a4a1-d # internal
2025-08-20T21:21:13.8357057Z [00:03:07.103]➜  github.com/anchore/syft/internal/relationship/binary
2025-08-20T21:21:13.8359368Z [00:03:07.103]➜  mkdir -p $WORK/b1252/
2025-08-20T21:21:13.8361623Z [00:03:07.103]➜  cat >/tmp/go-build3547871397/b1252/importcfg << 'EOF' # internal
2025-08-20T21:21:13.8363306Z [00:03:07.103]➜  # import config
2025-08-20T21:21:13.8366178Z [00:03:07.103]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:13.8370835Z [00:03:07.103]➜  packagefile github.com/anchore/syft/internal/relationship=/tmp/go-build3547871397/b1251/_pkg_.a
2025-08-20T21:21:13.8373168Z [00:03:07.103]➜  packagefile github.com/anchore/syft/internal/sbomsync=/tmp/go-build3547871397/b1229/_pkg_.a
2025-08-20T21:21:13.8374636Z [00:03:07.103]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:13.8375796Z [00:03:07.103]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:13.8376936Z [00:03:07.103]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:13.8378112Z [00:03:07.103]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:13.8380684Z [00:03:07.103]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:13.8381746Z [00:03:07.103]➜  EOF
2025-08-20T21:21:13.8388755Z [00:03:07.103]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1252/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/relationship/binary=>github.com/anchore/syft@v1.28.0/internal/relationship/binary;$WORK/b1252=>" -p github.com/anchore/syft/internal/relationship/binary -lang=go1.24 -complete -installsuffix shared -buildid VGbBeX0x-EzvwqVxyhzY/VGbBeX0x-EzvwqVxyhzY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1252/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/relationship/binary/binary_dependencies.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/relationship/binary/shared_library_index.go
2025-08-20T21:21:13.8515872Z [00:03:07.118]➜  go tool buildid -w $WORK/b1254/_pkg_.a # internal
2025-08-20T21:21:13.8528359Z [00:03:07.120]➜  cp $WORK/b1254/_pkg_.a /root/.cache/go-build/1b/1b6e9b568ea773993e9eab7f0a429f4e978cade57aaf280a700ada1628e681d5-d # internal
2025-08-20T21:21:13.8538206Z [00:03:07.121]➜  archive/zip
2025-08-20T21:21:13.8539642Z [00:03:07.121]➜  mkdir -p $WORK/b1257/
2025-08-20T21:21:13.8576973Z [00:03:07.125]➜  cat >/tmp/go-build3547871397/b1257/importcfg << 'EOF' # internal
2025-08-20T21:21:13.8580045Z [00:03:07.125]➜  # import config
2025-08-20T21:21:13.8580752Z [00:03:07.125]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:13.8581668Z [00:03:07.125]➜  packagefile compress/flate=/tmp/go-build3547871397/b150/_pkg_.a
2025-08-20T21:21:13.8582936Z [00:03:07.125]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:13.8583861Z [00:03:07.125]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:13.8584672Z [00:03:07.125]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:13.8585467Z [00:03:07.125]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:13.8586313Z [00:03:07.125]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:13.8587285Z [00:03:07.125]➜  packagefile internal/godebug=/tmp/go-build3547871397/b057/_pkg_.a
2025-08-20T21:21:13.8588170Z [00:03:07.125]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:13.8588971Z [00:03:07.125]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:13.8589778Z [00:03:07.125]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:13.8590569Z [00:03:07.125]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:13.8591463Z [00:03:07.125]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:13.8592375Z [00:03:07.125]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:13.8593464Z [00:03:07.125]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:13.8594259Z [00:03:07.125]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:13.8595237Z [00:03:07.125]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:13.8596264Z [00:03:07.125]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:13.8596959Z [00:03:07.125]➜  EOF
2025-08-20T21:21:13.8600577Z [00:03:07.125]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1257/_pkg_.a -trimpath "/root/.go/src/archive/zip=>archive/zip;$WORK/b1257=>" -p archive/zip -lang=go1.25 -std -complete -installsuffix shared -buildid POmn5GHYG7XLbkAGVbpy/POmn5GHYG7XLbkAGVbpy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1257/importcfg -pack /root/.go/src/archive/zip/reader.go /root/.go/src/archive/zip/register.go /root/.go/src/archive/zip/struct.go /root/.go/src/archive/zip/writer.go
2025-08-20T21:21:13.9421382Z [00:03:07.209]➜  go tool buildid -w $WORK/b1252/_pkg_.a # internal
2025-08-20T21:21:13.9485670Z [00:03:07.213]➜  cp $WORK/b1252/_pkg_.a /root/.cache/go-build/1e/1ede8213dbe9a63604601ceb4f1889c32301a16f91e012d1b0e7e1e03cb3fc9b-d # internal
2025-08-20T21:21:13.9503250Z [00:03:07.216]➜  github.com/diskfs/go-diskfs/filesystem
2025-08-20T21:21:13.9503912Z [00:03:07.216]➜  mkdir -p $WORK/b1258/
2025-08-20T21:21:13.9504681Z [00:03:07.216]➜  cat >/tmp/go-build3547871397/b1258/importcfg << 'EOF' # internal
2025-08-20T21:21:13.9505407Z [00:03:07.216]➜  # import config
2025-08-20T21:21:13.9506099Z [00:03:07.216]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:13.9506938Z [00:03:07.216]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:13.9507735Z [00:03:07.216]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:13.9508528Z [00:03:07.216]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:13.9509358Z [00:03:07.216]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:13.9510397Z [00:03:07.216]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:13.9511070Z [00:03:07.216]➜  EOF
2025-08-20T21:21:13.9517305Z [00:03:07.216]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1258/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem=>github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem;$WORK/b1258=>" -p github.com/diskfs/go-diskfs/filesystem -lang=go1.24 -complete -installsuffix shared -buildid Q_S5MFH1TiEVim2pHKXi/Q_S5MFH1TiEVim2pHKXi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1258/importcfg -pack /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/compatibility.go /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/file.go /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/filesystem.go
2025-08-20T21:21:14.0045884Z [00:03:07.272]➜  go tool buildid -w $WORK/b1258/_pkg_.a # internal
2025-08-20T21:21:14.0065182Z [00:03:07.274]➜  cp $WORK/b1258/_pkg_.a /root/.cache/go-build/14/14f2f5fc820e6734ed7b32f15ea0bc65f6eb5819d684d86c7be0a6d6d0b81535-d # internal
2025-08-20T21:21:14.0071247Z [00:03:07.274]➜  cloud.google.com/go/compute/metadata
2025-08-20T21:21:14.0073879Z [00:03:07.274]➜  mkdir -p $WORK/b1261/
2025-08-20T21:21:14.0080101Z [00:03:07.275]➜  cat >/tmp/go-build3547871397/b1261/importcfg << 'EOF' # internal
2025-08-20T21:21:14.0081176Z [00:03:07.275]➜  # import config
2025-08-20T21:21:14.0082054Z [00:03:07.275]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:14.0084674Z [00:03:07.275]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:14.0085906Z [00:03:07.275]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:14.0087287Z [00:03:07.275]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:14.0089456Z [00:03:07.275]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:14.0090290Z [00:03:07.275]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:14.0091307Z [00:03:07.275]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:14.0092298Z [00:03:07.275]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:14.0093358Z [00:03:07.275]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:14.0094223Z [00:03:07.275]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:14.0095114Z [00:03:07.275]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:14.0095984Z [00:03:07.275]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:14.0096845Z [00:03:07.275]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:14.0097671Z [00:03:07.275]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:14.0098497Z [00:03:07.275]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:14.0099301Z [00:03:07.275]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:14.0099937Z [00:03:07.275]➜  EOF
2025-08-20T21:21:14.0107387Z [00:03:07.276]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1261/_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/b1261=>" -p cloud.google.com/go/compute/metadata -lang=go1.23 -complete -installsuffix shared -buildid HgpYPPnR9k5kUHsv18KB/HgpYPPnR9k5kUHsv18KB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1261/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:21:14.1784808Z [00:03:07.443]➜  go tool buildid -w $WORK/b1261/_pkg_.a # internal
2025-08-20T21:21:14.1796825Z [00:03:07.447]➜  cp $WORK/b1261/_pkg_.a /root/.cache/go-build/52/52a8860081272424345c216473cc06eab563c19ab00a1ce5a74badd1077677bb-d # internal
2025-08-20T21:21:14.1814056Z [00:03:07.447]➜  google.golang.org/genproto/googleapis/api
2025-08-20T21:21:14.1814848Z [00:03:07.447]➜  mkdir -p $WORK/b1265/
2025-08-20T21:21:14.1815638Z [00:03:07.448]➜  cat >/tmp/go-build3547871397/b1265/importcfg << 'EOF' # internal
2025-08-20T21:21:14.1816350Z [00:03:07.448]➜  # import config
2025-08-20T21:21:14.1817369Z [00:03:07.448]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:14.1818782Z [00:03:07.448]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:14.1819887Z [00:03:07.448]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:14.1820748Z [00:03:07.448]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:14.1821380Z [00:03:07.448]➜  EOF
2025-08-20T21:21:14.1827933Z [00:03:07.448]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1265/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576=>google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576;$WORK/b1265=>" -p google.golang.org/genproto/googleapis/api -lang=go1.21 -complete -installsuffix shared -buildid PPdYI-pTCOKbwu_9Aenu/PPdYI-pTCOKbwu_9Aenu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1265/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/launch_stage.pb.go
2025-08-20T21:21:14.2349364Z [00:03:07.502]➜  go tool buildid -w $WORK/b1265/_pkg_.a # internal
2025-08-20T21:21:14.2361911Z [00:03:07.503]➜  cp $WORK/b1265/_pkg_.a /root/.cache/go-build/e3/e31bb4e67c353d57ec5660ef2142f8838dc45d1984f153c4b7e1d617a4c95740-d # internal
2025-08-20T21:21:14.2390457Z [00:03:07.506]➜  google.golang.org/genproto/googleapis/api/annotations
2025-08-20T21:21:14.2393982Z [00:03:07.507]➜  mkdir -p $WORK/b1264/
2025-08-20T21:21:14.2428062Z [00:03:07.510]➜  cat >/tmp/go-build3547871397/b1264/importcfg << 'EOF' # internal
2025-08-20T21:21:14.2431113Z [00:03:07.510]➜  # import config
2025-08-20T21:21:14.2433978Z [00:03:07.510]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3547871397/b1265/_pkg_.a
2025-08-20T21:21:14.2435667Z [00:03:07.510]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:14.2442262Z [00:03:07.510]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:14.2443984Z [00:03:07.510]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3547871397/b413/_pkg_.a
2025-08-20T21:21:14.2445432Z [00:03:07.510]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:14.2446587Z [00:03:07.510]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:14.2447401Z [00:03:07.510]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:14.2448027Z [00:03:07.510]➜  EOF
2025-08-20T21:21:14.2460323Z [00:03:07.510]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1264/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/annotations=>google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/annotations;$WORK/b1264=>" -p google.golang.org/genproto/googleapis/api/annotations -lang=go1.21 -complete -installsuffix shared -buildid n0Z7WCB3Fy_2BLygHQaN/n0Z7WCB3Fy_2BLygHQaN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1264/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/annotations/annotations.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/annotations/client.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/annotations/field_behavior.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/annotations/field_info.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/annotations/http.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/annotations/resource.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/annotations/routing.pb.go
2025-08-20T21:21:14.6163360Z [00:03:07.883]➜  go tool buildid -w $WORK/b1257/_pkg_.a # internal
2025-08-20T21:21:14.6238865Z [00:03:07.891]➜  cp $WORK/b1257/_pkg_.a /root/.cache/go-build/1c/1cafd0e5ff9450d48acd602b17e3bfb853fb8216a2705901746de2900322870f-d # internal
2025-08-20T21:21:14.6245606Z [00:03:07.891]➜  google.golang.org/genproto/googleapis/type/expr
2025-08-20T21:21:14.6249294Z [00:03:07.891]➜  mkdir -p $WORK/b1266/
2025-08-20T21:21:14.6250094Z [00:03:07.892]➜  cat >/tmp/go-build3547871397/b1266/importcfg << 'EOF' # internal
2025-08-20T21:21:14.6253814Z [00:03:07.892]➜  # import config
2025-08-20T21:21:14.6254802Z [00:03:07.893]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:14.6256170Z [00:03:07.893]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:14.6257240Z [00:03:07.893]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:14.6258041Z [00:03:07.893]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:14.6258622Z [00:03:07.893]➜  EOF
2025-08-20T21:21:14.6275393Z [00:03:07.893]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1266/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20241118233622-e639e219e697/googleapis/type/expr=>google.golang.org/genproto@v0.0.0-20241118233622-e639e219e697/googleapis/type/expr;$WORK/b1266=>" -p google.golang.org/genproto/googleapis/type/expr -lang=go1.21 -complete -installsuffix shared -buildid zirfVvc7YZ7ZJ85JFlcK/zirfVvc7YZ7ZJ85JFlcK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1266/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20241118233622-e639e219e697/googleapis/type/expr/expr.pb.go
2025-08-20T21:21:14.6654968Z [00:03:07.933]➜  go tool buildid -w $WORK/b1264/_pkg_.a # internal
2025-08-20T21:21:14.6715337Z [00:03:07.939]➜  cp $WORK/b1264/_pkg_.a /root/.cache/go-build/c6/c677ff5c77948804276302ba28807cbfba65d2fe04ad44c54734d956ac0f6ba8-d # internal
2025-08-20T21:21:14.6747168Z [00:03:07.939]➜  github.com/googleapis/gax-go/v2/apierror/internal/proto
2025-08-20T21:21:14.6747898Z [00:03:07.939]➜  mkdir -p $WORK/b1269/
2025-08-20T21:21:14.6748626Z [00:03:07.940]➜  cat >/tmp/go-build3547871397/b1269/importcfg << 'EOF' # internal
2025-08-20T21:21:14.6749322Z [00:03:07.942]➜  # import config
2025-08-20T21:21:14.6750272Z [00:03:07.942]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build3547871397/b1138/_pkg_.a
2025-08-20T21:21:14.6751730Z [00:03:07.942]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:14.6753388Z [00:03:07.942]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:14.6754559Z [00:03:07.942]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:14.6755468Z [00:03:07.942]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:14.6756184Z [00:03:07.942]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:14.6756694Z [00:03:07.942]➜  EOF
2025-08-20T21:21:14.6761420Z [00:03:07.942]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1269/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/apierror/internal/proto=>github.com/googleapis/gax-go/v2@v2.14.1/apierror/internal/proto;$WORK/b1269=>" -p github.com/googleapis/gax-go/v2/apierror/internal/proto -lang=go1.21 -complete -installsuffix shared -buildid P6bL5ul-xHbnABQAyM08/P6bL5ul-xHbnABQAyM08 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1269/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/apierror/internal/proto/custom_error.pb.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/apierror/internal/proto/error.pb.go
2025-08-20T21:21:14.6878134Z [00:03:07.955]➜  go tool buildid -w $WORK/b1266/_pkg_.a # internal
2025-08-20T21:21:14.6892396Z [00:03:07.956]➜  cp $WORK/b1266/_pkg_.a /root/.cache/go-build/74/74acbb406416f85d87ad2995ad52abed9bf7dcc3cc9674ef9b5b456442e075dc-d # internal
2025-08-20T21:21:14.6899127Z [00:03:07.957]➜  cloud.google.com/go/iam/apiv1/iampb
2025-08-20T21:21:14.6902263Z [00:03:07.957]➜  mkdir -p $WORK/b1263/
2025-08-20T21:21:14.6910334Z [00:03:07.958]➜  cat >/tmp/go-build3547871397/b1263/importcfg << 'EOF' # internal
2025-08-20T21:21:14.6922171Z [00:03:07.959]➜  # import config
2025-08-20T21:21:14.6923073Z [00:03:07.959]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:14.6924579Z [00:03:07.959]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3547871397/b1264/_pkg_.a
2025-08-20T21:21:14.6926090Z [00:03:07.959]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build3547871397/b1266/_pkg_.a
2025-08-20T21:21:14.6927335Z [00:03:07.959]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:14.6928413Z [00:03:07.959]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:14.6929565Z [00:03:07.959]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:14.6930867Z [00:03:07.959]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:14.6932304Z [00:03:07.959]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:14.6933930Z [00:03:07.959]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3547871397/b1018/_pkg_.a
2025-08-20T21:21:14.6935101Z [00:03:07.959]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:14.6935811Z [00:03:07.959]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:14.6936321Z [00:03:07.959]➜  EOF
2025-08-20T21:21:14.6940616Z [00:03:07.959]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1263/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/iam@v1.2.2/apiv1/iampb=>cloud.google.com/go/iam@v1.2.2/apiv1/iampb;$WORK/b1263=>" -p cloud.google.com/go/iam/apiv1/iampb -lang=go1.21 -complete -installsuffix shared -buildid NcREb7B2AfG2JxgxX2bn/NcREb7B2AfG2JxgxX2bn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1263/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/iam@v1.2.2/apiv1/iampb/iam_policy.pb.go /root/go/pkg/mod/cloud.google.com/go/iam@v1.2.2/apiv1/iampb/options.pb.go /root/go/pkg/mod/cloud.google.com/go/iam@v1.2.2/apiv1/iampb/policy.pb.go
2025-08-20T21:21:14.7515695Z [00:03:08.019]➜  go tool buildid -w $WORK/b1269/_pkg_.a # internal
2025-08-20T21:21:14.7532455Z [00:03:08.020]➜  cp $WORK/b1269/_pkg_.a /root/.cache/go-build/a4/a443a83d7673308752ab54d09357d60ffbff6190cdb99494ac3158ae5564705e-d # internal
2025-08-20T21:21:14.7546572Z [00:03:08.022]➜  google.golang.org/api/internal/third_party/uritemplates
2025-08-20T21:21:14.7563080Z [00:03:08.022]➜  mkdir -p $WORK/b1271/
2025-08-20T21:21:14.7563847Z [00:03:08.023]➜  cat >/tmp/go-build3547871397/b1271/importcfg << 'EOF' # internal
2025-08-20T21:21:14.7564532Z [00:03:08.023]➜  # import config
2025-08-20T21:21:14.7565190Z [00:03:08.024]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:14.7567495Z [00:03:08.024]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:14.7568645Z [00:03:08.024]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:14.7569749Z [00:03:08.024]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:14.7570918Z [00:03:08.024]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:14.7571881Z [00:03:08.024]➜  EOF
2025-08-20T21:21:14.7577217Z [00:03:08.024]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1271/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/third_party/uritemplates=>google.golang.org/api@v0.215.0/internal/third_party/uritemplates;$WORK/b1271=>" -p google.golang.org/api/internal/third_party/uritemplates -lang=go1.21 -complete -installsuffix shared -buildid XiOkesrXUafu-B5jtzLv/XiOkesrXUafu-B5jtzLv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1271/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/third_party/uritemplates/uritemplates.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/third_party/uritemplates/utils.go
2025-08-20T21:21:14.8081880Z [00:03:08.075]➜  go tool buildid -w $WORK/b1271/_pkg_.a # internal
2025-08-20T21:21:14.8088295Z [00:03:08.076]➜  cp $WORK/b1271/_pkg_.a /root/.cache/go-build/ea/eaf3e183099d8fe53b333fd3aa310591df28c977a21250713f9e2cb8a79887bf-d # internal
2025-08-20T21:21:14.8096770Z [00:03:08.077]➜  google.golang.org/api/googleapi
2025-08-20T21:21:14.8113326Z [00:03:08.077]➜  mkdir -p $WORK/b1270/
2025-08-20T21:21:14.8123026Z [00:03:08.077]➜  cat >/tmp/go-build3547871397/b1270/importcfg << 'EOF' # internal
2025-08-20T21:21:14.8123742Z [00:03:08.077]➜  # import config
2025-08-20T21:21:14.8124391Z [00:03:08.077]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:14.8125233Z [00:03:08.077]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:14.8126085Z [00:03:08.077]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:14.8126867Z [00:03:08.077]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:14.8128016Z [00:03:08.077]➜  packagefile google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build3547871397/b1271/_pkg_.a
2025-08-20T21:21:14.8129312Z [00:03:08.077]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:14.8130178Z [00:03:08.077]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:14.8131038Z [00:03:08.077]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:14.8131868Z [00:03:08.077]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:14.8133504Z [00:03:08.077]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:14.8134412Z [00:03:08.077]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:14.8135029Z [00:03:08.077]➜  EOF
2025-08-20T21:21:14.8139298Z [00:03:08.077]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1270/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.215.0/googleapi=>google.golang.org/api@v0.215.0/googleapi;$WORK/b1270=>" -p google.golang.org/api/googleapi -lang=go1.21 -complete -installsuffix shared -buildid gd65KKDCJsApo01hagH6/gd65KKDCJsApo01hagH6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1270/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.215.0/googleapi/googleapi.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/googleapi/types.go
2025-08-20T21:21:14.9489144Z [00:03:08.216]➜  go tool buildid -w $WORK/b1263/_pkg_.a # internal
2025-08-20T21:21:14.9570474Z [00:03:08.224]➜  go tool buildid -w $WORK/b1270/_pkg_.a # internal
2025-08-20T21:21:14.9589621Z [00:03:08.226]➜  cp $WORK/b1270/_pkg_.a /root/.cache/go-build/79/79b47a688e7edfd7e138ff20c18d3a85b52370b803c63c4695972d4bad37175c-d # internal
2025-08-20T21:21:14.9624030Z [00:03:08.230]➜  google.golang.org/genproto/googleapis/rpc/errdetails
2025-08-20T21:21:14.9629855Z [00:03:08.230]➜  mkdir -p $WORK/b1272/
2025-08-20T21:21:14.9630623Z [00:03:08.230]➜  cat >/tmp/go-build3547871397/b1272/importcfg << 'EOF' # internal
2025-08-20T21:21:14.9635142Z [00:03:08.230]➜  # import config
2025-08-20T21:21:14.9636651Z [00:03:08.230]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:14.9638394Z [00:03:08.230]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:14.9640374Z [00:03:08.230]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:14.9643871Z [00:03:08.230]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:14.9646359Z [00:03:08.230]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:14.9646994Z [00:03:08.230]➜  EOF
2025-08-20T21:21:14.9651939Z [00:03:08.230]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1272/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20241223144023-3abc09e42ca8/errdetails=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20241223144023-3abc09e42ca8/errdetails;$WORK/b1272=>" -p google.golang.org/genproto/googleapis/rpc/errdetails -lang=go1.21 -complete -installsuffix shared -buildid y9Fyci2a3gjK4CLJ8RZ9/y9Fyci2a3gjK4CLJ8RZ9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1272/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20241223144023-3abc09e42ca8/errdetails/error_details.pb.go
2025-08-20T21:21:14.9692820Z [00:03:08.231]➜  cp $WORK/b1263/_pkg_.a /root/.cache/go-build/b2/b2b1e83735a683d48aa4e773dce4bf5c62208e9324b077cfc89535beaf0efadd-d # internal
2025-08-20T21:21:14.9694116Z [00:03:08.236]➜  github.com/googleapis/gax-go/v2/callctx
2025-08-20T21:21:14.9694754Z [00:03:08.236]➜  mkdir -p $WORK/b1273/
2025-08-20T21:21:14.9701419Z [00:03:08.237]➜  cat >/tmp/go-build3547871397/b1273/importcfg << 'EOF' # internal
2025-08-20T21:21:14.9710189Z [00:03:08.238]➜  # import config
2025-08-20T21:21:14.9710927Z [00:03:08.238]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:14.9711821Z [00:03:08.238]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:14.9712418Z [00:03:08.238]➜  EOF
2025-08-20T21:21:14.9716426Z [00:03:08.238]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1273/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/callctx=>github.com/googleapis/gax-go/v2@v2.14.1/callctx;$WORK/b1273=>" -p github.com/googleapis/gax-go/v2/callctx -lang=go1.21 -complete -installsuffix shared -buildid Q2u-pK9AupZ9Eo7m1YWL/Q2u-pK9AupZ9Eo7m1YWL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1273/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/callctx/callctx.go
2025-08-20T21:21:15.0206083Z [00:03:08.288]➜  go tool buildid -w $WORK/b1273/_pkg_.a # internal
2025-08-20T21:21:15.0219881Z [00:03:08.289]➜  cp $WORK/b1273/_pkg_.a /root/.cache/go-build/94/947cc238f3616bb58c64c586d7f83cbfefe0c38931572be1061d2cfddcc9b6b0-d # internal
2025-08-20T21:21:15.0227818Z [00:03:08.290]➜  cloud.google.com/go/internal/optional
2025-08-20T21:21:15.0228691Z [00:03:08.290]➜  mkdir -p $WORK/b1276/
2025-08-20T21:21:15.0236465Z [00:03:08.291]➜  cat >/tmp/go-build3547871397/b1276/importcfg << 'EOF' # internal
2025-08-20T21:21:15.0240024Z [00:03:08.291]➜  # import config
2025-08-20T21:21:15.0240890Z [00:03:08.291]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:15.0241769Z [00:03:08.291]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:15.0242591Z [00:03:08.291]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:15.0243403Z [00:03:08.291]➜  EOF
2025-08-20T21:21:15.0247051Z [00:03:08.291]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1276/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.116.0/internal/optional=>cloud.google.com/go@v0.116.0/internal/optional;$WORK/b1276=>" -p cloud.google.com/go/internal/optional -lang=go1.21 -complete -installsuffix shared -buildid qDXYtBS_htdrSWifyVYb/qDXYtBS_htdrSWifyVYb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1276/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.116.0/internal/optional/optional.go
2025-08-20T21:21:15.0509443Z [00:03:08.318]➜  go tool buildid -w $WORK/b1276/_pkg_.a # internal
2025-08-20T21:21:15.0518857Z [00:03:08.319]➜  cp $WORK/b1276/_pkg_.a /root/.cache/go-build/c0/c04f8be2209f3dbf38564d29652ab3a0403800ec65090b2cafe5a3137314e8a9-d # internal
2025-08-20T21:21:15.0523232Z [00:03:08.319]➜  go.opencensus.io/internal
2025-08-20T21:21:15.0540044Z [00:03:08.320]➜  mkdir -p $WORK/b1280/
2025-08-20T21:21:15.0540821Z [00:03:08.321]➜  cat >/tmp/go-build3547871397/b1280/importcfg << 'EOF' # internal
2025-08-20T21:21:15.0541498Z [00:03:08.321]➜  # import config
2025-08-20T21:21:15.0542150Z [00:03:08.321]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:15.0543267Z [00:03:08.321]➜  packagefile go.opencensus.io=/tmp/go-build3547871397/b1281/_pkg_.a
2025-08-20T21:21:15.0544174Z [00:03:08.321]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:15.0545025Z [00:03:08.321]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:15.0545855Z [00:03:08.321]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:15.0546705Z [00:03:08.321]➜  EOF
2025-08-20T21:21:15.0551120Z [00:03:08.321]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1280/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/internal=>go.opencensus.io@v0.24.0/internal;$WORK/b1280=>" -p go.opencensus.io/internal -lang=go1.13 -complete -installsuffix shared -buildid EjiBHhATMG9eXTlaw8sz/EjiBHhATMG9eXTlaw8sz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1280/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:21:15.1025244Z [00:03:08.370]➜  go tool buildid -w $WORK/b1280/_pkg_.a # internal
2025-08-20T21:21:15.1037019Z [00:03:08.371]➜  cp $WORK/b1280/_pkg_.a /root/.cache/go-build/77/77cf4b9295c57a54b6840ea3b9e3e17879ef4ba2d380c9f297cfce714dcb63a3-d # internal
2025-08-20T21:21:15.1060591Z [00:03:08.371]➜  go.opencensus.io/trace/tracestate
2025-08-20T21:21:15.1061448Z [00:03:08.371]➜  mkdir -p $WORK/b1283/
2025-08-20T21:21:15.1062217Z [00:03:08.372]➜  cat >/tmp/go-build3547871397/b1283/importcfg << 'EOF' # internal
2025-08-20T21:21:15.1063193Z [00:03:08.373]➜  # import config
2025-08-20T21:21:15.1072981Z [00:03:08.373]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:15.1073970Z [00:03:08.373]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:15.1074635Z [00:03:08.373]➜  EOF
2025-08-20T21:21:15.1078446Z [00:03:08.373]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1283/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/tracestate=>go.opencensus.io@v0.24.0/trace/tracestate;$WORK/b1283=>" -p go.opencensus.io/trace/tracestate -lang=go1.13 -complete -installsuffix shared -buildid VID4isTYUKXv0RdrEbyL/VID4isTYUKXv0RdrEbyL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1283/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/tracestate/tracestate.go
2025-08-20T21:21:15.1239500Z [00:03:08.391]➜  go tool buildid -w $WORK/b1272/_pkg_.a # internal
2025-08-20T21:21:15.1304613Z [00:03:08.395]➜  cp $WORK/b1272/_pkg_.a /root/.cache/go-build/3c/3cbfd77bc6a9877a14f75d7d7f1eb2e912d055b6cb6fac10f1c5d79c0a25506f-d # internal
2025-08-20T21:21:15.1307068Z [00:03:08.398]➜  github.com/googleapis/gax-go/v2/apierror
2025-08-20T21:21:15.1308746Z [00:03:08.398]➜  mkdir -p $WORK/b1268/
2025-08-20T21:21:15.1310190Z [00:03:08.398]➜  cat >/tmp/go-build3547871397/b1268/importcfg << 'EOF' # internal
2025-08-20T21:21:15.1314029Z [00:03:08.399]➜  # import config
2025-08-20T21:21:15.1314715Z [00:03:08.399]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:15.1315535Z [00:03:08.399]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:15.1316706Z [00:03:08.399]➜  packagefile github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build3547871397/b1269/_pkg_.a
2025-08-20T21:21:15.1318085Z [00:03:08.399]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3547871397/b1270/_pkg_.a
2025-08-20T21:21:15.1319509Z [00:03:08.399]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build3547871397/b1272/_pkg_.a
2025-08-20T21:21:15.1320874Z [00:03:08.399]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:15.1322009Z [00:03:08.399]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:15.1323510Z [00:03:08.399]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3547871397/b982/_pkg_.a
2025-08-20T21:21:15.1324759Z [00:03:08.399]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:15.1325730Z [00:03:08.399]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:15.1326340Z [00:03:08.399]➜  EOF
2025-08-20T21:21:15.1330064Z [00:03:08.399]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1268/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/apierror=>github.com/googleapis/gax-go/v2@v2.14.1/apierror;$WORK/b1268=>" -p github.com/googleapis/gax-go/v2/apierror -lang=go1.21 -complete -installsuffix shared -buildid ew6Vuo2jaN9r_WmWBVaY/ew6Vuo2jaN9r_WmWBVaY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1268/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/apierror/apierror.go
2025-08-20T21:21:15.1490238Z [00:03:08.416]➜  go tool buildid -w $WORK/b1283/_pkg_.a # internal
2025-08-20T21:21:15.1503666Z [00:03:08.417]➜  cp $WORK/b1283/_pkg_.a /root/.cache/go-build/66/6649e1f67ab57e773364a1ce7199aec32f268a044731c8ad460fd7ab86febc66-d # internal
2025-08-20T21:21:15.1517680Z [00:03:08.419]➜  go.opencensus.io/trace
2025-08-20T21:21:15.1521351Z [00:03:08.419]➜  mkdir -p $WORK/b1278/
2025-08-20T21:21:15.1534560Z [00:03:08.421]➜  cat >/tmp/go-build3547871397/b1278/importcfg << 'EOF' # internal
2025-08-20T21:21:15.1537107Z [00:03:08.421]➜  # import config
2025-08-20T21:21:15.1540506Z [00:03:08.421]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:15.1548642Z [00:03:08.421]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:15.1549611Z [00:03:08.421]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:15.1550475Z [00:03:08.421]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:15.1551454Z [00:03:08.421]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build3547871397/b1279/_pkg_.a
2025-08-20T21:21:15.1552574Z [00:03:08.421]➜  packagefile go.opencensus.io/internal=/tmp/go-build3547871397/b1280/_pkg_.a
2025-08-20T21:21:15.1557052Z [00:03:08.421]➜  packagefile go.opencensus.io/trace/internal=/tmp/go-build3547871397/b1282/_pkg_.a
2025-08-20T21:21:15.1558430Z [00:03:08.421]➜  packagefile go.opencensus.io/trace/tracestate=/tmp/go-build3547871397/b1283/_pkg_.a
2025-08-20T21:21:15.1559504Z [00:03:08.421]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:15.1560487Z [00:03:08.421]➜  packagefile runtime/trace=/tmp/go-build3547871397/b810/_pkg_.a
2025-08-20T21:21:15.1561477Z [00:03:08.421]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:15.1562345Z [00:03:08.421]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:15.1563405Z [00:03:08.421]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:15.1564007Z [00:03:08.421]➜  EOF
2025-08-20T21:21:15.1572027Z [00:03:08.421]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1278/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace=>go.opencensus.io@v0.24.0/trace;$WORK/b1278=>" -p go.opencensus.io/trace -lang=go1.13 -complete -installsuffix shared -buildid d6px8mYHnXzZIbnsw9Pn/d6px8mYHnXzZIbnsw9Pn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1278/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:21:15.2703041Z [00:03:08.537]➜  go tool buildid -w $WORK/b1268/_pkg_.a # internal
2025-08-20T21:21:15.2751672Z [00:03:08.542]➜  cp $WORK/b1268/_pkg_.a /root/.cache/go-build/c8/c87f8278aca6ac9542572117ed7f588225ced25d0969dd12f37503ad51c54395-d # internal
2025-08-20T21:21:15.2760119Z [00:03:08.543]➜  github.com/googleapis/gax-go/v2
2025-08-20T21:21:15.2783786Z [00:03:08.546]➜  mkdir -p $WORK/b1267/
2025-08-20T21:21:15.2790356Z [00:03:08.546]➜  cat >/tmp/go-build3547871397/b1267/importcfg << 'EOF' # internal
2025-08-20T21:21:15.2792149Z [00:03:08.546]➜  # import config
2025-08-20T21:21:15.2793780Z [00:03:08.546]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:15.2794893Z [00:03:08.546]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:15.2796044Z [00:03:08.546]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:15.2797033Z [00:03:08.546]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:15.2797931Z [00:03:08.546]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:15.2800137Z [00:03:08.546]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build3547871397/b1268/_pkg_.a
2025-08-20T21:21:15.2801450Z [00:03:08.546]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build3547871397/b1273/_pkg_.a
2025-08-20T21:21:15.2803025Z [00:03:08.546]➜  packagefile github.com/googleapis/gax-go/v2/internal=/tmp/go-build3547871397/b1274/_pkg_.a
2025-08-20T21:21:15.2804300Z [00:03:08.546]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3547871397/b1270/_pkg_.a
2025-08-20T21:21:15.2805408Z [00:03:08.546]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:15.2806497Z [00:03:08.546]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:15.2807619Z [00:03:08.546]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:15.2808756Z [00:03:08.546]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:15.2810161Z [00:03:08.546]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3547871397/b982/_pkg_.a
2025-08-20T21:21:15.2811449Z [00:03:08.546]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:15.2816030Z [00:03:08.546]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:15.2817461Z [00:03:08.546]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:15.2818331Z [00:03:08.546]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:15.2819223Z [00:03:08.546]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:15.2820561Z [00:03:08.546]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:15.2821467Z [00:03:08.546]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:15.2822321Z [00:03:08.546]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:15.2823334Z [00:03:08.546]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:15.2824185Z [00:03:08.546]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:15.2824816Z [00:03:08.546]➜  EOF
2025-08-20T21:21:15.2830673Z [00:03:08.547]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1267/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1=>github.com/googleapis/gax-go/v2@v2.14.1;$WORK/b1267=>" -p github.com/googleapis/gax-go/v2 -lang=go1.21 -complete -installsuffix shared -buildid JncotgyE4ahjZisZXTYd/JncotgyE4ahjZisZXTYd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1267/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/call_option.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/content_type.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/gax.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/header.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/invoke.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/proto_json_stream.go
2025-08-20T21:21:15.3869606Z [00:03:08.654]➜  go tool buildid -w $WORK/b1278/_pkg_.a # internal
2025-08-20T21:21:15.3950187Z [00:03:08.662]➜  cp $WORK/b1278/_pkg_.a /root/.cache/go-build/4a/4ae3427a4d04c5bd0eb57eb4059e3a7a28156a8c9ac7b201572a0d4f592d33a6-d # internal
2025-08-20T21:21:15.3961667Z [00:03:08.662]➜  cloud.google.com/go/internal/trace
2025-08-20T21:21:15.3962284Z [00:03:08.662]➜  mkdir -p $WORK/b1277/
2025-08-20T21:21:15.3966557Z [00:03:08.662]➜  cat >/tmp/go-build3547871397/b1277/importcfg << 'EOF' # internal
2025-08-20T21:21:15.3967183Z [00:03:08.662]➜  # import config
2025-08-20T21:21:15.3967848Z [00:03:08.662]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:15.3968597Z [00:03:08.662]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:15.3969303Z [00:03:08.662]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:15.3970113Z [00:03:08.662]➜  packagefile go.opencensus.io/trace=/tmp/go-build3547871397/b1278/_pkg_.a
2025-08-20T21:21:15.3971047Z [00:03:08.662]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3547871397/b1100/_pkg_.a
2025-08-20T21:21:15.3972044Z [00:03:08.662]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:15.3973512Z [00:03:08.662]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3547871397/b1098/_pkg_.a
2025-08-20T21:21:15.3974664Z [00:03:08.662]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3547871397/b1107/_pkg_.a
2025-08-20T21:21:15.3975866Z [00:03:08.662]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3547871397/b1270/_pkg_.a
2025-08-20T21:21:15.3977086Z [00:03:08.662]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build3547871397/b1138/_pkg_.a
2025-08-20T21:21:15.3978164Z [00:03:08.662]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:15.3978978Z [00:03:08.662]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:15.3979826Z [00:03:08.662]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:15.3980550Z [00:03:08.662]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:15.3981111Z [00:03:08.662]➜  EOF
2025-08-20T21:21:15.3984466Z [00:03:08.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1277/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.116.0/internal/trace=>cloud.google.com/go@v0.116.0/internal/trace;$WORK/b1277=>" -p cloud.google.com/go/internal/trace -lang=go1.21 -complete -installsuffix shared -buildid _EzSjsDsRe0_s_TXN36g/_EzSjsDsRe0_s_TXN36g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1277/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.116.0/internal/trace/trace.go
2025-08-20T21:21:15.4774869Z [00:03:08.745]➜  go tool buildid -w $WORK/b1267/_pkg_.a # internal
2025-08-20T21:21:15.4803088Z [00:03:08.747]➜  cp $WORK/b1267/_pkg_.a /root/.cache/go-build/6e/6e296814a0d351d4e386e150392e3ec7bb0e9aabe654652e7e913b43f043f53d-d # internal
2025-08-20T21:21:15.4804970Z [00:03:08.748]➜  cloud.google.com/go/iam
2025-08-20T21:21:15.4806050Z [00:03:08.748]➜  mkdir -p $WORK/b1262/
2025-08-20T21:21:15.4812258Z [00:03:08.748]➜  cat >/tmp/go-build3547871397/b1262/importcfg << 'EOF' # internal
2025-08-20T21:21:15.4815257Z [00:03:08.748]➜  # import config
2025-08-20T21:21:15.4816179Z [00:03:08.748]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3547871397/b1263/_pkg_.a
2025-08-20T21:21:15.4817238Z [00:03:08.748]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:15.4818087Z [00:03:08.748]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:15.4819102Z [00:03:08.748]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3547871397/b1267/_pkg_.a
2025-08-20T21:21:15.4820219Z [00:03:08.749]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:15.4821311Z [00:03:08.749]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:15.4822496Z [00:03:08.749]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:15.4823712Z [00:03:08.749]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:15.4824569Z [00:03:08.749]➜  EOF
2025-08-20T21:21:15.4827839Z [00:03:08.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1262/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/iam@v1.2.2=>cloud.google.com/go/iam@v1.2.2;$WORK/b1262=>" -p cloud.google.com/go/iam -lang=go1.21 -complete -installsuffix shared -buildid rrQ33vZ6Anbl7ejROPDC/rrQ33vZ6Anbl7ejROPDC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1262/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/iam@v1.2.2/iam.go
2025-08-20T21:21:15.5137574Z [00:03:08.781]➜  go tool buildid -w $WORK/b1277/_pkg_.a # internal
2025-08-20T21:21:15.5149900Z [00:03:08.782]➜  cp $WORK/b1277/_pkg_.a /root/.cache/go-build/34/340cca796bb77f2d057c804ebd95dc7388498e570824470c3e5a48074531a883-d # internal
2025-08-20T21:21:15.5157002Z [00:03:08.782]➜  cloud.google.com/go/internal
2025-08-20T21:21:15.5183979Z [00:03:08.783]➜  mkdir -p $WORK/b1275/
2025-08-20T21:21:15.5184861Z [00:03:08.783]➜  cat >/tmp/go-build3547871397/b1275/importcfg << 'EOF' # internal
2025-08-20T21:21:15.5185872Z [00:03:08.783]➜  # import config
2025-08-20T21:21:15.5186569Z [00:03:08.783]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:15.5187385Z [00:03:08.783]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:15.5188351Z [00:03:08.783]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3547871397/b1267/_pkg_.a
2025-08-20T21:21:15.5189499Z [00:03:08.783]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3547871397/b1270/_pkg_.a
2025-08-20T21:21:15.5190637Z [00:03:08.783]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:15.5191591Z [00:03:08.783]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:15.5192190Z [00:03:08.783]➜  EOF
2025-08-20T21:21:15.5196554Z [00:03:08.783]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1275/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.116.0/internal=>cloud.google.com/go@v0.116.0/internal;$WORK/b1275=>" -p cloud.google.com/go/internal -lang=go1.21 -complete -installsuffix shared -buildid yCtpe0uMGBbAWhoaFL3h/yCtpe0uMGBbAWhoaFL3h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1275/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.116.0/internal/annotate.go /root/go/pkg/mod/cloud.google.com/go@v0.116.0/internal/retry.go
2025-08-20T21:21:15.5620489Z [00:03:08.829]➜  go tool buildid -w $WORK/b1275/_pkg_.a # internal
2025-08-20T21:21:15.5631004Z [00:03:08.830]➜  cp $WORK/b1275/_pkg_.a /root/.cache/go-build/f7/f7e2998f6a27ff1edbec0900dc263c4c4e82b5a7e613ab28c57f34846f575570-d # internal
2025-08-20T21:21:15.5674923Z [00:03:08.830]➜  cloud.google.com/go/internal/version
2025-08-20T21:21:15.5675562Z [00:03:08.831]➜  mkdir -p $WORK/b1284/
2025-08-20T21:21:15.5676337Z [00:03:08.831]➜  cat >/tmp/go-build3547871397/b1284/importcfg << 'EOF' # internal
2025-08-20T21:21:15.5676986Z [00:03:08.831]➜  # import config
2025-08-20T21:21:15.5677606Z [00:03:08.831]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:15.5678411Z [00:03:08.831]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:15.5679188Z [00:03:08.831]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:15.5679751Z [00:03:08.831]➜  EOF
2025-08-20T21:21:15.5683258Z [00:03:08.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1284/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.116.0/internal/version=>cloud.google.com/go@v0.116.0/internal/version;$WORK/b1284=>" -p cloud.google.com/go/internal/version -lang=go1.21 -complete -installsuffix shared -buildid jF7go9fqY40531Hs68Cd/jF7go9fqY40531Hs68Cd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1284/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.116.0/internal/version/version.go
2025-08-20T21:21:15.5788260Z [00:03:08.846]➜  go tool buildid -w $WORK/b1284/_pkg_.a # internal
2025-08-20T21:21:15.5789583Z [00:03:08.846]➜  go tool buildid -w $WORK/b1262/_pkg_.a # internal
2025-08-20T21:21:15.5794970Z [00:03:08.847]➜  cp $WORK/b1284/_pkg_.a /root/.cache/go-build/5a/5a3632f53c30fb03a596d79a0bf562e0d06bc5ab7501c6be27a5813890791bd4-d # internal
2025-08-20T21:21:15.5796940Z [00:03:08.847]➜  go.opentelemetry.io/otel/sdk/instrumentation
2025-08-20T21:21:15.5805512Z [00:03:08.848]➜  mkdir -p $WORK/b1288/
2025-08-20T21:21:15.5807440Z [00:03:08.848]➜  cat >/tmp/go-build3547871397/b1288/importcfg << 'EOF' # internal
2025-08-20T21:21:15.5808613Z [00:03:08.848]➜  # import config
2025-08-20T21:21:15.5810249Z [00:03:08.848]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:15.5811295Z [00:03:08.848]➜  EOF
2025-08-20T21:21:15.5816747Z [00:03:08.848]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1288/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/instrumentation=>go.opentelemetry.io/otel/sdk@v1.36.0/instrumentation;$WORK/b1288=>" -p go.opentelemetry.io/otel/sdk/instrumentation -lang=go1.23 -complete -installsuffix shared -buildid pytTMJSxtmpb1_Nzeg_3/pytTMJSxtmpb1_Nzeg_3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1288/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/instrumentation/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/instrumentation/library.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/instrumentation/scope.go
2025-08-20T21:21:15.5822384Z [00:03:08.849]➜  cp $WORK/b1262/_pkg_.a /root/.cache/go-build/4b/4b9180619915ba52775c4cfd010f7f5c925575d430d36a32ac63d0586f046e02-d # internal
2025-08-20T21:21:15.5824897Z [00:03:08.850]➜  go.opentelemetry.io/otel/sdk/metric/exemplar
2025-08-20T21:21:15.5826070Z [00:03:08.850]➜  mkdir -p $WORK/b1289/
2025-08-20T21:21:15.5830400Z [00:03:08.850]➜  cat >/tmp/go-build3547871397/b1289/importcfg << 'EOF' # internal
2025-08-20T21:21:15.5831748Z [00:03:08.850]➜  # import config
2025-08-20T21:21:15.5832829Z [00:03:08.850]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:15.5834062Z [00:03:08.850]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:15.5835383Z [00:03:08.850]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3547871397/b1107/_pkg_.a
2025-08-20T21:21:15.5837025Z [00:03:08.850]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:15.5837774Z [00:03:08.850]➜  packagefile math/rand/v2=/tmp/go-build3547871397/b176/_pkg_.a
2025-08-20T21:21:15.5838513Z [00:03:08.850]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:15.5839214Z [00:03:08.850]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:15.5840065Z [00:03:08.850]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:15.5840615Z [00:03:08.850]➜  EOF
2025-08-20T21:21:15.5848592Z [00:03:08.850]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1289/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar=>go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar;$WORK/b1289=>" -p go.opentelemetry.io/otel/sdk/metric/exemplar -lang=go1.23 -complete -installsuffix shared -buildid iifED295b4uB-ovE0Ory/iifED295b4uB-ovE0Ory -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1289/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar/exemplar.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar/filter.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar/fixed_size_reservoir.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar/histogram_reservoir.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar/reservoir.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar/storage.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar/value.go
2025-08-20T21:21:15.6007356Z [00:03:08.868]➜  go tool buildid -w $WORK/b1288/_pkg_.a # internal
2025-08-20T21:21:15.6051636Z [00:03:08.868]➜  cp $WORK/b1288/_pkg_.a /root/.cache/go-build/fd/fd15aed7c374def41a2c21510886e7b43180a5c513824373ff11d1147626d7bc-d # internal
2025-08-20T21:21:15.6052934Z [00:03:08.868]➜  go.opentelemetry.io/otel/sdk/internal/x
2025-08-20T21:21:15.6053523Z [00:03:08.868]➜  mkdir -p $WORK/b1295/
2025-08-20T21:21:15.6054211Z [00:03:08.868]➜  cat >/tmp/go-build3547871397/b1295/importcfg << 'EOF' # internal
2025-08-20T21:21:15.6054864Z [00:03:08.868]➜  # import config
2025-08-20T21:21:15.6055451Z [00:03:08.868]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:15.6056202Z [00:03:08.868]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:15.6056780Z [00:03:08.868]➜  EOF
2025-08-20T21:21:15.6060272Z [00:03:08.868]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1295/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/internal/x=>go.opentelemetry.io/otel/sdk@v1.36.0/internal/x;$WORK/b1295=>" -p go.opentelemetry.io/otel/sdk/internal/x -lang=go1.23 -complete -installsuffix shared -buildid 2YmOQjYzOofQpMxTXU8y/2YmOQjYzOofQpMxTXU8y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1295/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/internal/x/x.go
2025-08-20T21:21:15.6184928Z [00:03:08.886]➜  go tool buildid -w $WORK/b1295/_pkg_.a # internal
2025-08-20T21:21:15.6193127Z [00:03:08.887]➜  cp $WORK/b1295/_pkg_.a /root/.cache/go-build/85/853d77ace84ede0195edf22cb812cc2a5132140a8fb6fd271561a17a7f399647-d # internal
2025-08-20T21:21:15.6199613Z [00:03:08.887]➜  go.opentelemetry.io/otel/sdk/resource
2025-08-20T21:21:15.6201392Z [00:03:08.887]➜  mkdir -p $WORK/b1293/
2025-08-20T21:21:15.6207148Z [00:03:08.888]➜  cat >/tmp/go-build3547871397/b1293/importcfg << 'EOF' # internal
2025-08-20T21:21:15.6208315Z [00:03:08.888]➜  # import config
2025-08-20T21:21:15.6209266Z [00:03:08.888]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:15.6210439Z [00:03:08.888]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:15.6211615Z [00:03:08.888]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:15.6212908Z [00:03:08.888]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:15.6214093Z [00:03:08.888]➜  packagefile github.com/google/uuid=/tmp/go-build3547871397/b276/_pkg_.a
2025-08-20T21:21:15.6215429Z [00:03:08.888]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3547871397/b1100/_pkg_.a
2025-08-20T21:21:15.6217031Z [00:03:08.888]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:15.6218343Z [00:03:08.888]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build3547871397/b1294/_pkg_.a
2025-08-20T21:21:15.6219605Z [00:03:08.888]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build3547871397/b1295/_pkg_.a
2025-08-20T21:21:15.6221734Z [00:03:08.888]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3547871397/b1106/_pkg_.a
2025-08-20T21:21:15.6223080Z [00:03:08.888]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:15.6223995Z [00:03:08.888]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:15.6224772Z [00:03:08.888]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:15.6225571Z [00:03:08.888]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:15.6226345Z [00:03:08.888]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:21:15.6227236Z [00:03:08.888]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:15.6228098Z [00:03:08.888]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:15.6228897Z [00:03:08.888]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:15.6229707Z [00:03:08.888]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:15.6230506Z [00:03:08.888]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:15.6231397Z [00:03:08.888]➜  EOF
2025-08-20T21:21:15.6246910Z [00:03:08.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1293/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource=>go.opentelemetry.io/otel/sdk@v1.36.0/resource;$WORK/b1293=>" -p go.opentelemetry.io/otel/sdk/resource -lang=go1.23 -complete -installsuffix shared -buildid TYQv3bDETb930Id8D_vF/TYQv3bDETb930Id8D_vF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1293/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/auto.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/builtin.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/container.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/env.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/host_id.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/host_id_linux.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/host_id_readfile.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/os.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/os_release_unix.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/os_unix.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/process.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/resource.go
2025-08-20T21:21:15.6484056Z [00:03:08.914]➜  go tool buildid -w $WORK/b1234/_pkg_.a # internal
2025-08-20T21:21:15.6677404Z [00:03:08.935]➜  cp $WORK/b1234/_pkg_.a /root/.cache/go-build/a3/a3dc3d4328d1e72378008fd6ae5274cc05e88450a08de12e46857f73dd10b71f-d # internal
2025-08-20T21:21:15.6733442Z [00:03:08.940]➜  github.com/anchore/archiver/v3
2025-08-20T21:21:15.6775898Z [00:03:08.945]➜  mkdir -p $WORK/b1233/
2025-08-20T21:21:15.6779009Z [00:03:08.945]➜  go tool buildid -w $WORK/b1289/_pkg_.a # internal
2025-08-20T21:21:15.6785419Z [00:03:08.945]➜  cat >/tmp/go-build3547871397/b1233/importcfg << 'EOF' # internal
2025-08-20T21:21:15.6790303Z [00:03:08.945]➜  # import config
2025-08-20T21:21:15.6791068Z [00:03:08.946]➜  packagefile archive/tar=/tmp/go-build3547871397/b861/_pkg_.a
2025-08-20T21:21:15.6792049Z [00:03:08.946]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:15.6794407Z [00:03:08.946]➜  packagefile compress/flate=/tmp/go-build3547871397/b150/_pkg_.a
2025-08-20T21:21:15.6795334Z [00:03:08.946]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:15.6796362Z [00:03:08.946]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build3547871397/b1234/_pkg_.a
2025-08-20T21:21:15.6797618Z [00:03:08.946]➜  packagefile github.com/dsnet/compress/bzip2=/tmp/go-build3547871397/b1236/_pkg_.a
2025-08-20T21:21:15.6798721Z [00:03:08.946]➜  packagefile github.com/golang/snappy=/tmp/go-build3547871397/b1242/_pkg_.a
2025-08-20T21:21:15.6799911Z [00:03:08.946]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build3547871397/b1243/_pkg_.a
2025-08-20T21:21:15.6801199Z [00:03:08.946]➜  packagefile github.com/klauspost/compress/zip=/tmp/go-build3547871397/b1245/_pkg_.a
2025-08-20T21:21:15.6802437Z [00:03:08.946]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3547871397/b878/_pkg_.a
2025-08-20T21:21:15.6803908Z [00:03:08.946]➜  packagefile github.com/klauspost/pgzip=/tmp/go-build3547871397/b1247/_pkg_.a
2025-08-20T21:21:15.6805000Z [00:03:08.946]➜  packagefile github.com/nwaples/rardecode=/tmp/go-build3547871397/b1248/_pkg_.a
2025-08-20T21:21:15.6806107Z [00:03:08.946]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3547871397/b886/_pkg_.a
2025-08-20T21:21:15.6807188Z [00:03:08.946]➜  packagefile github.com/ulikunitz/xz=/tmp/go-build3547871397/b1249/_pkg_.a
2025-08-20T21:21:15.6808251Z [00:03:08.946]➜  packagefile github.com/xi2/xz=/tmp/go-build3547871397/b1250/_pkg_.a
2025-08-20T21:21:15.6809191Z [00:03:08.946]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:15.6810378Z [00:03:08.946]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:15.6811251Z [00:03:08.946]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:15.6812022Z [00:03:08.946]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:15.6813011Z [00:03:08.946]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:15.6813872Z [00:03:08.946]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:15.6814735Z [00:03:08.946]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:15.6815570Z [00:03:08.946]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:15.6816391Z [00:03:08.946]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:15.6817219Z [00:03:08.946]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:15.6817809Z [00:03:08.946]➜  EOF
2025-08-20T21:21:15.6835000Z [00:03:08.946]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1233/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51=>github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51;$WORK/b1233=>" -p github.com/anchore/archiver/v3 -lang=go1.23 -complete -installsuffix shared -buildid 8GwMQrew2EZQSPZhoeuo/8GwMQrew2EZQSPZhoeuo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1233/importcfg -pack /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/archiver.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/brotli.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/bz2.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/error.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/filecompressor.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/gz.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/lz4.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/rar.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/sz.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/tar.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/tarbrotli.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/tarbz2.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/targz.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/tarlz4.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/tarsz.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/tarxz.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/tarzst.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/xz.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/zip.go /root/go/pkg/mod/github.com/anchore/archiver/v3@v3.5.3-0.20241210171143-5b1d8d1c7c51/zstd.go
2025-08-20T21:21:15.6860405Z [00:03:08.947]➜  cp $WORK/b1289/_pkg_.a /root/.cache/go-build/56/5678a4f687b552ba739edcb2fda41ec669552186fb1d5b0b2a0469479f4fffac-d # internal
2025-08-20T21:21:15.6861643Z [00:03:08.950]➜  go.opentelemetry.io/otel/sdk/metric/internal/x
2025-08-20T21:21:15.6862285Z [00:03:08.950]➜  mkdir -p $WORK/b1296/
2025-08-20T21:21:15.6863231Z [00:03:08.950]➜  cat >/tmp/go-build3547871397/b1296/importcfg << 'EOF' # internal
2025-08-20T21:21:15.6863923Z [00:03:08.950]➜  # import config
2025-08-20T21:21:15.6864593Z [00:03:08.950]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:15.6865397Z [00:03:08.950]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:15.6866500Z [00:03:08.950]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:15.6867119Z [00:03:08.950]➜  EOF
2025-08-20T21:21:15.6871075Z [00:03:08.950]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1296/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/x=>go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/x;$WORK/b1296=>" -p go.opentelemetry.io/otel/sdk/metric/internal/x -lang=go1.23 -complete -installsuffix shared -buildid FCqKna2wvcKSGQb6vSbc/FCqKna2wvcKSGQb6vSbc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1296/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/x/x.go
2025-08-20T21:21:15.7111850Z [00:03:08.978]➜  go tool buildid -w $WORK/b1296/_pkg_.a # internal
2025-08-20T21:21:15.7120207Z [00:03:08.979]➜  cp $WORK/b1296/_pkg_.a /root/.cache/go-build/c8/c814028142f023b84e060455ddd78c74d8044c570ca003273325733bfcc26e38-d # internal
2025-08-20T21:21:15.7121555Z [00:03:08.979]➜  cloud.google.com/go/auth/internal
2025-08-20T21:21:15.7122603Z [00:03:08.980]➜  mkdir -p $WORK/b1299/
2025-08-20T21:21:15.7129381Z [00:03:08.980]➜  cat >/tmp/go-build3547871397/b1299/importcfg << 'EOF' # internal
2025-08-20T21:21:15.7130337Z [00:03:08.980]➜  # import config
2025-08-20T21:21:15.7131346Z [00:03:08.980]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3547871397/b1261/_pkg_.a
2025-08-20T21:21:15.7132538Z [00:03:08.980]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:15.7133677Z [00:03:08.980]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:15.7134699Z [00:03:08.980]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:15.7135922Z [00:03:08.980]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:15.7137032Z [00:03:08.980]➜  packagefile encoding/pem=/tmp/go-build3547871397/b226/_pkg_.a
2025-08-20T21:21:15.7138109Z [00:03:08.980]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:15.7139330Z [00:03:08.980]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:15.7140355Z [00:03:08.980]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:15.7141337Z [00:03:08.980]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:15.7142343Z [00:03:08.980]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:15.7143468Z [00:03:08.980]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:15.7144434Z [00:03:08.980]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:15.7145186Z [00:03:08.980]➜  EOF
2025-08-20T21:21:15.7148898Z [00:03:08.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1299/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal=>cloud.google.com/go/auth@v0.13.0/internal;$WORK/b1299=>" -p cloud.google.com/go/auth/internal -lang=go1.21 -complete -installsuffix shared -buildid iVc2IQkCwUlyr7a8B2dP/iVc2IQkCwUlyr7a8B2dP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1299/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/internal.go
2025-08-20T21:21:15.7602527Z [00:03:09.027]➜  go tool buildid -w $WORK/b1299/_pkg_.a # internal
2025-08-20T21:21:15.7616385Z [00:03:09.029]➜  cp $WORK/b1299/_pkg_.a /root/.cache/go-build/69/6968bccac9ca44adce43873549e3383f5e3d6b7ff11b2a23140a5b84b874a415-d # internal
2025-08-20T21:21:15.7621317Z [00:03:09.029]➜  cloud.google.com/go/auth/internal/jwt
2025-08-20T21:21:15.7621981Z [00:03:09.029]➜  mkdir -p $WORK/b1300/
2025-08-20T21:21:15.7625581Z [00:03:09.030]➜  cat >/tmp/go-build3547871397/b1300/importcfg << 'EOF' # internal
2025-08-20T21:21:15.7635102Z [00:03:09.030]➜  # import config
2025-08-20T21:21:15.7635840Z [00:03:09.030]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:15.7636737Z [00:03:09.030]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:15.7637912Z [00:03:09.030]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:15.7639065Z [00:03:09.030]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:21:15.7640005Z [00:03:09.030]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:15.7640964Z [00:03:09.030]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:15.7641920Z [00:03:09.030]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:15.7643304Z [00:03:09.030]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:15.7644284Z [00:03:09.030]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:15.7645259Z [00:03:09.030]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:15.7646238Z [00:03:09.030]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:15.7647642Z [00:03:09.030]➜  EOF
2025-08-20T21:21:15.7651599Z [00:03:09.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1300/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/jwt=>cloud.google.com/go/auth@v0.13.0/internal/jwt;$WORK/b1300=>" -p cloud.google.com/go/auth/internal/jwt -lang=go1.21 -complete -installsuffix shared -buildid vfdlGfyKbLnYudDcaYQN/vfdlGfyKbLnYudDcaYQN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1300/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/jwt/jwt.go
2025-08-20T21:21:15.8018553Z [00:03:09.069]➜  go tool buildid -w $WORK/b1300/_pkg_.a # internal
2025-08-20T21:21:15.8026977Z [00:03:09.070]➜  cp $WORK/b1300/_pkg_.a /root/.cache/go-build/14/1448710fb346c2c5ff94f685fbc46f11d2b4b23bb254efbf483829c71f2d5bca-d # internal
2025-08-20T21:21:15.8029473Z [00:03:09.070]➜  github.com/googleapis/gax-go/v2/internallog/internal
2025-08-20T21:21:15.8031257Z [00:03:09.070]➜  mkdir -p $WORK/b1302/
2025-08-20T21:21:15.8037737Z [00:03:09.071]➜  cat >/tmp/go-build3547871397/b1302/importcfg << 'EOF' # internal
2025-08-20T21:21:15.8038778Z [00:03:09.071]➜  # import config
2025-08-20T21:21:15.8041554Z [00:03:09.071]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:15.8042990Z [00:03:09.071]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:15.8044022Z [00:03:09.071]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:15.8047640Z [00:03:09.071]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:15.8048511Z [00:03:09.071]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:15.8049362Z [00:03:09.071]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:15.8049973Z [00:03:09.071]➜  EOF
2025-08-20T21:21:15.8054405Z [00:03:09.071]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1302/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internallog/internal=>github.com/googleapis/gax-go/v2@v2.14.1/internallog/internal;$WORK/b1302=>" -p github.com/googleapis/gax-go/v2/internallog/internal -lang=go1.21 -complete -installsuffix shared -buildid ZZkShRoRJHHPHxhTckO_/ZZkShRoRJHHPHxhTckO_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1302/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internallog/internal/internal.go
2025-08-20T21:21:15.8247158Z [00:03:09.092]➜  go tool buildid -w $WORK/b1293/_pkg_.a # internal
2025-08-20T21:21:15.8289436Z [00:03:09.096]➜  cp $WORK/b1293/_pkg_.a /root/.cache/go-build/06/06695a05f511b445552010313fb13331a0e5c02104cc3cd36c5ea7a16392bf5f-d # internal
2025-08-20T21:21:15.8296921Z [00:03:09.096]➜  go.opentelemetry.io/otel/sdk/metric/metricdata
2025-08-20T21:21:15.8297617Z [00:03:09.097]➜  mkdir -p $WORK/b1292/
2025-08-20T21:21:15.8300059Z [00:03:09.097]➜  cat >/tmp/go-build3547871397/b1292/importcfg << 'EOF' # internal
2025-08-20T21:21:15.8307338Z [00:03:09.097]➜  # import config
2025-08-20T21:21:15.8308113Z [00:03:09.097]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:15.8309472Z [00:03:09.097]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:15.8310989Z [00:03:09.097]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build3547871397/b1288/_pkg_.a
2025-08-20T21:21:15.8312260Z [00:03:09.097]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3547871397/b1293/_pkg_.a
2025-08-20T21:21:15.8317081Z [00:03:09.097]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:15.8317949Z [00:03:09.097]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:15.8318581Z [00:03:09.097]➜  EOF
2025-08-20T21:21:15.8324168Z [00:03:09.097]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1292/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/metricdata=>go.opentelemetry.io/otel/sdk/metric@v1.36.0/metricdata;$WORK/b1292=>" -p go.opentelemetry.io/otel/sdk/metric/metricdata -lang=go1.23 -complete -installsuffix shared -buildid OnVq2zPbgj7BaZg6VFPs/OnVq2zPbgj7BaZg6VFPs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1292/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/metricdata/data.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/metricdata/temporality.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/metricdata/temporality_string.go
2025-08-20T21:21:15.8358220Z [00:03:09.100]➜  go tool buildid -w $WORK/b1302/_pkg_.a # internal
2025-08-20T21:21:15.8359562Z [00:03:09.100]➜  cp $WORK/b1302/_pkg_.a /root/.cache/go-build/ce/ce916a5f54e290636667f4ca6272da933da76ffdc8a056532fa4f4a53dcd43fd-d # internal
2025-08-20T21:21:15.8360790Z [00:03:09.101]➜  github.com/googleapis/gax-go/v2/internallog
2025-08-20T21:21:15.8361421Z [00:03:09.101]➜  mkdir -p $WORK/b1301/
2025-08-20T21:21:15.8362412Z [00:03:09.101]➜  cat >/tmp/go-build3547871397/b1301/importcfg << 'EOF' # internal
2025-08-20T21:21:15.8363367Z [00:03:09.101]➜  # import config
2025-08-20T21:21:15.8364054Z [00:03:09.101]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:15.8365101Z [00:03:09.101]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:15.8366006Z [00:03:09.101]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:15.8367184Z [00:03:09.101]➜  packagefile github.com/googleapis/gax-go/v2/internallog/internal=/tmp/go-build3547871397/b1302/_pkg_.a
2025-08-20T21:21:15.8368335Z [00:03:09.101]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:15.8369361Z [00:03:09.101]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:15.8370179Z [00:03:09.101]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:15.8370996Z [00:03:09.101]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:15.8371632Z [00:03:09.101]➜  EOF
2025-08-20T21:21:15.8375840Z [00:03:09.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1301/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internallog=>github.com/googleapis/gax-go/v2@v2.14.1/internallog;$WORK/b1301=>" -p github.com/googleapis/gax-go/v2/internallog -lang=go1.21 -complete -installsuffix shared -buildid YkI4NW3t3euOcAheBQFO/YkI4NW3t3euOcAheBQFO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1301/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internallog/internallog.go
2025-08-20T21:21:15.8649533Z [00:03:09.132]➜  go tool buildid -w $WORK/b1292/_pkg_.a # internal
2025-08-20T21:21:15.8661177Z [00:03:09.133]➜  cp $WORK/b1292/_pkg_.a /root/.cache/go-build/36/369f03771ba0b180765c60905066041d23c1f74cc52d88fe576ad2a264c139d2-d # internal
2025-08-20T21:21:15.8667175Z [00:03:09.134]➜  go.opentelemetry.io/otel/sdk/metric/internal/aggregate
2025-08-20T21:21:15.8668486Z [00:03:09.134]➜  mkdir -p $WORK/b1291/
2025-08-20T21:21:15.8674216Z [00:03:09.135]➜  cat >/tmp/go-build3547871397/b1291/importcfg << 'EOF' # internal
2025-08-20T21:21:15.8676429Z [00:03:09.135]➜  # import config
2025-08-20T21:21:15.8678869Z [00:03:09.135]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:15.8679797Z [00:03:09.135]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:15.8680815Z [00:03:09.135]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3547871397/b1100/_pkg_.a
2025-08-20T21:21:15.8682001Z [00:03:09.135]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:15.8683571Z [00:03:09.135]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build3547871397/b1289/_pkg_.a
2025-08-20T21:21:15.8684960Z [00:03:09.135]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3547871397/b1292/_pkg_.a
2025-08-20T21:21:15.8686018Z [00:03:09.135]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:15.8686847Z [00:03:09.135]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:15.8687686Z [00:03:09.135]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:15.8688567Z [00:03:09.135]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:15.8689416Z [00:03:09.135]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:15.8690031Z [00:03:09.135]➜  EOF
2025-08-20T21:21:15.8700820Z [00:03:09.135]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1291/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate=>go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate;$WORK/b1291=>" -p go.opentelemetry.io/otel/sdk/metric/internal/aggregate -lang=go1.23 -complete -installsuffix shared -buildid LIRVW4n19Yg5CCujZZEW/LIRVW4n19Yg5CCujZZEW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1291/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/aggregate.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/drop.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/exemplar.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/exponential_histogram.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/filtered_reservoir.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/histogram.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/lastvalue.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/limit.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/sum.go
2025-08-20T21:21:15.8752984Z [00:03:09.142]➜  go tool buildid -w $WORK/b1301/_pkg_.a # internal
2025-08-20T21:21:15.8775425Z [00:03:09.145]➜  cp $WORK/b1301/_pkg_.a /root/.cache/go-build/cc/cc297c490b8bd7b55d2b2d4222a10a08b3bc26c9979a3a24cdfcdc077e58d95e-d # internal
2025-08-20T21:21:15.8790275Z [00:03:09.145]➜  cloud.google.com/go/auth
2025-08-20T21:21:15.8790887Z [00:03:09.145]➜  mkdir -p $WORK/b1298/
2025-08-20T21:21:15.8791654Z [00:03:09.145]➜  cat >/tmp/go-build3547871397/b1298/importcfg << 'EOF' # internal
2025-08-20T21:21:15.8792344Z [00:03:09.145]➜  # import config
2025-08-20T21:21:15.8793218Z [00:03:09.145]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:15.8794264Z [00:03:09.145]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3547871397/b1299/_pkg_.a
2025-08-20T21:21:15.8795479Z [00:03:09.145]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build3547871397/b1300/_pkg_.a
2025-08-20T21:21:15.8796494Z [00:03:09.145]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:15.8797410Z [00:03:09.145]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:15.8798314Z [00:03:09.145]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:15.8799143Z [00:03:09.145]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:15.8800546Z [00:03:09.145]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3547871397/b1301/_pkg_.a
2025-08-20T21:21:15.8801655Z [00:03:09.145]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:15.8802482Z [00:03:09.145]➜  packagefile mime=/tmp/go-build3547871397/b236/_pkg_.a
2025-08-20T21:21:15.8813715Z [00:03:09.145]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:15.8814592Z [00:03:09.145]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:15.8815429Z [00:03:09.145]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:15.8816281Z [00:03:09.145]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:15.8817121Z [00:03:09.145]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:15.8817905Z [00:03:09.145]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:15.8818512Z [00:03:09.145]➜  EOF
2025-08-20T21:21:15.8822198Z [00:03:09.145]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1298/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0=>cloud.google.com/go/auth@v0.13.0;$WORK/b1298=>" -p cloud.google.com/go/auth -lang=go1.21 -complete -installsuffix shared -buildid 1g3rHmMPPBYeCBicVZqq/1g3rHmMPPBYeCBicVZqq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1298/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/auth.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/threelegged.go
2025-08-20T21:21:15.9349123Z [00:03:09.202]➜  go tool buildid -w $WORK/b1291/_pkg_.a # internal
2025-08-20T21:21:15.9366561Z [00:03:09.204]➜  cp $WORK/b1291/_pkg_.a /root/.cache/go-build/86/865414b9a0fbd6226336867613f348741b067bb622f34346cba5452125fe74a5-d # internal
2025-08-20T21:21:15.9374886Z [00:03:09.205]➜  go.opentelemetry.io/otel/sdk/metric
2025-08-20T21:21:15.9377208Z [00:03:09.205]➜  mkdir -p $WORK/b1287/
2025-08-20T21:21:15.9384440Z [00:03:09.206]➜  cat >/tmp/go-build3547871397/b1287/importcfg << 'EOF' # internal
2025-08-20T21:21:15.9385599Z [00:03:09.206]➜  # import config
2025-08-20T21:21:15.9388450Z [00:03:09.206]➜  packagefile container/list=/tmp/go-build3547871397/b153/_pkg_.a
2025-08-20T21:21:15.9389400Z [00:03:09.206]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:15.9390261Z [00:03:09.206]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:15.9391097Z [00:03:09.206]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:15.9392043Z [00:03:09.206]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3547871397/b1100/_pkg_.a
2025-08-20T21:21:15.9393406Z [00:03:09.206]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:15.9394680Z [00:03:09.206]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build3547871397/b1101/_pkg_.a
2025-08-20T21:21:15.9395910Z [00:03:09.206]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3547871397/b1111/_pkg_.a
2025-08-20T21:21:15.9397173Z [00:03:09.206]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3547871397/b1112/_pkg_.a
2025-08-20T21:21:15.9398411Z [00:03:09.206]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3547871397/b1116/_pkg_.a
2025-08-20T21:21:15.9399726Z [00:03:09.206]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build3547871397/b1288/_pkg_.a
2025-08-20T21:21:15.9401073Z [00:03:09.206]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build3547871397/b1289/_pkg_.a
2025-08-20T21:21:15.9402410Z [00:03:09.206]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal=/tmp/go-build3547871397/b1290/_pkg_.a
2025-08-20T21:21:15.9404061Z [00:03:09.206]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/aggregate=/tmp/go-build3547871397/b1291/_pkg_.a
2025-08-20T21:21:15.9405539Z [00:03:09.206]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/x=/tmp/go-build3547871397/b1296/_pkg_.a
2025-08-20T21:21:15.9407111Z [00:03:09.206]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3547871397/b1292/_pkg_.a
2025-08-20T21:21:15.9408611Z [00:03:09.206]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3547871397/b1293/_pkg_.a
2025-08-20T21:21:15.9409582Z [00:03:09.206]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:15.9410362Z [00:03:09.206]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:15.9411166Z [00:03:09.206]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:15.9411965Z [00:03:09.206]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:15.9426691Z [00:03:09.206]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:15.9427685Z [00:03:09.206]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:15.9428555Z [00:03:09.206]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:15.9429435Z [00:03:09.206]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:15.9430322Z [00:03:09.206]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:15.9430937Z [00:03:09.206]➜  EOF
2025-08-20T21:21:15.9443341Z [00:03:09.206]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1287/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0=>go.opentelemetry.io/otel/sdk/metric@v1.36.0;$WORK/b1287=>" -p go.opentelemetry.io/otel/sdk/metric -lang=go1.23 -complete -installsuffix shared -buildid ITTZauEtfwqnKMh4QVfA/ITTZauEtfwqnKMh4QVfA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1287/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/aggregation.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/cache.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/env.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exporter.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/instrument.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/instrumentkind_string.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/manual_reader.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/periodic_reader.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/pipeline.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/provider.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/reader.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/version.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/view.go
2025-08-20T21:21:15.9886362Z [00:03:09.256]➜  go tool buildid -w $WORK/b1298/_pkg_.a # internal
2025-08-20T21:21:15.9909979Z [00:03:09.258]➜  cp $WORK/b1298/_pkg_.a /root/.cache/go-build/42/42fe8d287a6fff6b6dc5c2d7ce99e461b9b478c21eb93412bfc42e297f20b984-d # internal
2025-08-20T21:21:15.9939611Z [00:03:09.258]➜  golang.org/x/oauth2/authhandler
2025-08-20T21:21:15.9940223Z [00:03:09.258]➜  mkdir -p $WORK/b1304/
2025-08-20T21:21:15.9940972Z [00:03:09.259]➜  cat >/tmp/go-build3547871397/b1304/importcfg << 'EOF' # internal
2025-08-20T21:21:15.9941649Z [00:03:09.259]➜  # import config
2025-08-20T21:21:15.9942320Z [00:03:09.259]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:15.9943375Z [00:03:09.259]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:15.9944309Z [00:03:09.259]➜  packagefile golang.org/x/oauth2=/tmp/go-build3547871397/b446/_pkg_.a
2025-08-20T21:21:15.9945021Z [00:03:09.259]➜  EOF
2025-08-20T21:21:15.9948605Z [00:03:09.259]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1304/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/authhandler=>golang.org/x/oauth2@v0.30.0/authhandler;$WORK/b1304=>" -p golang.org/x/oauth2/authhandler -lang=go1.23 -complete -installsuffix shared -buildid FQp8-FhqlJC9jG11FUNf/FQp8-FhqlJC9jG11FUNf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1304/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/authhandler/authhandler.go
2025-08-20T21:21:16.0177981Z [00:03:09.285]➜  go tool buildid -w $WORK/b1304/_pkg_.a # internal
2025-08-20T21:21:16.0190148Z [00:03:09.286]➜  cp $WORK/b1304/_pkg_.a /root/.cache/go-build/09/0903db28bcf04c80d4cddfb2f62f0964fb6f42778a1a4a06ced800b0fa0f9310-d # internal
2025-08-20T21:21:16.0191993Z [00:03:09.286]➜  golang.org/x/oauth2/google/internal/impersonate
2025-08-20T21:21:16.0194499Z [00:03:09.286]➜  mkdir -p $WORK/b1306/
2025-08-20T21:21:16.0199385Z [00:03:09.287]➜  cat >/tmp/go-build3547871397/b1306/importcfg << 'EOF' # internal
2025-08-20T21:21:16.0200450Z [00:03:09.287]➜  # import config
2025-08-20T21:21:16.0201429Z [00:03:09.287]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:16.0202842Z [00:03:09.287]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:16.0204011Z [00:03:09.287]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:16.0205013Z [00:03:09.287]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:16.0206141Z [00:03:09.287]➜  packagefile golang.org/x/oauth2=/tmp/go-build3547871397/b446/_pkg_.a
2025-08-20T21:21:16.0207384Z [00:03:09.287]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:16.0208542Z [00:03:09.287]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:16.0209896Z [00:03:09.287]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:16.0211385Z [00:03:09.287]➜  EOF
2025-08-20T21:21:16.0215667Z [00:03:09.287]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1306/_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/b1306=>" -p golang.org/x/oauth2/google/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid _L6MazsXgjgIPa3khU5W/_L6MazsXgjgIPa3khU5W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1306/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/impersonate/impersonate.go
2025-08-20T21:21:16.0547790Z [00:03:09.322]➜  go tool buildid -w $WORK/b1306/_pkg_.a # internal
2025-08-20T21:21:16.0586890Z [00:03:09.326]➜  cp $WORK/b1306/_pkg_.a /root/.cache/go-build/16/1649c01aa5ae3a6f2b27e2ddfd75d5b8d862b0819ffaee61e359eae1b11c3405-d # internal
2025-08-20T21:21:16.0591954Z [00:03:09.326]➜  golang.org/x/oauth2/google/internal/stsexchange
2025-08-20T21:21:16.0592821Z [00:03:09.326]➜  mkdir -p $WORK/b1307/
2025-08-20T21:21:16.0593632Z [00:03:09.326]➜  cat >/tmp/go-build3547871397/b1307/importcfg << 'EOF' # internal
2025-08-20T21:21:16.0594336Z [00:03:09.326]➜  # import config
2025-08-20T21:21:16.0595012Z [00:03:09.326]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:16.0596234Z [00:03:09.326]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:16.0597218Z [00:03:09.326]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:16.0598122Z [00:03:09.326]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:16.0599044Z [00:03:09.326]➜  packagefile golang.org/x/oauth2=/tmp/go-build3547871397/b446/_pkg_.a
2025-08-20T21:21:16.0599931Z [00:03:09.326]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:16.0600786Z [00:03:09.326]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:16.0601665Z [00:03:09.326]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:16.0602528Z [00:03:09.326]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:16.0603587Z [00:03:09.326]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:16.0604220Z [00:03:09.326]➜  EOF
2025-08-20T21:21:16.0609062Z [00:03:09.326]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1307/_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/b1307=>" -p golang.org/x/oauth2/google/internal/stsexchange -lang=go1.23 -complete -installsuffix shared -buildid Us9-8bcCiqhzEXmLs6c3/Us9-8bcCiqhzEXmLs6c3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1307/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:21:16.0991693Z [00:03:09.366]➜  go tool buildid -w $WORK/b1307/_pkg_.a # internal
2025-08-20T21:21:16.1007934Z [00:03:09.368]➜  cp $WORK/b1307/_pkg_.a /root/.cache/go-build/1e/1ef0c4c039a30ca19224a508de2f35659f842a9ecf3d9427f4b2166124881f7c-d # internal
2025-08-20T21:21:16.1013644Z [00:03:09.369]➜  golang.org/x/oauth2/google/externalaccount
2025-08-20T21:21:16.1016279Z [00:03:09.369]➜  mkdir -p $WORK/b1305/
2025-08-20T21:21:16.1023819Z [00:03:09.369]➜  cat >/tmp/go-build3547871397/b1305/importcfg << 'EOF' # internal
2025-08-20T21:21:16.1024961Z [00:03:09.369]➜  # import config
2025-08-20T21:21:16.1026348Z [00:03:09.369]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:16.1028712Z [00:03:09.370]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:16.1029848Z [00:03:09.370]➜  packagefile crypto/hmac=/tmp/go-build3547871397/b205/_pkg_.a
2025-08-20T21:21:16.1031480Z [00:03:09.370]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:16.1033653Z [00:03:09.370]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:16.1035215Z [00:03:09.370]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:16.1036727Z [00:03:09.370]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:16.1037840Z [00:03:09.370]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:16.1054211Z [00:03:09.370]➜  packagefile golang.org/x/oauth2=/tmp/go-build3547871397/b446/_pkg_.a
2025-08-20T21:21:16.1055932Z [00:03:09.370]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build3547871397/b1306/_pkg_.a
2025-08-20T21:21:16.1057612Z [00:03:09.370]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build3547871397/b1307/_pkg_.a
2025-08-20T21:21:16.1059348Z [00:03:09.370]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:16.1060964Z [00:03:09.370]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:16.1062306Z [00:03:09.370]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:16.1063663Z [00:03:09.370]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:16.1065046Z [00:03:09.370]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:21:16.1066386Z [00:03:09.370]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:16.1068163Z [00:03:09.370]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:16.1069588Z [00:03:09.370]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:16.1070631Z [00:03:09.370]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:16.1071693Z [00:03:09.370]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:16.1074337Z [00:03:09.370]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:16.1075269Z [00:03:09.370]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:16.1076145Z [00:03:09.370]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:16.1076811Z [00:03:09.370]➜  EOF
2025-08-20T21:21:16.1087933Z [00:03:09.370]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1305/_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/b1305=>" -p golang.org/x/oauth2/google/externalaccount -lang=go1.23 -complete -installsuffix shared -buildid 3-hQrLKxHfLsrE_eWgfj/3-hQrLKxHfLsrE_eWgfj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1305/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:21:16.3705222Z [00:03:09.638]➜  go tool buildid -w $WORK/b1305/_pkg_.a # internal
2025-08-20T21:21:16.3764409Z [00:03:09.641]➜  cp $WORK/b1305/_pkg_.a /root/.cache/go-build/3f/3fc7c7fb9d82f921d0e52d68d3aae3cca30caa8a63a942503d21d8e425865851-d # internal
2025-08-20T21:21:16.3770903Z [00:03:09.642]➜  golang.org/x/oauth2/google/internal/externalaccountauthorizeduser
2025-08-20T21:21:16.3771744Z [00:03:09.642]➜  mkdir -p $WORK/b1308/
2025-08-20T21:21:16.3772524Z [00:03:09.643]➜  cat >/tmp/go-build3547871397/b1308/importcfg << 'EOF' # internal
2025-08-20T21:21:16.3773401Z [00:03:09.643]➜  # import config
2025-08-20T21:21:16.3774096Z [00:03:09.643]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:16.3774937Z [00:03:09.643]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:16.3775899Z [00:03:09.643]➜  packagefile golang.org/x/oauth2=/tmp/go-build3547871397/b446/_pkg_.a
2025-08-20T21:21:16.3777187Z [00:03:09.643]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build3547871397/b1307/_pkg_.a
2025-08-20T21:21:16.3778289Z [00:03:09.643]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:16.3778943Z [00:03:09.643]➜  EOF
2025-08-20T21:21:16.3784097Z [00:03:09.643]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1308/_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/b1308=>" -p golang.org/x/oauth2/google/internal/externalaccountauthorizeduser -lang=go1.23 -complete -installsuffix shared -buildid yfCKOlyQy74UcSDTU5M3/yfCKOlyQy74UcSDTU5M3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1308/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/externalaccountauthorizeduser/externalaccountauthorizeduser.go
2025-08-20T21:21:16.4089681Z [00:03:09.676]➜  go tool buildid -w $WORK/b1308/_pkg_.a # internal
2025-08-20T21:21:16.4101973Z [00:03:09.677]➜  cp $WORK/b1308/_pkg_.a /root/.cache/go-build/26/266c7f0bab44136a33ea7d2f89b51e44a9425bc10c8c81343fe79606b7aaa334-d # internal
2025-08-20T21:21:16.4104321Z [00:03:09.678]➜  golang.org/x/oauth2/jws
2025-08-20T21:21:16.4106180Z [00:03:09.678]➜  mkdir -p $WORK/b1309/
2025-08-20T21:21:16.4114231Z [00:03:09.679]➜  cat >/tmp/go-build3547871397/b1309/importcfg << 'EOF' # internal
2025-08-20T21:21:16.4115180Z [00:03:09.679]➜  # import config
2025-08-20T21:21:16.4116012Z [00:03:09.679]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:16.4117501Z [00:03:09.679]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:16.4133670Z [00:03:09.679]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:16.4135814Z [00:03:09.679]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:21:16.4136753Z [00:03:09.679]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:16.4137687Z [00:03:09.679]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:16.4138598Z [00:03:09.679]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:16.4139683Z [00:03:09.679]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:16.4140509Z [00:03:09.679]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:16.4141340Z [00:03:09.679]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:16.4142148Z [00:03:09.679]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:16.4142980Z [00:03:09.679]➜  EOF
2025-08-20T21:21:16.4146308Z [00:03:09.679]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1309/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jws=>golang.org/x/oauth2@v0.30.0/jws;$WORK/b1309=>" -p golang.org/x/oauth2/jws -lang=go1.23 -complete -installsuffix shared -buildid jvtW4uRwazWUojtYvBGR/jvtW4uRwazWUojtYvBGR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1309/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jws/jws.go
2025-08-20T21:21:16.4781088Z [00:03:09.745]➜  go tool buildid -w $WORK/b1309/_pkg_.a # internal
2025-08-20T21:21:16.4791486Z [00:03:09.746]➜  cp $WORK/b1309/_pkg_.a /root/.cache/go-build/9c/9c3d13a9fd0dae275d7b66ee9c45974dcf8cca07c1726a34e06c8134a36588cf-d # internal
2025-08-20T21:21:16.4807435Z [00:03:09.748]➜  golang.org/x/oauth2/jwt
2025-08-20T21:21:16.4810125Z [00:03:09.748]➜  mkdir -p $WORK/b1310/
2025-08-20T21:21:16.4814675Z [00:03:09.749]➜  cat >/tmp/go-build3547871397/b1310/importcfg << 'EOF' # internal
2025-08-20T21:21:16.4831759Z [00:03:09.749]➜  # import config
2025-08-20T21:21:16.4832475Z [00:03:09.749]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:16.4833590Z [00:03:09.749]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:16.4834436Z [00:03:09.749]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:16.4835337Z [00:03:09.749]➜  packagefile golang.org/x/oauth2=/tmp/go-build3547871397/b446/_pkg_.a
2025-08-20T21:21:16.4836418Z [00:03:09.749]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3547871397/b447/_pkg_.a
2025-08-20T21:21:16.4837535Z [00:03:09.749]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build3547871397/b1309/_pkg_.a
2025-08-20T21:21:16.4838438Z [00:03:09.749]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:16.4839244Z [00:03:09.749]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:16.4840072Z [00:03:09.749]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:16.4840890Z [00:03:09.749]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:16.4841677Z [00:03:09.749]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:16.4842271Z [00:03:09.749]➜  EOF
2025-08-20T21:21:16.4846513Z [00:03:09.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1310/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jwt=>golang.org/x/oauth2@v0.30.0/jwt;$WORK/b1310=>" -p golang.org/x/oauth2/jwt -lang=go1.23 -complete -installsuffix shared -buildid kAhpQi_HZcw8VIEye0Sk/kAhpQi_HZcw8VIEye0Sk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1310/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jwt/jwt.go
2025-08-20T21:21:16.5308958Z [00:03:09.798]➜  go tool buildid -w $WORK/b1310/_pkg_.a # internal
2025-08-20T21:21:16.5322069Z [00:03:09.799]➜  cp $WORK/b1310/_pkg_.a /root/.cache/go-build/ba/ba5580e26f31483150227924db3217f352afe6b56bee54a939af7280b598959d-d # internal
2025-08-20T21:21:16.5326683Z [00:03:09.800]➜  golang.org/x/oauth2/google
2025-08-20T21:21:16.5329732Z [00:03:09.800]➜  mkdir -p $WORK/b1303/
2025-08-20T21:21:16.5338013Z [00:03:09.801]➜  cat >/tmp/go-build3547871397/b1303/importcfg << 'EOF' # internal
2025-08-20T21:21:16.5345529Z [00:03:09.801]➜  # import config
2025-08-20T21:21:16.5346222Z [00:03:09.801]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:16.5347151Z [00:03:09.801]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3547871397/b1261/_pkg_.a
2025-08-20T21:21:16.5348389Z [00:03:09.801]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:16.5349253Z [00:03:09.801]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:21:16.5350056Z [00:03:09.801]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:16.5350746Z [00:03:09.801]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:16.5351354Z [00:03:09.801]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:16.5352052Z [00:03:09.801]➜  packagefile golang.org/x/oauth2=/tmp/go-build3547871397/b446/_pkg_.a
2025-08-20T21:21:16.5353132Z [00:03:09.801]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build3547871397/b1304/_pkg_.a
2025-08-20T21:21:16.5354539Z [00:03:09.801]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build3547871397/b1305/_pkg_.a
2025-08-20T21:21:16.5356115Z [00:03:09.801]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build3547871397/b1308/_pkg_.a
2025-08-20T21:21:16.5357821Z [00:03:09.801]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build3547871397/b1306/_pkg_.a
2025-08-20T21:21:16.5359119Z [00:03:09.801]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3547871397/b447/_pkg_.a
2025-08-20T21:21:16.5360247Z [00:03:09.801]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build3547871397/b1309/_pkg_.a
2025-08-20T21:21:16.5361291Z [00:03:09.801]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build3547871397/b1310/_pkg_.a
2025-08-20T21:21:16.5362192Z [00:03:09.801]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:16.5363579Z [00:03:09.801]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:16.5364428Z [00:03:09.801]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:16.5365281Z [00:03:09.801]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:16.5366068Z [00:03:09.801]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:16.5366846Z [00:03:09.801]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:21:16.5367707Z [00:03:09.801]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:16.5368550Z [00:03:09.801]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:16.5369339Z [00:03:09.801]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:16.5370112Z [00:03:09.801]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:16.5370960Z [00:03:09.801]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:16.5371556Z [00:03:09.801]➜  EOF
2025-08-20T21:21:16.5377518Z [00:03:09.801]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1303/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google=>golang.org/x/oauth2@v0.30.0/google;$WORK/b1303=>" -p golang.org/x/oauth2/google -lang=go1.23 -complete -installsuffix shared -buildid wrMX2NabIsnukc0FHpXW/wrMX2NabIsnukc0FHpXW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1303/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:21:16.6440042Z [00:03:09.911]➜  go tool buildid -w $WORK/b1233/_pkg_.a # internal
2025-08-20T21:21:16.6587172Z [00:03:09.926]➜  cp $WORK/b1233/_pkg_.a /root/.cache/go-build/3a/3a67457c9d73e0a11885ab29681ccacc9a0927bf03a2fcaa48072b4bf2144010-d # internal
2025-08-20T21:21:16.6618744Z [00:03:09.929]➜  cloud.google.com/go/auth/credentials/internal/impersonate
2025-08-20T21:21:16.6633404Z [00:03:09.929]➜  mkdir -p $WORK/b1314/
2025-08-20T21:21:16.6634260Z [00:03:09.929]➜  cat >/tmp/go-build3547871397/b1314/importcfg << 'EOF' # internal
2025-08-20T21:21:16.6635249Z [00:03:09.929]➜  # import config
2025-08-20T21:21:16.6635912Z [00:03:09.929]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:16.6636861Z [00:03:09.929]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3547871397/b1298/_pkg_.a
2025-08-20T21:21:16.6638016Z [00:03:09.929]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3547871397/b1299/_pkg_.a
2025-08-20T21:21:16.6639003Z [00:03:09.929]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:16.6639845Z [00:03:09.929]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:16.6640695Z [00:03:09.929]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:16.6641496Z [00:03:09.929]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:16.6643513Z [00:03:09.930]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3547871397/b1301/_pkg_.a
2025-08-20T21:21:16.6644704Z [00:03:09.930]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:16.6645692Z [00:03:09.930]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:16.6646519Z [00:03:09.930]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:16.6647100Z [00:03:09.930]➜  EOF
2025-08-20T21:21:16.6651435Z [00:03:09.930]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1314/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/internal/impersonate=>cloud.google.com/go/auth@v0.13.0/credentials/internal/impersonate;$WORK/b1314=>" -p cloud.google.com/go/auth/credentials/internal/impersonate -lang=go1.21 -complete -installsuffix shared -buildid AGAGyCMyDYem--t2JvW_/AGAGyCMyDYem--t2JvW_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1314/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/internal/impersonate/impersonate.go
2025-08-20T21:21:16.7048583Z [00:03:09.972]➜  go tool buildid -w $WORK/b1303/_pkg_.a # internal
2025-08-20T21:21:16.7072048Z [00:03:09.974]➜  cp $WORK/b1303/_pkg_.a /root/.cache/go-build/3e/3e9463502219118acdba25676ade0069a283aa103eaf1a8334a38d1236bed9a9-d # internal
2025-08-20T21:21:16.7097946Z [00:03:09.977]➜  cloud.google.com/go/auth/credentials/internal/stsexchange
2025-08-20T21:21:16.7100821Z [00:03:09.977]➜  mkdir -p $WORK/b1315/
2025-08-20T21:21:16.7107300Z [00:03:09.978]➜  cat >/tmp/go-build3547871397/b1315/importcfg << 'EOF' # internal
2025-08-20T21:21:16.7113941Z [00:03:09.978]➜  # import config
2025-08-20T21:21:16.7114822Z [00:03:09.978]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3547871397/b1298/_pkg_.a
2025-08-20T21:21:16.7116003Z [00:03:09.978]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3547871397/b1299/_pkg_.a
2025-08-20T21:21:16.7117095Z [00:03:09.978]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:16.7118057Z [00:03:09.978]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:16.7119021Z [00:03:09.978]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:16.7120156Z [00:03:09.978]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:16.7121275Z [00:03:09.978]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3547871397/b1301/_pkg_.a
2025-08-20T21:21:16.7122346Z [00:03:09.978]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:16.7123359Z [00:03:09.978]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:16.7124212Z [00:03:09.978]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:16.7125054Z [00:03:09.978]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:16.7125898Z [00:03:09.978]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:16.7126537Z [00:03:09.978]➜  EOF
2025-08-20T21:21:16.7130906Z [00:03:09.978]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1315/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/internal/stsexchange=>cloud.google.com/go/auth@v0.13.0/credentials/internal/stsexchange;$WORK/b1315=>" -p cloud.google.com/go/auth/credentials/internal/stsexchange -lang=go1.21 -complete -installsuffix shared -buildid gdwuHQElmjWJsM1YjcbZ/gdwuHQElmjWJsM1YjcbZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1315/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/internal/stsexchange/sts_exchange.go
2025-08-20T21:21:16.7529309Z [00:03:10.020]➜  go tool buildid -w $WORK/b1314/_pkg_.a # internal
2025-08-20T21:21:16.7543033Z [00:03:10.021]➜  cp $WORK/b1314/_pkg_.a /root/.cache/go-build/c5/c5b6cbf10f2a9021dc304f75fb0ab9600c059c07159566dc54924009ff74572f-d # internal
2025-08-20T21:21:16.7548136Z [00:03:10.022]➜  cloud.google.com/go/auth/internal/credsfile
2025-08-20T21:21:16.7548866Z [00:03:10.022]➜  mkdir -p $WORK/b1316/
2025-08-20T21:21:16.7560651Z [00:03:10.023]➜  cat >/tmp/go-build3547871397/b1316/importcfg << 'EOF' # internal
2025-08-20T21:21:16.7585427Z [00:03:10.023]➜  # import config
2025-08-20T21:21:16.7586357Z [00:03:10.023]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:16.7587240Z [00:03:10.023]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:16.7588030Z [00:03:10.023]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:21:16.7588905Z [00:03:10.023]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:16.7589791Z [00:03:10.023]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:16.7590442Z [00:03:10.023]➜  EOF
2025-08-20T21:21:16.7595777Z [00:03:10.024]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1316/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/credsfile=>cloud.google.com/go/auth@v0.13.0/internal/credsfile;$WORK/b1316=>" -p cloud.google.com/go/auth/internal/credsfile -lang=go1.21 -complete -installsuffix shared -buildid pplTEFShTqxCLLp1Gp6Y/pplTEFShTqxCLLp1Gp6Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1316/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/credsfile/credsfile.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/credsfile/filetype.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/credsfile/parse.go
2025-08-20T21:21:16.7875126Z [00:03:10.055]➜  go tool buildid -w $WORK/b1316/_pkg_.a # internal
2025-08-20T21:21:16.7885349Z [00:03:10.056]➜  cp $WORK/b1316/_pkg_.a /root/.cache/go-build/15/152c3a3f0c34d18d2c3e71a2c53c54fa6ef6c51472a8f1c71e4b44abf6f91368-d # internal
2025-08-20T21:21:16.7889786Z [00:03:10.056]➜  github.com/googleapis/enterprise-certificate-proxy/client/util
2025-08-20T21:21:16.7890537Z [00:03:10.056]➜  mkdir -p $WORK/b1319/
2025-08-20T21:21:16.7895210Z [00:03:10.057]➜  cat >/tmp/go-build3547871397/b1319/importcfg << 'EOF' # internal
2025-08-20T21:21:16.7903961Z [00:03:10.057]➜  # import config
2025-08-20T21:21:16.7904693Z [00:03:10.057]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:16.7905852Z [00:03:10.057]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:16.7906645Z [00:03:10.057]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:16.7907407Z [00:03:10.057]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:16.7908193Z [00:03:10.057]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:21:16.7909059Z [00:03:10.057]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:16.7909930Z [00:03:10.057]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:16.7910739Z [00:03:10.057]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:16.7911331Z [00:03:10.057]➜  EOF
2025-08-20T21:21:16.7916077Z [00:03:10.057]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1319/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.4/client/util=>github.com/googleapis/enterprise-certificate-proxy@v0.3.4/client/util;$WORK/b1319=>" -p github.com/googleapis/enterprise-certificate-proxy/client/util -lang=go1.19 -complete -installsuffix shared -buildid 2U9Sq941qCQBNPG1rnhA/2U9Sq941qCQBNPG1rnhA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1319/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.4/client/util/util.go
2025-08-20T21:21:16.7962144Z [00:03:10.063]➜  go tool buildid -w $WORK/b1315/_pkg_.a # internal
2025-08-20T21:21:16.7977287Z [00:03:10.065]➜  cp $WORK/b1315/_pkg_.a /root/.cache/go-build/c2/c258043c43e8c0b1338f8211ff5640c50a0eeeaa12da52ff384a0a2dde9032ae-d # internal
2025-08-20T21:21:16.7981671Z [00:03:10.065]➜  net/rpc
2025-08-20T21:21:16.7982201Z [00:03:10.065]➜  mkdir -p $WORK/b1320/
2025-08-20T21:21:16.7999124Z [00:03:10.066]➜  cat >/tmp/go-build3547871397/b1320/importcfg << 'EOF' # internal
2025-08-20T21:21:16.8003315Z [00:03:10.066]➜  # import config
2025-08-20T21:21:16.8004060Z [00:03:10.066]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:16.8005181Z [00:03:10.066]➜  packagefile encoding/gob=/tmp/go-build3547871397/b838/_pkg_.a
2025-08-20T21:21:16.8006113Z [00:03:10.066]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:16.8006951Z [00:03:10.066]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:16.8007777Z [00:03:10.066]➜  packagefile go/token=/tmp/go-build3547871397/b131/_pkg_.a
2025-08-20T21:21:16.8008660Z [00:03:10.066]➜  packagefile html/template=/tmp/go-build3547871397/b781/_pkg_.a
2025-08-20T21:21:16.8009515Z [00:03:10.066]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:16.8010336Z [00:03:10.066]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:16.8011152Z [00:03:10.066]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:16.8011988Z [00:03:10.066]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:16.8033370Z [00:03:10.066]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:16.8034365Z [00:03:10.066]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:16.8035243Z [00:03:10.066]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:16.8036104Z [00:03:10.066]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:16.8036727Z [00:03:10.066]➜  EOF
2025-08-20T21:21:16.8039809Z [00:03:10.066]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1320/_pkg_.a -trimpath "/root/.go/src/net/rpc=>net/rpc;$WORK/b1320=>" -p net/rpc -lang=go1.25 -std -complete -installsuffix shared -buildid FYOKGPRyYow_is7x6cqb/FYOKGPRyYow_is7x6cqb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1320/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:21:16.8197273Z [00:03:10.087]➜  go tool buildid -w $WORK/b1319/_pkg_.a # internal
2025-08-20T21:21:16.8209429Z [00:03:10.087]➜  cp $WORK/b1319/_pkg_.a /root/.cache/go-build/1c/1c447715cdac8af34387f14930c7530299d973d5dd72dbb048f9a922d7e4de5d-d # internal
2025-08-20T21:21:16.8211024Z [00:03:10.087]➜  cloud.google.com/go/auth/credentials/internal/externalaccountuser
2025-08-20T21:21:16.8211837Z [00:03:10.087]➜  mkdir -p $WORK/b1321/
2025-08-20T21:21:16.8212810Z [00:03:10.087]➜  cat >/tmp/go-build3547871397/b1321/importcfg << 'EOF' # internal
2025-08-20T21:21:16.8213549Z [00:03:10.087]➜  # import config
2025-08-20T21:21:16.8214347Z [00:03:10.087]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3547871397/b1298/_pkg_.a
2025-08-20T21:21:16.8215716Z [00:03:10.087]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build3547871397/b1315/_pkg_.a
2025-08-20T21:21:16.8217106Z [00:03:10.087]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3547871397/b1299/_pkg_.a
2025-08-20T21:21:16.8218105Z [00:03:10.087]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:16.8219124Z [00:03:10.087]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:16.8220242Z [00:03:10.087]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3547871397/b1301/_pkg_.a
2025-08-20T21:21:16.8221347Z [00:03:10.087]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:16.8222232Z [00:03:10.087]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:16.8225081Z [00:03:10.087]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:16.8225728Z [00:03:10.087]➜  EOF
2025-08-20T21:21:16.8230862Z [00:03:10.087]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1321/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/internal/externalaccountuser=>cloud.google.com/go/auth@v0.13.0/credentials/internal/externalaccountuser;$WORK/b1321=>" -p cloud.google.com/go/auth/credentials/internal/externalaccountuser -lang=go1.21 -complete -installsuffix shared -buildid ToJteXt22KqQLdL7KgSq/ToJteXt22KqQLdL7KgSq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1321/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/internal/externalaccountuser/externalaccountuser.go
2025-08-20T21:21:16.8546196Z [00:03:10.122]➜  go tool buildid -w $WORK/b1321/_pkg_.a # internal
2025-08-20T21:21:16.8567586Z [00:03:10.122]➜  cp $WORK/b1321/_pkg_.a /root/.cache/go-build/2d/2dd2cae0c804eaa685567cb907b1a639a4796236287b47b0a37ff83eda0604b5-d # internal
2025-08-20T21:21:16.8568791Z [00:03:10.122]➜  cloud.google.com/go/auth/credentials/internal/gdch
2025-08-20T21:21:16.8569394Z [00:03:10.122]➜  mkdir -p $WORK/b1322/
2025-08-20T21:21:16.8570071Z [00:03:10.123]➜  cat >/tmp/go-build3547871397/b1322/importcfg << 'EOF' # internal
2025-08-20T21:21:16.8570670Z [00:03:10.123]➜  # import config
2025-08-20T21:21:16.8571391Z [00:03:10.123]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3547871397/b1298/_pkg_.a
2025-08-20T21:21:16.8572464Z [00:03:10.123]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3547871397/b1299/_pkg_.a
2025-08-20T21:21:16.8573776Z [00:03:10.123]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build3547871397/b1316/_pkg_.a
2025-08-20T21:21:16.8574882Z [00:03:10.123]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build3547871397/b1300/_pkg_.a
2025-08-20T21:21:16.8575770Z [00:03:10.123]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:16.8576510Z [00:03:10.123]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:16.8577252Z [00:03:10.123]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:16.8578031Z [00:03:10.123]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:16.8578830Z [00:03:10.123]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:16.8579594Z [00:03:10.123]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:16.8580299Z [00:03:10.123]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:16.8581568Z [00:03:10.123]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3547871397/b1301/_pkg_.a
2025-08-20T21:21:16.8582552Z [00:03:10.123]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:16.8583494Z [00:03:10.123]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:16.8584221Z [00:03:10.123]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:16.8584923Z [00:03:10.123]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:16.8585623Z [00:03:10.123]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:16.8586310Z [00:03:10.123]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:16.8586832Z [00:03:10.123]➜  EOF
2025-08-20T21:21:16.8590546Z [00:03:10.123]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1322/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/internal/gdch=>cloud.google.com/go/auth@v0.13.0/credentials/internal/gdch;$WORK/b1322=>" -p cloud.google.com/go/auth/credentials/internal/gdch -lang=go1.21 -complete -installsuffix shared -buildid KcLpGOOifyiIj2-yO_ol/KcLpGOOifyiIj2-yO_ol -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1322/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/internal/gdch/gdch.go
2025-08-20T21:21:16.9104825Z [00:03:10.174]➜  go tool buildid -w $WORK/b1322/_pkg_.a # internal
2025-08-20T21:21:16.9116358Z [00:03:10.177]➜  cp $WORK/b1322/_pkg_.a /root/.cache/go-build/35/353b2ef4fc4031c4f831a33148c84760302da7becc8e1909320f360fec3bf6a8-d # internal
2025-08-20T21:21:16.9117506Z [00:03:10.178]➜  cloud.google.com/go/auth/oauth2adapt
2025-08-20T21:21:16.9118129Z [00:03:10.178]➜  mkdir -p $WORK/b1323/
2025-08-20T21:21:16.9122597Z [00:03:10.179]➜  cat >/tmp/go-build3547871397/b1323/importcfg << 'EOF' # internal
2025-08-20T21:21:16.9123555Z [00:03:10.179]➜  # import config
2025-08-20T21:21:16.9124398Z [00:03:10.179]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3547871397/b1298/_pkg_.a
2025-08-20T21:21:16.9125582Z [00:03:10.179]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:16.9127915Z [00:03:10.179]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:16.9130080Z [00:03:10.179]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:16.9131214Z [00:03:10.179]➜  packagefile golang.org/x/oauth2=/tmp/go-build3547871397/b446/_pkg_.a
2025-08-20T21:21:16.9132486Z [00:03:10.179]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3547871397/b1303/_pkg_.a
2025-08-20T21:21:16.9133632Z [00:03:10.179]➜  EOF
2025-08-20T21:21:16.9137562Z [00:03:10.179]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1323/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth/oauth2adapt@v0.2.6=>cloud.google.com/go/auth/oauth2adapt@v0.2.6;$WORK/b1323=>" -p cloud.google.com/go/auth/oauth2adapt -lang=go1.21 -complete -installsuffix shared -buildid 6zHPBzLNiNba2JChjQDg/6zHPBzLNiNba2JChjQDg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1323/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth/oauth2adapt@v0.2.6/oauth2adapt.go
2025-08-20T21:21:16.9619230Z [00:03:10.229]➜  go tool buildid -w $WORK/b1323/_pkg_.a # internal
2025-08-20T21:21:16.9631844Z [00:03:10.230]➜  cp $WORK/b1323/_pkg_.a /root/.cache/go-build/1c/1cee19460f07d3989d1cd7ee7864e0293711ffd8d0a8ec2cacdf2771da777812-d # internal
2025-08-20T21:21:16.9652304Z [00:03:10.232]➜  github.com/google/s2a-go/fallback
2025-08-20T21:21:16.9653084Z [00:03:10.232]➜  mkdir -p $WORK/b1325/
2025-08-20T21:21:16.9660833Z [00:03:10.233]➜  cat >/tmp/go-build3547871397/b1325/importcfg << 'EOF' # internal
2025-08-20T21:21:16.9661487Z [00:03:10.233]➜  # import config
2025-08-20T21:21:16.9662156Z [00:03:10.233]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:16.9663176Z [00:03:10.233]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:16.9664337Z [00:03:10.233]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:16.9665602Z [00:03:10.233]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:16.9666795Z [00:03:10.233]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:16.9667778Z [00:03:10.233]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:16.9668428Z [00:03:10.233]➜  EOF
2025-08-20T21:21:16.9671716Z [00:03:10.234]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1325/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/fallback=>github.com/google/s2a-go@v0.1.8/fallback;$WORK/b1325=>" -p github.com/google/s2a-go/fallback -lang=go1.20 -complete -installsuffix shared -buildid lEUORQDQzTXaOxy1F9-f/lEUORQDQzTXaOxy1F9-f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1325/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/fallback/s2a_fallback.go
2025-08-20T21:21:17.0544315Z [00:03:10.322]➜  go tool buildid -w $WORK/b1325/_pkg_.a # internal
2025-08-20T21:21:17.0556005Z [00:03:10.323]➜  cp $WORK/b1325/_pkg_.a /root/.cache/go-build/44/44e9c21f7524b75caf3ec354d43bdb0e69faf2e37ff51fd3b3cb26ffc5a8970c-d # internal
2025-08-20T21:21:17.0560609Z [00:03:10.323]➜  github.com/google/s2a-go/internal/proto/common_go_proto
2025-08-20T21:21:17.0567678Z [00:03:10.323]➜  mkdir -p $WORK/b1328/
2025-08-20T21:21:17.0568430Z [00:03:10.323]➜  cat >/tmp/go-build3547871397/b1328/importcfg << 'EOF' # internal
2025-08-20T21:21:17.0569091Z [00:03:10.323]➜  # import config
2025-08-20T21:21:17.0570053Z [00:03:10.323]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:17.0571582Z [00:03:10.323]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:17.0572889Z [00:03:10.323]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:17.0573718Z [00:03:10.323]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:17.0574332Z [00:03:10.323]➜  EOF
2025-08-20T21:21:17.0578599Z [00:03:10.324]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1328/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/proto/common_go_proto=>github.com/google/s2a-go@v0.1.8/internal/proto/common_go_proto;$WORK/b1328=>" -p github.com/google/s2a-go/internal/proto/common_go_proto -lang=go1.20 -complete -installsuffix shared -buildid fitrhLK6dX8fEwWqisc-/fitrhLK6dX8fEwWqisc- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1328/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/proto/common_go_proto/common.pb.go
2025-08-20T21:21:17.2112129Z [00:03:10.478]➜  go tool buildid -w $WORK/b1328/_pkg_.a # internal
2025-08-20T21:21:17.2165218Z [00:03:10.484]➜  cp $WORK/b1328/_pkg_.a /root/.cache/go-build/ae/aeafe0a5adfbb9335fdeb7217a9b85c78a43ddb41ea55953ccc83c62c0a5495b-d # internal
2025-08-20T21:21:17.2170320Z [00:03:10.484]➜  github.com/google/s2a-go/internal/proto/s2a_context_go_proto
2025-08-20T21:21:17.2177167Z [00:03:10.485]➜  mkdir -p $WORK/b1329/
2025-08-20T21:21:17.2182256Z [00:03:10.485]➜  cat >/tmp/go-build3547871397/b1329/importcfg << 'EOF' # internal
2025-08-20T21:21:17.2185280Z [00:03:10.485]➜  # import config
2025-08-20T21:21:17.2186333Z [00:03:10.485]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3547871397/b1328/_pkg_.a
2025-08-20T21:21:17.2187756Z [00:03:10.485]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:17.2189106Z [00:03:10.485]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:17.2190159Z [00:03:10.485]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:17.2190968Z [00:03:10.485]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:17.2191571Z [00:03:10.485]➜  EOF
2025-08-20T21:21:17.2222863Z [00:03:10.489]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1329/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/proto/s2a_context_go_proto=>github.com/google/s2a-go@v0.1.8/internal/proto/s2a_context_go_proto;$WORK/b1329=>" -p github.com/google/s2a-go/internal/proto/s2a_context_go_proto -lang=go1.20 -complete -installsuffix shared -buildid S8uOT_ryvyWGgPBn-4f1/S8uOT_ryvyWGgPBn-4f1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1329/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/proto/s2a_context_go_proto/s2a_context.pb.go
2025-08-20T21:21:17.2742607Z [00:03:10.541]➜  go tool buildid -w $WORK/b1320/_pkg_.a # internal
2025-08-20T21:21:17.2763427Z [00:03:10.544]➜  go tool buildid -w $WORK/b1329/_pkg_.a # internal
2025-08-20T21:21:17.2775584Z [00:03:10.545]➜  cp $WORK/b1329/_pkg_.a /root/.cache/go-build/17/176df559a96b612fbc28766af62035ad0466c16265be071fe1a9daa1d3ba663f-d # internal
2025-08-20T21:21:17.2778996Z [00:03:10.545]➜  github.com/google/s2a-go/internal/proto/s2a_go_proto
2025-08-20T21:21:17.2779720Z [00:03:10.545]➜  mkdir -p $WORK/b1330/
2025-08-20T21:21:17.2781816Z [00:03:10.545]➜  cat >/tmp/go-build3547871397/b1330/importcfg << 'EOF' # internal
2025-08-20T21:21:17.2784186Z [00:03:10.545]➜  # import config
2025-08-20T21:21:17.2785456Z [00:03:10.545]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:17.2788169Z [00:03:10.545]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3547871397/b1328/_pkg_.a
2025-08-20T21:21:17.2790003Z [00:03:10.545]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:17.2791805Z [00:03:10.545]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:17.2793483Z [00:03:10.545]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:17.2795817Z [00:03:10.545]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:17.2797401Z [00:03:10.545]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:17.2798500Z [00:03:10.545]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:17.2799320Z [00:03:10.545]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:17.2799950Z [00:03:10.545]➜  EOF
2025-08-20T21:21:17.2805741Z [00:03:10.545]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1330/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/proto/s2a_go_proto=>github.com/google/s2a-go@v0.1.8/internal/proto/s2a_go_proto;$WORK/b1330=>" -p github.com/google/s2a-go/internal/proto/s2a_go_proto -lang=go1.20 -complete -installsuffix shared -buildid D8SWTJ11WTGyyC2JX2zZ/D8SWTJ11WTGyyC2JX2zZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1330/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/proto/s2a_go_proto/s2a.pb.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/proto/s2a_go_proto/s2a_grpc.pb.go
2025-08-20T21:21:17.2817384Z [00:03:10.549]➜  cp $WORK/b1320/_pkg_.a /root/.cache/go-build/a3/a32b379697f906adea6cb9fb901c29671f61e64fa9f3d2db89578ad7c77a1186-d # internal
2025-08-20T21:21:17.2824400Z [00:03:10.549]➜  github.com/googleapis/enterprise-certificate-proxy/client
2025-08-20T21:21:17.2825130Z [00:03:10.549]➜  mkdir -p $WORK/b1318/
2025-08-20T21:21:17.2825861Z [00:03:10.549]➜  cat >/tmp/go-build3547871397/b1318/importcfg << 'EOF' # internal
2025-08-20T21:21:17.2826521Z [00:03:10.549]➜  # import config
2025-08-20T21:21:17.2827151Z [00:03:10.549]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:17.2827989Z [00:03:10.549]➜  packagefile crypto/ecdsa=/tmp/go-build3547871397/b188/_pkg_.a
2025-08-20T21:21:17.2828880Z [00:03:10.549]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:21:17.2829744Z [00:03:10.549]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:17.2830980Z [00:03:10.549]➜  packagefile encoding/gob=/tmp/go-build3547871397/b838/_pkg_.a
2025-08-20T21:21:17.2831816Z [00:03:10.549]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:17.2832606Z [00:03:10.549]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:17.2834134Z [00:03:10.549]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build3547871397/b1319/_pkg_.a
2025-08-20T21:21:17.2835290Z [00:03:10.549]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:17.2836072Z [00:03:10.549]➜  packagefile net/rpc=/tmp/go-build3547871397/b1320/_pkg_.a
2025-08-20T21:21:17.2836839Z [00:03:10.549]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:17.2837610Z [00:03:10.549]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:21:17.2838195Z [00:03:10.549]➜  EOF
2025-08-20T21:21:17.2842473Z [00:03:10.549]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1318/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.4/client=>github.com/googleapis/enterprise-certificate-proxy@v0.3.4/client;$WORK/b1318=>" -p github.com/googleapis/enterprise-certificate-proxy/client -lang=go1.19 -complete -installsuffix shared -buildid 4L5t8osla0Q36J3lw_KG/4L5t8osla0Q36J3lw_KG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1318/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.4/client/client.go
2025-08-20T21:21:17.3293056Z [00:03:10.596]➜  go tool buildid -w $WORK/b1318/_pkg_.a # internal
2025-08-20T21:21:17.3307526Z [00:03:10.598]➜  cp $WORK/b1318/_pkg_.a /root/.cache/go-build/62/6285e90f48f96ec90140de6d53eb4307153db303ec15936aa91ac1f13977faf8-d # internal
2025-08-20T21:21:17.3313584Z [00:03:10.598]➜  cloud.google.com/go/auth/internal/transport/cert
2025-08-20T21:21:17.3314284Z [00:03:10.598]➜  mkdir -p $WORK/b1317/
2025-08-20T21:21:17.3319653Z [00:03:10.599]➜  cat >/tmp/go-build3547871397/b1317/importcfg << 'EOF' # internal
2025-08-20T21:21:17.3321529Z [00:03:10.599]➜  # import config
2025-08-20T21:21:17.3322430Z [00:03:10.599]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:17.3323539Z [00:03:10.599]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:17.3324424Z [00:03:10.599]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:17.3325297Z [00:03:10.599]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:17.3326075Z [00:03:10.599]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:17.3327255Z [00:03:10.599]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build3547871397/b1318/_pkg_.a
2025-08-20T21:21:17.3328850Z [00:03:10.599]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build3547871397/b1319/_pkg_.a
2025-08-20T21:21:17.3330002Z [00:03:10.599]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:17.3330780Z [00:03:10.599]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:17.3331559Z [00:03:10.599]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:21:17.3332360Z [00:03:10.599]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:21:17.3333422Z [00:03:10.599]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:17.3334247Z [00:03:10.599]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:17.3334998Z [00:03:10.599]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:17.3335560Z [00:03:10.599]➜  EOF
2025-08-20T21:21:17.3341407Z [00:03:10.599]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1317/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/transport/cert=>cloud.google.com/go/auth@v0.13.0/internal/transport/cert;$WORK/b1317=>" -p cloud.google.com/go/auth/internal/transport/cert -lang=go1.21 -complete -installsuffix shared -buildid 43MZVdl_t5kXWfnu8Lrp/43MZVdl_t5kXWfnu8Lrp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1317/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/transport/cert/default_cert.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/transport/cert/enterprise_cert.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/transport/cert/secureconnect_cert.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/transport/cert/workload_cert.go
2025-08-20T21:21:17.4000718Z [00:03:10.667]➜  go tool buildid -w $WORK/b1317/_pkg_.a # internal
2025-08-20T21:21:17.4023917Z [00:03:10.670]➜  cp $WORK/b1317/_pkg_.a /root/.cache/go-build/04/042f5bdbbc4bfd605decb8537bd7d03b89e4c618fd20b8d37bbf1fbc78cdb6d0-d # internal
2025-08-20T21:21:17.4035772Z [00:03:10.671]➜  cloud.google.com/go/auth/credentials/internal/externalaccount
2025-08-20T21:21:17.4038171Z [00:03:10.671]➜  mkdir -p $WORK/b1313/
2025-08-20T21:21:17.4055254Z [00:03:10.672]➜  cat >/tmp/go-build3547871397/b1313/importcfg << 'EOF' # internal
2025-08-20T21:21:17.4070512Z [00:03:10.672]➜  # import config
2025-08-20T21:21:17.4071168Z [00:03:10.672]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:17.4072115Z [00:03:10.672]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3547871397/b1298/_pkg_.a
2025-08-20T21:21:17.4073844Z [00:03:10.672]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build3547871397/b1314/_pkg_.a
2025-08-20T21:21:17.4075351Z [00:03:10.672]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build3547871397/b1315/_pkg_.a
2025-08-20T21:21:17.4076727Z [00:03:10.672]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3547871397/b1299/_pkg_.a
2025-08-20T21:21:17.4078221Z [00:03:10.672]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build3547871397/b1316/_pkg_.a
2025-08-20T21:21:17.4079726Z [00:03:10.672]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build3547871397/b1317/_pkg_.a
2025-08-20T21:21:17.4081153Z [00:03:10.672]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:17.4082041Z [00:03:10.672]➜  packagefile crypto/hmac=/tmp/go-build3547871397/b205/_pkg_.a
2025-08-20T21:21:17.4083111Z [00:03:10.672]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:17.4083869Z [00:03:10.672]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:17.4084603Z [00:03:10.672]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:17.4085348Z [00:03:10.672]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:17.4086043Z [00:03:10.672]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:17.4086700Z [00:03:10.672]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:17.4087581Z [00:03:10.672]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3547871397/b1301/_pkg_.a
2025-08-20T21:21:17.4088465Z [00:03:10.672]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:17.4089167Z [00:03:10.672]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:17.4089845Z [00:03:10.672]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:17.4090496Z [00:03:10.672]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:17.4091221Z [00:03:10.672]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:21:17.4091916Z [00:03:10.672]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:17.4092599Z [00:03:10.672]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:17.4093472Z [00:03:10.672]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:17.4094178Z [00:03:10.672]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:17.4094872Z [00:03:10.672]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:17.4095731Z [00:03:10.672]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:17.4096550Z [00:03:10.672]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:17.4097258Z [00:03:10.672]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:17.4097799Z [00:03:10.672]➜  EOF
2025-08-20T21:21:17.4106924Z [00:03:10.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1313/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/internal/externalaccount=>cloud.google.com/go/auth@v0.13.0/credentials/internal/externalaccount;$WORK/b1313=>" -p cloud.google.com/go/auth/credentials/internal/externalaccount -lang=go1.21 -complete -installsuffix shared -buildid _xeO5D4JGVkMXluo8P1f/_xeO5D4JGVkMXluo8P1f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1313/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/internal/externalaccount/aws_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/internal/externalaccount/executable_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/internal/externalaccount/externalaccount.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/internal/externalaccount/file_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/internal/externalaccount/info.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/internal/externalaccount/programmatic_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/internal/externalaccount/url_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/internal/externalaccount/x509_provider.go
2025-08-20T21:21:17.4264031Z [00:03:10.694]➜  go tool buildid -w $WORK/b1330/_pkg_.a # internal
2025-08-20T21:21:17.4301544Z [00:03:10.697]➜  cp $WORK/b1330/_pkg_.a /root/.cache/go-build/46/46ba39fcbf7bc7097bddfe06395554626d5915f2fd89fc503dfb5171c51b7a64-d # internal
2025-08-20T21:21:17.4303978Z [00:03:10.698]➜  github.com/google/s2a-go/internal/authinfo
2025-08-20T21:21:17.4305268Z [00:03:10.698]➜  mkdir -p $WORK/b1327/
2025-08-20T21:21:17.4311450Z [00:03:10.698]➜  cat >/tmp/go-build3547871397/b1327/importcfg << 'EOF' # internal
2025-08-20T21:21:17.4312306Z [00:03:10.698]➜  # import config
2025-08-20T21:21:17.4314318Z [00:03:10.698]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:17.4315781Z [00:03:10.698]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3547871397/b1328/_pkg_.a
2025-08-20T21:21:17.4317267Z [00:03:10.698]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build3547871397/b1329/_pkg_.a
2025-08-20T21:21:17.4318895Z [00:03:10.698]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build3547871397/b1330/_pkg_.a
2025-08-20T21:21:17.4320481Z [00:03:10.698]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:17.4321707Z [00:03:10.698]➜  EOF
2025-08-20T21:21:17.4325793Z [00:03:10.699]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1327/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/authinfo=>github.com/google/s2a-go@v0.1.8/internal/authinfo;$WORK/b1327=>" -p github.com/google/s2a-go/internal/authinfo -lang=go1.20 -complete -installsuffix shared -buildid 7xo2lw9pG4BwVbxYRSri/7xo2lw9pG4BwVbxYRSri -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1327/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/authinfo/authinfo.go
2025-08-20T21:21:17.4702561Z [00:03:10.737]➜  go tool buildid -w $WORK/b1327/_pkg_.a # internal
2025-08-20T21:21:17.4724083Z [00:03:10.739]➜  cp $WORK/b1327/_pkg_.a /root/.cache/go-build/ee/eec616296060d4c7caa42f9ff6feaf43ffbb2d377856975c575d8d893648ac74-d # internal
2025-08-20T21:21:17.4726643Z [00:03:10.740]➜  github.com/google/s2a-go/internal/handshaker/service
2025-08-20T21:21:17.4727324Z [00:03:10.740]➜  mkdir -p $WORK/b1332/
2025-08-20T21:21:17.4728192Z [00:03:10.740]➜  cat >/tmp/go-build3547871397/b1332/importcfg << 'EOF' # internal
2025-08-20T21:21:17.4728965Z [00:03:10.740]➜  # import config
2025-08-20T21:21:17.4729591Z [00:03:10.740]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:17.4730480Z [00:03:10.740]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:17.4731553Z [00:03:10.740]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:17.4733018Z [00:03:10.740]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3547871397/b985/_pkg_.a
2025-08-20T21:21:17.4734133Z [00:03:10.740]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:17.4734752Z [00:03:10.740]➜  EOF
2025-08-20T21:21:17.4744729Z [00:03:10.740]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1332/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/handshaker/service=>github.com/google/s2a-go@v0.1.8/internal/handshaker/service;$WORK/b1332=>" -p github.com/google/s2a-go/internal/handshaker/service -lang=go1.20 -complete -installsuffix shared -buildid vm4Z9aIZKTJIJzyFgu1j/vm4Z9aIZKTJIJzyFgu1j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1332/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/handshaker/service/service.go
2025-08-20T21:21:17.5019242Z [00:03:10.769]➜  go tool buildid -w $WORK/b1287/_pkg_.a # internal
2025-08-20T21:21:17.5328108Z [00:03:10.800]➜  go tool buildid -w $WORK/b1332/_pkg_.a # internal
2025-08-20T21:21:17.5347818Z [00:03:10.802]➜  cp $WORK/b1332/_pkg_.a /root/.cache/go-build/18/1895675d953597cc235c498669bf4a92871ada549f245d2f1884ee6d95c78aee-d # internal
2025-08-20T21:21:17.5378982Z [00:03:10.805]➜  golang.org/x/sys/cpu
2025-08-20T21:21:17.5405538Z [00:03:10.808]➜  mkdir -p $WORK/b1336/
2025-08-20T21:21:17.5409974Z [00:03:10.808]➜  echo -n > $WORK/b1336/go_asm.h # internal
2025-08-20T21:21:17.5414304Z [00:03:10.809]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu
2025-08-20T21:21:17.5416863Z [00:03:10.809]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu=>golang.org/x/sys@v0.34.0/cpu;$WORK/b1336=>" -I $WORK/b1336/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1336/symabis ./cpu_gc_x86.s
2025-08-20T21:21:17.5535898Z [00:03:10.820]➜  cat >/tmp/go-build3547871397/b1336/importcfg << 'EOF' # internal
2025-08-20T21:21:17.5536633Z [00:03:10.820]➜  # import config
2025-08-20T21:21:17.5537265Z [00:03:10.820]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:17.5538112Z [00:03:10.820]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:17.5538963Z [00:03:10.820]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:17.5539805Z [00:03:10.820]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:17.5540424Z [00:03:10.820]➜  EOF
2025-08-20T21:21:17.5540910Z [00:03:10.821]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:17.5548576Z [00:03:10.821]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1336/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu=>golang.org/x/sys@v0.34.0/cpu;$WORK/b1336=>" -p golang.org/x/sys/cpu -lang=go1.23 -installsuffix shared -buildid CQqz_fB8JFkD6F2TOxgC/CQqz_fB8JFkD6F2TOxgC -goversion go1.25.0 -symabis $WORK/b1336/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1336/importcfg -pack -asmhdr $WORK/b1336/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/byteorder.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu_gc_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu_linux_noinit.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu_other_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/hwcap_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/parse.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/runtime_auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/runtime_auxv_go121.go
2025-08-20T21:21:17.5639222Z [00:03:10.831]➜  cp $WORK/b1287/_pkg_.a /root/.cache/go-build/ac/acd47d8579c9a2f3e8b7d2dc6a7f0b085a4bcac4c83d9487d73989c309dd9299-d # internal
2025-08-20T21:21:17.5640778Z [00:03:10.831]➜  golang.org/x/crypto/cryptobyte
2025-08-20T21:21:17.5641528Z [00:03:10.831]➜  mkdir -p $WORK/b1337/
2025-08-20T21:21:17.5650062Z [00:03:10.832]➜  cat >/tmp/go-build3547871397/b1337/importcfg << 'EOF' # internal
2025-08-20T21:21:17.5660010Z [00:03:10.832]➜  # import config
2025-08-20T21:21:17.5660743Z [00:03:10.832]➜  packagefile encoding/asn1=/tmp/go-build3547871397/b198/_pkg_.a
2025-08-20T21:21:17.5661667Z [00:03:10.832]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:17.5663406Z [00:03:10.832]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:17.5664510Z [00:03:10.832]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3547871397/b1338/_pkg_.a
2025-08-20T21:21:17.5665559Z [00:03:10.832]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:17.5666407Z [00:03:10.832]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:17.5667227Z [00:03:10.832]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:17.5667830Z [00:03:10.832]➜  EOF
2025-08-20T21:21:17.5672261Z [00:03:10.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1337/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cryptobyte=>golang.org/x/crypto@v0.40.0/cryptobyte;$WORK/b1337=>" -p golang.org/x/crypto/cryptobyte -lang=go1.23 -complete -installsuffix shared -buildid wnKbT7wZZ_gBxdyTUhiY/wnKbT7wZZ_gBxdyTUhiY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1337/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:21:17.5858452Z [00:03:10.853]➜  go tool buildid -w $WORK/b1313/_pkg_.a # internal
2025-08-20T21:21:17.5886263Z [00:03:10.856]➜  cp $WORK/b1313/_pkg_.a /root/.cache/go-build/e4/e47b0c4044f9eadfd41d7f0eaf8cac583c3fac5bbde1bee3641b182e13058049-d # internal
2025-08-20T21:21:17.5889618Z [00:03:10.856]➜  cloud.google.com/go/auth/credentials
2025-08-20T21:21:17.5890733Z [00:03:10.856]➜  mkdir -p $WORK/b1312/
2025-08-20T21:21:17.5896207Z [00:03:10.857]➜  cat >/tmp/go-build3547871397/b1312/importcfg << 'EOF' # internal
2025-08-20T21:21:17.5899278Z [00:03:10.857]➜  # import config
2025-08-20T21:21:17.5900108Z [00:03:10.857]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3547871397/b1298/_pkg_.a
2025-08-20T21:21:17.5901517Z [00:03:10.857]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccount=/tmp/go-build3547871397/b1313/_pkg_.a
2025-08-20T21:21:17.5903391Z [00:03:10.857]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccountuser=/tmp/go-build3547871397/b1321/_pkg_.a
2025-08-20T21:21:17.5905043Z [00:03:10.857]➜  packagefile cloud.google.com/go/auth/credentials/internal/gdch=/tmp/go-build3547871397/b1322/_pkg_.a
2025-08-20T21:21:17.5906589Z [00:03:10.857]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build3547871397/b1314/_pkg_.a
2025-08-20T21:21:17.5907991Z [00:03:10.857]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3547871397/b1299/_pkg_.a
2025-08-20T21:21:17.5909275Z [00:03:10.857]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build3547871397/b1316/_pkg_.a
2025-08-20T21:21:17.5910573Z [00:03:10.857]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build3547871397/b1300/_pkg_.a
2025-08-20T21:21:17.5911789Z [00:03:10.857]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3547871397/b1261/_pkg_.a
2025-08-20T21:21:17.5912956Z [00:03:10.857]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:17.5913931Z [00:03:10.857]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:17.5914902Z [00:03:10.857]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:17.5915747Z [00:03:10.857]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:17.5916525Z [00:03:10.857]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:17.5917579Z [00:03:10.857]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3547871397/b1301/_pkg_.a
2025-08-20T21:21:17.5918629Z [00:03:10.857]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:17.5919463Z [00:03:10.857]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:17.5920285Z [00:03:10.857]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:17.5921438Z [00:03:10.857]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:17.5922268Z [00:03:10.857]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:17.5958579Z [00:03:10.857]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:17.5959265Z [00:03:10.857]➜  EOF
2025-08-20T21:21:17.5965277Z [00:03:10.857]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1312/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials=>cloud.google.com/go/auth@v0.13.0/credentials;$WORK/b1312=>" -p cloud.google.com/go/auth/credentials -lang=go1.21 -complete -installsuffix shared -buildid S4F7gih9M4y7MeczVV_A/S4F7gih9M4y7MeczVV_A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1312/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/compute.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/detect.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/doc.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/filetypes.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/credentials/selfsignedjwt.go
2025-08-20T21:21:17.6146757Z [00:03:10.882]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu
2025-08-20T21:21:17.6151463Z [00:03:10.882]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu=>golang.org/x/sys@v0.34.0/cpu;$WORK/b1336=>" -I $WORK/b1336/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1336/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T21:21:17.6193196Z [00:03:10.886]➜  go tool pack r $WORK/b1336/_pkg_.a $WORK/b1336/cpu_gc_x86.o # internal
2025-08-20T21:21:17.6196479Z [00:03:10.887]➜  go tool buildid -w $WORK/b1336/_pkg_.a # internal
2025-08-20T21:21:17.6216747Z [00:03:10.889]➜  cp $WORK/b1336/_pkg_.a /root/.cache/go-build/07/0748e7fd3ec59d4bd3d6ea052fa479653bb398fdef95309f60b9af137a108894-d # internal
2025-08-20T21:21:17.6234566Z [00:03:10.889]➜  golang.org/x/crypto/chacha20poly1305
2025-08-20T21:21:17.6235210Z [00:03:10.889]➜  mkdir -p $WORK/b1335/
2025-08-20T21:21:17.6235821Z [00:03:10.889]➜  echo -n > $WORK/b1335/go_asm.h # internal
2025-08-20T21:21:17.6236874Z [00:03:10.889]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305
2025-08-20T21:21:17.6239791Z [00:03:10.889]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/chacha20poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305=>golang.org/x/crypto@v0.40.0/chacha20poly1305;$WORK/b1335=>" -I $WORK/b1335/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1335/symabis ./chacha20poly1305_amd64.s
2025-08-20T21:21:17.6415117Z [00:03:10.909]➜  cat >/tmp/go-build3547871397/b1335/importcfg << 'EOF' # internal
2025-08-20T21:21:17.6421874Z [00:03:10.909]➜  # import config
2025-08-20T21:21:17.6422848Z [00:03:10.909]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:21:17.6423899Z [00:03:10.909]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:17.6424816Z [00:03:10.909]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:17.6426063Z [00:03:10.909]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3547871397/b1215/_pkg_.a
2025-08-20T21:21:17.6427282Z [00:03:10.909]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3547871397/b1216/_pkg_.a
2025-08-20T21:21:17.6428557Z [00:03:10.909]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3547871397/b1218/_pkg_.a
2025-08-20T21:21:17.6429725Z [00:03:10.909]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3547871397/b1336/_pkg_.a
2025-08-20T21:21:17.6430464Z [00:03:10.909]➜  EOF
2025-08-20T21:21:17.6430979Z [00:03:10.909]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:17.6437545Z [00:03:10.909]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1335/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305=>golang.org/x/crypto@v0.40.0/chacha20poly1305;$WORK/b1335=>" -p golang.org/x/crypto/chacha20poly1305 -lang=go1.23 -installsuffix shared -buildid 25R3_3qhsbRi1LwR-biS/25R3_3qhsbRi1LwR-biS -goversion go1.25.0 -symabis $WORK/b1335/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1335/importcfg -pack -asmhdr $WORK/b1335/go_asm.h /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_amd64.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/xchacha20poly1305.go
2025-08-20T21:21:17.6908389Z [00:03:10.958]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305
2025-08-20T21:21:17.6912545Z [00:03:10.958]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/chacha20poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305=>golang.org/x/crypto@v0.40.0/chacha20poly1305;$WORK/b1335=>" -I $WORK/b1335/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1335/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
2025-08-20T21:21:17.6917592Z [00:03:10.958]➜  go tool buildid -w $WORK/b1312/_pkg_.a # internal
2025-08-20T21:21:17.6929400Z [00:03:10.960]➜  cp $WORK/b1312/_pkg_.a /root/.cache/go-build/5a/5ae709efbbeabdf6889cf292c32fc2bf98e4f89338cd934c029b112f3e1ff9d5-d # internal
2025-08-20T21:21:17.6935421Z [00:03:10.961]➜  golang.org/x/crypto/hkdf
2025-08-20T21:21:17.6937420Z [00:03:10.961]➜  mkdir -p $WORK/b1339/
2025-08-20T21:21:17.6938093Z [00:03:10.961]➜  cat >/tmp/go-build3547871397/b1339/importcfg << 'EOF' # internal
2025-08-20T21:21:17.6938704Z [00:03:10.961]➜  # import config
2025-08-20T21:21:17.6939302Z [00:03:10.961]➜  packagefile crypto/hmac=/tmp/go-build3547871397/b205/_pkg_.a
2025-08-20T21:21:17.6940053Z [00:03:10.961]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:17.6940751Z [00:03:10.961]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:17.6941420Z [00:03:10.961]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:17.6941920Z [00:03:10.961]➜  EOF
2025-08-20T21:21:17.6942331Z [00:03:10.961]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:17.6945740Z [00:03:10.961]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1339/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/hkdf=>golang.org/x/crypto@v0.40.0/hkdf;$WORK/b1339=>" -p golang.org/x/crypto/hkdf -lang=go1.23 -complete -installsuffix shared -buildid DJNpyryxXA077nxkLUxs/DJNpyryxXA077nxkLUxs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1339/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/hkdf/hkdf.go
2025-08-20T21:21:17.7093431Z [00:03:10.976]➜  go tool buildid -w $WORK/b1339/_pkg_.a # internal
2025-08-20T21:21:17.7101650Z [00:03:10.977]➜  cp $WORK/b1339/_pkg_.a /root/.cache/go-build/2a/2adc28997f38820da80ae7987603f8d3ea8d86b996cdc1d32d9b36976bb1d125-d # internal
2025-08-20T21:21:17.7112485Z [00:03:10.978]➜  github.com/google/s2a-go/internal/proto/v2/common_go_proto
2025-08-20T21:21:17.7113321Z [00:03:10.978]➜  mkdir -p $WORK/b1341/
2025-08-20T21:21:17.7114177Z [00:03:10.978]➜  cat >/tmp/go-build3547871397/b1341/importcfg << 'EOF' # internal
2025-08-20T21:21:17.7114822Z [00:03:10.978]➜  # import config
2025-08-20T21:21:17.7115695Z [00:03:10.978]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:17.7116950Z [00:03:10.978]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:17.7117899Z [00:03:10.978]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:17.7118618Z [00:03:10.978]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:17.7119142Z [00:03:10.978]➜  EOF
2025-08-20T21:21:17.7123411Z [00:03:10.978]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1341/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/proto/v2/common_go_proto=>github.com/google/s2a-go@v0.1.8/internal/proto/v2/common_go_proto;$WORK/b1341=>" -p github.com/google/s2a-go/internal/proto/v2/common_go_proto -lang=go1.20 -complete -installsuffix shared -buildid Z3-Z_h-PwW2J9DWTqDTU/Z3-Z_h-PwW2J9DWTqDTU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1341/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/proto/v2/common_go_proto/common.pb.go
2025-08-20T21:21:17.7417724Z [00:03:11.009]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305
2025-08-20T21:21:17.7421080Z [00:03:11.009]➜  go tool pack r $WORK/b1335/_pkg_.a $WORK/b1335/chacha20poly1305_amd64.o # internal
2025-08-20T21:21:17.7423964Z [00:03:11.009]➜  go tool buildid -w $WORK/b1335/_pkg_.a # internal
2025-08-20T21:21:17.7425316Z [00:03:11.009]➜  cp $WORK/b1335/_pkg_.a /root/.cache/go-build/e1/e132b0bbe395c75e41924b9150c81c8b1f9f15b081eb6912b3a7797215455fa7-d # internal
2025-08-20T21:21:17.7426656Z [00:03:11.009]➜  github.com/google/s2a-go/internal/record/internal/aeadcrypter
2025-08-20T21:21:17.7427381Z [00:03:11.009]➜  mkdir -p $WORK/b1334/
2025-08-20T21:21:17.7428126Z [00:03:11.009]➜  cat >/tmp/go-build3547871397/b1334/importcfg << 'EOF' # internal
2025-08-20T21:21:17.7428851Z [00:03:11.009]➜  # import config
2025-08-20T21:21:17.7429556Z [00:03:11.009]➜  packagefile crypto/aes=/tmp/go-build3547871397/b181/_pkg_.a
2025-08-20T21:21:17.7430491Z [00:03:11.009]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:21:17.7431374Z [00:03:11.009]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:17.7432440Z [00:03:11.009]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3547871397/b1335/_pkg_.a
2025-08-20T21:21:17.7433559Z [00:03:11.009]➜  EOF
2025-08-20T21:21:17.7434046Z [00:03:11.009]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:17.7440453Z [00:03:11.009]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1334/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/record/internal/aeadcrypter=>github.com/google/s2a-go@v0.1.8/internal/record/internal/aeadcrypter;$WORK/b1334=>" -p github.com/google/s2a-go/internal/record/internal/aeadcrypter -lang=go1.20 -complete -installsuffix shared -buildid rAik9iELkXhSvYXeUpSi/rAik9iELkXhSvYXeUpSi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1334/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/record/internal/aeadcrypter/aeadcrypter.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/record/internal/aeadcrypter/aesgcm.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/record/internal/aeadcrypter/chachapoly.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/record/internal/aeadcrypter/common.go
2025-08-20T21:21:17.8198172Z [00:03:11.087]➜  go tool buildid -w $WORK/b1334/_pkg_.a # internal
2025-08-20T21:21:17.8206358Z [00:03:11.088]➜  cp $WORK/b1334/_pkg_.a /root/.cache/go-build/cf/cf63c4f2d13381b632c830f2971a8a20f417dde636c64cf43fd313d3567ae47c-d # internal
2025-08-20T21:21:17.8233864Z [00:03:11.088]➜  github.com/google/s2a-go/retry
2025-08-20T21:21:17.8234476Z [00:03:11.088]➜  mkdir -p $WORK/b1349/
2025-08-20T21:21:17.8235398Z [00:03:11.088]➜  cat >/tmp/go-build3547871397/b1349/importcfg << 'EOF' # internal
2025-08-20T21:21:17.8236105Z [00:03:11.088]➜  # import config
2025-08-20T21:21:17.8236767Z [00:03:11.088]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:17.8237766Z [00:03:11.088]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:17.8238748Z [00:03:11.088]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:17.8239567Z [00:03:11.088]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:17.8240160Z [00:03:11.088]➜  EOF
2025-08-20T21:21:17.8243935Z [00:03:11.089]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1349/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/retry=>github.com/google/s2a-go@v0.1.8/retry;$WORK/b1349=>" -p github.com/google/s2a-go/retry -lang=go1.20 -complete -installsuffix shared -buildid HFycjUJX9D6aTda4tyQv/HFycjUJX9D6aTda4tyQv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1349/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/retry/retry.go
2025-08-20T21:21:17.8326345Z [00:03:11.098]➜  go tool buildid -w $WORK/b1341/_pkg_.a # internal
2025-08-20T21:21:17.8333795Z [00:03:11.100]➜  cp $WORK/b1341/_pkg_.a /root/.cache/go-build/31/31673ff85c554e77cd4d960913afb6796eac72c1268a47735a7a37b119022023-d # internal
2025-08-20T21:21:17.8335031Z [00:03:11.100]➜  github.com/google/s2a-go/internal/tokenmanager
2025-08-20T21:21:17.8335736Z [00:03:11.100]➜  mkdir -p $WORK/b1340/
2025-08-20T21:21:17.8338750Z [00:03:11.101]➜  cat >/tmp/go-build3547871397/b1340/importcfg << 'EOF' # internal
2025-08-20T21:21:17.8339428Z [00:03:11.101]➜  # import config
2025-08-20T21:21:17.8340082Z [00:03:11.101]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:17.8341281Z [00:03:11.101]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3547871397/b1328/_pkg_.a
2025-08-20T21:21:17.8343030Z [00:03:11.101]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3547871397/b1341/_pkg_.a
2025-08-20T21:21:17.8344242Z [00:03:11.101]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:17.8344857Z [00:03:11.101]➜  EOF
2025-08-20T21:21:17.8348811Z [00:03:11.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1340/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/tokenmanager=>github.com/google/s2a-go@v0.1.8/internal/tokenmanager;$WORK/b1340=>" -p github.com/google/s2a-go/internal/tokenmanager -lang=go1.20 -complete -installsuffix shared -buildid XNN3eSzPCrSAwwRAqCuK/XNN3eSzPCrSAwwRAqCuK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1340/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/tokenmanager/tokenmanager.go
2025-08-20T21:21:17.8437172Z [00:03:11.111]➜  go tool buildid -w $WORK/b1337/_pkg_.a # internal
2025-08-20T21:21:17.8460745Z [00:03:11.113]➜  cp $WORK/b1337/_pkg_.a /root/.cache/go-build/9c/9c0993c469440b1cbf35f2d8ed937ba2fa1b7631ff9c184a51fb7abacb1727a8-d # internal
2025-08-20T21:21:17.8464694Z [00:03:11.114]➜  go tool buildid -w $WORK/b1349/_pkg_.a # internal
2025-08-20T21:21:17.8476673Z [00:03:11.115]➜  cp $WORK/b1349/_pkg_.a /root/.cache/go-build/fd/fdbd59e23bf8915eaebc0b530de8d4111e36d450b1bd0f95705c853a36f075f2-d # internal
2025-08-20T21:21:17.8493996Z [00:03:11.115]➜  github.com/google/s2a-go/internal/record/internal/halfconn
2025-08-20T21:21:17.8494740Z [00:03:11.115]➜  mkdir -p $WORK/b1333/
2025-08-20T21:21:17.8495501Z [00:03:11.115]➜  github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto
2025-08-20T21:21:17.8496213Z [00:03:11.115]➜  mkdir -p $WORK/b1343/
2025-08-20T21:21:17.8496939Z [00:03:11.116]➜  cat >/tmp/go-build3547871397/b1343/importcfg << 'EOF' # internal
2025-08-20T21:21:17.8497626Z [00:03:11.116]➜  # import config
2025-08-20T21:21:17.8498645Z [00:03:11.116]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3547871397/b1341/_pkg_.a
2025-08-20T21:21:17.8500436Z [00:03:11.116]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:17.8501781Z [00:03:11.116]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:17.8505231Z [00:03:11.116]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:17.8506134Z [00:03:11.116]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:17.8506747Z [00:03:11.116]➜  EOF
2025-08-20T21:21:17.8507381Z [00:03:11.116]➜  cat >/tmp/go-build3547871397/b1333/importcfg << 'EOF' # internal
2025-08-20T21:21:17.8508048Z [00:03:11.116]➜  # import config
2025-08-20T21:21:17.8508760Z [00:03:11.116]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:17.8509805Z [00:03:11.116]➜  packagefile crypto/sha512=/tmp/go-build3547871397/b196/_pkg_.a
2025-08-20T21:21:17.8510666Z [00:03:11.116]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:17.8511596Z [00:03:11.116]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:17.8512956Z [00:03:11.116]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3547871397/b1328/_pkg_.a
2025-08-20T21:21:17.8514496Z [00:03:11.116]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build3547871397/b1334/_pkg_.a
2025-08-20T21:21:17.8515874Z [00:03:11.116]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3547871397/b1337/_pkg_.a
2025-08-20T21:21:17.8517002Z [00:03:11.116]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3547871397/b1339/_pkg_.a
2025-08-20T21:21:17.8517952Z [00:03:11.116]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:17.8518758Z [00:03:11.116]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:17.8519364Z [00:03:11.117]➜  EOF
2025-08-20T21:21:17.8524035Z [00:03:11.118]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1343/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/proto/v2/s2a_context_go_proto=>github.com/google/s2a-go@v0.1.8/internal/proto/v2/s2a_context_go_proto;$WORK/b1343=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto -lang=go1.20 -complete -installsuffix shared -buildid AEwxdHfd7JEDI3toAGwo/AEwxdHfd7JEDI3toAGwo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1343/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/proto/v2/s2a_context_go_proto/s2a_context.pb.go
2025-08-20T21:21:17.8544126Z [00:03:11.118]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1333/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/record/internal/halfconn=>github.com/google/s2a-go@v0.1.8/internal/record/internal/halfconn;$WORK/b1333=>" -p github.com/google/s2a-go/internal/record/internal/halfconn -lang=go1.20 -complete -installsuffix shared -buildid MpKh5EXyBQ1b4WfYAr-Y/MpKh5EXyBQ1b4WfYAr-Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1333/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/record/internal/halfconn/ciphersuite.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/record/internal/halfconn/counter.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/record/internal/halfconn/expander.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/record/internal/halfconn/halfconn.go
2025-08-20T21:21:17.8929140Z [00:03:11.160]➜  go tool buildid -w $WORK/b1340/_pkg_.a # internal
2025-08-20T21:21:17.8931419Z [00:03:11.160]➜  cp $WORK/b1340/_pkg_.a /root/.cache/go-build/fa/fa1a07e2c5616bae8c251cc65c71d1b748b0c302afcbdaab33cfd03aec04e2da-d # internal
2025-08-20T21:21:17.8935442Z [00:03:11.160]➜  google.golang.org/api/internal/cert
2025-08-20T21:21:17.8939155Z [00:03:11.160]➜  mkdir -p $WORK/b1350/
2025-08-20T21:21:17.8940756Z [00:03:11.160]➜  cat >/tmp/go-build3547871397/b1350/importcfg << 'EOF' # internal
2025-08-20T21:21:17.8944015Z [00:03:11.161]➜  # import config
2025-08-20T21:21:17.8946926Z [00:03:11.161]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:17.8947889Z [00:03:11.161]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:17.8948810Z [00:03:11.161]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:17.8949691Z [00:03:11.161]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:17.8950506Z [00:03:11.161]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:17.8951707Z [00:03:11.161]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build3547871397/b1318/_pkg_.a
2025-08-20T21:21:17.8956465Z [00:03:11.161]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:17.8957484Z [00:03:11.161]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:21:17.8958336Z [00:03:11.161]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:21:17.8959206Z [00:03:11.161]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:17.8960143Z [00:03:11.161]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:17.8960970Z [00:03:11.161]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:17.8961568Z [00:03:11.161]➜  EOF
2025-08-20T21:21:17.8966495Z [00:03:11.161]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1350/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/cert=>google.golang.org/api@v0.215.0/internal/cert;$WORK/b1350=>" -p google.golang.org/api/internal/cert -lang=go1.21 -complete -installsuffix shared -buildid hKsb59KNs1lTa98PTI9v/hKsb59KNs1lTa98PTI9v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1350/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/cert/default_cert.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/cert/enterprise_cert.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/cert/secureconnect_cert.go
2025-08-20T21:21:17.9409528Z [00:03:11.208]➜  go tool buildid -w $WORK/b1343/_pkg_.a # internal
2025-08-20T21:21:17.9422444Z [00:03:11.208]➜  go tool buildid -w $WORK/b1333/_pkg_.a # internal
2025-08-20T21:21:17.9423941Z [00:03:11.209]➜  cp $WORK/b1343/_pkg_.a /root/.cache/go-build/84/844fd7eda3520061f8122ab4566be4500dcf35f1202736358078ce9094044123-d # internal
2025-08-20T21:21:17.9425226Z [00:03:11.209]➜  github.com/google/s2a-go/internal/proto/v2/s2a_go_proto
2025-08-20T21:21:17.9425963Z [00:03:11.209]➜  mkdir -p $WORK/b1342/
2025-08-20T21:21:17.9429320Z [00:03:11.210]➜  cat >/tmp/go-build3547871397/b1342/importcfg << 'EOF' # internal
2025-08-20T21:21:17.9431073Z [00:03:11.210]➜  # import config
2025-08-20T21:21:17.9443470Z [00:03:11.210]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:17.9445277Z [00:03:11.210]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3547871397/b1341/_pkg_.a
2025-08-20T21:21:17.9447870Z [00:03:11.210]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build3547871397/b1343/_pkg_.a
2025-08-20T21:21:17.9449381Z [00:03:11.210]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:17.9450467Z [00:03:11.210]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:17.9451576Z [00:03:11.210]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:17.9453032Z [00:03:11.210]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:17.9454445Z [00:03:11.210]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:17.9455530Z [00:03:11.210]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:17.9456336Z [00:03:11.210]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:17.9456926Z [00:03:11.210]➜  EOF
2025-08-20T21:21:17.9461885Z [00:03:11.210]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1342/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/proto/v2/s2a_go_proto=>github.com/google/s2a-go@v0.1.8/internal/proto/v2/s2a_go_proto;$WORK/b1342=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_go_proto -lang=go1.20 -complete -installsuffix shared -buildid nDLfLtbp9wzGKjyZt6xj/nDLfLtbp9wzGKjyZt6xj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1342/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/proto/v2/s2a_go_proto/s2a.pb.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/proto/v2/s2a_go_proto/s2a_grpc.pb.go
2025-08-20T21:21:17.9467080Z [00:03:11.210]➜  cp $WORK/b1333/_pkg_.a /root/.cache/go-build/c6/c61ac0d367936e5f106ca22795d9d56e17d33b3ae219cb25b1c3c13f32fae627-d # internal
2025-08-20T21:21:17.9468235Z [00:03:11.210]➜  github.com/google/s2a-go/internal/record
2025-08-20T21:21:17.9468824Z [00:03:11.210]➜  mkdir -p $WORK/b1331/
2025-08-20T21:21:17.9471815Z [00:03:11.214]➜  cat >/tmp/go-build3547871397/b1331/importcfg << 'EOF' # internal
2025-08-20T21:21:17.9473315Z [00:03:11.214]➜  # import config
2025-08-20T21:21:17.9475192Z [00:03:11.214]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:17.9476442Z [00:03:11.214]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:17.9477499Z [00:03:11.214]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:17.9500860Z [00:03:11.214]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:17.9502232Z [00:03:11.214]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build3547871397/b1332/_pkg_.a
2025-08-20T21:21:17.9504407Z [00:03:11.214]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3547871397/b1328/_pkg_.a
2025-08-20T21:21:17.9506205Z [00:03:11.214]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build3547871397/b1330/_pkg_.a
2025-08-20T21:21:17.9508069Z [00:03:11.214]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build3547871397/b1333/_pkg_.a
2025-08-20T21:21:17.9509799Z [00:03:11.214]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3547871397/b1340/_pkg_.a
2025-08-20T21:21:17.9511239Z [00:03:11.214]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:17.9513384Z [00:03:11.214]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:17.9514399Z [00:03:11.214]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:17.9515242Z [00:03:11.214]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:17.9516095Z [00:03:11.214]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:17.9516917Z [00:03:11.214]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:17.9517509Z [00:03:11.214]➜  EOF
2025-08-20T21:21:17.9521710Z [00:03:11.214]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1331/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/record=>github.com/google/s2a-go@v0.1.8/internal/record;$WORK/b1331=>" -p github.com/google/s2a-go/internal/record -lang=go1.20 -complete -installsuffix shared -buildid CsUz6b7wHlR5wI34LCvn/CsUz6b7wHlR5wI34LCvn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1331/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/record/record.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/record/ticketsender.go
2025-08-20T21:21:17.9629177Z [00:03:11.230]➜  go tool buildid -w $WORK/b1350/_pkg_.a # internal
2025-08-20T21:21:17.9657077Z [00:03:11.233]➜  cp $WORK/b1350/_pkg_.a /root/.cache/go-build/1f/1ffa082ebec5fc8414a427b8633e5701334c08cdf2cda8cbc6d1d563be230a85-d # internal
2025-08-20T21:21:17.9664096Z [00:03:11.233]➜  google.golang.org/api/internal/impersonate
2025-08-20T21:21:17.9664785Z [00:03:11.233]➜  mkdir -p $WORK/b1351/
2025-08-20T21:21:17.9670846Z [00:03:11.234]➜  cat >/tmp/go-build3547871397/b1351/importcfg << 'EOF' # internal
2025-08-20T21:21:17.9673390Z [00:03:11.235]➜  # import config
2025-08-20T21:21:17.9675685Z [00:03:11.235]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:17.9677111Z [00:03:11.235]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:17.9679931Z [00:03:11.235]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:17.9680846Z [00:03:11.235]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:17.9681765Z [00:03:11.235]➜  packagefile golang.org/x/oauth2=/tmp/go-build3547871397/b446/_pkg_.a
2025-08-20T21:21:17.9682793Z [00:03:11.235]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:17.9683842Z [00:03:11.235]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:17.9684819Z [00:03:11.235]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:17.9685447Z [00:03:11.235]➜  EOF
2025-08-20T21:21:17.9689484Z [00:03:11.235]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1351/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/impersonate=>google.golang.org/api@v0.215.0/internal/impersonate;$WORK/b1351=>" -p google.golang.org/api/internal/impersonate -lang=go1.21 -complete -installsuffix shared -buildid cZq66KgDfr9V144SmkL8/cZq66KgDfr9V144SmkL8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1351/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/impersonate/impersonate.go
2025-08-20T21:21:18.0299826Z [00:03:11.297]➜  go tool buildid -w $WORK/b1351/_pkg_.a # internal
2025-08-20T21:21:18.0311637Z [00:03:11.298]➜  cp $WORK/b1351/_pkg_.a /root/.cache/go-build/72/72eb17e44a35bae2dd5e65ea2817393a0d1fb3c172b3a82a96b604fec254f5f7-d # internal
2025-08-20T21:21:18.0315610Z [00:03:11.299]➜  google.golang.org/genproto/googleapis/type/date
2025-08-20T21:21:18.0318570Z [00:03:11.299]➜  mkdir -p $WORK/b1354/
2025-08-20T21:21:18.0328454Z [00:03:11.300]➜  cat >/tmp/go-build3547871397/b1354/importcfg << 'EOF' # internal
2025-08-20T21:21:18.0342114Z [00:03:11.300]➜  # import config
2025-08-20T21:21:18.0343271Z [00:03:11.300]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:18.0344657Z [00:03:11.300]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:18.0345781Z [00:03:11.300]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:18.0346603Z [00:03:11.300]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:18.0347236Z [00:03:11.300]➜  EOF
2025-08-20T21:21:18.0351855Z [00:03:11.300]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1354/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20241118233622-e639e219e697/googleapis/type/date=>google.golang.org/genproto@v0.0.0-20241118233622-e639e219e697/googleapis/type/date;$WORK/b1354=>" -p google.golang.org/genproto/googleapis/type/date -lang=go1.21 -complete -installsuffix shared -buildid QvHDODgDnn9koLqN-6PU/QvHDODgDnn9koLqN-6PU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1354/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20241118233622-e639e219e697/googleapis/type/date/date.pb.go
2025-08-20T21:21:18.1027941Z [00:03:11.370]➜  go tool buildid -w $WORK/b1354/_pkg_.a # internal
2025-08-20T21:21:18.1040956Z [00:03:11.371]➜  cp $WORK/b1354/_pkg_.a /root/.cache/go-build/e0/e00013d978ae4e8d2608a8a37691163942042091d4569f6a5f59b0cdf3b4627a-d # internal
2025-08-20T21:21:18.1048747Z [00:03:11.372]➜  cloud.google.com/go/storage/internal/apiv2/storagepb
2025-08-20T21:21:18.1050006Z [00:03:11.372]➜  mkdir -p $WORK/b1353/
2025-08-20T21:21:18.1054730Z [00:03:11.373]➜  cat >/tmp/go-build3547871397/b1353/importcfg << 'EOF' # internal
2025-08-20T21:21:18.1058322Z [00:03:11.373]➜  # import config
2025-08-20T21:21:18.1068883Z [00:03:11.373]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3547871397/b1263/_pkg_.a
2025-08-20T21:21:18.1070223Z [00:03:11.373]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:18.1071494Z [00:03:11.373]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3547871397/b1264/_pkg_.a
2025-08-20T21:21:18.1073156Z [00:03:11.373]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build3547871397/b1354/_pkg_.a
2025-08-20T21:21:18.1074406Z [00:03:11.373]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:18.1075568Z [00:03:11.373]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:18.1076690Z [00:03:11.373]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:18.1078199Z [00:03:11.373]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:18.1079654Z [00:03:11.373]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:18.1081218Z [00:03:11.373]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:18.1083774Z [00:03:11.373]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3547871397/b1017/_pkg_.a
2025-08-20T21:21:18.1085240Z [00:03:11.373]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3547871397/b1018/_pkg_.a
2025-08-20T21:21:18.1086679Z [00:03:11.373]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:18.1087770Z [00:03:11.373]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:18.1088617Z [00:03:11.373]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:18.1089246Z [00:03:11.373]➜  EOF
2025-08-20T21:21:18.1093660Z [00:03:11.373]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1353/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/internal/apiv2/storagepb=>cloud.google.com/go/storage@v1.49.0/internal/apiv2/storagepb;$WORK/b1353=>" -p cloud.google.com/go/storage/internal/apiv2/storagepb -lang=go1.21 -complete -installsuffix shared -buildid UdUKp016XQSQDx205c1h/UdUKp016XQSQDx205c1h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1353/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/internal/apiv2/storagepb/storage.pb.go
2025-08-20T21:21:18.1325584Z [00:03:11.400]➜  go tool buildid -w $WORK/b1331/_pkg_.a # internal
2025-08-20T21:21:18.1363443Z [00:03:11.403]➜  cp $WORK/b1331/_pkg_.a /root/.cache/go-build/68/683dfe0139fdade5429451e2de2d7cb5aa177f27c90df71b9f99336073ad0869-d # internal
2025-08-20T21:21:18.1369962Z [00:03:11.404]➜  github.com/google/s2a-go/internal/handshaker
2025-08-20T21:21:18.1370617Z [00:03:11.404]➜  mkdir -p $WORK/b1326/
2025-08-20T21:21:18.1376683Z [00:03:11.405]➜  cat >/tmp/go-build3547871397/b1326/importcfg << 'EOF' # internal
2025-08-20T21:21:18.1379646Z [00:03:11.405]➜  # import config
2025-08-20T21:21:18.1381858Z [00:03:11.405]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:18.1383227Z [00:03:11.405]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:18.1391382Z [00:03:11.405]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:18.1392474Z [00:03:11.405]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build3547871397/b1327/_pkg_.a
2025-08-20T21:21:18.1394115Z [00:03:11.405]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3547871397/b1328/_pkg_.a
2025-08-20T21:21:18.1395589Z [00:03:11.405]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build3547871397/b1330/_pkg_.a
2025-08-20T21:21:18.1396952Z [00:03:11.405]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build3547871397/b1331/_pkg_.a
2025-08-20T21:21:18.1398275Z [00:03:11.405]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3547871397/b1340/_pkg_.a
2025-08-20T21:21:18.1399684Z [00:03:11.405]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:18.1400747Z [00:03:11.405]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:18.1401875Z [00:03:11.405]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:18.1404460Z [00:03:11.405]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:18.1405431Z [00:03:11.405]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:18.1406196Z [00:03:11.405]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:18.1407132Z [00:03:11.405]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:18.1407744Z [00:03:11.405]➜  EOF
2025-08-20T21:21:18.1411684Z [00:03:11.405]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1326/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/handshaker=>github.com/google/s2a-go@v0.1.8/internal/handshaker;$WORK/b1326=>" -p github.com/google/s2a-go/internal/handshaker -lang=go1.20 -complete -installsuffix shared -buildid G6bJimm_w-ErxdUlsGi1/G6bJimm_w-ErxdUlsGi1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1326/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/handshaker/handshaker.go
2025-08-20T21:21:18.2837785Z [00:03:11.551]➜  go tool buildid -w $WORK/b1326/_pkg_.a # internal
2025-08-20T21:21:18.2886680Z [00:03:11.556]➜  cp $WORK/b1326/_pkg_.a /root/.cache/go-build/74/7479a3146200526b6523b4bf2b1522b55c9950b375a1896295b17184fa951ada-d # internal
2025-08-20T21:21:18.2891920Z [00:03:11.556]➜  github.com/googleapis/gax-go/v2/internallog/grpclog
2025-08-20T21:21:18.2895180Z [00:03:11.557]➜  mkdir -p $WORK/b1355/
2025-08-20T21:21:18.2904253Z [00:03:11.558]➜  cat >/tmp/go-build3547871397/b1355/importcfg << 'EOF' # internal
2025-08-20T21:21:18.2914623Z [00:03:11.558]➜  # import config
2025-08-20T21:21:18.2915325Z [00:03:11.558]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:18.2916217Z [00:03:11.558]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:18.2917244Z [00:03:11.558]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:18.2918476Z [00:03:11.558]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3547871397/b982/_pkg_.a
2025-08-20T21:21:18.2919712Z [00:03:11.558]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:18.2920684Z [00:03:11.558]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:18.2921539Z [00:03:11.558]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:18.2922156Z [00:03:11.558]➜  EOF
2025-08-20T21:21:18.2955624Z [00:03:11.563]➜  go tool buildid -w $WORK/b1342/_pkg_.a # internal
2025-08-20T21:21:18.2961032Z [00:03:11.563]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1355/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internallog/grpclog=>github.com/googleapis/gax-go/v2@v2.14.1/internallog/grpclog;$WORK/b1355=>" -p github.com/googleapis/gax-go/v2/internallog/grpclog -lang=go1.21 -complete -installsuffix shared -buildid vYmc6heJuPHOcvMhCKws/vYmc6heJuPHOcvMhCKws -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1355/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/internallog/grpclog/grpclog.go
2025-08-20T21:21:18.3061900Z [00:03:11.573]➜  cp $WORK/b1342/_pkg_.a /root/.cache/go-build/14/146617959871796b563d945df353f65298eb8154323dda6cd49b75ffbc993f45-d # internal
2025-08-20T21:21:18.3065798Z [00:03:11.574]➜  github.com/google/s2a-go/stream
2025-08-20T21:21:18.3099843Z [00:03:11.577]➜  mkdir -p $WORK/b1347/
2025-08-20T21:21:18.3106010Z [00:03:11.577]➜  cat >/tmp/go-build3547871397/b1347/importcfg << 'EOF' # internal
2025-08-20T21:21:18.3106723Z [00:03:11.577]➜  # import config
2025-08-20T21:21:18.3107740Z [00:03:11.577]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3547871397/b1342/_pkg_.a
2025-08-20T21:21:18.3108668Z [00:03:11.577]➜  EOF
2025-08-20T21:21:18.3116715Z [00:03:11.579]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1347/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/stream=>github.com/google/s2a-go@v0.1.8/stream;$WORK/b1347=>" -p github.com/google/s2a-go/stream -lang=go1.20 -complete -installsuffix shared -buildid _O5dhXemPcC-frjTUP5Q/_O5dhXemPcC-frjTUP5Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1347/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/stream/s2a_stream.go
2025-08-20T21:21:18.3349952Z [00:03:11.602]➜  go tool buildid -w $WORK/b1355/_pkg_.a # internal
2025-08-20T21:21:18.3356001Z [00:03:11.603]➜  cp $WORK/b1355/_pkg_.a /root/.cache/go-build/0a/0ab1e410e57d81c486212b1c46bfc399cd949f05a60cb7d62e2986670eb2943c-d # internal
2025-08-20T21:21:18.3365905Z [00:03:11.603]➜  google.golang.org/api/iterator
2025-08-20T21:21:18.3366517Z [00:03:11.603]➜  mkdir -p $WORK/b1357/
2025-08-20T21:21:18.3367230Z [00:03:11.603]➜  cat >/tmp/go-build3547871397/b1357/importcfg << 'EOF' # internal
2025-08-20T21:21:18.3367872Z [00:03:11.603]➜  # import config
2025-08-20T21:21:18.3368598Z [00:03:11.603]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:18.3369461Z [00:03:11.603]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:18.3370317Z [00:03:11.603]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:18.3371017Z [00:03:11.603]➜  EOF
2025-08-20T21:21:18.3397544Z [00:03:11.605]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1357/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.215.0/iterator=>google.golang.org/api@v0.215.0/iterator;$WORK/b1357=>" -p google.golang.org/api/iterator -lang=go1.21 -complete -installsuffix shared -buildid 4pV4EZUpmIEDecHj2oXF/4pV4EZUpmIEDecHj2oXF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1357/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.215.0/iterator/iterator.go
2025-08-20T21:21:18.3847477Z [00:03:11.652]➜  go tool buildid -w $WORK/b1347/_pkg_.a # internal
2025-08-20T21:21:18.3857999Z [00:03:11.652]➜  cp $WORK/b1347/_pkg_.a /root/.cache/go-build/2e/2e1861fd9ab133877572d23b896023887483a80a2db51dacabc2c046de430bd7-d # internal
2025-08-20T21:21:18.3859288Z [00:03:11.652]➜  github.com/google/s2a-go/internal/v2/certverifier
2025-08-20T21:21:18.3859981Z [00:03:11.652]➜  mkdir -p $WORK/b1346/
2025-08-20T21:21:18.3860745Z [00:03:11.652]➜  cat >/tmp/go-build3547871397/b1346/importcfg << 'EOF' # internal
2025-08-20T21:21:18.3861461Z [00:03:11.652]➜  # import config
2025-08-20T21:21:18.3862182Z [00:03:11.652]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:18.3863182Z [00:03:11.652]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:18.3864618Z [00:03:11.652]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3547871397/b1342/_pkg_.a
2025-08-20T21:21:18.3866074Z [00:03:11.652]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3547871397/b1347/_pkg_.a
2025-08-20T21:21:18.3867189Z [00:03:11.652]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:18.3868312Z [00:03:11.653]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:18.3869066Z [00:03:11.653]➜  EOF
2025-08-20T21:21:18.3874120Z [00:03:11.654]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1346/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/v2/certverifier=>github.com/google/s2a-go@v0.1.8/internal/v2/certverifier;$WORK/b1346=>" -p github.com/google/s2a-go/internal/v2/certverifier -lang=go1.20 -complete -installsuffix shared -buildid vyK8faYwye_eSyI7zoVB/vyK8faYwye_eSyI7zoVB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1346/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/v2/certverifier/certverifier.go
2025-08-20T21:21:18.4008224Z [00:03:11.668]➜  go tool buildid -w $WORK/b1357/_pkg_.a # internal
2025-08-20T21:21:18.4031882Z [00:03:11.670]➜  cp $WORK/b1357/_pkg_.a /root/.cache/go-build/9b/9b20d1527683369c907db24e49bb726af625df1f26f7875386b02127ae5645f4-d # internal
2025-08-20T21:21:18.4037377Z [00:03:11.671]➜  github.com/google/s2a-go/internal/v2/remotesigner
2025-08-20T21:21:18.4065994Z [00:03:11.674]➜  mkdir -p $WORK/b1348/
2025-08-20T21:21:18.4074803Z [00:03:11.675]➜  cat >/tmp/go-build3547871397/b1348/importcfg << 'EOF' # internal
2025-08-20T21:21:18.4075877Z [00:03:11.675]➜  # import config
2025-08-20T21:21:18.4078116Z [00:03:11.675]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:18.4079483Z [00:03:11.675]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:21:18.4087920Z [00:03:11.675]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:18.4088971Z [00:03:11.675]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:18.4090129Z [00:03:11.675]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3547871397/b1342/_pkg_.a
2025-08-20T21:21:18.4091435Z [00:03:11.675]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3547871397/b1347/_pkg_.a
2025-08-20T21:21:18.4092574Z [00:03:11.675]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:18.4093911Z [00:03:11.675]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:18.4094872Z [00:03:11.675]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:18.4095470Z [00:03:11.675]➜  EOF
2025-08-20T21:21:18.4099592Z [00:03:11.675]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1348/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/v2/remotesigner=>github.com/google/s2a-go@v0.1.8/internal/v2/remotesigner;$WORK/b1348=>" -p github.com/google/s2a-go/internal/v2/remotesigner -lang=go1.20 -complete -installsuffix shared -buildid 7xrwojTJ9mlr8NRJfzBc/7xrwojTJ9mlr8NRJfzBc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1348/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/v2/remotesigner/remotesigner.go
2025-08-20T21:21:18.5152543Z [00:03:11.782]➜  go tool buildid -w $WORK/b1346/_pkg_.a # internal
2025-08-20T21:21:18.5172122Z [00:03:11.784]➜  go tool buildid -w $WORK/b1348/_pkg_.a # internal
2025-08-20T21:21:18.5194547Z [00:03:11.785]➜  cp $WORK/b1346/_pkg_.a /root/.cache/go-build/de/de3440e73022011060de5b9826964a0d3b76471f739b3c0c559b983e21cd8e3e-d # internal
2025-08-20T21:21:18.5195706Z [00:03:11.785]➜  github.com/googleapis/gax-go/v2/iterator
2025-08-20T21:21:18.5196341Z [00:03:11.785]➜  mkdir -p $WORK/b1356/
2025-08-20T21:21:18.5197070Z [00:03:11.785]➜  cat >/tmp/go-build3547871397/b1356/importcfg << 'EOF' # internal
2025-08-20T21:21:18.5197954Z [00:03:11.785]➜  # import config
2025-08-20T21:21:18.5198944Z [00:03:11.785]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3547871397/b1357/_pkg_.a
2025-08-20T21:21:18.5199948Z [00:03:11.785]➜  packagefile iter=/tmp/go-build3547871397/b039/_pkg_.a
2025-08-20T21:21:18.5200568Z [00:03:11.785]➜  EOF
2025-08-20T21:21:18.5205052Z [00:03:11.785]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1356/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/iterator=>github.com/googleapis/gax-go/v2@v2.14.1/iterator;$WORK/b1356=>" -p github.com/googleapis/gax-go/v2/iterator -lang=go1.21 -complete -installsuffix shared -buildid V_FdlnvcsHZJNg8px3c_/V_FdlnvcsHZJNg8px3c_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1356/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.1/iterator/iterator.go
2025-08-20T21:21:18.5209094Z [00:03:11.786]➜  cp $WORK/b1348/_pkg_.a /root/.cache/go-build/b8/b84a92bc311ef4f17b36c5cbfda8bb37f82f75559d0c8a6793b867edc942a5b8-d # internal
2025-08-20T21:21:18.5216060Z [00:03:11.789]➜  github.com/google/s2a-go/internal/v2/tlsconfigstore
2025-08-20T21:21:18.5216714Z [00:03:11.789]➜  mkdir -p $WORK/b1345/
2025-08-20T21:21:18.5223594Z [00:03:11.790]➜  cat >/tmp/go-build3547871397/b1345/importcfg << 'EOF' # internal
2025-08-20T21:21:18.5224259Z [00:03:11.790]➜  # import config
2025-08-20T21:21:18.5225246Z [00:03:11.790]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:18.5226512Z [00:03:11.790]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:18.5228193Z [00:03:11.790]➜  packagefile encoding/pem=/tmp/go-build3547871397/b226/_pkg_.a
2025-08-20T21:21:18.5229046Z [00:03:11.790]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:18.5229981Z [00:03:11.790]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:18.5231120Z [00:03:11.790]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3547871397/b1341/_pkg_.a
2025-08-20T21:21:18.5232905Z [00:03:11.790]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3547871397/b1342/_pkg_.a
2025-08-20T21:21:18.5234291Z [00:03:11.790]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3547871397/b1340/_pkg_.a
2025-08-20T21:21:18.5235621Z [00:03:11.790]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build3547871397/b1346/_pkg_.a
2025-08-20T21:21:18.5236965Z [00:03:11.790]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build3547871397/b1348/_pkg_.a
2025-08-20T21:21:18.5238177Z [00:03:11.790]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3547871397/b1347/_pkg_.a
2025-08-20T21:21:18.5239273Z [00:03:11.790]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:18.5240356Z [00:03:11.790]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:18.5241088Z [00:03:11.790]➜  EOF
2025-08-20T21:21:18.5276083Z [00:03:11.794]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1345/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/v2/tlsconfigstore=>github.com/google/s2a-go@v0.1.8/internal/v2/tlsconfigstore;$WORK/b1345=>" -p github.com/google/s2a-go/internal/v2/tlsconfigstore -lang=go1.20 -complete -installsuffix shared -buildid U9vMv2EviG5L_np6X6O5/U9vMv2EviG5L_np6X6O5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1345/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/v2/tlsconfigstore/tlsconfigstore.go
2025-08-20T21:21:18.5322287Z [00:03:11.799]➜  go tool buildid -w $WORK/b1356/_pkg_.a # internal
2025-08-20T21:21:18.5339557Z [00:03:11.801]➜  cp $WORK/b1356/_pkg_.a /root/.cache/go-build/c8/c8ca6f81196f656c0927c865d495ab06748c625e5a0eef0358ccf335c854d1db-d # internal
2025-08-20T21:21:18.5350028Z [00:03:11.802]➜  cloud.google.com/go/auth/internal/compute
2025-08-20T21:21:18.5353701Z [00:03:11.802]➜  mkdir -p $WORK/b1361/
2025-08-20T21:21:18.5356737Z [00:03:11.802]➜  cat >/tmp/go-build3547871397/b1361/importcfg << 'EOF' # internal
2025-08-20T21:21:18.5359601Z [00:03:11.802]➜  # import config
2025-08-20T21:21:18.5361900Z [00:03:11.802]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:18.5371040Z [00:03:11.802]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:18.5371862Z [00:03:11.802]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:18.5373795Z [00:03:11.802]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:18.5374857Z [00:03:11.802]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:18.5375534Z [00:03:11.802]➜  EOF
2025-08-20T21:21:18.5379975Z [00:03:11.802]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1361/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/compute=>cloud.google.com/go/auth@v0.13.0/internal/compute;$WORK/b1361=>" -p cloud.google.com/go/auth/internal/compute -lang=go1.21 -complete -installsuffix shared -buildid o1hBi52_P44igyuB_iYQ/o1hBi52_P44igyuB_iYQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1361/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/compute/compute.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/compute/manufacturer_linux.go
2025-08-20T21:21:18.5750402Z [00:03:11.842]➜  go tool buildid -w $WORK/b1361/_pkg_.a # internal
2025-08-20T21:21:18.5754854Z [00:03:11.842]➜  cp $WORK/b1361/_pkg_.a /root/.cache/go-build/44/44c9aa5ec7dfdba3d6b3e1a2af548432f1d56e4cbb2462ba2e7ddbb984f9ed37-d # internal
2025-08-20T21:21:18.5756071Z [00:03:11.842]➜  go.opentelemetry.io/otel/semconv/v1.17.0
2025-08-20T21:21:18.5756965Z [00:03:11.842]➜  mkdir -p $WORK/b1365/
2025-08-20T21:21:18.5757835Z [00:03:11.842]➜  cat >/tmp/go-build3547871397/b1365/importcfg << 'EOF' # internal
2025-08-20T21:21:18.5758726Z [00:03:11.842]➜  # import config
2025-08-20T21:21:18.5760144Z [00:03:11.842]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:18.5761238Z [00:03:11.842]➜  EOF
2025-08-20T21:21:18.5767591Z [00:03:11.842]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1365/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.17.0=>go.opentelemetry.io/otel@v1.36.0/semconv/v1.17.0;$WORK/b1365=>" -p go.opentelemetry.io/otel/semconv/v1.17.0 -lang=go1.23 -complete -installsuffix shared -buildid _sU59t1eoe8YeQKJmdts/_sU59t1eoe8YeQKJmdts -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1365/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.17.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.17.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.17.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.17.0/http.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.17.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.17.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.17.0/trace.go
2025-08-20T21:21:18.6790085Z [00:03:11.946]➜  go tool buildid -w $WORK/b1345/_pkg_.a # internal
2025-08-20T21:21:18.6837054Z [00:03:11.951]➜  cp $WORK/b1345/_pkg_.a /root/.cache/go-build/ed/edc74b8e482c23bf6bcfd3ae8cc5d2f145ea7453172a01236d398b33b666e85f-d # internal
2025-08-20T21:21:18.6845895Z [00:03:11.952]➜  github.com/google/s2a-go/internal/v2
2025-08-20T21:21:18.6849021Z [00:03:11.952]➜  mkdir -p $WORK/b1344/
2025-08-20T21:21:18.6853858Z [00:03:11.952]➜  cat >/tmp/go-build3547871397/b1344/importcfg << 'EOF' # internal
2025-08-20T21:21:18.6870634Z [00:03:11.952]➜  # import config
2025-08-20T21:21:18.6871337Z [00:03:11.952]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:18.6872222Z [00:03:11.952]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:18.6873290Z [00:03:11.952]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:18.6874494Z [00:03:11.952]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build3547871397/b1325/_pkg_.a
2025-08-20T21:21:18.6875923Z [00:03:11.952]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build3547871397/b1332/_pkg_.a
2025-08-20T21:21:18.6877444Z [00:03:11.952]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3547871397/b1341/_pkg_.a
2025-08-20T21:21:18.6878901Z [00:03:11.952]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3547871397/b1342/_pkg_.a
2025-08-20T21:21:18.6880271Z [00:03:11.952]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3547871397/b1340/_pkg_.a
2025-08-20T21:21:18.6881649Z [00:03:11.952]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build3547871397/b1345/_pkg_.a
2025-08-20T21:21:18.6883040Z [00:03:11.952]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build3547871397/b1349/_pkg_.a
2025-08-20T21:21:18.6884166Z [00:03:11.952]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3547871397/b1347/_pkg_.a
2025-08-20T21:21:18.6885238Z [00:03:11.952]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:18.6886319Z [00:03:11.952]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:18.6887408Z [00:03:11.952]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:18.6888451Z [00:03:11.952]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:18.6889361Z [00:03:11.952]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:18.6890095Z [00:03:11.952]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:18.6890960Z [00:03:11.952]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:18.6891558Z [00:03:11.952]➜  EOF
2025-08-20T21:21:18.6895303Z [00:03:11.953]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1344/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/v2=>github.com/google/s2a-go@v0.1.8/internal/v2;$WORK/b1344=>" -p github.com/google/s2a-go/internal/v2 -lang=go1.20 -complete -installsuffix shared -buildid h7NwKBI7N6y5K5fU9cAd/h7NwKBI7N6y5K5fU9cAd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1344/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/internal/v2/s2av2.go
2025-08-20T21:21:18.9069471Z [00:03:12.174]➜  go tool buildid -w $WORK/b1344/_pkg_.a # internal
2025-08-20T21:21:18.9141601Z [00:03:12.181]➜  cp $WORK/b1344/_pkg_.a /root/.cache/go-build/70/70108539d55ba2ff04e65c894bafaf7f55c426c1ac18fe94043005738195b36d-d # internal
2025-08-20T21:21:18.9157245Z [00:03:12.183]➜  github.com/google/s2a-go
2025-08-20T21:21:18.9159788Z [00:03:12.183]➜  mkdir -p $WORK/b1324/
2025-08-20T21:21:18.9162079Z [00:03:12.183]➜  cat >/tmp/go-build3547871397/b1324/importcfg << 'EOF' # internal
2025-08-20T21:21:18.9163049Z [00:03:12.183]➜  # import config
2025-08-20T21:21:18.9163797Z [00:03:12.183]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:18.9164756Z [00:03:12.183]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:18.9165677Z [00:03:12.183]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:18.9166551Z [00:03:12.183]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:18.9167596Z [00:03:12.183]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build3547871397/b1325/_pkg_.a
2025-08-20T21:21:18.9168944Z [00:03:12.183]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build3547871397/b1326/_pkg_.a
2025-08-20T21:21:18.9170448Z [00:03:12.183]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build3547871397/b1332/_pkg_.a
2025-08-20T21:21:18.9172036Z [00:03:12.183]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3547871397/b1328/_pkg_.a
2025-08-20T21:21:18.9174041Z [00:03:12.183]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3547871397/b1341/_pkg_.a
2025-08-20T21:21:18.9175838Z [00:03:12.183]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3547871397/b1342/_pkg_.a
2025-08-20T21:21:18.9177403Z [00:03:12.183]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3547871397/b1340/_pkg_.a
2025-08-20T21:21:18.9178795Z [00:03:12.183]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build3547871397/b1344/_pkg_.a
2025-08-20T21:21:18.9180021Z [00:03:12.183]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build3547871397/b1349/_pkg_.a
2025-08-20T21:21:18.9181233Z [00:03:12.183]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3547871397/b1347/_pkg_.a
2025-08-20T21:21:18.9182485Z [00:03:12.183]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:18.9187396Z [00:03:12.183]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:18.9188623Z [00:03:12.183]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3547871397/b1011/_pkg_.a
2025-08-20T21:21:18.9189811Z [00:03:12.183]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:18.9190790Z [00:03:12.183]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:18.9191625Z [00:03:12.183]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:18.9192473Z [00:03:12.183]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:18.9193316Z [00:03:12.183]➜  EOF
2025-08-20T21:21:18.9197754Z [00:03:12.183]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1324/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.8=>github.com/google/s2a-go@v0.1.8;$WORK/b1324=>" -p github.com/google/s2a-go -lang=go1.20 -complete -installsuffix shared -buildid Net32pXRRretWtHbRjJZ/Net32pXRRretWtHbRjJZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1324/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/s2a.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/s2a_options.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.8/s2a_utils.go
2025-08-20T21:21:18.9275322Z [00:03:12.195]➜  go tool buildid -w $WORK/b1365/_pkg_.a # internal
2025-08-20T21:21:18.9326683Z [00:03:12.200]➜  cp $WORK/b1365/_pkg_.a /root/.cache/go-build/10/10af5d7fa97b058dbb95b563a49821189fa2bbeb1e31f88e407baf8666f133b0-d # internal
2025-08-20T21:21:18.9407853Z [00:03:12.208]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal
2025-08-20T21:21:18.9414630Z [00:03:12.209]➜  mkdir -p $WORK/b1364/
2025-08-20T21:21:18.9425111Z [00:03:12.209]➜  cat >/tmp/go-build3547871397/b1364/importcfg << 'EOF' # internal
2025-08-20T21:21:18.9425785Z [00:03:12.209]➜  # import config
2025-08-20T21:21:18.9426603Z [00:03:12.209]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:18.9427817Z [00:03:12.209]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build3547871397/b1365/_pkg_.a
2025-08-20T21:21:18.9428820Z [00:03:12.209]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:18.9429515Z [00:03:12.209]➜  EOF
2025-08-20T21:21:18.9434715Z [00:03:12.209]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1364/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.58.0/internal=>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.58.0/internal;$WORK/b1364=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal -lang=go1.22 -complete -installsuffix shared -buildid aGvBoW53Nmtuiyytyai_/aGvBoW53Nmtuiyytyai_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1364/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.58.0/internal/parse.go
2025-08-20T21:21:18.9755751Z [00:03:12.243]➜  go tool buildid -w $WORK/b1364/_pkg_.a # internal
2025-08-20T21:21:18.9975346Z [00:03:12.265]➜  cp $WORK/b1364/_pkg_.a /root/.cache/go-build/bd/bdb3fda00751e1425bcd2057b959ffbba573ce06d80ba8925c1df1c55be89ce3-d # internal
2025-08-20T21:21:18.9985423Z [00:03:12.266]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
2025-08-20T21:21:18.9993663Z [00:03:12.266]➜  mkdir -p $WORK/b1363/
2025-08-20T21:21:18.9994400Z [00:03:12.266]➜  cat >/tmp/go-build3547871397/b1363/importcfg << 'EOF' # internal
2025-08-20T21:21:18.9995077Z [00:03:12.266]➜  # import config
2025-08-20T21:21:18.9995717Z [00:03:12.266]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:18.9996512Z [00:03:12.266]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:18.9997921Z [00:03:12.266]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build3547871397/b1364/_pkg_.a
2025-08-20T21:21:18.9999363Z [00:03:12.266]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3547871397/b1100/_pkg_.a
2025-08-20T21:21:19.0000472Z [00:03:12.266]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:19.0001608Z [00:03:12.266]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build3547871397/b1114/_pkg_.a
2025-08-20T21:21:19.0002886Z [00:03:12.266]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3547871397/b1098/_pkg_.a
2025-08-20T21:21:19.0003998Z [00:03:12.266]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3547871397/b1111/_pkg_.a
2025-08-20T21:21:19.0005127Z [00:03:12.266]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3547871397/b1116/_pkg_.a
2025-08-20T21:21:19.0006456Z [00:03:12.266]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3547871397/b1113/_pkg_.a
2025-08-20T21:21:19.0007680Z [00:03:12.266]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build3547871397/b1365/_pkg_.a
2025-08-20T21:21:19.0008814Z [00:03:12.266]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3547871397/b1107/_pkg_.a
2025-08-20T21:21:19.0009961Z [00:03:12.266]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:19.0010977Z [00:03:12.266]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:19.0012024Z [00:03:12.266]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:19.0034064Z [00:03:12.266]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3547871397/b1011/_pkg_.a
2025-08-20T21:21:19.0035159Z [00:03:12.266]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3547871397/b1007/_pkg_.a
2025-08-20T21:21:19.0036232Z [00:03:12.266]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:19.0037352Z [00:03:12.266]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:19.0038274Z [00:03:12.266]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:19.0039057Z [00:03:12.266]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:19.0039830Z [00:03:12.266]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:19.0040650Z [00:03:12.266]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:19.0041452Z [00:03:12.266]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:19.0042025Z [00:03:12.266]➜  EOF
2025-08-20T21:21:19.0052602Z [00:03:12.266]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1363/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.58.0=>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.58.0;$WORK/b1363=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc -lang=go1.22 -complete -installsuffix shared -buildid r7nuPUXrGN4CmTmOAXTC/r7nuPUXrGN4CmTmOAXTC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1363/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.58.0/config.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.58.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.58.0/interceptor.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.58.0/interceptorinfo.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.58.0/metadata_supplier.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.58.0/semconv.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.58.0/stats_handler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.58.0/version.go
2025-08-20T21:21:19.0849616Z [00:03:12.352]➜  go tool buildid -w $WORK/b1324/_pkg_.a # internal
2025-08-20T21:21:19.0898548Z [00:03:12.357]➜  cp $WORK/b1324/_pkg_.a /root/.cache/go-build/64/646cf5c6e8bc48062e05772259c43418b24708072825049965367461cab2e2d8-d # internal
2025-08-20T21:21:19.0905137Z [00:03:12.358]➜  google.golang.org/api/internal
2025-08-20T21:21:19.0907964Z [00:03:12.358]➜  mkdir -p $WORK/b1311/
2025-08-20T21:21:19.0914548Z [00:03:12.358]➜  cat >/tmp/go-build3547871397/b1311/importcfg << 'EOF' # internal
2025-08-20T21:21:19.0928721Z [00:03:12.358]➜  # import config
2025-08-20T21:21:19.0929525Z [00:03:12.358]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3547871397/b1298/_pkg_.a
2025-08-20T21:21:19.0930642Z [00:03:12.358]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3547871397/b1312/_pkg_.a
2025-08-20T21:21:19.0931994Z [00:03:12.358]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build3547871397/b1323/_pkg_.a
2025-08-20T21:21:19.0933392Z [00:03:12.358]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3547871397/b1261/_pkg_.a
2025-08-20T21:21:19.0934543Z [00:03:12.358]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:19.0935377Z [00:03:12.358]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:19.0936238Z [00:03:12.358]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:19.0937065Z [00:03:12.358]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:19.0937839Z [00:03:12.358]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:19.0938729Z [00:03:12.358]➜  packagefile github.com/google/s2a-go=/tmp/go-build3547871397/b1324/_pkg_.a
2025-08-20T21:21:19.0939826Z [00:03:12.358]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build3547871397/b1325/_pkg_.a
2025-08-20T21:21:19.0940871Z [00:03:12.358]➜  packagefile golang.org/x/oauth2=/tmp/go-build3547871397/b446/_pkg_.a
2025-08-20T21:21:19.0941868Z [00:03:12.358]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3547871397/b1303/_pkg_.a
2025-08-20T21:21:19.0953772Z [00:03:12.358]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build3547871397/b1350/_pkg_.a
2025-08-20T21:21:19.0955050Z [00:03:12.358]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build3547871397/b1351/_pkg_.a
2025-08-20T21:21:19.0956176Z [00:03:12.359]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:19.0957246Z [00:03:12.359]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:19.0958200Z [00:03:12.359]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:19.0958983Z [00:03:12.359]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:19.0959766Z [00:03:12.359]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:19.0960564Z [00:03:12.359]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:19.0961365Z [00:03:12.359]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:19.0962418Z [00:03:12.359]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:19.0963368Z [00:03:12.359]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:19.0964172Z [00:03:12.359]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:19.0964941Z [00:03:12.359]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.0965690Z [00:03:12.359]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:19.0966256Z [00:03:12.359]➜  EOF
2025-08-20T21:21:19.0971952Z [00:03:12.360]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1311/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.215.0/internal=>google.golang.org/api@v0.215.0/internal;$WORK/b1311=>" -p google.golang.org/api/internal -lang=go1.21 -complete -installsuffix shared -buildid PTAIBp712aMx2WVH02kt/PTAIBp712aMx2WVH02kt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1311/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/cba.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/conn_pool.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/creds.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/s2a.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/settings.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/version.go
2025-08-20T21:21:19.1597020Z [00:03:12.427]➜  go tool buildid -w $WORK/b1353/_pkg_.a # internal
2025-08-20T21:21:19.1933660Z [00:03:12.460]➜  cp $WORK/b1353/_pkg_.a /root/.cache/go-build/ba/ba0ea526c0e3c129898b2c1777af169282b8c4b9192bb48283e8c8aa0ec1325c-d # internal
2025-08-20T21:21:19.1939595Z [00:03:12.461]➜  cloud.google.com/go/auth/internal/transport
2025-08-20T21:21:19.1940233Z [00:03:12.461]➜  mkdir -p $WORK/b1362/
2025-08-20T21:21:19.1951956Z [00:03:12.462]➜  cat >/tmp/go-build3547871397/b1362/importcfg << 'EOF' # internal
2025-08-20T21:21:19.1954668Z [00:03:12.462]➜  # import config
2025-08-20T21:21:19.1955800Z [00:03:12.462]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3547871397/b1312/_pkg_.a
2025-08-20T21:21:19.1957043Z [00:03:12.462]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3547871397/b1299/_pkg_.a
2025-08-20T21:21:19.1958377Z [00:03:12.462]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build3547871397/b1317/_pkg_.a
2025-08-20T21:21:19.1959727Z [00:03:12.462]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3547871397/b1261/_pkg_.a
2025-08-20T21:21:19.1960792Z [00:03:12.462]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:19.1961661Z [00:03:12.462]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:19.1962567Z [00:03:12.462]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:19.1963678Z [00:03:12.462]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:19.1964549Z [00:03:12.462]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:19.1965606Z [00:03:12.462]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:19.1966555Z [00:03:12.462]➜  packagefile github.com/google/s2a-go=/tmp/go-build3547871397/b1324/_pkg_.a
2025-08-20T21:21:19.1967682Z [00:03:12.462]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build3547871397/b1325/_pkg_.a
2025-08-20T21:21:19.1968884Z [00:03:12.462]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:19.1969853Z [00:03:12.462]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:19.1970653Z [00:03:12.462]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:19.1971443Z [00:03:12.462]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:19.1972309Z [00:03:12.462]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:19.1985876Z [00:03:12.462]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:19.1987028Z [00:03:12.462]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:19.1987872Z [00:03:12.462]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:19.1988706Z [00:03:12.462]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:19.1989527Z [00:03:12.462]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.1990384Z [00:03:12.462]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:19.1991000Z [00:03:12.462]➜  EOF
2025-08-20T21:21:19.1996449Z [00:03:12.462]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1362/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/transport=>cloud.google.com/go/auth@v0.13.0/internal/transport;$WORK/b1362=>" -p cloud.google.com/go/auth/internal/transport -lang=go1.21 -complete -installsuffix shared -buildid HIY61wdr0zR3kjxC3LsJ/HIY61wdr0zR3kjxC3LsJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1362/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/transport/cba.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/transport/s2a.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/internal/transport/transport.go
2025-08-20T21:21:19.2424248Z [00:03:12.509]➜  go tool buildid -w $WORK/b1363/_pkg_.a # internal
2025-08-20T21:21:19.2464439Z [00:03:12.514]➜  cp $WORK/b1363/_pkg_.a /root/.cache/go-build/ba/ba6b8918c7630958ecee7ad6c4490672e28a7cae801b21f6a3b529a6ada724c9-d # internal
2025-08-20T21:21:19.2467872Z [00:03:12.514]➜  google.golang.org/grpc/credentials/alts/internal
2025-08-20T21:21:19.2476339Z [00:03:12.515]➜  mkdir -p $WORK/b1368/
2025-08-20T21:21:19.2493370Z [00:03:12.515]➜  cat >/tmp/go-build3547871397/b1368/importcfg << 'EOF' # internal
2025-08-20T21:21:19.2494082Z [00:03:12.515]➜  # import config
2025-08-20T21:21:19.2494794Z [00:03:12.515]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:19.2495861Z [00:03:12.515]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:19.2496886Z [00:03:12.515]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:19.2497467Z [00:03:12.515]➜  EOF
2025-08-20T21:21:19.2501495Z [00:03:12.515]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1368/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal=>google.golang.org/grpc@v1.68.1/credentials/alts/internal;$WORK/b1368=>" -p google.golang.org/grpc/credentials/alts/internal -lang=go1.22 -complete -installsuffix shared -buildid MMteOKykxqcjKW3FLrPA/MMteOKykxqcjKW3FLrPA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1368/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/common.go
2025-08-20T21:21:19.2620146Z [00:03:12.529]➜  go tool buildid -w $WORK/b1368/_pkg_.a # internal
2025-08-20T21:21:19.2626294Z [00:03:12.530]➜  cp $WORK/b1368/_pkg_.a /root/.cache/go-build/09/0912485399a9dda01703bbabe1121d0c1e6f46329008359ffc5eb23e73bf8f3c-d # internal
2025-08-20T21:21:19.2637201Z [00:03:12.530]➜  google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp
2025-08-20T21:21:19.2638004Z [00:03:12.530]➜  mkdir -p $WORK/b1371/
2025-08-20T21:21:19.2638772Z [00:03:12.531]➜  cat >/tmp/go-build3547871397/b1371/importcfg << 'EOF' # internal
2025-08-20T21:21:19.2639474Z [00:03:12.531]➜  # import config
2025-08-20T21:21:19.2642101Z [00:03:12.531]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:19.2643313Z [00:03:12.531]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:19.2644506Z [00:03:12.531]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:19.2648152Z [00:03:12.531]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:19.2649492Z [00:03:12.531]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:19.2651165Z [00:03:12.531]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:19.2652341Z [00:03:12.531]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:19.2653504Z [00:03:12.531]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.2654147Z [00:03:12.531]➜  EOF
2025-08-20T21:21:19.2661644Z [00:03:12.532]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1371/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/proto/grpc_gcp=>google.golang.org/grpc@v1.68.1/credentials/alts/internal/proto/grpc_gcp;$WORK/b1371=>" -p google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp -lang=go1.22 -complete -installsuffix shared -buildid W-YOZHsObzFToLplIeSI/W-YOZHsObzFToLplIeSI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1371/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/proto/grpc_gcp/altscontext.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/proto/grpc_gcp/handshaker.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/proto/grpc_gcp/handshaker_grpc.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/proto/grpc_gcp/transport_security_common.pb.go
2025-08-20T21:21:19.3281558Z [00:03:12.595]➜  go tool buildid -w $WORK/b1311/_pkg_.a # internal
2025-08-20T21:21:19.3282547Z [00:03:12.596]➜  go tool buildid -w $WORK/b1362/_pkg_.a # internal
2025-08-20T21:21:19.3311148Z [00:03:12.598]➜  cp $WORK/b1362/_pkg_.a /root/.cache/go-build/58/58331f8b23e675c4405e855eef1e454a1acb952901806f5bef03fce104adf9fc-d # internal
2025-08-20T21:21:19.3312839Z [00:03:12.598]➜  google.golang.org/grpc/credentials/alts/internal/conn
2025-08-20T21:21:19.3313674Z [00:03:12.598]➜  mkdir -p $WORK/b1372/
2025-08-20T21:21:19.3314556Z [00:03:12.598]➜  cat >/tmp/go-build3547871397/b1372/importcfg << 'EOF' # internal
2025-08-20T21:21:19.3315432Z [00:03:12.599]➜  # import config
2025-08-20T21:21:19.3316273Z [00:03:12.599]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:19.3317255Z [00:03:12.599]➜  packagefile crypto/aes=/tmp/go-build3547871397/b181/_pkg_.a
2025-08-20T21:21:19.3318290Z [00:03:12.599]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:21:19.3319325Z [00:03:12.599]➜  packagefile crypto/hmac=/tmp/go-build3547871397/b205/_pkg_.a
2025-08-20T21:21:19.3320337Z [00:03:12.599]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:19.3321405Z [00:03:12.599]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:19.3322415Z [00:03:12.599]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:19.3323526Z [00:03:12.599]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:19.3324872Z [00:03:12.599]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build3547871397/b1368/_pkg_.a
2025-08-20T21:21:19.3326205Z [00:03:12.599]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:19.3327401Z [00:03:12.599]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:19.3328279Z [00:03:12.599]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:19.3329089Z [00:03:12.599]➜  EOF
2025-08-20T21:21:19.3348762Z [00:03:12.599]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1372/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/conn=>google.golang.org/grpc@v1.68.1/credentials/alts/internal/conn;$WORK/b1372=>" -p google.golang.org/grpc/credentials/alts/internal/conn -lang=go1.22 -complete -installsuffix shared -buildid RbwDekTu5x1GobMIA9su/RbwDekTu5x1GobMIA9su -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1372/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/conn/aeadrekey.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/conn/aes128gcm.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/conn/aes128gcmrekey.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/conn/common.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/conn/counter.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/conn/record.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/conn/utils.go
2025-08-20T21:21:19.3357471Z [00:03:12.600]➜  cp $WORK/b1311/_pkg_.a /root/.cache/go-build/92/92bf1fbb2c6ee8cfdc459ba4e8d6bc9f73331dda9857ea3339630d4c4cc7670c-d # internal
2025-08-20T21:21:19.3358604Z [00:03:12.601]➜  google.golang.org/api/option
2025-08-20T21:21:19.3359145Z [00:03:12.601]➜  mkdir -p $WORK/b1297/
2025-08-20T21:21:19.3359992Z [00:03:12.601]➜  cat >/tmp/go-build3547871397/b1297/importcfg << 'EOF' # internal
2025-08-20T21:21:19.3360653Z [00:03:12.601]➜  # import config
2025-08-20T21:21:19.3361411Z [00:03:12.601]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3547871397/b1298/_pkg_.a
2025-08-20T21:21:19.3362519Z [00:03:12.601]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:19.3363686Z [00:03:12.601]➜  packagefile golang.org/x/oauth2=/tmp/go-build3547871397/b446/_pkg_.a
2025-08-20T21:21:19.3364785Z [00:03:12.601]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3547871397/b1303/_pkg_.a
2025-08-20T21:21:19.3365960Z [00:03:12.601]➜  packagefile google.golang.org/api/internal=/tmp/go-build3547871397/b1311/_pkg_.a
2025-08-20T21:21:19.3367149Z [00:03:12.601]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build3547871397/b1351/_pkg_.a
2025-08-20T21:21:19.3368323Z [00:03:12.601]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:19.3369271Z [00:03:12.601]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:19.3370064Z [00:03:12.601]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:19.3370671Z [00:03:12.601]➜  EOF
2025-08-20T21:21:19.3374519Z [00:03:12.602]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1297/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.215.0/option=>google.golang.org/api@v0.215.0/option;$WORK/b1297=>" -p google.golang.org/api/option -lang=go1.21 -complete -installsuffix shared -buildid 76Y0cm4pFIh9JhW4NTlu/76Y0cm4pFIh9JhW4NTlu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1297/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.215.0/option/option.go
2025-08-20T21:21:19.4134046Z [00:03:12.681]➜  go tool buildid -w $WORK/b1372/_pkg_.a # internal
2025-08-20T21:21:19.4136792Z [00:03:12.681]➜  cp $WORK/b1372/_pkg_.a /root/.cache/go-build/7a/7ae4bb5277095edebd4025b0b83dd1fdb2fcf968a1662f1b5e295cde9e1847d0-d # internal
2025-08-20T21:21:19.4138145Z [00:03:12.681]➜  google.golang.org/grpc/credentials/alts/internal/handshaker/service
2025-08-20T21:21:19.4138897Z [00:03:12.681]➜  mkdir -p $WORK/b1373/
2025-08-20T21:21:19.4141477Z [00:03:12.681]➜  cat >/tmp/go-build3547871397/b1373/importcfg << 'EOF' # internal
2025-08-20T21:21:19.4142908Z [00:03:12.681]➜  # import config
2025-08-20T21:21:19.4143662Z [00:03:12.681]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:19.4144813Z [00:03:12.681]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3547871397/b985/_pkg_.a
2025-08-20T21:21:19.4145804Z [00:03:12.681]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.4146372Z [00:03:12.681]➜  EOF
2025-08-20T21:21:19.4151010Z [00:03:12.682]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1373/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/handshaker/service=>google.golang.org/grpc@v1.68.1/credentials/alts/internal/handshaker/service;$WORK/b1373=>" -p google.golang.org/grpc/credentials/alts/internal/handshaker/service -lang=go1.22 -complete -installsuffix shared -buildid GC2wKLbGGxmyeSiNTz7T/GC2wKLbGGxmyeSiNTz7T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1373/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/handshaker/service/service.go
2025-08-20T21:21:19.4476488Z [00:03:12.715]➜  go tool buildid -w $WORK/b1297/_pkg_.a # internal
2025-08-20T21:21:19.4500711Z [00:03:12.717]➜  go tool buildid -w $WORK/b1371/_pkg_.a # internal
2025-08-20T21:21:19.4534297Z [00:03:12.719]➜  cp $WORK/b1297/_pkg_.a /root/.cache/go-build/82/826657bcd5c4e20c5e79a8855f28ad0aa9ecab33916d0aa55c85239f7f1ba7af-d # internal
2025-08-20T21:21:19.4537806Z [00:03:12.721]➜  cloud.google.com/go/storage/experimental
2025-08-20T21:21:19.4538453Z [00:03:12.721]➜  mkdir -p $WORK/b1285/
2025-08-20T21:21:19.4539208Z [00:03:12.721]➜  cat >/tmp/go-build3547871397/b1285/importcfg << 'EOF' # internal
2025-08-20T21:21:19.4540132Z [00:03:12.721]➜  # import config
2025-08-20T21:21:19.4541102Z [00:03:12.721]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build3547871397/b1286/_pkg_.a
2025-08-20T21:21:19.4542400Z [00:03:12.721]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build3547871397/b1287/_pkg_.a
2025-08-20T21:21:19.4544065Z [00:03:12.721]➜  packagefile google.golang.org/api/option=/tmp/go-build3547871397/b1297/_pkg_.a
2025-08-20T21:21:19.4546061Z [00:03:12.721]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:19.4546750Z [00:03:12.721]➜  EOF
2025-08-20T21:21:19.4551247Z [00:03:12.722]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1285/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/experimental=>cloud.google.com/go/storage@v1.49.0/experimental;$WORK/b1285=>" -p cloud.google.com/go/storage/experimental -lang=go1.21 -complete -installsuffix shared -buildid 0-CYhsSlh6zbAnxLuAHK/0-CYhsSlh6zbAnxLuAHK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1285/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/experimental/experimental.go
2025-08-20T21:21:19.4601089Z [00:03:12.727]➜  cp $WORK/b1371/_pkg_.a /root/.cache/go-build/13/139cc4a3fab86c9d02cf06e927f777bf804b602e2e72f43cf852f8b4d7b74e38-d # internal
2025-08-20T21:21:19.4603928Z [00:03:12.728]➜  google.golang.org/api/option/internaloption
2025-08-20T21:21:19.4605869Z [00:03:12.728]➜  mkdir -p $WORK/b1358/
2025-08-20T21:21:19.4610720Z [00:03:12.728]➜  cat >/tmp/go-build3547871397/b1358/importcfg << 'EOF' # internal
2025-08-20T21:21:19.4613818Z [00:03:12.729]➜  # import config
2025-08-20T21:21:19.4614604Z [00:03:12.729]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3547871397/b1298/_pkg_.a
2025-08-20T21:21:19.4615521Z [00:03:12.729]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:19.4616576Z [00:03:12.729]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3547871397/b1301/_pkg_.a
2025-08-20T21:21:19.4617723Z [00:03:12.729]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3547871397/b1303/_pkg_.a
2025-08-20T21:21:19.4618868Z [00:03:12.729]➜  packagefile google.golang.org/api/internal=/tmp/go-build3547871397/b1311/_pkg_.a
2025-08-20T21:21:19.4620109Z [00:03:12.729]➜  packagefile google.golang.org/api/option=/tmp/go-build3547871397/b1297/_pkg_.a
2025-08-20T21:21:19.4621325Z [00:03:12.729]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:19.4621999Z [00:03:12.729]➜  EOF
2025-08-20T21:21:19.4626208Z [00:03:12.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1358/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.215.0/option/internaloption=>google.golang.org/api@v0.215.0/option/internaloption;$WORK/b1358=>" -p google.golang.org/api/option/internaloption -lang=go1.21 -complete -installsuffix shared -buildid -Di1Y7bqqnTP0ZzNv_1z/-Di1Y7bqqnTP0ZzNv_1z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1358/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.215.0/option/internaloption/internaloption.go
2025-08-20T21:21:19.4758545Z [00:03:12.743]➜  go tool buildid -w $WORK/b1373/_pkg_.a # internal
2025-08-20T21:21:19.4792198Z [00:03:12.745]➜  cp $WORK/b1373/_pkg_.a /root/.cache/go-build/7c/7c7011b21588bbb4613c87c608141b0b07242685cf52b4d5652dd0c0b4c19369-d # internal
2025-08-20T21:21:19.4795117Z [00:03:12.747]➜  google.golang.org/grpc/credentials/alts/internal/authinfo
2025-08-20T21:21:19.4797560Z [00:03:12.747]➜  mkdir -p $WORK/b1370/
2025-08-20T21:21:19.4798327Z [00:03:12.747]➜  cat >/tmp/go-build3547871397/b1370/importcfg << 'EOF' # internal
2025-08-20T21:21:19.4799025Z [00:03:12.747]➜  # import config
2025-08-20T21:21:19.4799901Z [00:03:12.747]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:19.4801371Z [00:03:12.747]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build3547871397/b1371/_pkg_.a
2025-08-20T21:21:19.4802373Z [00:03:12.747]➜  EOF
2025-08-20T21:21:19.4810144Z [00:03:12.747]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1370/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/authinfo=>google.golang.org/grpc@v1.68.1/credentials/alts/internal/authinfo;$WORK/b1370=>" -p google.golang.org/grpc/credentials/alts/internal/authinfo -lang=go1.22 -complete -installsuffix shared -buildid USMb2lGyNplH5AUHUsJg/USMb2lGyNplH5AUHUsJg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1370/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/authinfo/authinfo.go
2025-08-20T21:21:19.5160721Z [00:03:12.783]➜  go tool buildid -w $WORK/b1370/_pkg_.a # internal
2025-08-20T21:21:19.5178279Z [00:03:12.785]➜  cp $WORK/b1370/_pkg_.a /root/.cache/go-build/01/0159b7af6805f4d8c67eb13c0fa721a280bb905554dacf717247f7ff2fab6aac-d # internal
2025-08-20T21:21:19.5180843Z [00:03:12.785]➜  google.golang.org/grpc/credentials/alts/internal/handshaker
2025-08-20T21:21:19.5183489Z [00:03:12.785]➜  mkdir -p $WORK/b1369/
2025-08-20T21:21:19.5188499Z [00:03:12.786]➜  cat >/tmp/go-build3547871397/b1369/importcfg << 'EOF' # internal
2025-08-20T21:21:19.5189961Z [00:03:12.786]➜  # import config
2025-08-20T21:21:19.5192316Z [00:03:12.786]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:19.5194059Z [00:03:12.786]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:19.5197204Z [00:03:12.786]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:19.5198226Z [00:03:12.786]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3547871397/b1062/_pkg_.a
2025-08-20T21:21:19.5199416Z [00:03:12.786]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:19.5200556Z [00:03:12.786]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:19.5201743Z [00:03:12.786]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:19.5216198Z [00:03:12.786]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build3547871397/b1368/_pkg_.a
2025-08-20T21:21:19.5217805Z [00:03:12.786]➜  packagefile google.golang.org/grpc/credentials/alts/internal/authinfo=/tmp/go-build3547871397/b1370/_pkg_.a
2025-08-20T21:21:19.5219714Z [00:03:12.786]➜  packagefile google.golang.org/grpc/credentials/alts/internal/conn=/tmp/go-build3547871397/b1372/_pkg_.a
2025-08-20T21:21:19.5221372Z [00:03:12.786]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build3547871397/b1371/_pkg_.a
2025-08-20T21:21:19.5223123Z [00:03:12.786]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3547871397/b972/_pkg_.a
2025-08-20T21:21:19.5224245Z [00:03:12.786]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:19.5225066Z [00:03:12.786]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:19.5225900Z [00:03:12.786]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:19.5226528Z [00:03:12.786]➜  EOF
2025-08-20T21:21:19.5231058Z [00:03:12.786]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1369/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/handshaker=>google.golang.org/grpc@v1.68.1/credentials/alts/internal/handshaker;$WORK/b1369=>" -p google.golang.org/grpc/credentials/alts/internal/handshaker -lang=go1.22 -complete -installsuffix shared -buildid T0bNfpdHgByFSMD3PLLE/T0bNfpdHgByFSMD3PLLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1369/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/internal/handshaker/handshaker.go
2025-08-20T21:21:19.5249244Z [00:03:12.792]➜  go tool buildid -w $WORK/b1285/_pkg_.a # internal
2025-08-20T21:21:19.5274300Z [00:03:12.794]➜  cp $WORK/b1285/_pkg_.a /root/.cache/go-build/37/3729f27c4ad6f6e50cda05c76e201ef3e9a1ed293c2058f0171acd118a4e3cc5-d # internal
2025-08-20T21:21:19.5275540Z [00:03:12.794]➜  google.golang.org/grpc/internal/googlecloud
2025-08-20T21:21:19.5276285Z [00:03:12.795]➜  mkdir -p $WORK/b1374/
2025-08-20T21:21:19.5281316Z [00:03:12.795]➜  cat >/tmp/go-build3547871397/b1374/importcfg << 'EOF' # internal
2025-08-20T21:21:19.5284587Z [00:03:12.795]➜  # import config
2025-08-20T21:21:19.5285576Z [00:03:12.795]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:19.5286786Z [00:03:12.795]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:19.5287769Z [00:03:12.795]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:19.5288558Z [00:03:12.795]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:19.5289368Z [00:03:12.795]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:19.5290153Z [00:03:12.795]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.5290724Z [00:03:12.795]➜  EOF
2025-08-20T21:21:19.5298019Z [00:03:12.795]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1374/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/googlecloud=>google.golang.org/grpc@v1.68.1/internal/googlecloud;$WORK/b1374=>" -p google.golang.org/grpc/internal/googlecloud -lang=go1.22 -complete -installsuffix shared -buildid CvwSaSee4TGosRRh80Nc/CvwSaSee4TGosRRh80Nc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1374/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/googlecloud/googlecloud.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/googlecloud/manufacturer_linux.go
2025-08-20T21:21:19.5438186Z [00:03:12.810]➜  go tool buildid -w $WORK/b1358/_pkg_.a # internal
2025-08-20T21:21:19.5448605Z [00:03:12.812]➜  go tool buildid -w $WORK/b1374/_pkg_.a # internal
2025-08-20T21:21:19.5457014Z [00:03:12.813]➜  cp $WORK/b1358/_pkg_.a /root/.cache/go-build/99/99f0fc271b7b6515a02821774b8e4644861811b0542f4801704e47d421c7ba0a-d # internal
2025-08-20T21:21:19.5458069Z [00:03:12.813]➜  google.golang.org/grpc/credentials/oauth
2025-08-20T21:21:19.5460235Z [00:03:12.813]➜  mkdir -p $WORK/b1375/
2025-08-20T21:21:19.5463442Z [00:03:12.813]➜  cp $WORK/b1374/_pkg_.a /root/.cache/go-build/b7/b744ebb4df633c7bb03dfb07faa2f7b4ddc92fbce61852d794e815a62216bddb-d # internal
2025-08-20T21:21:19.5469170Z [00:03:12.814]➜  cat >/tmp/go-build3547871397/b1375/importcfg << 'EOF' # internal
2025-08-20T21:21:19.5469850Z [00:03:12.814]➜  # import config
2025-08-20T21:21:19.5470506Z [00:03:12.814]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:19.5471269Z [00:03:12.814]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:19.5472069Z [00:03:12.814]➜  packagefile golang.org/x/oauth2=/tmp/go-build3547871397/b446/_pkg_.a
2025-08-20T21:21:19.5473191Z [00:03:12.814]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3547871397/b1303/_pkg_.a
2025-08-20T21:21:19.5474155Z [00:03:12.814]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build3547871397/b1310/_pkg_.a
2025-08-20T21:21:19.5475200Z [00:03:12.814]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:19.5476091Z [00:03:12.814]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:19.5476994Z [00:03:12.814]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:19.5477721Z [00:03:12.814]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.5478245Z [00:03:12.814]➜  EOF
2025-08-20T21:21:19.5478692Z [00:03:12.814]➜  google.golang.org/grpc/internal/xds
2025-08-20T21:21:19.5479207Z [00:03:12.814]➜  mkdir -p $WORK/b1376/
2025-08-20T21:21:19.5483002Z [00:03:12.814]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1375/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/oauth=>google.golang.org/grpc@v1.68.1/credentials/oauth;$WORK/b1375=>" -p google.golang.org/grpc/credentials/oauth -lang=go1.22 -complete -installsuffix shared -buildid SePPUgXdLdDD3z1_OBWe/SePPUgXdLdDD3z1_OBWe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1375/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/oauth/oauth.go
2025-08-20T21:21:19.5486190Z [00:03:12.814]➜  cat >/tmp/go-build3547871397/b1376/importcfg << 'EOF' # internal
2025-08-20T21:21:19.5486817Z [00:03:12.814]➜  # import config
2025-08-20T21:21:19.5487693Z [00:03:12.814]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3547871397/b970/_pkg_.a
2025-08-20T21:21:19.5488737Z [00:03:12.814]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:19.5489414Z [00:03:12.814]➜  EOF
2025-08-20T21:21:19.5493027Z [00:03:12.814]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1376/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/xds=>google.golang.org/grpc@v1.68.1/internal/xds;$WORK/b1376=>" -p google.golang.org/grpc/internal/xds -lang=go1.22 -complete -installsuffix shared -buildid bwfPpmRhoE1VE9C4XVH2/bwfPpmRhoE1VE9C4XVH2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1376/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/xds/xds.go
2025-08-20T21:21:19.5612086Z [00:03:12.828]➜  go tool buildid -w $WORK/b1376/_pkg_.a # internal
2025-08-20T21:21:19.5644888Z [00:03:12.831]➜  cp $WORK/b1376/_pkg_.a /root/.cache/go-build/44/4465edf952918f4007f66cae6d95259328b75e4bccf5ced80275edf9bad1f4b2-d # internal
2025-08-20T21:21:19.5663078Z [00:03:12.831]➜  google.golang.org/grpc/balancer/grpclb/grpc_lb_v1
2025-08-20T21:21:19.5663636Z [00:03:12.831]➜  mkdir -p $WORK/b1378/
2025-08-20T21:21:19.5664283Z [00:03:12.831]➜  cat >/tmp/go-build3547871397/b1378/importcfg << 'EOF' # internal
2025-08-20T21:21:19.5664834Z [00:03:12.831]➜  # import config
2025-08-20T21:21:19.5665382Z [00:03:12.831]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:19.5666182Z [00:03:12.831]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:19.5667077Z [00:03:12.831]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:19.5667972Z [00:03:12.831]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:19.5669028Z [00:03:12.831]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:19.5670353Z [00:03:12.831]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:19.5671514Z [00:03:12.831]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:19.5672839Z [00:03:12.831]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:19.5673976Z [00:03:12.831]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:19.5674814Z [00:03:12.831]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.5675428Z [00:03:12.831]➜  EOF
2025-08-20T21:21:19.5680245Z [00:03:12.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1378/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/grpclb/grpc_lb_v1=>google.golang.org/grpc@v1.68.1/balancer/grpclb/grpc_lb_v1;$WORK/b1378=>" -p google.golang.org/grpc/balancer/grpclb/grpc_lb_v1 -lang=go1.22 -complete -installsuffix shared -buildid J-e3FZy9aGWVm6MY7sao/J-e3FZy9aGWVm6MY7sao -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1378/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/grpclb/grpc_lb_v1/load_balancer.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/grpclb/grpc_lb_v1/load_balancer_grpc.pb.go
2025-08-20T21:21:19.5974180Z [00:03:12.865]➜  go tool buildid -w $WORK/b1375/_pkg_.a # internal
2025-08-20T21:21:19.5988305Z [00:03:12.866]➜  cp $WORK/b1375/_pkg_.a /root/.cache/go-build/2c/2c9f73ec585f55cf2981271db408c5e5e17638beefa72994919cc6070e1b8ca8-d # internal
2025-08-20T21:21:19.5990159Z [00:03:12.866]➜  google.golang.org/grpc/resolver/manual
2025-08-20T21:21:19.5992759Z [00:03:12.866]➜  mkdir -p $WORK/b1379/
2025-08-20T21:21:19.5997196Z [00:03:12.867]➜  cat >/tmp/go-build3547871397/b1379/importcfg << 'EOF' # internal
2025-08-20T21:21:19.5999295Z [00:03:12.867]➜  # import config
2025-08-20T21:21:19.6002277Z [00:03:12.867]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:19.6003308Z [00:03:12.867]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.6003914Z [00:03:12.867]➜  EOF
2025-08-20T21:21:19.6007610Z [00:03:12.867]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1379/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/resolver/manual=>google.golang.org/grpc@v1.68.1/resolver/manual;$WORK/b1379=>" -p google.golang.org/grpc/resolver/manual -lang=go1.22 -complete -installsuffix shared -buildid 5ZJiIMcB6ziGvwZjm72N/5ZJiIMcB6ziGvwZjm72N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1379/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/resolver/manual/manual.go
2025-08-20T21:21:19.6095651Z [00:03:12.877]➜  go tool buildid -w $WORK/b1369/_pkg_.a # internal
2025-08-20T21:21:19.6097163Z [00:03:12.877]➜  cp $WORK/b1369/_pkg_.a /root/.cache/go-build/8b/8b3af0da8acd428ae0adb0ac50af80617c2cf68d9afea2265bcab9a38b688438-d # internal
2025-08-20T21:21:19.6099621Z [00:03:12.877]➜  google.golang.org/grpc/credentials/alts
2025-08-20T21:21:19.6100222Z [00:03:12.877]➜  mkdir -p $WORK/b1367/
2025-08-20T21:21:19.6106539Z [00:03:12.878]➜  cat >/tmp/go-build3547871397/b1367/importcfg << 'EOF' # internal
2025-08-20T21:21:19.6107610Z [00:03:12.878]➜  # import config
2025-08-20T21:21:19.6108266Z [00:03:12.878]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:19.6109054Z [00:03:12.878]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:19.6109809Z [00:03:12.878]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:19.6110709Z [00:03:12.878]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:19.6111824Z [00:03:12.878]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:19.6114819Z [00:03:12.879]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build3547871397/b1368/_pkg_.a
2025-08-20T21:21:19.6116478Z [00:03:12.879]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker=/tmp/go-build3547871397/b1369/_pkg_.a
2025-08-20T21:21:19.6118065Z [00:03:12.879]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker/service=/tmp/go-build3547871397/b1373/_pkg_.a
2025-08-20T21:21:19.6119662Z [00:03:12.879]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build3547871397/b1371/_pkg_.a
2025-08-20T21:21:19.6120962Z [00:03:12.879]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:19.6126572Z [00:03:12.879]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build3547871397/b1374/_pkg_.a
2025-08-20T21:21:19.6127785Z [00:03:12.879]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3547871397/b1011/_pkg_.a
2025-08-20T21:21:19.6128844Z [00:03:12.879]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:19.6129955Z [00:03:12.879]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:19.6130739Z [00:03:12.879]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:19.6131507Z [00:03:12.879]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.6132241Z [00:03:12.879]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:19.6135724Z [00:03:12.879]➜  EOF
2025-08-20T21:21:19.6139975Z [00:03:12.879]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1367/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts=>google.golang.org/grpc@v1.68.1/credentials/alts;$WORK/b1367=>" -p google.golang.org/grpc/credentials/alts -lang=go1.22 -complete -installsuffix shared -buildid rKQodzntq1QpFyVt1-Mi/rKQodzntq1QpFyVt1-Mi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1367/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/alts.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/alts/utils.go
2025-08-20T21:21:19.6244682Z [00:03:12.892]➜  go tool buildid -w $WORK/b1379/_pkg_.a # internal
2025-08-20T21:21:19.6256880Z [00:03:12.893]➜  cp $WORK/b1379/_pkg_.a /root/.cache/go-build/ce/cedbb40867b9d5c320cb5d1fbb27510505c5f3b71560f14815a5c92aa9436dd8-d # internal
2025-08-20T21:21:19.6264788Z [00:03:12.894]➜  google.golang.org/genproto/googleapis/api/distribution
2025-08-20T21:21:19.6265610Z [00:03:12.894]➜  mkdir -p $WORK/b1383/
2025-08-20T21:21:19.6275091Z [00:03:12.895]➜  cat >/tmp/go-build3547871397/b1383/importcfg << 'EOF' # internal
2025-08-20T21:21:19.6275950Z [00:03:12.895]➜  # import config
2025-08-20T21:21:19.6277893Z [00:03:12.895]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:19.6279445Z [00:03:12.895]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:19.6282965Z [00:03:12.895]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:19.6284386Z [00:03:12.895]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:19.6285510Z [00:03:12.895]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:19.6286310Z [00:03:12.895]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.6286899Z [00:03:12.895]➜  EOF
2025-08-20T21:21:19.6296174Z [00:03:12.896]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1383/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/distribution=>google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/distribution;$WORK/b1383=>" -p google.golang.org/genproto/googleapis/api/distribution -lang=go1.21 -complete -installsuffix shared -buildid 9JdMVlFwVP1mUQUvGDlL/9JdMVlFwVP1mUQUvGDlL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1383/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/distribution/distribution.pb.go
2025-08-20T21:21:19.6960109Z [00:03:12.963]➜  go tool buildid -w $WORK/b1383/_pkg_.a # internal
2025-08-20T21:21:19.6986758Z [00:03:12.966]➜  cp $WORK/b1383/_pkg_.a /root/.cache/go-build/64/6488e06e63979dbcae541ba6cbf25029a03751fca818c3deab6d469c28b0b8c6-d # internal
2025-08-20T21:21:19.6994598Z [00:03:12.967]➜  google.golang.org/genproto/googleapis/api/label
2025-08-20T21:21:19.6996958Z [00:03:12.967]➜  mkdir -p $WORK/b1384/
2025-08-20T21:21:19.7006885Z [00:03:12.968]➜  cat >/tmp/go-build3547871397/b1384/importcfg << 'EOF' # internal
2025-08-20T21:21:19.7008005Z [00:03:12.968]➜  # import config
2025-08-20T21:21:19.7009140Z [00:03:12.968]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:19.7010547Z [00:03:12.968]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:19.7011707Z [00:03:12.968]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:19.7012537Z [00:03:12.968]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.7013341Z [00:03:12.968]➜  EOF
2025-08-20T21:21:19.7017851Z [00:03:12.969]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1384/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/label=>google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/label;$WORK/b1384=>" -p google.golang.org/genproto/googleapis/api/label -lang=go1.21 -complete -installsuffix shared -buildid s81KSnrL-nMjgAyqxz7t/s81KSnrL-nMjgAyqxz7t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1384/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/label/label.pb.go
2025-08-20T21:21:19.7033907Z [00:03:12.970]➜  go tool buildid -w $WORK/b1367/_pkg_.a # internal
2025-08-20T21:21:19.7048912Z [00:03:12.972]➜  cp $WORK/b1367/_pkg_.a /root/.cache/go-build/94/9439516c2175c9935cc76979c4bc265b2e4a6cd6a84540988d59344681f7e7a3-d # internal
2025-08-20T21:21:19.7050388Z [00:03:12.972]➜  google.golang.org/grpc/credentials/google
2025-08-20T21:21:19.7051135Z [00:03:12.972]➜  mkdir -p $WORK/b1366/
2025-08-20T21:21:19.7061958Z [00:03:12.973]➜  cat >/tmp/go-build3547871397/b1366/importcfg << 'EOF' # internal
2025-08-20T21:21:19.7083557Z [00:03:12.973]➜  # import config
2025-08-20T21:21:19.7084289Z [00:03:12.973]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:19.7085148Z [00:03:12.973]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:19.7086166Z [00:03:12.973]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:19.7087403Z [00:03:12.973]➜  packagefile google.golang.org/grpc/credentials/alts=/tmp/go-build3547871397/b1367/_pkg_.a
2025-08-20T21:21:19.7088710Z [00:03:12.973]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build3547871397/b1375/_pkg_.a
2025-08-20T21:21:19.7089974Z [00:03:12.973]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:19.7091092Z [00:03:12.976]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:19.7092304Z [00:03:12.976]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build3547871397/b1376/_pkg_.a
2025-08-20T21:21:19.7093483Z [00:03:12.976]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:19.7094320Z [00:03:12.976]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:19.7103376Z [00:03:12.976]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:19.7104300Z [00:03:12.976]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:19.7104933Z [00:03:12.976]➜  EOF
2025-08-20T21:21:19.7109559Z [00:03:12.976]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1366/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/google=>google.golang.org/grpc@v1.68.1/credentials/google;$WORK/b1366=>" -p google.golang.org/grpc/credentials/google -lang=go1.22 -complete -installsuffix shared -buildid EkHhRHXsp7vhCNAuxlAU/EkHhRHXsp7vhCNAuxlAU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1366/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/google/google.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/google/xds.go
2025-08-20T21:21:19.7114796Z [00:03:12.979]➜  go tool buildid -w $WORK/b1378/_pkg_.a # internal
2025-08-20T21:21:19.7152978Z [00:03:12.982]➜  cp $WORK/b1378/_pkg_.a /root/.cache/go-build/79/79b16a615c4f966788e6da29801873b2299946b8b556f0aae260ccb22e17b92d-d # internal
2025-08-20T21:21:19.7156191Z [00:03:12.983]➜  google.golang.org/grpc/balancer/grpclb
2025-08-20T21:21:19.7156785Z [00:03:12.983]➜  mkdir -p $WORK/b1377/
2025-08-20T21:21:19.7163347Z [00:03:12.984]➜  cat >/tmp/go-build3547871397/b1377/importcfg << 'EOF' # internal
2025-08-20T21:21:19.7164072Z [00:03:12.984]➜  # import config
2025-08-20T21:21:19.7164742Z [00:03:12.984]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:19.7165625Z [00:03:12.984]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:19.7166463Z [00:03:12.984]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:19.7167272Z [00:03:12.984]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:19.7168177Z [00:03:12.984]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:19.7169264Z [00:03:12.984]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:19.7170600Z [00:03:12.984]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3547871397/b976/_pkg_.a
2025-08-20T21:21:19.7171937Z [00:03:12.984]➜  packagefile google.golang.org/grpc/balancer/grpclb/grpc_lb_v1=/tmp/go-build3547871397/b1378/_pkg_.a
2025-08-20T21:21:19.7173643Z [00:03:12.984]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build3547871397/b1015/_pkg_.a
2025-08-20T21:21:19.7175004Z [00:03:12.984]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build3547871397/b977/_pkg_.a
2025-08-20T21:21:19.7176287Z [00:03:12.984]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3547871397/b984/_pkg_.a
2025-08-20T21:21:19.7177457Z [00:03:12.984]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:19.7178616Z [00:03:12.984]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:19.7179837Z [00:03:12.984]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:19.7181177Z [00:03:12.984]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3547871397/b985/_pkg_.a
2025-08-20T21:21:19.7182459Z [00:03:12.984]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:19.7183897Z [00:03:12.984]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:19.7185179Z [00:03:12.984]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3547871397/b990/_pkg_.a
2025-08-20T21:21:19.7186461Z [00:03:12.984]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:19.7187753Z [00:03:12.984]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3547871397/b1000/_pkg_.a
2025-08-20T21:21:19.7203614Z [00:03:12.984]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3547871397/b981/_pkg_.a
2025-08-20T21:21:19.7204951Z [00:03:12.984]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build3547871397/b1014/_pkg_.a
2025-08-20T21:21:19.7206223Z [00:03:12.984]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3547871397/b1010/_pkg_.a
2025-08-20T21:21:19.7207680Z [00:03:12.984]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:19.7208799Z [00:03:12.984]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:19.7209983Z [00:03:12.984]➜  packagefile google.golang.org/grpc/resolver/manual=/tmp/go-build3547871397/b1379/_pkg_.a
2025-08-20T21:21:19.7211307Z [00:03:12.984]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:19.7212481Z [00:03:12.984]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:19.7213842Z [00:03:12.984]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:19.7215339Z [00:03:12.984]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:19.7216802Z [00:03:12.984]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:19.7217972Z [00:03:12.984]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:19.7218820Z [00:03:12.984]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:19.7219635Z [00:03:12.984]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:19.7220433Z [00:03:12.984]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.7221257Z [00:03:12.984]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:19.7222062Z [00:03:12.984]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:19.7222826Z [00:03:12.984]➜  EOF
2025-08-20T21:21:19.7229022Z [00:03:12.984]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1377/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/grpclb=>google.golang.org/grpc@v1.68.1/balancer/grpclb;$WORK/b1377=>" -p google.golang.org/grpc/balancer/grpclb -lang=go1.22 -complete -installsuffix shared -buildid kCX96AV8g5BybACGQJNR/kCX96AV8g5BybACGQJNR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1377/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/grpclb/grpclb.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/grpclb/grpclb_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/grpclb/grpclb_picker.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/grpclb/grpclb_remote_balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/grpclb/grpclb_util.go
2025-08-20T21:21:19.7537125Z [00:03:13.021]➜  go tool buildid -w $WORK/b1366/_pkg_.a # internal
2025-08-20T21:21:19.7559966Z [00:03:13.023]➜  cp $WORK/b1366/_pkg_.a /root/.cache/go-build/c9/c9f42ad80fe95966248360da779e71c1d23f86d29a70a5be15657f201d6844c7-d # internal
2025-08-20T21:21:19.7561196Z [00:03:13.023]➜  go tool buildid -w $WORK/b1384/_pkg_.a # internal
2025-08-20T21:21:19.7561893Z [00:03:13.023]➜  cloud.google.com/go/auth/grpctransport
2025-08-20T21:21:19.7562474Z [00:03:13.023]➜  mkdir -p $WORK/b1360/
2025-08-20T21:21:19.7563411Z [00:03:13.023]➜  cat >/tmp/go-build3547871397/b1360/importcfg << 'EOF' # internal
2025-08-20T21:21:19.7564104Z [00:03:13.023]➜  # import config
2025-08-20T21:21:19.7564876Z [00:03:13.023]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3547871397/b1298/_pkg_.a
2025-08-20T21:21:19.7566152Z [00:03:13.023]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3547871397/b1312/_pkg_.a
2025-08-20T21:21:19.7567380Z [00:03:13.023]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3547871397/b1299/_pkg_.a
2025-08-20T21:21:19.7568741Z [00:03:13.023]➜  packagefile cloud.google.com/go/auth/internal/compute=/tmp/go-build3547871397/b1361/_pkg_.a
2025-08-20T21:21:19.7570116Z [00:03:13.023]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build3547871397/b1362/_pkg_.a
2025-08-20T21:21:19.7571233Z [00:03:13.023]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:19.7572320Z [00:03:13.023]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:19.7573660Z [00:03:13.023]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:19.7574521Z [00:03:13.023]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:19.7575621Z [00:03:13.023]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3547871397/b1301/_pkg_.a
2025-08-20T21:21:19.7577201Z [00:03:13.023]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build3547871397/b1363/_pkg_.a
2025-08-20T21:21:19.7578597Z [00:03:13.023]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:19.7579705Z [00:03:13.023]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:19.7580984Z [00:03:13.023]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build3547871397/b1366/_pkg_.a
2025-08-20T21:21:19.7582258Z [00:03:13.023]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3547871397/b985/_pkg_.a
2025-08-20T21:21:19.7586065Z [00:03:13.023]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3547871397/b1007/_pkg_.a
2025-08-20T21:21:19.7587086Z [00:03:13.023]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:19.7587941Z [00:03:13.023]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:19.7588767Z [00:03:13.023]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:19.7589555Z [00:03:13.023]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:19.7590364Z [00:03:13.023]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:19.7591212Z [00:03:13.023]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:19.7592188Z [00:03:13.023]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.7593158Z [00:03:13.023]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:19.7594135Z [00:03:13.023]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:19.7594753Z [00:03:13.023]➜  EOF
2025-08-20T21:21:19.7600094Z [00:03:13.023]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1360/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/grpctransport=>cloud.google.com/go/auth@v0.13.0/grpctransport;$WORK/b1360=>" -p cloud.google.com/go/auth/grpctransport -lang=go1.21 -complete -installsuffix shared -buildid ffv3qxw4XQWnIdYqiUHN/ffv3qxw4XQWnIdYqiUHN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1360/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/grpctransport/dial_socketopt.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/grpctransport/directpath.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/grpctransport/grpctransport.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/grpctransport/pool.go
2025-08-20T21:21:19.7605674Z [00:03:13.023]➜  cp $WORK/b1384/_pkg_.a /root/.cache/go-build/5c/5c756c41716ae6ca6a7e088b55c2a51b0b82eeb24289b219e7579b22c0f6fb43-d # internal
2025-08-20T21:21:19.7606914Z [00:03:13.026]➜  google.golang.org/genproto/googleapis/api/metric
2025-08-20T21:21:19.7607552Z [00:03:13.026]➜  mkdir -p $WORK/b1385/
2025-08-20T21:21:19.7608276Z [00:03:13.026]➜  cat >/tmp/go-build3547871397/b1385/importcfg << 'EOF' # internal
2025-08-20T21:21:19.7608955Z [00:03:13.026]➜  # import config
2025-08-20T21:21:19.7609864Z [00:03:13.026]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3547871397/b1265/_pkg_.a
2025-08-20T21:21:19.7611213Z [00:03:13.026]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3547871397/b1384/_pkg_.a
2025-08-20T21:21:19.7612779Z [00:03:13.026]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:19.7614213Z [00:03:13.026]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:19.7615873Z [00:03:13.026]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:19.7617199Z [00:03:13.026]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:19.7618036Z [00:03:13.026]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.7618643Z [00:03:13.026]➜  EOF
2025-08-20T21:21:19.7623892Z [00:03:13.026]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1385/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/metric=>google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/metric;$WORK/b1385=>" -p google.golang.org/genproto/googleapis/api/metric -lang=go1.21 -complete -installsuffix shared -buildid ROftrZ5Vm20LbsXzrwRH/ROftrZ5Vm20LbsXzrwRH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1385/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/metric/metric.pb.go
2025-08-20T21:21:19.8322084Z [00:03:13.099]➜  go tool buildid -w $WORK/b1385/_pkg_.a # internal
2025-08-20T21:21:19.8348818Z [00:03:13.102]➜  cp $WORK/b1385/_pkg_.a /root/.cache/go-build/ce/ce018a18da942732c33bca059b0c57699c3572a6aced90442ec2fb532396c4eb-d # internal
2025-08-20T21:21:19.8356462Z [00:03:13.103]➜  google.golang.org/protobuf/types/known/structpb
2025-08-20T21:21:19.8358403Z [00:03:13.103]➜  mkdir -p $WORK/b1387/
2025-08-20T21:21:19.8400159Z [00:03:13.107]➜  cat >/tmp/go-build3547871397/b1387/importcfg << 'EOF' # internal
2025-08-20T21:21:19.8401232Z [00:03:13.107]➜  # import config
2025-08-20T21:21:19.8402280Z [00:03:13.107]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:19.8407845Z [00:03:13.107]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:19.8409130Z [00:03:13.107]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3547871397/b982/_pkg_.a
2025-08-20T21:21:19.8410834Z [00:03:13.107]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:19.8412375Z [00:03:13.107]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:19.8413727Z [00:03:13.107]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:19.8414610Z [00:03:13.107]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:19.8415493Z [00:03:13.107]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.8416386Z [00:03:13.107]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:19.8417085Z [00:03:13.107]➜  EOF
2025-08-20T21:21:19.8421295Z [00:03:13.107]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1387/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/types/known/structpb=>google.golang.org/protobuf@v1.36.5/types/known/structpb;$WORK/b1387=>" -p google.golang.org/protobuf/types/known/structpb -lang=go1.21 -complete -installsuffix shared -buildid odJ91H_EP29WcGKTjmFl/odJ91H_EP29WcGKTjmFl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1387/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/types/known/structpb/struct.pb.go
2025-08-20T21:21:19.8881598Z [00:03:13.155]➜  go tool buildid -w $WORK/b1377/_pkg_.a # internal
2025-08-20T21:21:19.8921766Z [00:03:13.159]➜  cp $WORK/b1377/_pkg_.a /root/.cache/go-build/e1/e1b6e5939713c026d9692422e93a27c9ef02314ef5702beb0bfb996472e1749b-d # internal
2025-08-20T21:21:19.8929283Z [00:03:13.160]➜  google.golang.org/genproto/googleapis/type/calendarperiod
2025-08-20T21:21:19.8929996Z [00:03:13.160]➜  mkdir -p $WORK/b1388/
2025-08-20T21:21:19.8933202Z [00:03:13.160]➜  cat >/tmp/go-build3547871397/b1388/importcfg << 'EOF' # internal
2025-08-20T21:21:19.8950702Z [00:03:13.160]➜  # import config
2025-08-20T21:21:19.8951684Z [00:03:13.160]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:19.8953587Z [00:03:13.160]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:19.8954647Z [00:03:13.160]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:19.8955450Z [00:03:13.160]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.8956039Z [00:03:13.160]➜  EOF
2025-08-20T21:21:19.8961014Z [00:03:13.161]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1388/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20241118233622-e639e219e697/googleapis/type/calendarperiod=>google.golang.org/genproto@v0.0.0-20241118233622-e639e219e697/googleapis/type/calendarperiod;$WORK/b1388=>" -p google.golang.org/genproto/googleapis/type/calendarperiod -lang=go1.21 -complete -installsuffix shared -buildid cbGa10mLn367-RDEJqiS/cbGa10mLn367-RDEJqiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1388/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20241118233622-e639e219e697/googleapis/type/calendarperiod/calendar_period.pb.go
2025-08-20T21:21:19.9096517Z [00:03:13.177]➜  go tool buildid -w $WORK/b1360/_pkg_.a # internal
2025-08-20T21:21:19.9142535Z [00:03:13.180]➜  go tool buildid -w $WORK/b829/_pkg_.a # internal
2025-08-20T21:21:19.9144128Z [00:03:13.180]➜  cp $WORK/b1360/_pkg_.a /root/.cache/go-build/44/447751322059882e4eae969e39f545e257a48f58ce96ac2aa03a3ef742755ea4-d # internal
2025-08-20T21:21:19.9145306Z [00:03:13.180]➜  google.golang.org/api/transport/grpc
2025-08-20T21:21:19.9145914Z [00:03:13.180]➜  mkdir -p $WORK/b1359/
2025-08-20T21:21:19.9146608Z [00:03:13.181]➜  cat >/tmp/go-build3547871397/b1359/importcfg << 'EOF' # internal
2025-08-20T21:21:19.9147294Z [00:03:13.181]➜  # import config
2025-08-20T21:21:19.9148273Z [00:03:13.181]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3547871397/b1298/_pkg_.a
2025-08-20T21:21:19.9149508Z [00:03:13.181]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3547871397/b1312/_pkg_.a
2025-08-20T21:21:19.9150979Z [00:03:13.181]➜  packagefile cloud.google.com/go/auth/grpctransport=/tmp/go-build3547871397/b1360/_pkg_.a
2025-08-20T21:21:19.9152241Z [00:03:13.181]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build3547871397/b1323/_pkg_.a
2025-08-20T21:21:19.9153616Z [00:03:13.181]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3547871397/b1261/_pkg_.a
2025-08-20T21:21:19.9154650Z [00:03:13.181]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:19.9155492Z [00:03:13.181]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:19.9156282Z [00:03:13.181]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:19.9157626Z [00:03:13.181]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build3547871397/b1363/_pkg_.a
2025-08-20T21:21:19.9159020Z [00:03:13.181]➜  packagefile golang.org/x/oauth2=/tmp/go-build3547871397/b446/_pkg_.a
2025-08-20T21:21:19.9160068Z [00:03:13.181]➜  packagefile golang.org/x/time/rate=/tmp/go-build3547871397/b451/_pkg_.a
2025-08-20T21:21:19.9161209Z [00:03:13.181]➜  packagefile google.golang.org/api/internal=/tmp/go-build3547871397/b1311/_pkg_.a
2025-08-20T21:21:19.9162331Z [00:03:13.181]➜  packagefile google.golang.org/api/option=/tmp/go-build3547871397/b1297/_pkg_.a
2025-08-20T21:21:19.9186298Z [00:03:13.181]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:19.9187534Z [00:03:13.181]➜  packagefile google.golang.org/grpc/balancer/grpclb=/tmp/go-build3547871397/b1377/_pkg_.a
2025-08-20T21:21:19.9188870Z [00:03:13.181]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build3547871397/b1366/_pkg_.a
2025-08-20T21:21:19.9190263Z [00:03:13.181]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3547871397/b985/_pkg_.a
2025-08-20T21:21:19.9191609Z [00:03:13.181]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build3547871397/b1375/_pkg_.a
2025-08-20T21:21:19.9193168Z [00:03:13.181]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3547871397/b1007/_pkg_.a
2025-08-20T21:21:19.9194282Z [00:03:13.181]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:19.9195090Z [00:03:13.181]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:19.9195876Z [00:03:13.181]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:19.9196700Z [00:03:13.181]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:19.9197550Z [00:03:13.181]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.9198418Z [00:03:13.181]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:19.9199275Z [00:03:13.181]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:19.9200087Z [00:03:13.181]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:19.9200673Z [00:03:13.181]➜  EOF
2025-08-20T21:21:19.9205626Z [00:03:13.181]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1359/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.215.0/transport/grpc=>google.golang.org/api@v0.215.0/transport/grpc;$WORK/b1359=>" -p google.golang.org/api/transport/grpc -lang=go1.21 -complete -installsuffix shared -buildid rSL0q3WqHwjSiR6ylmV1/rSL0q3WqHwjSiR6ylmV1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1359/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.215.0/transport/grpc/dial.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/transport/grpc/dial_socketopt.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/transport/grpc/pool.go
2025-08-20T21:21:19.9348964Z [00:03:13.202]➜  go tool buildid -w $WORK/b1388/_pkg_.a # internal
2025-08-20T21:21:19.9372091Z [00:03:13.204]➜  cp $WORK/b1388/_pkg_.a /root/.cache/go-build/6a/6a0cb2370aaf2a559bd7bb487da8ce63203b3896b37ac8e1a140ba8809004559-d # internal
2025-08-20T21:21:19.9385756Z [00:03:13.204]➜  google.golang.org/protobuf/types/known/wrapperspb
2025-08-20T21:21:19.9386492Z [00:03:13.204]➜  mkdir -p $WORK/b1389/
2025-08-20T21:21:19.9387429Z [00:03:13.204]➜  cat >/tmp/go-build3547871397/b1389/importcfg << 'EOF' # internal
2025-08-20T21:21:19.9388162Z [00:03:13.204]➜  # import config
2025-08-20T21:21:19.9389177Z [00:03:13.204]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:19.9390613Z [00:03:13.204]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:19.9391734Z [00:03:13.204]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:19.9392576Z [00:03:13.204]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.9393418Z [00:03:13.204]➜  EOF
2025-08-20T21:21:19.9397652Z [00:03:13.204]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1389/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/types/known/wrapperspb=>google.golang.org/protobuf@v1.36.5/types/known/wrapperspb;$WORK/b1389=>" -p google.golang.org/protobuf/types/known/wrapperspb -lang=go1.21 -complete -installsuffix shared -buildid vPaaBVHVxo4QPgaIJCeO/vPaaBVHVxo4QPgaIJCeO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1389/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.5/types/known/wrapperspb/wrappers.pb.go
2025-08-20T21:21:19.9510068Z [00:03:13.218]➜  go tool buildid -w $WORK/b1387/_pkg_.a # internal
2025-08-20T21:21:19.9529461Z [00:03:13.220]➜  cp $WORK/b1387/_pkg_.a /root/.cache/go-build/2e/2e4b60081dc1da637c122e04af8c5fed1b39aae42f7c4c1a72765870eab2e4ca-d # internal
2025-08-20T21:21:19.9531352Z [00:03:13.220]➜  google.golang.org/genproto/googleapis/api/monitoredres
2025-08-20T21:21:19.9533952Z [00:03:13.220]➜  mkdir -p $WORK/b1386/
2025-08-20T21:21:19.9535719Z [00:03:13.221]➜  cat >/tmp/go-build3547871397/b1386/importcfg << 'EOF' # internal
2025-08-20T21:21:19.9536403Z [00:03:13.221]➜  # import config
2025-08-20T21:21:19.9537334Z [00:03:13.221]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3547871397/b1265/_pkg_.a
2025-08-20T21:21:19.9539026Z [00:03:13.221]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3547871397/b1384/_pkg_.a
2025-08-20T21:21:19.9540443Z [00:03:13.221]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:19.9541830Z [00:03:13.221]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:19.9543460Z [00:03:13.221]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3547871397/b1387/_pkg_.a
2025-08-20T21:21:19.9544612Z [00:03:13.221]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:19.9545436Z [00:03:13.221]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:19.9546050Z [00:03:13.221]➜  EOF
2025-08-20T21:21:19.9551095Z [00:03:13.221]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1386/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/monitoredres=>google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/monitoredres;$WORK/b1386=>" -p google.golang.org/genproto/googleapis/api/monitoredres -lang=go1.21 -complete -installsuffix shared -buildid V3DnP9eGVg-2Ew53hm1u/V3DnP9eGVg-2Ew53hm1u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1386/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/monitoredres/monitored_resource.pb.go
2025-08-20T21:21:19.9994524Z [00:03:13.267]➜  go tool buildid -w $WORK/b1389/_pkg_.a # internal
2025-08-20T21:21:20.0004606Z [00:03:13.268]➜  go tool buildid -w $WORK/b1386/_pkg_.a # internal
2025-08-20T21:21:20.0036057Z [00:03:13.270]➜  cp $WORK/b1386/_pkg_.a /root/.cache/go-build/c6/c6b9582bcd0e3d83afd9436f99082b08bbef942232d9daaffba5a506852c6786-d # internal
2025-08-20T21:21:20.0040860Z [00:03:13.271]➜  go.opentelemetry.io/otel/semconv/v1.24.0
2025-08-20T21:21:20.0043809Z [00:03:13.271]➜  mkdir -p $WORK/b1392/
2025-08-20T21:21:20.0050403Z [00:03:13.272]➜  cat >/tmp/go-build3547871397/b1392/importcfg << 'EOF' # internal
2025-08-20T21:21:20.0057337Z [00:03:13.272]➜  # import config
2025-08-20T21:21:20.0058194Z [00:03:13.272]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:20.0058938Z [00:03:13.272]➜  EOF
2025-08-20T21:21:20.0067872Z [00:03:13.272]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1392/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0=>go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0;$WORK/b1392=>" -p go.opentelemetry.io/otel/semconv/v1.24.0 -lang=go1.23 -complete -installsuffix shared -buildid IkQ1VFoXx41t6NmAeNfP/IkQ1VFoXx41t6NmAeNfP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1392/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0/trace.go
2025-08-20T21:21:20.0077558Z [00:03:13.272]➜  cp $WORK/b1389/_pkg_.a /root/.cache/go-build/fe/fee231d6cf0dbf0492c93c2fc29d33b7c0d4cd982fa4d0a9c0c825d47c081f50-d # internal
2025-08-20T21:21:20.0078878Z [00:03:13.274]➜  cloud.google.com/go/monitoring/apiv3/v2/monitoringpb
2025-08-20T21:21:20.0079573Z [00:03:13.274]➜  mkdir -p $WORK/b1382/
2025-08-20T21:21:20.0080303Z [00:03:13.274]➜  cat >/tmp/go-build3547871397/b1382/importcfg << 'EOF' # internal
2025-08-20T21:21:20.0089707Z [00:03:13.276]➜  # import config
2025-08-20T21:21:20.0090834Z [00:03:13.276]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:20.0092079Z [00:03:13.276]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3547871397/b1265/_pkg_.a
2025-08-20T21:21:20.0093666Z [00:03:13.276]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3547871397/b1264/_pkg_.a
2025-08-20T21:21:20.0095116Z [00:03:13.276]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build3547871397/b1383/_pkg_.a
2025-08-20T21:21:20.0096490Z [00:03:13.276]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3547871397/b1384/_pkg_.a
2025-08-20T21:21:20.0097868Z [00:03:13.276]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build3547871397/b1385/_pkg_.a
2025-08-20T21:21:20.0099366Z [00:03:13.276]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3547871397/b1386/_pkg_.a
2025-08-20T21:21:20.0100711Z [00:03:13.276]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3547871397/b952/_pkg_.a
2025-08-20T21:21:20.0102116Z [00:03:13.276]➜  packagefile google.golang.org/genproto/googleapis/type/calendarperiod=/tmp/go-build3547871397/b1388/_pkg_.a
2025-08-20T21:21:20.0103537Z [00:03:13.276]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:20.0104565Z [00:03:13.276]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:20.0107006Z [00:03:13.276]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:20.0108312Z [00:03:13.276]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:20.0111191Z [00:03:13.276]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:20.0112564Z [00:03:13.276]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:20.0114230Z [00:03:13.276]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3547871397/b1017/_pkg_.a
2025-08-20T21:21:20.0115663Z [00:03:13.276]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3547871397/b1018/_pkg_.a
2025-08-20T21:21:20.0120318Z [00:03:13.276]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:20.0121849Z [00:03:13.276]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:20.0123186Z [00:03:13.276]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:20.0124031Z [00:03:13.276]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:20.0124620Z [00:03:13.276]➜  EOF
2025-08-20T21:21:20.0141136Z [00:03:13.276]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1382/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb=>cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb;$WORK/b1382=>" -p cloud.google.com/go/monitoring/apiv3/v2/monitoringpb -lang=go1.21 -complete -installsuffix shared -buildid sqU1_g5-v2_v2I39GjlP/sqU1_g5-v2_v2I39GjlP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1382/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/alert.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/alert_service.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/common.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/dropped_labels.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/group.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/group_service.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/metric.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/metric_service.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/mutation_record.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/notification.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/notification_service.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/query_service.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/service.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/service_service.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/snooze.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/snooze_service.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/span_context.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/uptime.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/monitoringpb/uptime_service.pb.go
2025-08-20T21:21:20.0156863Z [00:03:13.278]➜  cp $WORK/b829/_pkg_.a /root/.cache/go-build/ca/caa41c8e8f358797c942ca8d300e8cd8e8bce95a28669cc94257eb4065276eaa-d # internal
2025-08-20T21:21:20.0157980Z [00:03:13.278]➜  github.com/glebarez/go-sqlite
2025-08-20T21:21:20.0158532Z [00:03:13.279]➜  mkdir -p $WORK/b820/
2025-08-20T21:21:20.0159228Z [00:03:13.279]➜  cat >/tmp/go-build3547871397/b820/importcfg << 'EOF' # internal
2025-08-20T21:21:20.0159870Z [00:03:13.279]➜  # import config
2025-08-20T21:21:20.0160514Z [00:03:13.280]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:20.0161361Z [00:03:13.280]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:21:20.0162334Z [00:03:13.280]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:21:20.0163567Z [00:03:13.280]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:20.0164492Z [00:03:13.280]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:20.0165425Z [00:03:13.280]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:20.0166216Z [00:03:13.280]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:20.0167014Z [00:03:13.280]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:20.0167867Z [00:03:13.280]➜  packagefile modernc.org/libc=/tmp/go-build3547871397/b821/_pkg_.a
2025-08-20T21:21:20.0168933Z [00:03:13.280]➜  packagefile modernc.org/libc/sys/types=/tmp/go-build3547871397/b828/_pkg_.a
2025-08-20T21:21:20.0169974Z [00:03:13.280]➜  packagefile modernc.org/sqlite/lib=/tmp/go-build3547871397/b829/_pkg_.a
2025-08-20T21:21:20.0170930Z [00:03:13.280]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:20.0171749Z [00:03:13.280]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:20.0172545Z [00:03:13.280]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:20.0175316Z [00:03:13.280]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:20.0176363Z [00:03:13.280]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:20.0177569Z [00:03:13.280]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:20.0178621Z [00:03:13.280]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:20.0179404Z [00:03:13.280]➜  EOF
2025-08-20T21:21:20.0185518Z [00:03:13.280]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b820/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/glebarez/go-sqlite@v1.22.0=>github.com/glebarez/go-sqlite@v1.22.0;$WORK/b820=>" -p github.com/glebarez/go-sqlite -lang=go1.17 -complete -installsuffix shared -buildid WQD2zR9SYxFKNP8mcnU2/WQD2zR9SYxFKNP8mcnU2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b820/importcfg -pack /root/go/pkg/mod/github.com/glebarez/go-sqlite@v1.22.0/mutex.go /root/go/pkg/mod/github.com/glebarez/go-sqlite@v1.22.0/rulimit.go /root/go/pkg/mod/github.com/glebarez/go-sqlite@v1.22.0/sqlite.go /root/go/pkg/mod/github.com/glebarez/go-sqlite@v1.22.0/sqlite_go18.go
2025-08-20T21:21:20.0876366Z [00:03:13.355]➜  go tool buildid -w $WORK/b1359/_pkg_.a # internal
2025-08-20T21:21:20.0923959Z [00:03:13.360]➜  cp $WORK/b1359/_pkg_.a /root/.cache/go-build/2e/2e5f3a15639e3494b8e4f5077ca7ba3793266c5561851c5cdb434ba0f71ae00d-d # internal
2025-08-20T21:21:20.0928236Z [00:03:13.360]➜  cloud.google.com/go/storage/internal/apiv2
2025-08-20T21:21:20.0928870Z [00:03:13.360]➜  mkdir -p $WORK/b1352/
2025-08-20T21:21:20.0935330Z [00:03:13.361]➜  cat >/tmp/go-build3547871397/b1352/importcfg << 'EOF' # internal
2025-08-20T21:21:20.0936467Z [00:03:13.361]➜  # import config
2025-08-20T21:21:20.0937630Z [00:03:13.361]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3547871397/b1263/_pkg_.a
2025-08-20T21:21:20.0938825Z [00:03:13.361]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build3547871397/b1286/_pkg_.a
2025-08-20T21:21:20.0940242Z [00:03:13.361]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build3547871397/b1353/_pkg_.a
2025-08-20T21:21:20.0941324Z [00:03:13.361]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:20.0942100Z [00:03:13.361]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:20.0943289Z [00:03:13.361]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3547871397/b1267/_pkg_.a
2025-08-20T21:21:20.0944655Z [00:03:13.361]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build3547871397/b1355/_pkg_.a
2025-08-20T21:21:20.0946031Z [00:03:13.361]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build3547871397/b1356/_pkg_.a
2025-08-20T21:21:20.0947281Z [00:03:13.361]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3547871397/b1357/_pkg_.a
2025-08-20T21:21:20.0948414Z [00:03:13.361]➜  packagefile google.golang.org/api/option=/tmp/go-build3547871397/b1297/_pkg_.a
2025-08-20T21:21:20.0949679Z [00:03:13.361]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3547871397/b1358/_pkg_.a
2025-08-20T21:21:20.0950995Z [00:03:13.361]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3547871397/b1359/_pkg_.a
2025-08-20T21:21:20.0952137Z [00:03:13.361]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:20.0953418Z [00:03:13.361]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:20.0954562Z [00:03:13.361]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:20.0955566Z [00:03:13.361]➜  packagefile iter=/tmp/go-build3547871397/b039/_pkg_.a
2025-08-20T21:21:20.0956399Z [00:03:13.361]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:20.0957253Z [00:03:13.361]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:20.0958097Z [00:03:13.361]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:20.0959148Z [00:03:13.361]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:20.0960010Z [00:03:13.361]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:20.0960873Z [00:03:13.361]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:20.0961511Z [00:03:13.361]➜  EOF
2025-08-20T21:21:20.0978543Z [00:03:13.361]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1352/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/internal/apiv2=>cloud.google.com/go/storage@v1.49.0/internal/apiv2;$WORK/b1352=>" -p cloud.google.com/go/storage/internal/apiv2 -lang=go1.21 -complete -installsuffix shared -buildid qrnxBfhL5xysnvp8dYEM/qrnxBfhL5xysnvp8dYEM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1352/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/internal/apiv2/auxiliary.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/internal/apiv2/auxiliary_go123.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/internal/apiv2/doc.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/internal/apiv2/helpers.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/internal/apiv2/storage_client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/internal/apiv2/version.go
2025-08-20T21:21:20.2463703Z [00:03:13.513]➜  go tool buildid -w $WORK/b820/_pkg_.a # internal
2025-08-20T21:21:20.2515033Z [00:03:13.519]➜  cp $WORK/b820/_pkg_.a /root/.cache/go-build/93/933ee174616a3f0363ba86d93dd5bff045bfab887141d6ac17fbee0d31461283-d # internal
2025-08-20T21:21:20.2519613Z [00:03:13.519]➜  github.com/glebarez/sqlite
2025-08-20T21:21:20.2520199Z [00:03:13.519]➜  mkdir -p $WORK/b818/
2025-08-20T21:21:20.2530983Z [00:03:13.520]➜  cat >/tmp/go-build3547871397/b818/importcfg << 'EOF' # internal
2025-08-20T21:21:20.2532039Z [00:03:13.520]➜  # import config
2025-08-20T21:21:20.2532993Z [00:03:13.520]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:20.2533874Z [00:03:13.520]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:21:20.2534851Z [00:03:13.520]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:20.2535656Z [00:03:13.520]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:20.2536646Z [00:03:13.520]➜  packagefile github.com/glebarez/go-sqlite=/tmp/go-build3547871397/b820/_pkg_.a
2025-08-20T21:21:20.2537611Z [00:03:13.520]➜  packagefile gorm.io/gorm=/tmp/go-build3547871397/b830/_pkg_.a
2025-08-20T21:21:20.2538517Z [00:03:13.520]➜  packagefile gorm.io/gorm/callbacks=/tmp/go-build3547871397/b848/_pkg_.a
2025-08-20T21:21:20.2539452Z [00:03:13.520]➜  packagefile gorm.io/gorm/clause=/tmp/go-build3547871397/b832/_pkg_.a
2025-08-20T21:21:20.2540379Z [00:03:13.520]➜  packagefile gorm.io/gorm/logger=/tmp/go-build3547871397/b836/_pkg_.a
2025-08-20T21:21:20.2541305Z [00:03:13.520]➜  packagefile gorm.io/gorm/migrator=/tmp/go-build3547871397/b849/_pkg_.a
2025-08-20T21:21:20.2542112Z [00:03:13.520]➜  packagefile gorm.io/gorm/schema=/tmp/go-build3547871397/b837/_pkg_.a
2025-08-20T21:21:20.2543280Z [00:03:13.520]➜  packagefile modernc.org/sqlite/lib=/tmp/go-build3547871397/b829/_pkg_.a
2025-08-20T21:21:20.2544155Z [00:03:13.520]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:20.2544946Z [00:03:13.520]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:20.2545758Z [00:03:13.520]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:20.2546373Z [00:03:13.520]➜  EOF
2025-08-20T21:21:20.2550992Z [00:03:13.521]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b818/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/glebarez/sqlite@v1.11.0=>github.com/glebarez/sqlite@v1.11.0;$WORK/b818=>" -p github.com/glebarez/sqlite -lang=go1.18 -complete -installsuffix shared -buildid 0hyfdR5dsJERrBn9qsmX/0hyfdR5dsJERrBn9qsmX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b818/importcfg -pack /root/go/pkg/mod/github.com/glebarez/sqlite@v1.11.0/ddlmod.go /root/go/pkg/mod/github.com/glebarez/sqlite@v1.11.0/errors.go /root/go/pkg/mod/github.com/glebarez/sqlite@v1.11.0/migrator.go /root/go/pkg/mod/github.com/glebarez/sqlite@v1.11.0/sqlite.go
2025-08-20T21:21:20.2947998Z [00:03:13.562]➜  go tool buildid -w $WORK/b1392/_pkg_.a # internal
2025-08-20T21:21:20.3048211Z [00:03:13.572]➜  cp $WORK/b1392/_pkg_.a /root/.cache/go-build/46/46ed6dbffbfaff1f0b4ce41c0a6a90f5101b02f8b49a420f2483beea38d554f7-d # internal
2025-08-20T21:21:20.3050428Z [00:03:13.572]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping
2025-08-20T21:21:20.3052217Z [00:03:13.572]➜  mkdir -p $WORK/b1391/
2025-08-20T21:21:20.3060988Z [00:03:13.573]➜  cat >/tmp/go-build3547871397/b1391/importcfg << 'EOF' # internal
2025-08-20T21:21:20.3061768Z [00:03:13.573]➜  # import config
2025-08-20T21:21:20.3062869Z [00:03:13.573]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build3547871397/b1392/_pkg_.a
2025-08-20T21:21:20.3064612Z [00:03:13.573]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3547871397/b1386/_pkg_.a
2025-08-20T21:21:20.3065819Z [00:03:13.573]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:20.3066451Z [00:03:13.573]➜  EOF
2025-08-20T21:21:20.3072002Z [00:03:13.573]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1391/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/internal/resourcemapping@v0.48.1=>github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping@v0.48.1;$WORK/b1391=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping -lang=go1.21 -complete -installsuffix shared -buildid A9cQB-tOyXT9ln_XqT9s/A9cQB-tOyXT9ln_XqT9s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1391/importcfg -pack /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/internal/resourcemapping@v0.48.1/resourcemapping.go
﻿2025-08-20T21:21:20.3720259Z [00:03:13.639]➜  go tool buildid -w $WORK/b1391/_pkg_.a # internal
2025-08-20T21:21:20.3738284Z [00:03:13.641]➜  cp $WORK/b1391/_pkg_.a /root/.cache/go-build/4b/4b1ea2adaeeca410a7ae8fd1dcc00754c424db4e9084a93e90a7d7476000ea73-d # internal
2025-08-20T21:21:20.3746610Z [00:03:13.642]➜  google.golang.org/grpc/encoding/gzip
2025-08-20T21:21:20.3751152Z [00:03:13.642]➜  mkdir -p $WORK/b1393/
2025-08-20T21:21:20.3760844Z [00:03:13.643]➜  cat >/tmp/go-build3547871397/b1393/importcfg << 'EOF' # internal
2025-08-20T21:21:20.3763857Z [00:03:13.643]➜  # import config
2025-08-20T21:21:20.3769119Z [00:03:13.643]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:21:20.3770062Z [00:03:13.643]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:20.3770911Z [00:03:13.643]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:20.3771844Z [00:03:13.643]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3547871397/b986/_pkg_.a
2025-08-20T21:21:20.3773024Z [00:03:13.643]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:20.3773866Z [00:03:13.643]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:20.3774498Z [00:03:13.643]➜  EOF
2025-08-20T21:21:20.3793498Z [00:03:13.646]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1393/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/encoding/gzip=>google.golang.org/grpc@v1.68.1/encoding/gzip;$WORK/b1393=>" -p google.golang.org/grpc/encoding/gzip -lang=go1.22 -complete -installsuffix shared -buildid FRB-qv3I3YE5DdohCN9v/FRB-qv3I3YE5DdohCN9v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1393/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/encoding/gzip/gzip.go
2025-08-20T21:21:20.4082025Z [00:03:13.675]➜  go tool buildid -w $WORK/b1393/_pkg_.a # internal
2025-08-20T21:21:20.4099692Z [00:03:13.677]➜  cp $WORK/b1393/_pkg_.a /root/.cache/go-build/ad/ade0897b1db189259f949fadfd23dc57cb74f815014dac51b102b552368853a8-d # internal
2025-08-20T21:21:20.4110095Z [00:03:13.678]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp
2025-08-20T21:21:20.4110972Z [00:03:13.678]➜  mkdir -p $WORK/b1395/
2025-08-20T21:21:20.4123710Z [00:03:13.679]➜  cat >/tmp/go-build3547871397/b1395/importcfg << 'EOF' # internal
2025-08-20T21:21:20.4130137Z [00:03:13.680]➜  # import config
2025-08-20T21:21:20.4131127Z [00:03:13.680]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3547871397/b1261/_pkg_.a
2025-08-20T21:21:20.4132167Z [00:03:13.680]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:20.4133249Z [00:03:13.680]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:20.4134029Z [00:03:13.680]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:20.4134812Z [00:03:13.680]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:20.4135625Z [00:03:13.680]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:20.4136476Z [00:03:13.680]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:20.4137092Z [00:03:13.680]➜  EOF
2025-08-20T21:21:20.4145840Z [00:03:13.680]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1395/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/detectors/gcp@v1.25.0=>github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp@v1.25.0;$WORK/b1395=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp -lang=go1.21 -complete -installsuffix shared -buildid qAJT4PrObiibSB7l5RXY/qAJT4PrObiibSB7l5RXY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1395/importcfg -pack /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/detectors/gcp@v1.25.0/app_engine.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/detectors/gcp@v1.25.0/bms.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/detectors/gcp@v1.25.0/detector.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/detectors/gcp@v1.25.0/faas.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/detectors/gcp@v1.25.0/gce.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/detectors/gcp@v1.25.0/gke.go
2025-08-20T21:21:20.4258952Z [00:03:13.693]➜  go tool buildid -w $WORK/b1352/_pkg_.a # internal
2025-08-20T21:21:20.4317251Z [00:03:13.699]➜  cp $WORK/b1352/_pkg_.a /root/.cache/go-build/b3/b3d790bbef4a49032d1565097ed462e6df44f3c7f24a866a3afe0a00cf838457-d # internal
2025-08-20T21:21:20.4322877Z [00:03:13.699]➜  google.golang.org/api/internal/gensupport
2025-08-20T21:21:20.4329186Z [00:03:13.699]➜  mkdir -p $WORK/b1397/
2025-08-20T21:21:20.4330031Z [00:03:13.700]➜  cat >/tmp/go-build3547871397/b1397/importcfg << 'EOF' # internal
2025-08-20T21:21:20.4330764Z [00:03:13.700]➜  # import config
2025-08-20T21:21:20.4331455Z [00:03:13.700]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:20.4332382Z [00:03:13.700]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:20.4333493Z [00:03:13.700]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:20.4334410Z [00:03:13.700]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:20.4335268Z [00:03:13.700]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:20.4336201Z [00:03:13.700]➜  packagefile github.com/google/uuid=/tmp/go-build3547871397/b276/_pkg_.a
2025-08-20T21:21:20.4337338Z [00:03:13.700]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3547871397/b1267/_pkg_.a
2025-08-20T21:21:20.4338591Z [00:03:13.700]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build3547871397/b1268/_pkg_.a
2025-08-20T21:21:20.4339837Z [00:03:13.700]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build3547871397/b1273/_pkg_.a
2025-08-20T21:21:20.4340995Z [00:03:13.700]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3547871397/b1270/_pkg_.a
2025-08-20T21:21:20.4342385Z [00:03:13.700]➜  packagefile google.golang.org/api/internal=/tmp/go-build3547871397/b1311/_pkg_.a
2025-08-20T21:21:20.4364698Z [00:03:13.700]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:20.4365553Z [00:03:13.700]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:20.4366373Z [00:03:13.700]➜  packagefile mime=/tmp/go-build3547871397/b236/_pkg_.a
2025-08-20T21:21:20.4367272Z [00:03:13.700]➜  packagefile mime/multipart=/tmp/go-build3547871397/b237/_pkg_.a
2025-08-20T21:21:20.4368177Z [00:03:13.700]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:20.4369029Z [00:03:13.700]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:20.4369968Z [00:03:13.700]➜  packagefile net/textproto=/tmp/go-build3547871397/b233/_pkg_.a
2025-08-20T21:21:20.4370869Z [00:03:13.700]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:20.4371759Z [00:03:13.700]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:20.4372793Z [00:03:13.700]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:20.4373662Z [00:03:13.700]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:20.4374490Z [00:03:13.700]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:20.4375313Z [00:03:13.700]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:20.4376212Z [00:03:13.700]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:20.4376848Z [00:03:13.700]➜  EOF
2025-08-20T21:21:20.4386801Z [00:03:13.700]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1397/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/gensupport=>google.golang.org/api@v0.215.0/internal/gensupport;$WORK/b1397=>" -p google.golang.org/api/internal/gensupport -lang=go1.21 -complete -installsuffix shared -buildid pYneMHvKyrfn9s7oTgQx/pYneMHvKyrfn9s7oTgQx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1397/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/gensupport/buffer.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/gensupport/doc.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/gensupport/error.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/gensupport/json.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/gensupport/jsonfloat.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/gensupport/media.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/gensupport/params.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/gensupport/resumable.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/gensupport/retry.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/gensupport/send.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/internal/gensupport/version.go
2025-08-20T21:21:20.4819731Z [00:03:13.749]➜  go tool buildid -w $WORK/b1395/_pkg_.a # internal
2025-08-20T21:21:20.4835389Z [00:03:13.751]➜  cp $WORK/b1395/_pkg_.a /root/.cache/go-build/33/33d004890e34126deb1d4c53732e82591e88865fdd868d49e1e7994ae27bc1a9-d # internal
2025-08-20T21:21:20.4843642Z [00:03:13.751]➜  go.opentelemetry.io/contrib/detectors/gcp
2025-08-20T21:21:20.4867900Z [00:03:13.754]➜  mkdir -p $WORK/b1394/
2025-08-20T21:21:20.4908338Z [00:03:13.758]➜  cat >/tmp/go-build3547871397/b1394/importcfg << 'EOF' # internal
2025-08-20T21:21:20.4926148Z [00:03:13.758]➜  # import config
2025-08-20T21:21:20.4927135Z [00:03:13.758]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3547871397/b1261/_pkg_.a
2025-08-20T21:21:20.4928249Z [00:03:13.758]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:20.4929150Z [00:03:13.758]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:20.4929990Z [00:03:13.758]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:20.4931422Z [00:03:13.758]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp=/tmp/go-build3547871397/b1395/_pkg_.a
2025-08-20T21:21:20.4933377Z [00:03:13.758]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:20.4934682Z [00:03:13.758]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3547871397/b1293/_pkg_.a
2025-08-20T21:21:20.4936010Z [00:03:13.758]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3547871397/b1106/_pkg_.a
2025-08-20T21:21:20.4937097Z [00:03:13.758]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:20.4937929Z [00:03:13.758]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:20.4938845Z [00:03:13.758]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:20.4939514Z [00:03:13.758]➜  EOF
2025-08-20T21:21:20.4948729Z [00:03:13.761]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1394/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.31.0=>go.opentelemetry.io/contrib/detectors/gcp@v1.31.0;$WORK/b1394=>" -p go.opentelemetry.io/contrib/detectors/gcp -lang=go1.22 -complete -installsuffix shared -buildid mfAJZ3Jw1vOse-cfALWc/mfAJZ3Jw1vOse-cfALWc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1394/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.31.0/cloud-function.go /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.31.0/cloud-run.go /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.31.0/detector.go /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.31.0/gce.go /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.31.0/gke.go /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.31.0/types.go /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.31.0/version.go
2025-08-20T21:21:20.6529321Z [00:03:13.920]➜  go tool buildid -w $WORK/b818/_pkg_.a # internal
2025-08-20T21:21:20.6600764Z [00:03:13.927]➜  cp $WORK/b818/_pkg_.a /root/.cache/go-build/33/334e12a3012c478d1d1e38a422fc8b012d73a3c1be843890809edc402872cbed-d # internal
2025-08-20T21:21:20.6607711Z [00:03:13.928]➜  go tool buildid -w $WORK/b1397/_pkg_.a # internal
2025-08-20T21:21:20.6615484Z [00:03:13.929]➜  github.com/anchore/grype/grype/db/internal/gormadapter
2025-08-20T21:21:20.6616555Z [00:03:13.929]➜  mkdir -p $WORK/b815/
2025-08-20T21:21:20.6631616Z [00:03:13.930]➜  cat >/tmp/go-build3547871397/b815/importcfg << 'EOF' # internal
2025-08-20T21:21:20.6632541Z [00:03:13.930]➜  # import config
2025-08-20T21:21:20.6633596Z [00:03:13.930]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:20.6634577Z [00:03:13.930]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:20.6635652Z [00:03:13.930]➜  packagefile github.com/anchore/go-logger=/tmp/go-build3547871397/b765/_pkg_.a
2025-08-20T21:21:20.6636978Z [00:03:13.930]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:21:20.6638523Z [00:03:13.930]➜  packagefile github.com/glebarez/sqlite=/tmp/go-build3547871397/b818/_pkg_.a
2025-08-20T21:21:20.6639696Z [00:03:13.930]➜  packagefile gorm.io/gorm=/tmp/go-build3547871397/b830/_pkg_.a
2025-08-20T21:21:20.6641792Z [00:03:13.930]➜  packagefile gorm.io/gorm/logger=/tmp/go-build3547871397/b836/_pkg_.a
2025-08-20T21:21:20.6649310Z [00:03:13.930]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:20.6650203Z [00:03:13.930]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:20.6651002Z [00:03:13.930]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:20.6651759Z [00:03:13.930]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:20.6652319Z [00:03:13.930]➜  EOF
2025-08-20T21:21:20.6656941Z [00:03:13.930]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b815/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/internal/gormadapter=>github.com/anchore/grype@v0.96.0/grype/db/internal/gormadapter;$WORK/b815=>" -p github.com/anchore/grype/grype/db/internal/gormadapter -lang=go1.24 -complete -installsuffix shared -buildid hYE0z2WWb-OM-dWr_2z6/hYE0z2WWb-OM-dWr_2z6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b815/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/internal/gormadapter/logger.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/internal/gormadapter/open.go
2025-08-20T21:21:20.6661712Z [00:03:13.932]➜  cp $WORK/b1397/_pkg_.a /root/.cache/go-build/ec/ec3d9dd245439fbc81b3f83de6bb3674eb5c203ffb03036b7a00d400f192f96a-d # internal
2025-08-20T21:21:20.6677616Z [00:03:13.932]➜  cloud.google.com/go/auth/httptransport
2025-08-20T21:21:20.6678250Z [00:03:13.932]➜  mkdir -p $WORK/b1399/
2025-08-20T21:21:20.6678940Z [00:03:13.932]➜  cat >/tmp/go-build3547871397/b1399/importcfg << 'EOF' # internal
2025-08-20T21:21:20.6679555Z [00:03:13.932]➜  # import config
2025-08-20T21:21:20.6680250Z [00:03:13.932]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3547871397/b1298/_pkg_.a
2025-08-20T21:21:20.6681337Z [00:03:13.932]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3547871397/b1312/_pkg_.a
2025-08-20T21:21:20.6682424Z [00:03:13.932]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3547871397/b1299/_pkg_.a
2025-08-20T21:21:20.6683755Z [00:03:13.932]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build3547871397/b1362/_pkg_.a
2025-08-20T21:21:20.6684976Z [00:03:13.932]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build3547871397/b1317/_pkg_.a
2025-08-20T21:21:20.6685956Z [00:03:13.932]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:20.6686722Z [00:03:13.932]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:20.6687661Z [00:03:13.932]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:20.6688399Z [00:03:13.932]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:20.6689603Z [00:03:13.932]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3547871397/b1301/_pkg_.a
2025-08-20T21:21:20.6690920Z [00:03:13.932]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build3547871397/b1091/_pkg_.a
2025-08-20T21:21:20.6692171Z [00:03:13.932]➜  packagefile golang.org/x/net/http2=/tmp/go-build3547871397/b256/_pkg_.a
2025-08-20T21:21:20.6693288Z [00:03:13.932]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:20.6694121Z [00:03:13.932]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:20.6694940Z [00:03:13.932]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:20.6695762Z [00:03:13.932]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:20.6696583Z [00:03:13.932]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:20.6697190Z [00:03:13.932]➜  EOF
2025-08-20T21:21:20.6701421Z [00:03:13.932]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1399/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/httptransport=>cloud.google.com/go/auth@v0.13.0/httptransport;$WORK/b1399=>" -p cloud.google.com/go/auth/httptransport -lang=go1.21 -complete -installsuffix shared -buildid 3LVYnURJo_VjTCTgb-Ih/3LVYnURJo_VjTCTgb-Ih -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1399/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/httptransport/httptransport.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.13.0/httptransport/transport.go
2025-08-20T21:21:20.6979839Z [00:03:13.965]➜  go tool buildid -w $WORK/b1394/_pkg_.a # internal
2025-08-20T21:21:20.7002833Z [00:03:13.967]➜  cp $WORK/b1394/_pkg_.a /root/.cache/go-build/9e/9e3fc1ae49f6b7de2a531883957d6cff6c6a037b5ccfaa88844ae58ca6cef1f9-d # internal
2025-08-20T21:21:20.7016168Z [00:03:13.968]➜  google.golang.org/api/googleapi/transport
2025-08-20T21:21:20.7016747Z [00:03:13.968]➜  mkdir -p $WORK/b1400/
2025-08-20T21:21:20.7017440Z [00:03:13.968]➜  cat >/tmp/go-build3547871397/b1400/importcfg << 'EOF' # internal
2025-08-20T21:21:20.7018276Z [00:03:13.968]➜  # import config
2025-08-20T21:21:20.7018954Z [00:03:13.968]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:20.7019824Z [00:03:13.968]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:20.7020479Z [00:03:13.968]➜  EOF
2025-08-20T21:21:20.7024628Z [00:03:13.969]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1400/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.215.0/googleapi/transport=>google.golang.org/api@v0.215.0/googleapi/transport;$WORK/b1400=>" -p google.golang.org/api/googleapi/transport -lang=go1.21 -complete -installsuffix shared -buildid UPNegso4-UxV4u2LwSb2/UPNegso4-UxV4u2LwSb2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1400/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.215.0/googleapi/transport/apikey.go
2025-08-20T21:21:20.7217658Z [00:03:13.989]➜  go tool buildid -w $WORK/b1400/_pkg_.a # internal
2025-08-20T21:21:20.7224015Z [00:03:13.990]➜  cp $WORK/b1400/_pkg_.a /root/.cache/go-build/d3/d3208024cc7c74bf03d7938e85f0219adf3572b91efa65963b6568a5a68afb28-d # internal
2025-08-20T21:21:20.7226492Z [00:03:13.990]➜  google.golang.org/grpc/balancer/rls/internal/adaptive
2025-08-20T21:21:20.7229102Z [00:03:13.990]➜  mkdir -p $WORK/b1404/
2025-08-20T21:21:20.7231638Z [00:03:13.990]➜  cat >/tmp/go-build3547871397/b1404/importcfg << 'EOF' # internal
2025-08-20T21:21:20.7233985Z [00:03:13.991]➜  # import config
2025-08-20T21:21:20.7235557Z [00:03:13.991]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:20.7236796Z [00:03:13.991]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:20.7238112Z [00:03:13.991]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:20.7238857Z [00:03:13.991]➜  EOF
2025-08-20T21:21:20.7244347Z [00:03:13.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1404/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/rls/internal/adaptive=>google.golang.org/grpc@v1.68.1/balancer/rls/internal/adaptive;$WORK/b1404=>" -p google.golang.org/grpc/balancer/rls/internal/adaptive -lang=go1.22 -complete -installsuffix shared -buildid c5CqPFBmJRfzcpCWazCI/c5CqPFBmJRfzcpCWazCI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1404/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/rls/internal/adaptive/adaptive.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/rls/internal/adaptive/lookback.go
2025-08-20T21:21:20.7464680Z [00:03:14.013]➜  go tool buildid -w $WORK/b1404/_pkg_.a # internal
2025-08-20T21:21:20.7472314Z [00:03:14.014]➜  cp $WORK/b1404/_pkg_.a /root/.cache/go-build/1d/1d78daa5c2fc8980fb9e8226355844de608fd0754ac83755a07491af9255bc1d-d # internal
2025-08-20T21:21:20.7482511Z [00:03:14.015]➜  google.golang.org/grpc/internal/proto/grpc_lookup_v1
2025-08-20T21:21:20.7483283Z [00:03:14.015]➜  mkdir -p $WORK/b1406/
2025-08-20T21:21:20.7483997Z [00:03:14.015]➜  cat >/tmp/go-build3547871397/b1406/importcfg << 'EOF' # internal
2025-08-20T21:21:20.7484619Z [00:03:14.015]➜  # import config
2025-08-20T21:21:20.7485220Z [00:03:14.015]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:20.7486063Z [00:03:14.015]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:20.7487042Z [00:03:14.015]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:20.7488049Z [00:03:14.015]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:20.7489210Z [00:03:14.015]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:20.7490463Z [00:03:14.016]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:20.7491680Z [00:03:14.016]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:20.7497336Z [00:03:14.016]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:20.7498445Z [00:03:14.016]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:20.7499222Z [00:03:14.016]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:20.7499776Z [00:03:14.016]➜  EOF
2025-08-20T21:21:20.7505048Z [00:03:14.017]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1406/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/proto/grpc_lookup_v1=>google.golang.org/grpc@v1.68.1/internal/proto/grpc_lookup_v1;$WORK/b1406=>" -p google.golang.org/grpc/internal/proto/grpc_lookup_v1 -lang=go1.22 -complete -installsuffix shared -buildid YXLGdTGiDd4NdSiELN53/YXLGdTGiDd4NdSiELN53 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1406/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/proto/grpc_lookup_v1/rls.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/proto/grpc_lookup_v1/rls_config.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/proto/grpc_lookup_v1/rls_grpc.pb.go
2025-08-20T21:21:20.7670620Z [00:03:14.034]➜  go tool buildid -w $WORK/b1399/_pkg_.a # internal
2025-08-20T21:21:20.7688905Z [00:03:14.036]➜  cp $WORK/b1399/_pkg_.a /root/.cache/go-build/1b/1b07f128780f6359f1e6a1301b24521d8410f2a10958f342cb2ccfea1b83b27e-d # internal
2025-08-20T21:21:20.7700680Z [00:03:14.036]➜  google.golang.org/api/transport/http
2025-08-20T21:21:20.7701377Z [00:03:14.036]➜  mkdir -p $WORK/b1398/
2025-08-20T21:21:20.7702160Z [00:03:14.037]➜  cat >/tmp/go-build3547871397/b1398/importcfg << 'EOF' # internal
2025-08-20T21:21:20.7703040Z [00:03:14.037]➜  # import config
2025-08-20T21:21:20.7704102Z [00:03:14.037]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3547871397/b1298/_pkg_.a
2025-08-20T21:21:20.7705404Z [00:03:14.037]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3547871397/b1312/_pkg_.a
2025-08-20T21:21:20.7707167Z [00:03:14.037]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build3547871397/b1399/_pkg_.a
2025-08-20T21:21:20.7708549Z [00:03:14.037]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build3547871397/b1323/_pkg_.a
2025-08-20T21:21:20.7709544Z [00:03:14.037]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:20.7710425Z [00:03:14.037]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:20.7711243Z [00:03:14.037]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:20.7712552Z [00:03:14.037]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build3547871397/b1091/_pkg_.a
2025-08-20T21:21:20.7713997Z [00:03:14.037]➜  packagefile golang.org/x/net/http2=/tmp/go-build3547871397/b256/_pkg_.a
2025-08-20T21:21:20.7714923Z [00:03:14.037]➜  packagefile golang.org/x/oauth2=/tmp/go-build3547871397/b446/_pkg_.a
2025-08-20T21:21:20.7715946Z [00:03:14.037]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build3547871397/b1400/_pkg_.a
2025-08-20T21:21:20.7717021Z [00:03:14.037]➜  packagefile google.golang.org/api/internal=/tmp/go-build3547871397/b1311/_pkg_.a
2025-08-20T21:21:20.7718066Z [00:03:14.037]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build3547871397/b1350/_pkg_.a
2025-08-20T21:21:20.7719076Z [00:03:14.037]➜  packagefile google.golang.org/api/option=/tmp/go-build3547871397/b1297/_pkg_.a
2025-08-20T21:21:20.7719895Z [00:03:14.037]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:20.7720605Z [00:03:14.037]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:20.7721302Z [00:03:14.037]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:20.7721828Z [00:03:14.037]➜  EOF
2025-08-20T21:21:20.7728072Z [00:03:14.040]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1398/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.215.0/transport/http=>google.golang.org/api@v0.215.0/transport/http;$WORK/b1398=>" -p google.golang.org/api/transport/http -lang=go1.21 -complete -installsuffix shared -buildid Y8NxvYeTlJAeO2RdsHQw/Y8NxvYeTlJAeO2RdsHQw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1398/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.215.0/transport/http/dial.go
2025-08-20T21:21:20.8454798Z [00:03:14.113]➜  go tool buildid -w $WORK/b815/_pkg_.a # internal
2025-08-20T21:21:20.8498105Z [00:03:14.117]➜  cp $WORK/b815/_pkg_.a /root/.cache/go-build/ee/ee0498d4d13c8f76dcf214ef0b0ec7410449139177c6edc98b85d5c6e8789aef-d # internal
2025-08-20T21:21:20.8500585Z [00:03:14.117]➜  google.golang.org/grpc/internal/cache
2025-08-20T21:21:20.8501834Z [00:03:14.117]➜  mkdir -p $WORK/b1408/
2025-08-20T21:21:20.8512602Z [00:03:14.119]➜  cat >/tmp/go-build3547871397/b1408/importcfg << 'EOF' # internal
2025-08-20T21:21:20.8514571Z [00:03:14.119]➜  # import config
2025-08-20T21:21:20.8516235Z [00:03:14.119]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:20.8517486Z [00:03:14.119]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:20.8518589Z [00:03:14.119]➜  EOF
2025-08-20T21:21:20.8522853Z [00:03:14.119]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1408/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/cache=>google.golang.org/grpc@v1.68.1/internal/cache;$WORK/b1408=>" -p google.golang.org/grpc/internal/cache -lang=go1.22 -complete -installsuffix shared -buildid 2NMeN02My7VydJMPA871/2NMeN02My7VydJMPA871 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1408/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/cache/timeoutCache.go
2025-08-20T21:21:20.8741630Z [00:03:14.141]➜  go tool buildid -w $WORK/b1408/_pkg_.a # internal
2025-08-20T21:21:20.8754658Z [00:03:14.142]➜  cp $WORK/b1408/_pkg_.a /root/.cache/go-build/94/945295a8ec11556b7c7b212ebabbdf5fa2e6acce2ed180cafa69c2a578e31544-d # internal
2025-08-20T21:21:20.8761095Z [00:03:14.143]➜  google.golang.org/grpc/internal/balancergroup
2025-08-20T21:21:20.8765038Z [00:03:14.144]➜  mkdir -p $WORK/b1407/
2025-08-20T21:21:20.8775494Z [00:03:14.145]➜  cat >/tmp/go-build3547871397/b1407/importcfg << 'EOF' # internal
2025-08-20T21:21:20.8776837Z [00:03:14.145]➜  # import config
2025-08-20T21:21:20.8779242Z [00:03:14.145]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:20.8780370Z [00:03:14.145]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:20.8783407Z [00:03:14.145]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:20.8784652Z [00:03:14.145]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:20.8786076Z [00:03:14.145]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3547871397/b991/_pkg_.a
2025-08-20T21:21:20.8787499Z [00:03:14.145]➜  packagefile google.golang.org/grpc/internal/cache=/tmp/go-build3547871397/b1408/_pkg_.a
2025-08-20T21:21:20.8788836Z [00:03:14.145]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:20.8790067Z [00:03:14.145]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:20.8791328Z [00:03:14.145]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:20.8792362Z [00:03:14.145]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:20.8793373Z [00:03:14.145]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:20.8794027Z [00:03:14.145]➜  EOF
2025-08-20T21:21:20.8794617Z [00:03:14.145]➜  go tool buildid -w $WORK/b1398/_pkg_.a # internal
2025-08-20T21:21:20.8799633Z [00:03:14.145]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1407/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/balancergroup=>google.golang.org/grpc@v1.68.1/internal/balancergroup;$WORK/b1407=>" -p google.golang.org/grpc/internal/balancergroup -lang=go1.22 -complete -installsuffix shared -buildid aKdK7cMwoo8BW4a7UPOj/aKdK7cMwoo8BW4a7UPOj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1407/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/balancergroup/balancergroup.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/balancergroup/balancerstateaggregator.go
2025-08-20T21:21:20.8822218Z [00:03:14.149]➜  go tool buildid -w $WORK/b1406/_pkg_.a # internal
2025-08-20T21:21:20.8823746Z [00:03:14.149]➜  cp $WORK/b1398/_pkg_.a /root/.cache/go-build/b8/b8d8d43b4614bb932ef02cf69c81ce006a19c00f1d0424a912122a3e364e40bb-d # internal
2025-08-20T21:21:20.8824937Z [00:03:14.149]➜  google.golang.org/api/iamcredentials/v1
2025-08-20T21:21:20.8825575Z [00:03:14.149]➜  mkdir -p $WORK/b1396/
2025-08-20T21:21:20.8826302Z [00:03:14.149]➜  cat >/tmp/go-build3547871397/b1396/importcfg << 'EOF' # internal
2025-08-20T21:21:20.8826986Z [00:03:14.149]➜  # import config
2025-08-20T21:21:20.8827676Z [00:03:14.149]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:20.8828531Z [00:03:14.149]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:20.8829438Z [00:03:14.149]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:20.8830330Z [00:03:14.149]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:20.8831167Z [00:03:14.149]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:20.8862987Z [00:03:14.149]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3547871397/b1301/_pkg_.a
2025-08-20T21:21:20.8864373Z [00:03:14.149]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3547871397/b1270/_pkg_.a
2025-08-20T21:21:20.8865705Z [00:03:14.149]➜  packagefile google.golang.org/api/internal=/tmp/go-build3547871397/b1311/_pkg_.a
2025-08-20T21:21:20.8866966Z [00:03:14.149]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build3547871397/b1397/_pkg_.a
2025-08-20T21:21:20.8868441Z [00:03:14.149]➜  packagefile google.golang.org/api/option=/tmp/go-build3547871397/b1297/_pkg_.a
2025-08-20T21:21:20.8869677Z [00:03:14.149]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3547871397/b1358/_pkg_.a
2025-08-20T21:21:20.8870938Z [00:03:14.149]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3547871397/b1398/_pkg_.a
2025-08-20T21:21:20.8871923Z [00:03:14.149]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:20.8874225Z [00:03:14.149]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:20.8875126Z [00:03:14.149]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:20.8875949Z [00:03:14.149]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:20.8876782Z [00:03:14.149]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:20.8877701Z [00:03:14.149]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:20.8878355Z [00:03:14.149]➜  EOF
2025-08-20T21:21:20.8882133Z [00:03:14.149]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1396/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.215.0/iamcredentials/v1=>google.golang.org/api@v0.215.0/iamcredentials/v1;$WORK/b1396=>" -p google.golang.org/api/iamcredentials/v1 -lang=go1.21 -complete -installsuffix shared -buildid 2iNeDg9omG7kFsnmG42b/2iNeDg9omG7kFsnmG42b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1396/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.215.0/iamcredentials/v1/iamcredentials-gen.go
2025-08-20T21:21:20.8886276Z [00:03:14.151]➜  cp $WORK/b1406/_pkg_.a /root/.cache/go-build/70/70c75246e2f261ef83874725496af0d4bb02a0229cef7087c944d7bf93b13da8-d # internal
2025-08-20T21:21:20.8887403Z [00:03:14.151]➜  google.golang.org/api/storage/v1
2025-08-20T21:21:20.8887982Z [00:03:14.152]➜  mkdir -p $WORK/b1401/
2025-08-20T21:21:20.8888719Z [00:03:14.152]➜  cat >/tmp/go-build3547871397/b1401/importcfg << 'EOF' # internal
2025-08-20T21:21:20.8889579Z [00:03:14.152]➜  # import config
2025-08-20T21:21:20.8890293Z [00:03:14.152]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:20.8891117Z [00:03:14.152]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:20.8891996Z [00:03:14.153]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:20.8893156Z [00:03:14.153]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:20.8894001Z [00:03:14.153]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:20.8895001Z [00:03:14.153]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3547871397/b1267/_pkg_.a
2025-08-20T21:21:20.8896270Z [00:03:14.153]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3547871397/b1301/_pkg_.a
2025-08-20T21:21:20.8897514Z [00:03:14.153]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3547871397/b1270/_pkg_.a
2025-08-20T21:21:20.8898685Z [00:03:14.153]➜  packagefile google.golang.org/api/internal=/tmp/go-build3547871397/b1311/_pkg_.a
2025-08-20T21:21:20.8899927Z [00:03:14.153]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build3547871397/b1397/_pkg_.a
2025-08-20T21:21:20.8901132Z [00:03:14.153]➜  packagefile google.golang.org/api/option=/tmp/go-build3547871397/b1297/_pkg_.a
2025-08-20T21:21:20.8902362Z [00:03:14.153]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3547871397/b1358/_pkg_.a
2025-08-20T21:21:20.8924005Z [00:03:14.153]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3547871397/b1398/_pkg_.a
2025-08-20T21:21:20.8925026Z [00:03:14.153]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:20.8926023Z [00:03:14.153]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:20.8926955Z [00:03:14.153]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:20.8927860Z [00:03:14.153]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:20.8929074Z [00:03:14.153]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:20.8929988Z [00:03:14.153]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:20.8930638Z [00:03:14.153]➜  EOF
2025-08-20T21:21:20.8937188Z [00:03:14.153]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1401/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.215.0/storage/v1=>google.golang.org/api@v0.215.0/storage/v1;$WORK/b1401=>" -p google.golang.org/api/storage/v1 -lang=go1.21 -complete -installsuffix shared -buildid shyvScPRDunP9n-Bz-Ps/shyvScPRDunP9n-Bz-Ps -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1401/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.215.0/storage/v1/storage-gen.go
2025-08-20T21:21:20.9525241Z [00:03:14.218]➜  go tool buildid -w $WORK/b1407/_pkg_.a # internal
2025-08-20T21:21:20.9567119Z [00:03:14.224]➜  cp $WORK/b1407/_pkg_.a /root/.cache/go-build/0e/0ef17049077d1152ff106c7c479faa7ce9e1733dfc49dc49ef00613903aa0f74-d # internal
2025-08-20T21:21:20.9574479Z [00:03:14.224]➜  google.golang.org/api/transport
2025-08-20T21:21:20.9575085Z [00:03:14.224]➜  mkdir -p $WORK/b1402/
2025-08-20T21:21:20.9575820Z [00:03:14.224]➜  cat >/tmp/go-build3547871397/b1402/importcfg << 'EOF' # internal
2025-08-20T21:21:20.9576497Z [00:03:14.224]➜  # import config
2025-08-20T21:21:20.9577198Z [00:03:14.224]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:20.9578173Z [00:03:14.224]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3547871397/b1303/_pkg_.a
2025-08-20T21:21:20.9579294Z [00:03:14.224]➜  packagefile google.golang.org/api/internal=/tmp/go-build3547871397/b1311/_pkg_.a
2025-08-20T21:21:20.9580493Z [00:03:14.224]➜  packagefile google.golang.org/api/option=/tmp/go-build3547871397/b1297/_pkg_.a
2025-08-20T21:21:20.9581667Z [00:03:14.224]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3547871397/b1359/_pkg_.a
2025-08-20T21:21:20.9583105Z [00:03:14.224]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3547871397/b1398/_pkg_.a
2025-08-20T21:21:20.9584477Z [00:03:14.224]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:20.9585377Z [00:03:14.224]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:20.9585998Z [00:03:14.224]➜  EOF
2025-08-20T21:21:20.9589853Z [00:03:14.224]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1402/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.215.0/transport=>google.golang.org/api@v0.215.0/transport;$WORK/b1402=>" -p google.golang.org/api/transport -lang=go1.21 -complete -installsuffix shared -buildid v3a9mwYpTDvu3UCBAzGg/v3a9mwYpTDvu3UCBAzGg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1402/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.215.0/transport/dial.go /root/go/pkg/mod/google.golang.org/api@v0.215.0/transport/doc.go
2025-08-20T21:21:21.0721656Z [00:03:14.339]➜  go tool buildid -w $WORK/b1396/_pkg_.a # internal
2025-08-20T21:21:21.0758452Z [00:03:14.343]➜  cp $WORK/b1396/_pkg_.a /root/.cache/go-build/c1/c12270716b4bda8110bbf85b38baafb3f116ad37d4ef093caf90ad6855051178-d # internal
2025-08-20T21:21:21.0772008Z [00:03:14.343]➜  google.golang.org/grpc/balancer/rls/internal/keys
2025-08-20T21:21:21.0772944Z [00:03:14.343]➜  mkdir -p $WORK/b1405/
2025-08-20T21:21:21.0773746Z [00:03:14.344]➜  cat >/tmp/go-build3547871397/b1405/importcfg << 'EOF' # internal
2025-08-20T21:21:21.0774483Z [00:03:14.344]➜  # import config
2025-08-20T21:21:21.0775188Z [00:03:14.344]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:21.0776047Z [00:03:14.344]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:21.0777508Z [00:03:14.344]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build3547871397/b1406/_pkg_.a
2025-08-20T21:21:21.0778941Z [00:03:14.344]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:21.0780161Z [00:03:14.344]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:21.0781041Z [00:03:14.344]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:21.0781700Z [00:03:14.344]➜  EOF
2025-08-20T21:21:21.0786321Z [00:03:14.344]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1405/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/rls/internal/keys=>google.golang.org/grpc@v1.68.1/balancer/rls/internal/keys;$WORK/b1405=>" -p google.golang.org/grpc/balancer/rls/internal/keys -lang=go1.22 -complete -installsuffix shared -buildid q62YRIvlOXLfrLgYrfFh/q62YRIvlOXLfrLgYrfFh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1405/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/rls/internal/keys/builder.go
2025-08-20T21:21:21.0942795Z [00:03:14.361]➜  go tool buildid -w $WORK/b1402/_pkg_.a # internal
2025-08-20T21:21:21.0968555Z [00:03:14.364]➜  cp $WORK/b1402/_pkg_.a /root/.cache/go-build/a9/a9cce578507fcf8c79c17f9d232f4ee2ae5171185a3fb7f90a4964823585d62c-d # internal
2025-08-20T21:21:21.0984691Z [00:03:14.366]➜  google.golang.org/grpc/stats/opentelemetry/internal
2025-08-20T21:21:21.0987206Z [00:03:14.366]➜  mkdir -p $WORK/b1410/
2025-08-20T21:21:21.0988005Z [00:03:14.366]➜  cat >/tmp/go-build3547871397/b1410/importcfg << 'EOF' # internal
2025-08-20T21:21:21.0988743Z [00:03:14.366]➜  # import config
2025-08-20T21:21:21.0989607Z [00:03:14.366]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:21.0990397Z [00:03:14.366]➜  EOF
2025-08-20T21:21:21.0995413Z [00:03:14.366]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1410/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc/stats/opentelemetry@v0.0.0-20241028142157-ada6787961b3/internal=>google.golang.org/grpc/stats/opentelemetry@v0.0.0-20241028142157-ada6787961b3/internal;$WORK/b1410=>" -p google.golang.org/grpc/stats/opentelemetry/internal -lang=go1.22 -complete -installsuffix shared -buildid y48pBCm9ej9XJID11KKW/y48pBCm9ej9XJID11KKW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1410/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc/stats/opentelemetry@v0.0.0-20241028142157-ada6787961b3/internal/pluginoption.go
2025-08-20T21:21:21.1080461Z [00:03:14.375]➜  go tool buildid -w $WORK/b1410/_pkg_.a # internal
2025-08-20T21:21:21.1101946Z [00:03:14.375]➜  cp $WORK/b1410/_pkg_.a /root/.cache/go-build/0d/0d9f0235cb048ae447442717ec6951dbc3cb8c4ffdc078b03dcbc05541b6e203-d # internal
2025-08-20T21:21:21.1103326Z [00:03:14.375]➜  google.golang.org/grpc/stats/opentelemetry
2025-08-20T21:21:21.1103986Z [00:03:14.375]➜  mkdir -p $WORK/b1409/
2025-08-20T21:21:21.1104719Z [00:03:14.375]➜  cat >/tmp/go-build3547871397/b1409/importcfg << 'EOF' # internal
2025-08-20T21:21:21.1105468Z [00:03:14.375]➜  # import config
2025-08-20T21:21:21.1106189Z [00:03:14.375]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:21.1107238Z [00:03:14.375]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:21.1108446Z [00:03:14.375]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3547871397/b1111/_pkg_.a
2025-08-20T21:21:21.1109633Z [00:03:14.375]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3547871397/b1116/_pkg_.a
2025-08-20T21:21:21.1110739Z [00:03:14.375]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:21.1111789Z [00:03:14.375]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:21.1113193Z [00:03:14.375]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3547871397/b973/_pkg_.a
2025-08-20T21:21:21.1114437Z [00:03:14.375]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:21.1115770Z [00:03:14.375]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:21.1117030Z [00:03:14.375]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3547871397/b1006/_pkg_.a
2025-08-20T21:21:21.1118416Z [00:03:14.375]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:21.1119558Z [00:03:14.375]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3547871397/b1007/_pkg_.a
2025-08-20T21:21:21.1120859Z [00:03:14.375]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal=/tmp/go-build3547871397/b1410/_pkg_.a
2025-08-20T21:21:21.1122152Z [00:03:14.375]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:21.1127181Z [00:03:14.375]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:21.1128106Z [00:03:14.375]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:21.1129177Z [00:03:14.375]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:21.1129839Z [00:03:14.375]➜  EOF
2025-08-20T21:21:21.1136240Z [00:03:14.375]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1409/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc/stats/opentelemetry@v0.0.0-20241028142157-ada6787961b3=>google.golang.org/grpc/stats/opentelemetry@v0.0.0-20241028142157-ada6787961b3;$WORK/b1409=>" -p google.golang.org/grpc/stats/opentelemetry -lang=go1.22 -complete -installsuffix shared -buildid fy2y3Z4fe0_W92iG8Fca/fy2y3Z4fe0_W92iG8Fca -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1409/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc/stats/opentelemetry@v0.0.0-20241028142157-ada6787961b3/client_metrics.go /root/go/pkg/mod/google.golang.org/grpc/stats/opentelemetry@v0.0.0-20241028142157-ada6787961b3/opentelemetry.go /root/go/pkg/mod/google.golang.org/grpc/stats/opentelemetry@v0.0.0-20241028142157-ada6787961b3/server_metrics.go
2025-08-20T21:21:21.1431089Z [00:03:14.410]➜  go tool buildid -w $WORK/b1405/_pkg_.a # internal
2025-08-20T21:21:21.1448607Z [00:03:14.412]➜  cp $WORK/b1405/_pkg_.a /root/.cache/go-build/fd/fda33c7d2ffa5cd1ff7aa8f3731dad24070c3a1974a4a9e49424cefe35081ca4-d # internal
2025-08-20T21:21:21.1457258Z [00:03:14.412]➜  google.golang.org/grpc/balancer/rls
2025-08-20T21:21:21.1457949Z [00:03:14.413]➜  mkdir -p $WORK/b1403/
2025-08-20T21:21:21.1465727Z [00:03:14.413]➜  cat >/tmp/go-build3547871397/b1403/importcfg << 'EOF' # internal
2025-08-20T21:21:21.1466452Z [00:03:14.413]➜  # import config
2025-08-20T21:21:21.1497384Z [00:03:14.414]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:21.1498353Z [00:03:14.414]➜  packagefile container/list=/tmp/go-build3547871397/b153/_pkg_.a
2025-08-20T21:21:21.1499287Z [00:03:14.414]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:21.1500198Z [00:03:14.414]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:21.1501133Z [00:03:14.414]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:21.1501974Z [00:03:14.414]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:21.1503401Z [00:03:14.414]➜  packagefile github.com/google/uuid=/tmp/go-build3547871397/b276/_pkg_.a
2025-08-20T21:21:21.1504463Z [00:03:14.414]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:21.1505557Z [00:03:14.414]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:21.1506774Z [00:03:14.414]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3547871397/b976/_pkg_.a
2025-08-20T21:21:21.1508174Z [00:03:14.414]➜  packagefile google.golang.org/grpc/balancer/rls/internal/adaptive=/tmp/go-build3547871397/b1404/_pkg_.a
2025-08-20T21:21:21.1509669Z [00:03:14.414]➜  packagefile google.golang.org/grpc/balancer/rls/internal/keys=/tmp/go-build3547871397/b1405/_pkg_.a
2025-08-20T21:21:21.1511131Z [00:03:14.414]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:21.1512378Z [00:03:14.414]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:21.1514097Z [00:03:14.414]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3547871397/b985/_pkg_.a
2025-08-20T21:21:21.1515481Z [00:03:14.414]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3547871397/b973/_pkg_.a
2025-08-20T21:21:21.1516733Z [00:03:14.414]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:21.1517912Z [00:03:14.414]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:21.1519204Z [00:03:14.414]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3547871397/b990/_pkg_.a
2025-08-20T21:21:21.1520597Z [00:03:14.414]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3547871397/b1407/_pkg_.a
2025-08-20T21:21:21.1522137Z [00:03:14.414]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3547871397/b998/_pkg_.a
2025-08-20T21:21:21.1523691Z [00:03:14.414]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:21.1525033Z [00:03:14.414]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3547871397/b997/_pkg_.a
2025-08-20T21:21:21.1526318Z [00:03:14.414]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3547871397/b981/_pkg_.a
2025-08-20T21:21:21.1527716Z [00:03:14.414]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build3547871397/b1406/_pkg_.a
2025-08-20T21:21:21.1529023Z [00:03:14.414]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:21.1530178Z [00:03:14.414]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:21.1531372Z [00:03:14.414]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:21.1532553Z [00:03:14.414]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:21.1534028Z [00:03:14.414]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3547871397/b982/_pkg_.a
2025-08-20T21:21:21.1535606Z [00:03:14.414]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:21.1536751Z [00:03:14.414]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:21.1537599Z [00:03:14.414]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:21.1538442Z [00:03:14.414]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:21.1539321Z [00:03:14.414]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:21.1540185Z [00:03:14.414]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:21.1540796Z [00:03:14.414]➜  EOF
2025-08-20T21:21:21.1547233Z [00:03:14.414]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1403/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/rls=>google.golang.org/grpc@v1.68.1/balancer/rls;$WORK/b1403=>" -p google.golang.org/grpc/balancer/rls -lang=go1.22 -complete -installsuffix shared -buildid 4nwfVnyssqraBgUk9aQt/4nwfVnyssqraBgUk9aQt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1403/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/rls/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/rls/cache.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/rls/child_policy.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/rls/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/rls/control_channel.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/rls/picker.go
2025-08-20T21:21:21.3533800Z [00:03:14.620]➜  go tool buildid -w $WORK/b1409/_pkg_.a # internal
2025-08-20T21:21:21.3575989Z [00:03:14.625]➜  cp $WORK/b1409/_pkg_.a /root/.cache/go-build/7a/7a3bdefb0416eb52b9d4866d563f4752e7eb93956402920f802ae93ebb7bda18-d # internal
2025-08-20T21:21:21.3588141Z [00:03:14.626]➜  github.com/cncf/xds/go/udpa/annotations
2025-08-20T21:21:21.3601565Z [00:03:14.626]➜  mkdir -p $WORK/b1414/
2025-08-20T21:21:21.3606275Z [00:03:14.626]➜  cat >/tmp/go-build3547871397/b1414/importcfg << 'EOF' # internal
2025-08-20T21:21:21.3607027Z [00:03:14.626]➜  # import config
2025-08-20T21:21:21.3607701Z [00:03:14.626]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:21.3608534Z [00:03:14.627]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:21.3609367Z [00:03:14.627]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:21.3610515Z [00:03:14.628]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:21.3612129Z [00:03:14.628]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:21.3613762Z [00:03:14.628]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3547871397/b413/_pkg_.a
2025-08-20T21:21:21.3615176Z [00:03:14.628]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:21.3616292Z [00:03:14.628]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:21.3617145Z [00:03:14.628]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:21.3617992Z [00:03:14.628]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:21.3618848Z [00:03:14.628]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:21.3619708Z [00:03:14.628]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:21.3620540Z [00:03:14.628]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:21.3621374Z [00:03:14.628]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:21.3622251Z [00:03:14.628]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:21.3626073Z [00:03:14.628]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:21.3626997Z [00:03:14.628]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:21.3627923Z [00:03:14.628]➜  EOF
2025-08-20T21:21:21.3640035Z [00:03:14.628]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1414/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/udpa/annotations=>github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/udpa/annotations;$WORK/b1414=>" -p github.com/cncf/xds/go/udpa/annotations -lang=go1.19 -complete -installsuffix shared -buildid DJkw2v86CzSQKa-zTM8k/DJkw2v86CzSQKa-zTM8k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1414/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/udpa/annotations/migrate.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/udpa/annotations/migrate.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/udpa/annotations/security.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/udpa/annotations/security.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/udpa/annotations/sensitive.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/udpa/annotations/sensitive.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/udpa/annotations/status.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/udpa/annotations/status.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/udpa/annotations/versioning.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/udpa/annotations/versioning.pb.validate.go
2025-08-20T21:21:21.3687314Z [00:03:14.636]➜  go tool buildid -w $WORK/b1403/_pkg_.a # internal
2025-08-20T21:21:21.3780494Z [00:03:14.645]➜  cp $WORK/b1403/_pkg_.a /root/.cache/go-build/29/2976415172d4ccb4d0b0268b5966c09ba05dac8041443e8b1adedf637d577f56-d # internal
2025-08-20T21:21:21.3786715Z [00:03:14.646]➜  github.com/cncf/xds/go/xds/annotations/v3
2025-08-20T21:21:21.3789408Z [00:03:14.646]➜  mkdir -p $WORK/b1415/
2025-08-20T21:21:21.3796569Z [00:03:14.647]➜  cat >/tmp/go-build3547871397/b1415/importcfg << 'EOF' # internal
2025-08-20T21:21:21.3800400Z [00:03:14.647]➜  # import config
2025-08-20T21:21:21.3801013Z [00:03:14.647]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:21.3801764Z [00:03:14.647]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:21.3802519Z [00:03:14.647]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:21.3803741Z [00:03:14.647]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:21.3805154Z [00:03:14.647]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:21.3806402Z [00:03:14.647]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3547871397/b413/_pkg_.a
2025-08-20T21:21:21.3807777Z [00:03:14.647]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:21.3808718Z [00:03:14.647]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:21.3809465Z [00:03:14.647]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:21.3810208Z [00:03:14.647]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:21.3810958Z [00:03:14.647]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:21.3811695Z [00:03:14.647]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:21.3812420Z [00:03:14.647]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:21.3813394Z [00:03:14.647]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:21.3814254Z [00:03:14.647]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:21.3815060Z [00:03:14.647]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:21.3815939Z [00:03:14.647]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:21.3816631Z [00:03:14.647]➜  EOF
2025-08-20T21:21:21.3829486Z [00:03:14.647]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1415/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/annotations/v3=>github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/annotations/v3;$WORK/b1415=>" -p github.com/cncf/xds/go/xds/annotations/v3 -lang=go1.19 -complete -installsuffix shared -buildid 9m1SgdsrljbxLzdn7Sog/9m1SgdsrljbxLzdn7Sog -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1415/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/annotations/v3/migrate.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/annotations/v3/migrate.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/annotations/v3/security.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/annotations/v3/security.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/annotations/v3/sensitive.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/annotations/v3/sensitive.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/annotations/v3/status.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/annotations/v3/status.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/annotations/v3/versioning.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/annotations/v3/versioning.pb.validate.go
2025-08-20T21:21:21.5460046Z [00:03:14.813]➜  go tool buildid -w $WORK/b1414/_pkg_.a # internal
2025-08-20T21:21:21.5520712Z [00:03:14.819]➜  cp $WORK/b1414/_pkg_.a /root/.cache/go-build/d2/d2d85319a934edd2df8cbf004e4111f81b404ca99c12082f7665b7b6e5e9effc-d # internal
2025-08-20T21:21:21.5579347Z [00:03:14.825]➜  github.com/envoyproxy/protoc-gen-validate/validate
2025-08-20T21:21:21.5583858Z [00:03:14.825]➜  mkdir -p $WORK/b1417/
2025-08-20T21:21:21.5615832Z [00:03:14.826]➜  cat >/tmp/go-build3547871397/b1417/importcfg << 'EOF' # internal
2025-08-20T21:21:21.5616582Z [00:03:14.826]➜  # import config
2025-08-20T21:21:21.5617598Z [00:03:14.826]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:21.5619048Z [00:03:14.826]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:21.5620680Z [00:03:14.826]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3547871397/b413/_pkg_.a
2025-08-20T21:21:21.5622184Z [00:03:14.826]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:21.5624078Z [00:03:14.826]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:21.5625306Z [00:03:14.826]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:21.5626185Z [00:03:14.826]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:21.5626835Z [00:03:14.826]➜  EOF
2025-08-20T21:21:21.5632199Z [00:03:14.830]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1417/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/protoc-gen-validate@v1.1.0/validate=>github.com/envoyproxy/protoc-gen-validate@v1.1.0/validate;$WORK/b1417=>" -p github.com/envoyproxy/protoc-gen-validate/validate -lang=go1.19 -complete -installsuffix shared -buildid UPIHe2cSRh0wcRw-1fs7/UPIHe2cSRh0wcRw-1fs7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1417/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/protoc-gen-validate@v1.1.0/validate/validate.pb.go
2025-08-20T21:21:21.6071111Z [00:03:14.874]➜  go tool buildid -w $WORK/b1415/_pkg_.a # internal
2025-08-20T21:21:21.6116877Z [00:03:14.879]➜  cp $WORK/b1415/_pkg_.a /root/.cache/go-build/4c/4c2381737cad156bb8e64c44cdf7ad806063016486e0cd80554871e538e40d66-d # internal
2025-08-20T21:21:21.6125870Z [00:03:14.880]➜  github.com/envoyproxy/go-control-plane/envoy/annotations
2025-08-20T21:21:21.6131174Z [00:03:14.880]➜  mkdir -p $WORK/b1418/
2025-08-20T21:21:21.6142258Z [00:03:14.881]➜  cat >/tmp/go-build3547871397/b1418/importcfg << 'EOF' # internal
2025-08-20T21:21:21.6147590Z [00:03:14.881]➜  # import config
2025-08-20T21:21:21.6148312Z [00:03:14.881]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:21.6149174Z [00:03:14.881]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:21.6150225Z [00:03:14.881]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:21.6151413Z [00:03:14.881]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:21.6153185Z [00:03:14.881]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:21.6154603Z [00:03:14.881]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3547871397/b413/_pkg_.a
2025-08-20T21:21:21.6156021Z [00:03:14.881]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:21.6157126Z [00:03:14.881]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:21.6157966Z [00:03:14.881]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:21.6158837Z [00:03:14.881]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:21.6159695Z [00:03:14.881]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:21.6160533Z [00:03:14.881]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:21.6161341Z [00:03:14.881]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:21.6162391Z [00:03:14.881]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:21.6171639Z [00:03:14.881]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:21.6172520Z [00:03:14.881]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:21.6174641Z [00:03:14.881]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:21.6175310Z [00:03:14.881]➜  EOF
2025-08-20T21:21:21.6182302Z [00:03:14.884]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1418/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/annotations=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/annotations;$WORK/b1418=>" -p github.com/envoyproxy/go-control-plane/envoy/annotations -lang=go1.21 -complete -installsuffix shared -buildid CNpdLrjNYBpEchu1Bgw6/CNpdLrjNYBpEchu1Bgw6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1418/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/annotations/deprecation.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/annotations/deprecation.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/annotations/resource.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/annotations/resource.pb.validate.go
2025-08-20T21:21:21.6829545Z [00:03:14.950]➜  go tool buildid -w $WORK/b1418/_pkg_.a # internal
2025-08-20T21:21:21.6851321Z [00:03:14.952]➜  cp $WORK/b1418/_pkg_.a /root/.cache/go-build/e3/e37408151f02e1860d9b44b8de432b10a26186148ca2d53a87a4b2650d9b3083-d # internal
2025-08-20T21:21:21.6859271Z [00:03:14.953]➜  google.golang.org/grpc/credentials/tls/certprovider
2025-08-20T21:21:21.6864686Z [00:03:14.954]➜  mkdir -p $WORK/b1421/
2025-08-20T21:21:21.6873549Z [00:03:14.955]➜  cat >/tmp/go-build3547871397/b1421/importcfg << 'EOF' # internal
2025-08-20T21:21:21.6883075Z [00:03:14.955]➜  # import config
2025-08-20T21:21:21.6883759Z [00:03:14.955]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:21.6884617Z [00:03:14.955]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:21.6885457Z [00:03:14.955]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:21.6886258Z [00:03:14.955]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:21.6887025Z [00:03:14.955]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:21.6887951Z [00:03:14.955]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:21.6889063Z [00:03:14.955]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3547871397/b997/_pkg_.a
2025-08-20T21:21:21.6890227Z [00:03:14.955]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:21.6891046Z [00:03:14.955]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:21.6891670Z [00:03:14.955]➜  EOF
2025-08-20T21:21:21.6902002Z [00:03:14.957]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1421/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/tls/certprovider=>google.golang.org/grpc@v1.68.1/credentials/tls/certprovider;$WORK/b1421=>" -p google.golang.org/grpc/credentials/tls/certprovider -lang=go1.22 -complete -installsuffix shared -buildid 5DcJgiDa9qx1yRjx9OSb/5DcJgiDa9qx1yRjx9OSb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1421/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/tls/certprovider/distributor.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/tls/certprovider/provider.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/tls/certprovider/store.go
2025-08-20T21:21:21.7489952Z [00:03:15.016]➜  go tool buildid -w $WORK/b1382/_pkg_.a # internal
2025-08-20T21:21:21.7597398Z [00:03:15.027]➜  go tool buildid -w $WORK/b1421/_pkg_.a # internal
2025-08-20T21:21:21.7616267Z [00:03:15.029]➜  cp $WORK/b1421/_pkg_.a /root/.cache/go-build/17/174ca588c1edc64e226024a11964f7d8a234f98ca59325d7095121c15f455525-d # internal
2025-08-20T21:21:21.7644296Z [00:03:15.032]➜  google.golang.org/grpc/credentials/tls/certprovider/pemfile
2025-08-20T21:21:21.7649540Z [00:03:15.032]➜  mkdir -p $WORK/b1424/
2025-08-20T21:21:21.7658423Z [00:03:15.032]➜  cat >/tmp/go-build3547871397/b1424/importcfg << 'EOF' # internal
2025-08-20T21:21:21.7659152Z [00:03:15.032]➜  # import config
2025-08-20T21:21:21.7695258Z [00:03:15.032]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:21.7696149Z [00:03:15.032]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:21.7697026Z [00:03:15.032]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:21.7698139Z [00:03:15.032]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:21.7699102Z [00:03:15.032]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:21.7700009Z [00:03:15.032]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:21.7701013Z [00:03:15.032]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:21.7702186Z [00:03:15.032]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3547871397/b1421/_pkg_.a
2025-08-20T21:21:21.7703769Z [00:03:15.033]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:21.7705062Z [00:03:15.033]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3547871397/b982/_pkg_.a
2025-08-20T21:21:21.7706507Z [00:03:15.033]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:21.7707614Z [00:03:15.033]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:21.7708495Z [00:03:15.033]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:21.7709376Z [00:03:15.033]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:21.7710022Z [00:03:15.033]➜  EOF
2025-08-20T21:21:21.7715489Z [00:03:15.033]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1424/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/tls/certprovider/pemfile=>google.golang.org/grpc@v1.68.1/credentials/tls/certprovider/pemfile;$WORK/b1424=>" -p google.golang.org/grpc/credentials/tls/certprovider/pemfile -lang=go1.22 -complete -installsuffix shared -buildid mbx3zOdVXWrQExxE5Qsu/mbx3zOdVXWrQExxE5Qsu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1424/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/tls/certprovider/pemfile/builder.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/credentials/tls/certprovider/pemfile/watcher.go
2025-08-20T21:21:21.7897928Z [00:03:15.057]➜  cp $WORK/b1382/_pkg_.a /root/.cache/go-build/12/122a75118c8bf980014d57c08212629061cf9dfff3e1a39afe41ce06b826b8d3-d # internal
2025-08-20T21:21:21.7911834Z [00:03:15.058]➜  cloud.google.com/go/monitoring/apiv3/v2
2025-08-20T21:21:21.7913706Z [00:03:15.059]➜  mkdir -p $WORK/b1381/
2025-08-20T21:21:21.7936485Z [00:03:15.061]➜  cat >/tmp/go-build3547871397/b1381/importcfg << 'EOF' # internal
2025-08-20T21:21:21.7939946Z [00:03:15.061]➜  # import config
2025-08-20T21:21:21.7941370Z [00:03:15.061]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build3547871397/b1382/_pkg_.a
2025-08-20T21:21:21.7943435Z [00:03:15.061]➜  packagefile cloud.google.com/go/monitoring/internal=/tmp/go-build3547871397/b1390/_pkg_.a
2025-08-20T21:21:21.7945037Z [00:03:15.061]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:21.7946104Z [00:03:15.061]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:21.7947296Z [00:03:15.061]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3547871397/b1267/_pkg_.a
2025-08-20T21:21:21.7948767Z [00:03:15.061]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build3547871397/b1356/_pkg_.a
2025-08-20T21:21:21.7950259Z [00:03:15.061]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3547871397/b1357/_pkg_.a
2025-08-20T21:21:21.7951880Z [00:03:15.061]➜  packagefile google.golang.org/api/option=/tmp/go-build3547871397/b1297/_pkg_.a
2025-08-20T21:21:21.7954314Z [00:03:15.061]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3547871397/b1358/_pkg_.a
2025-08-20T21:21:21.7955942Z [00:03:15.061]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3547871397/b1359/_pkg_.a
2025-08-20T21:21:21.7957743Z [00:03:15.061]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build3547871397/b1385/_pkg_.a
2025-08-20T21:21:21.7959697Z [00:03:15.061]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3547871397/b1386/_pkg_.a
2025-08-20T21:21:21.7963939Z [00:03:15.061]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:21.7965377Z [00:03:15.061]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:21.7967088Z [00:03:15.061]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:21.7968531Z [00:03:15.061]➜  packagefile iter=/tmp/go-build3547871397/b039/_pkg_.a
2025-08-20T21:21:21.7970216Z [00:03:15.061]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:21.7971045Z [00:03:15.061]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:21.7971877Z [00:03:15.061]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:21.7972517Z [00:03:15.061]➜  EOF
2025-08-20T21:21:21.7983548Z [00:03:15.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1381/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2=>cloud.google.com/go/monitoring@v1.21.2/apiv3/v2;$WORK/b1381=>" -p cloud.google.com/go/monitoring/apiv3/v2 -lang=go1.21 -complete -installsuffix shared -buildid 6QGyfIsMMEr4kwNvsZHu/6QGyfIsMMEr4kwNvsZHu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1381/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/alert_policy_client.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/auxiliary.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/auxiliary_go123.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/doc.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/group_client.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/metric_client.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/notification_channel_client.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/query_client.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/service_monitoring_client.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/snooze_client.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/uptime_check_client.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.21.2/apiv3/v2/version.go
2025-08-20T21:21:21.8790721Z [00:03:15.146]➜  go tool buildid -w $WORK/b1424/_pkg_.a # internal
2025-08-20T21:21:21.8810673Z [00:03:15.148]➜  cp $WORK/b1424/_pkg_.a /root/.cache/go-build/b6/b6b2f9de043422b5b1a014f038277ed3afeb03cae830ed23b5fbdbda9655033f-d # internal
2025-08-20T21:21:21.8818771Z [00:03:15.149]➜  google.golang.org/grpc/internal/xds/bootstrap/tlscreds
2025-08-20T21:21:21.8819529Z [00:03:15.149]➜  mkdir -p $WORK/b1423/
2025-08-20T21:21:21.8861977Z [00:03:15.149]➜  cat >/tmp/go-build3547871397/b1423/importcfg << 'EOF' # internal
2025-08-20T21:21:21.8862919Z [00:03:15.149]➜  # import config
2025-08-20T21:21:21.8863649Z [00:03:15.149]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:21.8864610Z [00:03:15.149]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:21.8865582Z [00:03:15.149]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:21.8866484Z [00:03:15.149]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:21.8867321Z [00:03:15.149]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:21.8868336Z [00:03:15.149]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:21.8869696Z [00:03:15.149]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3547871397/b1421/_pkg_.a
2025-08-20T21:21:21.8871250Z [00:03:15.149]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build3547871397/b1424/_pkg_.a
2025-08-20T21:21:21.8872887Z [00:03:15.149]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3547871397/b997/_pkg_.a
2025-08-20T21:21:21.8873917Z [00:03:15.149]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:21.8874725Z [00:03:15.149]➜  EOF
2025-08-20T21:21:21.8878997Z [00:03:15.150]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1423/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/xds/bootstrap/tlscreds=>google.golang.org/grpc@v1.68.1/internal/xds/bootstrap/tlscreds;$WORK/b1423=>" -p google.golang.org/grpc/internal/xds/bootstrap/tlscreds -lang=go1.22 -complete -installsuffix shared -buildid X7naMQPdAquSxtbpc9wo/X7naMQPdAquSxtbpc9wo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1423/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/xds/bootstrap/tlscreds/bundle.go
2025-08-20T21:21:21.9172150Z [00:03:15.184]➜  go tool buildid -w $WORK/b1423/_pkg_.a # internal
2025-08-20T21:21:21.9195943Z [00:03:15.187]➜  cp $WORK/b1423/_pkg_.a /root/.cache/go-build/f3/f3f72a4c1740a26dbd81b3cacb403fd37ac891701d8f14fc0f2f9bc17bacb35d-d # internal
2025-08-20T21:21:21.9204213Z [00:03:15.188]➜  google.golang.org/grpc/xds/bootstrap
2025-08-20T21:21:21.9207088Z [00:03:15.188]➜  mkdir -p $WORK/b1422/
2025-08-20T21:21:21.9218440Z [00:03:15.189]➜  cat >/tmp/go-build3547871397/b1422/importcfg << 'EOF' # internal
2025-08-20T21:21:21.9219697Z [00:03:15.189]➜  # import config
2025-08-20T21:21:21.9243890Z [00:03:15.189]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:21.9245757Z [00:03:15.189]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:21.9248078Z [00:03:15.189]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build3547871397/b1366/_pkg_.a
2025-08-20T21:21:21.9252038Z [00:03:15.189]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3547871397/b985/_pkg_.a
2025-08-20T21:21:21.9253680Z [00:03:15.189]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap/tlscreds=/tmp/go-build3547871397/b1423/_pkg_.a
2025-08-20T21:21:21.9254572Z [00:03:15.189]➜  EOF
2025-08-20T21:21:21.9258789Z [00:03:15.192]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1422/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/bootstrap=>google.golang.org/grpc@v1.68.1/xds/bootstrap;$WORK/b1422=>" -p google.golang.org/grpc/xds/bootstrap -lang=go1.22 -complete -installsuffix shared -buildid kHMKdxJU1VOe25Ov2CVR/kHMKdxJU1VOe25Ov2CVR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1422/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/bootstrap/bootstrap.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/bootstrap/credentials.go
2025-08-20T21:21:21.9268402Z [00:03:15.192]➜  go tool buildid -w $WORK/b1417/_pkg_.a # internal
2025-08-20T21:21:21.9333792Z [00:03:15.200]➜  cp $WORK/b1417/_pkg_.a /root/.cache/go-build/6c/6c75e219804fdd42b43fdc6c42661358b35e86811c4562ef5c8f9d6b7741144e-d # internal
2025-08-20T21:21:21.9356935Z [00:03:15.202]➜  github.com/cncf/xds/go/xds/core/v3
2025-08-20T21:21:21.9357576Z [00:03:15.202]➜  mkdir -p $WORK/b1416/
2025-08-20T21:21:21.9363026Z [00:03:15.203]➜  cat >/tmp/go-build3547871397/b1416/importcfg << 'EOF' # internal
2025-08-20T21:21:21.9372580Z [00:03:15.204]➜  # import config
2025-08-20T21:21:21.9374149Z [00:03:15.204]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:21.9375033Z [00:03:15.204]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:21.9375892Z [00:03:15.204]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:21.9376965Z [00:03:15.204]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3547871397/b1415/_pkg_.a
2025-08-20T21:21:21.9378341Z [00:03:15.204]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:21.9379744Z [00:03:15.204]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:21.9381216Z [00:03:15.204]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:21.9382983Z [00:03:15.204]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:21.9384450Z [00:03:15.204]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:21.9385693Z [00:03:15.204]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:21.9386500Z [00:03:15.204]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:21.9387318Z [00:03:15.204]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:21.9388141Z [00:03:15.204]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:21.9388973Z [00:03:15.204]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:21.9389802Z [00:03:15.204]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:21.9390596Z [00:03:15.204]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:21.9391394Z [00:03:15.204]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:21.9392177Z [00:03:15.204]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:21.9398305Z [00:03:15.204]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:21.9399046Z [00:03:15.204]➜  EOF
2025-08-20T21:21:21.9415515Z [00:03:15.207]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1416/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/core/v3=>github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/core/v3;$WORK/b1416=>" -p github.com/cncf/xds/go/xds/core/v3 -lang=go1.19 -complete -installsuffix shared -buildid QwN6iboPdO6NA4Uf04zO/QwN6iboPdO6NA4Uf04zO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1416/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/core/v3/authority.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/core/v3/authority.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/core/v3/cidr.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/core/v3/cidr.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/core/v3/collection_entry.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/core/v3/collection_entry.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/core/v3/context_params.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/core/v3/context_params.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/core/v3/extension.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/core/v3/extension.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/core/v3/resource.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/core/v3/resource.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/core/v3/resource_locator.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/core/v3/resource_locator.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/core/v3/resource_name.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/core/v3/resource_name.pb.validate.go
2025-08-20T21:21:21.9560615Z [00:03:15.223]➜  go tool buildid -w $WORK/b1422/_pkg_.a # internal
2025-08-20T21:21:21.9569374Z [00:03:15.224]➜  cp $WORK/b1422/_pkg_.a /root/.cache/go-build/de/def2391acc6a6eb7a718c2eb2942fc5772345ac95e22d4ed6f43006fb04654f9-d # internal
2025-08-20T21:21:21.9576365Z [00:03:15.225]➜  github.com/envoyproxy/go-control-plane/envoy/type/v3
2025-08-20T21:21:21.9588363Z [00:03:15.225]➜  mkdir -p $WORK/b1420/
2025-08-20T21:21:21.9589274Z [00:03:15.226]➜  cat >/tmp/go-build3547871397/b1420/importcfg << 'EOF' # internal
2025-08-20T21:21:21.9589992Z [00:03:15.226]➜  # import config
2025-08-20T21:21:21.9590641Z [00:03:15.226]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:21.9591469Z [00:03:15.226]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:21.9592438Z [00:03:15.226]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:21.9593649Z [00:03:15.226]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:21.9602130Z [00:03:15.226]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3547871397/b1415/_pkg_.a
2025-08-20T21:21:21.9603744Z [00:03:15.226]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:21.9605172Z [00:03:15.226]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:21.9606570Z [00:03:15.226]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:21.9607884Z [00:03:15.226]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:21.9609210Z [00:03:15.226]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:21.9610618Z [00:03:15.226]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:21.9611697Z [00:03:15.226]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:21.9612498Z [00:03:15.226]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:21.9618631Z [00:03:15.226]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:21.9619488Z [00:03:15.226]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:21.9620305Z [00:03:15.226]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:21.9621273Z [00:03:15.226]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:21.9622124Z [00:03:15.226]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:21.9623117Z [00:03:15.226]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:21.9624082Z [00:03:15.226]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:21.9624931Z [00:03:15.226]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:21.9625567Z [00:03:15.226]➜  EOF
2025-08-20T21:21:21.9641809Z [00:03:15.226]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1420/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3;$WORK/b1420=>" -p github.com/envoyproxy/go-control-plane/envoy/type/v3 -lang=go1.21 -complete -installsuffix shared -buildid pB_r0v8Osy-inKxxd4Hj/pB_r0v8Osy-inKxxd4Hj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1420/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3/hash_policy.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3/hash_policy.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3/http.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3/http.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3/http_status.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3/http_status.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3/percent.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3/percent.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3/range.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3/range.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3/ratelimit_strategy.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3/ratelimit_strategy.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3/ratelimit_unit.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3/ratelimit_unit.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3/semantic_version.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3/semantic_version.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3/token_bucket.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/v3/token_bucket.pb.validate.go
2025-08-20T21:21:22.2640291Z [00:03:15.531]➜  go tool buildid -w $WORK/b1416/_pkg_.a # internal
2025-08-20T21:21:22.2783601Z [00:03:15.545]➜  cp $WORK/b1416/_pkg_.a /root/.cache/go-build/4d/4dac3221a53a81af7477deb0a97158b34d8d73e4c474ee8fbda0637781c7f92d-d # internal
2025-08-20T21:21:22.2789138Z [00:03:15.546]➜  cel.dev/expr
2025-08-20T21:21:22.2793293Z [00:03:15.546]➜  mkdir -p $WORK/b1433/
2025-08-20T21:21:22.2794141Z [00:03:15.546]➜  cat >/tmp/go-build3547871397/b1433/importcfg << 'EOF' # internal
2025-08-20T21:21:22.2795570Z [00:03:15.546]➜  # import config
2025-08-20T21:21:22.2797895Z [00:03:15.547]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3547871397/b952/_pkg_.a
2025-08-20T21:21:22.2799447Z [00:03:15.547]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:22.2800940Z [00:03:15.547]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:22.2802382Z [00:03:15.547]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:22.2806875Z [00:03:15.547]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:22.2808633Z [00:03:15.547]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3547871397/b1017/_pkg_.a
2025-08-20T21:21:22.2810155Z [00:03:15.547]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3547871397/b1387/_pkg_.a
2025-08-20T21:21:22.2811931Z [00:03:15.547]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:22.2813350Z [00:03:15.547]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:22.2814212Z [00:03:15.547]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:22.2814824Z [00:03:15.547]➜  EOF
2025-08-20T21:21:22.2819031Z [00:03:15.547]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1433/_pkg_.a -trimpath "/root/go/pkg/mod/cel.dev/expr@v0.19.1=>cel.dev/expr@v0.19.1;$WORK/b1433=>" -p cel.dev/expr -lang=go1.21 -complete -installsuffix shared -buildid RHD05O9-nGbozL2z5sUp/RHD05O9-nGbozL2z5sUp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1433/importcfg -pack /root/go/pkg/mod/cel.dev/expr@v0.19.1/checked.pb.go /root/go/pkg/mod/cel.dev/expr@v0.19.1/eval.pb.go /root/go/pkg/mod/cel.dev/expr@v0.19.1/explain.pb.go /root/go/pkg/mod/cel.dev/expr@v0.19.1/syntax.pb.go /root/go/pkg/mod/cel.dev/expr@v0.19.1/value.pb.go
2025-08-20T21:21:22.4413094Z [00:03:15.708]➜  go tool buildid -w $WORK/b1420/_pkg_.a # internal
2025-08-20T21:21:22.4559608Z [00:03:15.723]➜  cp $WORK/b1420/_pkg_.a /root/.cache/go-build/42/42f903e23a98062f6d8961c1c837dff03815089b29b82fc8ab10e368fd9d2f7d-d # internal
2025-08-20T21:21:22.4568882Z [00:03:15.724]➜  github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3
2025-08-20T21:21:22.4573550Z [00:03:15.724]➜  mkdir -p $WORK/b1419/
2025-08-20T21:21:22.4575155Z [00:03:15.725]➜  cat >/tmp/go-build3547871397/b1419/importcfg << 'EOF' # internal
2025-08-20T21:21:22.4578660Z [00:03:15.725]➜  # import config
2025-08-20T21:21:22.4580176Z [00:03:15.725]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:22.4581318Z [00:03:15.725]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:22.4583454Z [00:03:15.725]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:22.4584763Z [00:03:15.725]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:22.4586041Z [00:03:15.725]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3547871397/b1416/_pkg_.a
2025-08-20T21:21:22.4587482Z [00:03:15.725]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3547871397/b1418/_pkg_.a
2025-08-20T21:21:22.4589027Z [00:03:15.725]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3547871397/b1420/_pkg_.a
2025-08-20T21:21:22.4590521Z [00:03:15.725]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:22.4591981Z [00:03:15.725]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:22.4613225Z [00:03:15.725]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:22.4614671Z [00:03:15.725]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:22.4616072Z [00:03:15.725]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:22.4617188Z [00:03:15.725]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:22.4618029Z [00:03:15.725]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:22.4618861Z [00:03:15.725]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:22.4619687Z [00:03:15.725]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:22.4620502Z [00:03:15.725]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:22.4621500Z [00:03:15.725]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:22.4622333Z [00:03:15.725]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:22.4623371Z [00:03:15.725]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:22.4624342Z [00:03:15.725]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:22.4625178Z [00:03:15.725]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:22.4625822Z [00:03:15.725]➜  EOF
2025-08-20T21:21:22.4646003Z [00:03:15.725]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1419/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3;$WORK/b1419=>" -p github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3 -lang=go1.21 -complete -installsuffix shared -buildid -OofTKZJXrIcRvsOOWht/-OofTKZJXrIcRvsOOWht -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1419/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/filter_state.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/filter_state.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/http_inputs.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/http_inputs.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/metadata.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/metadata.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/node.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/node.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/number.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/number.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/path.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/path.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/regex.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/regex.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/status_code_input.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/status_code_input.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/string.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/string.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/struct.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/struct.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/value.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/matcher/v3/value.pb.validate.go
2025-08-20T21:21:22.4960439Z [00:03:15.763]➜  go tool buildid -w $WORK/b1401/_pkg_.a # internal
2025-08-20T21:21:22.5280271Z [00:03:15.795]➜  cp $WORK/b1401/_pkg_.a /root/.cache/go-build/60/60de5e756cad3adea388d47edb2b38cdd17c2f4437bd19e6ebb6e43cba7fea4c-d # internal
2025-08-20T21:21:22.5307816Z [00:03:15.798]➜  google.golang.org/genproto/googleapis/api/expr/v1alpha1
2025-08-20T21:21:22.5316801Z [00:03:15.798]➜  mkdir -p $WORK/b1434/
2025-08-20T21:21:22.5317585Z [00:03:15.798]➜  cat >/tmp/go-build3547871397/b1434/importcfg << 'EOF' # internal
2025-08-20T21:21:22.5318308Z [00:03:15.798]➜  # import config
2025-08-20T21:21:22.5319554Z [00:03:15.798]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3547871397/b952/_pkg_.a
2025-08-20T21:21:22.5320994Z [00:03:15.798]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:22.5322516Z [00:03:15.798]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:22.5324076Z [00:03:15.798]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:22.5325487Z [00:03:15.798]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:22.5326899Z [00:03:15.798]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3547871397/b1017/_pkg_.a
2025-08-20T21:21:22.5328307Z [00:03:15.798]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3547871397/b1387/_pkg_.a
2025-08-20T21:21:22.5329756Z [00:03:15.798]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:22.5330867Z [00:03:15.798]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:22.5331693Z [00:03:15.798]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:22.5332308Z [00:03:15.798]➜  EOF
2025-08-20T21:21:22.5354958Z [00:03:15.798]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1434/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/expr/v1alpha1=>google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/expr/v1alpha1;$WORK/b1434=>" -p google.golang.org/genproto/googleapis/api/expr/v1alpha1 -lang=go1.21 -complete -installsuffix shared -buildid cDUuZC01Ix_HJ20fOMFs/cDUuZC01Ix_HJ20fOMFs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1434/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/expr/v1alpha1/checked.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/expr/v1alpha1/eval.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/expr/v1alpha1/explain.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/expr/v1alpha1/syntax.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20241209162323-e6fa225c2576/expr/v1alpha1/value.pb.go
2025-08-20T21:21:22.5548168Z [00:03:15.822]➜  go tool buildid -w $WORK/b1381/_pkg_.a # internal
2025-08-20T21:21:22.5727410Z [00:03:15.840]➜  cp $WORK/b1381/_pkg_.a /root/.cache/go-build/dd/dd35f7f47bf47ad758d6c9f65843d5292162f3a37588619c2b2cbf54c41036c8-d # internal
2025-08-20T21:21:22.5730115Z [00:03:15.840]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric
2025-08-20T21:21:22.5732373Z [00:03:15.840]➜  mkdir -p $WORK/b1380/
2025-08-20T21:21:22.5740596Z [00:03:15.841]➜  cat >/tmp/go-build3547871397/b1380/importcfg << 'EOF' # internal
2025-08-20T21:21:22.5741378Z [00:03:15.841]➜  # import config
2025-08-20T21:21:22.5742063Z [00:03:15.841]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:22.5743424Z [00:03:15.841]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2=/tmp/go-build3547871397/b1381/_pkg_.a
2025-08-20T21:21:22.5744856Z [00:03:15.841]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build3547871397/b1382/_pkg_.a
2025-08-20T21:21:22.5746007Z [00:03:15.841]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:22.5746881Z [00:03:15.841]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:22.5747742Z [00:03:15.841]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:22.5748543Z [00:03:15.841]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:22.5749952Z [00:03:15.841]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping=/tmp/go-build3547871397/b1391/_pkg_.a
2025-08-20T21:21:22.5751694Z [00:03:15.841]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3547871397/b1267/_pkg_.a
2025-08-20T21:21:22.5760278Z [00:03:15.841]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3547871397/b1100/_pkg_.a
2025-08-20T21:21:22.5761711Z [00:03:15.841]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:22.5763210Z [00:03:15.841]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build3547871397/b1288/_pkg_.a
2025-08-20T21:21:22.5764501Z [00:03:15.841]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build3547871397/b1287/_pkg_.a
2025-08-20T21:21:22.5765778Z [00:03:15.841]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3547871397/b1292/_pkg_.a
2025-08-20T21:21:22.5767064Z [00:03:15.841]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3547871397/b1293/_pkg_.a
2025-08-20T21:21:22.5768356Z [00:03:15.841]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build3547871397/b1392/_pkg_.a
2025-08-20T21:21:22.5769547Z [00:03:15.841]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3547871397/b1107/_pkg_.a
2025-08-20T21:21:22.5770663Z [00:03:15.841]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3547871397/b1303/_pkg_.a
2025-08-20T21:21:22.5771790Z [00:03:15.841]➜  packagefile google.golang.org/api/option=/tmp/go-build3547871397/b1297/_pkg_.a
2025-08-20T21:21:22.5773256Z [00:03:15.841]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build3547871397/b1383/_pkg_.a
2025-08-20T21:21:22.5774740Z [00:03:15.841]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3547871397/b1384/_pkg_.a
2025-08-20T21:21:22.5776165Z [00:03:15.841]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build3547871397/b1385/_pkg_.a
2025-08-20T21:21:22.5777638Z [00:03:15.841]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3547871397/b1386/_pkg_.a
2025-08-20T21:21:22.5779010Z [00:03:15.841]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:22.5780184Z [00:03:15.841]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build3547871397/b1393/_pkg_.a
2025-08-20T21:21:22.5781554Z [00:03:15.841]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:22.5788354Z [00:03:15.841]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:22.5790267Z [00:03:15.841]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:22.5791864Z [00:03:15.841]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:22.5792996Z [00:03:15.841]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:22.5793826Z [00:03:15.841]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:22.5794618Z [00:03:15.841]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:22.5795392Z [00:03:15.841]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:22.5796176Z [00:03:15.841]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:22.5796964Z [00:03:15.841]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:22.5797835Z [00:03:15.841]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:22.5798418Z [00:03:15.841]➜  EOF
2025-08-20T21:21:22.5807447Z [00:03:15.841]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1380/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.48.1=>github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric@v0.48.1;$WORK/b1380=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric -lang=go1.21 -complete -installsuffix shared -buildid 3W0x9qhXaJOP0LxBCSDe/3W0x9qhXaJOP0LxBCSDe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1380/importcfg -pack /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.48.1/cloudmonitoring.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.48.1/constants.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.48.1/error.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.48.1/metric.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.48.1/option.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.48.1/version.go
2025-08-20T21:21:22.5968235Z [00:03:15.864]➜  go tool buildid -w $WORK/b1433/_pkg_.a # internal
2025-08-20T21:21:22.6025255Z [00:03:15.870]➜  cp $WORK/b1433/_pkg_.a /root/.cache/go-build/07/0709f273c3e52899ad00c4fda5c2fdcbc6d7a5f5a898dbbebf2d7529d9248821-d # internal
2025-08-20T21:21:22.6041853Z [00:03:15.871]➜  github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3
2025-08-20T21:21:22.6042606Z [00:03:15.871]➜  mkdir -p $WORK/b1435/
2025-08-20T21:21:22.6043613Z [00:03:15.871]➜  cat >/tmp/go-build3547871397/b1435/importcfg << 'EOF' # internal
2025-08-20T21:21:22.6044341Z [00:03:15.871]➜  # import config
2025-08-20T21:21:22.6044998Z [00:03:15.871]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:22.6045814Z [00:03:15.871]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:22.6046585Z [00:03:15.871]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:22.6047632Z [00:03:15.871]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:22.6049017Z [00:03:15.871]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:22.6050616Z [00:03:15.871]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:22.6052033Z [00:03:15.871]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:22.6053577Z [00:03:15.871]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:22.6054800Z [00:03:15.871]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:22.6055628Z [00:03:15.871]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:22.6056476Z [00:03:15.871]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:22.6057317Z [00:03:15.871]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:22.6058146Z [00:03:15.871]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:22.6058952Z [00:03:15.871]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:22.6059795Z [00:03:15.871]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:22.6060633Z [00:03:15.871]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:22.6061425Z [00:03:15.871]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:22.6062287Z [00:03:15.871]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:22.6063131Z [00:03:15.871]➜  EOF
2025-08-20T21:21:22.6068602Z [00:03:15.871]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1435/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/metadata/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/metadata/v3;$WORK/b1435=>" -p github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3 -lang=go1.21 -complete -installsuffix shared -buildid q1tkh1l2wn9fKWQqvWj3/q1tkh1l2wn9fKWQqvWj3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1435/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/metadata/v3/metadata.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/metadata/v3/metadata.pb.validate.go
2025-08-20T21:21:22.8197841Z [00:03:16.087]➜  go tool buildid -w $WORK/b1435/_pkg_.a # internal
2025-08-20T21:21:22.8236893Z [00:03:16.091]➜  cp $WORK/b1435/_pkg_.a /root/.cache/go-build/63/634259ba173f2f82df0a4609110d471cc119b863857fab79e20bb7871185cc3e-d # internal
2025-08-20T21:21:22.8240448Z [00:03:16.091]➜  github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3
2025-08-20T21:21:22.8241472Z [00:03:16.091]➜  mkdir -p $WORK/b1436/
2025-08-20T21:21:22.8242345Z [00:03:16.091]➜  go tool buildid -w $WORK/b1434/_pkg_.a # internal
2025-08-20T21:21:22.8243422Z [00:03:16.091]➜  cat >/tmp/go-build3547871397/b1436/importcfg << 'EOF' # internal
2025-08-20T21:21:22.8246714Z [00:03:16.091]➜  # import config
2025-08-20T21:21:22.8247324Z [00:03:16.091]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:22.8248055Z [00:03:16.091]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:22.8248785Z [00:03:16.091]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:22.8249712Z [00:03:16.091]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:22.8251077Z [00:03:16.091]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build3547871397/b1435/_pkg_.a
2025-08-20T21:21:22.8252415Z [00:03:16.091]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:22.8253881Z [00:03:16.091]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:22.8255115Z [00:03:16.091]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:22.8256290Z [00:03:16.091]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:22.8257345Z [00:03:16.091]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:22.8258080Z [00:03:16.091]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:22.8258813Z [00:03:16.091]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:22.8259668Z [00:03:16.091]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:22.8260386Z [00:03:16.091]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:22.8261086Z [00:03:16.091]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:22.8261794Z [00:03:16.091]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:22.8262496Z [00:03:16.091]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:22.8268295Z [00:03:16.091]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:22.8269148Z [00:03:16.091]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:22.8269762Z [00:03:16.091]➜  EOF
2025-08-20T21:21:22.8274942Z [00:03:16.092]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1436/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/tracing/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/tracing/v3;$WORK/b1436=>" -p github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3 -lang=go1.21 -complete -installsuffix shared -buildid xE343vBz0sxeXh3vpEH1/xE343vBz0sxeXh3vpEH1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1436/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/tracing/v3/custom_tag.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/tracing/v3/custom_tag.pb.validate.go
2025-08-20T21:21:22.8299982Z [00:03:16.097]➜  cp $WORK/b1434/_pkg_.a /root/.cache/go-build/7f/7f654196d4fddfae2882697849be9cabf100948793f05606d4f97714a1e06601-d # internal
2025-08-20T21:21:22.8313255Z [00:03:16.098]➜  github.com/cncf/xds/go/xds/type/v3
2025-08-20T21:21:22.8314063Z [00:03:16.098]➜  mkdir -p $WORK/b1432/
2025-08-20T21:21:22.8343482Z [00:03:16.098]➜  cat >/tmp/go-build3547871397/b1432/importcfg << 'EOF' # internal
2025-08-20T21:21:22.8344356Z [00:03:16.098]➜  # import config
2025-08-20T21:21:22.8345746Z [00:03:16.098]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:22.8346710Z [00:03:16.098]➜  packagefile cel.dev/expr=/tmp/go-build3547871397/b1433/_pkg_.a
2025-08-20T21:21:22.8347651Z [00:03:16.098]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:22.8348556Z [00:03:16.098]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:22.8349728Z [00:03:16.098]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3547871397/b1415/_pkg_.a
2025-08-20T21:21:22.8351241Z [00:03:16.098]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:22.8353138Z [00:03:16.098]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build3547871397/b1434/_pkg_.a
2025-08-20T21:21:22.8354769Z [00:03:16.098]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:22.8356257Z [00:03:16.098]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:22.8357738Z [00:03:16.098]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:22.8359240Z [00:03:16.098]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3547871397/b1387/_pkg_.a
2025-08-20T21:21:22.8360779Z [00:03:16.098]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:22.8361968Z [00:03:16.098]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:22.8363006Z [00:03:16.098]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:22.8363946Z [00:03:16.098]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:22.8364883Z [00:03:16.098]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:22.8365798Z [00:03:16.098]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:22.8366865Z [00:03:16.098]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:22.8367756Z [00:03:16.098]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:22.8368621Z [00:03:16.098]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:22.8369494Z [00:03:16.098]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:22.8370422Z [00:03:16.098]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:22.8371141Z [00:03:16.098]➜  EOF
2025-08-20T21:21:22.8385347Z [00:03:16.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1432/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/v3=>github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/v3;$WORK/b1432=>" -p github.com/cncf/xds/go/xds/type/v3 -lang=go1.19 -complete -installsuffix shared -buildid 3au1FCeRaXtf_kVyXHNz/3au1FCeRaXtf_kVyXHNz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1432/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/v3/cel.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/v3/cel.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/v3/range.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/v3/range.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/v3/typed_struct.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/v3/typed_struct.pb.validate.go
2025-08-20T21:21:22.8564147Z [00:03:16.120]➜  go tool buildid -w $WORK/b1380/_pkg_.a # internal
2025-08-20T21:21:22.8616865Z [00:03:16.129]➜  cp $WORK/b1380/_pkg_.a /root/.cache/go-build/2a/2a9a93c3c30a2746e2610dee16a789da037993afe7ad827fa0be7ae22999e1e8-d # internal
2025-08-20T21:21:22.8620206Z [00:03:16.129]➜  github.com/envoyproxy/go-control-plane/envoy/config/overload/v3
2025-08-20T21:21:22.8621490Z [00:03:16.129]➜  mkdir -p $WORK/b1442/
2025-08-20T21:21:22.8626633Z [00:03:16.130]➜  cat >/tmp/go-build3547871397/b1442/importcfg << 'EOF' # internal
2025-08-20T21:21:22.8627372Z [00:03:16.130]➜  # import config
2025-08-20T21:21:22.8628081Z [00:03:16.130]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:22.8628957Z [00:03:16.130]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:22.8629794Z [00:03:16.130]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:22.8631099Z [00:03:16.130]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:22.8633042Z [00:03:16.130]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3547871397/b1420/_pkg_.a
2025-08-20T21:21:22.8634825Z [00:03:16.130]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:22.8636554Z [00:03:16.130]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:22.8638200Z [00:03:16.130]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:22.8639787Z [00:03:16.130]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:22.8641711Z [00:03:16.130]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:22.8643060Z [00:03:16.130]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:22.8643941Z [00:03:16.130]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:22.8644817Z [00:03:16.130]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:22.8645671Z [00:03:16.130]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:22.8646499Z [00:03:16.130]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:22.8647528Z [00:03:16.130]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:22.8648344Z [00:03:16.130]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:22.8649158Z [00:03:16.130]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:22.8649958Z [00:03:16.130]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:22.8650821Z [00:03:16.130]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:22.8651480Z [00:03:16.130]➜  EOF
2025-08-20T21:21:22.8657139Z [00:03:16.130]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1442/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/overload/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/overload/v3;$WORK/b1442=>" -p github.com/envoyproxy/go-control-plane/envoy/config/overload/v3 -lang=go1.21 -complete -installsuffix shared -buildid EsbzgWbpn7TmVuWLGrYb/EsbzgWbpn7TmVuWLGrYb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1442/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/overload/v3/overload.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/overload/v3/overload.pb.validate.go
2025-08-20T21:21:22.9749312Z [00:03:16.242]➜  go tool buildid -w $WORK/b1436/_pkg_.a # internal
2025-08-20T21:21:22.9781348Z [00:03:16.245]➜  cp $WORK/b1436/_pkg_.a /root/.cache/go-build/2f/2f7ef29b18dcfa769e3ddc24ce9d99dc03651b8c55a3c1e6180e153cbfa3c7e7-d # internal
2025-08-20T21:21:22.9797761Z [00:03:16.246]➜  github.com/census-instrumentation/opencensus-proto/gen-go/resource/v1
2025-08-20T21:21:22.9798608Z [00:03:16.246]➜  mkdir -p $WORK/b1445/
2025-08-20T21:21:22.9799665Z [00:03:16.246]➜  cat >/tmp/go-build3547871397/b1445/importcfg << 'EOF' # internal
2025-08-20T21:21:22.9800461Z [00:03:16.246]➜  # import config
2025-08-20T21:21:22.9801486Z [00:03:16.246]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:22.9803314Z [00:03:16.246]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:22.9804448Z [00:03:16.246]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:22.9805251Z [00:03:16.246]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:22.9805866Z [00:03:16.246]➜  EOF
2025-08-20T21:21:22.9810836Z [00:03:16.246]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1445/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/census-instrumentation/opencensus-proto@v0.4.1/gen-go/resource/v1=>github.com/census-instrumentation/opencensus-proto@v0.4.1/gen-go/resource/v1;$WORK/b1445=>" -p github.com/census-instrumentation/opencensus-proto/gen-go/resource/v1 -lang=go1.18 -complete -installsuffix shared -buildid Pe5hgfM7pxivAVRg61D2/Pe5hgfM7pxivAVRg61D2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1445/importcfg -pack /root/go/pkg/mod/github.com/census-instrumentation/opencensus-proto@v0.4.1/gen-go/resource/v1/resource.pb.go
2025-08-20T21:21:23.0371030Z [00:03:16.304]➜  go tool buildid -w $WORK/b1445/_pkg_.a # internal
2025-08-20T21:21:23.0382255Z [00:03:16.305]➜  cp $WORK/b1445/_pkg_.a /root/.cache/go-build/22/22701d28eb8524b7e24edc053c1d33469d970eb50157387b9e91ccac09817b49-d # internal
2025-08-20T21:21:23.0387413Z [00:03:16.306]➜  github.com/census-instrumentation/opencensus-proto/gen-go/trace/v1
2025-08-20T21:21:23.0388837Z [00:03:16.306]➜  mkdir -p $WORK/b1444/
2025-08-20T21:21:23.0395125Z [00:03:16.307]➜  cat >/tmp/go-build3547871397/b1444/importcfg << 'EOF' # internal
2025-08-20T21:21:23.0400662Z [00:03:16.307]➜  # import config
2025-08-20T21:21:23.0401935Z [00:03:16.307]➜  packagefile github.com/census-instrumentation/opencensus-proto/gen-go/resource/v1=/tmp/go-build3547871397/b1445/_pkg_.a
2025-08-20T21:21:23.0403780Z [00:03:16.307]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:23.0405455Z [00:03:16.307]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:23.0406889Z [00:03:16.307]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:23.0408382Z [00:03:16.307]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:23.0409524Z [00:03:16.307]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:23.0410369Z [00:03:16.307]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:23.0411006Z [00:03:16.307]➜  EOF
2025-08-20T21:21:23.0425777Z [00:03:16.309]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1444/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/census-instrumentation/opencensus-proto@v0.4.1/gen-go/trace/v1=>github.com/census-instrumentation/opencensus-proto@v0.4.1/gen-go/trace/v1;$WORK/b1444=>" -p github.com/census-instrumentation/opencensus-proto/gen-go/trace/v1 -lang=go1.18 -complete -installsuffix shared -buildid Ir6RoIeVkojyb16gWyHZ/Ir6RoIeVkojyb16gWyHZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1444/importcfg -pack /root/go/pkg/mod/github.com/census-instrumentation/opencensus-proto@v0.4.1/gen-go/trace/v1/trace.pb.go /root/go/pkg/mod/github.com/census-instrumentation/opencensus-proto@v0.4.1/gen-go/trace/v1/trace_config.pb.go
2025-08-20T21:21:23.0889378Z [00:03:16.356]➜  go tool buildid -w $WORK/b1419/_pkg_.a # internal
2025-08-20T21:21:23.0917222Z [00:03:16.359]➜  go tool buildid -w $WORK/b1432/_pkg_.a # internal
2025-08-20T21:21:23.0956823Z [00:03:16.362]➜  cp $WORK/b1432/_pkg_.a /root/.cache/go-build/a3/a3e5fe41997a07a79299efe50a16f2b83625f7ac369b5f0f0f4246a51dec1add-d # internal
2025-08-20T21:21:23.0960969Z [00:03:16.363]➜  github.com/cncf/xds/go/xds/type/matcher/v3
2025-08-20T21:21:23.0961629Z [00:03:16.363]➜  mkdir -p $WORK/b1431/
2025-08-20T21:21:23.0969563Z [00:03:16.364]➜  cat >/tmp/go-build3547871397/b1431/importcfg << 'EOF' # internal
2025-08-20T21:21:23.0972434Z [00:03:16.364]➜  # import config
2025-08-20T21:21:23.0973314Z [00:03:16.364]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:23.0974134Z [00:03:16.364]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:23.0974914Z [00:03:16.364]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.0975963Z [00:03:16.364]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3547871397/b1415/_pkg_.a
2025-08-20T21:21:23.0977396Z [00:03:16.364]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3547871397/b1416/_pkg_.a
2025-08-20T21:21:23.0978867Z [00:03:16.364]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3547871397/b1432/_pkg_.a
2025-08-20T21:21:23.0980259Z [00:03:16.364]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:23.0981625Z [00:03:16.364]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:23.0983182Z [00:03:16.364]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:23.0984672Z [00:03:16.364]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:23.0985795Z [00:03:16.364]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:23.0986660Z [00:03:16.364]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:23.0987536Z [00:03:16.364]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:23.0991517Z [00:03:16.364]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:23.0992365Z [00:03:16.364]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:23.0993371Z [00:03:16.364]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:23.0994171Z [00:03:16.364]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:23.0995143Z [00:03:16.364]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:23.0995911Z [00:03:16.364]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:23.0996732Z [00:03:16.364]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:23.0997364Z [00:03:16.364]➜  EOF
2025-08-20T21:21:23.1043819Z [00:03:16.366]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1431/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/matcher/v3=>github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/matcher/v3;$WORK/b1431=>" -p github.com/cncf/xds/go/xds/type/matcher/v3 -lang=go1.19 -complete -installsuffix shared -buildid taHLFBlhJLf00NZcY7e7/taHLFBlhJLf00NZcY7e7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1431/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/matcher/v3/cel.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/matcher/v3/cel.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/matcher/v3/domain.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/matcher/v3/domain.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/matcher/v3/http_inputs.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/matcher/v3/http_inputs.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/matcher/v3/ip.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/matcher/v3/ip.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/matcher/v3/matcher.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/matcher/v3/matcher.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/matcher/v3/range.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/matcher/v3/range.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/matcher/v3/regex.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/matcher/v3/regex.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/matcher/v3/string.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/type/matcher/v3/string.pb.validate.go
2025-08-20T21:21:23.1110575Z [00:03:16.378]➜  cp $WORK/b1419/_pkg_.a /root/.cache/go-build/f1/f1ed3e961592235bae136df89abe2ec9325ffa7a8f07a65fd0ed28f6d0dc595a-d # internal
2025-08-20T21:21:23.1173591Z [00:03:16.385]➜  github.com/envoyproxy/go-control-plane/envoy/config/core/v3
2025-08-20T21:21:23.1175431Z [00:03:16.385]➜  mkdir -p $WORK/b1413/
2025-08-20T21:21:23.1219567Z [00:03:16.389]➜  cat >/tmp/go-build3547871397/b1413/importcfg << 'EOF' # internal
2025-08-20T21:21:23.1225149Z [00:03:16.389]➜  # import config
2025-08-20T21:21:23.1225866Z [00:03:16.389]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:23.1226725Z [00:03:16.390]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:23.1227568Z [00:03:16.390]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.1228644Z [00:03:16.390]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:23.1229949Z [00:03:16.390]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3547871397/b1415/_pkg_.a
2025-08-20T21:21:23.1231235Z [00:03:16.390]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3547871397/b1416/_pkg_.a
2025-08-20T21:21:23.1232801Z [00:03:16.390]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3547871397/b1418/_pkg_.a
2025-08-20T21:21:23.1234588Z [00:03:16.390]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3547871397/b1419/_pkg_.a
2025-08-20T21:21:23.1236119Z [00:03:16.390]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3547871397/b1420/_pkg_.a
2025-08-20T21:21:23.1237548Z [00:03:16.390]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:23.1238982Z [00:03:16.390]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:23.1240334Z [00:03:16.390]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:23.1245895Z [00:03:16.390]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:23.1247398Z [00:03:16.390]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:23.1248871Z [00:03:16.390]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3547871397/b1017/_pkg_.a
2025-08-20T21:21:23.1250298Z [00:03:16.390]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3547871397/b1387/_pkg_.a
2025-08-20T21:21:23.1251771Z [00:03:16.390]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:23.1253136Z [00:03:16.390]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:23.1254040Z [00:03:16.390]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:23.1254908Z [00:03:16.390]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:23.1255802Z [00:03:16.390]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:23.1256664Z [00:03:16.390]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:23.1257496Z [00:03:16.390]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:23.1258524Z [00:03:16.390]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:23.1259376Z [00:03:16.390]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:23.1260204Z [00:03:16.390]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:23.1261088Z [00:03:16.390]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:23.1261764Z [00:03:16.390]➜  EOF
2025-08-20T21:21:23.1294621Z [00:03:16.390]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1413/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3;$WORK/b1413=>" -p github.com/envoyproxy/go-control-plane/envoy/config/core/v3 -lang=go1.21 -complete -installsuffix shared -buildid mAqMwq-JJi2wW0NoiZMu/mAqMwq-JJi2wW0NoiZMu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1413/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/address.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/address.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/backoff.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/backoff.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/base.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/base.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/config_source.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/config_source.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/event_service_config.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/event_service_config.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/extension.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/extension.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/grpc_method_list.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/grpc_method_list.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/grpc_service.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/grpc_service.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/health_check.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/health_check.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/http_service.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/http_service.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/http_uri.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/http_uri.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/protocol.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/protocol.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/proxy_protocol.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/proxy_protocol.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/resolver.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/resolver.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/socket_cmsg_headers.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/socket_cmsg_headers.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/socket_option.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/socket_option.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/substitution_format_string.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/substitution_format_string.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/udp_socket_config.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/core/v3/udp_socket_config.pb.validate.go
2025-08-20T21:21:23.1731791Z [00:03:16.440]➜  go tool buildid -w $WORK/b1442/_pkg_.a # internal
2025-08-20T21:21:23.1788880Z [00:03:16.446]➜  cp $WORK/b1442/_pkg_.a /root/.cache/go-build/99/99d5cd679d5fa07a2070697405991138f771686c46c2e7b5e802904f20f2c525-d # internal
2025-08-20T21:21:23.1798878Z [00:03:16.446]➜  google.golang.org/grpc/internal/admin
2025-08-20T21:21:23.1799591Z [00:03:16.446]➜  mkdir -p $WORK/b1449/
2025-08-20T21:21:23.1800378Z [00:03:16.446]➜  cat >/tmp/go-build3547871397/b1449/importcfg << 'EOF' # internal
2025-08-20T21:21:23.1801107Z [00:03:16.446]➜  # import config
2025-08-20T21:21:23.1801932Z [00:03:16.446]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:23.1802944Z [00:03:16.446]➜  EOF
2025-08-20T21:21:23.1806762Z [00:03:16.446]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1449/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/admin=>google.golang.org/grpc@v1.68.1/internal/admin;$WORK/b1449=>" -p google.golang.org/grpc/internal/admin -lang=go1.22 -complete -installsuffix shared -buildid SClmwiYN-25XyreqhOJP/SClmwiYN-25XyreqhOJP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1449/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/admin/admin.go
2025-08-20T21:21:23.1952018Z [00:03:16.462]➜  go tool buildid -w $WORK/b1449/_pkg_.a # internal
2025-08-20T21:21:23.1959487Z [00:03:16.463]➜  cp $WORK/b1449/_pkg_.a /root/.cache/go-build/41/414b22a568eda1b23afa3f6c4eb08cd274eaa311019f732ea2edad8177ff62de-d # internal
2025-08-20T21:21:23.1965891Z [00:03:16.463]➜  google.golang.org/grpc/xds/internal/xdsclient/load
2025-08-20T21:21:23.1966627Z [00:03:16.464]➜  mkdir -p $WORK/b1452/
2025-08-20T21:21:23.1970550Z [00:03:16.464]➜  cat >/tmp/go-build3547871397/b1452/importcfg << 'EOF' # internal
2025-08-20T21:21:23.1973871Z [00:03:16.464]➜  # import config
2025-08-20T21:21:23.1974820Z [00:03:16.464]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:23.1975777Z [00:03:16.464]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:23.1976693Z [00:03:16.464]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:23.1977380Z [00:03:16.464]➜  EOF
2025-08-20T21:21:23.1982202Z [00:03:16.465]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1452/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/load=>google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/load;$WORK/b1452=>" -p google.golang.org/grpc/xds/internal/xdsclient/load -lang=go1.22 -complete -installsuffix shared -buildid W2MXtnBk3NwP1T6HC45m/W2MXtnBk3NwP1T6HC45m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1452/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/load/reporter.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/load/store.go
2025-08-20T21:21:23.2681601Z [00:03:16.535]➜  go tool buildid -w $WORK/b1444/_pkg_.a # internal
2025-08-20T21:21:23.2729010Z [00:03:16.539]➜  cp $WORK/b1444/_pkg_.a /root/.cache/go-build/cc/cc78fa2dc74be534a14804df52662c925048dff1d796bd368ae318c5fa42b157-d # internal
2025-08-20T21:21:23.2730529Z [00:03:16.540]➜  google.golang.org/grpc/xds/internal
2025-08-20T21:21:23.2731162Z [00:03:16.540]➜  mkdir -p $WORK/b1456/
2025-08-20T21:21:23.2731892Z [00:03:16.540]➜  cat >/tmp/go-build3547871397/b1456/importcfg << 'EOF' # internal
2025-08-20T21:21:23.2732579Z [00:03:16.540]➜  # import config
2025-08-20T21:21:23.2733484Z [00:03:16.540]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:23.2734418Z [00:03:16.540]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.2735472Z [00:03:16.540]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:23.2736374Z [00:03:16.540]➜  EOF
2025-08-20T21:21:23.2740092Z [00:03:16.540]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1456/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal=>google.golang.org/grpc@v1.68.1/xds/internal;$WORK/b1456=>" -p google.golang.org/grpc/xds/internal -lang=go1.22 -complete -installsuffix shared -buildid VMb8E2cQt3eZ4Wx5qaIE/VMb8E2cQt3eZ4Wx5qaIE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1456/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/internal.go
2025-08-20T21:21:23.3029669Z [00:03:16.569]➜  go tool buildid -w $WORK/b1456/_pkg_.a # internal
2025-08-20T21:21:23.3038277Z [00:03:16.570]➜  cp $WORK/b1456/_pkg_.a /root/.cache/go-build/35/358675ba0c4bde1797182d0a1ae7dec7c290658187fa25ac2448ca821ceaac31-d # internal
2025-08-20T21:21:23.3040519Z [00:03:16.570]➜  github.com/cncf/xds/go/udpa/type/v1
2025-08-20T21:21:23.3041119Z [00:03:16.570]➜  mkdir -p $WORK/b1460/
2025-08-20T21:21:23.3041837Z [00:03:16.571]➜  cat >/tmp/go-build3547871397/b1460/importcfg << 'EOF' # internal
2025-08-20T21:21:23.3042526Z [00:03:16.571]➜  # import config
2025-08-20T21:21:23.3043363Z [00:03:16.571]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:23.3044166Z [00:03:16.571]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:23.3044967Z [00:03:16.571]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.3045962Z [00:03:16.571]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:23.3047190Z [00:03:16.571]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:23.3048385Z [00:03:16.571]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:23.3049662Z [00:03:16.571]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3547871397/b1387/_pkg_.a
2025-08-20T21:21:23.3050602Z [00:03:16.571]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:23.3051518Z [00:03:16.571]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:23.3052265Z [00:03:16.571]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:23.3053618Z [00:03:16.571]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:23.3054894Z [00:03:16.571]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:23.3056219Z [00:03:16.571]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:23.3057654Z [00:03:16.571]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:23.3059731Z [00:03:16.571]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:23.3060976Z [00:03:16.571]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:23.3061911Z [00:03:16.571]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:23.3062907Z [00:03:16.571]➜  EOF
2025-08-20T21:21:23.3077369Z [00:03:16.573]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1460/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/udpa/type/v1=>github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/udpa/type/v1;$WORK/b1460=>" -p github.com/cncf/xds/go/udpa/type/v1 -lang=go1.19 -complete -installsuffix shared -buildid wTcv79phryV2rp9T2WNT/wTcv79phryV2rp9T2WNT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1460/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/udpa/type/v1/typed_struct.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/udpa/type/v1/typed_struct.pb.validate.go
2025-08-20T21:21:23.3197680Z [00:03:16.587]➜  go tool buildid -w $WORK/b1452/_pkg_.a # internal
2025-08-20T21:21:23.3218241Z [00:03:16.589]➜  cp $WORK/b1452/_pkg_.a /root/.cache/go-build/be/be0b4c103f24c71c78d6fa9c5d9f92f1c8f86a669c98618b6192090f33832f27-d # internal
2025-08-20T21:21:23.3221155Z [00:03:16.589]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3
2025-08-20T21:21:23.3233672Z [00:03:16.590]➜  mkdir -p $WORK/b1461/
2025-08-20T21:21:23.3234457Z [00:03:16.590]➜  cat >/tmp/go-build3547871397/b1461/importcfg << 'EOF' # internal
2025-08-20T21:21:23.3235128Z [00:03:16.590]➜  # import config
2025-08-20T21:21:23.3235968Z [00:03:16.590]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:23.3236756Z [00:03:16.590]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:23.3237566Z [00:03:16.590]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.3238712Z [00:03:16.590]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:23.3240034Z [00:03:16.590]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:23.3241368Z [00:03:16.590]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:23.3242865Z [00:03:16.590]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:23.3244163Z [00:03:16.590]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:23.3245165Z [00:03:16.590]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:23.3245939Z [00:03:16.590]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:23.3246734Z [00:03:16.590]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:23.3247509Z [00:03:16.590]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:23.3248248Z [00:03:16.590]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:23.3248994Z [00:03:16.590]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:23.3249686Z [00:03:16.590]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:23.3250581Z [00:03:16.590]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:23.3251414Z [00:03:16.590]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:23.3252176Z [00:03:16.590]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:23.3253034Z [00:03:16.590]➜  EOF
2025-08-20T21:21:23.3258809Z [00:03:16.591]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1461/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/clusters/aggregate/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/clusters/aggregate/v3;$WORK/b1461=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3 -lang=go1.21 -complete -installsuffix shared -buildid HFm5KNGoU46aexeHHT6v/HFm5KNGoU46aexeHHT6v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1461/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/clusters/aggregate/v3/cluster.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/clusters/aggregate/v3/cluster.pb.validate.go
2025-08-20T21:21:23.3626920Z [00:03:16.630]➜  go tool buildid -w $WORK/b1460/_pkg_.a # internal
2025-08-20T21:21:23.3642583Z [00:03:16.631]➜  cp $WORK/b1460/_pkg_.a /root/.cache/go-build/ad/ad7e9416b3c1b11be4dbdac27e3c92a4c683662e56012f9e27cb73a110f9013b-d # internal
2025-08-20T21:21:23.3645779Z [00:03:16.632]➜  github.com/envoyproxy/go-control-plane/envoy/type/http/v3
2025-08-20T21:21:23.3646539Z [00:03:16.632]➜  mkdir -p $WORK/b1463/
2025-08-20T21:21:23.3652897Z [00:03:16.632]➜  cat >/tmp/go-build3547871397/b1463/importcfg << 'EOF' # internal
2025-08-20T21:21:23.3653871Z [00:03:16.632]➜  # import config
2025-08-20T21:21:23.3654706Z [00:03:16.632]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:23.3655716Z [00:03:16.632]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:23.3656676Z [00:03:16.632]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.3658102Z [00:03:16.632]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:23.3659822Z [00:03:16.632]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:23.3661656Z [00:03:16.632]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:23.3663377Z [00:03:16.632]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:23.3665020Z [00:03:16.632]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:23.3666587Z [00:03:16.632]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:23.3667981Z [00:03:16.632]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:23.3674454Z [00:03:16.632]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:23.3676717Z [00:03:16.632]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:23.3678006Z [00:03:16.632]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:23.3680491Z [00:03:16.632]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:23.3681757Z [00:03:16.632]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:23.3693637Z [00:03:16.632]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:23.3694507Z [00:03:16.632]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:23.3695367Z [00:03:16.632]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:23.3696290Z [00:03:16.632]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:23.3696985Z [00:03:16.632]➜  EOF
2025-08-20T21:21:23.3704220Z [00:03:16.632]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1463/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/http/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/http/v3;$WORK/b1463=>" -p github.com/envoyproxy/go-control-plane/envoy/type/http/v3 -lang=go1.21 -complete -installsuffix shared -buildid wLsTw72tYk9SkmztPAwQ/wLsTw72tYk9SkmztPAwQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1463/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/http/v3/cookie.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/http/v3/cookie.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/http/v3/path_transformation.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/type/http/v3/path_transformation.pb.validate.go
2025-08-20T21:21:23.3937499Z [00:03:16.661]➜  go tool buildid -w $WORK/b1461/_pkg_.a # internal
2025-08-20T21:21:23.3952135Z [00:03:16.662]➜  cp $WORK/b1461/_pkg_.a /root/.cache/go-build/2a/2a321c92c437ad6ab08ce7210f45d37cef20509382545b127b976491e02ec9e1-d # internal
2025-08-20T21:21:23.3957079Z [00:03:16.663]➜  google.golang.org/grpc/internal/xds/matcher
2025-08-20T21:21:23.3957790Z [00:03:16.663]➜  mkdir -p $WORK/b1464/
2025-08-20T21:21:23.3963187Z [00:03:16.663]➜  cat >/tmp/go-build3547871397/b1464/importcfg << 'EOF' # internal
2025-08-20T21:21:23.3975188Z [00:03:16.663]➜  # import config
2025-08-20T21:21:23.3975900Z [00:03:16.663]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:23.3976735Z [00:03:16.663]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.3977983Z [00:03:16.663]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3547871397/b1419/_pkg_.a
2025-08-20T21:21:23.3979476Z [00:03:16.663]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3547871397/b987/_pkg_.a
2025-08-20T21:21:23.3980730Z [00:03:16.663]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:23.3981942Z [00:03:16.663]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:23.3983101Z [00:03:16.663]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:23.3983972Z [00:03:16.663]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:23.3984802Z [00:03:16.664]➜  EOF
2025-08-20T21:21:23.4006938Z [00:03:16.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1464/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/xds/matcher=>google.golang.org/grpc@v1.68.1/internal/xds/matcher;$WORK/b1464=>" -p google.golang.org/grpc/internal/xds/matcher -lang=go1.22 -complete -installsuffix shared -buildid tp6sVf9qw5cZF-6y_V5Z/tp6sVf9qw5cZF-6y_V5Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1464/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/xds/matcher/matcher_header.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/xds/matcher/string_matcher.go
2025-08-20T21:21:23.4968189Z [00:03:16.764]➜  go tool buildid -w $WORK/b1464/_pkg_.a # internal
2025-08-20T21:21:23.5000953Z [00:03:16.767]➜  cp $WORK/b1464/_pkg_.a /root/.cache/go-build/24/24e3ffd002ee0f6a50ce00caacadf335b87092f6a90ced90176e48339839f572-d # internal
2025-08-20T21:21:23.5003207Z [00:03:16.767]➜  google.golang.org/grpc/xds/internal/clusterspecifier
2025-08-20T21:21:23.5005637Z [00:03:16.767]➜  mkdir -p $WORK/b1465/
2025-08-20T21:21:23.5009000Z [00:03:16.768]➜  cat >/tmp/go-build3547871397/b1465/importcfg << 'EOF' # internal
2025-08-20T21:21:23.5009771Z [00:03:16.768]➜  # import config
2025-08-20T21:21:23.5010669Z [00:03:16.768]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:23.5011523Z [00:03:16.768]➜  EOF
2025-08-20T21:21:23.5016375Z [00:03:16.768]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1465/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/clusterspecifier=>google.golang.org/grpc@v1.68.1/xds/internal/clusterspecifier;$WORK/b1465=>" -p google.golang.org/grpc/xds/internal/clusterspecifier -lang=go1.22 -complete -installsuffix shared -buildid 4iQ1o9tD6heMDiM0_3Uv/4iQ1o9tD6heMDiM0_3Uv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1465/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/clusterspecifier/cluster_specifier.go
2025-08-20T21:21:23.5202340Z [00:03:16.787]➜  go tool buildid -w $WORK/b1465/_pkg_.a # internal
2025-08-20T21:21:23.5258931Z [00:03:16.793]➜  go tool buildid -w $WORK/b1463/_pkg_.a # internal
2025-08-20T21:21:23.5285884Z [00:03:16.796]➜  cp $WORK/b1463/_pkg_.a /root/.cache/go-build/ef/ef44af4f1c604954f614824965a704ae2fb637ea7adfca63a3edd4bf66750687-d # internal
2025-08-20T21:21:23.5295403Z [00:03:16.796]➜  google.golang.org/grpc/xds/internal/httpfilter
2025-08-20T21:21:23.5296089Z [00:03:16.796]➜  mkdir -p $WORK/b1466/
2025-08-20T21:21:23.5296841Z [00:03:16.796]➜  cat >/tmp/go-build3547871397/b1466/importcfg << 'EOF' # internal
2025-08-20T21:21:23.5297568Z [00:03:16.796]➜  # import config
2025-08-20T21:21:23.5298489Z [00:03:16.796]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3547871397/b1001/_pkg_.a
2025-08-20T21:21:23.5299746Z [00:03:16.796]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:23.5300549Z [00:03:16.796]➜  EOF
2025-08-20T21:21:23.5304840Z [00:03:16.797]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1466/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/httpfilter=>google.golang.org/grpc@v1.68.1/xds/internal/httpfilter;$WORK/b1466=>" -p google.golang.org/grpc/xds/internal/httpfilter -lang=go1.22 -complete -installsuffix shared -buildid OdQRINkPW-pVacOzkw1P/OdQRINkPW-pVacOzkw1P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1466/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/httpfilter/httpfilter.go
2025-08-20T21:21:23.5327963Z [00:03:16.800]➜  cp $WORK/b1465/_pkg_.a /root/.cache/go-build/14/1405505c17015b95b550f779b66f2682f3f692e122f396c82460fc37734d0e8f-d # internal
2025-08-20T21:21:23.5356483Z [00:03:16.803]➜  google.golang.org/grpc/balancer/leastrequest
2025-08-20T21:21:23.5357444Z [00:03:16.803]➜  mkdir -p $WORK/b1470/
2025-08-20T21:21:23.5363520Z [00:03:16.804]➜  cat >/tmp/go-build3547871397/b1470/importcfg << 'EOF' # internal
2025-08-20T21:21:23.5365700Z [00:03:16.804]➜  # import config
2025-08-20T21:21:23.5368828Z [00:03:16.804]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:23.5369758Z [00:03:16.804]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.5370786Z [00:03:16.804]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:23.5372017Z [00:03:16.804]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3547871397/b976/_pkg_.a
2025-08-20T21:21:23.5373453Z [00:03:16.804]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:23.5374665Z [00:03:16.804]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:23.5375714Z [00:03:16.804]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:23.5376657Z [00:03:16.804]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:23.5377346Z [00:03:16.804]➜  EOF
2025-08-20T21:21:23.5381347Z [00:03:16.804]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1470/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/leastrequest=>google.golang.org/grpc@v1.68.1/balancer/leastrequest;$WORK/b1470=>" -p google.golang.org/grpc/balancer/leastrequest -lang=go1.22 -complete -installsuffix shared -buildid kdwUepdo-FwF428M6YPB/kdwUepdo-FwF428M6YPB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1470/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/leastrequest/leastrequest.go
2025-08-20T21:21:23.5584636Z [00:03:16.826]➜  go tool buildid -w $WORK/b1466/_pkg_.a # internal
2025-08-20T21:21:23.5592069Z [00:03:16.826]➜  cp $WORK/b1466/_pkg_.a /root/.cache/go-build/14/141ca830f9dd0314142b654c8c7122016bac18809733ae8d20d4e75b783cedc0-d # internal
2025-08-20T21:21:23.5607951Z [00:03:16.827]➜  google.golang.org/grpc/internal/wrr
2025-08-20T21:21:23.5608783Z [00:03:16.827]➜  mkdir -p $WORK/b1473/
2025-08-20T21:21:23.5609513Z [00:03:16.827]➜  cat >/tmp/go-build3547871397/b1473/importcfg << 'EOF' # internal
2025-08-20T21:21:23.5610228Z [00:03:16.827]➜  # import config
2025-08-20T21:21:23.5610924Z [00:03:16.827]➜  packagefile container/heap=/tmp/go-build3547871397/b272/_pkg_.a
2025-08-20T21:21:23.5611833Z [00:03:16.827]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.5613164Z [00:03:16.827]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:23.5615318Z [00:03:16.827]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:23.5616388Z [00:03:16.827]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:23.5617280Z [00:03:16.827]➜  EOF
2025-08-20T21:21:23.5638375Z [00:03:16.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1473/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/wrr=>google.golang.org/grpc@v1.68.1/internal/wrr;$WORK/b1473=>" -p google.golang.org/grpc/internal/wrr -lang=go1.22 -complete -installsuffix shared -buildid hGMXRDKvos6CgQCFME-q/hGMXRDKvos6CgQCFME-q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1473/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/wrr/edf.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/wrr/random.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/wrr/wrr.go
2025-08-20T21:21:23.5880585Z [00:03:16.855]➜  go tool buildid -w $WORK/b1470/_pkg_.a # internal
2025-08-20T21:21:23.5890662Z [00:03:16.856]➜  cp $WORK/b1470/_pkg_.a /root/.cache/go-build/0a/0a6b65d03561d84f41014ea1b9142630ed71b9e115eb8d37392f308e28f267ca-d # internal
2025-08-20T21:21:23.5899298Z [00:03:16.856]➜  google.golang.org/grpc/internal/hierarchy
2025-08-20T21:21:23.5900021Z [00:03:16.857]➜  mkdir -p $WORK/b1474/
2025-08-20T21:21:23.5900798Z [00:03:16.857]➜  cat >/tmp/go-build3547871397/b1474/importcfg << 'EOF' # internal
2025-08-20T21:21:23.5901758Z [00:03:16.857]➜  # import config
2025-08-20T21:21:23.5902785Z [00:03:16.857]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:23.5903616Z [00:03:16.857]➜  EOF
2025-08-20T21:21:23.5907602Z [00:03:16.857]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1474/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/hierarchy=>google.golang.org/grpc@v1.68.1/internal/hierarchy;$WORK/b1474=>" -p google.golang.org/grpc/internal/hierarchy -lang=go1.22 -complete -installsuffix shared -buildid EpauhUFqCYfsVF971aLj/EpauhUFqCYfsVF971aLj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1474/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/hierarchy/hierarchy.go
2025-08-20T21:21:23.6236704Z [00:03:16.891]➜  go tool buildid -w $WORK/b1474/_pkg_.a # internal
2025-08-20T21:21:23.6238136Z [00:03:16.891]➜  cp $WORK/b1474/_pkg_.a /root/.cache/go-build/4c/4c034731f43dd53a1d975536dff18b886ece78a3801b918307250de28b6d27d4-d # internal
2025-08-20T21:21:23.6239419Z [00:03:16.891]➜  google.golang.org/grpc/internal/balancer/nop
2025-08-20T21:21:23.6240128Z [00:03:16.891]➜  mkdir -p $WORK/b1476/
2025-08-20T21:21:23.6248987Z [00:03:16.892]➜  cat >/tmp/go-build3547871397/b1476/importcfg << 'EOF' # internal
2025-08-20T21:21:23.6249749Z [00:03:16.892]➜  # import config
2025-08-20T21:21:23.6255158Z [00:03:16.892]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:23.6263968Z [00:03:16.892]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3547871397/b976/_pkg_.a
2025-08-20T21:21:23.6267523Z [00:03:16.892]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:23.6274448Z [00:03:16.892]➜  EOF
2025-08-20T21:21:23.6278360Z [00:03:16.892]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1476/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/balancer/nop=>google.golang.org/grpc@v1.68.1/internal/balancer/nop;$WORK/b1476=>" -p google.golang.org/grpc/internal/balancer/nop -lang=go1.22 -complete -installsuffix shared -buildid 8YBcRPxVE58vajR9fCP_/8YBcRPxVE58vajR9fCP_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1476/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/balancer/nop/nop.go
2025-08-20T21:21:23.6399128Z [00:03:16.907]➜  go tool buildid -w $WORK/b1473/_pkg_.a # internal
2025-08-20T21:21:23.6426028Z [00:03:16.910]➜  cp $WORK/b1473/_pkg_.a /root/.cache/go-build/94/94701b5dc778eb4e665816e43aae8b917d06a42cd0c56c817123ee861f5ab664-d # internal
2025-08-20T21:21:23.6439380Z [00:03:16.911]➜  google.golang.org/grpc/balancer/weightedtarget/weightedaggregator
2025-08-20T21:21:23.6444757Z [00:03:16.911]➜  mkdir -p $WORK/b1472/
2025-08-20T21:21:23.6456225Z [00:03:16.912]➜  cat >/tmp/go-build3547871397/b1472/importcfg << 'EOF' # internal
2025-08-20T21:21:23.6456967Z [00:03:16.912]➜  # import config
2025-08-20T21:21:23.6457647Z [00:03:16.912]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.6458686Z [00:03:16.912]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:23.6459861Z [00:03:16.912]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3547871397/b976/_pkg_.a
2025-08-20T21:21:23.6461088Z [00:03:16.912]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:23.6462310Z [00:03:16.912]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:23.6467547Z [00:03:16.912]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3547871397/b1473/_pkg_.a
2025-08-20T21:21:23.6468780Z [00:03:16.912]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:23.6469446Z [00:03:16.912]➜  EOF
2025-08-20T21:21:23.6477781Z [00:03:16.912]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1472/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/weightedtarget/weightedaggregator=>google.golang.org/grpc@v1.68.1/balancer/weightedtarget/weightedaggregator;$WORK/b1472=>" -p google.golang.org/grpc/balancer/weightedtarget/weightedaggregator -lang=go1.22 -complete -installsuffix shared -buildid RbAYLvTw0pBI2LGajEGS/RbAYLvTw0pBI2LGajEGS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1472/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/weightedtarget/weightedaggregator/aggregator.go
2025-08-20T21:21:23.6544541Z [00:03:16.921]➜  go tool buildid -w $WORK/b1476/_pkg_.a # internal
2025-08-20T21:21:23.6557678Z [00:03:16.923]➜  cp $WORK/b1476/_pkg_.a /root/.cache/go-build/c7/c7f2c3eb3c021cc71586a6d3fb45cf24fb15e6b1183cff9f6363d55acbe63bad-d # internal
2025-08-20T21:21:23.6559665Z [00:03:16.923]➜  google.golang.org/grpc/internal/credentials/xds
2025-08-20T21:21:23.6560971Z [00:03:16.923]➜  mkdir -p $WORK/b1477/
2025-08-20T21:21:23.6567921Z [00:03:16.924]➜  cat >/tmp/go-build3547871397/b1477/importcfg << 'EOF' # internal
2025-08-20T21:21:23.6569501Z [00:03:16.924]➜  # import config
2025-08-20T21:21:23.6575097Z [00:03:16.924]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:23.6576008Z [00:03:16.924]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:23.6576887Z [00:03:16.924]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:23.6577719Z [00:03:16.924]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:23.6578508Z [00:03:16.924]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.6579497Z [00:03:16.924]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3547871397/b970/_pkg_.a
2025-08-20T21:21:23.6580987Z [00:03:16.924]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3547871397/b1421/_pkg_.a
2025-08-20T21:21:23.6582291Z [00:03:16.924]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:23.6583815Z [00:03:16.924]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build3547871397/b1464/_pkg_.a
2025-08-20T21:21:23.6585003Z [00:03:16.924]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:23.6585954Z [00:03:16.924]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:23.6586591Z [00:03:16.924]➜  EOF
2025-08-20T21:21:23.6590460Z [00:03:16.924]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1477/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/credentials/xds=>google.golang.org/grpc@v1.68.1/internal/credentials/xds;$WORK/b1477=>" -p google.golang.org/grpc/internal/credentials/xds -lang=go1.22 -complete -installsuffix shared -buildid tMoxR_xHlcZDA8HTbOir/tMoxR_xHlcZDA8HTbOir -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1477/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/credentials/xds/handshake_info.go
2025-08-20T21:21:23.7181963Z [00:03:16.984]➜  go tool buildid -w $WORK/b1472/_pkg_.a # internal
2025-08-20T21:21:23.7183711Z [00:03:16.986]➜  cp $WORK/b1472/_pkg_.a /root/.cache/go-build/9f/9f0bb30eb524969790a043efd72edd84cad461e43dee4220d937c0d1445de1d6-d # internal
2025-08-20T21:21:23.7194291Z [00:03:16.987]➜  google.golang.org/grpc/balancer/weightedtarget
2025-08-20T21:21:23.7197050Z [00:03:16.987]➜  mkdir -p $WORK/b1471/
2025-08-20T21:21:23.7205649Z [00:03:16.988]➜  cat >/tmp/go-build3547871397/b1471/importcfg << 'EOF' # internal
2025-08-20T21:21:23.7206352Z [00:03:16.988]➜  # import config
2025-08-20T21:21:23.7207039Z [00:03:16.988]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:23.7207860Z [00:03:16.988]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.7208996Z [00:03:16.988]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:23.7210517Z [00:03:16.988]➜  packagefile google.golang.org/grpc/balancer/weightedtarget/weightedaggregator=/tmp/go-build3547871397/b1472/_pkg_.a
2025-08-20T21:21:23.7212159Z [00:03:16.988]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:23.7213551Z [00:03:16.988]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3547871397/b1407/_pkg_.a
2025-08-20T21:21:23.7214871Z [00:03:16.988]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:23.7216198Z [00:03:16.988]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3547871397/b1474/_pkg_.a
2025-08-20T21:21:23.7217518Z [00:03:16.988]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3547871397/b981/_pkg_.a
2025-08-20T21:21:23.7218901Z [00:03:16.988]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3547871397/b1002/_pkg_.a
2025-08-20T21:21:23.7220218Z [00:03:16.988]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3547871397/b1473/_pkg_.a
2025-08-20T21:21:23.7221408Z [00:03:16.988]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:23.7222850Z [00:03:16.988]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:23.7223874Z [00:03:16.988]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:23.7224478Z [00:03:16.988]➜  EOF
2025-08-20T21:21:23.7277927Z [00:03:16.995]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1471/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/weightedtarget=>google.golang.org/grpc@v1.68.1/balancer/weightedtarget;$WORK/b1471=>" -p google.golang.org/grpc/balancer/weightedtarget -lang=go1.22 -complete -installsuffix shared -buildid 8lQZMLS_2yQJhFuiAXF6/8lQZMLS_2yQJhFuiAXF6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1471/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/weightedtarget/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/weightedtarget/weightedtarget.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/weightedtarget/weightedtarget_config.go
2025-08-20T21:21:23.7411141Z [00:03:17.008]➜  go tool buildid -w $WORK/b1477/_pkg_.a # internal
2025-08-20T21:21:23.7447418Z [00:03:17.012]➜  cp $WORK/b1477/_pkg_.a /root/.cache/go-build/94/9470ffd7fff811d70378b500267edcd3a231bc42913a066761fdfae701e20bfc-d # internal
2025-08-20T21:21:23.7455478Z [00:03:17.013]➜  github.com/cncf/xds/go/xds/data/orca/v3
2025-08-20T21:21:23.7460682Z [00:03:17.013]➜  mkdir -p $WORK/b1480/
2025-08-20T21:21:23.7477739Z [00:03:17.015]➜  cat >/tmp/go-build3547871397/b1480/importcfg << 'EOF' # internal
2025-08-20T21:21:23.7478487Z [00:03:17.015]➜  # import config
2025-08-20T21:21:23.7479135Z [00:03:17.015]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:23.7479920Z [00:03:17.015]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:23.7480679Z [00:03:17.015]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.7481792Z [00:03:17.015]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:23.7483521Z [00:03:17.015]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:23.7484953Z [00:03:17.015]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:23.7486277Z [00:03:17.015]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:23.7487449Z [00:03:17.015]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:23.7488296Z [00:03:17.015]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:23.7489374Z [00:03:17.015]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:23.7490286Z [00:03:17.015]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:23.7494661Z [00:03:17.015]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:23.7495820Z [00:03:17.015]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:23.7496633Z [00:03:17.015]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:23.7497436Z [00:03:17.015]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:23.7498242Z [00:03:17.015]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:23.7499121Z [00:03:17.015]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:23.7499830Z [00:03:17.015]➜  EOF
2025-08-20T21:21:23.7515637Z [00:03:17.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1480/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/data/orca/v3=>github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/data/orca/v3;$WORK/b1480=>" -p github.com/cncf/xds/go/xds/data/orca/v3 -lang=go1.19 -complete -installsuffix shared -buildid MydXJ4-TouQ-irle-8KJ/MydXJ4-TouQ-irle-8KJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1480/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/data/orca/v3/orca_load_report.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/data/orca/v3/orca_load_report.pb.validate.go
2025-08-20T21:21:23.7687605Z [00:03:17.036]➜  go tool buildid -w $WORK/b1471/_pkg_.a # internal
2025-08-20T21:21:23.7697800Z [00:03:17.037]➜  cp $WORK/b1471/_pkg_.a /root/.cache/go-build/3e/3e7633fb510aa052803af0a0f26dd6fe2cff56ad0a5b6bdb4ccae988e4894245-d # internal
2025-08-20T21:21:23.7699852Z [00:03:17.037]➜  google.golang.org/grpc/balancer/weightedroundrobin/internal
2025-08-20T21:21:23.7701274Z [00:03:17.037]➜  mkdir -p $WORK/b1481/
2025-08-20T21:21:23.7706268Z [00:03:17.038]➜  cat >/tmp/go-build3547871397/b1481/importcfg << 'EOF' # internal
2025-08-20T21:21:23.7707346Z [00:03:17.038]➜  # import config
2025-08-20T21:21:23.7708214Z [00:03:17.038]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:23.7709000Z [00:03:17.038]➜  EOF
2025-08-20T21:21:23.7713465Z [00:03:17.038]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1481/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/weightedroundrobin/internal=>google.golang.org/grpc@v1.68.1/balancer/weightedroundrobin/internal;$WORK/b1481=>" -p google.golang.org/grpc/balancer/weightedroundrobin/internal -lang=go1.22 -complete -installsuffix shared -buildid jfLiOkfp9BE844i1vgcQ/jfLiOkfp9BE844i1vgcQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1481/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/weightedroundrobin/internal/internal.go
2025-08-20T21:21:23.7830413Z [00:03:17.050]➜  go tool buildid -w $WORK/b1431/_pkg_.a # internal
2025-08-20T21:21:23.7845025Z [00:03:17.052]➜  go tool buildid -w $WORK/b1481/_pkg_.a # internal
2025-08-20T21:21:23.7850089Z [00:03:17.052]➜  cp $WORK/b1481/_pkg_.a /root/.cache/go-build/79/7973ef075bf2cf7010b4bd043e29e7a62e0e87425af833d01f8a21c047947d58-d # internal
2025-08-20T21:21:23.7854536Z [00:03:17.052]➜  google.golang.org/grpc/xds/internal/balancer/loadstore
2025-08-20T21:21:23.7855296Z [00:03:17.053]➜  mkdir -p $WORK/b1486/
2025-08-20T21:21:23.7859294Z [00:03:17.053]➜  cat >/tmp/go-build3547871397/b1486/importcfg << 'EOF' # internal
2025-08-20T21:21:23.7861480Z [00:03:17.053]➜  # import config
2025-08-20T21:21:23.7864050Z [00:03:17.053]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build3547871397/b1452/_pkg_.a
2025-08-20T21:21:23.7866058Z [00:03:17.053]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:23.7868279Z [00:03:17.053]➜  EOF
2025-08-20T21:21:23.7872458Z [00:03:17.053]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1486/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/loadstore=>google.golang.org/grpc@v1.68.1/xds/internal/balancer/loadstore;$WORK/b1486=>" -p google.golang.org/grpc/xds/internal/balancer/loadstore -lang=go1.22 -complete -installsuffix shared -buildid c_b5p_1--abwrDj6xCDY/c_b5p_1--abwrDj6xCDY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1486/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/loadstore/load_store_wrapper.go
2025-08-20T21:21:23.8056508Z [00:03:17.073]➜  cp $WORK/b1431/_pkg_.a /root/.cache/go-build/17/176ed34bc11910083e838884e0f7006c99d77ccacbc9dad8fe4d348d2a44810a-d # internal
2025-08-20T21:21:23.8086203Z [00:03:17.076]➜  google.golang.org/grpc/xds/internal/balancer/outlierdetection
2025-08-20T21:21:23.8095436Z [00:03:17.076]➜  mkdir -p $WORK/b1487/
2025-08-20T21:21:23.8096189Z [00:03:17.076]➜  cat >/tmp/go-build3547871397/b1487/importcfg << 'EOF' # internal
2025-08-20T21:21:23.8096883Z [00:03:17.076]➜  # import config
2025-08-20T21:21:23.8097549Z [00:03:17.076]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:23.8098343Z [00:03:17.076]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.8099309Z [00:03:17.076]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:23.8100455Z [00:03:17.076]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:23.8101576Z [00:03:17.076]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:23.8105421Z [00:03:17.076]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3547871397/b991/_pkg_.a
2025-08-20T21:21:23.8106824Z [00:03:17.076]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3547871397/b998/_pkg_.a
2025-08-20T21:21:23.8108092Z [00:03:17.076]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3547871397/b968/_pkg_.a
2025-08-20T21:21:23.8109539Z [00:03:17.076]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:23.8110827Z [00:03:17.076]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3547871397/b997/_pkg_.a
2025-08-20T21:21:23.8112318Z [00:03:17.076]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3547871397/b1002/_pkg_.a
2025-08-20T21:21:23.8115719Z [00:03:17.076]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:23.8116970Z [00:03:17.076]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:23.8117973Z [00:03:17.076]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:23.8118824Z [00:03:17.076]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:23.8119696Z [00:03:17.076]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:23.8120549Z [00:03:17.076]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:23.8121383Z [00:03:17.076]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:23.8122217Z [00:03:17.076]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:23.8123075Z [00:03:17.076]➜  EOF
2025-08-20T21:21:23.8130737Z [00:03:17.076]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1487/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/outlierdetection=>google.golang.org/grpc@v1.68.1/xds/internal/balancer/outlierdetection;$WORK/b1487=>" -p google.golang.org/grpc/xds/internal/balancer/outlierdetection -lang=go1.22 -complete -installsuffix shared -buildid cunLd8uicqiXVKEJjqse/cunLd8uicqiXVKEJjqse -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1487/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/outlierdetection/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/outlierdetection/callcounter.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/outlierdetection/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/outlierdetection/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/outlierdetection/subconn_wrapper.go
2025-08-20T21:21:23.8165063Z [00:03:17.081]➜  go tool buildid -w $WORK/b1480/_pkg_.a # internal
2025-08-20T21:21:23.8171672Z [00:03:17.084]➜  cp $WORK/b1480/_pkg_.a /root/.cache/go-build/7a/7a7c91c7a8a0ffdb1a5f3b83eb948829e6f914dd30343a8381aa4c28cd02ad49-d # internal
2025-08-20T21:21:23.8179016Z [00:03:17.084]➜  github.com/cncf/xds/go/xds/service/orca/v3
2025-08-20T21:21:23.8179709Z [00:03:17.084]➜  mkdir -p $WORK/b1483/
2025-08-20T21:21:23.8180461Z [00:03:17.084]➜  cat >/tmp/go-build3547871397/b1483/importcfg << 'EOF' # internal
2025-08-20T21:21:23.8181186Z [00:03:17.084]➜  # import config
2025-08-20T21:21:23.8181898Z [00:03:17.084]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:23.8182902Z [00:03:17.084]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:23.8183781Z [00:03:17.084]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:23.8184624Z [00:03:17.084]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.8185651Z [00:03:17.084]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3547871397/b1480/_pkg_.a
2025-08-20T21:21:23.8186814Z [00:03:17.084]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:23.8187984Z [00:03:17.084]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:23.8189138Z [00:03:17.084]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:23.8190450Z [00:03:17.084]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:23.8192025Z [00:03:17.084]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:23.8193533Z [00:03:17.084]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:23.8195064Z [00:03:17.084]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:23.8196129Z [00:03:17.084]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:23.8196922Z [00:03:17.084]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:23.8197731Z [00:03:17.084]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:23.8198520Z [00:03:17.084]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:23.8199332Z [00:03:17.084]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:23.8200112Z [00:03:17.084]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:23.8200919Z [00:03:17.084]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:23.8201743Z [00:03:17.084]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:23.8202528Z [00:03:17.084]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:23.8203567Z [00:03:17.084]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:23.8204238Z [00:03:17.084]➜  EOF
2025-08-20T21:21:23.8210280Z [00:03:17.084]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1483/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/service/orca/v3=>github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/service/orca/v3;$WORK/b1483=>" -p github.com/cncf/xds/go/xds/service/orca/v3 -lang=go1.19 -complete -installsuffix shared -buildid xS7CmsOu0WUxfo0s81KD/xS7CmsOu0WUxfo0s81KD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1483/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/service/orca/v3/orca.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/service/orca/v3/orca.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20240905190251-b4127c9b8d78/xds/service/orca/v3/orca_grpc.pb.go
2025-08-20T21:21:23.9140532Z [00:03:17.181]➜  go tool buildid -w $WORK/b1487/_pkg_.a # internal
2025-08-20T21:21:23.9143066Z [00:03:17.181]➜  go tool buildid -w $WORK/b1486/_pkg_.a # internal
2025-08-20T21:21:23.9170198Z [00:03:17.184]➜  cp $WORK/b1487/_pkg_.a /root/.cache/go-build/b6/b69b591d45f11999754a17ba58d28549be18908aca9e5681b3e8f700f620f8ba-d # internal
2025-08-20T21:21:23.9182812Z [00:03:17.184]➜  google.golang.org/grpc/orca/internal
2025-08-20T21:21:23.9183888Z [00:03:17.185]➜  mkdir -p $WORK/b1484/
2025-08-20T21:21:23.9199121Z [00:03:17.185]➜  cat >/tmp/go-build3547871397/b1484/importcfg << 'EOF' # internal
2025-08-20T21:21:23.9199838Z [00:03:17.185]➜  # import config
2025-08-20T21:21:23.9200600Z [00:03:17.185]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:23.9201470Z [00:03:17.185]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.9202549Z [00:03:17.185]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3547871397/b1480/_pkg_.a
2025-08-20T21:21:23.9204099Z [00:03:17.185]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3547871397/b990/_pkg_.a
2025-08-20T21:21:23.9205340Z [00:03:17.185]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:23.9206523Z [00:03:17.185]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:23.9207318Z [00:03:17.185]➜  EOF
2025-08-20T21:21:23.9211140Z [00:03:17.185]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1484/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/orca/internal=>google.golang.org/grpc@v1.68.1/orca/internal;$WORK/b1484=>" -p google.golang.org/grpc/orca/internal -lang=go1.22 -complete -installsuffix shared -buildid 7s_nv2Vvhj8p2r8qV-yv/7s_nv2Vvhj8p2r8qV-yv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1484/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/orca/internal/internal.go
2025-08-20T21:21:23.9221545Z [00:03:17.189]➜  cp $WORK/b1486/_pkg_.a /root/.cache/go-build/d6/d6948718b37309f7db6bfac1bc92cc7846dcdad44578c5af0daacd651e0de97a-d # internal
2025-08-20T21:21:23.9225032Z [00:03:17.190]➜  google.golang.org/grpc/xds/internal/balancer/priority
2025-08-20T21:21:23.9225735Z [00:03:17.190]➜  mkdir -p $WORK/b1488/
2025-08-20T21:21:23.9233105Z [00:03:17.190]➜  cat >/tmp/go-build3547871397/b1488/importcfg << 'EOF' # internal
2025-08-20T21:21:23.9234992Z [00:03:17.190]➜  # import config
2025-08-20T21:21:23.9236816Z [00:03:17.190]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:23.9238336Z [00:03:17.190]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:23.9239467Z [00:03:17.190]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.9240454Z [00:03:17.190]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:23.9241627Z [00:03:17.190]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3547871397/b976/_pkg_.a
2025-08-20T21:21:23.9243079Z [00:03:17.191]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:23.9244293Z [00:03:17.191]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:23.9245581Z [00:03:17.191]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3547871397/b1407/_pkg_.a
2025-08-20T21:21:23.9246902Z [00:03:17.191]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3547871397/b998/_pkg_.a
2025-08-20T21:21:23.9248358Z [00:03:17.191]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:23.9249678Z [00:03:17.191]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3547871397/b997/_pkg_.a
2025-08-20T21:21:23.9250995Z [00:03:17.191]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3547871397/b1474/_pkg_.a
2025-08-20T21:21:23.9252480Z [00:03:17.191]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3547871397/b981/_pkg_.a
2025-08-20T21:21:23.9254135Z [00:03:17.191]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3547871397/b1002/_pkg_.a
2025-08-20T21:21:23.9255412Z [00:03:17.191]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:23.9256588Z [00:03:17.191]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:23.9257557Z [00:03:17.191]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:23.9258405Z [00:03:17.191]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:23.9259261Z [00:03:17.191]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:23.9259901Z [00:03:17.191]➜  EOF
2025-08-20T21:21:23.9276301Z [00:03:17.191]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1488/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/priority=>google.golang.org/grpc@v1.68.1/xds/internal/balancer/priority;$WORK/b1488=>" -p google.golang.org/grpc/xds/internal/balancer/priority -lang=go1.22 -complete -installsuffix shared -buildid viqupfa2z4nGQeLdZBqG/viqupfa2z4nGQeLdZBqG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1488/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/priority/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/priority/balancer_child.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/priority/balancer_priority.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/priority/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/priority/ignore_resolve_now.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/priority/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/priority/utils.go
2025-08-20T21:21:23.9525955Z [00:03:17.220]➜  go tool buildid -w $WORK/b1484/_pkg_.a # internal
2025-08-20T21:21:23.9558950Z [00:03:17.223]➜  cp $WORK/b1484/_pkg_.a /root/.cache/go-build/f5/f56472a5bbb2462eae700bc0e099ccda868bdf49faafb3aabe2f0073bd19d18c-d # internal
2025-08-20T21:21:23.9560382Z [00:03:17.223]➜  google.golang.org/grpc/xds/internal/balancer/wrrlocality
2025-08-20T21:21:23.9564249Z [00:03:17.223]➜  mkdir -p $WORK/b1489/
2025-08-20T21:21:23.9570319Z [00:03:17.223]➜  cat >/tmp/go-build3547871397/b1489/importcfg << 'EOF' # internal
2025-08-20T21:21:23.9570940Z [00:03:17.223]➜  # import config
2025-08-20T21:21:23.9571666Z [00:03:17.223]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:23.9572940Z [00:03:17.223]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:23.9573838Z [00:03:17.223]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.9574836Z [00:03:17.223]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:23.9578764Z [00:03:17.223]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build3547871397/b1471/_pkg_.a
2025-08-20T21:21:23.9580059Z [00:03:17.223]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:23.9581286Z [00:03:17.223]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:23.9582604Z [00:03:17.223]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3547871397/b1002/_pkg_.a
2025-08-20T21:21:23.9584076Z [00:03:17.223]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:23.9585322Z [00:03:17.223]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:23.9586540Z [00:03:17.223]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3547871397/b1456/_pkg_.a
2025-08-20T21:21:23.9587406Z [00:03:17.223]➜  EOF
2025-08-20T21:21:23.9597050Z [00:03:17.223]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1489/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/wrrlocality=>google.golang.org/grpc@v1.68.1/xds/internal/balancer/wrrlocality;$WORK/b1489=>" -p google.golang.org/grpc/xds/internal/balancer/wrrlocality -lang=go1.22 -complete -installsuffix shared -buildid WnqKWGjAAxVd6qpNPgQ9/WnqKWGjAAxVd6qpNPgQ9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1489/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/wrrlocality/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/wrrlocality/logging.go
2025-08-20T21:21:23.9601641Z [00:03:17.223]➜  go tool buildid -w $WORK/b1483/_pkg_.a # internal
2025-08-20T21:21:23.9633943Z [00:03:17.230]➜  cp $WORK/b1483/_pkg_.a /root/.cache/go-build/01/0136ffbcd0e690e7cdc8fc65c4a1afde1b29dcb125a500efe8096dbf2f7402df-d # internal
2025-08-20T21:21:23.9637227Z [00:03:17.231]➜  google.golang.org/grpc/orca
2025-08-20T21:21:23.9643016Z [00:03:17.231]➜  mkdir -p $WORK/b1482/
2025-08-20T21:21:23.9650380Z [00:03:17.232]➜  cat >/tmp/go-build3547871397/b1482/importcfg << 'EOF' # internal
2025-08-20T21:21:23.9651610Z [00:03:17.232]➜  # import config
2025-08-20T21:21:23.9654255Z [00:03:17.232]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:23.9655339Z [00:03:17.232]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.9657791Z [00:03:17.232]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3547871397/b1480/_pkg_.a
2025-08-20T21:21:23.9659157Z [00:03:17.232]➜  packagefile github.com/cncf/xds/go/xds/service/orca/v3=/tmp/go-build3547871397/b1483/_pkg_.a
2025-08-20T21:21:23.9660572Z [00:03:17.232]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:23.9661754Z [00:03:17.232]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:23.9663137Z [00:03:17.232]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:23.9664523Z [00:03:17.232]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:23.9665690Z [00:03:17.232]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:23.9666907Z [00:03:17.233]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3547871397/b990/_pkg_.a
2025-08-20T21:21:23.9668200Z [00:03:17.233]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build3547871397/b992/_pkg_.a
2025-08-20T21:21:23.9669312Z [00:03:17.233]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3547871397/b997/_pkg_.a
2025-08-20T21:21:23.9670495Z [00:03:17.233]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:23.9671685Z [00:03:17.233]➜  packagefile google.golang.org/grpc/orca/internal=/tmp/go-build3547871397/b1484/_pkg_.a
2025-08-20T21:21:23.9677726Z [00:03:17.233]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:23.9678950Z [00:03:17.233]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:23.9680222Z [00:03:17.233]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:23.9681119Z [00:03:17.233]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:23.9681891Z [00:03:17.233]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:23.9682917Z [00:03:17.233]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:23.9683524Z [00:03:17.233]➜  EOF
2025-08-20T21:21:23.9688452Z [00:03:17.233]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1482/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/orca=>google.golang.org/grpc@v1.68.1/orca;$WORK/b1482=>" -p google.golang.org/grpc/orca -lang=go1.22 -complete -installsuffix shared -buildid OBN06h_2wlYX2VnN2Sjk/OBN06h_2wlYX2VnN2Sjk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1482/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/orca/call_metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/orca/orca.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/orca/producer.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/orca/server_metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/orca/service.go
2025-08-20T21:21:23.9919211Z [00:03:17.259]➜  go tool buildid -w $WORK/b1488/_pkg_.a # internal
2025-08-20T21:21:23.9924698Z [00:03:17.259]➜  cp $WORK/b1488/_pkg_.a /root/.cache/go-build/df/df7cc0751a81b43f27d8f950c34a4485e99e8c888bfebcc9beb6949abbb09eb5-d # internal
2025-08-20T21:21:23.9926092Z [00:03:17.259]➜  google.golang.org/grpc/xds/internal/balancer/clustermanager
2025-08-20T21:21:23.9926809Z [00:03:17.259]➜  mkdir -p $WORK/b1490/
2025-08-20T21:21:23.9927557Z [00:03:17.259]➜  cat >/tmp/go-build3547871397/b1490/importcfg << 'EOF' # internal
2025-08-20T21:21:23.9928298Z [00:03:17.259]➜  # import config
2025-08-20T21:21:23.9928975Z [00:03:17.259]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:23.9929869Z [00:03:17.259]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:23.9930722Z [00:03:17.259]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:23.9931698Z [00:03:17.259]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:23.9933060Z [00:03:17.259]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3547871397/b976/_pkg_.a
2025-08-20T21:21:23.9934202Z [00:03:17.259]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:23.9935647Z [00:03:17.259]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:23.9936897Z [00:03:17.259]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:23.9938372Z [00:03:17.259]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3547871397/b1407/_pkg_.a
2025-08-20T21:21:23.9939774Z [00:03:17.260]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:23.9941183Z [00:03:17.260]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3547871397/b1474/_pkg_.a
2025-08-20T21:21:23.9942538Z [00:03:17.260]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3547871397/b981/_pkg_.a
2025-08-20T21:21:23.9945244Z [00:03:17.260]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3547871397/b1002/_pkg_.a
2025-08-20T21:21:23.9946750Z [00:03:17.260]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:23.9948042Z [00:03:17.260]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:23.9949301Z [00:03:17.260]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:23.9950321Z [00:03:17.260]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:23.9951149Z [00:03:17.260]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:23.9951764Z [00:03:17.260]➜  EOF
2025-08-20T21:21:23.9959684Z [00:03:17.260]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1490/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clustermanager=>google.golang.org/grpc@v1.68.1/xds/internal/balancer/clustermanager;$WORK/b1490=>" -p google.golang.org/grpc/xds/internal/balancer/clustermanager -lang=go1.22 -complete -installsuffix shared -buildid XM6qjrMfm1qpmmr403UF/XM6qjrMfm1qpmmr403UF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1490/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clustermanager/balancerstateaggregator.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clustermanager/clustermanager.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clustermanager/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clustermanager/picker.go
2025-08-20T21:21:24.0034061Z [00:03:17.271]➜  go tool buildid -w $WORK/b1489/_pkg_.a # internal
2025-08-20T21:21:24.0054964Z [00:03:17.273]➜  cp $WORK/b1489/_pkg_.a /root/.cache/go-build/97/97d4a08bb53498a9a7e60bfa0cdcbabe53b224d0ef81ae5da9abef7a9e944841-d # internal
2025-08-20T21:21:24.0063245Z [00:03:17.273]➜  google.golang.org/grpc/xds/internal/clusterspecifier/rls
2025-08-20T21:21:24.0069487Z [00:03:17.274]➜  mkdir -p $WORK/b1491/
2025-08-20T21:21:24.0082523Z [00:03:17.275]➜  cat >/tmp/go-build3547871397/b1491/importcfg << 'EOF' # internal
2025-08-20T21:21:24.0093570Z [00:03:17.275]➜  # import config
2025-08-20T21:21:24.0094345Z [00:03:17.275]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:24.0095243Z [00:03:17.275]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:24.0096283Z [00:03:17.275]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:24.0097475Z [00:03:17.275]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:24.0098840Z [00:03:17.275]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build3547871397/b1406/_pkg_.a
2025-08-20T21:21:24.0100375Z [00:03:17.275]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build3547871397/b1465/_pkg_.a
2025-08-20T21:21:24.0101837Z [00:03:17.276]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3547871397/b982/_pkg_.a
2025-08-20T21:21:24.0104669Z [00:03:17.276]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:24.0106017Z [00:03:17.276]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:24.0106901Z [00:03:17.276]➜  EOF
2025-08-20T21:21:24.0118333Z [00:03:17.279]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1491/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/clusterspecifier/rls=>google.golang.org/grpc@v1.68.1/xds/internal/clusterspecifier/rls;$WORK/b1491=>" -p google.golang.org/grpc/xds/internal/clusterspecifier/rls -lang=go1.22 -complete -installsuffix shared -buildid iZf5bLA-EW0GI_RpEw8m/iZf5bLA-EW0GI_RpEw8m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1491/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/clusterspecifier/rls/rls.go
2025-08-20T21:21:24.0649922Z [00:03:17.332]➜  go tool buildid -w $WORK/b1491/_pkg_.a # internal
2025-08-20T21:21:24.0666502Z [00:03:17.334]➜  go tool buildid -w $WORK/b1490/_pkg_.a # internal
2025-08-20T21:21:24.0687635Z [00:03:17.336]➜  cp $WORK/b1490/_pkg_.a /root/.cache/go-build/ff/ffa8f7a97798603084e6d004fb047b2e1ba3b776ef96561d6db388dac577ee83-d # internal
2025-08-20T21:21:24.0699310Z [00:03:17.337]➜  cp $WORK/b1491/_pkg_.a /root/.cache/go-build/1b/1bb9e7d1f2c13c2545df9aa23601af6b153cdf302966ec4664a7c7e670c744ba-d # internal
2025-08-20T21:21:24.0708606Z [00:03:17.338]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3
2025-08-20T21:21:24.0716150Z [00:03:17.339]➜  mkdir -p $WORK/b1499/
2025-08-20T21:21:24.0728140Z [00:03:17.340]➜  cat >/tmp/go-build3547871397/b1499/importcfg << 'EOF' # internal
2025-08-20T21:21:24.0729377Z [00:03:17.340]➜  # import config
2025-08-20T21:21:24.0730843Z [00:03:17.340]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:24.0733196Z [00:03:17.340]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:24.0734076Z [00:03:17.340]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:24.0735225Z [00:03:17.340]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:24.0736649Z [00:03:17.340]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:24.0738347Z [00:03:17.340]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:24.0739730Z [00:03:17.340]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:24.0740848Z [00:03:17.340]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:24.0741722Z [00:03:17.340]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:24.0742832Z [00:03:17.340]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:24.0743672Z [00:03:17.340]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:24.0744614Z [00:03:17.340]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:24.0745419Z [00:03:17.340]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:24.0746245Z [00:03:17.340]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:24.0747044Z [00:03:17.340]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:24.0747792Z [00:03:17.340]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:24.0748613Z [00:03:17.340]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:24.0749228Z [00:03:17.340]➜  EOF
2025-08-20T21:21:24.0771697Z [00:03:17.343]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1499/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/rbac/audit_loggers/stream/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/rbac/audit_loggers/stream/v3;$WORK/b1499=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3 -lang=go1.21 -complete -installsuffix shared -buildid IixsRfBSPmIBlQ-4pXGP/IixsRfBSPmIBlQ-4pXGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1499/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/rbac/audit_loggers/stream/v3/stream.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/rbac/audit_loggers/stream/v3/stream.pb.validate.go
2025-08-20T21:21:24.0777851Z [00:03:17.344]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3
2025-08-20T21:21:24.0793092Z [00:03:17.346]➜  mkdir -p $WORK/b1493/
2025-08-20T21:21:24.0800420Z [00:03:17.346]➜  cat >/tmp/go-build3547871397/b1493/importcfg << 'EOF' # internal
2025-08-20T21:21:24.0801183Z [00:03:17.346]➜  # import config
2025-08-20T21:21:24.0801857Z [00:03:17.346]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:24.0802903Z [00:03:17.346]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:24.0803809Z [00:03:17.346]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:24.0804815Z [00:03:17.346]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:24.0806257Z [00:03:17.346]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3547871397/b1420/_pkg_.a
2025-08-20T21:21:24.0807639Z [00:03:17.346]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:24.0809007Z [00:03:17.346]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:24.0810275Z [00:03:17.346]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:24.0812105Z [00:03:17.346]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:24.0813691Z [00:03:17.346]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:24.0814776Z [00:03:17.346]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:24.0815633Z [00:03:17.346]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:24.0816506Z [00:03:17.346]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:24.0817304Z [00:03:17.346]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:24.0818139Z [00:03:17.346]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:24.0818906Z [00:03:17.346]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:24.0819684Z [00:03:17.346]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:24.0820415Z [00:03:17.346]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:24.0821176Z [00:03:17.346]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:24.0822184Z [00:03:17.346]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:24.0823134Z [00:03:17.346]➜  EOF
2025-08-20T21:21:24.0828660Z [00:03:17.346]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1493/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/common/fault/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/common/fault/v3;$WORK/b1493=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3 -lang=go1.21 -complete -installsuffix shared -buildid hetQXzhaSbDGvdjFR-Tr/hetQXzhaSbDGvdjFR-Tr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1493/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/common/fault/v3/fault.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/common/fault/v3/fault.pb.validate.go
2025-08-20T21:21:24.1066490Z [00:03:17.372]➜  go tool buildid -w $WORK/b1482/_pkg_.a # internal
2025-08-20T21:21:24.1073176Z [00:03:17.374]➜  cp $WORK/b1482/_pkg_.a /root/.cache/go-build/aa/aaf303ba8ecedd4d6b4a7f756a45c6517e2bcd22bdb2dc1992ac362d120604ac-d # internal
2025-08-20T21:21:24.1076781Z [00:03:17.375]➜  google.golang.org/grpc/balancer/weightedroundrobin
2025-08-20T21:21:24.1080550Z [00:03:17.375]➜  mkdir -p $WORK/b1479/
2025-08-20T21:21:24.1083079Z [00:03:17.375]➜  cat >/tmp/go-build3547871397/b1479/importcfg << 'EOF' # internal
2025-08-20T21:21:24.1086398Z [00:03:17.375]➜  # import config
2025-08-20T21:21:24.1116794Z [00:03:17.375]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:24.1117727Z [00:03:17.375]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:24.1118547Z [00:03:17.375]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:24.1119356Z [00:03:17.375]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:24.1120618Z [00:03:17.375]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3547871397/b1480/_pkg_.a
2025-08-20T21:21:24.1121793Z [00:03:17.375]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:24.1123264Z [00:03:17.375]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3547871397/b976/_pkg_.a
2025-08-20T21:21:24.1124813Z [00:03:17.375]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin/internal=/tmp/go-build3547871397/b1481/_pkg_.a
2025-08-20T21:21:24.1126333Z [00:03:17.375]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build3547871397/b1471/_pkg_.a
2025-08-20T21:21:24.1127634Z [00:03:17.375]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:24.1128941Z [00:03:17.376]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3547871397/b973/_pkg_.a
2025-08-20T21:21:24.1130165Z [00:03:17.376]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:24.1131415Z [00:03:17.376]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:24.1132927Z [00:03:17.376]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3547871397/b1002/_pkg_.a
2025-08-20T21:21:24.1134167Z [00:03:17.376]➜  packagefile google.golang.org/grpc/orca=/tmp/go-build3547871397/b1482/_pkg_.a
2025-08-20T21:21:24.1135224Z [00:03:17.376]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:24.1136418Z [00:03:17.376]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:24.1137417Z [00:03:17.376]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:24.1138231Z [00:03:17.376]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:24.1139052Z [00:03:17.376]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:24.1140053Z [00:03:17.376]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:24.1140952Z [00:03:17.376]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:24.1141588Z [00:03:17.376]➜  EOF
2025-08-20T21:21:24.1149252Z [00:03:17.376]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1479/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/weightedroundrobin=>google.golang.org/grpc@v1.68.1/balancer/weightedroundrobin;$WORK/b1479=>" -p google.golang.org/grpc/balancer/weightedroundrobin -lang=go1.22 -complete -installsuffix shared -buildid zXQymUvHscoH9Xi8K1MF/zXQymUvHscoH9Xi8K1MF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1479/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/weightedroundrobin/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/weightedroundrobin/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/weightedroundrobin/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/weightedroundrobin/scheduler.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/balancer/weightedroundrobin/weightedroundrobin.go
2025-08-20T21:21:24.1401882Z [00:03:17.407]➜  go tool buildid -w $WORK/b1499/_pkg_.a # internal
2025-08-20T21:21:24.1426585Z [00:03:17.409]➜  cp $WORK/b1499/_pkg_.a /root/.cache/go-build/49/49bbe0d775eb3b4368215c75a9356510290e3a03f5ae5b495eb7d718ac09f651-d # internal
2025-08-20T21:21:24.1436480Z [00:03:17.409]➜  google.golang.org/grpc/authz/audit
2025-08-20T21:21:24.1437122Z [00:03:17.410]➜  mkdir -p $WORK/b1500/
2025-08-20T21:21:24.1437902Z [00:03:17.410]➜  cat >/tmp/go-build3547871397/b1500/importcfg << 'EOF' # internal
2025-08-20T21:21:24.1438604Z [00:03:17.410]➜  # import config
2025-08-20T21:21:24.1439340Z [00:03:17.410]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:24.1440236Z [00:03:17.410]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:24.1440902Z [00:03:17.410]➜  EOF
2025-08-20T21:21:24.1445753Z [00:03:17.410]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1500/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/authz/audit=>google.golang.org/grpc@v1.68.1/authz/audit;$WORK/b1500=>" -p google.golang.org/grpc/authz/audit -lang=go1.22 -complete -installsuffix shared -buildid IUUC2yhBIyBPtsTmqRw5/IUUC2yhBIyBPtsTmqRw5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1500/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/authz/audit/audit_logger.go
2025-08-20T21:21:24.1636410Z [00:03:17.431]➜  go tool buildid -w $WORK/b1500/_pkg_.a # internal
2025-08-20T21:21:24.1642049Z [00:03:17.431]➜  cp $WORK/b1500/_pkg_.a /root/.cache/go-build/e3/e3a6a28130974d899545cb27ac2f90d8f679bd6d1da98c91d674f652de3e1571-d # internal
2025-08-20T21:21:24.1651857Z [00:03:17.432]➜  google.golang.org/grpc/authz/audit/stdout
2025-08-20T21:21:24.1652514Z [00:03:17.432]➜  mkdir -p $WORK/b1501/
2025-08-20T21:21:24.1653479Z [00:03:17.432]➜  cat >/tmp/go-build3547871397/b1501/importcfg << 'EOF' # internal
2025-08-20T21:21:24.1654221Z [00:03:17.432]➜  # import config
2025-08-20T21:21:24.1654968Z [00:03:17.432]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:24.1656059Z [00:03:17.432]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build3547871397/b1500/_pkg_.a
2025-08-20T21:21:24.1657266Z [00:03:17.432]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:24.1658224Z [00:03:17.432]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:24.1659006Z [00:03:17.432]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:24.1659931Z [00:03:17.432]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:24.1660548Z [00:03:17.432]➜  EOF
2025-08-20T21:21:24.1665101Z [00:03:17.432]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1501/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/authz/audit/stdout=>google.golang.org/grpc@v1.68.1/authz/audit/stdout;$WORK/b1501=>" -p google.golang.org/grpc/authz/audit/stdout -lang=go1.22 -complete -installsuffix shared -buildid NLUkgBqSnG5T9S-WT9Se/NLUkgBqSnG5T9S-WT9Se -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1501/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/authz/audit/stdout/stdout_logger.go
2025-08-20T21:21:24.2139289Z [00:03:17.481]➜  go tool buildid -w $WORK/b1479/_pkg_.a # internal
2025-08-20T21:21:24.2163706Z [00:03:17.483]➜  cp $WORK/b1479/_pkg_.a /root/.cache/go-build/99/99331a3093a322ec6e180ab7636d40041e32af6216a109003f852d15ea60b6ba-d # internal
2025-08-20T21:21:24.2174917Z [00:03:17.485]➜  github.com/cespare/xxhash/v2
2025-08-20T21:21:24.2179084Z [00:03:17.485]➜  mkdir -p $WORK/b1505/
2025-08-20T21:21:24.2182122Z [00:03:17.485]➜  go tool buildid -w $WORK/b1501/_pkg_.a # internal
2025-08-20T21:21:24.2192428Z [00:03:17.486]➜  echo -n > $WORK/b1505/go_asm.h # internal
2025-08-20T21:21:24.2193878Z [00:03:17.487]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:21:24.2196661Z [00:03:17.487]➜  /root/.go/pkg/tool/linux_amd64/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/b1505=>" -I $WORK/b1505/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1505/symabis ./xxhash_amd64.s
2025-08-20T21:21:24.2203948Z [00:03:17.487]➜  cp $WORK/b1501/_pkg_.a /root/.cache/go-build/0e/0ed00e8f636973b1bcecb981a602e4bbd2f21b3224d89b7e0a5b44502f1e672e-d # internal
2025-08-20T21:21:24.2205660Z [00:03:17.488]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3
2025-08-20T21:21:24.2206692Z [00:03:17.488]➜  mkdir -p $WORK/b1510/
2025-08-20T21:21:24.2215951Z [00:03:17.489]➜  cat >/tmp/go-build3547871397/b1510/importcfg << 'EOF' # internal
2025-08-20T21:21:24.2216831Z [00:03:17.489]➜  # import config
2025-08-20T21:21:24.2217494Z [00:03:17.489]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:24.2218464Z [00:03:17.489]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:24.2219243Z [00:03:17.489]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:24.2220350Z [00:03:17.489]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:24.2221690Z [00:03:17.489]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:24.2223242Z [00:03:17.489]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:24.2224582Z [00:03:17.489]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:24.2225862Z [00:03:17.489]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:24.2227164Z [00:03:17.489]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:24.2228522Z [00:03:17.489]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:24.2229582Z [00:03:17.489]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:24.2230377Z [00:03:17.489]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:24.2231163Z [00:03:17.489]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:24.2231952Z [00:03:17.489]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:24.2232933Z [00:03:17.489]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:24.2233709Z [00:03:17.489]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:24.2234495Z [00:03:17.489]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:24.2235285Z [00:03:17.489]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:24.2236189Z [00:03:17.489]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:24.2237032Z [00:03:17.489]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:24.2237657Z [00:03:17.489]➜  EOF
2025-08-20T21:21:24.2238244Z [00:03:17.489]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:24.2246575Z [00:03:17.489]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1510/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3;$WORK/b1510=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3 -lang=go1.21 -complete -installsuffix shared -buildid 0PJQnU14GWGexlfDh744/0PJQnU14GWGexlfDh744 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1510/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.pb.validate.go
2025-08-20T21:21:24.2256581Z [00:03:17.492]➜  cat >/tmp/go-build3547871397/b1505/importcfg << 'EOF' # internal
2025-08-20T21:21:24.2257830Z [00:03:17.492]➜  # import config
2025-08-20T21:21:24.2258774Z [00:03:17.492]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:24.2259839Z [00:03:17.492]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:24.2260744Z [00:03:17.492]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:24.2261415Z [00:03:17.492]➜  EOF
2025-08-20T21:21:24.2280695Z [00:03:17.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1505/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b1505=>" -p github.com/cespare/xxhash/v2 -lang=go1.11 -installsuffix shared -buildid nfG_QiOur5lItum3MeW7/nfG_QiOur5lItum3MeW7 -goversion go1.25.0 -symabis $WORK/b1505/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1505/importcfg -pack -asmhdr $WORK/b1505/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:21:24.2348256Z [00:03:17.502]➜  go tool buildid -w $WORK/b1493/_pkg_.a # internal
2025-08-20T21:21:24.2381739Z [00:03:17.505]➜  cp $WORK/b1493/_pkg_.a /root/.cache/go-build/62/626481b46de8f1daf5a85f3d28b038a6ed0a728be655237b4d6684e6b95fb8c0-d # internal
2025-08-20T21:21:24.2384467Z [00:03:17.506]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3
2025-08-20T21:21:24.2385493Z [00:03:17.506]➜  mkdir -p $WORK/b1513/
2025-08-20T21:21:24.2390172Z [00:03:17.506]➜  cat >/tmp/go-build3547871397/b1513/importcfg << 'EOF' # internal
2025-08-20T21:21:24.2391051Z [00:03:17.506]➜  # import config
2025-08-20T21:21:24.2391843Z [00:03:17.506]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:24.2392981Z [00:03:17.506]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:24.2394007Z [00:03:17.506]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:24.2395247Z [00:03:17.506]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:24.2396759Z [00:03:17.506]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:24.2398368Z [00:03:17.506]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:24.2399928Z [00:03:17.506]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:24.2425107Z [00:03:17.510]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:24.2426324Z [00:03:17.510]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:24.2428554Z [00:03:17.510]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:24.2429442Z [00:03:17.510]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:24.2430333Z [00:03:17.510]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:24.2431181Z [00:03:17.510]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:24.2432038Z [00:03:17.510]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:24.2433047Z [00:03:17.510]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:24.2433878Z [00:03:17.510]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:24.2434764Z [00:03:17.510]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:24.2435443Z [00:03:17.510]➜  EOF
2025-08-20T21:21:24.2442147Z [00:03:17.510]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1513/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/pick_first/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/pick_first/v3;$WORK/b1513=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3 -lang=go1.21 -complete -installsuffix shared -buildid LT0HpZg18G98B3MZ4kGr/LT0HpZg18G98B3MZ4kGr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1513/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/pick_first/v3/pick_first.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/pick_first/v3/pick_first.pb.validate.go
2025-08-20T21:21:24.2733784Z [00:03:17.541]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:21:24.2743080Z [00:03:17.541]➜  /root/.go/pkg/tool/linux_amd64/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/b1505=>" -I $WORK/b1505/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1505/xxhash_amd64.o ./xxhash_amd64.s
2025-08-20T21:21:24.2781061Z [00:03:17.545]➜  go tool pack r $WORK/b1505/_pkg_.a $WORK/b1505/xxhash_amd64.o # internal
2025-08-20T21:21:24.2781916Z [00:03:17.545]➜  go tool buildid -w $WORK/b1505/_pkg_.a # internal
2025-08-20T21:21:24.2791289Z [00:03:17.546]➜  cp $WORK/b1505/_pkg_.a /root/.cache/go-build/8c/8c2edfa87dd79d7c8524c3272a085cd7d24047725a0b165abb397ea07f896187-d # internal
2025-08-20T21:21:24.2795498Z [00:03:17.547]➜  google.golang.org/grpc/xds/internal/balancer/ringhash
2025-08-20T21:21:24.2796357Z [00:03:17.547]➜  mkdir -p $WORK/b1506/
2025-08-20T21:21:24.2803757Z [00:03:17.547]➜  cat >/tmp/go-build3547871397/b1506/importcfg << 'EOF' # internal
2025-08-20T21:21:24.2804522Z [00:03:17.547]➜  # import config
2025-08-20T21:21:24.2805220Z [00:03:17.547]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:24.2806145Z [00:03:17.547]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:24.2807025Z [00:03:17.547]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:24.2808042Z [00:03:17.547]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:24.2808981Z [00:03:17.547]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3547871397/b1505/_pkg_.a
2025-08-20T21:21:24.2810234Z [00:03:17.548]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:24.2811471Z [00:03:17.548]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3547871397/b976/_pkg_.a
2025-08-20T21:21:24.2813160Z [00:03:17.548]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin=/tmp/go-build3547871397/b1479/_pkg_.a
2025-08-20T21:21:24.2814523Z [00:03:17.548]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:24.2815714Z [00:03:17.548]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:24.2817068Z [00:03:17.548]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:24.2818353Z [00:03:17.548]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3547871397/b972/_pkg_.a
2025-08-20T21:21:24.2819690Z [00:03:17.548]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:24.2821163Z [00:03:17.548]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3547871397/b981/_pkg_.a
2025-08-20T21:21:24.2822369Z [00:03:17.548]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:24.2823778Z [00:03:17.548]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:24.2825065Z [00:03:17.548]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:24.2826099Z [00:03:17.548]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:24.2826926Z [00:03:17.548]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:24.2827764Z [00:03:17.548]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:24.2828611Z [00:03:17.548]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:24.2848705Z [00:03:17.548]➜  EOF
2025-08-20T21:21:24.2849128Z [00:03:17.548]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:24.2857055Z [00:03:17.548]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1506/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/ringhash=>google.golang.org/grpc@v1.68.1/xds/internal/balancer/ringhash;$WORK/b1506=>" -p google.golang.org/grpc/xds/internal/balancer/ringhash -lang=go1.22 -complete -installsuffix shared -buildid e31dlyLUzhDhslNcF6_d/e31dlyLUzhDhslNcF6_d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1506/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/ringhash/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/ringhash/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/ringhash/picker.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/ringhash/ring.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/ringhash/ringhash.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/ringhash/util.go
2025-08-20T21:21:24.2987069Z [00:03:17.566]➜  go tool buildid -w $WORK/b1513/_pkg_.a # internal
2025-08-20T21:21:24.3017439Z [00:03:17.569]➜  cp $WORK/b1513/_pkg_.a /root/.cache/go-build/ec/ec888165658becf232b481c2ec6c181f79389f3faba6cf36accd8fbe78f121c8-d # internal
2025-08-20T21:21:24.3018565Z [00:03:17.569]➜  compress/bzip2
2025-08-20T21:21:24.3019085Z [00:03:17.569]➜  mkdir -p $WORK/b1516/
2025-08-20T21:21:24.3019826Z [00:03:17.569]➜  cat >/tmp/go-build3547871397/b1516/importcfg << 'EOF' # internal
2025-08-20T21:21:24.3020487Z [00:03:17.569]➜  # import config
2025-08-20T21:21:24.3021132Z [00:03:17.569]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:24.3021899Z [00:03:17.569]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:21:24.3022802Z [00:03:17.569]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:24.3023571Z [00:03:17.569]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:24.3024175Z [00:03:17.569]➜  EOF
2025-08-20T21:21:24.3027905Z [00:03:17.569]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1516/_pkg_.a -trimpath "/root/.go/src/compress/bzip2=>compress/bzip2;$WORK/b1516=>" -p compress/bzip2 -lang=go1.25 -std -complete -installsuffix shared -buildid iH15bz5YM_b7Xj4MKjfc/iH15bz5YM_b7Xj4MKjfc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1516/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:21:24.3179973Z [00:03:17.585]➜  go tool buildid -w $WORK/b1510/_pkg_.a # internal
2025-08-20T21:21:24.3205046Z [00:03:17.588]➜  cp $WORK/b1510/_pkg_.a /root/.cache/go-build/d3/d33921e72f496bc7667396cd6a0b7ed0ba5fc164839fa26f72c88c9e0e5773a6-d # internal
2025-08-20T21:21:24.3212293Z [00:03:17.588]➜  github.com/aws/aws-sdk-go/aws/awserr
2025-08-20T21:21:24.3213111Z [00:03:17.588]➜  mkdir -p $WORK/b1518/
2025-08-20T21:21:24.3223868Z [00:03:17.589]➜  cat >/tmp/go-build3547871397/b1518/importcfg << 'EOF' # internal
2025-08-20T21:21:24.3224567Z [00:03:17.589]➜  # import config
2025-08-20T21:21:24.3225241Z [00:03:17.589]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:24.3226102Z [00:03:17.589]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:24.3226686Z [00:03:17.589]➜  EOF
2025-08-20T21:21:24.3230603Z [00:03:17.589]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1518/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/awserr=>github.com/aws/aws-sdk-go@v1.44.288/aws/awserr;$WORK/b1518=>" -p github.com/aws/aws-sdk-go/aws/awserr -lang=go1.11 -complete -installsuffix shared -buildid vaWhOtzM0fNTq4s1lhCh/vaWhOtzM0fNTq4s1lhCh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1518/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/awserr/error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/awserr/types.go
2025-08-20T21:21:24.3622236Z [00:03:17.629]➜  go tool buildid -w $WORK/b1518/_pkg_.a # internal
2025-08-20T21:21:24.3642429Z [00:03:17.631]➜  cp $WORK/b1518/_pkg_.a /root/.cache/go-build/b8/b8bc08a568cc4cce63cdc6044c9be55aac57862d3e7cbe4b12c064e101c07d66-d # internal
2025-08-20T21:21:24.3659569Z [00:03:17.633]➜  github.com/aws/aws-sdk-go/internal/ini
2025-08-20T21:21:24.3660271Z [00:03:17.633]➜  mkdir -p $WORK/b1520/
2025-08-20T21:21:24.3674748Z [00:03:17.634]➜  cat >/tmp/go-build3547871397/b1520/importcfg << 'EOF' # internal
2025-08-20T21:21:24.3675715Z [00:03:17.634]➜  # import config
2025-08-20T21:21:24.3676394Z [00:03:17.634]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:24.3677219Z [00:03:17.634]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:24.3678225Z [00:03:17.634]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:24.3679205Z [00:03:17.634]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:24.3680019Z [00:03:17.634]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:24.3680847Z [00:03:17.634]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:24.3681661Z [00:03:17.634]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:24.3682521Z [00:03:17.634]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:24.3688984Z [00:03:17.634]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:24.3689865Z [00:03:17.634]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:24.3690508Z [00:03:17.634]➜  EOF
2025-08-20T21:21:24.3705902Z [00:03:17.636]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1520/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini=>github.com/aws/aws-sdk-go@v1.44.288/internal/ini;$WORK/b1520=>" -p github.com/aws/aws-sdk-go/internal/ini -lang=go1.11 -complete -installsuffix shared -buildid 9WC20M_BdGVamqZgYd4D/9WC20M_BdGVamqZgYd4D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1520/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/ast.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/comma_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/comment_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/empty_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/expression.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/ini.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/ini_lexer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/ini_parser.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/literal_tokens.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/newline_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/number_helper.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/op_tokens.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/parse_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/parse_stack.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/sep_tokens.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/skipper.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/statement.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/value_util.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/visitor.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/walker.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/ini/ws_token.go
2025-08-20T21:21:24.3943608Z [00:03:17.661]➜  go tool buildid -w $WORK/b1506/_pkg_.a # internal
2025-08-20T21:21:24.3964391Z [00:03:17.663]➜  cp $WORK/b1506/_pkg_.a /root/.cache/go-build/1e/1e34d02aedadafae3f054259fa11c4481ddfadf9f3aeaf2fb064c50854edc842-d # internal
2025-08-20T21:21:24.3972410Z [00:03:17.664]➜  github.com/aws/aws-sdk-go/internal/shareddefaults
2025-08-20T21:21:24.3973320Z [00:03:17.664]➜  mkdir -p $WORK/b1521/
2025-08-20T21:21:24.3974286Z [00:03:17.664]➜  cat >/tmp/go-build3547871397/b1521/importcfg << 'EOF' # internal
2025-08-20T21:21:24.3974957Z [00:03:17.664]➜  # import config
2025-08-20T21:21:24.3975550Z [00:03:17.664]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:24.3976468Z [00:03:17.664]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:21:24.3977294Z [00:03:17.664]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:24.3977909Z [00:03:17.664]➜  EOF
2025-08-20T21:21:24.3983481Z [00:03:17.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1521/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/shareddefaults=>github.com/aws/aws-sdk-go@v1.44.288/internal/shareddefaults;$WORK/b1521=>" -p github.com/aws/aws-sdk-go/internal/shareddefaults -lang=go1.11 -complete -installsuffix shared -buildid xCPFMOAt8TVoTipMLdMS/xCPFMOAt8TVoTipMLdMS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1521/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/shareddefaults/ecs_container.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/shareddefaults/shared_config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/shareddefaults/shared_config_resolve_home_go1.12.go
2025-08-20T21:21:24.4008778Z [00:03:17.668]➜  go tool buildid -w $WORK/b1516/_pkg_.a # internal
2025-08-20T21:21:24.4029569Z [00:03:17.670]➜  cp $WORK/b1516/_pkg_.a /root/.cache/go-build/51/5144bef035f8fe85f6eac0e66231abc6e515599114efdf27d0cdc611a618a736-d # internal
2025-08-20T21:21:24.4031443Z [00:03:17.670]➜  github.com/aws/aws-sdk-go/internal/sync/singleflight
2025-08-20T21:21:24.4036583Z [00:03:17.671]➜  mkdir -p $WORK/b1522/
2025-08-20T21:21:24.4043531Z [00:03:17.672]➜  cat >/tmp/go-build3547871397/b1522/importcfg << 'EOF' # internal
2025-08-20T21:21:24.4046770Z [00:03:17.672]➜  # import config
2025-08-20T21:21:24.4047460Z [00:03:17.672]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:24.4048107Z [00:03:17.672]➜  EOF
2025-08-20T21:21:24.4052461Z [00:03:17.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1522/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/sync/singleflight=>github.com/aws/aws-sdk-go@v1.44.288/internal/sync/singleflight;$WORK/b1522=>" -p github.com/aws/aws-sdk-go/internal/sync/singleflight -lang=go1.11 -complete -installsuffix shared -buildid 3xlSJ61TXZNm9x4PYBv4/3xlSJ61TXZNm9x4PYBv4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1522/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/sync/singleflight/singleflight.go
2025-08-20T21:21:24.4126500Z [00:03:17.680]➜  go tool buildid -w $WORK/b1521/_pkg_.a # internal
2025-08-20T21:21:24.4130372Z [00:03:17.680]➜  cp $WORK/b1521/_pkg_.a /root/.cache/go-build/63/63c924b051d8e1b00bd165cb10fa3bc2d9144ee04096f69e9cd3f309534bfee3-d # internal
2025-08-20T21:21:24.4141683Z [00:03:17.681]➜  github.com/aws/aws-sdk-go/aws/endpoints
2025-08-20T21:21:24.4142363Z [00:03:17.681]➜  mkdir -p $WORK/b1523/
2025-08-20T21:21:24.4144720Z [00:03:17.682]➜  cat >/tmp/go-build3547871397/b1523/importcfg << 'EOF' # internal
2025-08-20T21:21:24.4145973Z [00:03:17.682]➜  # import config
2025-08-20T21:21:24.4147430Z [00:03:17.682]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:24.4148866Z [00:03:17.682]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:24.4150154Z [00:03:17.682]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:24.4152302Z [00:03:17.682]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:24.4153556Z [00:03:17.682]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:24.4154404Z [00:03:17.682]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:24.4155267Z [00:03:17.682]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:24.4155898Z [00:03:17.682]➜  EOF
2025-08-20T21:21:24.4165199Z [00:03:17.682]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1523/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/endpoints=>github.com/aws/aws-sdk-go@v1.44.288/aws/endpoints;$WORK/b1523=>" -p github.com/aws/aws-sdk-go/aws/endpoints -lang=go1.11 -complete -installsuffix shared -buildid 8KVQsBfaKvjwMYYzsPii/8KVQsBfaKvjwMYYzsPii -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1523/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/endpoints/decode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/endpoints/defaults.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/endpoints/dep_service_ids.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/endpoints/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/endpoints/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/endpoints/legacy_regions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/endpoints/v3model.go
2025-08-20T21:21:24.4261609Z [00:03:17.693]➜  go tool buildid -w $WORK/b1522/_pkg_.a # internal
2025-08-20T21:21:24.4281309Z [00:03:17.695]➜  cp $WORK/b1522/_pkg_.a /root/.cache/go-build/5e/5e6b258de717720b29c63418ad1708cbc0022db07f95a2f7c02981acc4d10831-d # internal
2025-08-20T21:21:24.4306780Z [00:03:17.695]➜  github.com/aws/aws-sdk-go/internal/sdkio
2025-08-20T21:21:24.4307462Z [00:03:17.695]➜  mkdir -p $WORK/b1524/
2025-08-20T21:21:24.4308255Z [00:03:17.695]➜  cat >/tmp/go-build3547871397/b1524/importcfg << 'EOF' # internal
2025-08-20T21:21:24.4308963Z [00:03:17.695]➜  # import config
2025-08-20T21:21:24.4309612Z [00:03:17.695]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:24.4310228Z [00:03:17.695]➜  EOF
2025-08-20T21:21:24.4314949Z [00:03:17.695]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1524/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/sdkio=>github.com/aws/aws-sdk-go@v1.44.288/internal/sdkio;$WORK/b1524=>" -p github.com/aws/aws-sdk-go/internal/sdkio -lang=go1.11 -complete -installsuffix shared -buildid zs5RenhHiwcY7fXNXCOK/zs5RenhHiwcY7fXNXCOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1524/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/sdkio/byte.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/sdkio/io_go1.7.go
2025-08-20T21:21:24.4340640Z [00:03:17.701]➜  go tool buildid -w $WORK/b1524/_pkg_.a # internal
2025-08-20T21:21:24.4347393Z [00:03:17.702]➜  cp $WORK/b1524/_pkg_.a /root/.cache/go-build/62/62a823e4a9bc7e92deed6e78025273ed6cf51b3ba4b643d36a2685d4112e15bf-d # internal
2025-08-20T21:21:24.4350391Z [00:03:17.702]➜  github.com/jmespath/go-jmespath
2025-08-20T21:21:24.4353357Z [00:03:17.703]➜  mkdir -p $WORK/b1530/
2025-08-20T21:21:24.4357771Z [00:03:17.703]➜  cat >/tmp/go-build3547871397/b1530/importcfg << 'EOF' # internal
2025-08-20T21:21:24.4359022Z [00:03:17.703]➜  # import config
2025-08-20T21:21:24.4360259Z [00:03:17.703]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:24.4363533Z [00:03:17.703]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:24.4365000Z [00:03:17.703]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:24.4366954Z [00:03:17.703]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:24.4367832Z [00:03:17.703]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:24.4368720Z [00:03:17.703]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:24.4369607Z [00:03:17.703]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:24.4370478Z [00:03:17.703]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:24.4371348Z [00:03:17.703]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:24.4372221Z [00:03:17.703]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:24.4406657Z [00:03:17.703]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:24.4407562Z [00:03:17.703]➜  EOF
2025-08-20T21:21:24.4414483Z [00:03:17.703]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1530/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0=>github.com/jmespath/go-jmespath@v0.4.0;$WORK/b1530=>" -p github.com/jmespath/go-jmespath -lang=go1.14 -complete -installsuffix shared -buildid L31NNZTUBzVleW1YHi2q/L31NNZTUBzVleW1YHi2q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1530/importcfg -pack /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/api.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/astnodetype_string.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/functions.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/interpreter.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/lexer.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/parser.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/toktype_string.go /root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0/util.go
2025-08-20T21:21:24.5329196Z [00:03:17.800]➜  go tool buildid -w $WORK/b1520/_pkg_.a # internal
2025-08-20T21:21:24.5355797Z [00:03:17.803]➜  cp $WORK/b1520/_pkg_.a /root/.cache/go-build/62/621d7bb6cbbdb86b03d710ad7b04a07bb61140328b6cdc73803afb1b525252f3-d # internal
2025-08-20T21:21:24.5450355Z [00:03:17.812]➜  github.com/aws/aws-sdk-go/aws/credentials
2025-08-20T21:21:24.5451628Z [00:03:17.813]➜  mkdir -p $WORK/b1519/
2025-08-20T21:21:24.5454234Z [00:03:17.813]➜  cat >/tmp/go-build3547871397/b1519/importcfg << 'EOF' # internal
2025-08-20T21:21:24.5456543Z [00:03:17.813]➜  # import config
2025-08-20T21:21:24.5457399Z [00:03:17.813]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:24.5458447Z [00:03:17.813]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:24.5460771Z [00:03:17.813]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:24.5462515Z [00:03:17.813]➜  packagefile github.com/aws/aws-sdk-go/internal/ini=/tmp/go-build3547871397/b1520/_pkg_.a
2025-08-20T21:21:24.5463906Z [00:03:17.813]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build3547871397/b1521/_pkg_.a
2025-08-20T21:21:24.5465285Z [00:03:17.813]➜  packagefile github.com/aws/aws-sdk-go/internal/sync/singleflight=/tmp/go-build3547871397/b1522/_pkg_.a
2025-08-20T21:21:24.5466225Z [00:03:17.813]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:24.5467115Z [00:03:17.813]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:24.5467866Z [00:03:17.813]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:24.5468433Z [00:03:17.813]➜  EOF
2025-08-20T21:21:24.5478075Z [00:03:17.813]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1519/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials=>github.com/aws/aws-sdk-go@v1.44.288/aws/credentials;$WORK/b1519=>" -p github.com/aws/aws-sdk-go/aws/credentials -lang=go1.11 -complete -installsuffix shared -buildid 8RVlSLI0PjeN5fwlI_bn/8RVlSLI0PjeN5fwlI_bn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1519/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/chain_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/context_background_go1.7.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/context_go1.9.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/env_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/shared_credentials_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/static_provider.go
2025-08-20T21:21:24.7006326Z [00:03:17.968]➜  go tool buildid -w $WORK/b1519/_pkg_.a # internal
2025-08-20T21:21:24.7023040Z [00:03:17.969]➜  cp $WORK/b1519/_pkg_.a /root/.cache/go-build/f0/f00cedb9a18cec6a42c023a066e3a7624015d1d92c981b626e74e60f919f8c10-d # internal
2025-08-20T21:21:24.7037889Z [00:03:17.971]➜  github.com/aws/aws-sdk-go/internal/sdkrand
2025-08-20T21:21:24.7040164Z [00:03:17.971]➜  mkdir -p $WORK/b1531/
2025-08-20T21:21:24.7050585Z [00:03:17.972]➜  cat >/tmp/go-build3547871397/b1531/importcfg << 'EOF' # internal
2025-08-20T21:21:24.7051519Z [00:03:17.972]➜  # import config
2025-08-20T21:21:24.7052244Z [00:03:17.972]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:24.7053273Z [00:03:17.972]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:24.7054103Z [00:03:17.972]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:24.7054759Z [00:03:17.972]➜  EOF
2025-08-20T21:21:24.7059326Z [00:03:17.972]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1531/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/sdkrand=>github.com/aws/aws-sdk-go@v1.44.288/internal/sdkrand;$WORK/b1531=>" -p github.com/aws/aws-sdk-go/internal/sdkrand -lang=go1.11 -complete -installsuffix shared -buildid yesf0IqhWyC6kQJBU0G6/yesf0IqhWyC6kQJBU0G6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1531/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/sdkrand/locked_source.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/sdkrand/read.go
2025-08-20T21:21:24.7349026Z [00:03:18.002]➜  go tool buildid -w $WORK/b1531/_pkg_.a # internal
2025-08-20T21:21:24.7358193Z [00:03:18.003]➜  cp $WORK/b1531/_pkg_.a /root/.cache/go-build/38/38afa4983f990609f6552c6446b65a23afb71f32fec12de0e97a63a695098408-d # internal
2025-08-20T21:21:24.7367087Z [00:03:18.004]➜  github.com/aws/aws-sdk-go/internal/sdkuri
2025-08-20T21:21:24.7369560Z [00:03:18.004]➜  mkdir -p $WORK/b1534/
2025-08-20T21:21:24.7376845Z [00:03:18.005]➜  cat >/tmp/go-build3547871397/b1534/importcfg << 'EOF' # internal
2025-08-20T21:21:24.7377572Z [00:03:18.005]➜  # import config
2025-08-20T21:21:24.7378399Z [00:03:18.005]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:24.7379203Z [00:03:18.005]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:24.7379799Z [00:03:18.005]➜  EOF
2025-08-20T21:21:24.7383532Z [00:03:18.005]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1534/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/sdkuri=>github.com/aws/aws-sdk-go@v1.44.288/internal/sdkuri;$WORK/b1534=>" -p github.com/aws/aws-sdk-go/internal/sdkuri -lang=go1.11 -complete -installsuffix shared -buildid uk8UY2LecTEUnMN6BGSx/uk8UY2LecTEUnMN6BGSx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1534/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/sdkuri/path.go
2025-08-20T21:21:24.7598073Z [00:03:18.027]➜  go tool buildid -w $WORK/b1534/_pkg_.a # internal
2025-08-20T21:21:24.7604456Z [00:03:18.028]➜  cp $WORK/b1534/_pkg_.a /root/.cache/go-build/65/65511e8be6c8c1767a8bcb8ec276f5470c1ef0ca6de9caaed34aa2321ca0aa2d-d # internal
2025-08-20T21:21:24.7610153Z [00:03:18.028]➜  github.com/aws/aws-sdk-go/aws/credentials/processcreds
2025-08-20T21:21:24.7610851Z [00:03:18.028]➜  mkdir -p $WORK/b1536/
2025-08-20T21:21:24.7641893Z [00:03:18.031]➜  cat >/tmp/go-build3547871397/b1536/importcfg << 'EOF' # internal
2025-08-20T21:21:24.7654253Z [00:03:18.031]➜  # import config
2025-08-20T21:21:24.7655082Z [00:03:18.031]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:24.7655950Z [00:03:18.031]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:24.7656777Z [00:03:18.031]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:24.7657777Z [00:03:18.031]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:24.7658996Z [00:03:18.031]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3547871397/b1519/_pkg_.a
2025-08-20T21:21:24.7660448Z [00:03:18.031]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3547871397/b1524/_pkg_.a
2025-08-20T21:21:24.7661592Z [00:03:18.031]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:24.7662478Z [00:03:18.031]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:24.7663775Z [00:03:18.031]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:24.7664615Z [00:03:18.031]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:21:24.7665471Z [00:03:18.031]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:24.7666308Z [00:03:18.031]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:24.7667149Z [00:03:18.031]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:24.7667810Z [00:03:18.031]➜  EOF
2025-08-20T21:21:24.7672061Z [00:03:18.032]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1536/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/processcreds=>github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/processcreds;$WORK/b1536=>" -p github.com/aws/aws-sdk-go/aws/credentials/processcreds -lang=go1.11 -complete -installsuffix shared -buildid 75sGg8kAyqJ4ambfx1N7/75sGg8kAyqJ4ambfx1N7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1536/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/processcreds/provider.go
2025-08-20T21:21:24.7928950Z [00:03:18.060]➜  go tool buildid -w $WORK/b1530/_pkg_.a # internal
2025-08-20T21:21:24.8019879Z [00:03:18.069]➜  cp $WORK/b1530/_pkg_.a /root/.cache/go-build/6a/6a7b57f4baddaced6d4ec9bd69e9a992876c2dba453f3f4f5560e28c9e21a1ea-d # internal
2025-08-20T21:21:24.8021924Z [00:03:18.070]➜  github.com/aws/aws-sdk-go/aws/awsutil
2025-08-20T21:21:24.8023139Z [00:03:18.070]➜  mkdir -p $WORK/b1529/
2025-08-20T21:21:24.8050554Z [00:03:18.071]➜  cat >/tmp/go-build3547871397/b1529/importcfg << 'EOF' # internal
2025-08-20T21:21:24.8051691Z [00:03:18.071]➜  # import config
2025-08-20T21:21:24.8054764Z [00:03:18.071]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:24.8055624Z [00:03:18.071]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:24.8056621Z [00:03:18.071]➜  packagefile github.com/jmespath/go-jmespath=/tmp/go-build3547871397/b1530/_pkg_.a
2025-08-20T21:21:24.8057762Z [00:03:18.071]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:24.8058604Z [00:03:18.071]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:24.8059448Z [00:03:18.071]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:24.8060265Z [00:03:18.071]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:24.8061124Z [00:03:18.071]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:24.8061939Z [00:03:18.071]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:24.8062538Z [00:03:18.071]➜  EOF
2025-08-20T21:21:24.8068612Z [00:03:18.071]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1529/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/awsutil=>github.com/aws/aws-sdk-go@v1.44.288/aws/awsutil;$WORK/b1529=>" -p github.com/aws/aws-sdk-go/aws/awsutil -lang=go1.11 -complete -installsuffix shared -buildid l3jJnwtiWldw1vGV8KVm/l3jJnwtiWldw1vGV8KVm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1529/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/awsutil/copy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/awsutil/equal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/awsutil/path_value.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/awsutil/prettify.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/awsutil/string_value.go
2025-08-20T21:21:24.8511613Z [00:03:18.118]➜  go tool buildid -w $WORK/b1536/_pkg_.a # internal
2025-08-20T21:21:24.8535869Z [00:03:18.121]➜  cp $WORK/b1536/_pkg_.a /root/.cache/go-build/af/afe203a1b8f846eb85676be75b6a1ad4b7bc5c062dac7f3941713329ca0e1bf2-d # internal
2025-08-20T21:21:24.8551740Z [00:03:18.121]➜  github.com/aws/aws-sdk-go/internal/strings
2025-08-20T21:21:24.8552443Z [00:03:18.121]➜  mkdir -p $WORK/b1540/
2025-08-20T21:21:24.8583562Z [00:03:18.121]➜  cat >/tmp/go-build3547871397/b1540/importcfg << 'EOF' # internal
2025-08-20T21:21:24.8584556Z [00:03:18.121]➜  # import config
2025-08-20T21:21:24.8585274Z [00:03:18.121]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:24.8585933Z [00:03:18.121]➜  EOF
2025-08-20T21:21:24.8589874Z [00:03:18.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1540/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/strings=>github.com/aws/aws-sdk-go@v1.44.288/internal/strings;$WORK/b1540=>" -p github.com/aws/aws-sdk-go/internal/strings -lang=go1.11 -complete -installsuffix shared -buildid 89_7DycEAmFLJvvxyJGc/89_7DycEAmFLJvvxyJGc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1540/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/strings/strings.go
2025-08-20T21:21:24.8705178Z [00:03:18.137]➜  go tool buildid -w $WORK/b1540/_pkg_.a # internal
2025-08-20T21:21:24.8718865Z [00:03:18.138]➜  cp $WORK/b1540/_pkg_.a /root/.cache/go-build/a8/a88ee078a2ce84e12446585c520ca12fff5f50921e293095dd397757ac622ce8-d # internal
2025-08-20T21:21:24.8720046Z [00:03:18.138]➜  github.com/aws/aws-sdk-go/aws/arn
2025-08-20T21:21:24.8720649Z [00:03:18.138]➜  mkdir -p $WORK/b1558/
2025-08-20T21:21:24.8721397Z [00:03:18.139]➜  cat >/tmp/go-build3547871397/b1558/importcfg << 'EOF' # internal
2025-08-20T21:21:24.8722103Z [00:03:18.139]➜  # import config
2025-08-20T21:21:24.8722987Z [00:03:18.139]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:24.8723898Z [00:03:18.139]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:24.8724556Z [00:03:18.139]➜  EOF
2025-08-20T21:21:24.8728349Z [00:03:18.139]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1558/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/arn=>github.com/aws/aws-sdk-go@v1.44.288/aws/arn;$WORK/b1558=>" -p github.com/aws/aws-sdk-go/aws/arn -lang=go1.11 -complete -installsuffix shared -buildid FrP0TgETF2KYTdi0bSAY/FrP0TgETF2KYTdi0bSAY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1558/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/arn/arn.go
2025-08-20T21:21:24.8976371Z [00:03:18.165]➜  go tool buildid -w $WORK/b1558/_pkg_.a # internal
2025-08-20T21:21:24.9184056Z [00:03:18.185]➜  cp $WORK/b1558/_pkg_.a /root/.cache/go-build/99/99c0b0af382b0ffe5ffe2107c7a767174fc4ccd97b69a8cb31b823111dcd0475-d # internal
2025-08-20T21:21:24.9186314Z [00:03:18.186]➜  github.com/aws/aws-sdk-go/internal/s3shared/arn
2025-08-20T21:21:24.9187523Z [00:03:18.186]➜  mkdir -p $WORK/b1560/
2025-08-20T21:21:24.9193262Z [00:03:18.187]➜  cat >/tmp/go-build3547871397/b1560/importcfg << 'EOF' # internal
2025-08-20T21:21:24.9196229Z [00:03:18.187]➜  # import config
2025-08-20T21:21:24.9197101Z [00:03:18.187]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:24.9198172Z [00:03:18.187]➜  packagefile github.com/aws/aws-sdk-go/aws/arn=/tmp/go-build3547871397/b1558/_pkg_.a
2025-08-20T21:21:24.9199346Z [00:03:18.187]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:24.9200049Z [00:03:18.187]➜  EOF
2025-08-20T21:21:24.9206716Z [00:03:18.187]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1560/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/s3shared/arn=>github.com/aws/aws-sdk-go@v1.44.288/internal/s3shared/arn;$WORK/b1560=>" -p github.com/aws/aws-sdk-go/internal/s3shared/arn -lang=go1.11 -complete -installsuffix shared -buildid 2Oh0wtPWjIeUa9NvQgVi/2Oh0wtPWjIeUa9NvQgVi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1560/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/s3shared/arn/accesspoint_arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/s3shared/arn/arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/s3shared/arn/outpost_arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/s3shared/arn/s3_object_lambda_arn.go
2025-08-20T21:21:24.9512999Z [00:03:18.216]➜  go tool buildid -w $WORK/b1529/_pkg_.a # internal
2025-08-20T21:21:24.9520675Z [00:03:18.219]➜  cp $WORK/b1529/_pkg_.a /root/.cache/go-build/d6/d64413daca12ae33a2d6b7006114dd6726a46beb71cc78b672c078d3af75d59d-d # internal
2025-08-20T21:21:24.9521926Z [00:03:18.219]➜  github.com/bgentry/go-netrc/netrc
2025-08-20T21:21:24.9522564Z [00:03:18.219]➜  mkdir -p $WORK/b1566/
2025-08-20T21:21:24.9523491Z [00:03:18.219]➜  cat >/tmp/go-build3547871397/b1566/importcfg << 'EOF' # internal
2025-08-20T21:21:24.9524200Z [00:03:18.219]➜  # import config
2025-08-20T21:21:24.9524872Z [00:03:18.219]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:24.9525689Z [00:03:18.219]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:24.9526521Z [00:03:18.219]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:24.9527311Z [00:03:18.219]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:24.9528148Z [00:03:18.219]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:24.9529005Z [00:03:18.219]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:24.9529849Z [00:03:18.219]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:24.9530676Z [00:03:18.219]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:24.9531498Z [00:03:18.219]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:24.9532367Z [00:03:18.219]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:24.9533249Z [00:03:18.219]➜  EOF
2025-08-20T21:21:24.9537576Z [00:03:18.219]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1566/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bgentry/go-netrc@v0.0.0-20140422174119-9fd32a8b3d3d/netrc=>github.com/bgentry/go-netrc@v0.0.0-20140422174119-9fd32a8b3d3d/netrc;$WORK/b1566=>" -p github.com/bgentry/go-netrc/netrc -lang=go1.16 -complete -installsuffix shared -buildid 9YrdmgjfHDPecEW_wSc0/9YrdmgjfHDPecEW_wSc0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1566/importcfg -pack /root/go/pkg/mod/github.com/bgentry/go-netrc@v0.0.0-20140422174119-9fd32a8b3d3d/netrc/netrc.go
2025-08-20T21:21:24.9757691Z [00:03:18.243]➜  go tool buildid -w $WORK/b1560/_pkg_.a # internal
2025-08-20T21:21:24.9786420Z [00:03:18.246]➜  cp $WORK/b1560/_pkg_.a /root/.cache/go-build/d7/d731b0a694da074024b062220e28e09025f39df2df77e0daa35b8ce370a75248-d # internal
2025-08-20T21:21:24.9792115Z [00:03:18.246]➜  github.com/hashicorp/go-cleanhttp
2025-08-20T21:21:24.9794155Z [00:03:18.247]➜  mkdir -p $WORK/b1567/
2025-08-20T21:21:24.9804846Z [00:03:18.248]➜  cat >/tmp/go-build3547871397/b1567/importcfg << 'EOF' # internal
2025-08-20T21:21:24.9805867Z [00:03:18.248]➜  # import config
2025-08-20T21:21:24.9807094Z [00:03:18.248]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:24.9808167Z [00:03:18.248]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:24.9809400Z [00:03:18.248]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:24.9810610Z [00:03:18.248]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:24.9811403Z [00:03:18.248]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:24.9812168Z [00:03:18.248]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:24.9812889Z [00:03:18.248]➜  EOF
2025-08-20T21:21:24.9818602Z [00:03:18.248]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1567/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2=>github.com/hashicorp/go-cleanhttp@v0.5.2;$WORK/b1567=>" -p github.com/hashicorp/go-cleanhttp -lang=go1.13 -complete -installsuffix shared -buildid Tx-81NlnTUMsX-MZcoGr/Tx-81NlnTUMsX-MZcoGr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1567/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:21:25.0320849Z [00:03:18.299]➜  go tool buildid -w $WORK/b1567/_pkg_.a # internal
2025-08-20T21:21:25.0338961Z [00:03:18.301]➜  cp $WORK/b1567/_pkg_.a /root/.cache/go-build/83/83d5f281bea942f43c6988c19e29f7ea43a17cc658935025093c3b276d3a3475-d # internal
2025-08-20T21:21:25.0347223Z [00:03:18.302]➜  github.com/hashicorp/go-getter/helper/url
2025-08-20T21:21:25.0349836Z [00:03:18.302]➜  mkdir -p $WORK/b1568/
2025-08-20T21:21:25.0358677Z [00:03:18.303]➜  cat >/tmp/go-build3547871397/b1568/importcfg << 'EOF' # internal
2025-08-20T21:21:25.0359721Z [00:03:18.303]➜  # import config
2025-08-20T21:21:25.0360783Z [00:03:18.303]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:25.0361760Z [00:03:18.303]➜  EOF
2025-08-20T21:21:25.0376287Z [00:03:18.304]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1568/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/helper/url=>github.com/hashicorp/go-getter@v1.7.9/helper/url;$WORK/b1568=>" -p github.com/hashicorp/go-getter/helper/url -lang=go1.13 -complete -installsuffix shared -buildid K5SjbLje014_QxH99_6J/K5SjbLje014_QxH99_6J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1568/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/helper/url/url.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/helper/url/url_unix.go
2025-08-20T21:21:25.0554369Z [00:03:18.323]➜  go tool buildid -w $WORK/b1568/_pkg_.a # internal
2025-08-20T21:21:25.0563219Z [00:03:18.323]➜  cp $WORK/b1568/_pkg_.a /root/.cache/go-build/fa/fa87735df07eb6eb469f07eec4ab663d7be57596bce398942446a6b723bc5e5c-d # internal
2025-08-20T21:21:25.0564477Z [00:03:18.323]➜  github.com/hashicorp/go-safetemp
2025-08-20T21:21:25.0565138Z [00:03:18.324]➜  mkdir -p $WORK/b1569/
2025-08-20T21:21:25.0568084Z [00:03:18.324]➜  cat >/tmp/go-build3547871397/b1569/importcfg << 'EOF' # internal
2025-08-20T21:21:25.0569710Z [00:03:18.324]➜  # import config
2025-08-20T21:21:25.0570602Z [00:03:18.324]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:25.0572227Z [00:03:18.324]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:25.0573302Z [00:03:18.324]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:25.0574391Z [00:03:18.324]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:25.0583039Z [00:03:18.324]➜  EOF
2025-08-20T21:21:25.0586710Z [00:03:18.324]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1569/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-safetemp@v1.0.0=>github.com/hashicorp/go-safetemp@v1.0.0;$WORK/b1569=>" -p github.com/hashicorp/go-safetemp -lang=go1.16 -complete -installsuffix shared -buildid T5dmCnNGeGadTZRjhgCD/T5dmCnNGeGadTZRjhgCD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1569/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-safetemp@v1.0.0/safetemp.go
2025-08-20T21:21:25.0825432Z [00:03:18.350]➜  go tool buildid -w $WORK/b1569/_pkg_.a # internal
2025-08-20T21:21:25.0840612Z [00:03:18.351]➜  cp $WORK/b1569/_pkg_.a /root/.cache/go-build/9f/9f9759689e0c785483f5ae34350d8cb289b53c600fc9963eaa783ab0500d7fa6-d # internal
2025-08-20T21:21:25.0844376Z [00:03:18.352]➜  github.com/scylladb/go-set/uset
2025-08-20T21:21:25.0846815Z [00:03:18.352]➜  mkdir -p $WORK/b1570/
2025-08-20T21:21:25.0854733Z [00:03:18.353]➜  cat >/tmp/go-build3547871397/b1570/importcfg << 'EOF' # internal
2025-08-20T21:21:25.0855951Z [00:03:18.353]➜  # import config
2025-08-20T21:21:25.0859410Z [00:03:18.353]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:25.0860478Z [00:03:18.353]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:25.0866431Z [00:03:18.353]➜  EOF
2025-08-20T21:21:25.0870539Z [00:03:18.353]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1570/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/scylladb/go-set@v1.0.3-0.20200225121959-cc7b2070d91e/uset=>github.com/scylladb/go-set@v1.0.3-0.20200225121959-cc7b2070d91e/uset;$WORK/b1570=>" -p github.com/scylladb/go-set/uset -lang=go1.16 -complete -installsuffix shared -buildid 9RNT-kV-vkfSu4foz_cD/9RNT-kV-vkfSu4foz_cD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1570/importcfg -pack /root/go/pkg/mod/github.com/scylladb/go-set@v1.0.3-0.20200225121959-cc7b2070d91e/uset/uset.go
2025-08-20T21:21:25.0960321Z [00:03:18.363]➜  go tool buildid -w $WORK/b1566/_pkg_.a # internal
2025-08-20T21:21:25.0983844Z [00:03:18.366]➜  cp $WORK/b1566/_pkg_.a /root/.cache/go-build/87/8769df6ae353e836294d62ba02882bea99f6db7966d8f2305e442d308b49f96e-d # internal
2025-08-20T21:21:25.0990599Z [00:03:18.366]➜  internal/zstd
2025-08-20T21:21:25.0991154Z [00:03:18.366]➜  mkdir -p $WORK/b1573/
2025-08-20T21:21:25.1008704Z [00:03:18.368]➜  cat >/tmp/go-build3547871397/b1573/importcfg << 'EOF' # internal
2025-08-20T21:21:25.1010674Z [00:03:18.368]➜  # import config
2025-08-20T21:21:25.1011371Z [00:03:18.368]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:25.1012220Z [00:03:18.368]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:25.1013179Z [00:03:18.368]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:25.1013991Z [00:03:18.368]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:25.1014819Z [00:03:18.368]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:25.1015481Z [00:03:18.368]➜  EOF
2025-08-20T21:21:25.1020285Z [00:03:18.368]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1573/_pkg_.a -trimpath "/root/.go/src/internal/zstd=>internal/zstd;$WORK/b1573=>" -p internal/zstd -lang=go1.25 -std -complete -installsuffix shared -buildid CXte-lEIHCRc-oIL0Rz9/CXte-lEIHCRc-oIL0Rz9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1573/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:21:25.1488985Z [00:03:18.416]➜  go tool buildid -w $WORK/b1570/_pkg_.a # internal
2025-08-20T21:21:25.1507996Z [00:03:18.418]➜  cp $WORK/b1570/_pkg_.a /root/.cache/go-build/83/83152108c99b11a96b4a6ee26be2bc22baa1108711dd0e76590ca370f434a878-d # internal
2025-08-20T21:21:25.1519345Z [00:03:18.418]➜  debug/pe
2025-08-20T21:21:25.1519851Z [00:03:18.418]➜  mkdir -p $WORK/b1574/
2025-08-20T21:21:25.1520605Z [00:03:18.418]➜  cat >/tmp/go-build3547871397/b1574/importcfg << 'EOF' # internal
2025-08-20T21:21:25.1521295Z [00:03:18.418]➜  # import config
2025-08-20T21:21:25.1521942Z [00:03:18.418]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:25.1523274Z [00:03:18.418]➜  packagefile compress/zlib=/tmp/go-build3547871397/b460/_pkg_.a
2025-08-20T21:21:25.1524268Z [00:03:18.418]➜  packagefile debug/dwarf=/tmp/go-build3547871397/b869/_pkg_.a
2025-08-20T21:21:25.1525221Z [00:03:18.418]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:25.1526155Z [00:03:18.418]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:25.1526990Z [00:03:18.418]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:25.1527861Z [00:03:18.418]➜  packagefile internal/saferio=/tmp/go-build3547871397/b839/_pkg_.a
2025-08-20T21:21:25.1528741Z [00:03:18.418]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:25.1529564Z [00:03:18.418]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:25.1530410Z [00:03:18.418]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:25.1531294Z [00:03:18.418]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:25.1531947Z [00:03:18.418]➜  EOF
2025-08-20T21:21:25.1556600Z [00:03:18.419]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1574/_pkg_.a -trimpath "/root/.go/src/debug/pe=>debug/pe;$WORK/b1574=>" -p debug/pe -lang=go1.25 -std -complete -installsuffix shared -buildid LkScWHhFQLCsia5lZwwP/LkScWHhFQLCsia5lZwwP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1574/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:21:25.3251796Z [00:03:18.592]➜  go tool buildid -w $WORK/b1573/_pkg_.a # internal
2025-08-20T21:21:25.3281833Z [00:03:18.595]➜  cp $WORK/b1573/_pkg_.a /root/.cache/go-build/e9/e9d83145840bbf7b2249adf6e6687a7dfaa968910def5492955a4cc7d88a5507-d # internal
2025-08-20T21:21:25.3291102Z [00:03:18.596]➜  debug/elf
2025-08-20T21:21:25.3293864Z [00:03:18.597]➜  mkdir -p $WORK/b1572/
2025-08-20T21:21:25.3305072Z [00:03:18.598]➜  cat >/tmp/go-build3547871397/b1572/importcfg << 'EOF' # internal
2025-08-20T21:21:25.3306035Z [00:03:18.598]➜  # import config
2025-08-20T21:21:25.3308875Z [00:03:18.598]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:25.3310049Z [00:03:18.598]➜  packagefile compress/zlib=/tmp/go-build3547871397/b460/_pkg_.a
2025-08-20T21:21:25.3312819Z [00:03:18.598]➜  packagefile debug/dwarf=/tmp/go-build3547871397/b869/_pkg_.a
2025-08-20T21:21:25.3313758Z [00:03:18.598]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:25.3314609Z [00:03:18.598]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:25.3315374Z [00:03:18.598]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:25.3316099Z [00:03:18.598]➜  packagefile internal/saferio=/tmp/go-build3547871397/b839/_pkg_.a
2025-08-20T21:21:25.3316977Z [00:03:18.598]➜  packagefile internal/zstd=/tmp/go-build3547871397/b1573/_pkg_.a
2025-08-20T21:21:25.3318039Z [00:03:18.598]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:25.3318864Z [00:03:18.598]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:25.3319620Z [00:03:18.598]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:25.3320616Z [00:03:18.598]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:25.3321241Z [00:03:18.598]➜  EOF
2025-08-20T21:21:25.3324541Z [00:03:18.598]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1572/_pkg_.a -trimpath "/root/.go/src/debug/elf=>debug/elf;$WORK/b1572=>" -p debug/elf -lang=go1.25 -std -complete -installsuffix shared -buildid DRWXiutxEidGJjYCbQfN/DRWXiutxEidGJjYCbQfN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1572/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:21:25.4394981Z [00:03:18.707]➜  go tool buildid -w $WORK/b1574/_pkg_.a # internal
2025-08-20T21:21:25.4417295Z [00:03:18.709]➜  cp $WORK/b1574/_pkg_.a /root/.cache/go-build/59/594ddebd36180b6579896d76ee8a26b3d63508d505b93ad383d87cc3db7f3cec-d # internal
2025-08-20T21:21:25.4420395Z [00:03:18.709]➜  github.com/anchore/syft/internal/mimetype
2025-08-20T21:21:25.4429521Z [00:03:18.710]➜  mkdir -p $WORK/b1575/
2025-08-20T21:21:25.4453505Z [00:03:18.713]➜  cat >/tmp/go-build3547871397/b1575/importcfg << 'EOF' # internal
2025-08-20T21:21:25.4455214Z [00:03:18.713]➜  # import config
2025-08-20T21:21:25.4456094Z [00:03:18.713]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:25.4456928Z [00:03:18.713]➜  EOF
2025-08-20T21:21:25.4460920Z [00:03:18.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1575/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/mimetype=>github.com/anchore/syft@v1.28.0/internal/mimetype;$WORK/b1575=>" -p github.com/anchore/syft/internal/mimetype -lang=go1.24 -complete -installsuffix shared -buildid okleLMPDaYv2vhQrRGvV/okleLMPDaYv2vhQrRGvV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1575/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/mimetype/mimetype_helper.go
2025-08-20T21:21:25.4848276Z [00:03:18.752]➜  go tool buildid -w $WORK/b1575/_pkg_.a # internal
2025-08-20T21:21:25.4858187Z [00:03:18.753]➜  cp $WORK/b1575/_pkg_.a /root/.cache/go-build/ec/ec9369eb5c9cac13ce269b590ff4771204a1bf25b7415df75d3e9798ed408d9f-d # internal
2025-08-20T21:21:25.4862859Z [00:03:18.754]➜  github.com/go-restruct/restruct/expr
2025-08-20T21:21:25.4865438Z [00:03:18.754]➜  mkdir -p $WORK/b1579/
2025-08-20T21:21:25.4880780Z [00:03:18.755]➜  cat >/tmp/go-build3547871397/b1579/importcfg << 'EOF' # internal
2025-08-20T21:21:25.4882588Z [00:03:18.755]➜  # import config
2025-08-20T21:21:25.4883503Z [00:03:18.755]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:25.4884346Z [00:03:18.755]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:25.4885723Z [00:03:18.755]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:25.4886723Z [00:03:18.755]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:25.4887594Z [00:03:18.755]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:25.4888482Z [00:03:18.755]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:25.4889298Z [00:03:18.755]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:25.4890108Z [00:03:18.755]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:25.4890968Z [00:03:18.755]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:25.4891630Z [00:03:18.755]➜  EOF
2025-08-20T21:21:25.4899885Z [00:03:18.756]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1579/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/expr=>github.com/go-restruct/restruct@v1.2.0-alpha/expr;$WORK/b1579=>" -p github.com/go-restruct/restruct/expr -lang=go1.12 -complete -installsuffix shared -buildid n9k2IzZsyjL2kuGkxylL/n9k2IzZsyjL2kuGkxylL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1579/importcfg -pack /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/expr/ast.go /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/expr/env.go /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/expr/eval.go /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/expr/lex.go /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/expr/package.go /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/expr/parse.go /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/expr/tokenkind_string.go /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/expr/type.go /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/expr/value.go
2025-08-20T21:21:25.7810117Z [00:03:19.048]➜  go tool buildid -w $WORK/b1572/_pkg_.a # internal
2025-08-20T21:21:25.7913293Z [00:03:19.058]➜  cp $WORK/b1572/_pkg_.a /root/.cache/go-build/fe/fef29ca598a0f679993749e5087ea8a980f12d7519fef6ed69bfe334343fd2e5-d # internal
2025-08-20T21:21:25.7916538Z [00:03:19.059]➜  github.com/anchore/go-lzo
2025-08-20T21:21:25.7917159Z [00:03:19.059]➜  mkdir -p $WORK/b1581/
2025-08-20T21:21:25.7928358Z [00:03:19.060]➜  cat >/tmp/go-build3547871397/b1581/importcfg << 'EOF' # internal
2025-08-20T21:21:25.7929034Z [00:03:19.060]➜  # import config
2025-08-20T21:21:25.7929662Z [00:03:19.060]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:25.7930468Z [00:03:19.060]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:25.7931195Z [00:03:19.060]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:25.7931923Z [00:03:19.060]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:25.7932490Z [00:03:19.060]➜  EOF
2025-08-20T21:21:25.7936397Z [00:03:19.060]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1581/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/go-lzo@v0.1.0=>github.com/anchore/go-lzo@v0.1.0;$WORK/b1581=>" -p github.com/anchore/go-lzo -lang=go1.24 -complete -installsuffix shared -buildid skzuHLidLCSx2ZXiOuVP/skzuHLidLCSx2ZXiOuVP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1581/importcfg -pack /root/go/pkg/mod/github.com/anchore/go-lzo@v0.1.0/decompress.go /root/go/pkg/mod/github.com/anchore/go-lzo@v0.1.0/reader.go
2025-08-20T21:21:25.8533403Z [00:03:19.120]➜  go tool buildid -w $WORK/b1581/_pkg_.a # internal
2025-08-20T21:21:25.8546835Z [00:03:19.122]➜  cp $WORK/b1581/_pkg_.a /root/.cache/go-build/db/dbec1398dd6403ea67faca5651326e9c704751bff1b1051a7dd63b19447d36ff-d # internal
2025-08-20T21:21:25.8551689Z [00:03:19.122]➜  github.com/diskfs/go-diskfs/backend
2025-08-20T21:21:25.8554292Z [00:03:19.122]➜  mkdir -p $WORK/b1582/
2025-08-20T21:21:25.8564512Z [00:03:19.123]➜  cat >/tmp/go-build3547871397/b1582/importcfg << 'EOF' # internal
2025-08-20T21:21:25.8565221Z [00:03:19.123]➜  # import config
2025-08-20T21:21:25.8566055Z [00:03:19.123]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:25.8566848Z [00:03:19.123]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:25.8567592Z [00:03:19.123]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:25.8568333Z [00:03:19.123]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:25.8568809Z [00:03:19.123]➜  EOF
2025-08-20T21:21:25.8572916Z [00:03:19.124]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1582/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/backend=>github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/backend;$WORK/b1582=>" -p github.com/diskfs/go-diskfs/backend -lang=go1.24 -complete -installsuffix shared -buildid anIL79NWhAYc24JADNt5/anIL79NWhAYc24JADNt5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1582/importcfg -pack /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/backend/interface.go
2025-08-20T21:21:25.8977225Z [00:03:19.165]➜  go tool buildid -w $WORK/b1582/_pkg_.a # internal
2025-08-20T21:21:25.8996122Z [00:03:19.167]➜  cp $WORK/b1582/_pkg_.a /root/.cache/go-build/df/df46a2e184f7dc40bcac5bc431b25374d4d8f04cb5e1ae13f05d9c284b8c58b4-d # internal
2025-08-20T21:21:25.9000089Z [00:03:19.167]➜  github.com/pkg/xattr
2025-08-20T21:21:25.9002521Z [00:03:19.167]➜  mkdir -p $WORK/b1583/
2025-08-20T21:21:25.9013126Z [00:03:19.168]➜  cat >/tmp/go-build3547871397/b1583/importcfg << 'EOF' # internal
2025-08-20T21:21:25.9020510Z [00:03:19.168]➜  # import config
2025-08-20T21:21:25.9021196Z [00:03:19.168]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:25.9021981Z [00:03:19.168]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:25.9022814Z [00:03:19.169]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:25.9023339Z [00:03:19.169]➜  EOF
2025-08-20T21:21:25.9026424Z [00:03:19.169]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1583/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/xattr@v0.4.9=>github.com/pkg/xattr@v0.4.9;$WORK/b1583=>" -p github.com/pkg/xattr -lang=go1.14 -complete -installsuffix shared -buildid 7Z7ldBLxXGeIBnD9Snq_/7Z7ldBLxXGeIBnD9Snq_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1583/importcfg -pack /root/go/pkg/mod/github.com/pkg/xattr@v0.4.9/xattr.go /root/go/pkg/mod/github.com/pkg/xattr@v0.4.9/xattr_linux.go
2025-08-20T21:21:26.0190492Z [00:03:19.286]➜  go tool buildid -w $WORK/b1583/_pkg_.a # internal
2025-08-20T21:21:26.0219989Z [00:03:19.289]➜  cp $WORK/b1583/_pkg_.a /root/.cache/go-build/6f/6f5017903eccc28842ba1a031f7b3b6fe44e80cd7dec710ea4757ad0d0e4daab-d # internal
2025-08-20T21:21:26.0235060Z [00:03:19.291]➜  github.com/diskfs/go-diskfs/filesystem/squashfs
2025-08-20T21:21:26.0248032Z [00:03:19.292]➜  mkdir -p $WORK/b1580/
2025-08-20T21:21:26.0254386Z [00:03:19.292]➜  cat >/tmp/go-build3547871397/b1580/importcfg << 'EOF' # internal
2025-08-20T21:21:26.0255145Z [00:03:19.292]➜  # import config
2025-08-20T21:21:26.0255853Z [00:03:19.292]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:26.0259861Z [00:03:19.292]➜  packagefile compress/zlib=/tmp/go-build3547871397/b460/_pkg_.a
2025-08-20T21:21:26.0260864Z [00:03:19.292]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:26.0261712Z [00:03:19.292]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:26.0262855Z [00:03:19.292]➜  packagefile github.com/anchore/go-lzo=/tmp/go-build3547871397/b1581/_pkg_.a
2025-08-20T21:21:26.0263953Z [00:03:19.292]➜  packagefile github.com/diskfs/go-diskfs/backend=/tmp/go-build3547871397/b1582/_pkg_.a
2025-08-20T21:21:26.0265004Z [00:03:19.292]➜  packagefile github.com/diskfs/go-diskfs/filesystem=/tmp/go-build3547871397/b1258/_pkg_.a
2025-08-20T21:21:26.0266070Z [00:03:19.292]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3547871397/b878/_pkg_.a
2025-08-20T21:21:26.0267238Z [00:03:19.292]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3547871397/b886/_pkg_.a
2025-08-20T21:21:26.0268150Z [00:03:19.292]➜  packagefile github.com/pkg/xattr=/tmp/go-build3547871397/b1583/_pkg_.a
2025-08-20T21:21:26.0269039Z [00:03:19.292]➜  packagefile github.com/ulikunitz/xz=/tmp/go-build3547871397/b1249/_pkg_.a
2025-08-20T21:21:26.0269980Z [00:03:19.292]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3547871397/b893/_pkg_.a
2025-08-20T21:21:26.0270896Z [00:03:19.292]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:26.0271662Z [00:03:19.292]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:26.0272348Z [00:03:19.292]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:26.0273314Z [00:03:19.292]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:26.0274007Z [00:03:19.292]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:26.0274690Z [00:03:19.292]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:26.0275465Z [00:03:19.292]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:26.0276235Z [00:03:19.292]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:26.0277083Z [00:03:19.292]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:26.0277759Z [00:03:19.292]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:26.0278279Z [00:03:19.292]➜  EOF
2025-08-20T21:21:26.0294535Z [00:03:19.293]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1580/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs=>github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs;$WORK/b1580=>" -p github.com/diskfs/go-diskfs/filesystem/squashfs -lang=go1.24 -complete -installsuffix shared -buildid m32UOUVYQVlY0Bpmvhr4/m32UOUVYQVlY0Bpmvhr4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1580/importcfg -pack /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs/compressor.go /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs/directory.go /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs/directoryentry.go /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs/doc.go /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs/file.go /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs/finalize.go /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs/finalize_unix.go /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs/finalizefileinfo.go /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs/fragment.go /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs/inode.go /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs/lru.go /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs/metadatablock.go /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs/squashfs.go /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs/superblock.go /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs/uidgid.go /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs/util.go /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/filesystem/squashfs/xattr.go
2025-08-20T21:21:26.1305155Z [00:03:19.398]➜  go tool buildid -w $WORK/b1413/_pkg_.a # internal
2025-08-20T21:21:26.1531968Z [00:03:19.420]➜  go tool buildid -w $WORK/b1579/_pkg_.a # internal
2025-08-20T21:21:26.1593800Z [00:03:19.426]➜  cp $WORK/b1579/_pkg_.a /root/.cache/go-build/8a/8a851609179e282cb862c5482e4f39a79c207b806930f48a683be20026884d12-d # internal
2025-08-20T21:21:26.1595622Z [00:03:19.427]➜  github.com/go-restruct/restruct
2025-08-20T21:21:26.1597359Z [00:03:19.427]➜  mkdir -p $WORK/b1578/
2025-08-20T21:21:26.1622403Z [00:03:19.429]➜  cat >/tmp/go-build3547871397/b1578/importcfg << 'EOF' # internal
2025-08-20T21:21:26.1623485Z [00:03:19.429]➜  # import config
2025-08-20T21:21:26.1624394Z [00:03:19.429]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:26.1625414Z [00:03:19.429]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:26.1626357Z [00:03:19.429]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:26.1627492Z [00:03:19.429]➜  packagefile github.com/go-restruct/restruct/expr=/tmp/go-build3547871397/b1579/_pkg_.a
2025-08-20T21:21:26.1628827Z [00:03:19.429]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:21:26.1629890Z [00:03:19.429]➜  packagefile go/ast=/tmp/go-build3547871397/b129/_pkg_.a
2025-08-20T21:21:26.1631104Z [00:03:19.429]➜  packagefile go/parser=/tmp/go-build3547871397/b135/_pkg_.a
2025-08-20T21:21:26.1633223Z [00:03:19.429]➜  packagefile go/token=/tmp/go-build3547871397/b131/_pkg_.a
2025-08-20T21:21:26.1634067Z [00:03:19.429]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:26.1634900Z [00:03:19.429]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:26.1635707Z [00:03:19.429]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:26.1636436Z [00:03:19.429]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:26.1637226Z [00:03:19.429]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:26.1638192Z [00:03:19.429]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:26.1639020Z [00:03:19.429]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:26.1639852Z [00:03:19.429]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:26.1640617Z [00:03:19.429]➜  EOF
2025-08-20T21:21:26.1648532Z [00:03:19.429]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1578/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha=>github.com/go-restruct/restruct@v1.2.0-alpha;$WORK/b1578=>" -p github.com/go-restruct/restruct -lang=go1.12 -complete -installsuffix shared -buildid dx7ZqE5C_Y8Z3kq1qVPq/dx7ZqE5C_Y8Z3kq1qVPq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1578/importcfg -pack /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/arrayof.go /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/decoder.go /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/encoder.go /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/expr.go /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/expr_19.go /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/field.go /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/packing.go /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/structstack.go /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/tag.go /root/go/pkg/mod/github.com/go-restruct/restruct@v1.2.0-alpha/typestr.go
2025-08-20T21:21:26.1741329Z [00:03:19.441]➜  cp $WORK/b1413/_pkg_.a /root/.cache/go-build/a5/a50e9d41b1dac4209876e20b15949f3fcea38b8c5bd8874b70b1a8f43d878979-d # internal
2025-08-20T21:21:26.1748511Z [00:03:19.442]➜  google.golang.org/grpc/internal/xds/bootstrap
2025-08-20T21:21:26.1749221Z [00:03:19.442]➜  mkdir -p $WORK/b1412/
2025-08-20T21:21:26.1754544Z [00:03:19.442]➜  cat >/tmp/go-build3547871397/b1412/importcfg << 'EOF' # internal
2025-08-20T21:21:26.1777502Z [00:03:19.442]➜  # import config
2025-08-20T21:21:26.1778106Z [00:03:19.443]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:26.1778992Z [00:03:19.443]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:26.1779848Z [00:03:19.443]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:26.1780756Z [00:03:19.443]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:26.1781750Z [00:03:19.443]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:26.1782933Z [00:03:19.443]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:26.1783987Z [00:03:19.443]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3547871397/b1421/_pkg_.a
2025-08-20T21:21:26.1785048Z [00:03:19.443]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:26.1785975Z [00:03:19.443]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:26.1786997Z [00:03:19.443]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3547871397/b972/_pkg_.a
2025-08-20T21:21:26.1788095Z [00:03:19.443]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:26.1789155Z [00:03:19.443]➜  packagefile google.golang.org/grpc/xds/bootstrap=/tmp/go-build3547871397/b1422/_pkg_.a
2025-08-20T21:21:26.1790242Z [00:03:19.443]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:26.1791275Z [00:03:19.443]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3547871397/b1387/_pkg_.a
2025-08-20T21:21:26.1792153Z [00:03:19.443]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:21:26.1792977Z [00:03:19.443]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:26.1793645Z [00:03:19.443]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:26.1794438Z [00:03:19.443]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:26.1795106Z [00:03:19.443]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:26.1795783Z [00:03:19.443]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:26.1796566Z [00:03:19.443]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:26.1797061Z [00:03:19.443]➜  EOF
2025-08-20T21:21:26.1801378Z [00:03:19.443]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1412/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/xds/bootstrap=>google.golang.org/grpc@v1.68.1/internal/xds/bootstrap;$WORK/b1412=>" -p google.golang.org/grpc/internal/xds/bootstrap -lang=go1.22 -complete -installsuffix shared -buildid dbMeBxSuodWVMjFkQ9JH/dbMeBxSuodWVMjFkQ9JH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1412/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/xds/bootstrap/bootstrap.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/xds/bootstrap/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/xds/bootstrap/template.go
2025-08-20T21:21:26.3403288Z [00:03:19.607]➜  go tool buildid -w $WORK/b1412/_pkg_.a # internal
2025-08-20T21:21:26.3448889Z [00:03:19.612]➜  cp $WORK/b1412/_pkg_.a /root/.cache/go-build/c6/c6430b1ffbec296fd3a60b4c1950488b51accfbf8569582239b0977beda5320a-d # internal
2025-08-20T21:21:26.3459741Z [00:03:19.613]➜  github.com/envoyproxy/go-control-plane/envoy/config/route/v3
2025-08-20T21:21:26.3463287Z [00:03:19.613]➜  mkdir -p $WORK/b1430/
2025-08-20T21:21:26.3468196Z [00:03:19.614]➜  cat >/tmp/go-build3547871397/b1430/importcfg << 'EOF' # internal
2025-08-20T21:21:26.3482576Z [00:03:19.614]➜  # import config
2025-08-20T21:21:26.3483513Z [00:03:19.614]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:26.3484406Z [00:03:19.614]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:26.3485302Z [00:03:19.614]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:26.3486613Z [00:03:19.614]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:26.3488012Z [00:03:19.614]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build3547871397/b1431/_pkg_.a
2025-08-20T21:21:26.3489706Z [00:03:19.614]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3547871397/b1418/_pkg_.a
2025-08-20T21:21:26.3491348Z [00:03:19.614]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:26.3494885Z [00:03:19.614]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3547871397/b1419/_pkg_.a
2025-08-20T21:21:26.3496746Z [00:03:19.614]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build3547871397/b1435/_pkg_.a
2025-08-20T21:21:26.3498447Z [00:03:19.614]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build3547871397/b1436/_pkg_.a
2025-08-20T21:21:26.3500049Z [00:03:19.614]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3547871397/b1420/_pkg_.a
2025-08-20T21:21:26.3501549Z [00:03:19.614]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:26.3503271Z [00:03:19.614]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:26.3504731Z [00:03:19.614]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:26.3506137Z [00:03:19.614]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:26.3509877Z [00:03:19.614]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:26.3511784Z [00:03:19.614]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:26.3513278Z [00:03:19.614]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:26.3514678Z [00:03:19.614]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:26.3515816Z [00:03:19.614]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:26.3517052Z [00:03:19.614]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:26.3518070Z [00:03:19.614]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:26.3518943Z [00:03:19.614]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:26.3519768Z [00:03:19.614]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:26.3520613Z [00:03:19.614]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:26.3521463Z [00:03:19.614]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:26.3522348Z [00:03:19.614]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:26.3523448Z [00:03:19.614]➜  EOF
2025-08-20T21:21:26.3533826Z [00:03:19.614]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1430/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/route/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/route/v3;$WORK/b1430=>" -p github.com/envoyproxy/go-control-plane/envoy/config/route/v3 -lang=go1.21 -complete -installsuffix shared -buildid xBPcWvFtLCcW354cq9QD/xBPcWvFtLCcW354cq9QD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1430/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/route/v3/route.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/route/v3/route.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/route/v3/route_components.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/route/v3/route_components.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/route/v3/scoped_route.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/route/v3/scoped_route.pb.validate.go
2025-08-20T21:21:26.4413066Z [00:03:19.708]➜  go tool buildid -w $WORK/b1578/_pkg_.a # internal
2025-08-20T21:21:26.4470369Z [00:03:19.714]➜  cp $WORK/b1578/_pkg_.a /root/.cache/go-build/14/142b49cad987814f10b558ba6e07fca3873c6e9eb822881a62dd870f366a04e6-d # internal
2025-08-20T21:21:26.4471777Z [00:03:19.714]➜  github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3
2025-08-20T21:21:26.4472525Z [00:03:19.714]➜  mkdir -p $WORK/b1437/
2025-08-20T21:21:26.4473530Z [00:03:19.714]➜  cat >/tmp/go-build3547871397/b1437/importcfg << 'EOF' # internal
2025-08-20T21:21:26.4474219Z [00:03:19.714]➜  # import config
2025-08-20T21:21:26.4474864Z [00:03:19.714]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:26.4475709Z [00:03:19.714]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:26.4476532Z [00:03:19.714]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:26.4477587Z [00:03:19.714]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:26.4479003Z [00:03:19.714]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3547871397/b1418/_pkg_.a
2025-08-20T21:21:26.4480462Z [00:03:19.714]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:26.4481956Z [00:03:19.714]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:26.4483597Z [00:03:19.714]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:26.4484988Z [00:03:19.714]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:26.4486546Z [00:03:19.714]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:26.4487993Z [00:03:19.714]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:26.4489614Z [00:03:19.714]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:26.4491039Z [00:03:19.714]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:26.4492118Z [00:03:19.714]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:26.4503312Z [00:03:19.714]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:26.4504260Z [00:03:19.714]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:26.4505140Z [00:03:19.714]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:26.4506113Z [00:03:19.714]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:26.4506954Z [00:03:19.714]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:26.4507768Z [00:03:19.714]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:26.4508592Z [00:03:19.714]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:26.4509379Z [00:03:19.714]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:26.4510212Z [00:03:19.714]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:26.4510868Z [00:03:19.714]➜  EOF
2025-08-20T21:21:26.4516492Z [00:03:19.714]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1437/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/data/accesslog/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/data/accesslog/v3;$WORK/b1437=>" -p github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3 -lang=go1.21 -complete -installsuffix shared -buildid NZGN6gcrDP0Ua7636xsr/NZGN6gcrDP0Ua7636xsr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1437/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/data/accesslog/v3/accesslog.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/data/accesslog/v3/accesslog.pb.validate.go
2025-08-20T21:21:26.6065110Z [00:03:19.874]➜  go tool buildid -w $WORK/b1580/_pkg_.a # internal
2025-08-20T21:21:26.6139273Z [00:03:19.881]➜  cp $WORK/b1580/_pkg_.a /root/.cache/go-build/d3/d36975210e582fcbe5065be04f2c40d15485d2fd87b9b53b32c93bc0ac2ba7c5-d # internal
2025-08-20T21:21:26.6144654Z [00:03:19.882]➜  github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3
2025-08-20T21:21:26.6145993Z [00:03:19.882]➜  mkdir -p $WORK/b1439/
2025-08-20T21:21:26.6155281Z [00:03:19.883]➜  cat >/tmp/go-build3547871397/b1439/importcfg << 'EOF' # internal
2025-08-20T21:21:26.6158265Z [00:03:19.883]➜  # import config
2025-08-20T21:21:26.6158965Z [00:03:19.883]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:26.6159759Z [00:03:19.883]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:26.6160523Z [00:03:19.883]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:26.6161529Z [00:03:19.883]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:26.6163014Z [00:03:19.883]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3547871397/b1415/_pkg_.a
2025-08-20T21:21:26.6164394Z [00:03:19.883]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:26.6165811Z [00:03:19.883]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3547871397/b1420/_pkg_.a
2025-08-20T21:21:26.6167169Z [00:03:19.883]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:26.6168677Z [00:03:19.883]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:26.6169986Z [00:03:19.883]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:26.6171373Z [00:03:19.883]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:26.6172832Z [00:03:19.883]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:26.6174157Z [00:03:19.883]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3547871397/b1387/_pkg_.a
2025-08-20T21:21:26.6175476Z [00:03:19.883]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:26.6176495Z [00:03:19.883]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:26.6177354Z [00:03:19.883]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:26.6178264Z [00:03:19.883]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:26.6179119Z [00:03:19.883]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:26.6179892Z [00:03:19.883]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:26.6180662Z [00:03:19.883]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:26.6181427Z [00:03:19.883]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:26.6182186Z [00:03:19.883]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:26.6197624Z [00:03:19.883]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:26.6198504Z [00:03:19.883]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:26.6199129Z [00:03:19.883]➜  EOF
2025-08-20T21:21:26.6207648Z [00:03:19.883]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1439/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/endpoint/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/endpoint/v3;$WORK/b1439=>" -p github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3 -lang=go1.21 -complete -installsuffix shared -buildid SaruM2iHHNd7mBl-9FLF/SaruM2iHHNd7mBl-9FLF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1439/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/endpoint/v3/endpoint.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/endpoint/v3/endpoint.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/endpoint/v3/endpoint_components.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/endpoint/v3/endpoint_components.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/endpoint/v3/load_report.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/endpoint/v3/load_report.pb.validate.go
2025-08-20T21:21:26.8909931Z [00:03:20.158]➜  go tool buildid -w $WORK/b1437/_pkg_.a # internal
2025-08-20T21:21:26.9098430Z [00:03:20.177]➜  cp $WORK/b1437/_pkg_.a /root/.cache/go-build/84/84c2d9bf4c1e82c753205d78c3e13490588f2e2e61f8bfb83f75fc8a3a7720c1-d # internal
2025-08-20T21:21:26.9127761Z [00:03:20.180]➜  github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3
2025-08-20T21:21:26.9129705Z [00:03:20.180]➜  mkdir -p $WORK/b1441/
2025-08-20T21:21:26.9137983Z [00:03:20.181]➜  cat >/tmp/go-build3547871397/b1441/importcfg << 'EOF' # internal
2025-08-20T21:21:26.9139950Z [00:03:20.181]➜  # import config
2025-08-20T21:21:26.9140619Z [00:03:20.181]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:26.9141418Z [00:03:20.181]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:26.9142209Z [00:03:20.181]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:26.9143599Z [00:03:20.181]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:26.9144979Z [00:03:20.181]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:26.9146609Z [00:03:20.181]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3547871397/b1419/_pkg_.a
2025-08-20T21:21:26.9148036Z [00:03:20.181]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:26.9149381Z [00:03:20.181]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:26.9150667Z [00:03:20.181]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:26.9151920Z [00:03:20.181]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:26.9153440Z [00:03:20.181]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:26.9154511Z [00:03:20.181]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:26.9155296Z [00:03:20.181]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:26.9156129Z [00:03:20.181]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:26.9156920Z [00:03:20.181]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:26.9157695Z [00:03:20.181]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:26.9158459Z [00:03:20.181]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:26.9159222Z [00:03:20.181]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:26.9159998Z [00:03:20.181]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:26.9160735Z [00:03:20.181]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:26.9161695Z [00:03:20.181]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:26.9162335Z [00:03:20.181]➜  EOF
2025-08-20T21:21:26.9182973Z [00:03:20.185]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1441/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/metrics/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/metrics/v3;$WORK/b1441=>" -p github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3 -lang=go1.21 -complete -installsuffix shared -buildid GdHQrKpHlmtX5aDDH8js/GdHQrKpHlmtX5aDDH8js -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1441/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/metrics/v3/metrics_service.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/metrics/v3/metrics_service.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/metrics/v3/stats.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/metrics/v3/stats.pb.validate.go
2025-08-20T21:21:27.0553615Z [00:03:20.323]➜  go tool buildid -w $WORK/b1439/_pkg_.a # internal
2025-08-20T21:21:27.0638975Z [00:03:20.331]➜  cp $WORK/b1439/_pkg_.a /root/.cache/go-build/99/994fddb8dfb80bc8c94cd94948487cedc153f4fe5085770801bfab4bfe739156-d # internal
2025-08-20T21:21:27.0648633Z [00:03:20.332]➜  github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3
2025-08-20T21:21:27.0651540Z [00:03:20.332]➜  mkdir -p $WORK/b1438/
2025-08-20T21:21:27.0662167Z [00:03:20.333]➜  cat >/tmp/go-build3547871397/b1438/importcfg << 'EOF' # internal
2025-08-20T21:21:27.0663350Z [00:03:20.333]➜  # import config
2025-08-20T21:21:27.0665366Z [00:03:20.333]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:27.0666281Z [00:03:20.333]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:27.0667120Z [00:03:20.333]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:27.0668391Z [00:03:20.333]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:27.0669704Z [00:03:20.333]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3547871397/b1416/_pkg_.a
2025-08-20T21:21:27.0671341Z [00:03:20.333]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3547871397/b1418/_pkg_.a
2025-08-20T21:21:27.0673081Z [00:03:20.333]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:27.0674782Z [00:03:20.333]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3547871397/b1439/_pkg_.a
2025-08-20T21:21:27.0676463Z [00:03:20.333]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build3547871397/b1435/_pkg_.a
2025-08-20T21:21:27.0678090Z [00:03:20.333]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3547871397/b1420/_pkg_.a
2025-08-20T21:21:27.0679589Z [00:03:20.333]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:27.0680998Z [00:03:20.333]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:27.0682341Z [00:03:20.333]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:27.0683984Z [00:03:20.333]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:27.0685345Z [00:03:20.333]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:27.0686707Z [00:03:20.333]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3547871397/b1387/_pkg_.a
2025-08-20T21:21:27.0688065Z [00:03:20.333]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:27.0689283Z [00:03:20.333]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:27.0690112Z [00:03:20.333]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:27.0690920Z [00:03:20.333]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:27.0691865Z [00:03:20.333]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:27.0692866Z [00:03:20.333]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:27.0693663Z [00:03:20.333]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:27.0694447Z [00:03:20.333]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:27.0695222Z [00:03:20.333]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:27.0695964Z [00:03:20.333]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:27.0696773Z [00:03:20.333]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:27.0697537Z [00:03:20.333]➜  EOF
2025-08-20T21:21:27.0707869Z [00:03:20.333]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1438/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/cluster/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/cluster/v3;$WORK/b1438=>" -p github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3 -lang=go1.21 -complete -installsuffix shared -buildid cBawCwzmSPrBhDzWbPCB/cBawCwzmSPrBhDzWbPCB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1438/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/cluster/v3/circuit_breaker.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/cluster/v3/circuit_breaker.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/cluster/v3/cluster.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/cluster/v3/cluster.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/cluster/v3/filter.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/cluster/v3/filter.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/cluster/v3/outlier_detection.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/cluster/v3/outlier_detection.pb.validate.go
2025-08-20T21:21:27.2118306Z [00:03:20.479]➜  go tool buildid -w $WORK/b1441/_pkg_.a # internal
2025-08-20T21:21:27.2244949Z [00:03:20.492]➜  cp $WORK/b1441/_pkg_.a /root/.cache/go-build/69/69e429c93caec83aeadd2185b2ac0182b7c8b8cc6c36d8adbb387005bdbf0993-d # internal
2025-08-20T21:21:27.2255733Z [00:03:20.493]➜  github.com/envoyproxy/go-control-plane/envoy/config/trace/v3
2025-08-20T21:21:27.2260672Z [00:03:20.493]➜  mkdir -p $WORK/b1443/
2025-08-20T21:21:27.2262432Z [00:03:20.493]➜  cat >/tmp/go-build3547871397/b1443/importcfg << 'EOF' # internal
2025-08-20T21:21:27.2263530Z [00:03:20.493]➜  # import config
2025-08-20T21:21:27.2264287Z [00:03:20.493]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:27.2265132Z [00:03:20.493]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:27.2267531Z [00:03:20.493]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:27.2269005Z [00:03:20.493]➜  packagefile github.com/census-instrumentation/opencensus-proto/gen-go/trace/v1=/tmp/go-build3547871397/b1444/_pkg_.a
2025-08-20T21:21:27.2270478Z [00:03:20.493]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:27.2271868Z [00:03:20.493]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3547871397/b1418/_pkg_.a
2025-08-20T21:21:27.2273641Z [00:03:20.493]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:27.2275391Z [00:03:20.493]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:27.2276896Z [00:03:20.493]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:27.2278298Z [00:03:20.493]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:27.2279864Z [00:03:20.493]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:27.2281290Z [00:03:20.493]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:27.2292923Z [00:03:20.493]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3547871397/b1387/_pkg_.a
2025-08-20T21:21:27.2294360Z [00:03:20.493]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:27.2295394Z [00:03:20.493]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:27.2296184Z [00:03:20.493]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:27.2297014Z [00:03:20.493]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:27.2297869Z [00:03:20.493]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:27.2298691Z [00:03:20.493]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:27.2299383Z [00:03:20.493]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:27.2300094Z [00:03:20.493]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:27.2300841Z [00:03:20.493]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:27.2301524Z [00:03:20.493]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:27.2302280Z [00:03:20.493]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:27.2303047Z [00:03:20.493]➜  EOF
2025-08-20T21:21:27.2322179Z [00:03:20.494]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1443/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3;$WORK/b1443=>" -p github.com/envoyproxy/go-control-plane/envoy/config/trace/v3 -lang=go1.21 -complete -installsuffix shared -buildid qoruM_1CUBe8IBDlk95a/qoruM_1CUBe8IBDlk95a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1443/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/datadog.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/datadog.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/dynamic_ot.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/dynamic_ot.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/http_tracer.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/http_tracer.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/lightstep.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/lightstep.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/opencensus.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/opencensus.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/opentelemetry.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/opentelemetry.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/service.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/service.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/skywalking.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/skywalking.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/trace.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/trace.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/xray.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/xray.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/zipkin.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/trace/v3/zipkin.pb.validate.go
2025-08-20T21:21:27.8629106Z [00:03:21.130]➜  go tool buildid -w $WORK/b1443/_pkg_.a # internal
2025-08-20T21:21:27.8810973Z [00:03:21.148]➜  cp $WORK/b1443/_pkg_.a /root/.cache/go-build/e6/e6f0a76d53c1c34538401f844bc3fc7dd6bc08aad2400639a115b81806f5ee4b-d # internal
2025-08-20T21:21:27.8834778Z [00:03:21.148]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3
2025-08-20T21:21:27.8835646Z [00:03:21.148]➜  mkdir -p $WORK/b1446/
2025-08-20T21:21:27.8836378Z [00:03:21.148]➜  cat >/tmp/go-build3547871397/b1446/importcfg << 'EOF' # internal
2025-08-20T21:21:27.8837070Z [00:03:21.148]➜  # import config
2025-08-20T21:21:27.8837713Z [00:03:21.148]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:27.8838516Z [00:03:21.148]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:27.8839301Z [00:03:21.148]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:27.8840337Z [00:03:21.148]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:27.8841722Z [00:03:21.148]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3547871397/b1418/_pkg_.a
2025-08-20T21:21:27.8843652Z [00:03:21.148]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:27.8845242Z [00:03:21.148]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3547871397/b1419/_pkg_.a
2025-08-20T21:21:27.8846923Z [00:03:21.148]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:27.8848334Z [00:03:21.148]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:27.8849695Z [00:03:21.148]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:27.8851047Z [00:03:21.148]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:27.8852419Z [00:03:21.148]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:27.8854064Z [00:03:21.148]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:27.8855117Z [00:03:21.148]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:27.8855895Z [00:03:21.148]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:27.8856698Z [00:03:21.148]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:27.8857520Z [00:03:21.148]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:27.8858294Z [00:03:21.148]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:27.8859063Z [00:03:21.148]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:27.8859870Z [00:03:21.148]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:27.8860666Z [00:03:21.148]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:27.8861443Z [00:03:21.148]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:27.8862448Z [00:03:21.148]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:27.8863358Z [00:03:21.148]➜  EOF
2025-08-20T21:21:27.8910750Z [00:03:21.157]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1446/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/transport_sockets/tls/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/transport_sockets/tls/v3;$WORK/b1446=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3 -lang=go1.21 -complete -installsuffix shared -buildid VnpsuKrCJItR27W3C28R/VnpsuKrCJItR27W3C28R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1446/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/transport_sockets/tls/v3/cert.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/transport_sockets/tls/v3/cert.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/transport_sockets/tls/v3/common.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/transport_sockets/tls/v3/common.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/transport_sockets/tls/v3/secret.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/transport_sockets/tls/v3/secret.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/transport_sockets/tls/v3/tls.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/transport_sockets/tls/v3/tls.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.pb.validate.go
2025-08-20T21:21:28.3780462Z [00:03:21.645]➜  go tool buildid -w $WORK/b1430/_pkg_.a # internal
2025-08-20T21:21:28.4126167Z [00:03:21.680]➜  cp $WORK/b1430/_pkg_.a /root/.cache/go-build/3f/3f0e74fef62c61d89da0c52a17237c84be2fc53864c587e4f733cbbaba0c8de3-d # internal
2025-08-20T21:21:28.4131358Z [00:03:21.680]➜  github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3
2025-08-20T21:21:28.4133188Z [00:03:21.680]➜  mkdir -p $WORK/b1429/
2025-08-20T21:21:28.4138504Z [00:03:21.681]➜  cat >/tmp/go-build3547871397/b1429/importcfg << 'EOF' # internal
2025-08-20T21:21:28.4140487Z [00:03:21.681]➜  # import config
2025-08-20T21:21:28.4141185Z [00:03:21.681]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:28.4142071Z [00:03:21.681]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:28.4143239Z [00:03:21.681]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:28.4144376Z [00:03:21.681]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:28.4145930Z [00:03:21.681]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:28.4147590Z [00:03:21.681]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3547871397/b1430/_pkg_.a
2025-08-20T21:21:28.4149288Z [00:03:21.681]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3=/tmp/go-build3547871397/b1437/_pkg_.a
2025-08-20T21:21:28.4150956Z [00:03:21.681]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3547871397/b1419/_pkg_.a
2025-08-20T21:21:28.4152563Z [00:03:21.681]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3547871397/b1420/_pkg_.a
2025-08-20T21:21:28.4154322Z [00:03:21.681]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:28.4155834Z [00:03:21.681]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:28.4157464Z [00:03:21.681]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:28.4158911Z [00:03:21.681]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:28.4160573Z [00:03:21.681]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:28.4161748Z [00:03:21.681]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:28.4172824Z [00:03:21.681]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:28.4173728Z [00:03:21.681]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:28.4174540Z [00:03:21.681]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:28.4175320Z [00:03:21.681]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:28.4176211Z [00:03:21.681]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:28.4176990Z [00:03:21.681]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:28.4177755Z [00:03:21.681]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:28.4178513Z [00:03:21.681]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:28.4179314Z [00:03:21.681]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:28.4179924Z [00:03:21.681]➜  EOF
2025-08-20T21:21:28.4185410Z [00:03:21.682]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1429/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/accesslog/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/accesslog/v3;$WORK/b1429=>" -p github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3 -lang=go1.21 -complete -installsuffix shared -buildid QWqkyzVYmGDD2RhLyNOt/QWqkyzVYmGDD2RhLyNOt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1429/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/accesslog/v3/accesslog.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/accesslog/v3/accesslog.pb.validate.go
2025-08-20T21:21:28.4536817Z [00:03:21.721]➜  go tool buildid -w $WORK/b1438/_pkg_.a # internal
2025-08-20T21:21:28.4906094Z [00:03:21.758]➜  cp $WORK/b1438/_pkg_.a /root/.cache/go-build/12/12acf52fa257a8da47f9999db0c70490f92989b7ee17a374d59c012fe59dab21-d # internal
2025-08-20T21:21:28.4917612Z [00:03:21.759]➜  github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3
2025-08-20T21:21:28.4918493Z [00:03:21.759]➜  mkdir -p $WORK/b1448/
2025-08-20T21:21:28.4925547Z [00:03:21.760]➜  cat >/tmp/go-build3547871397/b1448/importcfg << 'EOF' # internal
2025-08-20T21:21:28.4926298Z [00:03:21.760]➜  # import config
2025-08-20T21:21:28.4926972Z [00:03:21.760]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:28.4927916Z [00:03:21.760]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:28.4928790Z [00:03:21.760]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:28.4929903Z [00:03:21.760]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:28.4931468Z [00:03:21.760]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:28.4933357Z [00:03:21.760]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3547871397/b1430/_pkg_.a
2025-08-20T21:21:28.4935035Z [00:03:21.760]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3547871397/b1419/_pkg_.a
2025-08-20T21:21:28.4936654Z [00:03:21.760]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:28.4938212Z [00:03:21.760]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:28.4939941Z [00:03:21.760]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:28.4941404Z [00:03:21.760]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:28.4942865Z [00:03:21.760]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:28.4943691Z [00:03:21.760]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:28.4944475Z [00:03:21.760]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:28.4945338Z [00:03:21.760]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:28.4946221Z [00:03:21.760]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:28.4947099Z [00:03:21.760]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:28.4947948Z [00:03:21.760]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:28.4949012Z [00:03:21.760]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:28.4949891Z [00:03:21.760]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:28.4950788Z [00:03:21.760]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:28.4951525Z [00:03:21.760]➜  EOF
2025-08-20T21:21:28.4967423Z [00:03:21.760]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1448/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/common/matcher/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/common/matcher/v3;$WORK/b1448=>" -p github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3 -lang=go1.21 -complete -installsuffix shared -buildid fZUypKnq2VdlHY0u5vNa/fZUypKnq2VdlHY0u5vNa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1448/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/common/matcher/v3/matcher.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/common/matcher/v3/matcher.pb.validate.go
2025-08-20T21:21:28.6591801Z [00:03:21.926]➜  go tool buildid -w $WORK/b1523/_pkg_.a # internal
2025-08-20T21:21:28.6674895Z [00:03:21.935]➜  go tool buildid -w $WORK/b1446/_pkg_.a # internal
2025-08-20T21:21:28.6778194Z [00:03:21.945]➜  cp $WORK/b1446/_pkg_.a /root/.cache/go-build/d1/d19e94443c5bbdb7666bc90cfeb3888992ef0a9add84469ef01e83a60ab4d51c-d # internal
2025-08-20T21:21:28.6781063Z [00:03:21.945]➜  github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3
2025-08-20T21:21:28.6781848Z [00:03:21.945]➜  mkdir -p $WORK/b1454/
2025-08-20T21:21:28.6786973Z [00:03:21.946]➜  cat >/tmp/go-build3547871397/b1454/importcfg << 'EOF' # internal
2025-08-20T21:21:28.6787723Z [00:03:21.946]➜  # import config
2025-08-20T21:21:28.6790000Z [00:03:21.946]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:28.6792222Z [00:03:21.946]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:28.6793387Z [00:03:21.946]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:28.6794210Z [00:03:21.946]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:28.6795270Z [00:03:21.946]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:28.6796695Z [00:03:21.946]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:28.6798202Z [00:03:21.946]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:28.6799647Z [00:03:21.946]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3547871397/b952/_pkg_.a
2025-08-20T21:21:28.6824014Z [00:03:21.946]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:28.6825112Z [00:03:21.946]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:28.6826367Z [00:03:21.946]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:28.6827588Z [00:03:21.946]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:28.6829027Z [00:03:21.946]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:28.6830361Z [00:03:21.946]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:28.6831832Z [00:03:21.946]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:28.6836531Z [00:03:21.946]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:28.6837449Z [00:03:21.946]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:28.6838348Z [00:03:21.946]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:28.6839395Z [00:03:21.946]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:28.6840298Z [00:03:21.946]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:28.6841148Z [00:03:21.946]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:28.6842007Z [00:03:21.946]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:28.6843041Z [00:03:21.946]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:28.6843846Z [00:03:21.946]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:28.6856701Z [00:03:21.946]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:28.6857352Z [00:03:21.946]➜  EOF
2025-08-20T21:21:28.6865096Z [00:03:21.946]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1454/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/service/discovery/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/service/discovery/v3;$WORK/b1454=>" -p github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3 -lang=go1.21 -complete -installsuffix shared -buildid 5vcOgNi_4UmH6kefMxHp/5vcOgNi_4UmH6kefMxHp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1454/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/service/discovery/v3/ads.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/service/discovery/v3/ads.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/service/discovery/v3/ads_grpc.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/service/discovery/v3/discovery.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/service/discovery/v3/discovery.pb.validate.go
2025-08-20T21:21:28.6873073Z [00:03:21.951]➜  cp $WORK/b1523/_pkg_.a /root/.cache/go-build/a2/a221830199b5005aa850c2db093f1eece56ba343f08f0dc3aa680f918c812599-d # internal
2025-08-20T21:21:28.6874467Z [00:03:21.951]➜  github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3
2025-08-20T21:21:28.6875269Z [00:03:21.951]➜  mkdir -p $WORK/b1455/
2025-08-20T21:21:28.6876043Z [00:03:21.951]➜  cat >/tmp/go-build3547871397/b1455/importcfg << 'EOF' # internal
2025-08-20T21:21:28.6876769Z [00:03:21.951]➜  # import config
2025-08-20T21:21:28.6877436Z [00:03:21.951]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:28.6878298Z [00:03:21.951]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:28.6879165Z [00:03:21.951]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:28.6879991Z [00:03:21.951]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:28.6881073Z [00:03:21.951]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:28.6882580Z [00:03:21.951]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:28.6884675Z [00:03:21.951]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3547871397/b1439/_pkg_.a
2025-08-20T21:21:28.6886087Z [00:03:21.951]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:28.6887406Z [00:03:21.951]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:28.6888564Z [00:03:21.951]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:28.6889888Z [00:03:21.951]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:28.6891335Z [00:03:21.951]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:28.6902989Z [00:03:21.951]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:28.6904594Z [00:03:21.951]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:28.6905661Z [00:03:21.951]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:28.6906468Z [00:03:21.951]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:28.6907262Z [00:03:21.951]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:28.6908034Z [00:03:21.951]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:28.6908848Z [00:03:21.951]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:28.6909593Z [00:03:21.951]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:28.6910333Z [00:03:21.951]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:28.6911080Z [00:03:21.951]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:28.6911816Z [00:03:21.951]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:28.6912763Z [00:03:21.951]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:28.6913395Z [00:03:21.951]➜  EOF
2025-08-20T21:21:28.6919205Z [00:03:21.951]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1455/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/service/load_stats/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/service/load_stats/v3;$WORK/b1455=>" -p github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3 -lang=go1.21 -complete -installsuffix shared -buildid gs_Th3tIYby5djz7zDKS/gs_Th3tIYby5djz7zDKS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1455/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/service/load_stats/v3/lrs.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/service/load_stats/v3/lrs.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/service/load_stats/v3/lrs_grpc.pb.go
2025-08-20T21:21:28.8126885Z [00:03:22.080]➜  go tool buildid -w $WORK/b1455/_pkg_.a # internal
2025-08-20T21:21:28.8179759Z [00:03:22.085]➜  cp $WORK/b1455/_pkg_.a /root/.cache/go-build/55/559090c85fcea917a8a7e899ad26409252928dbdada652dc71dc88eb26306f19-d # internal
2025-08-20T21:21:28.8186771Z [00:03:22.086]➜  google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry
2025-08-20T21:21:28.8189819Z [00:03:22.086]➜  mkdir -p $WORK/b1467/
2025-08-20T21:21:28.8198668Z [00:03:22.087]➜  cat >/tmp/go-build3547871397/b1467/importcfg << 'EOF' # internal
2025-08-20T21:21:28.8199858Z [00:03:22.087]➜  # import config
2025-08-20T21:21:28.8204061Z [00:03:22.088]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:28.8205142Z [00:03:22.088]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:28.8206549Z [00:03:22.088]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3547871397/b1438/_pkg_.a
2025-08-20T21:21:28.8207735Z [00:03:22.088]➜  EOF
2025-08-20T21:21:28.8221273Z [00:03:22.089]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1467/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdslbregistry=>google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdslbregistry;$WORK/b1467=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry -lang=go1.22 -complete -installsuffix shared -buildid QGoCF4flzkxoWQBslMi0/QGoCF4flzkxoWQBslMi0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1467/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdslbregistry/xdslbregistry.go
2025-08-20T21:21:28.8555515Z [00:03:22.123]➜  go tool buildid -w $WORK/b1467/_pkg_.a # internal
2025-08-20T21:21:28.8570113Z [00:03:22.124]➜  cp $WORK/b1467/_pkg_.a /root/.cache/go-build/0d/0d284d666cf8440944ceb82a012652da2293ab80a1c8e0c5f017b4f752deb8bb-d # internal
2025-08-20T21:21:28.8576628Z [00:03:22.125]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3
2025-08-20T21:21:28.8577755Z [00:03:22.125]➜  mkdir -p $WORK/b1494/
2025-08-20T21:21:28.8582296Z [00:03:22.125]➜  cat >/tmp/go-build3547871397/b1494/importcfg << 'EOF' # internal
2025-08-20T21:21:28.8584840Z [00:03:22.125]➜  # import config
2025-08-20T21:21:28.8587327Z [00:03:22.125]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:28.8588162Z [00:03:22.125]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:28.8588968Z [00:03:22.125]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:28.8590008Z [00:03:22.125]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:28.8591471Z [00:03:22.125]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3547871397/b1430/_pkg_.a
2025-08-20T21:21:28.8593345Z [00:03:22.125]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build3547871397/b1493/_pkg_.a
2025-08-20T21:21:28.8595079Z [00:03:22.125]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3547871397/b1420/_pkg_.a
2025-08-20T21:21:28.8596568Z [00:03:22.125]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:28.8598009Z [00:03:22.125]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:28.8599358Z [00:03:22.125]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:28.8600681Z [00:03:22.125]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:28.8602105Z [00:03:22.125]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3547871397/b1387/_pkg_.a
2025-08-20T21:21:28.8625031Z [00:03:22.125]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:28.8626318Z [00:03:22.125]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:28.8627186Z [00:03:22.125]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:28.8628062Z [00:03:22.125]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:28.8628925Z [00:03:22.125]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:28.8629744Z [00:03:22.125]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:28.8630540Z [00:03:22.125]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:28.8631334Z [00:03:22.125]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:28.8632163Z [00:03:22.125]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:28.8633122Z [00:03:22.125]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:28.8634066Z [00:03:22.125]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:28.8634754Z [00:03:22.125]➜  EOF
2025-08-20T21:21:28.8640593Z [00:03:22.126]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1494/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/http/fault/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/http/fault/v3;$WORK/b1494=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3 -lang=go1.21 -complete -installsuffix shared -buildid i4nVVSWhjq0yg-r7lwUQ/i4nVVSWhjq0yg-r7lwUQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1494/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/http/fault/v3/fault.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/http/fault/v3/fault.pb.validate.go
2025-08-20T21:21:29.0673869Z [00:03:22.334]➜  go tool buildid -w $WORK/b1494/_pkg_.a # internal
2025-08-20T21:21:29.0770823Z [00:03:22.344]➜  cp $WORK/b1494/_pkg_.a /root/.cache/go-build/6a/6aaed8e22e23fe8a543e84053d79e5e483f4c17958061127d36a6e82d369217f-d # internal
2025-08-20T21:21:29.0778260Z [00:03:22.344]➜  google.golang.org/grpc/xds/internal/httpfilter/fault
2025-08-20T21:21:29.0783836Z [00:03:22.345]➜  mkdir -p $WORK/b1492/
2025-08-20T21:21:29.0784836Z [00:03:22.345]➜  cat >/tmp/go-build3547871397/b1492/importcfg << 'EOF' # internal
2025-08-20T21:21:29.0785491Z [00:03:22.345]➜  # import config
2025-08-20T21:21:29.0786138Z [00:03:22.345]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:29.0786941Z [00:03:22.345]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:29.0787697Z [00:03:22.345]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:29.0789114Z [00:03:22.345]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build3547871397/b1493/_pkg_.a
2025-08-20T21:21:29.0791109Z [00:03:22.345]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3=/tmp/go-build3547871397/b1494/_pkg_.a
2025-08-20T21:21:29.0793028Z [00:03:22.345]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3547871397/b1420/_pkg_.a
2025-08-20T21:21:29.0794356Z [00:03:22.345]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:29.0795659Z [00:03:22.345]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3547871397/b1001/_pkg_.a
2025-08-20T21:21:29.0796962Z [00:03:22.345]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:29.0798176Z [00:03:22.345]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:29.0799492Z [00:03:22.345]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3547871397/b1466/_pkg_.a
2025-08-20T21:21:29.0800795Z [00:03:22.345]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:29.0802319Z [00:03:22.345]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:29.0803647Z [00:03:22.345]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:29.0804566Z [00:03:22.345]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:29.0805473Z [00:03:22.345]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:29.0806375Z [00:03:22.345]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:29.0812912Z [00:03:22.345]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:29.0813674Z [00:03:22.345]➜  EOF
2025-08-20T21:21:29.0817925Z [00:03:22.345]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1492/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/httpfilter/fault=>google.golang.org/grpc@v1.68.1/xds/internal/httpfilter/fault;$WORK/b1492=>" -p google.golang.org/grpc/xds/internal/httpfilter/fault -lang=go1.22 -complete -installsuffix shared -buildid 9-aHIv8-CfPkRco0pq0X/9-aHIv8-CfPkRco0pq0X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1492/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/httpfilter/fault/fault.go
2025-08-20T21:21:29.0885205Z [00:03:22.356]➜  go tool buildid -w $WORK/b1429/_pkg_.a # internal
2025-08-20T21:21:29.1000015Z [00:03:22.367]➜  cp $WORK/b1429/_pkg_.a /root/.cache/go-build/1c/1c67c1cb380920613bf2b74884988389d6be887c1d53dc45f3a344accc224cc3-d # internal
2025-08-20T21:21:29.1023866Z [00:03:22.369]➜  github.com/envoyproxy/go-control-plane/envoy/config/listener/v3
2025-08-20T21:21:29.1026246Z [00:03:22.369]➜  mkdir -p $WORK/b1440/
2025-08-20T21:21:29.1026900Z [00:03:22.369]➜  go tool buildid -w $WORK/b1448/_pkg_.a # internal
2025-08-20T21:21:29.1030012Z [00:03:22.370]➜  cat >/tmp/go-build3547871397/b1440/importcfg << 'EOF' # internal
2025-08-20T21:21:29.1030692Z [00:03:22.370]➜  # import config
2025-08-20T21:21:29.1031551Z [00:03:22.370]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:29.1032387Z [00:03:22.370]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:29.1033449Z [00:03:22.370]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:29.1034675Z [00:03:22.370]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:29.1035968Z [00:03:22.370]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3547871397/b1415/_pkg_.a
2025-08-20T21:21:29.1037173Z [00:03:22.370]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3547871397/b1416/_pkg_.a
2025-08-20T21:21:29.1038373Z [00:03:22.370]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build3547871397/b1431/_pkg_.a
2025-08-20T21:21:29.1039755Z [00:03:22.370]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3547871397/b1418/_pkg_.a
2025-08-20T21:21:29.1041323Z [00:03:22.370]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3547871397/b1429/_pkg_.a
2025-08-20T21:21:29.1043052Z [00:03:22.370]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:29.1044564Z [00:03:22.370]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3547871397/b1420/_pkg_.a
2025-08-20T21:21:29.1045982Z [00:03:22.370]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:29.1047387Z [00:03:22.370]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:29.1048748Z [00:03:22.370]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:29.1050073Z [00:03:22.370]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:29.1051608Z [00:03:22.370]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:29.1054696Z [00:03:22.370]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:29.1055817Z [00:03:22.370]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:29.1056658Z [00:03:22.370]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:29.1057467Z [00:03:22.370]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:29.1058299Z [00:03:22.370]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:29.1059101Z [00:03:22.370]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:29.1059902Z [00:03:22.370]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:29.1060707Z [00:03:22.370]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:29.1061495Z [00:03:22.370]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:29.1062275Z [00:03:22.370]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:29.1063283Z [00:03:22.370]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:29.1063911Z [00:03:22.370]➜  EOF
2025-08-20T21:21:29.1076448Z [00:03:22.370]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1440/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/listener/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/listener/v3;$WORK/b1440=>" -p github.com/envoyproxy/go-control-plane/envoy/config/listener/v3 -lang=go1.21 -complete -installsuffix shared -buildid MFp8RAd62dQFJXGOlfUw/MFp8RAd62dQFJXGOlfUw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1440/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/listener/v3/api_listener.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/listener/v3/api_listener.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/listener/v3/listener.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/listener/v3/listener.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/listener/v3/listener_components.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/listener/v3/listener_components.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/listener/v3/quic_config.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/listener/v3/quic_config.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/listener/v3/udp_listener_config.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/listener/v3/udp_listener_config.pb.validate.go
2025-08-20T21:21:29.1186879Z [00:03:22.386]➜  cp $WORK/b1448/_pkg_.a /root/.cache/go-build/81/8156a78f1f9637c80514fe318867a464ce22e58e0e59f58ebfff6595131c87d7-d # internal
2025-08-20T21:21:29.1192535Z [00:03:22.386]➜  github.com/envoyproxy/go-control-plane/envoy/config/tap/v3
2025-08-20T21:21:29.1193559Z [00:03:22.386]➜  mkdir -p $WORK/b1447/
2025-08-20T21:21:29.1198967Z [00:03:22.387]➜  cat >/tmp/go-build3547871397/b1447/importcfg << 'EOF' # internal
2025-08-20T21:21:29.1201140Z [00:03:22.387]➜  # import config
2025-08-20T21:21:29.1201827Z [00:03:22.387]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:29.1202875Z [00:03:22.387]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:29.1203729Z [00:03:22.387]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:29.1204834Z [00:03:22.387]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:29.1206215Z [00:03:22.387]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3547871397/b1418/_pkg_.a
2025-08-20T21:21:29.1208047Z [00:03:22.387]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3=/tmp/go-build3547871397/b1448/_pkg_.a
2025-08-20T21:21:29.1209694Z [00:03:22.387]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:29.1211335Z [00:03:22.387]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3547871397/b1430/_pkg_.a
2025-08-20T21:21:29.1213054Z [00:03:22.387]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:29.1214554Z [00:03:22.387]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:29.1215992Z [00:03:22.387]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:29.1217330Z [00:03:22.387]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:29.1218714Z [00:03:22.387]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:29.1220142Z [00:03:22.387]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:29.1221441Z [00:03:22.387]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:29.1222239Z [00:03:22.387]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:29.1244791Z [00:03:22.387]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:29.1245673Z [00:03:22.387]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:29.1246503Z [00:03:22.387]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:29.1247283Z [00:03:22.387]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:29.1248097Z [00:03:22.387]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:29.1249103Z [00:03:22.387]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:29.1249912Z [00:03:22.387]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:29.1250765Z [00:03:22.387]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:29.1251599Z [00:03:22.387]➜  EOF
2025-08-20T21:21:29.1256889Z [00:03:22.390]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1447/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/tap/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/tap/v3;$WORK/b1447=>" -p github.com/envoyproxy/go-control-plane/envoy/config/tap/v3 -lang=go1.21 -complete -installsuffix shared -buildid Q-ZAo5aFz7hVn8dd-jAY/Q-ZAo5aFz7hVn8dd-jAY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1447/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/tap/v3/common.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/tap/v3/common.pb.validate.go
2025-08-20T21:21:29.1485624Z [00:03:22.416]➜  go tool buildid -w $WORK/b1492/_pkg_.a # internal
2025-08-20T21:21:29.1505739Z [00:03:22.418]➜  cp $WORK/b1492/_pkg_.a /root/.cache/go-build/4d/4d3124122c10357e49f2841840ee0ce6149b2c01c28cd60517a36650fc1fff60-d # internal
2025-08-20T21:21:29.1516907Z [00:03:22.419]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3
2025-08-20T21:21:29.1517828Z [00:03:22.419]➜  mkdir -p $WORK/b1462/
2025-08-20T21:21:29.1528832Z [00:03:22.420]➜  cat >/tmp/go-build3547871397/b1462/importcfg << 'EOF' # internal
2025-08-20T21:21:29.1529614Z [00:03:22.420]➜  # import config
2025-08-20T21:21:29.1531581Z [00:03:22.420]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:29.1532402Z [00:03:22.420]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:29.1533312Z [00:03:22.420]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:29.1534422Z [00:03:22.420]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:29.1535708Z [00:03:22.420]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3547871397/b1418/_pkg_.a
2025-08-20T21:21:29.1537282Z [00:03:22.420]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3547871397/b1429/_pkg_.a
2025-08-20T21:21:29.1538704Z [00:03:22.420]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:29.1540092Z [00:03:22.420]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3547871397/b1430/_pkg_.a
2025-08-20T21:21:29.1541490Z [00:03:22.420]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build3547871397/b1443/_pkg_.a
2025-08-20T21:21:29.1543104Z [00:03:22.420]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/http/v3=/tmp/go-build3547871397/b1463/_pkg_.a
2025-08-20T21:21:29.1544473Z [00:03:22.420]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build3547871397/b1436/_pkg_.a
2025-08-20T21:21:29.1545759Z [00:03:22.420]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3547871397/b1420/_pkg_.a
2025-08-20T21:21:29.1547016Z [00:03:22.420]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:29.1548243Z [00:03:22.420]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:29.1549444Z [00:03:22.420]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:29.1550534Z [00:03:22.420]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:29.1551840Z [00:03:22.420]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:29.1555507Z [00:03:22.420]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:29.1556972Z [00:03:22.420]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:29.1559249Z [00:03:22.420]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:29.1560271Z [00:03:22.420]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:29.1561252Z [00:03:22.420]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:29.1562304Z [00:03:22.420]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:29.1563432Z [00:03:22.420]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:29.1564377Z [00:03:22.420]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:29.1565464Z [00:03:22.420]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:29.1566193Z [00:03:22.420]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:29.1567133Z [00:03:22.420]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:29.1567879Z [00:03:22.420]➜  EOF
2025-08-20T21:21:29.1574736Z [00:03:22.423]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1462/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/network/http_connection_manager/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/network/http_connection_manager/v3;$WORK/b1462=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3 -lang=go1.21 -complete -installsuffix shared -buildid Se0ijpWSRJcS-EgFL5M4/Se0ijpWSRJcS-EgFL5M4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1462/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.pb.validate.go
2025-08-20T21:21:29.1693339Z [00:03:22.437]➜  go tool buildid -w $WORK/b1454/_pkg_.a # internal
2025-08-20T21:21:29.1764438Z [00:03:22.443]➜  cp $WORK/b1454/_pkg_.a /root/.cache/go-build/0f/0f0c38d1faf20ae8024a2d60a8abcef35b31d5c54943ad1e0c407f20159a4b99-d # internal
2025-08-20T21:21:29.1774446Z [00:03:22.444]➜  github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3
2025-08-20T21:21:29.1775286Z [00:03:22.444]➜  mkdir -p $WORK/b1496/
2025-08-20T21:21:29.1776045Z [00:03:22.444]➜  cat >/tmp/go-build3547871397/b1496/importcfg << 'EOF' # internal
2025-08-20T21:21:29.1776722Z [00:03:22.444]➜  # import config
2025-08-20T21:21:29.1777364Z [00:03:22.444]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:29.1778182Z [00:03:22.444]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:29.1779000Z [00:03:22.444]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:29.1779971Z [00:03:22.444]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:29.1781351Z [00:03:22.444]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3547871397/b1418/_pkg_.a
2025-08-20T21:21:29.1783015Z [00:03:22.444]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:29.1784527Z [00:03:22.444]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3547871397/b1430/_pkg_.a
2025-08-20T21:21:29.1786089Z [00:03:22.444]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3547871397/b1419/_pkg_.a
2025-08-20T21:21:29.1787480Z [00:03:22.444]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3547871397/b1420/_pkg_.a
2025-08-20T21:21:29.1788926Z [00:03:22.444]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:29.1790276Z [00:03:22.444]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build3547871397/b1434/_pkg_.a
2025-08-20T21:21:29.1791740Z [00:03:22.444]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:29.1793192Z [00:03:22.444]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:29.1794346Z [00:03:22.444]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:29.1795254Z [00:03:22.444]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:29.1795978Z [00:03:22.444]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:29.1796749Z [00:03:22.444]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:29.1797501Z [00:03:22.444]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:29.1798202Z [00:03:22.444]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:29.1798892Z [00:03:22.444]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:29.1799607Z [00:03:22.444]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:29.1800306Z [00:03:22.444]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:29.1801030Z [00:03:22.444]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:29.1801773Z [00:03:22.444]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:29.1802365Z [00:03:22.444]➜  EOF
2025-08-20T21:21:29.1807690Z [00:03:22.444]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1496/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/rbac/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/rbac/v3;$WORK/b1496=>" -p github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3 -lang=go1.21 -complete -installsuffix shared -buildid EV75snpGEKnxnnffpa8q/EV75snpGEKnxnnffpa8q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1496/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/rbac/v3/rbac.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/rbac/v3/rbac.pb.validate.go
2025-08-20T21:21:29.5489459Z [00:03:22.816]➜  go tool buildid -w $WORK/b1447/_pkg_.a # internal
2025-08-20T21:21:29.5591639Z [00:03:22.826]➜  cp $WORK/b1447/_pkg_.a /root/.cache/go-build/84/84ba2a0f2b52c38227cb4b5a64245a5f8ecac518a5956465d456388f7f76fd66-d # internal
2025-08-20T21:21:29.5627886Z [00:03:22.830]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3
2025-08-20T21:21:29.5628817Z [00:03:22.830]➜  mkdir -p $WORK/b1512/
2025-08-20T21:21:29.5660625Z [00:03:22.833]➜  cat >/tmp/go-build3547871397/b1512/importcfg << 'EOF' # internal
2025-08-20T21:21:29.5661869Z [00:03:22.833]➜  # import config
2025-08-20T21:21:29.5662850Z [00:03:22.833]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:29.5663679Z [00:03:22.833]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:29.5664498Z [00:03:22.833]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:29.5665503Z [00:03:22.833]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:29.5666894Z [00:03:22.833]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:29.5668413Z [00:03:22.833]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3547871397/b1420/_pkg_.a
2025-08-20T21:21:29.5669896Z [00:03:22.833]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:29.5671556Z [00:03:22.833]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:29.5673087Z [00:03:22.833]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:29.5674435Z [00:03:22.833]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:29.5676003Z [00:03:22.833]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:29.5677405Z [00:03:22.833]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:29.5678459Z [00:03:22.834]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:29.5679230Z [00:03:22.834]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:29.5680021Z [00:03:22.834]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:29.5680824Z [00:03:22.834]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:29.5681622Z [00:03:22.834]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:29.5682401Z [00:03:22.834]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:29.5683347Z [00:03:22.834]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:29.5684130Z [00:03:22.834]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:29.5684892Z [00:03:22.834]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:29.5685712Z [00:03:22.834]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:29.5686340Z [00:03:22.834]➜  EOF
2025-08-20T21:21:29.5692823Z [00:03:22.834]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1512/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/common/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/common/v3;$WORK/b1512=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3 -lang=go1.21 -complete -installsuffix shared -buildid QfAwU-GiDdcRLHtBHVTY/QfAwU-GiDdcRLHtBHVTY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1512/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/common/v3/common.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/common/v3/common.pb.validate.go
2025-08-20T21:21:29.6067656Z [00:03:22.874]➜  go tool buildid -w $WORK/b1496/_pkg_.a # internal
2025-08-20T21:21:29.6191356Z [00:03:22.886]➜  cp $WORK/b1496/_pkg_.a /root/.cache/go-build/0b/0b08be0f1261d2e0e7202976fb9de5a584665cda5907216267e93d9c2a40c4a1-d # internal
2025-08-20T21:21:29.6194961Z [00:03:22.887]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3
2025-08-20T21:21:29.6196703Z [00:03:22.887]➜  mkdir -p $WORK/b1497/
2025-08-20T21:21:29.6205334Z [00:03:22.888]➜  cat >/tmp/go-build3547871397/b1497/importcfg << 'EOF' # internal
2025-08-20T21:21:29.6218777Z [00:03:22.888]➜  # import config
2025-08-20T21:21:29.6219449Z [00:03:22.888]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:29.6220269Z [00:03:22.888]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:29.6221003Z [00:03:22.888]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:29.6221893Z [00:03:22.888]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:29.6223303Z [00:03:22.888]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3547871397/b1415/_pkg_.a
2025-08-20T21:21:29.6224547Z [00:03:22.888]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build3547871397/b1431/_pkg_.a
2025-08-20T21:21:29.6225945Z [00:03:22.888]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build3547871397/b1496/_pkg_.a
2025-08-20T21:21:29.6227596Z [00:03:22.888]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:29.6229043Z [00:03:22.888]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:29.6230496Z [00:03:22.888]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:29.6231462Z [00:03:22.888]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:29.6232281Z [00:03:22.888]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:29.6241410Z [00:03:22.888]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:29.6242304Z [00:03:22.888]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:29.6243372Z [00:03:22.888]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:29.6244201Z [00:03:22.888]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:29.6245036Z [00:03:22.888]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:29.6245864Z [00:03:22.888]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:29.6246669Z [00:03:22.888]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:29.6247508Z [00:03:22.888]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:29.6248166Z [00:03:22.888]➜  EOF
2025-08-20T21:21:29.6254498Z [00:03:22.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1497/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/http/rbac/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/http/rbac/v3;$WORK/b1497=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3 -lang=go1.21 -complete -installsuffix shared -buildid 3jp9NtVCANO2wYAnZlEU/3jp9NtVCANO2wYAnZlEU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1497/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/http/rbac/v3/rbac.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/http/rbac/v3/rbac.pb.validate.go
2025-08-20T21:21:29.7506349Z [00:03:23.018]➜  go tool buildid -w $WORK/b1497/_pkg_.a # internal
2025-08-20T21:21:29.7534854Z [00:03:23.021]➜  cp $WORK/b1497/_pkg_.a /root/.cache/go-build/e4/e47eeab156c42514420bd4285247c3f52ba745c5f22ab5a0cbb23a22673c15f9-d # internal
2025-08-20T21:21:29.7540722Z [00:03:23.021]➜  google.golang.org/grpc/internal/xds/rbac
2025-08-20T21:21:29.7546888Z [00:03:23.021]➜  mkdir -p $WORK/b1498/
2025-08-20T21:21:29.7547648Z [00:03:23.021]➜  cat >/tmp/go-build3547871397/b1498/importcfg << 'EOF' # internal
2025-08-20T21:21:29.7548327Z [00:03:23.021]➜  # import config
2025-08-20T21:21:29.7548990Z [00:03:23.021]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:29.7553178Z [00:03:23.021]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:29.7554121Z [00:03:23.021]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:29.7554928Z [00:03:23.021]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:29.7555732Z [00:03:23.021]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:29.7556721Z [00:03:23.021]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build3547871397/b1460/_pkg_.a
2025-08-20T21:21:29.7557955Z [00:03:23.021]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3547871397/b1432/_pkg_.a
2025-08-20T21:21:29.7559384Z [00:03:23.021]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:29.7560914Z [00:03:23.021]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build3547871397/b1496/_pkg_.a
2025-08-20T21:21:29.7562595Z [00:03:23.021]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3547871397/b1430/_pkg_.a
2025-08-20T21:21:29.7565977Z [00:03:23.021]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3=/tmp/go-build3547871397/b1499/_pkg_.a
2025-08-20T21:21:29.7567927Z [00:03:23.021]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3547871397/b1419/_pkg_.a
2025-08-20T21:21:29.7569223Z [00:03:23.021]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:29.7570393Z [00:03:23.021]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build3547871397/b1500/_pkg_.a
2025-08-20T21:21:29.7571640Z [00:03:23.021]➜  packagefile google.golang.org/grpc/authz/audit/stdout=/tmp/go-build3547871397/b1501/_pkg_.a
2025-08-20T21:21:29.7572992Z [00:03:23.022]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:29.7574174Z [00:03:23.022]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:29.7575344Z [00:03:23.022]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:29.7576558Z [00:03:23.022]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3547871397/b1008/_pkg_.a
2025-08-20T21:21:29.7577904Z [00:03:23.022]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build3547871397/b1464/_pkg_.a
2025-08-20T21:21:29.7579108Z [00:03:23.022]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:29.7580199Z [00:03:23.022]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3547871397/b1011/_pkg_.a
2025-08-20T21:21:29.7581264Z [00:03:23.022]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:29.7582493Z [00:03:23.022]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3547871397/b982/_pkg_.a
2025-08-20T21:21:29.7584173Z [00:03:23.022]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:29.7585554Z [00:03:23.022]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3547871397/b1387/_pkg_.a
2025-08-20T21:21:29.7586752Z [00:03:23.022]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:29.7587597Z [00:03:23.022]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:29.7588452Z [00:03:23.022]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:29.7589400Z [00:03:23.022]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:29.7590056Z [00:03:23.022]➜  EOF
2025-08-20T21:21:29.7595067Z [00:03:23.022]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1498/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/xds/rbac=>google.golang.org/grpc@v1.68.1/internal/xds/rbac;$WORK/b1498=>" -p google.golang.org/grpc/internal/xds/rbac -lang=go1.22 -complete -installsuffix shared -buildid g61fktyXf8gTkwXea6qR/g61fktyXf8gTkwXea6qR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1498/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/xds/rbac/converter.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/xds/rbac/matchers.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/internal/xds/rbac/rbac_engine.go
2025-08-20T21:21:29.8949183Z [00:03:23.162]➜  go tool buildid -w $WORK/b1512/_pkg_.a # internal
2025-08-20T21:21:29.9010721Z [00:03:23.168]➜  cp $WORK/b1512/_pkg_.a /root/.cache/go-build/b6/b6de712b1f28a2f4096638c2d820c2c2d99d94bf71d6ca986d7c90774af6ebc1-d # internal
2025-08-20T21:21:29.9012576Z [00:03:23.168]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3
2025-08-20T21:21:29.9013949Z [00:03:23.168]➜  mkdir -p $WORK/b1511/
2025-08-20T21:21:29.9037534Z [00:03:23.169]➜  cat >/tmp/go-build3547871397/b1511/importcfg << 'EOF' # internal
2025-08-20T21:21:29.9038285Z [00:03:23.169]➜  # import config
2025-08-20T21:21:29.9039214Z [00:03:23.169]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:29.9040097Z [00:03:23.169]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:29.9040919Z [00:03:23.169]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:29.9042226Z [00:03:23.169]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:29.9043965Z [00:03:23.169]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3547871397/b1418/_pkg_.a
2025-08-20T21:21:29.9045601Z [00:03:23.169]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:29.9047474Z [00:03:23.169]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build3547871397/b1512/_pkg_.a
2025-08-20T21:21:29.9049249Z [00:03:23.169]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:29.9050715Z [00:03:23.169]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:29.9052117Z [00:03:23.169]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:29.9053732Z [00:03:23.169]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:29.9055166Z [00:03:23.169]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:29.9056274Z [00:03:23.169]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:29.9057101Z [00:03:23.169]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:29.9057985Z [00:03:23.169]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:29.9058847Z [00:03:23.169]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:29.9059880Z [00:03:23.169]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:29.9060740Z [00:03:23.169]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:29.9061571Z [00:03:23.169]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:29.9062576Z [00:03:23.169]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:29.9063613Z [00:03:23.169]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:29.9064467Z [00:03:23.169]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:29.9065126Z [00:03:23.169]➜  EOF
2025-08-20T21:21:29.9071889Z [00:03:23.169]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1511/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/least_request/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/least_request/v3;$WORK/b1511=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3 -lang=go1.21 -complete -installsuffix shared -buildid mIZkQpRM72LhlQAXinlI/mIZkQpRM72LhlQAXinlI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1511/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/least_request/v3/least_request.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/least_request/v3/least_request.pb.validate.go
2025-08-20T21:21:29.9229441Z [00:03:23.190]➜  go tool buildid -w $WORK/b1440/_pkg_.a # internal
2025-08-20T21:21:29.9317699Z [00:03:23.199]➜  go tool buildid -w $WORK/b1498/_pkg_.a # internal
2025-08-20T21:21:29.9351006Z [00:03:23.202]➜  cp $WORK/b1498/_pkg_.a /root/.cache/go-build/20/20c4fdd2535b01c1185c38ad11c8aa69490bf924ccaadba6d336a7b55464af7f-d # internal
2025-08-20T21:21:29.9359971Z [00:03:23.203]➜  google.golang.org/grpc/xds/internal/httpfilter/rbac
2025-08-20T21:21:29.9362117Z [00:03:23.204]➜  mkdir -p $WORK/b1495/
2025-08-20T21:21:29.9375965Z [00:03:23.205]➜  cat >/tmp/go-build3547871397/b1495/importcfg << 'EOF' # internal
2025-08-20T21:21:29.9377358Z [00:03:23.205]➜  # import config
2025-08-20T21:21:29.9378704Z [00:03:23.205]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:29.9380012Z [00:03:23.205]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:29.9381455Z [00:03:23.205]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:29.9383690Z [00:03:23.205]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build3547871397/b1496/_pkg_.a
2025-08-20T21:21:29.9385909Z [00:03:23.205]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3=/tmp/go-build3547871397/b1497/_pkg_.a
2025-08-20T21:21:29.9387856Z [00:03:23.205]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:29.9389506Z [00:03:23.205]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3547871397/b1001/_pkg_.a
2025-08-20T21:21:29.9391120Z [00:03:23.205]➜  packagefile google.golang.org/grpc/internal/xds/rbac=/tmp/go-build3547871397/b1498/_pkg_.a
2025-08-20T21:21:29.9407105Z [00:03:23.205]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3547871397/b1466/_pkg_.a
2025-08-20T21:21:29.9408816Z [00:03:23.205]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:29.9410475Z [00:03:23.205]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:29.9411803Z [00:03:23.205]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:29.9412806Z [00:03:23.205]➜  EOF
2025-08-20T21:21:29.9417650Z [00:03:23.205]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1495/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/httpfilter/rbac=>google.golang.org/grpc@v1.68.1/xds/internal/httpfilter/rbac;$WORK/b1495=>" -p google.golang.org/grpc/xds/internal/httpfilter/rbac -lang=go1.22 -complete -installsuffix shared -buildid NXPNmTNOzu4w-OR6Gm5m/NXPNmTNOzu4w-OR6Gm5m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1495/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/httpfilter/rbac/rbac.go
2025-08-20T21:21:29.9455338Z [00:03:23.212]➜  cp $WORK/b1440/_pkg_.a /root/.cache/go-build/ef/ef1d12ac9bf88bd22b366fe3a1ca62019c3e4ca1d92633c7ef61ea095293d8a7-d # internal
2025-08-20T21:21:29.9488221Z [00:03:23.216]➜  github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3
2025-08-20T21:21:29.9489051Z [00:03:23.216]➜  mkdir -p $WORK/b1428/
2025-08-20T21:21:29.9492322Z [00:03:23.216]➜  cat >/tmp/go-build3547871397/b1428/importcfg << 'EOF' # internal
2025-08-20T21:21:29.9493284Z [00:03:23.216]➜  # import config
2025-08-20T21:21:29.9497523Z [00:03:23.216]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:29.9498597Z [00:03:23.216]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:29.9499465Z [00:03:23.216]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:29.9500507Z [00:03:23.216]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:29.9501887Z [00:03:23.216]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3547871397/b1418/_pkg_.a
2025-08-20T21:21:29.9504127Z [00:03:23.216]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3547871397/b1429/_pkg_.a
2025-08-20T21:21:29.9505878Z [00:03:23.217]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3547871397/b1438/_pkg_.a
2025-08-20T21:21:29.9507577Z [00:03:23.217]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:29.9509468Z [00:03:23.217]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build3547871397/b1440/_pkg_.a
2025-08-20T21:21:29.9511240Z [00:03:23.217]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3=/tmp/go-build3547871397/b1441/_pkg_.a
2025-08-20T21:21:29.9513327Z [00:03:23.217]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/overload/v3=/tmp/go-build3547871397/b1442/_pkg_.a
2025-08-20T21:21:29.9514994Z [00:03:23.217]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build3547871397/b1443/_pkg_.a
2025-08-20T21:21:29.9516774Z [00:03:23.217]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build3547871397/b1446/_pkg_.a
2025-08-20T21:21:29.9518400Z [00:03:23.217]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3547871397/b1420/_pkg_.a
2025-08-20T21:21:29.9519851Z [00:03:23.217]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:29.9521328Z [00:03:23.217]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:29.9522903Z [00:03:23.217]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:29.9525660Z [00:03:23.217]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:29.9527157Z [00:03:23.217]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:29.9528607Z [00:03:23.217]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3547871397/b1387/_pkg_.a
2025-08-20T21:21:29.9530067Z [00:03:23.217]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:29.9531163Z [00:03:23.217]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:29.9532192Z [00:03:23.217]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:29.9533233Z [00:03:23.217]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:29.9534113Z [00:03:23.217]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:29.9535185Z [00:03:23.217]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:29.9536015Z [00:03:23.217]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:29.9536851Z [00:03:23.217]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:29.9537678Z [00:03:23.217]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:29.9538488Z [00:03:23.217]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:29.9539368Z [00:03:23.217]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:29.9540067Z [00:03:23.220]➜  EOF
2025-08-20T21:21:29.9545774Z [00:03:23.220]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1428/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/bootstrap/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/bootstrap/v3;$WORK/b1428=>" -p github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3 -lang=go1.21 -complete -installsuffix shared -buildid 5wFpvdGFH9h9zAYLwVzp/5wFpvdGFH9h9zAYLwVzp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1428/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/bootstrap/v3/bootstrap.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/config/bootstrap/v3/bootstrap.pb.validate.go
2025-08-20T21:21:30.0576471Z [00:03:23.325]➜  go tool buildid -w $WORK/b1495/_pkg_.a # internal
2025-08-20T21:21:30.0580544Z [00:03:23.325]➜  go tool buildid -w $WORK/b1511/_pkg_.a # internal
2025-08-20T21:21:30.0601541Z [00:03:23.327]➜  cp $WORK/b1495/_pkg_.a /root/.cache/go-build/2e/2eeb8b7315822f22ce941fd362f41509d292c71ba1d2da4eb9740ebd97371825-d # internal
2025-08-20T21:21:30.0609154Z [00:03:23.328]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3
2025-08-20T21:21:30.0610104Z [00:03:23.328]➜  mkdir -p $WORK/b1514/
2025-08-20T21:21:30.0611048Z [00:03:23.328]➜  cat >/tmp/go-build3547871397/b1514/importcfg << 'EOF' # internal
2025-08-20T21:21:30.0611724Z [00:03:23.328]➜  # import config
2025-08-20T21:21:30.0612374Z [00:03:23.328]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:30.0613377Z [00:03:23.328]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:30.0614175Z [00:03:23.328]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.0615126Z [00:03:23.328]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:30.0616479Z [00:03:23.328]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3547871397/b1418/_pkg_.a
2025-08-20T21:21:30.0618249Z [00:03:23.328]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build3547871397/b1512/_pkg_.a
2025-08-20T21:21:30.0619846Z [00:03:23.328]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:30.0621252Z [00:03:23.328]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:30.0622531Z [00:03:23.328]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:30.0624165Z [00:03:23.328]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:30.0625530Z [00:03:23.328]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:30.0626609Z [00:03:23.328]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:30.0627588Z [00:03:23.328]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:30.0628427Z [00:03:23.328]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:30.0629245Z [00:03:23.328]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:30.0630204Z [00:03:23.328]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:30.0631017Z [00:03:23.328]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:30.0631817Z [00:03:23.328]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:30.0632570Z [00:03:23.328]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:30.0633548Z [00:03:23.328]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:30.0634362Z [00:03:23.328]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:30.0634963Z [00:03:23.328]➜  EOF
2025-08-20T21:21:30.0641233Z [00:03:23.328]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1514/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/ring_hash/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/ring_hash/v3;$WORK/b1514=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3 -lang=go1.21 -complete -installsuffix shared -buildid Y5iYqoMzW3FjYLMdevhH/Y5iYqoMzW3FjYLMdevhH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1514/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.pb.validate.go
2025-08-20T21:21:30.0651952Z [00:03:23.332]➜  cp $WORK/b1511/_pkg_.a /root/.cache/go-build/7a/7a4d716ff7d9c8d032790c98e5c7076e10c091f10ee9a7b7fbcd3716caab339d-d # internal
2025-08-20T21:21:30.0657398Z [00:03:23.333]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3
2025-08-20T21:21:30.0659558Z [00:03:23.333]➜  mkdir -p $WORK/b1515/
2025-08-20T21:21:30.0660327Z [00:03:23.333]➜  cat >/tmp/go-build3547871397/b1515/importcfg << 'EOF' # internal
2025-08-20T21:21:30.0661185Z [00:03:23.333]➜  # import config
2025-08-20T21:21:30.0661859Z [00:03:23.333]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:30.0662901Z [00:03:23.333]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:30.0663734Z [00:03:23.333]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.0664777Z [00:03:23.333]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:30.0666237Z [00:03:23.333]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3547871397/b1438/_pkg_.a
2025-08-20T21:21:30.0667778Z [00:03:23.333]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:30.0669202Z [00:03:23.333]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:30.0670532Z [00:03:23.333]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:30.0671858Z [00:03:23.333]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:30.0674109Z [00:03:23.333]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:30.0674958Z [00:03:23.333]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:30.0675797Z [00:03:23.333]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:30.0676617Z [00:03:23.333]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:30.0677443Z [00:03:23.333]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:30.0678394Z [00:03:23.333]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:30.0679221Z [00:03:23.333]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:30.0680007Z [00:03:23.333]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:30.0680974Z [00:03:23.333]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:30.0681856Z [00:03:23.333]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:30.0682527Z [00:03:23.333]➜  EOF
2025-08-20T21:21:30.0689351Z [00:03:23.333]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1515/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/wrr_locality/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/wrr_locality/v3;$WORK/b1515=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3 -lang=go1.21 -complete -installsuffix shared -buildid ISi0X03zPeGr6WSymtas/ISi0X03zPeGr6WSymtas -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1515/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.pb.validate.go
2025-08-20T21:21:30.1349446Z [00:03:23.400]➜  go tool buildid -w $WORK/b1462/_pkg_.a # internal
2025-08-20T21:21:30.1371523Z [00:03:23.404]➜  go tool buildid -w $WORK/b1515/_pkg_.a # internal
2025-08-20T21:21:30.1388588Z [00:03:23.406]➜  cp $WORK/b1515/_pkg_.a /root/.cache/go-build/30/301fb72b5e71d6f51deaab93056ed5af76b0ed8319e915c91be0c6c258a5630b-d # internal
2025-08-20T21:21:30.1393426Z [00:03:23.407]➜  github.com/aws/aws-sdk-go/aws
2025-08-20T21:21:30.1395442Z [00:03:23.407]➜  mkdir -p $WORK/b1517/
2025-08-20T21:21:30.1400554Z [00:03:23.407]➜  cat >/tmp/go-build3547871397/b1517/importcfg << 'EOF' # internal
2025-08-20T21:21:30.1402439Z [00:03:23.407]➜  # import config
2025-08-20T21:21:30.1403287Z [00:03:23.407]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:30.1404271Z [00:03:23.407]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:30.1405588Z [00:03:23.407]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3547871397/b1519/_pkg_.a
2025-08-20T21:21:30.1406764Z [00:03:23.407]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3547871397/b1523/_pkg_.a
2025-08-20T21:21:30.1407976Z [00:03:23.407]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3547871397/b1524/_pkg_.a
2025-08-20T21:21:30.1408896Z [00:03:23.407]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:30.1409642Z [00:03:23.407]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:30.1410380Z [00:03:23.407]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:30.1411196Z [00:03:23.407]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:30.1411927Z [00:03:23.407]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:30.1412845Z [00:03:23.407]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:30.1413595Z [00:03:23.407]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:30.1414337Z [00:03:23.407]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:30.1414888Z [00:03:23.407]➜  EOF
2025-08-20T21:21:30.1428932Z [00:03:23.409]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1517/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws=>github.com/aws/aws-sdk-go@v1.44.288/aws;$WORK/b1517=>" -p github.com/aws/aws-sdk-go/aws -lang=go1.11 -complete -installsuffix shared -buildid nq0u0APF3S4LitdSIk1d/nq0u0APF3S4LitdSIk1d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1517/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/context_1_9.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/context_background_1_7.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/context_sleep.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/convert_types.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/jsonvalue.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/logger.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/types.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/url.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/version.go
2025-08-20T21:21:30.1438974Z [00:03:23.409]➜  go tool buildid -w $WORK/b1514/_pkg_.a # internal
2025-08-20T21:21:30.1440647Z [00:03:23.411]➜  cp $WORK/b1514/_pkg_.a /root/.cache/go-build/a9/a95a1aef53b0968bec366d227826c932369e28eb958a5182c1a5c003d44af896-d # internal
2025-08-20T21:21:30.1442189Z [00:03:23.411]➜  google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter
2025-08-20T21:21:30.1443417Z [00:03:23.411]➜  mkdir -p $WORK/b1509/
2025-08-20T21:21:30.1445449Z [00:03:23.411]➜  cat >/tmp/go-build3547871397/b1509/importcfg << 'EOF' # internal
2025-08-20T21:21:30.1446174Z [00:03:23.411]➜  # import config
2025-08-20T21:21:30.1446910Z [00:03:23.411]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:30.1447774Z [00:03:23.411]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.1448753Z [00:03:23.411]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build3547871397/b1460/_pkg_.a
2025-08-20T21:21:30.1449915Z [00:03:23.411]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3547871397/b1432/_pkg_.a
2025-08-20T21:21:30.1451737Z [00:03:23.411]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3=/tmp/go-build3547871397/b1510/_pkg_.a
2025-08-20T21:21:30.1454193Z [00:03:23.411]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3=/tmp/go-build3547871397/b1511/_pkg_.a
2025-08-20T21:21:30.1456435Z [00:03:23.411]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3=/tmp/go-build3547871397/b1513/_pkg_.a
2025-08-20T21:21:30.1458497Z [00:03:23.411]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3=/tmp/go-build3547871397/b1514/_pkg_.a
2025-08-20T21:21:30.1460495Z [00:03:23.411]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3=/tmp/go-build3547871397/b1515/_pkg_.a
2025-08-20T21:21:30.1461998Z [00:03:23.411]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:30.1463511Z [00:03:23.411]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build3547871397/b1470/_pkg_.a
2025-08-20T21:21:30.1464827Z [00:03:23.411]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build3547871397/b977/_pkg_.a
2025-08-20T21:21:30.1476015Z [00:03:23.411]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3547871397/b984/_pkg_.a
2025-08-20T21:21:30.1478976Z [00:03:23.411]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin=/tmp/go-build3547871397/b1479/_pkg_.a
2025-08-20T21:21:30.1481539Z [00:03:23.411]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3547871397/b972/_pkg_.a
2025-08-20T21:21:30.1483139Z [00:03:23.411]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3547871397/b1002/_pkg_.a
2025-08-20T21:21:30.1486594Z [00:03:23.411]➜  packagefile google.golang.org/grpc/xds/internal/balancer/ringhash=/tmp/go-build3547871397/b1506/_pkg_.a
2025-08-20T21:21:30.1491365Z [00:03:23.411]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build3547871397/b1489/_pkg_.a
2025-08-20T21:21:30.1493124Z [00:03:23.411]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build3547871397/b1467/_pkg_.a
2025-08-20T21:21:30.1494689Z [00:03:23.411]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:30.1495996Z [00:03:23.411]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3547871397/b1387/_pkg_.a
2025-08-20T21:21:30.1497109Z [00:03:23.411]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:30.1497706Z [00:03:23.411]➜  EOF
2025-08-20T21:21:30.1502568Z [00:03:23.411]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1509/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdslbregistry/converter=>google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdslbregistry/converter;$WORK/b1509=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter -lang=go1.22 -complete -installsuffix shared -buildid _2VPHqYcB_Sq8NTL9xIK/_2VPHqYcB_Sq8NTL9xIK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1509/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdslbregistry/converter/converter.go
2025-08-20T21:21:30.1507516Z [00:03:23.414]➜  cp $WORK/b1462/_pkg_.a /root/.cache/go-build/37/379f62b18819d1926de628fb56833d248a00f267275f5764b2410705462af060-d # internal
2025-08-20T21:21:30.1508714Z [00:03:23.415]➜  google.golang.org/grpc/xds/internal/xdsclient/xdsresource
2025-08-20T21:21:30.1509394Z [00:03:23.415]➜  mkdir -p $WORK/b1459/
2025-08-20T21:21:30.1510078Z [00:03:23.416]➜  cat >/tmp/go-build3547871397/b1459/importcfg << 'EOF' # internal
2025-08-20T21:21:30.1510701Z [00:03:23.416]➜  # import config
2025-08-20T21:21:30.1511362Z [00:03:23.416]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:30.1512192Z [00:03:23.416]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:30.1524962Z [00:03:23.416]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.1526001Z [00:03:23.416]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build3547871397/b1460/_pkg_.a
2025-08-20T21:21:30.1527416Z [00:03:23.416]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3547871397/b1432/_pkg_.a
2025-08-20T21:21:30.1528793Z [00:03:23.416]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3547871397/b1438/_pkg_.a
2025-08-20T21:21:30.1530338Z [00:03:23.416]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:30.1531865Z [00:03:23.416]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3547871397/b1439/_pkg_.a
2025-08-20T21:21:30.1533628Z [00:03:23.416]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build3547871397/b1440/_pkg_.a
2025-08-20T21:21:30.1535206Z [00:03:23.416]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3547871397/b1430/_pkg_.a
2025-08-20T21:21:30.1536909Z [00:03:23.416]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3=/tmp/go-build3547871397/b1461/_pkg_.a
2025-08-20T21:21:30.1538978Z [00:03:23.416]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build3547871397/b1462/_pkg_.a
2025-08-20T21:21:30.1541004Z [00:03:23.416]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build3547871397/b1446/_pkg_.a
2025-08-20T21:21:30.1542960Z [00:03:23.416]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build3547871397/b1454/_pkg_.a
2025-08-20T21:21:30.1544529Z [00:03:23.416]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3547871397/b1420/_pkg_.a
2025-08-20T21:21:30.1545947Z [00:03:23.416]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:30.1547081Z [00:03:23.416]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:30.1548406Z [00:03:23.416]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3547871397/b972/_pkg_.a
2025-08-20T21:21:30.1549658Z [00:03:23.416]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:30.1550903Z [00:03:23.416]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3547871397/b987/_pkg_.a
2025-08-20T21:21:30.1552124Z [00:03:23.416]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3547871397/b981/_pkg_.a
2025-08-20T21:21:30.1564575Z [00:03:23.416]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3547871397/b1001/_pkg_.a
2025-08-20T21:21:30.1566133Z [00:03:23.416]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3547871397/b1002/_pkg_.a
2025-08-20T21:21:30.1567546Z [00:03:23.416]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3547871397/b1412/_pkg_.a
2025-08-20T21:21:30.1568857Z [00:03:23.416]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build3547871397/b1464/_pkg_.a
2025-08-20T21:21:30.1570170Z [00:03:23.416]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:30.1571325Z [00:03:23.416]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3547871397/b1456/_pkg_.a
2025-08-20T21:21:30.1572947Z [00:03:23.416]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build3547871397/b1465/_pkg_.a
2025-08-20T21:21:30.1574399Z [00:03:23.416]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3547871397/b1466/_pkg_.a
2025-08-20T21:21:30.1575880Z [00:03:23.416]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build3547871397/b1467/_pkg_.a
2025-08-20T21:21:30.1582931Z [00:03:23.416]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version=/tmp/go-build3547871397/b1468/_pkg_.a
2025-08-20T21:21:30.1584437Z [00:03:23.416]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:30.1585732Z [00:03:23.416]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:30.1587103Z [00:03:23.416]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3547871397/b1387/_pkg_.a
2025-08-20T21:21:30.1588190Z [00:03:23.416]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:30.1589010Z [00:03:23.416]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:30.1589823Z [00:03:23.416]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:30.1590617Z [00:03:23.416]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:30.1591584Z [00:03:23.416]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:30.1592410Z [00:03:23.416]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:30.1597525Z [00:03:23.416]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:30.1598397Z [00:03:23.416]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:30.1599252Z [00:03:23.416]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:30.1600105Z [00:03:23.416]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:30.1600702Z [00:03:23.416]➜  EOF
2025-08-20T21:21:30.1619440Z [00:03:23.416]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1459/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource=>google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource;$WORK/b1459=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdsresource -lang=go1.22 -complete -installsuffix shared -buildid VAT5xfLmUNDriheUT3np/VAT5xfLmUNDriheUT3np -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1459/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/cluster_resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/endpoints_resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/errors.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/filter_chain.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/listener_resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/matcher.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/matcher_path.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/name.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/route_config_resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/type.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/type_cds.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/type_eds.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/type_lds.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/type_rds.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/unmarshal_cds.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/unmarshal_eds.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/unmarshal_lds.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/xdsresource/unmarshal_rds.go
2025-08-20T21:21:30.1949878Z [00:03:23.462]➜  go tool buildid -w $WORK/b1509/_pkg_.a # internal
2025-08-20T21:21:30.1960368Z [00:03:23.463]➜  cp $WORK/b1509/_pkg_.a /root/.cache/go-build/73/73dca4e9b951f09f351a0100bd53538094a5320fe475deb412e8e595f9298945-d # internal
2025-08-20T21:21:30.1962594Z [00:03:23.464]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3
2025-08-20T21:21:30.1964650Z [00:03:23.464]➜  mkdir -p $WORK/b1503/
2025-08-20T21:21:30.1984780Z [00:03:23.464]➜  cat >/tmp/go-build3547871397/b1503/importcfg << 'EOF' # internal
2025-08-20T21:21:30.1985537Z [00:03:23.464]➜  # import config
2025-08-20T21:21:30.1986218Z [00:03:23.464]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:30.1987086Z [00:03:23.464]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:30.1987922Z [00:03:23.464]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.1989209Z [00:03:23.464]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:30.1990695Z [00:03:23.464]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3547871397/b1418/_pkg_.a
2025-08-20T21:21:30.1992341Z [00:03:23.464]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3547871397/b1429/_pkg_.a
2025-08-20T21:21:30.1994465Z [00:03:23.464]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build3547871397/b1462/_pkg_.a
2025-08-20T21:21:30.1996306Z [00:03:23.464]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:30.1997760Z [00:03:23.464]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:30.1999172Z [00:03:23.464]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:30.2000566Z [00:03:23.464]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:30.2001977Z [00:03:23.464]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:30.2003771Z [00:03:23.464]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:21:30.2004895Z [00:03:23.464]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:30.2005740Z [00:03:23.464]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:30.2006599Z [00:03:23.464]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:30.2007437Z [00:03:23.464]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:30.2008272Z [00:03:23.464]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:30.2009252Z [00:03:23.464]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:30.2010141Z [00:03:23.464]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:30.2011065Z [00:03:23.464]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:30.2012079Z [00:03:23.464]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:30.2013118Z [00:03:23.464]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:30.2013800Z [00:03:23.464]➜  EOF
2025-08-20T21:21:30.2019825Z [00:03:23.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1503/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/http/router/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/http/router/v3;$WORK/b1503=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3 -lang=go1.21 -complete -installsuffix shared -buildid 7JQWhUkL3BAhLdM2cDza/7JQWhUkL3BAhLdM2cDza -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1503/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/http/router/v3/router.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/extensions/filters/http/router/v3/router.pb.validate.go
2025-08-20T21:21:30.3232797Z [00:03:23.590]➜  go tool buildid -w $WORK/b1517/_pkg_.a # internal
2025-08-20T21:21:30.3306480Z [00:03:23.598]➜  cp $WORK/b1517/_pkg_.a /root/.cache/go-build/3e/3ed907ed89bf1ed5dfc8282b9fbd549d82eed1b0a8f0d68e422a5d699af01fd2-d # internal
2025-08-20T21:21:30.3347922Z [00:03:23.602]➜  github.com/aws/aws-sdk-go/aws/request
2025-08-20T21:21:30.3348664Z [00:03:23.602]➜  mkdir -p $WORK/b1528/
2025-08-20T21:21:30.3357890Z [00:03:23.603]➜  cat >/tmp/go-build3547871397/b1528/importcfg << 'EOF' # internal
2025-08-20T21:21:30.3358647Z [00:03:23.603]➜  # import config
2025-08-20T21:21:30.3359351Z [00:03:23.603]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:30.3360370Z [00:03:23.603]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.3361346Z [00:03:23.603]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:30.3362795Z [00:03:23.603]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:30.3364241Z [00:03:23.603]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3547871397/b1529/_pkg_.a
2025-08-20T21:21:30.3365627Z [00:03:23.603]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3547871397/b1527/_pkg_.a
2025-08-20T21:21:30.3367016Z [00:03:23.603]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3547871397/b1524/_pkg_.a
2025-08-20T21:21:30.3368116Z [00:03:23.603]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:30.3369006Z [00:03:23.603]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:30.3369929Z [00:03:23.603]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:30.3370836Z [00:03:23.603]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:30.3371784Z [00:03:23.603]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:30.3373031Z [00:03:23.603]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:30.3373936Z [00:03:23.603]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:30.3374829Z [00:03:23.603]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:30.3375766Z [00:03:23.603]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:30.3376667Z [00:03:23.603]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:30.3377348Z [00:03:23.603]➜  EOF
2025-08-20T21:21:30.3404603Z [00:03:23.608]➜  go tool buildid -w $WORK/b1503/_pkg_.a # internal
2025-08-20T21:21:30.3414369Z [00:03:23.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1528/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/request=>github.com/aws/aws-sdk-go@v1.44.288/aws/request;$WORK/b1528=>" -p github.com/aws/aws-sdk-go/aws/request -lang=go1.11 -complete -installsuffix shared -buildid IEypVrBW6zkInxGwz8Jb/IEypVrBW6zkInxGwz8Jb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1528/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/request/connection_reset_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/request/handlers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/request/http_request.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/request/offset_reader.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/request/request.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/request/request_1_8.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/request/request_context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/request/request_pagination.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/request/retryer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/request/timeout_read_closer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/request/validation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/request/waiter.go
2025-08-20T21:21:30.3424467Z [00:03:23.610]➜  cp $WORK/b1503/_pkg_.a /root/.cache/go-build/88/888339b3cf907045af19736fb187ec30013d61490b56b55fa42e7f4ab8596c0c-d # internal
2025-08-20T21:21:30.3425667Z [00:03:23.610]➜  google.golang.org/grpc/xds/internal/httpfilter/router
2025-08-20T21:21:30.3426295Z [00:03:23.610]➜  mkdir -p $WORK/b1502/
2025-08-20T21:21:30.3467377Z [00:03:23.612]➜  cat >/tmp/go-build3547871397/b1502/importcfg << 'EOF' # internal
2025-08-20T21:21:30.3471805Z [00:03:23.612]➜  # import config
2025-08-20T21:21:30.3472445Z [00:03:23.612]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.3474038Z [00:03:23.613]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3=/tmp/go-build3547871397/b1503/_pkg_.a
2025-08-20T21:21:30.3475553Z [00:03:23.613]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3547871397/b1001/_pkg_.a
2025-08-20T21:21:30.3476800Z [00:03:23.613]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3547871397/b1466/_pkg_.a
2025-08-20T21:21:30.3478062Z [00:03:23.613]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:30.3479263Z [00:03:23.613]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:30.3480150Z [00:03:23.613]➜  EOF
2025-08-20T21:21:30.3484344Z [00:03:23.613]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1502/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/httpfilter/router=>google.golang.org/grpc@v1.68.1/xds/internal/httpfilter/router;$WORK/b1502=>" -p google.golang.org/grpc/xds/internal/httpfilter/router -lang=go1.22 -complete -installsuffix shared -buildid Qfw4bm3xaeeImXArWvyN/Qfw4bm3xaeeImXArWvyN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1502/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/httpfilter/router/router.go
2025-08-20T21:21:30.4071198Z [00:03:23.674]➜  go tool buildid -w $WORK/b1502/_pkg_.a # internal
2025-08-20T21:21:30.4105864Z [00:03:23.675]➜  cp $WORK/b1502/_pkg_.a /root/.cache/go-build/4d/4d3ae10d47a5270c9f41d8630fbe3616fae8e529c144b175b668cb505d0de455-d # internal
2025-08-20T21:21:30.4113536Z [00:03:23.678]➜  github.com/aws/aws-sdk-go/private/protocol/eventstream
2025-08-20T21:21:30.4114275Z [00:03:23.678]➜  mkdir -p $WORK/b1563/
2025-08-20T21:21:30.4114996Z [00:03:23.678]➜  cat >/tmp/go-build3547871397/b1563/importcfg << 'EOF' # internal
2025-08-20T21:21:30.4115644Z [00:03:23.678]➜  # import config
2025-08-20T21:21:30.4116311Z [00:03:23.678]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:30.4117441Z [00:03:23.678]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:30.4118444Z [00:03:23.678]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:30.4119363Z [00:03:23.678]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:30.4120494Z [00:03:23.678]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:30.4121350Z [00:03:23.678]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.4122308Z [00:03:23.678]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:30.4123504Z [00:03:23.678]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:30.4124365Z [00:03:23.678]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:30.4125202Z [00:03:23.679]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:30.4132956Z [00:03:23.680]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:30.4133862Z [00:03:23.680]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:30.4134466Z [00:03:23.680]➜  EOF
2025-08-20T21:21:30.4142940Z [00:03:23.680]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1563/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/eventstream=>github.com/aws/aws-sdk-go@v1.44.288/private/protocol/eventstream;$WORK/b1563=>" -p github.com/aws/aws-sdk-go/private/protocol/eventstream -lang=go1.11 -complete -installsuffix shared -buildid 17ighT8oVn6Jm0CKevzJ/17ighT8oVn6Jm0CKevzJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1563/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/eventstream/debug.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/eventstream/decode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/eventstream/encode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/eventstream/error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/eventstream/header.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/eventstream/header_value.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/eventstream/message.go
2025-08-20T21:21:30.6259939Z [00:03:23.893]➜  go tool buildid -w $WORK/b1563/_pkg_.a # internal
2025-08-20T21:21:30.6293441Z [00:03:23.896]➜  cp $WORK/b1563/_pkg_.a /root/.cache/go-build/f4/f48cf6b2b4dbff50c7ff8b47a7c008e45f9440976f87c9b369a5dbde58e35e51-d # internal
2025-08-20T21:21:30.6298904Z [00:03:23.897]➜  github.com/anchore/go-macholibre
2025-08-20T21:21:30.6299529Z [00:03:23.897]➜  mkdir -p $WORK/b1577/
2025-08-20T21:21:30.6325188Z [00:03:23.897]➜  cat >/tmp/go-build3547871397/b1577/importcfg << 'EOF' # internal
2025-08-20T21:21:30.6325922Z [00:03:23.897]➜  # import config
2025-08-20T21:21:30.6326640Z [00:03:23.897]➜  packagefile debug/macho=/tmp/go-build3547871397/b868/_pkg_.a
2025-08-20T21:21:30.6327604Z [00:03:23.898]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:30.6328455Z [00:03:23.898]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.6329432Z [00:03:23.900]➜  packagefile github.com/go-restruct/restruct=/tmp/go-build3547871397/b1578/_pkg_.a
2025-08-20T21:21:30.6331594Z [00:03:23.900]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:30.6333156Z [00:03:23.900]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:30.6334183Z [00:03:23.900]➜  EOF
2025-08-20T21:21:30.6339055Z [00:03:23.900]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1577/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/go-macholibre@v0.0.0-20220308212642-53e6d0aaf6fb=>github.com/anchore/go-macholibre@v0.0.0-20220308212642-53e6d0aaf6fb;$WORK/b1577=>" -p github.com/anchore/go-macholibre -lang=go1.17 -complete -installsuffix shared -buildid uru7NDloN0Fn8t80e04n/uru7NDloN0Fn8t80e04n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1577/importcfg -pack /root/go/pkg/mod/github.com/anchore/go-macholibre@v0.0.0-20220308212642-53e6d0aaf6fb/universal_binary.go
2025-08-20T21:21:30.6739074Z [00:03:23.941]➜  go tool buildid -w $WORK/b1577/_pkg_.a # internal
2025-08-20T21:21:30.6751238Z [00:03:23.942]➜  cp $WORK/b1577/_pkg_.a /root/.cache/go-build/e4/e4dadc360b8f6605910061eafd2049d8e6a2633029ad74c1e5ad53a01c7f6654-d # internal
2025-08-20T21:21:30.6760972Z [00:03:23.942]➜  github.com/anchore/syft/syft/internal/unionreader
2025-08-20T21:21:30.6761695Z [00:03:23.943]➜  mkdir -p $WORK/b1576/
2025-08-20T21:21:30.6762444Z [00:03:23.943]➜  cat >/tmp/go-build3547871397/b1576/importcfg << 'EOF' # internal
2025-08-20T21:21:30.6763286Z [00:03:23.943]➜  # import config
2025-08-20T21:21:30.6763950Z [00:03:23.943]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:30.6764785Z [00:03:23.943]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.6765881Z [00:03:23.943]➜  packagefile github.com/anchore/go-macholibre=/tmp/go-build3547871397/b1577/_pkg_.a
2025-08-20T21:21:30.6767123Z [00:03:23.943]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:30.6768329Z [00:03:23.943]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:30.6769649Z [00:03:23.943]➜  packagefile github.com/diskfs/go-diskfs/filesystem/squashfs=/tmp/go-build3547871397/b1580/_pkg_.a
2025-08-20T21:21:30.6770707Z [00:03:23.943]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:30.6771499Z [00:03:23.943]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:30.6772080Z [00:03:23.943]➜  EOF
2025-08-20T21:21:30.6776457Z [00:03:23.943]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1576/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/unionreader=>github.com/anchore/syft@v1.28.0/syft/internal/unionreader;$WORK/b1576=>" -p github.com/anchore/syft/syft/internal/unionreader -lang=go1.24 -complete -installsuffix shared -buildid m-DhszU_0E-7a9kCBWY_/m-DhszU_0E-7a9kCBWY_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1576/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/unionreader/union_reader.go
2025-08-20T21:21:30.6905685Z [00:03:23.958]➜  go tool buildid -w $WORK/b1528/_pkg_.a # internal
2025-08-20T21:21:30.6948038Z [00:03:23.962]➜  cp $WORK/b1528/_pkg_.a /root/.cache/go-build/ba/ba4f0594dfdb73ba291c51688169f4ed18aea58d4136b02b886dde9bbff1aa7d-d # internal
2025-08-20T21:21:30.6959022Z [00:03:23.963]➜  github.com/aws/aws-sdk-go/aws/client
2025-08-20T21:21:30.6960185Z [00:03:23.963]➜  mkdir -p $WORK/b1526/
2025-08-20T21:21:30.6961216Z [00:03:23.963]➜  cat >/tmp/go-build3547871397/b1526/importcfg << 'EOF' # internal
2025-08-20T21:21:30.6961815Z [00:03:23.963]➜  # import config
2025-08-20T21:21:30.6962429Z [00:03:23.963]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:30.6963416Z [00:03:23.963]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.6964389Z [00:03:23.963]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:30.6965592Z [00:03:23.963]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3547871397/b1527/_pkg_.a
2025-08-20T21:21:30.6966860Z [00:03:23.963]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:30.6968045Z [00:03:23.963]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkrand=/tmp/go-build3547871397/b1531/_pkg_.a
2025-08-20T21:21:30.6968993Z [00:03:23.963]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:30.6969784Z [00:03:23.963]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:30.6970568Z [00:03:23.963]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:30.6971403Z [00:03:23.963]➜  packagefile net/http/httputil=/tmp/go-build3547871397/b563/_pkg_.a
2025-08-20T21:21:30.6972448Z [00:03:23.963]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:30.6973493Z [00:03:23.963]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:30.6974104Z [00:03:23.963]➜  EOF
2025-08-20T21:21:30.6979401Z [00:03:23.963]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1526/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/client=>github.com/aws/aws-sdk-go@v1.44.288/aws/client;$WORK/b1526=>" -p github.com/aws/aws-sdk-go/aws/client -lang=go1.11 -complete -installsuffix shared -buildid rspZJw-sOytNXWkx5by_/rspZJw-sOytNXWkx5by_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1526/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/client/client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/client/default_retryer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/client/logger.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/client/no_op_retryer.go
2025-08-20T21:21:30.7273066Z [00:03:23.994]➜  go tool buildid -w $WORK/b1576/_pkg_.a # internal
2025-08-20T21:21:30.7310658Z [00:03:23.996]➜  cp $WORK/b1576/_pkg_.a /root/.cache/go-build/35/3559e00e2350fcc150c74444cfa81cb96445e5308441bee57c65ed66889fafd0-d # internal
2025-08-20T21:21:30.7313197Z [00:03:23.996]➜  github.com/aws/aws-sdk-go/aws/corehandlers
2025-08-20T21:21:30.7313789Z [00:03:23.996]➜  mkdir -p $WORK/b1533/
2025-08-20T21:21:30.7314518Z [00:03:23.997]➜  cat >/tmp/go-build3547871397/b1533/importcfg << 'EOF' # internal
2025-08-20T21:21:30.7315155Z [00:03:23.997]➜  # import config
2025-08-20T21:21:30.7315759Z [00:03:23.997]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:30.7316500Z [00:03:23.997]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.7317393Z [00:03:23.997]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:30.7318459Z [00:03:23.997]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:30.7319815Z [00:03:23.997]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3547871397/b1519/_pkg_.a
2025-08-20T21:21:30.7321006Z [00:03:23.997]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:30.7322073Z [00:03:23.997]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:30.7323011Z [00:03:23.997]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:30.7323790Z [00:03:23.997]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:30.7324521Z [00:03:23.997]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:30.7325254Z [00:03:23.997]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:30.7326019Z [00:03:23.997]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:30.7326781Z [00:03:23.997]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:30.7327542Z [00:03:23.997]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:30.7328090Z [00:03:23.997]➜  EOF
2025-08-20T21:21:30.7336073Z [00:03:23.997]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1533/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/corehandlers=>github.com/aws/aws-sdk-go@v1.44.288/aws/corehandlers;$WORK/b1533=>" -p github.com/aws/aws-sdk-go/aws/corehandlers -lang=go1.11 -complete -installsuffix shared -buildid v63exqNLYNpmXLypCpYy/v63exqNLYNpmXLypCpYy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1533/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/corehandlers/handlers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/corehandlers/param_validator.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/corehandlers/user_agent.go
2025-08-20T21:21:30.7901736Z [00:03:24.057]➜  go tool buildid -w $WORK/b1526/_pkg_.a # internal
2025-08-20T21:21:30.7925239Z [00:03:24.060]➜  cp $WORK/b1526/_pkg_.a /root/.cache/go-build/5c/5cbd2f482801a41591dec39b125dbbfed1082175877e653a55c5c48599c122cf-d # internal
2025-08-20T21:21:30.7934118Z [00:03:24.061]➜  github.com/aws/aws-sdk-go/private/protocol
2025-08-20T21:21:30.7938670Z [00:03:24.061]➜  mkdir -p $WORK/b1542/
2025-08-20T21:21:30.7949658Z [00:03:24.062]➜  cat >/tmp/go-build3547871397/b1542/importcfg << 'EOF' # internal
2025-08-20T21:21:30.7967479Z [00:03:24.062]➜  # import config
2025-08-20T21:21:30.7968108Z [00:03:24.062]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:30.7968887Z [00:03:24.062]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:30.7969749Z [00:03:24.062]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:30.7970648Z [00:03:24.062]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:30.7973650Z [00:03:24.062]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.7974718Z [00:03:24.062]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:30.7975839Z [00:03:24.062]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:30.7976988Z [00:03:24.062]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3547871397/b1527/_pkg_.a
2025-08-20T21:21:30.7978183Z [00:03:24.062]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:30.7979304Z [00:03:24.062]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkmath=/tmp/go-build3547871397/b1543/_pkg_.a
2025-08-20T21:21:30.7980299Z [00:03:24.062]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:30.7981082Z [00:03:24.062]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:30.7981831Z [00:03:24.062]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:30.7982567Z [00:03:24.062]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:30.7983749Z [00:03:24.062]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:30.7984611Z [00:03:24.062]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:30.7985495Z [00:03:24.062]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:30.7986580Z [00:03:24.062]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:30.7987408Z [00:03:24.062]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:30.7988004Z [00:03:24.062]➜  EOF
2025-08-20T21:21:30.7988560Z [00:03:24.065]➜  go tool buildid -w $WORK/b1533/_pkg_.a # internal
2025-08-20T21:21:30.7993543Z [00:03:24.066]➜  cp $WORK/b1533/_pkg_.a /root/.cache/go-build/81/81588237f4ec7498db1a666594ddf5961d83461246f1966e97b2dd4d0fb9a262-d # internal
2025-08-20T21:21:30.7994708Z [00:03:24.066]➜  github.com/aws/aws-sdk-go/aws/ec2metadata
2025-08-20T21:21:30.7995322Z [00:03:24.067]➜  mkdir -p $WORK/b1532/
2025-08-20T21:21:30.8000775Z [00:03:24.067]➜  cat >/tmp/go-build3547871397/b1532/importcfg << 'EOF' # internal
2025-08-20T21:21:30.8002496Z [00:03:24.067]➜  # import config
2025-08-20T21:21:30.8003384Z [00:03:24.067]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:30.8004559Z [00:03:24.067]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:30.8005657Z [00:03:24.067]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.8006583Z [00:03:24.067]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:30.8007676Z [00:03:24.067]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:30.8008836Z [00:03:24.067]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3547871397/b1526/_pkg_.a
2025-08-20T21:21:30.8023233Z [00:03:24.067]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3547871397/b1527/_pkg_.a
2025-08-20T21:21:30.8024704Z [00:03:24.067]➜  packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build3547871397/b1533/_pkg_.a
2025-08-20T21:21:30.8025989Z [00:03:24.067]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3547871397/b1519/_pkg_.a
2025-08-20T21:21:30.8027182Z [00:03:24.067]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:30.8028503Z [00:03:24.067]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkuri=/tmp/go-build3547871397/b1534/_pkg_.a
2025-08-20T21:21:30.8029466Z [00:03:24.067]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:30.8030213Z [00:03:24.067]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:30.8030979Z [00:03:24.067]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:30.8031712Z [00:03:24.067]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:30.8032446Z [00:03:24.067]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:30.8033427Z [00:03:24.067]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:30.8034227Z [00:03:24.067]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:30.8034981Z [00:03:24.067]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:30.8035578Z [00:03:24.067]➜  EOF
2025-08-20T21:21:30.8043945Z [00:03:24.067]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1542/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol=>github.com/aws/aws-sdk-go@v1.44.288/private/protocol;$WORK/b1542=>" -p github.com/aws/aws-sdk-go/private/protocol -lang=go1.11 -complete -installsuffix shared -buildid V4J8r16UsGpsefavHZ65/V4J8r16UsGpsefavHZ65 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1542/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/host_prefix.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/idempotency.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/jsonvalue.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/payload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/protocol.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/timestamp.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/unmarshal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/unmarshal_error.go
2025-08-20T21:21:30.8055960Z [00:03:24.068]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1532/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/ec2metadata=>github.com/aws/aws-sdk-go@v1.44.288/aws/ec2metadata;$WORK/b1532=>" -p github.com/aws/aws-sdk-go/aws/ec2metadata -lang=go1.11 -complete -installsuffix shared -buildid Vntt2RIXvSYW8F9uUDaq/Vntt2RIXvSYW8F9uUDaq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1532/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/ec2metadata/api.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/ec2metadata/service.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/ec2metadata/token_provider.go
2025-08-20T21:21:30.8060091Z [00:03:24.068]➜  go tool buildid -w $WORK/b1428/_pkg_.a # internal
2025-08-20T21:21:30.8103655Z [00:03:24.077]➜  go tool buildid -w $WORK/b1459/_pkg_.a # internal
2025-08-20T21:21:30.8165926Z [00:03:24.084]➜  cp $WORK/b1428/_pkg_.a /root/.cache/go-build/12/12a1c427c4d547ffa7aba12da209a6e2fc890967c0a6a88bfd19cc047ad041fe-d # internal
2025-08-20T21:21:30.8176962Z [00:03:24.085]➜  cp $WORK/b1459/_pkg_.a /root/.cache/go-build/6b/6b5badbc0a479c4003ec0d4341cf11ba0651e76bf89a65959afe8a48f85b8f6d-d # internal
2025-08-20T21:21:30.8179745Z [00:03:24.085]➜  google.golang.org/grpc/xds/internal/xdsclient/transport
2025-08-20T21:21:30.8180986Z [00:03:24.085]➜  mkdir -p $WORK/b1453/
2025-08-20T21:21:30.8182551Z [00:03:24.086]➜  github.com/envoyproxy/go-control-plane/envoy/admin/v3
2025-08-20T21:21:30.8183451Z [00:03:24.086]➜  mkdir -p $WORK/b1427/
2025-08-20T21:21:30.8191554Z [00:03:24.086]➜  cat >/tmp/go-build3547871397/b1453/importcfg << 'EOF' # internal
2025-08-20T21:21:30.8192944Z [00:03:24.086]➜  # import config
2025-08-20T21:21:30.8195135Z [00:03:24.086]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:30.8196010Z [00:03:24.086]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:30.8196839Z [00:03:24.086]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.8198061Z [00:03:24.086]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:30.8199674Z [00:03:24.086]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3547871397/b1439/_pkg_.a
2025-08-20T21:21:30.8201273Z [00:03:24.086]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build3547871397/b1454/_pkg_.a
2025-08-20T21:21:30.8203146Z [00:03:24.086]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3=/tmp/go-build3547871397/b1455/_pkg_.a
2025-08-20T21:21:30.8204712Z [00:03:24.086]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3547871397/b952/_pkg_.a
2025-08-20T21:21:30.8205951Z [00:03:24.086]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:30.8207011Z [00:03:24.086]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:30.8208171Z [00:03:24.086]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:30.8209402Z [00:03:24.086]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3547871397/b990/_pkg_.a
2025-08-20T21:21:30.8210622Z [00:03:24.086]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3547871397/b998/_pkg_.a
2025-08-20T21:21:30.8212070Z [00:03:24.086]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:30.8219639Z [00:03:24.086]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3547871397/b997/_pkg_.a
2025-08-20T21:21:30.8221114Z [00:03:24.086]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3547871397/b981/_pkg_.a
2025-08-20T21:21:30.8222465Z [00:03:24.086]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3547871397/b1412/_pkg_.a
2025-08-20T21:21:30.8223981Z [00:03:24.086]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3547871397/b1010/_pkg_.a
2025-08-20T21:21:30.8225162Z [00:03:24.086]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3547871397/b1456/_pkg_.a
2025-08-20T21:21:30.8226544Z [00:03:24.086]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/internal=/tmp/go-build3547871397/b1457/_pkg_.a
2025-08-20T21:21:30.8228030Z [00:03:24.086]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build3547871397/b1452/_pkg_.a
2025-08-20T21:21:30.8229628Z [00:03:24.086]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/internal=/tmp/go-build3547871397/b1458/_pkg_.a
2025-08-20T21:21:30.8231203Z [00:03:24.086]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3547871397/b1459/_pkg_.a
2025-08-20T21:21:30.8232555Z [00:03:24.086]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:30.8234036Z [00:03:24.086]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:30.8235441Z [00:03:24.086]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:30.8236533Z [00:03:24.086]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:30.8237343Z [00:03:24.086]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:30.8238396Z [00:03:24.086]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:30.8239307Z [00:03:24.086]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:30.8239931Z [00:03:24.086]➜  EOF
2025-08-20T21:21:30.8240607Z [00:03:24.087]➜  cat >/tmp/go-build3547871397/b1427/importcfg << 'EOF' # internal
2025-08-20T21:21:30.8241440Z [00:03:24.087]➜  # import config
2025-08-20T21:21:30.8242093Z [00:03:24.087]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:30.8263239Z [00:03:24.087]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:30.8264158Z [00:03:24.087]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.8265262Z [00:03:24.087]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:30.8266789Z [00:03:24.087]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3=/tmp/go-build3547871397/b1428/_pkg_.a
2025-08-20T21:21:30.8268501Z [00:03:24.087]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3547871397/b1438/_pkg_.a
2025-08-20T21:21:30.8270135Z [00:03:24.087]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:30.8271732Z [00:03:24.087]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/tap/v3=/tmp/go-build3547871397/b1447/_pkg_.a
2025-08-20T21:21:30.8273452Z [00:03:24.087]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3547871397/b1420/_pkg_.a
2025-08-20T21:21:30.8274953Z [00:03:24.087]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:21:30.8276433Z [00:03:24.087]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:30.8277814Z [00:03:24.087]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:30.8279252Z [00:03:24.087]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:30.8280611Z [00:03:24.087]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:30.8282133Z [00:03:24.087]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:30.8283439Z [00:03:24.087]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:30.8284269Z [00:03:24.087]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:30.8285130Z [00:03:24.087]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:30.8285974Z [00:03:24.087]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:30.8286851Z [00:03:24.087]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:30.8287706Z [00:03:24.087]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:30.8288589Z [00:03:24.087]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:30.8289450Z [00:03:24.087]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:30.8290286Z [00:03:24.087]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:30.8291207Z [00:03:24.087]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:30.8291890Z [00:03:24.087]➜  EOF
2025-08-20T21:21:30.8311491Z [00:03:24.087]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1427/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3;$WORK/b1427=>" -p github.com/envoyproxy/go-control-plane/envoy/admin/v3 -lang=go1.21 -complete -installsuffix shared -buildid AKPx8YoL1xcMzt5vJuVE/AKPx8YoL1xcMzt5vJuVE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1427/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/certs.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/certs.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/clusters.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/clusters.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/config_dump.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/config_dump.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/config_dump_shared.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/config_dump_shared.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/init_dump.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/init_dump.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/listeners.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/listeners.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/memory.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/memory.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/metrics.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/metrics.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/mutex_stats.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/mutex_stats.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/server_info.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/server_info.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/tap.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/admin/v3/tap.pb.validate.go
2025-08-20T21:21:30.8333366Z [00:03:24.087]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1453/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/transport=>google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/transport;$WORK/b1453=>" -p google.golang.org/grpc/xds/internal/xdsclient/transport -lang=go1.22 -complete -installsuffix shared -buildid Uh2zFazZcWy643VaVrUx/Uh2zFazZcWy643VaVrUx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1453/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/transport/loadreport.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/transport/transport.go
2025-08-20T21:21:30.9075628Z [00:03:24.175]➜  go tool buildid -w $WORK/b1542/_pkg_.a # internal
2025-08-20T21:21:30.9095086Z [00:03:24.177]➜  cp $WORK/b1542/_pkg_.a /root/.cache/go-build/a2/a26df7ca9e3c4a607718ea7e94a112684212f3b280719e0660f53425b9cbb44f-d # internal
2025-08-20T21:21:30.9101784Z [00:03:24.177]➜  google.golang.org/grpc/xds/internal/server
2025-08-20T21:21:30.9102482Z [00:03:24.177]➜  mkdir -p $WORK/b1508/
2025-08-20T21:21:30.9107396Z [00:03:24.178]➜  cat >/tmp/go-build3547871397/b1508/importcfg << 'EOF' # internal
2025-08-20T21:21:30.9108127Z [00:03:24.178]➜  # import config
2025-08-20T21:21:30.9111725Z [00:03:24.178]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.9116956Z [00:03:24.178]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3547871397/b965/_pkg_.a
2025-08-20T21:21:30.9121679Z [00:03:24.178]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:30.9125513Z [00:03:24.178]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3547871397/b1421/_pkg_.a
2025-08-20T21:21:30.9131570Z [00:03:24.178]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:30.9133133Z [00:03:24.178]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3547871397/b990/_pkg_.a
2025-08-20T21:21:30.9134500Z [00:03:24.178]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build3547871397/b1477/_pkg_.a
2025-08-20T21:21:30.9136038Z [00:03:24.178]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:30.9137261Z [00:03:24.178]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3547871397/b997/_pkg_.a
2025-08-20T21:21:30.9138549Z [00:03:24.178]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3547871397/b1008/_pkg_.a
2025-08-20T21:21:30.9139868Z [00:03:24.178]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3547871397/b1412/_pkg_.a
2025-08-20T21:21:30.9141333Z [00:03:24.178]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3547871397/b1459/_pkg_.a
2025-08-20T21:21:30.9142513Z [00:03:24.178]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:30.9143541Z [00:03:24.178]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:30.9144396Z [00:03:24.178]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:30.9145257Z [00:03:24.178]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:30.9145875Z [00:03:24.178]➜  EOF
2025-08-20T21:21:30.9150998Z [00:03:24.178]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1508/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/server=>google.golang.org/grpc@v1.68.1/xds/internal/server;$WORK/b1508=>" -p google.golang.org/grpc/xds/internal/server -lang=go1.22 -complete -installsuffix shared -buildid Gudor44v_amhywokpKZw/Gudor44v_amhywokpKZw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1508/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/server/conn_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/server/listener_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/server/rds_handler.go
2025-08-20T21:21:30.9276606Z [00:03:24.195]➜  go tool buildid -w $WORK/b1532/_pkg_.a # internal
2025-08-20T21:21:30.9312973Z [00:03:24.197]➜  cp $WORK/b1532/_pkg_.a /root/.cache/go-build/a1/a1f6328dc7144ffe54e29df17f77c7a4955af3cd4792e971d32a53557dfb4054-d # internal
2025-08-20T21:21:30.9345342Z [00:03:24.202]➜  github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds
2025-08-20T21:21:30.9346045Z [00:03:24.202]➜  mkdir -p $WORK/b1525/
2025-08-20T21:21:30.9346779Z [00:03:24.202]➜  cat >/tmp/go-build3547871397/b1525/importcfg << 'EOF' # internal
2025-08-20T21:21:30.9347464Z [00:03:24.202]➜  # import config
2025-08-20T21:21:30.9348083Z [00:03:24.202]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:30.9348951Z [00:03:24.202]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:30.9349947Z [00:03:24.202]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.9350947Z [00:03:24.202]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:30.9352112Z [00:03:24.202]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:30.9353506Z [00:03:24.202]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3547871397/b1526/_pkg_.a
2025-08-20T21:21:30.9354695Z [00:03:24.202]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3547871397/b1519/_pkg_.a
2025-08-20T21:21:30.9356085Z [00:03:24.202]➜  packagefile github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build3547871397/b1532/_pkg_.a
2025-08-20T21:21:30.9357335Z [00:03:24.202]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:30.9358526Z [00:03:24.202]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkuri=/tmp/go-build3547871397/b1534/_pkg_.a
2025-08-20T21:21:30.9359574Z [00:03:24.202]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:30.9360605Z [00:03:24.202]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:30.9361286Z [00:03:24.202]➜  EOF
2025-08-20T21:21:30.9365854Z [00:03:24.202]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1525/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/ec2rolecreds=>github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/ec2rolecreds;$WORK/b1525=>" -p github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds -lang=go1.11 -complete -installsuffix shared -buildid Dj-QS8TgP8fldHeRj4aV/Dj-QS8TgP8fldHeRj4aV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1525/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/ec2rolecreds/ec2_role_provider.go
2025-08-20T21:21:30.9921378Z [00:03:24.259]➜  go tool buildid -w $WORK/b1525/_pkg_.a # internal
2025-08-20T21:21:30.9922895Z [00:03:24.259]➜  cp $WORK/b1525/_pkg_.a /root/.cache/go-build/29/29c3ecc69f153a9d229171e9b40ed1c039e4d8c06796f6b79618eab5dbe76f36-d # internal
2025-08-20T21:21:30.9924135Z [00:03:24.259]➜  github.com/aws/aws-sdk-go/private/protocol/rest
2025-08-20T21:21:30.9924805Z [00:03:24.259]➜  mkdir -p $WORK/b1541/
2025-08-20T21:21:30.9925559Z [00:03:24.259]➜  cat >/tmp/go-build3547871397/b1541/importcfg << 'EOF' # internal
2025-08-20T21:21:30.9926279Z [00:03:24.259]➜  # import config
2025-08-20T21:21:30.9926923Z [00:03:24.259]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:30.9927810Z [00:03:24.259]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:30.9928688Z [00:03:24.259]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:30.9929671Z [00:03:24.259]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:30.9930876Z [00:03:24.259]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:30.9932327Z [00:03:24.259]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:30.9933913Z [00:03:24.259]➜  packagefile github.com/aws/aws-sdk-go/internal/strings=/tmp/go-build3547871397/b1540/_pkg_.a
2025-08-20T21:21:30.9935215Z [00:03:24.259]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3547871397/b1542/_pkg_.a
2025-08-20T21:21:30.9936443Z [00:03:24.259]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:30.9937290Z [00:03:24.259]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:30.9938121Z [00:03:24.259]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:30.9938954Z [00:03:24.259]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:30.9939796Z [00:03:24.259]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:30.9940585Z [00:03:24.259]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:30.9941388Z [00:03:24.259]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:30.9942265Z [00:03:24.259]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:30.9951414Z [00:03:24.259]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:30.9952345Z [00:03:24.259]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:30.9953246Z [00:03:24.259]➜  EOF
2025-08-20T21:21:30.9958688Z [00:03:24.259]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1541/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/rest=>github.com/aws/aws-sdk-go@v1.44.288/private/protocol/rest;$WORK/b1541=>" -p github.com/aws/aws-sdk-go/private/protocol/rest -lang=go1.11 -complete -installsuffix shared -buildid wuFrnewGXnvR6oSZP8Gt/wuFrnewGXnvR6oSZP8Gt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1541/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/rest/build.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/rest/payload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/rest/unmarshal.go
2025-08-20T21:21:31.0608628Z [00:03:24.328]➜  go tool buildid -w $WORK/b1453/_pkg_.a # internal
2025-08-20T21:21:31.0738882Z [00:03:24.341]➜  go tool buildid -w $WORK/b1508/_pkg_.a # internal
2025-08-20T21:21:31.0772979Z [00:03:24.344]➜  cp $WORK/b1508/_pkg_.a /root/.cache/go-build/cc/cc0461c2c427c198a5eb40e7fc3406f98c422413e3faa4fc11cdbaa84f61ae66-d # internal
2025-08-20T21:21:31.0774882Z [00:03:24.345]➜  github.com/aws/aws-sdk-go/private/protocol/json/jsonutil
2025-08-20T21:21:31.0776233Z [00:03:24.345]➜  mkdir -p $WORK/b1545/
2025-08-20T21:21:31.0780491Z [00:03:24.345]➜  cp $WORK/b1453/_pkg_.a /root/.cache/go-build/c7/c70abf11d523563cb05c63ab43b89c1ba893561ba61338867a596fcbe637d578-d # internal
2025-08-20T21:21:31.0781899Z [00:03:24.345]➜  github.com/aws/aws-sdk-go/private/protocol/query/queryutil
2025-08-20T21:21:31.0782827Z [00:03:24.345]➜  mkdir -p $WORK/b1551/
2025-08-20T21:21:31.0784356Z [00:03:24.346]➜  cat >/tmp/go-build3547871397/b1545/importcfg << 'EOF' # internal
2025-08-20T21:21:31.0785782Z [00:03:24.346]➜  # import config
2025-08-20T21:21:31.0786784Z [00:03:24.346]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:31.0787784Z [00:03:24.346]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:31.0788802Z [00:03:24.346]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:31.0789781Z [00:03:24.346]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.0790763Z [00:03:24.346]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:31.0791954Z [00:03:24.346]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:31.0793494Z [00:03:24.346]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3547871397/b1542/_pkg_.a
2025-08-20T21:21:31.0796769Z [00:03:24.346]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:31.0797796Z [00:03:24.346]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:31.0798685Z [00:03:24.346]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:31.0799708Z [00:03:24.346]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:31.0800532Z [00:03:24.346]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:31.0801339Z [00:03:24.346]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:31.0802164Z [00:03:24.346]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:31.0803164Z [00:03:24.346]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:31.0803737Z [00:03:24.346]➜  EOF
2025-08-20T21:21:31.0808603Z [00:03:24.346]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1545/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/json/jsonutil=>github.com/aws/aws-sdk-go@v1.44.288/private/protocol/json/jsonutil;$WORK/b1545=>" -p github.com/aws/aws-sdk-go/private/protocol/json/jsonutil -lang=go1.11 -complete -installsuffix shared -buildid MJ_pRU6lxIEDPDd5nRBi/MJ_pRU6lxIEDPDd5nRBi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1545/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/json/jsonutil/build.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/json/jsonutil/unmarshal.go
2025-08-20T21:21:31.0825786Z [00:03:24.346]➜  cat >/tmp/go-build3547871397/b1551/importcfg << 'EOF' # internal
2025-08-20T21:21:31.0826502Z [00:03:24.346]➜  # import config
2025-08-20T21:21:31.0827237Z [00:03:24.346]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:31.0828129Z [00:03:24.346]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.0829231Z [00:03:24.346]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3547871397/b1542/_pkg_.a
2025-08-20T21:21:31.0830338Z [00:03:24.346]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:31.0831158Z [00:03:24.346]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:31.0831982Z [00:03:24.346]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:31.0833227Z [00:03:24.346]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:31.0834052Z [00:03:24.346]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:31.0834912Z [00:03:24.346]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:31.0835723Z [00:03:24.346]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:31.0836325Z [00:03:24.346]➜  EOF
2025-08-20T21:21:31.0840860Z [00:03:24.346]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1551/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/query/queryutil=>github.com/aws/aws-sdk-go@v1.44.288/private/protocol/query/queryutil;$WORK/b1551=>" -p github.com/aws/aws-sdk-go/private/protocol/query/queryutil -lang=go1.11 -complete -installsuffix shared -buildid 1nUeH7dzxv7r8J2u-ojS/1nUeH7dzxv7r8J2u-ojS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1551/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/query/queryutil/queryutil.go
2025-08-20T21:21:31.1453468Z [00:03:24.413]➜  go tool buildid -w $WORK/b1541/_pkg_.a # internal
2025-08-20T21:21:31.1501792Z [00:03:24.417]➜  cp $WORK/b1541/_pkg_.a /root/.cache/go-build/60/60e0ffed5705831888c0a845454c0719e822070cf0dd0f73f552ea301c3056fa-d # internal
2025-08-20T21:21:31.1512948Z [00:03:24.419]➜  github.com/aws/aws-sdk-go/aws/signer/v4
2025-08-20T21:21:31.1514893Z [00:03:24.419]➜  mkdir -p $WORK/b1539/
2025-08-20T21:21:31.1522221Z [00:03:24.419]➜  cat >/tmp/go-build3547871397/b1539/importcfg << 'EOF' # internal
2025-08-20T21:21:31.1524698Z [00:03:24.419]➜  # import config
2025-08-20T21:21:31.1525468Z [00:03:24.419]➜  packagefile crypto/hmac=/tmp/go-build3547871397/b205/_pkg_.a
2025-08-20T21:21:31.1526769Z [00:03:24.419]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:31.1527746Z [00:03:24.419]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:31.1528748Z [00:03:24.419]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.1529718Z [00:03:24.419]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:31.1530915Z [00:03:24.419]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3547871397/b1519/_pkg_.a
2025-08-20T21:21:31.1533927Z [00:03:24.419]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.1535215Z [00:03:24.419]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3547871397/b1524/_pkg_.a
2025-08-20T21:21:31.1536486Z [00:03:24.419]➜  packagefile github.com/aws/aws-sdk-go/internal/strings=/tmp/go-build3547871397/b1540/_pkg_.a
2025-08-20T21:21:31.1537969Z [00:03:24.419]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3547871397/b1541/_pkg_.a
2025-08-20T21:21:31.1539034Z [00:03:24.419]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:31.1539872Z [00:03:24.419]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:31.1540722Z [00:03:24.419]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:31.1541543Z [00:03:24.420]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:31.1542344Z [00:03:24.420]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:31.1543335Z [00:03:24.420]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:31.1544076Z [00:03:24.420]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:31.1544726Z [00:03:24.420]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:31.1545312Z [00:03:24.420]➜  EOF
2025-08-20T21:21:31.1551766Z [00:03:24.421]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1539/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/signer/v4=>github.com/aws/aws-sdk-go@v1.44.288/aws/signer/v4;$WORK/b1539=>" -p github.com/aws/aws-sdk-go/aws/signer/v4 -lang=go1.11 -complete -installsuffix shared -buildid WUt4wmvIkK41BTbzRr2e/WUt4wmvIkK41BTbzRr2e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1539/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/signer/v4/header_rules.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/signer/v4/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/signer/v4/request_context_go1.7.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/signer/v4/stream.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/signer/v4/uri_path.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/signer/v4/v4.go
2025-08-20T21:21:31.1607694Z [00:03:24.428]➜  go tool buildid -w $WORK/b1551/_pkg_.a # internal
2025-08-20T21:21:31.1617304Z [00:03:24.429]➜  cp $WORK/b1551/_pkg_.a /root/.cache/go-build/9c/9c72d909a60e3f52947c6a3cd01909b8b327286b108594fac44f168237bb976b-d # internal
2025-08-20T21:21:31.1624417Z [00:03:24.429]➜  github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
2025-08-20T21:21:31.1625162Z [00:03:24.429]➜  mkdir -p $WORK/b1552/
2025-08-20T21:21:31.1625899Z [00:03:24.429]➜  cat >/tmp/go-build3547871397/b1552/importcfg << 'EOF' # internal
2025-08-20T21:21:31.1626599Z [00:03:24.430]➜  # import config
2025-08-20T21:21:31.1627241Z [00:03:24.430]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:31.1628141Z [00:03:24.430]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:31.1629100Z [00:03:24.430]➜  packagefile encoding/xml=/tmp/go-build3547871397/b462/_pkg_.a
2025-08-20T21:21:31.1629950Z [00:03:24.430]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.1631137Z [00:03:24.430]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:31.1632444Z [00:03:24.430]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3547871397/b1542/_pkg_.a
2025-08-20T21:21:31.1633652Z [00:03:24.430]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:31.1634647Z [00:03:24.430]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:31.1635479Z [00:03:24.430]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:31.1636341Z [00:03:24.430]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:31.1637186Z [00:03:24.430]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:31.1637912Z [00:03:24.430]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:31.1638638Z [00:03:24.430]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:31.1639243Z [00:03:24.430]➜  EOF
2025-08-20T21:21:31.1655886Z [00:03:24.430]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1552/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/xml/xmlutil=>github.com/aws/aws-sdk-go@v1.44.288/private/protocol/xml/xmlutil;$WORK/b1552=>" -p github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil -lang=go1.11 -complete -installsuffix shared -buildid BSoKkSlmcEjWvbx0aDXt/BSoKkSlmcEjWvbx0aDXt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1552/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/xml/xmlutil/build.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/xml/xmlutil/sort.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/xml/xmlutil/unmarshal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/xml/xmlutil/xml_to_struct.go
2025-08-20T21:21:31.1877664Z [00:03:24.455]➜  go tool buildid -w $WORK/b1545/_pkg_.a # internal
2025-08-20T21:21:31.1903220Z [00:03:24.457]➜  cp $WORK/b1545/_pkg_.a /root/.cache/go-build/a7/a77367f2a10ab09ebda3d1fdb51b94d3d3db81f229cb8a9875e5dd8ea3c291b3-d # internal
2025-08-20T21:21:31.1906096Z [00:03:24.458]➜  github.com/aws/aws-sdk-go/private/protocol/jsonrpc
2025-08-20T21:21:31.1906732Z [00:03:24.458]➜  mkdir -p $WORK/b1546/
2025-08-20T21:21:31.1910534Z [00:03:24.458]➜  cat >/tmp/go-build3547871397/b1546/importcfg << 'EOF' # internal
2025-08-20T21:21:31.1915693Z [00:03:24.459]➜  # import config
2025-08-20T21:21:31.1916326Z [00:03:24.459]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:31.1917242Z [00:03:24.459]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:31.1918307Z [00:03:24.459]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.1919406Z [00:03:24.459]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3547871397/b1542/_pkg_.a
2025-08-20T21:21:31.1920678Z [00:03:24.459]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build3547871397/b1545/_pkg_.a
2025-08-20T21:21:31.1921938Z [00:03:24.459]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3547871397/b1541/_pkg_.a
2025-08-20T21:21:31.1923054Z [00:03:24.459]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:31.1923819Z [00:03:24.459]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:31.1924584Z [00:03:24.459]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:31.1925343Z [00:03:24.459]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:31.1925894Z [00:03:24.459]➜  EOF
2025-08-20T21:21:31.1930412Z [00:03:24.459]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1546/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/jsonrpc=>github.com/aws/aws-sdk-go@v1.44.288/private/protocol/jsonrpc;$WORK/b1546=>" -p github.com/aws/aws-sdk-go/private/protocol/jsonrpc -lang=go1.11 -complete -installsuffix shared -buildid ayTHhdaGipfjGkDd0SEg/ayTHhdaGipfjGkDd0SEg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1546/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/jsonrpc/jsonrpc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/jsonrpc/unmarshal_error.go
2025-08-20T21:21:31.2663288Z [00:03:24.534]➜  go tool buildid -w $WORK/b1546/_pkg_.a # internal
2025-08-20T21:21:31.2679604Z [00:03:24.535]➜  cp $WORK/b1546/_pkg_.a /root/.cache/go-build/0c/0c2ec734afe7a125c0b29dace42d828b0fd75141317c6e540d032dc0dc9eb01f-d # internal
2025-08-20T21:21:31.2697184Z [00:03:24.537]➜  github.com/aws/aws-sdk-go/private/protocol/restjson
2025-08-20T21:21:31.2698481Z [00:03:24.537]➜  mkdir -p $WORK/b1544/
2025-08-20T21:21:31.2707055Z [00:03:24.538]➜  cat >/tmp/go-build3547871397/b1544/importcfg << 'EOF' # internal
2025-08-20T21:21:31.2710162Z [00:03:24.538]➜  # import config
2025-08-20T21:21:31.2710883Z [00:03:24.538]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:31.2712023Z [00:03:24.538]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:31.2713254Z [00:03:24.538]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:31.2714512Z [00:03:24.538]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.2715717Z [00:03:24.538]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3547871397/b1542/_pkg_.a
2025-08-20T21:21:31.2717143Z [00:03:24.538]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build3547871397/b1545/_pkg_.a
2025-08-20T21:21:31.2718596Z [00:03:24.538]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/jsonrpc=/tmp/go-build3547871397/b1546/_pkg_.a
2025-08-20T21:21:31.2719980Z [00:03:24.538]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3547871397/b1541/_pkg_.a
2025-08-20T21:21:31.2721085Z [00:03:24.538]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:31.2721906Z [00:03:24.538]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:31.2723258Z [00:03:24.538]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:31.2724316Z [00:03:24.538]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:31.2724960Z [00:03:24.538]➜  EOF
2025-08-20T21:21:31.2735154Z [00:03:24.540]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1544/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/restjson=>github.com/aws/aws-sdk-go@v1.44.288/private/protocol/restjson;$WORK/b1544=>" -p github.com/aws/aws-sdk-go/private/protocol/restjson -lang=go1.11 -complete -installsuffix shared -buildid _TbI8Wa4W_Kz8bEfTlzv/_TbI8Wa4W_Kz8bEfTlzv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1544/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/restjson/restjson.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/restjson/unmarshal_error.go
2025-08-20T21:21:31.2784194Z [00:03:24.546]➜  go tool buildid -w $WORK/b1539/_pkg_.a # internal
2025-08-20T21:21:31.2808952Z [00:03:24.548]➜  cp $WORK/b1539/_pkg_.a /root/.cache/go-build/d1/d1bd5dbad97a9a0d7e37b4febb22e398db833e4e29b7f88a2ea8945ed2f63096-d # internal
2025-08-20T21:21:31.2816010Z [00:03:24.548]➜  github.com/aws/aws-sdk-go/aws/csm
2025-08-20T21:21:31.2827883Z [00:03:24.548]➜  mkdir -p $WORK/b1554/
2025-08-20T21:21:31.2834455Z [00:03:24.549]➜  cat >/tmp/go-build3547871397/b1554/importcfg << 'EOF' # internal
2025-08-20T21:21:31.2835176Z [00:03:24.549]➜  # import config
2025-08-20T21:21:31.2835896Z [00:03:24.549]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:31.2836766Z [00:03:24.549]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.2837750Z [00:03:24.549]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:31.2839057Z [00:03:24.549]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:31.2840298Z [00:03:24.549]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.2841475Z [00:03:24.549]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:31.2842278Z [00:03:24.549]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:31.2843351Z [00:03:24.549]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:31.2844163Z [00:03:24.549]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:31.2844995Z [00:03:24.549]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:31.2845810Z [00:03:24.549]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:31.2846392Z [00:03:24.549]➜  EOF
2025-08-20T21:21:31.2852317Z [00:03:24.549]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1554/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/csm=>github.com/aws/aws-sdk-go@v1.44.288/aws/csm;$WORK/b1554=>" -p github.com/aws/aws-sdk-go/aws/csm -lang=go1.11 -complete -installsuffix shared -buildid OudNOG9XZuyUPvwv-pGQ/OudNOG9XZuyUPvwv-pGQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1554/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/csm/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/csm/enable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/csm/metric.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/csm/metric_chan.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/csm/metric_exception.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/csm/reporter.go
2025-08-20T21:21:31.2910367Z [00:03:24.558]➜  go tool buildid -w $WORK/b1552/_pkg_.a # internal
2025-08-20T21:21:31.2946910Z [00:03:24.562]➜  cp $WORK/b1552/_pkg_.a /root/.cache/go-build/fa/fa399429420b997e862dff614b840d4ac73312f77c880c4d5719f86dcba46034-d # internal
2025-08-20T21:21:31.2948943Z [00:03:24.562]➜  github.com/aws/aws-sdk-go/private/protocol/query
2025-08-20T21:21:31.2950208Z [00:03:24.562]➜  mkdir -p $WORK/b1550/
2025-08-20T21:21:31.2951105Z [00:03:24.562]➜  cat >/tmp/go-build3547871397/b1550/importcfg << 'EOF' # internal
2025-08-20T21:21:31.2951794Z [00:03:24.562]➜  # import config
2025-08-20T21:21:31.2952456Z [00:03:24.562]➜  packagefile encoding/xml=/tmp/go-build3547871397/b462/_pkg_.a
2025-08-20T21:21:31.2953825Z [00:03:24.562]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.2954797Z [00:03:24.562]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:31.2955854Z [00:03:24.562]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.2957101Z [00:03:24.562]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query/queryutil=/tmp/go-build3547871397/b1551/_pkg_.a
2025-08-20T21:21:31.2958658Z [00:03:24.562]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=/tmp/go-build3547871397/b1552/_pkg_.a
2025-08-20T21:21:31.2959631Z [00:03:24.562]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:31.2960359Z [00:03:24.562]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:31.2960967Z [00:03:24.562]➜  EOF
2025-08-20T21:21:31.2966145Z [00:03:24.562]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1550/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/query=>github.com/aws/aws-sdk-go@v1.44.288/private/protocol/query;$WORK/b1550=>" -p github.com/aws/aws-sdk-go/private/protocol/query -lang=go1.11 -complete -installsuffix shared -buildid fxxsC-3TXO8h50cfKK1p/fxxsC-3TXO8h50cfKK1p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1550/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/query/build.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/query/unmarshal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/query/unmarshal_error.go
2025-08-20T21:21:31.3422912Z [00:03:24.609]➜  go tool buildid -w $WORK/b1544/_pkg_.a # internal
2025-08-20T21:21:31.3441237Z [00:03:24.611]➜  go tool buildid -w $WORK/b1550/_pkg_.a # internal
2025-08-20T21:21:31.3448921Z [00:03:24.612]➜  cp $WORK/b1544/_pkg_.a /root/.cache/go-build/36/368ae28b2c61ef4f22c5bebcfb7c10e090e0516171c473c9cc25669024c813e2-d # internal
2025-08-20T21:21:31.3457583Z [00:03:24.613]➜  github.com/aws/aws-sdk-go/service/sso
2025-08-20T21:21:31.3458185Z [00:03:24.613]➜  mkdir -p $WORK/b1538/
2025-08-20T21:21:31.3469953Z [00:03:24.614]➜  cat >/tmp/go-build3547871397/b1538/importcfg << 'EOF' # internal
2025-08-20T21:21:31.3470749Z [00:03:24.614]➜  # import config
2025-08-20T21:21:31.3471400Z [00:03:24.614]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.3472526Z [00:03:24.614]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:31.3481518Z [00:03:24.614]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3547871397/b1529/_pkg_.a
2025-08-20T21:21:31.3482990Z [00:03:24.614]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3547871397/b1526/_pkg_.a
2025-08-20T21:21:31.3484682Z [00:03:24.614]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3547871397/b1527/_pkg_.a
2025-08-20T21:21:31.3486062Z [00:03:24.614]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3547871397/b1519/_pkg_.a
2025-08-20T21:21:31.3487283Z [00:03:24.614]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.3488497Z [00:03:24.614]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3547871397/b1539/_pkg_.a
2025-08-20T21:21:31.3489762Z [00:03:24.614]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3547871397/b1542/_pkg_.a
2025-08-20T21:21:31.3491120Z [00:03:24.614]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/restjson=/tmp/go-build3547871397/b1544/_pkg_.a
2025-08-20T21:21:31.3492056Z [00:03:24.614]➜  EOF
2025-08-20T21:21:31.3493330Z [00:03:24.614]➜  cp $WORK/b1550/_pkg_.a /root/.cache/go-build/19/1963acb6b60ed7dd9d916530c5e3e83aef46b1d4cce8081cc0e07957b74a11c2-d # internal
2025-08-20T21:21:31.3494522Z [00:03:24.614]➜  github.com/aws/aws-sdk-go/service/sts
2025-08-20T21:21:31.3495090Z [00:03:24.614]➜  mkdir -p $WORK/b1549/
2025-08-20T21:21:31.3495810Z [00:03:24.615]➜  cat >/tmp/go-build3547871397/b1549/importcfg << 'EOF' # internal
2025-08-20T21:21:31.3496455Z [00:03:24.615]➜  # import config
2025-08-20T21:21:31.3497058Z [00:03:24.615]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.3497967Z [00:03:24.615]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:31.3499016Z [00:03:24.615]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3547871397/b1529/_pkg_.a
2025-08-20T21:21:31.3500325Z [00:03:24.615]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3547871397/b1526/_pkg_.a
2025-08-20T21:21:31.3501549Z [00:03:24.615]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3547871397/b1527/_pkg_.a
2025-08-20T21:21:31.3503214Z [00:03:24.615]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3547871397/b1519/_pkg_.a
2025-08-20T21:21:31.3504482Z [00:03:24.615]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.3505989Z [00:03:24.615]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3547871397/b1539/_pkg_.a
2025-08-20T21:21:31.3507726Z [00:03:24.615]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query=/tmp/go-build3547871397/b1550/_pkg_.a
2025-08-20T21:21:31.3509333Z [00:03:24.615]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:31.3510318Z [00:03:24.615]➜  EOF
2025-08-20T21:21:31.3517344Z [00:03:24.615]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1538/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/sso=>github.com/aws/aws-sdk-go@v1.44.288/service/sso;$WORK/b1538=>" -p github.com/aws/aws-sdk-go/service/sso -lang=go1.11 -complete -installsuffix shared -buildid Pt0V5E1QXi7hjWaXf2Ro/Pt0V5E1QXi7hjWaXf2Ro -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1538/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/sso/api.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/sso/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/sso/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/sso/service.go
2025-08-20T21:21:31.3528866Z [00:03:24.615]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1549/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/sts=>github.com/aws/aws-sdk-go@v1.44.288/service/sts;$WORK/b1549=>" -p github.com/aws/aws-sdk-go/service/sts -lang=go1.11 -complete -installsuffix shared -buildid LocGnL8uDhT9CXrl2Dw2/LocGnL8uDhT9CXrl2Dw2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1549/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/sts/api.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/sts/customizations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/sts/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/sts/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/sts/service.go
2025-08-20T21:21:31.3534739Z [00:03:24.618]➜  go tool buildid -w $WORK/b1554/_pkg_.a # internal
2025-08-20T21:21:31.3542306Z [00:03:24.621]➜  cp $WORK/b1554/_pkg_.a /root/.cache/go-build/5d/5da258f94e1d3292f320290d5db0685d205aad2c16047df812268a69263898af-d # internal
2025-08-20T21:21:31.3543820Z [00:03:24.622]➜  github.com/aws/aws-sdk-go/aws/credentials/endpointcreds
2025-08-20T21:21:31.3546574Z [00:03:24.622]➜  mkdir -p $WORK/b1556/
2025-08-20T21:21:31.3551261Z [00:03:24.622]➜  cat >/tmp/go-build3547871397/b1556/importcfg << 'EOF' # internal
2025-08-20T21:21:31.3552187Z [00:03:24.622]➜  # import config
2025-08-20T21:21:31.3553756Z [00:03:24.622]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:31.3554801Z [00:03:24.622]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:31.3555914Z [00:03:24.622]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:31.3557142Z [00:03:24.622]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3547871397/b1526/_pkg_.a
2025-08-20T21:21:31.3558413Z [00:03:24.622]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3547871397/b1527/_pkg_.a
2025-08-20T21:21:31.3559673Z [00:03:24.622]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3547871397/b1519/_pkg_.a
2025-08-20T21:21:31.3560844Z [00:03:24.622]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.3562338Z [00:03:24.622]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build3547871397/b1545/_pkg_.a
2025-08-20T21:21:31.3563667Z [00:03:24.622]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:31.3564275Z [00:03:24.622]➜  EOF
2025-08-20T21:21:31.3568548Z [00:03:24.623]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1556/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/endpointcreds=>github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/endpointcreds;$WORK/b1556=>" -p github.com/aws/aws-sdk-go/aws/credentials/endpointcreds -lang=go1.11 -complete -installsuffix shared -buildid 2D2oD8zA4bIcZUn9r5lZ/2D2oD8zA4bIcZUn9r5lZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1556/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/endpointcreds/provider.go
2025-08-20T21:21:31.4445446Z [00:03:24.712]➜  go tool buildid -w $WORK/b1556/_pkg_.a # internal
2025-08-20T21:21:31.4461280Z [00:03:24.713]➜  cp $WORK/b1556/_pkg_.a /root/.cache/go-build/71/7145fc02cd316cb9a7e6c24b313dfda27be558b9aae32cee1ee88e75ba354733-d # internal
2025-08-20T21:21:31.4508693Z [00:03:24.718]➜  github.com/aws/aws-sdk-go/aws/defaults
2025-08-20T21:21:31.4510189Z [00:03:24.718]➜  mkdir -p $WORK/b1555/
2025-08-20T21:21:31.4516894Z [00:03:24.719]➜  cat >/tmp/go-build3547871397/b1555/importcfg << 'EOF' # internal
2025-08-20T21:21:31.4518167Z [00:03:24.719]➜  # import config
2025-08-20T21:21:31.4520030Z [00:03:24.719]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.4521500Z [00:03:24.719]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:31.4523195Z [00:03:24.719]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:31.4524760Z [00:03:24.719]➜  packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build3547871397/b1533/_pkg_.a
2025-08-20T21:21:31.4527598Z [00:03:24.719]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3547871397/b1519/_pkg_.a
2025-08-20T21:21:31.4529090Z [00:03:24.719]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds=/tmp/go-build3547871397/b1525/_pkg_.a
2025-08-20T21:21:31.4530849Z [00:03:24.719]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/endpointcreds=/tmp/go-build3547871397/b1556/_pkg_.a
2025-08-20T21:21:31.4532319Z [00:03:24.719]➜  packagefile github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build3547871397/b1532/_pkg_.a
2025-08-20T21:21:31.4533894Z [00:03:24.719]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3547871397/b1523/_pkg_.a
2025-08-20T21:21:31.4535232Z [00:03:24.719]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.4536658Z [00:03:24.719]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build3547871397/b1521/_pkg_.a
2025-08-20T21:21:31.4537841Z [00:03:24.719]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:31.4538731Z [00:03:24.719]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:31.4539628Z [00:03:24.719]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:31.4540501Z [00:03:24.719]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:31.4541333Z [00:03:24.719]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:31.4541995Z [00:03:24.719]➜  EOF
2025-08-20T21:21:31.4560036Z [00:03:24.720]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1555/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/defaults=>github.com/aws/aws-sdk-go@v1.44.288/aws/defaults;$WORK/b1555=>" -p github.com/aws/aws-sdk-go/aws/defaults -lang=go1.11 -complete -installsuffix shared -buildid gxTit_NFxmQyug_rFEEJ/gxTit_NFxmQyug_rFEEJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1555/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/defaults/defaults.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/defaults/shared_config.go
2025-08-20T21:21:31.5100225Z [00:03:24.777]➜  go tool buildid -w $WORK/b1538/_pkg_.a # internal
2025-08-20T21:21:31.5139332Z [00:03:24.781]➜  cp $WORK/b1538/_pkg_.a /root/.cache/go-build/53/53d80b728602357182d30cac4ce118198a542dd8ad188f6b703fc2666f27fb3d-d # internal
2025-08-20T21:21:31.5147287Z [00:03:24.782]➜  github.com/aws/aws-sdk-go/service/sso/ssoiface
2025-08-20T21:21:31.5153031Z [00:03:24.782]➜  mkdir -p $WORK/b1547/
2025-08-20T21:21:31.5162281Z [00:03:24.783]➜  cat >/tmp/go-build3547871397/b1547/importcfg << 'EOF' # internal
2025-08-20T21:21:31.5173692Z [00:03:24.784]➜  # import config
2025-08-20T21:21:31.5174607Z [00:03:24.784]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:31.5175891Z [00:03:24.784]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.5177209Z [00:03:24.784]➜  packagefile github.com/aws/aws-sdk-go/service/sso=/tmp/go-build3547871397/b1538/_pkg_.a
2025-08-20T21:21:31.5178090Z [00:03:24.784]➜  EOF
2025-08-20T21:21:31.5186872Z [00:03:24.786]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1547/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/sso/ssoiface=>github.com/aws/aws-sdk-go@v1.44.288/service/sso/ssoiface;$WORK/b1547=>" -p github.com/aws/aws-sdk-go/service/sso/ssoiface -lang=go1.11 -complete -installsuffix shared -buildid L_sbUM66HxHv-jEn_iV7/L_sbUM66HxHv-jEn_iV7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1547/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/sso/ssoiface/interface.go
2025-08-20T21:21:31.5496155Z [00:03:24.817]➜  go tool buildid -w $WORK/b1547/_pkg_.a # internal
2025-08-20T21:21:31.5515663Z [00:03:24.819]➜  cp $WORK/b1547/_pkg_.a /root/.cache/go-build/4e/4ee9b3b58847ee55df19db97ffaf053f7ee37b681e57d755af15fc14b0505676-d # internal
2025-08-20T21:21:31.5524954Z [00:03:24.820]➜  github.com/aws/aws-sdk-go/aws/credentials/ssocreds
2025-08-20T21:21:31.5531198Z [00:03:24.820]➜  mkdir -p $WORK/b1537/
2025-08-20T21:21:31.5543265Z [00:03:24.821]➜  cat >/tmp/go-build3547871397/b1537/importcfg << 'EOF' # internal
2025-08-20T21:21:31.5544785Z [00:03:24.821]➜  # import config
2025-08-20T21:21:31.5547224Z [00:03:24.821]➜  packagefile crypto/sha1=/tmp/go-build3547871397/b219/_pkg_.a
2025-08-20T21:21:31.5549249Z [00:03:24.821]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:31.5550235Z [00:03:24.821]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:31.5551147Z [00:03:24.821]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.5552202Z [00:03:24.821]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:31.5553635Z [00:03:24.821]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:31.5554956Z [00:03:24.821]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3547871397/b1526/_pkg_.a
2025-08-20T21:21:31.5556275Z [00:03:24.821]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3547871397/b1519/_pkg_.a
2025-08-20T21:21:31.5557602Z [00:03:24.821]➜  packagefile github.com/aws/aws-sdk-go/service/sso=/tmp/go-build3547871397/b1538/_pkg_.a
2025-08-20T21:21:31.5558999Z [00:03:24.821]➜  packagefile github.com/aws/aws-sdk-go/service/sso/ssoiface=/tmp/go-build3547871397/b1547/_pkg_.a
2025-08-20T21:21:31.5560082Z [00:03:24.821]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:31.5560906Z [00:03:24.821]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:31.5561822Z [00:03:24.821]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:31.5572264Z [00:03:24.821]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:31.5573487Z [00:03:24.821]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:31.5574351Z [00:03:24.822]➜  EOF
2025-08-20T21:21:31.5579308Z [00:03:24.824]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1537/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/ssocreds=>github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/ssocreds;$WORK/b1537=>" -p github.com/aws/aws-sdk-go/aws/credentials/ssocreds -lang=go1.11 -complete -installsuffix shared -buildid sHTnnk0_qbLgP4UiheJm/sHTnnk0_qbLgP4UiheJm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1537/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/ssocreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/ssocreds/os.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/ssocreds/provider.go
2025-08-20T21:21:31.5629180Z [00:03:24.830]➜  go tool buildid -w $WORK/b1555/_pkg_.a # internal
2025-08-20T21:21:31.5643926Z [00:03:24.831]➜  cp $WORK/b1555/_pkg_.a /root/.cache/go-build/99/9988cd55d19eb5163352dd99abebd9899c317d7b4632e3f77ea233045374554a-d # internal
2025-08-20T21:21:31.5661031Z [00:03:24.833]➜  github.com/aws/aws-sdk-go/internal/s3shared
2025-08-20T21:21:31.5671601Z [00:03:24.834]➜  mkdir -p $WORK/b1559/
2025-08-20T21:21:31.5677046Z [00:03:24.834]➜  cat >/tmp/go-build3547871397/b1559/importcfg << 'EOF' # internal
2025-08-20T21:21:31.5677881Z [00:03:24.834]➜  # import config
2025-08-20T21:21:31.5678584Z [00:03:24.835]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.5679619Z [00:03:24.835]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:31.5680872Z [00:03:24.835]➜  packagefile github.com/aws/aws-sdk-go/aws/arn=/tmp/go-build3547871397/b1558/_pkg_.a
2025-08-20T21:21:31.5682162Z [00:03:24.835]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:31.5683680Z [00:03:24.835]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.5685278Z [00:03:24.835]➜  packagefile github.com/aws/aws-sdk-go/internal/s3shared/arn=/tmp/go-build3547871397/b1560/_pkg_.a
2025-08-20T21:21:31.5686250Z [00:03:24.835]➜  EOF
2025-08-20T21:21:31.5690953Z [00:03:24.835]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1559/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/s3shared=>github.com/aws/aws-sdk-go@v1.44.288/internal/s3shared;$WORK/b1559=>" -p github.com/aws/aws-sdk-go/internal/s3shared -lang=go1.11 -complete -installsuffix shared -buildid Qin7l9V3X8cq1-nbMpZk/Qin7l9V3X8cq1-nbMpZk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1559/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/s3shared/endpoint_errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/s3shared/resource_request.go
2025-08-20T21:21:31.5967546Z [00:03:24.864]➜  go tool buildid -w $WORK/b1549/_pkg_.a # internal
2025-08-20T21:21:31.6088530Z [00:03:24.874]➜  cp $WORK/b1549/_pkg_.a /root/.cache/go-build/cc/cca52944bb51c9d6cd1ff138be5e9d9060631434bd3bcce168cec554e1cbc23d-d # internal
2025-08-20T21:21:31.6089909Z [00:03:24.874]➜  github.com/aws/aws-sdk-go/service/sts/stsiface
2025-08-20T21:21:31.6090588Z [00:03:24.874]➜  mkdir -p $WORK/b1553/
2025-08-20T21:21:31.6091356Z [00:03:24.875]➜  cat >/tmp/go-build3547871397/b1553/importcfg << 'EOF' # internal
2025-08-20T21:21:31.6092046Z [00:03:24.875]➜  # import config
2025-08-20T21:21:31.6100035Z [00:03:24.875]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:31.6101239Z [00:03:24.875]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.6102483Z [00:03:24.875]➜  packagefile github.com/aws/aws-sdk-go/service/sts=/tmp/go-build3547871397/b1549/_pkg_.a
2025-08-20T21:21:31.6103437Z [00:03:24.875]➜  EOF
2025-08-20T21:21:31.6107554Z [00:03:24.876]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1553/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/sts/stsiface=>github.com/aws/aws-sdk-go@v1.44.288/service/sts/stsiface;$WORK/b1553=>" -p github.com/aws/aws-sdk-go/service/sts/stsiface -lang=go1.11 -complete -installsuffix shared -buildid bqi_o7BtIX8hBVckbSTM/bqi_o7BtIX8hBVckbSTM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1553/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/sts/stsiface/interface.go
2025-08-20T21:21:31.6314053Z [00:03:24.898]➜  go tool buildid -w $WORK/b1537/_pkg_.a # internal
2025-08-20T21:21:31.6335873Z [00:03:24.901]➜  cp $WORK/b1537/_pkg_.a /root/.cache/go-build/f2/f2787ff46f37b99c37e4d03059c4a2321057edb94a40da431a3c1f9c93a5feb9-d # internal
2025-08-20T21:21:31.6338377Z [00:03:24.901]➜  github.com/aws/aws-sdk-go/internal/s3shared/s3err
2025-08-20T21:21:31.6339521Z [00:03:24.901]➜  mkdir -p $WORK/b1561/
2025-08-20T21:21:31.6340633Z [00:03:24.901]➜  cat >/tmp/go-build3547871397/b1561/importcfg << 'EOF' # internal
2025-08-20T21:21:31.6341610Z [00:03:24.901]➜  # import config
2025-08-20T21:21:31.6344263Z [00:03:24.901]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.6345388Z [00:03:24.901]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:31.6346727Z [00:03:24.901]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.6347628Z [00:03:24.901]➜  EOF
2025-08-20T21:21:31.6360983Z [00:03:24.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1561/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/s3shared/s3err=>github.com/aws/aws-sdk-go@v1.44.288/internal/s3shared/s3err;$WORK/b1561=>" -p github.com/aws/aws-sdk-go/internal/s3shared/s3err -lang=go1.11 -complete -installsuffix shared -buildid K8BbdW2pXmCwGVkDikz6/K8BbdW2pXmCwGVkDikz6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1561/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/internal/s3shared/s3err/error.go
2025-08-20T21:21:31.6449648Z [00:03:24.912]➜  go tool buildid -w $WORK/b1559/_pkg_.a # internal
2025-08-20T21:21:31.6467322Z [00:03:24.914]➜  go tool buildid -w $WORK/b1553/_pkg_.a # internal
2025-08-20T21:21:31.6475521Z [00:03:24.914]➜  cp $WORK/b1559/_pkg_.a /root/.cache/go-build/25/25bf34b4622b4b237e4183e1904fcab9550a52d90643994980884cdee96d747f-d # internal
2025-08-20T21:21:31.6476894Z [00:03:24.914]➜  github.com/aws/aws-sdk-go/private/checksum
2025-08-20T21:21:31.6477553Z [00:03:24.914]➜  mkdir -p $WORK/b1562/
2025-08-20T21:21:31.6478872Z [00:03:24.914]➜  cp $WORK/b1553/_pkg_.a /root/.cache/go-build/65/658743b227ab9a407ceb4dd56d7b45234f9810cd74489fdeec2a5d218af93d2b-d # internal
2025-08-20T21:21:31.6480084Z [00:03:24.915]➜  github.com/aws/aws-sdk-go/aws/credentials/stscreds
2025-08-20T21:21:31.6480713Z [00:03:24.915]➜  mkdir -p $WORK/b1548/
2025-08-20T21:21:31.6481395Z [00:03:24.915]➜  cat >/tmp/go-build3547871397/b1548/importcfg << 'EOF' # internal
2025-08-20T21:21:31.6482080Z [00:03:24.915]➜  # import config
2025-08-20T21:21:31.6493802Z [00:03:24.915]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.6494905Z [00:03:24.915]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:31.6496086Z [00:03:24.915]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:31.6497308Z [00:03:24.915]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3547871397/b1526/_pkg_.a
2025-08-20T21:21:31.6498496Z [00:03:24.915]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3547871397/b1519/_pkg_.a
2025-08-20T21:21:31.6499697Z [00:03:24.915]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.6500905Z [00:03:24.915]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkrand=/tmp/go-build3547871397/b1531/_pkg_.a
2025-08-20T21:21:31.6502267Z [00:03:24.915]➜  packagefile github.com/aws/aws-sdk-go/service/sts=/tmp/go-build3547871397/b1549/_pkg_.a
2025-08-20T21:21:31.6503758Z [00:03:24.915]➜  packagefile github.com/aws/aws-sdk-go/service/sts/stsiface=/tmp/go-build3547871397/b1553/_pkg_.a
2025-08-20T21:21:31.6504876Z [00:03:24.915]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:31.6505920Z [00:03:24.915]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:31.6506773Z [00:03:24.915]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:31.6507637Z [00:03:24.915]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:31.6508248Z [00:03:24.915]➜  EOF
2025-08-20T21:21:31.6513258Z [00:03:24.915]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1548/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/stscreds=>github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/stscreds;$WORK/b1548=>" -p github.com/aws/aws-sdk-go/aws/credentials/stscreds -lang=go1.11 -complete -installsuffix shared -buildid zCj9GpcGE8QgM-2Si8p5/zCj9GpcGE8QgM-2Si8p5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1548/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/stscreds/assume_role_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/credentials/stscreds/web_identity_provider.go
2025-08-20T21:21:31.6530558Z [00:03:24.919]➜  cat >/tmp/go-build3547871397/b1562/importcfg << 'EOF' # internal
2025-08-20T21:21:31.6531252Z [00:03:24.919]➜  # import config
2025-08-20T21:21:31.6531925Z [00:03:24.919]➜  packagefile crypto/md5=/tmp/go-build3547871397/b215/_pkg_.a
2025-08-20T21:21:31.6533018Z [00:03:24.919]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:31.6533891Z [00:03:24.919]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.6534823Z [00:03:24.919]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:31.6536079Z [00:03:24.919]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:31.6537248Z [00:03:24.919]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.6538016Z [00:03:24.919]➜  EOF
2025-08-20T21:21:31.6541930Z [00:03:24.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1562/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/checksum=>github.com/aws/aws-sdk-go@v1.44.288/private/checksum;$WORK/b1562=>" -p github.com/aws/aws-sdk-go/private/checksum -lang=go1.11 -complete -installsuffix shared -buildid Q5qZvR-dcaaXb-Z1eKcR/Q5qZvR-dcaaXb-Z1eKcR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1562/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/checksum/content_md5.go
2025-08-20T21:21:31.6962039Z [00:03:24.963]➜  go tool buildid -w $WORK/b1561/_pkg_.a # internal
2025-08-20T21:21:31.6975311Z [00:03:24.965]➜  cp $WORK/b1561/_pkg_.a /root/.cache/go-build/3d/3d12bbb2c21695ac52cd2ae37e130960830c08661590ff13aa67783ca60c1a97-d # internal
2025-08-20T21:21:31.6988085Z [00:03:24.965]➜  github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi
2025-08-20T21:21:31.6988897Z [00:03:24.965]➜  mkdir -p $WORK/b1564/
2025-08-20T21:21:31.6991953Z [00:03:24.966]➜  cat >/tmp/go-build3547871397/b1564/importcfg << 'EOF' # internal
2025-08-20T21:21:31.7004692Z [00:03:24.966]➜  # import config
2025-08-20T21:21:31.7005418Z [00:03:24.966]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:31.7006273Z [00:03:24.966]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.7007268Z [00:03:24.966]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:31.7008495Z [00:03:24.966]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.7009803Z [00:03:24.966]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3547871397/b1542/_pkg_.a
2025-08-20T21:21:31.7011424Z [00:03:24.966]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream=/tmp/go-build3547871397/b1563/_pkg_.a
2025-08-20T21:21:31.7016048Z [00:03:24.966]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:31.7028641Z [00:03:24.966]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:31.7029599Z [00:03:24.966]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:31.7030448Z [00:03:24.966]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:31.7031097Z [00:03:24.966]➜  EOF
2025-08-20T21:21:31.7040985Z [00:03:24.966]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1564/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/eventstream/eventstreamapi=>github.com/aws/aws-sdk-go@v1.44.288/private/protocol/eventstream/eventstreamapi;$WORK/b1564=>" -p github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi -lang=go1.11 -complete -installsuffix shared -buildid tz6y6_le8hgvaE5qX563/tz6y6_le8hgvaE5qX563 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1564/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/eventstream/eventstreamapi/error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/eventstream/eventstreamapi/reader.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/eventstream/eventstreamapi/shared.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/eventstream/eventstreamapi/signer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/eventstream/eventstreamapi/stream_writer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/eventstream/eventstreamapi/transport.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/eventstream/eventstreamapi/writer.go
2025-08-20T21:21:31.7180543Z [00:03:24.985]➜  go tool buildid -w $WORK/b1562/_pkg_.a # internal
2025-08-20T21:21:31.7211971Z [00:03:24.988]➜  cp $WORK/b1562/_pkg_.a /root/.cache/go-build/63/63a6a80b8e44473acbd02c8987e38681ca4df9d08ec318f5684ac507b34cd423-d # internal
2025-08-20T21:21:31.7218870Z [00:03:24.989]➜  github.com/aws/aws-sdk-go/private/protocol/restxml
2025-08-20T21:21:31.7219759Z [00:03:24.989]➜  mkdir -p $WORK/b1565/
2025-08-20T21:21:31.7223352Z [00:03:24.990]➜  cat >/tmp/go-build3547871397/b1565/importcfg << 'EOF' # internal
2025-08-20T21:21:31.7224911Z [00:03:24.990]➜  # import config
2025-08-20T21:21:31.7228622Z [00:03:24.990]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:31.7230196Z [00:03:24.990]➜  packagefile encoding/xml=/tmp/go-build3547871397/b462/_pkg_.a
2025-08-20T21:21:31.7233090Z [00:03:24.990]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:31.7234297Z [00:03:24.990]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.7235594Z [00:03:24.990]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query=/tmp/go-build3547871397/b1550/_pkg_.a
2025-08-20T21:21:31.7236933Z [00:03:24.990]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3547871397/b1541/_pkg_.a
2025-08-20T21:21:31.7238340Z [00:03:24.990]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=/tmp/go-build3547871397/b1552/_pkg_.a
2025-08-20T21:21:31.7239209Z [00:03:24.990]➜  EOF
2025-08-20T21:21:31.7243372Z [00:03:24.990]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1565/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/restxml=>github.com/aws/aws-sdk-go@v1.44.288/private/protocol/restxml;$WORK/b1565=>" -p github.com/aws/aws-sdk-go/private/protocol/restxml -lang=go1.11 -complete -installsuffix shared -buildid hJVDBLvhLGaDXEK730Zy/hJVDBLvhLGaDXEK730Zy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1565/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/private/protocol/restxml/restxml.go
2025-08-20T21:21:31.7334708Z [00:03:25.001]➜  go tool buildid -w $WORK/b1548/_pkg_.a # internal
2025-08-20T21:21:31.7351452Z [00:03:25.002]➜  cp $WORK/b1548/_pkg_.a /root/.cache/go-build/48/48734fcb818b9bd4091ceb80a1ba441e362bf3ec9cb27b955a3a98d3508a055c-d # internal
2025-08-20T21:21:31.7356707Z [00:03:25.003]➜  github.com/aws/aws-sdk-go/aws/session
2025-08-20T21:21:31.7359448Z [00:03:25.003]➜  mkdir -p $WORK/b1535/
2025-08-20T21:21:31.7365217Z [00:03:25.004]➜  cat >/tmp/go-build3547871397/b1535/importcfg << 'EOF' # internal
2025-08-20T21:21:31.7373722Z [00:03:25.004]➜  # import config
2025-08-20T21:21:31.7374481Z [00:03:25.004]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:31.7375390Z [00:03:25.004]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:31.7376234Z [00:03:25.004]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.7377165Z [00:03:25.004]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:31.7378355Z [00:03:25.004]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:31.7379614Z [00:03:25.004]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3547871397/b1526/_pkg_.a
2025-08-20T21:21:31.7380932Z [00:03:25.004]➜  packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build3547871397/b1533/_pkg_.a
2025-08-20T21:21:31.7382224Z [00:03:25.004]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3547871397/b1519/_pkg_.a
2025-08-20T21:21:31.7383814Z [00:03:25.004]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/processcreds=/tmp/go-build3547871397/b1536/_pkg_.a
2025-08-20T21:21:31.7385196Z [00:03:25.004]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/ssocreds=/tmp/go-build3547871397/b1537/_pkg_.a
2025-08-20T21:21:31.7386576Z [00:03:25.004]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/stscreds=/tmp/go-build3547871397/b1548/_pkg_.a
2025-08-20T21:21:31.7388004Z [00:03:25.004]➜  packagefile github.com/aws/aws-sdk-go/aws/csm=/tmp/go-build3547871397/b1554/_pkg_.a
2025-08-20T21:21:31.7389173Z [00:03:25.004]➜  packagefile github.com/aws/aws-sdk-go/aws/defaults=/tmp/go-build3547871397/b1555/_pkg_.a
2025-08-20T21:21:31.7390479Z [00:03:25.004]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3547871397/b1523/_pkg_.a
2025-08-20T21:21:31.7391682Z [00:03:25.004]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.7393068Z [00:03:25.004]➜  packagefile github.com/aws/aws-sdk-go/internal/ini=/tmp/go-build3547871397/b1520/_pkg_.a
2025-08-20T21:21:31.7394366Z [00:03:25.004]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build3547871397/b1521/_pkg_.a
2025-08-20T21:21:31.7395641Z [00:03:25.004]➜  packagefile github.com/aws/aws-sdk-go/service/sts=/tmp/go-build3547871397/b1549/_pkg_.a
2025-08-20T21:21:31.7396590Z [00:03:25.004]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:31.7397399Z [00:03:25.004]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:31.7398207Z [00:03:25.004]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:31.7398997Z [00:03:25.004]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:31.7399791Z [00:03:25.004]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:31.7400581Z [00:03:25.004]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:31.7401384Z [00:03:25.004]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:31.7402173Z [00:03:25.004]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:31.7402942Z [00:03:25.004]➜  EOF
2025-08-20T21:21:31.7425509Z [00:03:25.008]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1535/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/session=>github.com/aws/aws-sdk-go@v1.44.288/aws/session;$WORK/b1535=>" -p github.com/aws/aws-sdk-go/aws/session -lang=go1.11 -complete -installsuffix shared -buildid 8uump6ujx-KMkCeoYOJs/8uump6ujx-KMkCeoYOJs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1535/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/session/credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/session/custom_transport.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/session/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/session/env_config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/session/session.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/aws/session/shared_config.go
2025-08-20T21:21:31.8002903Z [00:03:25.067]➜  go tool buildid -w $WORK/b1564/_pkg_.a # internal
2025-08-20T21:21:31.8021985Z [00:03:25.069]➜  cp $WORK/b1564/_pkg_.a /root/.cache/go-build/14/1424207b20b2ebda4d9d30c58768511d50676b40cfa4394dcbe49d7b5c9b9696-d # internal
2025-08-20T21:21:31.8024494Z [00:03:25.070]➜  github.com/anchore/syft/syft/file/cataloger/executable
2025-08-20T21:21:31.8025302Z [00:03:25.070]➜  mkdir -p $WORK/b1571/
2025-08-20T21:21:31.8032996Z [00:03:25.070]➜  cat >/tmp/go-build3547871397/b1571/importcfg << 'EOF' # internal
2025-08-20T21:21:31.8033773Z [00:03:25.070]➜  # import config
2025-08-20T21:21:31.8034512Z [00:03:25.070]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:31.8035401Z [00:03:25.070]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:31.8036326Z [00:03:25.070]➜  packagefile debug/elf=/tmp/go-build3547871397/b1572/_pkg_.a
2025-08-20T21:21:31.8037293Z [00:03:25.070]➜  packagefile debug/macho=/tmp/go-build3547871397/b868/_pkg_.a
2025-08-20T21:21:31.8038240Z [00:03:25.070]➜  packagefile debug/pe=/tmp/go-build3547871397/b1574/_pkg_.a
2025-08-20T21:21:31.8039262Z [00:03:25.070]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:31.8040197Z [00:03:25.070]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.8041376Z [00:03:25.070]➜  packagefile github.com/anchore/go-sync=/tmp/go-build3547871397/b1225/_pkg_.a
2025-08-20T21:21:31.8043851Z [00:03:25.070]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:31.8045422Z [00:03:25.070]➜  packagefile github.com/anchore/syft/internal/bus=/tmp/go-build3547871397/b1226/_pkg_.a
2025-08-20T21:21:31.8046774Z [00:03:25.070]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:31.8048145Z [00:03:25.070]➜  packagefile github.com/anchore/syft/internal/mimetype=/tmp/go-build3547871397/b1575/_pkg_.a
2025-08-20T21:21:31.8049544Z [00:03:25.070]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:31.8050923Z [00:03:25.070]➜  packagefile github.com/anchore/syft/syft/cataloging=/tmp/go-build3547871397/b1254/_pkg_.a
2025-08-20T21:21:31.8052303Z [00:03:25.070]➜  packagefile github.com/anchore/syft/syft/event/monitor=/tmp/go-build3547871397/b1228/_pkg_.a
2025-08-20T21:21:31.8053876Z [00:03:25.070]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:31.8055319Z [00:03:25.070]➜  packagefile github.com/anchore/syft/syft/internal/unionreader=/tmp/go-build3547871397/b1576/_pkg_.a
2025-08-20T21:21:31.8056760Z [00:03:25.070]➜  packagefile github.com/bmatcuk/doublestar/v4=/tmp/go-build3547871397/b908/_pkg_.a
2025-08-20T21:21:31.8057995Z [00:03:25.070]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3547871397/b822/_pkg_.a
2025-08-20T21:21:31.8059208Z [00:03:25.070]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:31.8060266Z [00:03:25.070]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:31.8061123Z [00:03:25.070]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:31.8061986Z [00:03:25.070]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:31.8062902Z [00:03:25.070]➜  EOF
2025-08-20T21:21:31.8069500Z [00:03:25.070]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1571/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/cataloger/executable=>github.com/anchore/syft@v1.28.0/syft/file/cataloger/executable;$WORK/b1571=>" -p github.com/anchore/syft/syft/file/cataloger/executable -lang=go1.24 -complete -installsuffix shared -buildid MF3DhN7D_yiBLwKw7uMF/MF3DhN7D_yiBLwKw7uMF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1571/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/cataloger/executable/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/cataloger/executable/elf.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/cataloger/executable/macho.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/cataloger/executable/pe.go
2025-08-20T21:21:31.8387977Z [00:03:25.106]➜  go tool buildid -w $WORK/b1565/_pkg_.a # internal
2025-08-20T21:21:31.8404691Z [00:03:25.108]➜  cp $WORK/b1565/_pkg_.a /root/.cache/go-build/d9/d98bd4eb3ca5f23214f3ea260e5c726b89ffc8733eaa9a04a216ecafc1348ebd-d # internal
2025-08-20T21:21:31.8510108Z [00:03:25.118]➜  github.com/aws/aws-sdk-go/service/s3
2025-08-20T21:21:31.8518749Z [00:03:25.119]➜  mkdir -p $WORK/b1557/
2025-08-20T21:21:31.8523995Z [00:03:25.120]➜  cat >/tmp/go-build3547871397/b1557/importcfg << 'EOF' # internal
2025-08-20T21:21:31.8528812Z [00:03:25.120]➜  # import config
2025-08-20T21:21:31.8533976Z [00:03:25.121]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:31.8537361Z [00:03:25.121]➜  packagefile crypto/md5=/tmp/go-build3547871397/b215/_pkg_.a
2025-08-20T21:21:31.8541776Z [00:03:25.121]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:31.8568508Z [00:03:25.124]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:31.8579384Z [00:03:25.124]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:31.8580625Z [00:03:25.124]➜  packagefile encoding/xml=/tmp/go-build3547871397/b462/_pkg_.a
2025-08-20T21:21:31.8581483Z [00:03:25.124]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.8582433Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:31.8583907Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/aws/arn=/tmp/go-build3547871397/b1558/_pkg_.a
2025-08-20T21:21:31.8585089Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:21:31.8586267Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3547871397/b1529/_pkg_.a
2025-08-20T21:21:31.8587428Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3547871397/b1526/_pkg_.a
2025-08-20T21:21:31.8588701Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3547871397/b1527/_pkg_.a
2025-08-20T21:21:31.8589984Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3547871397/b1523/_pkg_.a
2025-08-20T21:21:31.8591221Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:21:31.8592409Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3547871397/b1539/_pkg_.a
2025-08-20T21:21:31.8593850Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/internal/s3shared=/tmp/go-build3547871397/b1559/_pkg_.a
2025-08-20T21:21:31.8595165Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/internal/s3shared/arn=/tmp/go-build3547871397/b1560/_pkg_.a
2025-08-20T21:21:31.8596584Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/internal/s3shared/s3err=/tmp/go-build3547871397/b1561/_pkg_.a
2025-08-20T21:21:31.8598003Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3547871397/b1524/_pkg_.a
2025-08-20T21:21:31.8599389Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/private/checksum=/tmp/go-build3547871397/b1562/_pkg_.a
2025-08-20T21:21:31.8600925Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3547871397/b1542/_pkg_.a
2025-08-20T21:21:31.8602451Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream=/tmp/go-build3547871397/b1563/_pkg_.a
2025-08-20T21:21:31.8604493Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi=/tmp/go-build3547871397/b1564/_pkg_.a
2025-08-20T21:21:31.8606048Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3547871397/b1541/_pkg_.a
2025-08-20T21:21:31.8607413Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/restxml=/tmp/go-build3547871397/b1565/_pkg_.a
2025-08-20T21:21:31.8608841Z [00:03:25.124]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=/tmp/go-build3547871397/b1552/_pkg_.a
2025-08-20T21:21:31.8609930Z [00:03:25.124]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:31.8610709Z [00:03:25.124]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:31.8611507Z [00:03:25.124]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:31.8612327Z [00:03:25.124]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:31.8613322Z [00:03:25.124]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:31.8614111Z [00:03:25.124]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:31.8614897Z [00:03:25.124]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:31.8615668Z [00:03:25.124]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:31.8616458Z [00:03:25.124]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:31.8617043Z [00:03:25.124]➜  EOF
2025-08-20T21:21:31.8629104Z [00:03:25.124]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1557/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/s3=>github.com/aws/aws-sdk-go@v1.44.288/service/s3;$WORK/b1557=>" -p github.com/aws/aws-sdk-go/service/s3 -lang=go1.11 -complete -installsuffix shared -buildid 6g953QvUHRCWXZeOFP65/6g953QvUHRCWXZeOFP65 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1557/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/s3/api.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/s3/body_hash.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/s3/bucket_location.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/s3/customizations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/s3/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/s3/doc_custom.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/s3/endpoint.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/s3/endpoint_builder.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/s3/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/s3/host_style_bucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/s3/platform_handlers_go1.6.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/s3/service.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/s3/sse.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/s3/statusok_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/s3/unmarshal_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.44.288/service/s3/waiters.go
2025-08-20T21:21:31.9345638Z [00:03:25.202]➜  go tool buildid -w $WORK/b1571/_pkg_.a # internal
2025-08-20T21:21:31.9348834Z [00:03:25.202]➜  cp $WORK/b1571/_pkg_.a /root/.cache/go-build/6b/6b3e9acbd6e87bae395ceacd103a13a66b720280d2d42b7dfb13451ab03fa061-d # internal
2025-08-20T21:21:31.9352186Z [00:03:25.202]➜  github.com/anchore/syft/syft/pkg/cataloger/generic
2025-08-20T21:21:31.9353025Z [00:03:25.202]➜  mkdir -p $WORK/b1587/
2025-08-20T21:21:31.9353998Z [00:03:25.202]➜  cat >/tmp/go-build3547871397/b1587/importcfg << 'EOF' # internal
2025-08-20T21:21:31.9354704Z [00:03:25.202]➜  # import config
2025-08-20T21:21:31.9355392Z [00:03:25.202]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:31.9356538Z [00:03:25.202]➜  packagefile github.com/anchore/go-logger=/tmp/go-build3547871397/b765/_pkg_.a
2025-08-20T21:21:31.9357610Z [00:03:25.202]➜  packagefile github.com/anchore/go-sync=/tmp/go-build3547871397/b1225/_pkg_.a
2025-08-20T21:21:31.9358774Z [00:03:25.202]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:31.9359945Z [00:03:25.202]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:31.9361239Z [00:03:25.202]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:31.9362487Z [00:03:25.202]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:31.9363950Z [00:03:25.202]➜  packagefile github.com/anchore/syft/syft/cataloging=/tmp/go-build3547871397/b1254/_pkg_.a
2025-08-20T21:21:31.9365158Z [00:03:25.202]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:31.9366379Z [00:03:25.202]➜  packagefile github.com/anchore/syft/syft/linux=/tmp/go-build3547871397/b854/_pkg_.a
2025-08-20T21:21:31.9367494Z [00:03:25.202]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:31.9368283Z [00:03:25.202]➜  EOF
2025-08-20T21:21:31.9381874Z [00:03:25.202]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1587/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/generic=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/generic;$WORK/b1587=>" -p github.com/anchore/syft/syft/pkg/cataloger/generic -lang=go1.24 -complete -installsuffix shared -buildid B20rRFDWcV21f3khu9F2/B20rRFDWcV21f3khu9F2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1587/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/generic/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/generic/parser.go
2025-08-20T21:21:31.9662969Z [00:03:25.233]➜  go tool buildid -w $WORK/b1535/_pkg_.a # internal
2025-08-20T21:21:31.9709791Z [00:03:25.238]➜  cp $WORK/b1535/_pkg_.a /root/.cache/go-build/78/78ed9deb5afe7147388b18926fc6e49e288e527cb556f248b0225e1ca311dee5-d # internal
2025-08-20T21:21:31.9717130Z [00:03:25.239]➜  github.com/anchore/syft/syft/pkg/cataloger/internal/binutils
2025-08-20T21:21:31.9721583Z [00:03:25.239]➜  mkdir -p $WORK/b1588/
2025-08-20T21:21:31.9730224Z [00:03:25.240]➜  cat >/tmp/go-build3547871397/b1588/importcfg << 'EOF' # internal
2025-08-20T21:21:31.9735113Z [00:03:25.241]➜  # import config
2025-08-20T21:21:31.9737022Z [00:03:25.241]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:31.9737998Z [00:03:25.241]➜  packagefile debug/elf=/tmp/go-build3547871397/b1572/_pkg_.a
2025-08-20T21:21:31.9738892Z [00:03:25.241]➜  packagefile debug/macho=/tmp/go-build3547871397/b868/_pkg_.a
2025-08-20T21:21:31.9739763Z [00:03:25.241]➜  packagefile debug/pe=/tmp/go-build3547871397/b1574/_pkg_.a
2025-08-20T21:21:31.9740636Z [00:03:25.241]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:31.9741887Z [00:03:25.241]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:31.9743257Z [00:03:25.241]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:31.9744536Z [00:03:25.241]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:31.9745710Z [00:03:25.241]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:31.9746891Z [00:03:25.241]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:21:31.9748229Z [00:03:25.241]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:31.9749500Z [00:03:25.241]➜  packagefile github.com/anchore/syft/syft/internal/unionreader=/tmp/go-build3547871397/b1576/_pkg_.a
2025-08-20T21:21:31.9750787Z [00:03:25.241]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:31.9751953Z [00:03:25.241]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:31.9752891Z [00:03:25.241]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:31.9753691Z [00:03:25.241]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:31.9754480Z [00:03:25.241]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:31.9755632Z [00:03:25.241]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:31.9756482Z [00:03:25.241]➜  packagefile text/template=/tmp/go-build3547871397/b281/_pkg_.a
2025-08-20T21:21:31.9757334Z [00:03:25.241]➜  EOF
2025-08-20T21:21:31.9763479Z [00:03:25.241]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1588/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/binutils=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/binutils;$WORK/b1588=>" -p github.com/anchore/syft/syft/pkg/cataloger/internal/binutils -lang=go1.24 -complete -installsuffix shared -buildid 1HgLpSpiKJ7L9goBbqnW/1HgLpSpiKJ7L9goBbqnW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1588/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/binutils/classifier.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/binutils/classifier_package.go
2025-08-20T21:21:32.0145238Z [00:03:25.282]➜  go tool buildid -w $WORK/b1587/_pkg_.a # internal
2025-08-20T21:21:32.0161001Z [00:03:25.283]➜  cp $WORK/b1587/_pkg_.a /root/.cache/go-build/e7/e7648a06974dea09b228226cd7c7b1054ccaadbec1229ff7ae726a8f09c7a0fb-d # internal
2025-08-20T21:21:32.0165117Z [00:03:25.284]➜  github.com/scylladb/go-set/u32set
2025-08-20T21:21:32.0165719Z [00:03:25.284]➜  mkdir -p $WORK/b1590/
2025-08-20T21:21:32.0171692Z [00:03:25.284]➜  cat >/tmp/go-build3547871397/b1590/importcfg << 'EOF' # internal
2025-08-20T21:21:32.0172755Z [00:03:25.284]➜  # import config
2025-08-20T21:21:32.0173451Z [00:03:25.284]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:32.0174316Z [00:03:25.284]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:32.0174977Z [00:03:25.284]➜  EOF
2025-08-20T21:21:32.0188245Z [00:03:25.286]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1590/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/scylladb/go-set@v1.0.3-0.20200225121959-cc7b2070d91e/u32set=>github.com/scylladb/go-set@v1.0.3-0.20200225121959-cc7b2070d91e/u32set;$WORK/b1590=>" -p github.com/scylladb/go-set/u32set -lang=go1.16 -complete -installsuffix shared -buildid qP614M6WkaeFQ2hBuZAV/qP614M6WkaeFQ2hBuZAV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1590/importcfg -pack /root/go/pkg/mod/github.com/scylladb/go-set@v1.0.3-0.20200225121959-cc7b2070d91e/u32set/u32set.go
2025-08-20T21:21:32.0554594Z [00:03:25.323]➜  go tool buildid -w $WORK/b1590/_pkg_.a # internal
2025-08-20T21:21:32.0566711Z [00:03:25.324]➜  cp $WORK/b1590/_pkg_.a /root/.cache/go-build/66/66b97aa467491eb945f1f7d39a3d4046cf23abef3d1b9683469868ddaea31619-d # internal
2025-08-20T21:21:32.0570262Z [00:03:25.324]➜  github.com/anchore/syft/syft/pkg/cataloger/internal/pe
2025-08-20T21:21:32.0570935Z [00:03:25.324]➜  mkdir -p $WORK/b1589/
2025-08-20T21:21:32.0577183Z [00:03:25.325]➜  cat >/tmp/go-build3547871397/b1589/importcfg << 'EOF' # internal
2025-08-20T21:21:32.0581411Z [00:03:25.325]➜  # import config
2025-08-20T21:21:32.0582072Z [00:03:25.325]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:32.0583027Z [00:03:25.325]➜  packagefile debug/pe=/tmp/go-build3547871397/b1574/_pkg_.a
2025-08-20T21:21:32.0583912Z [00:03:25.325]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:32.0584936Z [00:03:25.325]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:32.0585794Z [00:03:25.325]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:32.0587007Z [00:03:25.325]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:32.0588239Z [00:03:25.325]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:32.0589597Z [00:03:25.325]➜  packagefile github.com/anchore/syft/syft/internal/unionreader=/tmp/go-build3547871397/b1576/_pkg_.a
2025-08-20T21:21:32.0590946Z [00:03:25.325]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:32.0592159Z [00:03:25.325]➜  packagefile github.com/scylladb/go-set/u32set=/tmp/go-build3547871397/b1590/_pkg_.a
2025-08-20T21:21:32.0593306Z [00:03:25.325]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:32.0594292Z [00:03:25.325]➜  packagefile unicode/utf16=/tmp/go-build3547871397/b073/_pkg_.a
2025-08-20T21:21:32.0594955Z [00:03:25.325]➜  EOF
2025-08-20T21:21:32.0599058Z [00:03:25.325]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1589/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/pe=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/pe;$WORK/b1589=>" -p github.com/anchore/syft/syft/pkg/cataloger/internal/pe -lang=go1.24 -complete -installsuffix shared -buildid 1LFcI9CGQ7GKAHo6ATJ7/1LFcI9CGQ7GKAHo6ATJ7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1589/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/pe/pe.go
2025-08-20T21:21:32.0640264Z [00:03:25.331]➜  go tool buildid -w $WORK/b1588/_pkg_.a # internal
2025-08-20T21:21:32.0654313Z [00:03:25.333]➜  cp $WORK/b1588/_pkg_.a /root/.cache/go-build/24/24d5385421e00af3a6b854082c15baa54204eee0b248339a427be116012d6d45-d # internal
2025-08-20T21:21:32.0658084Z [00:03:25.333]➜  github.com/anchore/go-version
2025-08-20T21:21:32.0659613Z [00:03:25.333]➜  mkdir -p $WORK/b1592/
2025-08-20T21:21:32.0664657Z [00:03:25.334]➜  cat >/tmp/go-build3547871397/b1592/importcfg << 'EOF' # internal
2025-08-20T21:21:32.0667975Z [00:03:25.334]➜  # import config
2025-08-20T21:21:32.0668660Z [00:03:25.334]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:32.0669534Z [00:03:25.334]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:32.0670360Z [00:03:25.334]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:32.0671132Z [00:03:25.334]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:32.0671901Z [00:03:25.334]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:32.0675740Z [00:03:25.334]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:32.0676639Z [00:03:25.334]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:32.0677264Z [00:03:25.334]➜  EOF
2025-08-20T21:21:32.0682578Z [00:03:25.334]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1592/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/go-version@v1.2.2-0.20210903204242-51efa5b487c4=>github.com/anchore/go-version@v1.2.2-0.20210903204242-51efa5b487c4;$WORK/b1592=>" -p github.com/anchore/go-version -lang=go1.14 -complete -installsuffix shared -buildid pPvwehodP67_5c0bOdqp/pPvwehodP67_5c0bOdqp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1592/importcfg -pack /root/go/pkg/mod/github.com/anchore/go-version@v1.2.2-0.20210903204242-51efa5b487c4/constraint.go /root/go/pkg/mod/github.com/anchore/go-version@v1.2.2-0.20210903204242-51efa5b487c4/version.go /root/go/pkg/mod/github.com/anchore/go-version@v1.2.2-0.20210903204242-51efa5b487c4/version_collection.go
2025-08-20T21:21:32.1225783Z [00:03:25.390]➜  go tool buildid -w $WORK/b1592/_pkg_.a # internal
2025-08-20T21:21:32.1227885Z [00:03:25.390]➜  cp $WORK/b1592/_pkg_.a /root/.cache/go-build/a7/a7b260218efaefdcc8860baa210dd3d1b5808657e2b7206c0cdf8d500d9c6af5-d # internal
2025-08-20T21:21:32.1234169Z [00:03:25.390]➜  debug/plan9obj
2025-08-20T21:21:32.1234667Z [00:03:25.390]➜  mkdir -p $WORK/b1595/
2025-08-20T21:21:32.1245285Z [00:03:25.392]➜  cat >/tmp/go-build3547871397/b1595/importcfg << 'EOF' # internal
2025-08-20T21:21:32.1246166Z [00:03:25.392]➜  # import config
2025-08-20T21:21:32.1247506Z [00:03:25.392]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:32.1248540Z [00:03:25.392]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:32.1249428Z [00:03:25.392]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:32.1251770Z [00:03:25.392]➜  packagefile internal/saferio=/tmp/go-build3547871397/b839/_pkg_.a
2025-08-20T21:21:32.1253056Z [00:03:25.392]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:32.1254084Z [00:03:25.392]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:32.1255817Z [00:03:25.392]➜  EOF
2025-08-20T21:21:32.1258708Z [00:03:25.392]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1595/_pkg_.a -trimpath "/root/.go/src/debug/plan9obj=>debug/plan9obj;$WORK/b1595=>" -p debug/plan9obj -lang=go1.25 -std -complete -installsuffix shared -buildid p2dvxGghoYLuwtJvHmbD/p2dvxGghoYLuwtJvHmbD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1595/importcfg -pack /root/.go/src/debug/plan9obj/file.go /root/.go/src/debug/plan9obj/plan9obj.go
2025-08-20T21:21:32.1332377Z [00:03:25.400]➜  go tool buildid -w $WORK/b1427/_pkg_.a # internal
2025-08-20T21:21:32.1373315Z [00:03:25.405]➜  go tool buildid -w $WORK/b1589/_pkg_.a # internal
2025-08-20T21:21:32.1399336Z [00:03:25.407]➜  cp $WORK/b1589/_pkg_.a /root/.cache/go-build/e9/e945f27f5a3bf78e88cb2f4cdf6942cc9d0c8f8defe6f086358ecf31d6f98325-d # internal
2025-08-20T21:21:32.1410308Z [00:03:25.408]➜  github.com/anchore/syft/syft/pkg/cataloger/binary
2025-08-20T21:21:32.1411451Z [00:03:25.408]➜  mkdir -p $WORK/b1586/
2025-08-20T21:21:32.1421745Z [00:03:25.409]➜  cat >/tmp/go-build3547871397/b1586/importcfg << 'EOF' # internal
2025-08-20T21:21:32.1422999Z [00:03:25.409]➜  # import config
2025-08-20T21:21:32.1425727Z [00:03:25.409]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:32.1428788Z [00:03:25.409]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:32.1429923Z [00:03:25.409]➜  packagefile debug/elf=/tmp/go-build3547871397/b1572/_pkg_.a
2025-08-20T21:21:32.1431136Z [00:03:25.409]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:32.1432147Z [00:03:25.409]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:32.1433245Z [00:03:25.409]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:32.1434278Z [00:03:25.409]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:32.1435515Z [00:03:25.409]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:32.1436757Z [00:03:25.409]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:32.1438036Z [00:03:25.409]➜  packagefile github.com/anchore/syft/internal/mimetype=/tmp/go-build3547871397/b1575/_pkg_.a
2025-08-20T21:21:32.1439377Z [00:03:25.409]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:32.1440693Z [00:03:25.409]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:32.1441932Z [00:03:25.409]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:21:32.1443519Z [00:03:25.409]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:32.1444871Z [00:03:25.409]➜  packagefile github.com/anchore/syft/syft/internal/unionreader=/tmp/go-build3547871397/b1576/_pkg_.a
2025-08-20T21:21:32.1446315Z [00:03:25.409]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:32.1463368Z [00:03:25.409]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:32.1465184Z [00:03:25.409]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/internal/binutils=/tmp/go-build3547871397/b1588/_pkg_.a
2025-08-20T21:21:32.1466808Z [00:03:25.409]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/internal/pe=/tmp/go-build3547871397/b1589/_pkg_.a
2025-08-20T21:21:32.1467970Z [00:03:25.409]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:32.1468770Z [00:03:25.409]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:32.1469541Z [00:03:25.409]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:32.1470330Z [00:03:25.409]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:32.1470957Z [00:03:25.409]➜  EOF
2025-08-20T21:21:32.1479499Z [00:03:25.410]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1586/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/binary=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/binary;$WORK/b1586=>" -p github.com/anchore/syft/syft/pkg/cataloger/binary -lang=go1.24 -complete -installsuffix shared -buildid c221H-hZVCDaxa9ChlWu/c221H-hZVCDaxa9ChlWu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1586/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/binary/classifier_cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/binary/classifiers.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/binary/deprecated.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/binary/elf_package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/binary/elf_package_cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/binary/pe_package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/binary/pe_package_cataloger.go
2025-08-20T21:21:32.1595324Z [00:03:25.427]➜  cp $WORK/b1427/_pkg_.a /root/.cache/go-build/e5/e559d0c20ea00f27083092f7700e94f4cfce3d1d1a8a13608ad2aceb0d47699e-d # internal
2025-08-20T21:21:32.1601124Z [00:03:25.427]➜  github.com/envoyproxy/go-control-plane/envoy/service/status/v3
2025-08-20T21:21:32.1604163Z [00:03:25.427]➜  mkdir -p $WORK/b1426/
2025-08-20T21:21:32.1608666Z [00:03:25.428]➜  cat >/tmp/go-build3547871397/b1426/importcfg << 'EOF' # internal
2025-08-20T21:21:32.1609954Z [00:03:25.428]➜  # import config
2025-08-20T21:21:32.1612056Z [00:03:25.428]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:32.1613305Z [00:03:25.428]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:32.1615501Z [00:03:25.428]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:32.1616433Z [00:03:25.428]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:32.1617534Z [00:03:25.428]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:21:32.1618946Z [00:03:25.428]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build3547871397/b1427/_pkg_.a
2025-08-20T21:21:32.1620525Z [00:03:25.428]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3547871397/b1418/_pkg_.a
2025-08-20T21:21:32.1622068Z [00:03:25.428]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:21:32.1623812Z [00:03:25.428]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3547871397/b1419/_pkg_.a
2025-08-20T21:21:32.1625338Z [00:03:25.428]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3547871397/b1264/_pkg_.a
2025-08-20T21:21:32.1626583Z [00:03:25.428]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:32.1627827Z [00:03:25.428]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:32.1628972Z [00:03:25.428]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:32.1630383Z [00:03:25.428]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:32.1631737Z [00:03:25.428]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:21:32.1637903Z [00:03:25.428]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:32.1639402Z [00:03:25.428]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:32.1640551Z [00:03:25.428]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:32.1641390Z [00:03:25.428]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:21:32.1642428Z [00:03:25.428]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:32.1643467Z [00:03:25.428]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:32.1644313Z [00:03:25.428]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:32.1645310Z [00:03:25.428]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:32.1646144Z [00:03:25.428]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:32.1647123Z [00:03:25.428]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:32.1647952Z [00:03:25.428]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:32.1648812Z [00:03:25.428]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:32.1649472Z [00:03:25.428]➜  EOF
2025-08-20T21:21:32.1655795Z [00:03:25.428]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1426/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/service/status/v3=>github.com/envoyproxy/go-control-plane@v0.13.1/envoy/service/status/v3;$WORK/b1426=>" -p github.com/envoyproxy/go-control-plane/envoy/service/status/v3 -lang=go1.21 -complete -installsuffix shared -buildid EMdJiNBvu-HE1tKRKCRw/EMdJiNBvu-HE1tKRKCRw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1426/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/service/status/v3/csds.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/service/status/v3/csds.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane@v0.13.1/envoy/service/status/v3/csds_grpc.pb.go
2025-08-20T21:21:32.1669788Z [00:03:25.434]➜  go tool buildid -w $WORK/b1595/_pkg_.a # internal
2025-08-20T21:21:32.1705644Z [00:03:25.438]➜  cp $WORK/b1595/_pkg_.a /root/.cache/go-build/b7/b7a233f409e9f9b3b2f4ee2583258944b4e8cfc37a1907124e656fe0fc1ad44d-d # internal
2025-08-20T21:21:32.1728578Z [00:03:25.438]➜  github.com/anchore/syft/syft/pkg/cataloger/dotnet
2025-08-20T21:21:32.1729286Z [00:03:25.438]➜  mkdir -p $WORK/b1591/
2025-08-20T21:21:32.1730031Z [00:03:25.438]➜  cat >/tmp/go-build3547871397/b1591/importcfg << 'EOF' # internal
2025-08-20T21:21:32.1730732Z [00:03:25.438]➜  # import config
2025-08-20T21:21:32.1731407Z [00:03:25.438]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:32.1732308Z [00:03:25.438]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:32.1733365Z [00:03:25.438]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:32.1734343Z [00:03:25.438]➜  packagefile github.com/anchore/go-version=/tmp/go-build3547871397/b1592/_pkg_.a
2025-08-20T21:21:32.1735494Z [00:03:25.438]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:32.1736659Z [00:03:25.438]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:32.1737860Z [00:03:25.438]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:32.1739158Z [00:03:25.438]➜  packagefile github.com/anchore/syft/internal/relationship=/tmp/go-build3547871397/b1251/_pkg_.a
2025-08-20T21:21:32.1740658Z [00:03:25.438]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:32.1741928Z [00:03:25.438]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:32.1743321Z [00:03:25.438]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:21:32.1744473Z [00:03:25.438]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:32.1745625Z [00:03:25.438]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:32.1746911Z [00:03:25.438]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:32.1748516Z [00:03:25.438]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/internal/pe=/tmp/go-build3547871397/b1589/_pkg_.a
2025-08-20T21:21:32.1749855Z [00:03:25.438]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:32.1750956Z [00:03:25.438]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:32.1751769Z [00:03:25.438]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:32.1752574Z [00:03:25.438]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:32.1753650Z [00:03:25.438]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:32.1754472Z [00:03:25.438]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:32.1755312Z [00:03:25.438]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:32.1755927Z [00:03:25.438]➜  EOF
2025-08-20T21:21:32.1765986Z [00:03:25.438]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1591/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/dotnet=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/dotnet;$WORK/b1591=>" -p github.com/anchore/syft/syft/pkg/cataloger/dotnet -lang=go1.24 -complete -installsuffix shared -buildid jo9ySW03I_bKMtoUwINp/jo9ySW03I_bKMtoUwINp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1591/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/dotnet/binary_cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/dotnet/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/dotnet/config.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/dotnet/deps_binary_cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/dotnet/deps_cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/dotnet/deps_json.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/dotnet/libman_json.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/dotnet/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/dotnet/parse_packages_lock.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/dotnet/pe.go
2025-08-20T21:21:32.3842057Z [00:03:25.651]➜  go tool buildid -w $WORK/b1586/_pkg_.a # internal
2025-08-20T21:21:32.3872374Z [00:03:25.654]➜  cp $WORK/b1586/_pkg_.a /root/.cache/go-build/a6/a6ccdee6182f71685e9b99751433803b5f3d0c1b1d9ecc7cbb9cd1c593e83f86-d # internal
2025-08-20T21:21:32.3879025Z [00:03:25.655]➜  internal/xcoff
2025-08-20T21:21:32.3880973Z [00:03:25.655]➜  mkdir -p $WORK/b1596/
2025-08-20T21:21:32.3889038Z [00:03:25.656]➜  cat >/tmp/go-build3547871397/b1596/importcfg << 'EOF' # internal
2025-08-20T21:21:32.3891893Z [00:03:25.656]➜  # import config
2025-08-20T21:21:32.3893277Z [00:03:25.656]➜  packagefile debug/dwarf=/tmp/go-build3547871397/b869/_pkg_.a
2025-08-20T21:21:32.3894268Z [00:03:25.656]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:32.3895495Z [00:03:25.656]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:32.3896729Z [00:03:25.656]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:32.3898313Z [00:03:25.656]➜  packagefile internal/saferio=/tmp/go-build3547871397/b839/_pkg_.a
2025-08-20T21:21:32.3899477Z [00:03:25.656]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:32.3900661Z [00:03:25.656]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:32.3901452Z [00:03:25.656]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:32.3902214Z [00:03:25.656]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:32.3902929Z [00:03:25.656]➜  EOF
2025-08-20T21:21:32.3906171Z [00:03:25.656]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1596/_pkg_.a -trimpath "/root/.go/src/internal/xcoff=>internal/xcoff;$WORK/b1596=>" -p internal/xcoff -lang=go1.25 -std -complete -installsuffix shared -buildid yzY7rie4FDI7eW2-HELb/yzY7rie4FDI7eW2-HELb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1596/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:21:32.3913761Z [00:03:25.659]➜  go tool buildid -w $WORK/b1591/_pkg_.a # internal
2025-08-20T21:21:32.3956189Z [00:03:25.663]➜  cp $WORK/b1591/_pkg_.a /root/.cache/go-build/b8/b87177ae25cc13a537ba274eebcf467d55b123802c4eb1ab6fdad0154ca3bd7b-d # internal
2025-08-20T21:21:32.3957395Z [00:03:25.663]➜  github.com/anchore/syft/internal/cache
2025-08-20T21:21:32.3958050Z [00:03:25.663]➜  mkdir -p $WORK/b1597/
2025-08-20T21:21:32.3958830Z [00:03:25.663]➜  cat >/tmp/go-build3547871397/b1597/importcfg << 'EOF' # internal
2025-08-20T21:21:32.3959546Z [00:03:25.663]➜  # import config
2025-08-20T21:21:32.3960243Z [00:03:25.663]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:32.3961145Z [00:03:25.663]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:32.3962029Z [00:03:25.663]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:32.3963027Z [00:03:25.663]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:32.3964110Z [00:03:25.663]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:32.3965305Z [00:03:25.663]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:32.3966480Z [00:03:25.663]➜  packagefile github.com/gohugoio/hashstructure=/tmp/go-build3547871397/b928/_pkg_.a
2025-08-20T21:21:32.3967552Z [00:03:25.663]➜  packagefile github.com/spf13/afero=/tmp/go-build3547871397/b777/_pkg_.a
2025-08-20T21:21:32.3968437Z [00:03:25.663]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:32.3969264Z [00:03:25.663]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:32.3970264Z [00:03:25.663]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:32.3971138Z [00:03:25.663]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:32.3972027Z [00:03:25.663]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:32.3973114Z [00:03:25.663]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:32.3973974Z [00:03:25.663]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:32.3974815Z [00:03:25.663]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:32.3975620Z [00:03:25.663]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:32.3976441Z [00:03:25.663]➜  EOF
2025-08-20T21:21:32.3983648Z [00:03:25.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1597/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/cache=>github.com/anchore/syft@v1.28.0/internal/cache;$WORK/b1597=>" -p github.com/anchore/syft/internal/cache -lang=go1.24 -complete -installsuffix shared -buildid 0UrSsGxdIJXDn7WuOk9A/0UrSsGxdIJXDn7WuOk9A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1597/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/cache/bypass.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/cache/cache.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/cache/error_resolver.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/cache/filesystem.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/cache/hash_type.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/cache/memory.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/cache/resolver.go
2025-08-20T21:21:32.4152089Z [00:03:25.681]➜  go tool buildid -w $WORK/b1426/_pkg_.a # internal
2025-08-20T21:21:32.4173138Z [00:03:25.685]➜  cp $WORK/b1426/_pkg_.a /root/.cache/go-build/55/55a4723e1f58ca953dfee93c6c05f49d9cf21296ecb4e23adc37e961d0e2f484-d # internal
2025-08-20T21:21:32.4177554Z [00:03:25.685]➜  google.golang.org/grpc/xds/internal/xdsclient
2025-08-20T21:21:32.4178265Z [00:03:25.685]➜  mkdir -p $WORK/b1451/
2025-08-20T21:21:32.4184344Z [00:03:25.686]➜  cat >/tmp/go-build3547871397/b1451/importcfg << 'EOF' # internal
2025-08-20T21:21:32.4185657Z [00:03:25.686]➜  # import config
2025-08-20T21:21:32.4186620Z [00:03:25.686]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:32.4187448Z [00:03:25.686]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:32.4188220Z [00:03:25.686]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:32.4189162Z [00:03:25.686]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build3547871397/b1427/_pkg_.a
2025-08-20T21:21:32.4190671Z [00:03:25.686]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build3547871397/b1426/_pkg_.a
2025-08-20T21:21:32.4192000Z [00:03:25.686]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:32.4193342Z [00:03:25.686]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:32.4194503Z [00:03:25.686]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3547871397/b990/_pkg_.a
2025-08-20T21:21:32.4195820Z [00:03:25.686]➜  packagefile google.golang.org/grpc/internal/cache=/tmp/go-build3547871397/b1408/_pkg_.a
2025-08-20T21:21:32.4197044Z [00:03:25.686]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:32.4198243Z [00:03:25.686]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3547871397/b997/_pkg_.a
2025-08-20T21:21:32.4199522Z [00:03:25.686]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3547871397/b1412/_pkg_.a
2025-08-20T21:21:32.4200767Z [00:03:25.686]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:32.4202320Z [00:03:25.686]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build3547871397/b1452/_pkg_.a
2025-08-20T21:21:32.4204083Z [00:03:25.686]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport=/tmp/go-build3547871397/b1453/_pkg_.a
2025-08-20T21:21:32.4205657Z [00:03:25.686]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3547871397/b1459/_pkg_.a
2025-08-20T21:21:32.4207061Z [00:03:25.686]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:21:32.4208435Z [00:03:25.686]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:32.4209558Z [00:03:25.686]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:32.4210371Z [00:03:25.686]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:32.4211209Z [00:03:25.686]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:32.4212027Z [00:03:25.686]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:32.4213130Z [00:03:25.686]➜  EOF
2025-08-20T21:21:32.4224694Z [00:03:25.686]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1451/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient=>google.golang.org/grpc@v1.68.1/xds/internal/xdsclient;$WORK/b1451=>" -p google.golang.org/grpc/xds/internal/xdsclient -lang=go1.22 -complete -installsuffix shared -buildid KpTrGATdWGuFTVMPuUYd/KpTrGATdWGuFTVMPuUYd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1451/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/attributes.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/authority.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/client.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/client_new.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/client_refcounted.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/clientimpl.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/clientimpl_authority.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/clientimpl_dump.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/clientimpl_loadreport.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/clientimpl_watchers.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/xdsclient/requests_counter.go
2025-08-20T21:21:32.4747368Z [00:03:25.742]➜  go tool buildid -w $WORK/b1597/_pkg_.a # internal
2025-08-20T21:21:32.4763596Z [00:03:25.744]➜  cp $WORK/b1597/_pkg_.a /root/.cache/go-build/74/741f745ba3b41f6bb91a2f3892be9a5f316579a77f1f25f19388f803435c067e-d # internal
2025-08-20T21:21:32.4765948Z [00:03:25.744]➜  github.com/anchore/syft/syft/pkg/cataloger/golang/internal/xcoff
2025-08-20T21:21:32.4778871Z [00:03:25.745]➜  mkdir -p $WORK/b1598/
2025-08-20T21:21:32.4785227Z [00:03:25.746]➜  cat >/tmp/go-build3547871397/b1598/importcfg << 'EOF' # internal
2025-08-20T21:21:32.4785958Z [00:03:25.746]➜  # import config
2025-08-20T21:21:32.4786731Z [00:03:25.746]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:32.4787646Z [00:03:25.746]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:32.4788452Z [00:03:25.746]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:32.4789225Z [00:03:25.746]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:32.4790064Z [00:03:25.746]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:32.4790686Z [00:03:25.746]➜  EOF
2025-08-20T21:21:32.4800832Z [00:03:25.747]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1598/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/golang/internal/xcoff=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/golang/internal/xcoff;$WORK/b1598=>" -p github.com/anchore/syft/syft/pkg/cataloger/golang/internal/xcoff -lang=go1.24 -complete -installsuffix shared -buildid GKoqa-OEF7nmjR9Pk7KO/GKoqa-OEF7nmjR9Pk7KO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1598/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/golang/internal/xcoff/file.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/golang/internal/xcoff/xcoff.go
2025-08-20T21:21:32.5019225Z [00:03:25.769]➜  go tool buildid -w $WORK/b1596/_pkg_.a # internal
2025-08-20T21:21:32.5020513Z [00:03:25.769]➜  cp $WORK/b1596/_pkg_.a /root/.cache/go-build/a5/a5032c18f601e6c256c4a608a4e1e9bfeb536086d0e032ec3035ddf0f38b8ca1-d # internal
2025-08-20T21:21:32.5021611Z [00:03:25.769]➜  debug/buildinfo
2025-08-20T21:21:32.5022136Z [00:03:25.769]➜  mkdir -p $WORK/b1594/
2025-08-20T21:21:32.5023072Z [00:03:25.769]➜  cat >/tmp/go-build3547871397/b1594/importcfg << 'EOF' # internal
2025-08-20T21:21:32.5023837Z [00:03:25.769]➜  # import config
2025-08-20T21:21:32.5024492Z [00:03:25.769]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:32.5025351Z [00:03:25.769]➜  packagefile debug/elf=/tmp/go-build3547871397/b1572/_pkg_.a
2025-08-20T21:21:32.5026287Z [00:03:25.769]➜  packagefile debug/macho=/tmp/go-build3547871397/b868/_pkg_.a
2025-08-20T21:21:32.5027168Z [00:03:25.769]➜  packagefile debug/pe=/tmp/go-build3547871397/b1574/_pkg_.a
2025-08-20T21:21:32.5028078Z [00:03:25.769]➜  packagefile debug/plan9obj=/tmp/go-build3547871397/b1595/_pkg_.a
2025-08-20T21:21:32.5028985Z [00:03:25.769]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:32.5029910Z [00:03:25.769]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:32.5030741Z [00:03:25.769]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:32.5031622Z [00:03:25.769]➜  packagefile internal/saferio=/tmp/go-build3547871397/b839/_pkg_.a
2025-08-20T21:21:32.5032904Z [00:03:25.769]➜  packagefile internal/xcoff=/tmp/go-build3547871397/b1596/_pkg_.a
2025-08-20T21:21:32.5033790Z [00:03:25.769]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:32.5034579Z [00:03:25.769]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:32.5035572Z [00:03:25.769]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:32.5036427Z [00:03:25.769]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:21:32.5037112Z [00:03:25.769]➜  EOF
2025-08-20T21:21:32.5040149Z [00:03:25.769]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1594/_pkg_.a -trimpath "/root/.go/src/debug/buildinfo=>debug/buildinfo;$WORK/b1594=>" -p debug/buildinfo -lang=go1.25 -std -complete -installsuffix shared -buildid 90rcIvB6_3Eg93xqh3_S/90rcIvB6_3Eg93xqh3_S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1594/importcfg -pack /root/.go/src/debug/buildinfo/buildinfo.go
2025-08-20T21:21:32.5639821Z [00:03:25.831]➜  go tool buildid -w $WORK/b1594/_pkg_.a # internal
2025-08-20T21:21:32.5657913Z [00:03:25.833]➜  cp $WORK/b1594/_pkg_.a /root/.cache/go-build/44/44df960559e67c214aad48c663a17048f91a342326180a77fa7f4ca807431fff-d # internal
2025-08-20T21:21:32.5664082Z [00:03:25.834]➜  github.com/go-git/go-billy/v5
2025-08-20T21:21:32.5674691Z [00:03:25.835]➜  go tool buildid -w $WORK/b1598/_pkg_.a # internal
2025-08-20T21:21:32.5684936Z [00:03:25.836]➜  mkdir -p $WORK/b1599/
2025-08-20T21:21:32.5697797Z [00:03:25.837]➜  cp $WORK/b1598/_pkg_.a /root/.cache/go-build/92/925c3437d50a13218d8a9265a8dd64bcbc86795d5efef0349c8d1354980f9dc8-d # internal
2025-08-20T21:21:32.5706101Z [00:03:25.838]➜  github.com/ProtonMail/go-crypto/openpgp/errors
2025-08-20T21:21:32.5710730Z [00:03:25.838]➜  mkdir -p $WORK/b1607/
2025-08-20T21:21:32.5716444Z [00:03:25.839]➜  cat >/tmp/go-build3547871397/b1599/importcfg << 'EOF' # internal
2025-08-20T21:21:32.5719455Z [00:03:25.839]➜  # import config
2025-08-20T21:21:32.5720439Z [00:03:25.839]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:32.5721346Z [00:03:25.839]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:32.5722189Z [00:03:25.839]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:32.5723494Z [00:03:25.839]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:32.5724141Z [00:03:25.839]➜  EOF
2025-08-20T21:21:32.5733665Z [00:03:25.841]➜  cat >/tmp/go-build3547871397/b1607/importcfg << 'EOF' # internal
2025-08-20T21:21:32.5736214Z [00:03:25.841]➜  # import config
2025-08-20T21:21:32.5736901Z [00:03:25.841]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:32.5737714Z [00:03:25.841]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:32.5738332Z [00:03:25.841]➜  EOF
2025-08-20T21:21:32.5748834Z [00:03:25.842]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1607/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/errors=>github.com/ProtonMail/go-crypto@v1.2.0/openpgp/errors;$WORK/b1607=>" -p github.com/ProtonMail/go-crypto/openpgp/errors -lang=go1.22 -complete -installsuffix shared -buildid ZZrdm-AuH7P3m19KW--B/ZZrdm-AuH7P3m19KW--B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1607/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/errors/errors.go
2025-08-20T21:21:32.5761624Z [00:03:25.843]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1599/_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/b1599=>" -p github.com/go-git/go-billy/v5 -lang=go1.21 -complete -installsuffix shared -buildid kqtHNYFdZXeH99GLsV4J/kqtHNYFdZXeH99GLsV4J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1599/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/fs.go
2025-08-20T21:21:32.6297014Z [00:03:25.897]➜  go tool buildid -w $WORK/b1607/_pkg_.a # internal
2025-08-20T21:21:32.6307385Z [00:03:25.898]➜  cp $WORK/b1607/_pkg_.a /root/.cache/go-build/6f/6fefe24e309458d362b60cb77941c4129de2da13d075357692b0caa33f57438e-d # internal
2025-08-20T21:21:32.6310621Z [00:03:25.898]➜  github.com/ProtonMail/go-crypto/openpgp/armor
2025-08-20T21:21:32.6311321Z [00:03:25.898]➜  mkdir -p $WORK/b1606/
2025-08-20T21:21:32.6338150Z [00:03:25.901]➜  cat >/tmp/go-build3547871397/b1606/importcfg << 'EOF' # internal
2025-08-20T21:21:32.6344447Z [00:03:25.902]➜  # import config
2025-08-20T21:21:32.6345196Z [00:03:25.902]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:32.6346076Z [00:03:25.902]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:32.6347030Z [00:03:25.902]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:32.6348267Z [00:03:25.902]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3547871397/b1607/_pkg_.a
2025-08-20T21:21:32.6349354Z [00:03:25.902]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:32.6350167Z [00:03:25.902]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:32.6350760Z [00:03:25.902]➜  EOF
2025-08-20T21:21:32.6355404Z [00:03:25.902]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1606/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/armor=>github.com/ProtonMail/go-crypto@v1.2.0/openpgp/armor;$WORK/b1606=>" -p github.com/ProtonMail/go-crypto/openpgp/armor -lang=go1.22 -complete -installsuffix shared -buildid bDiLS-TMfy0mUPt7mrLa/bDiLS-TMfy0mUPt7mrLa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1606/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/armor/armor.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/armor/encode.go
2025-08-20T21:21:32.6398765Z [00:03:25.907]➜  go tool buildid -w $WORK/b1599/_pkg_.a # internal
2025-08-20T21:21:32.6417409Z [00:03:25.909]➜  cp $WORK/b1599/_pkg_.a /root/.cache/go-build/91/917400b8a669a142f74120fc00cec6d49373c0acd5c9ebe9ee0092bd63937918-d # internal
2025-08-20T21:21:32.6420356Z [00:03:25.909]➜  github.com/go-git/go-billy/v5/helper/polyfill
2025-08-20T21:21:32.6422588Z [00:03:25.910]➜  mkdir -p $WORK/b1602/
2025-08-20T21:21:32.6425230Z [00:03:25.910]➜  cat >/tmp/go-build3547871397/b1602/importcfg << 'EOF' # internal
2025-08-20T21:21:32.6430090Z [00:03:25.910]➜  # import config
2025-08-20T21:21:32.6434619Z [00:03:25.911]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3547871397/b1599/_pkg_.a
2025-08-20T21:21:32.6439264Z [00:03:25.911]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:32.6444755Z [00:03:25.911]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:32.6445430Z [00:03:25.911]➜  EOF
2025-08-20T21:21:32.6449278Z [00:03:25.911]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1602/_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/b1602=>" -p github.com/go-git/go-billy/v5/helper/polyfill -lang=go1.21 -complete -installsuffix shared -buildid PKBt8kajB4F4MllXg0kr/PKBt8kajB4F4MllXg0kr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1602/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/helper/polyfill/polyfill.go
2025-08-20T21:21:32.6803341Z [00:03:25.947]➜  go tool buildid -w $WORK/b1606/_pkg_.a # internal
2025-08-20T21:21:32.6814351Z [00:03:25.949]➜  cp $WORK/b1606/_pkg_.a /root/.cache/go-build/78/78b3e301679ec546c19b9fcb819ec3495f10118cee2a33dc2d668e5a4961885e-d # internal
2025-08-20T21:21:32.6821307Z [00:03:25.949]➜  github.com/go-git/go-billy/v5/util
2025-08-20T21:21:32.6822924Z [00:03:25.950]➜  mkdir -p $WORK/b1603/
2025-08-20T21:21:32.6830044Z [00:03:25.950]➜  go tool buildid -w $WORK/b1602/_pkg_.a # internal
2025-08-20T21:21:32.6838361Z [00:03:25.951]➜  cat >/tmp/go-build3547871397/b1603/importcfg << 'EOF' # internal
2025-08-20T21:21:32.6841119Z [00:03:25.951]➜  # import config
2025-08-20T21:21:32.6841985Z [00:03:25.951]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:32.6843118Z [00:03:25.951]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3547871397/b1599/_pkg_.a
2025-08-20T21:21:32.6847511Z [00:03:25.951]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:32.6848458Z [00:03:25.951]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:32.6849296Z [00:03:25.951]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:32.6850093Z [00:03:25.951]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:32.6850901Z [00:03:25.951]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:32.6851745Z [00:03:25.951]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:32.6852493Z [00:03:25.951]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:32.6853412Z [00:03:25.951]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:32.6854010Z [00:03:25.951]➜  EOF
2025-08-20T21:21:32.6883331Z [00:03:25.951]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1603/_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/b1603=>" -p github.com/go-git/go-billy/v5/util -lang=go1.21 -complete -installsuffix shared -buildid O05HXaBSs38io4biCLXs/O05HXaBSs38io4biCLXs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1603/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:21:32.6887723Z [00:03:25.952]➜  cp $WORK/b1602/_pkg_.a /root/.cache/go-build/2e/2e67b3089605cbeebd4b97772b05d43da4cca6ca59d141588e638408b13a8cef-d # internal
2025-08-20T21:21:32.6888796Z [00:03:25.953]➜  github.com/go-git/go-billy/v5/helper/chroot
2025-08-20T21:21:32.6889340Z [00:03:25.953]➜  mkdir -p $WORK/b1601/
2025-08-20T21:21:32.6890157Z [00:03:25.954]➜  cat >/tmp/go-build3547871397/b1601/importcfg << 'EOF' # internal
2025-08-20T21:21:32.6890773Z [00:03:25.954]➜  # import config
2025-08-20T21:21:32.6891516Z [00:03:25.954]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3547871397/b1599/_pkg_.a
2025-08-20T21:21:32.6893108Z [00:03:25.954]➜  packagefile github.com/go-git/go-billy/v5/helper/polyfill=/tmp/go-build3547871397/b1602/_pkg_.a
2025-08-20T21:21:32.6894108Z [00:03:25.954]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:32.6894944Z [00:03:25.954]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:32.6895794Z [00:03:25.954]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:32.6896395Z [00:03:25.954]➜  EOF
2025-08-20T21:21:32.6899973Z [00:03:25.954]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1601/_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/b1601=>" -p github.com/go-git/go-billy/v5/helper/chroot -lang=go1.21 -complete -installsuffix shared -buildid SEm_5AP_BiuwgQ6Z37qY/SEm_5AP_BiuwgQ6Z37qY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1601/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/helper/chroot/chroot.go
2025-08-20T21:21:32.7135941Z [00:03:25.981]➜  go tool buildid -w $WORK/b1451/_pkg_.a # internal
2025-08-20T21:21:32.7203138Z [00:03:25.987]➜  cp $WORK/b1451/_pkg_.a /root/.cache/go-build/b7/b7806cc0c32a91ee12a77d3acf4d6ba26cd0e39e5bf899baade8283973daf9ee-d # internal
2025-08-20T21:21:32.7213183Z [00:03:25.987]➜  google.golang.org/grpc/xds/csds
2025-08-20T21:21:32.7213829Z [00:03:25.987]➜  mkdir -p $WORK/b1450/
2025-08-20T21:21:32.7214564Z [00:03:25.988]➜  cat >/tmp/go-build3547871397/b1450/importcfg << 'EOF' # internal
2025-08-20T21:21:32.7215207Z [00:03:25.988]➜  # import config
2025-08-20T21:21:32.7215847Z [00:03:25.988]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:32.7216810Z [00:03:25.988]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:32.7218000Z [00:03:25.988]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build3547871397/b1426/_pkg_.a
2025-08-20T21:21:32.7219433Z [00:03:25.988]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:32.7220560Z [00:03:25.988]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:32.7221770Z [00:03:25.988]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:32.7225595Z [00:03:25.988]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:32.7226895Z [00:03:25.988]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3547871397/b1451/_pkg_.a
2025-08-20T21:21:32.7227895Z [00:03:25.988]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:32.7228496Z [00:03:25.988]➜  EOF
2025-08-20T21:21:32.7231835Z [00:03:25.988]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1450/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/csds=>google.golang.org/grpc@v1.68.1/xds/csds;$WORK/b1450=>" -p google.golang.org/grpc/xds/csds -lang=go1.22 -complete -installsuffix shared -buildid tT7CLhQzRrBVMg32CKlp/tT7CLhQzRrBVMg32CKlp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1450/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/csds/csds.go
2025-08-20T21:21:32.7482453Z [00:03:26.015]➜  go tool buildid -w $WORK/b1603/_pkg_.a # internal
2025-08-20T21:21:32.7495743Z [00:03:26.017]➜  cp $WORK/b1603/_pkg_.a /root/.cache/go-build/78/780c6bd3d085377aa2d2ed36e092e8d5cd008ab848c48e5f7a9af109f5a7d974-d # internal
2025-08-20T21:21:32.7503826Z [00:03:26.017]➜  google.golang.org/grpc/xds/internal/balancer/clusterimpl
2025-08-20T21:21:32.7505018Z [00:03:26.017]➜  mkdir -p $WORK/b1485/
2025-08-20T21:21:32.7508368Z [00:03:26.018]➜  cat >/tmp/go-build3547871397/b1485/importcfg << 'EOF' # internal
2025-08-20T21:21:32.7509447Z [00:03:26.018]➜  # import config
2025-08-20T21:21:32.7512974Z [00:03:26.018]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:32.7514613Z [00:03:26.018]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:32.7515717Z [00:03:26.018]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:32.7518864Z [00:03:26.018]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3547871397/b1480/_pkg_.a
2025-08-20T21:21:32.7520167Z [00:03:26.018]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:32.7521390Z [00:03:26.018]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:32.7522570Z [00:03:26.018]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:32.7523932Z [00:03:26.018]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:32.7525079Z [00:03:26.018]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:32.7526423Z [00:03:26.018]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3547871397/b991/_pkg_.a
2025-08-20T21:21:32.7527837Z [00:03:26.018]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:32.7529109Z [00:03:26.018]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3547871397/b997/_pkg_.a
2025-08-20T21:21:32.7553674Z [00:03:26.018]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3547871397/b981/_pkg_.a
2025-08-20T21:21:32.7555090Z [00:03:26.018]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3547871397/b1002/_pkg_.a
2025-08-20T21:21:32.7558010Z [00:03:26.018]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3547871397/b1006/_pkg_.a
2025-08-20T21:21:32.7559394Z [00:03:26.018]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3547871397/b1473/_pkg_.a
2025-08-20T21:21:32.7560594Z [00:03:26.018]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build3547871397/b1376/_pkg_.a
2025-08-20T21:21:32.7562055Z [00:03:26.018]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3547871397/b1412/_pkg_.a
2025-08-20T21:21:32.7563523Z [00:03:26.018]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:32.7564721Z [00:03:26.018]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:32.7565901Z [00:03:26.018]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:32.7567067Z [00:03:26.018]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3547871397/b1456/_pkg_.a
2025-08-20T21:21:32.7568448Z [00:03:26.018]➜  packagefile google.golang.org/grpc/xds/internal/balancer/loadstore=/tmp/go-build3547871397/b1486/_pkg_.a
2025-08-20T21:21:32.7569870Z [00:03:26.018]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3547871397/b1451/_pkg_.a
2025-08-20T21:21:32.7571263Z [00:03:26.018]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build3547871397/b1452/_pkg_.a
2025-08-20T21:21:32.7572374Z [00:03:26.018]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:32.7583668Z [00:03:26.018]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:32.7584367Z [00:03:26.018]➜  EOF
2025-08-20T21:21:32.7590816Z [00:03:26.018]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1485/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clusterimpl=>google.golang.org/grpc@v1.68.1/xds/internal/balancer/clusterimpl;$WORK/b1485=>" -p google.golang.org/grpc/xds/internal/balancer/clusterimpl -lang=go1.22 -complete -installsuffix shared -buildid PehI_vmqYHuyCsG5z6mH/PehI_vmqYHuyCsG5z6mH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1485/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clusterimpl/clusterimpl.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clusterimpl/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clusterimpl/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clusterimpl/picker.go
2025-08-20T21:21:32.7596938Z [00:03:26.020]➜  go tool buildid -w $WORK/b1601/_pkg_.a # internal
2025-08-20T21:21:32.7598225Z [00:03:26.020]➜  cp $WORK/b1601/_pkg_.a /root/.cache/go-build/46/46b7d2a200a21497858c39f66dcf928af5c99da8308a0ceadacbac49abcd1e7c-d # internal
2025-08-20T21:21:32.7599408Z [00:03:26.021]➜  google.golang.org/grpc/xds/internal/resolver
2025-08-20T21:21:32.7600053Z [00:03:26.021]➜  mkdir -p $WORK/b1504/
2025-08-20T21:21:32.7600809Z [00:03:26.022]➜  cat >/tmp/go-build3547871397/b1504/importcfg << 'EOF' # internal
2025-08-20T21:21:32.7601539Z [00:03:26.022]➜  # import config
2025-08-20T21:21:32.7602251Z [00:03:26.022]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:32.7603520Z [00:03:26.022]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:32.7604438Z [00:03:26.022]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:32.7605429Z [00:03:26.022]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3547871397/b1505/_pkg_.a
2025-08-20T21:21:32.7606532Z [00:03:26.022]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:32.7607680Z [00:03:26.022]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:32.7608839Z [00:03:26.022]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:32.7610047Z [00:03:26.022]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:32.7611515Z [00:03:26.022]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3547871397/b997/_pkg_.a
2025-08-20T21:21:32.7613070Z [00:03:26.022]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3547871397/b987/_pkg_.a
2025-08-20T21:21:32.7614529Z [00:03:26.022]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3547871397/b981/_pkg_.a
2025-08-20T21:21:32.7615787Z [00:03:26.022]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3547871397/b1001/_pkg_.a
2025-08-20T21:21:32.7617175Z [00:03:26.022]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3547871397/b1002/_pkg_.a
2025-08-20T21:21:32.7618531Z [00:03:26.022]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3547871397/b1473/_pkg_.a
2025-08-20T21:21:32.7619887Z [00:03:26.022]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3547871397/b1412/_pkg_.a
2025-08-20T21:21:32.7621271Z [00:03:26.022]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:32.7622458Z [00:03:26.022]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:32.7623731Z [00:03:26.022]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:32.7625059Z [00:03:26.022]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build3547871397/b1490/_pkg_.a
2025-08-20T21:21:32.7626499Z [00:03:26.022]➜  packagefile google.golang.org/grpc/xds/internal/balancer/ringhash=/tmp/go-build3547871397/b1506/_pkg_.a
2025-08-20T21:21:32.7627846Z [00:03:26.022]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3547871397/b1466/_pkg_.a
2025-08-20T21:21:32.7629199Z [00:03:26.022]➜  packagefile google.golang.org/grpc/xds/internal/resolver/internal=/tmp/go-build3547871397/b1507/_pkg_.a
2025-08-20T21:21:32.7630529Z [00:03:26.022]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3547871397/b1451/_pkg_.a
2025-08-20T21:21:32.7632065Z [00:03:26.022]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3547871397/b1459/_pkg_.a
2025-08-20T21:21:32.7633380Z [00:03:26.022]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:32.7634332Z [00:03:26.022]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:32.7635125Z [00:03:26.022]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:32.7635941Z [00:03:26.022]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:32.7636742Z [00:03:26.022]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:32.7637304Z [00:03:26.022]➜  EOF
2025-08-20T21:21:32.7643000Z [00:03:26.022]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1504/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/resolver=>google.golang.org/grpc@v1.68.1/xds/internal/resolver;$WORK/b1504=>" -p google.golang.org/grpc/xds/internal/resolver -lang=go1.22 -complete -installsuffix shared -buildid VnKtKlmDmoKQWsc_V7t6/VnKtKlmDmoKQWsc_V7t6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1504/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/resolver/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/resolver/serviceconfig.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/resolver/watch_service.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/resolver/xds_resolver.go
2025-08-20T21:21:32.7836645Z [00:03:26.051]➜  go tool buildid -w $WORK/b1450/_pkg_.a # internal
2025-08-20T21:21:32.7840855Z [00:03:26.051]➜  cp $WORK/b1450/_pkg_.a /root/.cache/go-build/fb/fb226ff34ceadf134251eaa8326169ffcbc38f217919662a5e1e3f199002643c-d # internal
2025-08-20T21:21:32.7842024Z [00:03:26.051]➜  github.com/go-git/go-billy/v5/memfs
2025-08-20T21:21:32.7842799Z [00:03:26.051]➜  mkdir -p $WORK/b1600/
2025-08-20T21:21:32.7843763Z [00:03:26.051]➜  cat >/tmp/go-build3547871397/b1600/importcfg << 'EOF' # internal
2025-08-20T21:21:32.7844494Z [00:03:26.051]➜  # import config
2025-08-20T21:21:32.7845158Z [00:03:26.051]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:32.7845992Z [00:03:26.051]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:32.7847131Z [00:03:26.051]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3547871397/b1599/_pkg_.a
2025-08-20T21:21:32.7848354Z [00:03:26.051]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build3547871397/b1601/_pkg_.a
2025-08-20T21:21:32.7849557Z [00:03:26.051]➜  packagefile github.com/go-git/go-billy/v5/util=/tmp/go-build3547871397/b1603/_pkg_.a
2025-08-20T21:21:32.7850507Z [00:03:26.051]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:32.7851278Z [00:03:26.051]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:32.7852119Z [00:03:26.051]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:32.7853242Z [00:03:26.051]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:32.7854052Z [00:03:26.051]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:32.7854845Z [00:03:26.051]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:32.7855644Z [00:03:26.051]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:32.7856432Z [00:03:26.051]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:32.7857011Z [00:03:26.051]➜  EOF
2025-08-20T21:21:32.7861085Z [00:03:26.051]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1600/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/memfs=>github.com/go-git/go-billy/v5@v5.6.2/memfs;$WORK/b1600=>" -p github.com/go-git/go-billy/v5/memfs -lang=go1.21 -complete -installsuffix shared -buildid x6sFGOdDdQIvKMdi-iR5/x6sFGOdDdQIvKMdi-iR5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1600/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/memfs/memory.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/memfs/storage.go
2025-08-20T21:21:32.9018337Z [00:03:26.169]➜  go tool buildid -w $WORK/b1600/_pkg_.a # internal
2025-08-20T21:21:32.9026286Z [00:03:26.170]➜  cp $WORK/b1600/_pkg_.a /root/.cache/go-build/c3/c39b7a12579437e1dc4310407c973be0da35fc7a34d9239f81e6fde69329a41b-d # internal
2025-08-20T21:21:32.9067921Z [00:03:26.174]➜  github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
2025-08-20T21:21:32.9070980Z [00:03:26.174]➜  mkdir -p $WORK/b1609/
2025-08-20T21:21:32.9076522Z [00:03:26.175]➜  cat >/tmp/go-build3547871397/b1609/importcfg << 'EOF' # internal
2025-08-20T21:21:32.9085956Z [00:03:26.175]➜  # import config
2025-08-20T21:21:32.9086606Z [00:03:26.175]➜  packagefile crypto/aes=/tmp/go-build3547871397/b181/_pkg_.a
2025-08-20T21:21:32.9087452Z [00:03:26.175]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:32.9088277Z [00:03:26.175]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:32.9088869Z [00:03:26.175]➜  EOF
2025-08-20T21:21:32.9092844Z [00:03:26.175]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1609/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/aes/keywrap=>github.com/ProtonMail/go-crypto@v1.2.0/openpgp/aes/keywrap;$WORK/b1609=>" -p github.com/ProtonMail/go-crypto/openpgp/aes/keywrap -lang=go1.22 -complete -installsuffix shared -buildid cgslKb1I57kdj9IRpX98/cgslKb1I57kdj9IRpX98 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1609/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/aes/keywrap/keywrap.go
2025-08-20T21:21:32.9470486Z [00:03:26.214]➜  go tool buildid -w $WORK/b1609/_pkg_.a # internal
2025-08-20T21:21:32.9476311Z [00:03:26.215]➜  cp $WORK/b1609/_pkg_.a /root/.cache/go-build/63/63b6fea19dbacb500f83bc87953d7ec49179dde03214c81c76c30018e57747e6-d # internal
2025-08-20T21:21:32.9480240Z [00:03:26.215]➜  github.com/ProtonMail/go-crypto/eax
2025-08-20T21:21:32.9483657Z [00:03:26.215]➜  mkdir -p $WORK/b1611/
2025-08-20T21:21:32.9497600Z [00:03:26.216]➜  cat >/tmp/go-build3547871397/b1611/importcfg << 'EOF' # internal
2025-08-20T21:21:32.9499417Z [00:03:26.216]➜  # import config
2025-08-20T21:21:32.9500389Z [00:03:26.216]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:21:32.9501298Z [00:03:26.216]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:32.9502169Z [00:03:26.216]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:32.9503600Z [00:03:26.216]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build3547871397/b1612/_pkg_.a
2025-08-20T21:21:32.9504526Z [00:03:26.216]➜  EOF
2025-08-20T21:21:32.9509073Z [00:03:26.216]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1611/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/eax=>github.com/ProtonMail/go-crypto@v1.2.0/eax;$WORK/b1611=>" -p github.com/ProtonMail/go-crypto/eax -lang=go1.22 -complete -installsuffix shared -buildid 7NCd03Z6JZlIFmL5ul3r/7NCd03Z6JZlIFmL5ul3r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1611/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/eax/eax.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/eax/eax_test_vectors.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/eax/random_vectors.go
2025-08-20T21:21:32.9804952Z [00:03:26.247]➜  go tool buildid -w $WORK/b1504/_pkg_.a # internal
2025-08-20T21:21:32.9829551Z [00:03:26.250]➜  go tool buildid -w $WORK/b1485/_pkg_.a # internal
2025-08-20T21:21:32.9851274Z [00:03:26.252]➜  cp $WORK/b1504/_pkg_.a /root/.cache/go-build/13/13860470443c9e21365115fbb00679984d5fa5fb9017b62530ea6ec0e4ab1631-d # internal
2025-08-20T21:21:32.9854411Z [00:03:26.252]➜  github.com/ProtonMail/go-crypto/ocb
2025-08-20T21:21:32.9855066Z [00:03:26.253]➜  mkdir -p $WORK/b1613/
2025-08-20T21:21:32.9858655Z [00:03:26.253]➜  go tool buildid -w $WORK/b1611/_pkg_.a # internal
2025-08-20T21:21:32.9859744Z [00:03:26.253]➜  cat >/tmp/go-build3547871397/b1613/importcfg << 'EOF' # internal
2025-08-20T21:21:32.9860432Z [00:03:26.253]➜  # import config
2025-08-20T21:21:32.9861020Z [00:03:26.253]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:32.9861932Z [00:03:26.253]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:21:32.9864256Z [00:03:26.253]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:32.9865427Z [00:03:26.253]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:32.9866247Z [00:03:26.253]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:32.9867348Z [00:03:26.253]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build3547871397/b1612/_pkg_.a
2025-08-20T21:21:32.9868537Z [00:03:26.253]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:32.9869148Z [00:03:26.253]➜  EOF
2025-08-20T21:21:32.9874654Z [00:03:26.254]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1613/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/ocb=>github.com/ProtonMail/go-crypto@v1.2.0/ocb;$WORK/b1613=>" -p github.com/ProtonMail/go-crypto/ocb -lang=go1.22 -complete -installsuffix shared -buildid teehNQ-zP3SR3Qssezhr/teehNQ-zP3SR3Qssezhr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1613/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/ocb/ocb.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/ocb/random_vectors.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/ocb/rfc7253_test_vectors_suite_a.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/ocb/rfc7253_test_vectors_suite_b.go
2025-08-20T21:21:32.9890049Z [00:03:26.256]➜  cp $WORK/b1485/_pkg_.a /root/.cache/go-build/ae/aec1df95e522852bab916f50d6207173ce2d6312a1d36536357e6409e6a4ed11-d # internal
2025-08-20T21:21:32.9896360Z [00:03:26.257]➜  cp $WORK/b1611/_pkg_.a /root/.cache/go-build/7d/7de50e1f73056a34d072c222387e63247990e498a03dd379d410c1d63909b5e4-d # internal
2025-08-20T21:21:32.9897529Z [00:03:26.257]➜  golang.org/x/crypto/cast5
2025-08-20T21:21:32.9898289Z [00:03:26.257]➜  google.golang.org/grpc/xds/internal/balancer/clusterresolver
2025-08-20T21:21:32.9899163Z [00:03:26.257]➜  mkdir -p $WORK/b1478/
2025-08-20T21:21:32.9899718Z [00:03:26.257]➜  mkdir -p $WORK/b1614/
2025-08-20T21:21:32.9902386Z [00:03:26.258]➜  cat >/tmp/go-build3547871397/b1478/importcfg << 'EOF' # internal
2025-08-20T21:21:32.9905682Z [00:03:26.258]➜  # import config
2025-08-20T21:21:32.9906342Z [00:03:26.258]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:32.9910288Z [00:03:26.258]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:32.9911144Z [00:03:26.258]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:32.9911957Z [00:03:26.258]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:32.9912878Z [00:03:26.258]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:32.9913831Z [00:03:26.258]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3547871397/b970/_pkg_.a
2025-08-20T21:21:32.9914947Z [00:03:26.258]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:32.9916137Z [00:03:26.258]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3547871397/b976/_pkg_.a
2025-08-20T21:21:32.9917441Z [00:03:26.258]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin=/tmp/go-build3547871397/b1479/_pkg_.a
2025-08-20T21:21:32.9918714Z [00:03:26.258]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:32.9919858Z [00:03:26.258]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:32.9921085Z [00:03:26.258]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build3547871397/b1476/_pkg_.a
2025-08-20T21:21:32.9922564Z [00:03:26.258]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3547871397/b998/_pkg_.a
2025-08-20T21:21:32.9924036Z [00:03:26.258]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:32.9925482Z [00:03:26.258]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3547871397/b997/_pkg_.a
2025-08-20T21:21:32.9926748Z [00:03:26.258]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3547871397/b1474/_pkg_.a
2025-08-20T21:21:32.9928002Z [00:03:26.258]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3547871397/b981/_pkg_.a
2025-08-20T21:21:32.9929302Z [00:03:26.258]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3547871397/b1002/_pkg_.a
2025-08-20T21:21:32.9930681Z [00:03:26.258]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3547871397/b1412/_pkg_.a
2025-08-20T21:21:32.9932093Z [00:03:26.258]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:32.9934411Z [00:03:26.258]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:32.9935673Z [00:03:26.258]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3547871397/b1456/_pkg_.a
2025-08-20T21:21:32.9937033Z [00:03:26.258]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build3547871397/b1485/_pkg_.a
2025-08-20T21:21:32.9938636Z [00:03:26.258]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build3547871397/b1487/_pkg_.a
2025-08-20T21:21:32.9940219Z [00:03:26.258]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build3547871397/b1488/_pkg_.a
2025-08-20T21:21:32.9941754Z [00:03:26.258]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build3547871397/b1489/_pkg_.a
2025-08-20T21:21:32.9943375Z [00:03:26.258]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3547871397/b1451/_pkg_.a
2025-08-20T21:21:32.9944837Z [00:03:26.258]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3547871397/b1459/_pkg_.a
2025-08-20T21:21:32.9946008Z [00:03:26.258]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:32.9947030Z [00:03:26.258]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:32.9947858Z [00:03:26.258]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:32.9948470Z [00:03:26.258]➜  EOF
2025-08-20T21:21:32.9963262Z [00:03:26.262]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1478/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clusterresolver=>google.golang.org/grpc@v1.68.1/xds/internal/balancer/clusterresolver;$WORK/b1478=>" -p google.golang.org/grpc/xds/internal/balancer/clusterresolver -lang=go1.22 -complete -installsuffix shared -buildid Nhr26Jt-mobh_1PvWPzE/Nhr26Jt-mobh_1PvWPzE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1478/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clusterresolver/clusterresolver.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clusterresolver/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clusterresolver/configbuilder.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clusterresolver/configbuilder_childname.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clusterresolver/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clusterresolver/resource_resolver.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clusterresolver/resource_resolver_dns.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/clusterresolver/resource_resolver_eds.go
2025-08-20T21:21:32.9972789Z [00:03:26.263]➜  cat >/tmp/go-build3547871397/b1614/importcfg << 'EOF' # internal
2025-08-20T21:21:32.9973700Z [00:03:26.263]➜  # import config
2025-08-20T21:21:32.9974428Z [00:03:26.263]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:32.9975314Z [00:03:26.263]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:32.9976141Z [00:03:26.263]➜  EOF
2025-08-20T21:21:32.9979505Z [00:03:26.263]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1614/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cast5=>golang.org/x/crypto@v0.40.0/cast5;$WORK/b1614=>" -p golang.org/x/crypto/cast5 -lang=go1.23 -complete -installsuffix shared -buildid CQ7WPgM0sRUC9uu3pJN8/CQ7WPgM0sRUC9uu3pJN8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1614/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cast5/cast5.go
2025-08-20T21:21:33.0394949Z [00:03:26.305]➜  go tool buildid -w $WORK/b1613/_pkg_.a # internal
2025-08-20T21:21:33.0398744Z [00:03:26.307]➜  cp $WORK/b1613/_pkg_.a /root/.cache/go-build/4f/4fa3c3fd79c8c8b762bb911f5bec532c664e11f0155d1c5acea150389bf0a26a-d # internal
2025-08-20T21:21:33.0399942Z [00:03:26.307]➜  github.com/ProtonMail/go-crypto/bitcurves
2025-08-20T21:21:33.0400543Z [00:03:26.307]➜  mkdir -p $WORK/b1616/
2025-08-20T21:21:33.0408322Z [00:03:26.308]➜  cat >/tmp/go-build3547871397/b1616/importcfg << 'EOF' # internal
2025-08-20T21:21:33.0411366Z [00:03:26.308]➜  # import config
2025-08-20T21:21:33.0412112Z [00:03:26.308]➜  packagefile crypto/elliptic=/tmp/go-build3547871397/b189/_pkg_.a
2025-08-20T21:21:33.0414765Z [00:03:26.309]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:33.0415594Z [00:03:26.309]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:33.0416419Z [00:03:26.309]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:33.0417070Z [00:03:26.309]➜  EOF
2025-08-20T21:21:33.0420565Z [00:03:26.309]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1616/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/bitcurves=>github.com/ProtonMail/go-crypto@v1.2.0/bitcurves;$WORK/b1616=>" -p github.com/ProtonMail/go-crypto/bitcurves -lang=go1.22 -complete -installsuffix shared -buildid QWW9Qiw65bSIxb1ui6Wg/QWW9Qiw65bSIxb1ui6Wg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1616/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/bitcurves/bitcurve.go
2025-08-20T21:21:33.0466097Z [00:03:26.313]➜  go tool buildid -w $WORK/b1614/_pkg_.a # internal
2025-08-20T21:21:33.0469294Z [00:03:26.314]➜  cp $WORK/b1614/_pkg_.a /root/.cache/go-build/eb/ebcbbd7908f80d118acd3a6c6ed09ea1724ea0893d5a4b5f3fa7e14e59531ab9-d # internal
2025-08-20T21:21:33.0470589Z [00:03:26.314]➜  github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
2025-08-20T21:21:33.0471286Z [00:03:26.314]➜  mkdir -p $WORK/b1610/
2025-08-20T21:21:33.0474586Z [00:03:26.315]➜  cat >/tmp/go-build3547871397/b1610/importcfg << 'EOF' # internal
2025-08-20T21:21:33.0475241Z [00:03:26.315]➜  # import config
2025-08-20T21:21:33.0475892Z [00:03:26.315]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:33.0476708Z [00:03:26.315]➜  packagefile crypto/aes=/tmp/go-build3547871397/b181/_pkg_.a
2025-08-20T21:21:33.0477564Z [00:03:26.315]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:21:33.0478461Z [00:03:26.315]➜  packagefile crypto/des=/tmp/go-build3547871397/b182/_pkg_.a
2025-08-20T21:21:33.0479273Z [00:03:26.315]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:33.0480256Z [00:03:26.315]➜  packagefile github.com/ProtonMail/go-crypto/eax=/tmp/go-build3547871397/b1611/_pkg_.a
2025-08-20T21:21:33.0481379Z [00:03:26.315]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/tmp/go-build3547871397/b1613/_pkg_.a
2025-08-20T21:21:33.0482419Z [00:03:26.315]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build3547871397/b1614/_pkg_.a
2025-08-20T21:21:33.0483716Z [00:03:26.315]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:33.0484306Z [00:03:26.315]➜  EOF
2025-08-20T21:21:33.0489917Z [00:03:26.315]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1610/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/internal/algorithm=>github.com/ProtonMail/go-crypto@v1.2.0/openpgp/internal/algorithm;$WORK/b1610=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/algorithm -lang=go1.22 -complete -installsuffix shared -buildid b2GfY6yFLNIl3C3MiFj6/b2GfY6yFLNIl3C3MiFj6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1610/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/internal/algorithm/aead.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/internal/algorithm/cipher.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/internal/algorithm/hash.go
2025-08-20T21:21:33.0833662Z [00:03:26.351]➜  go tool buildid -w $WORK/b1610/_pkg_.a # internal
2025-08-20T21:21:33.0848350Z [00:03:26.352]➜  go tool buildid -w $WORK/b1616/_pkg_.a # internal
2025-08-20T21:21:33.0857733Z [00:03:26.353]➜  cp $WORK/b1610/_pkg_.a /root/.cache/go-build/ba/ba1371563d3ec17bf03e7b011f07e8647b66007b797286ef3f8f0a28773ee649-d # internal
2025-08-20T21:21:33.0860231Z [00:03:26.353]➜  github.com/ProtonMail/go-crypto/brainpool
2025-08-20T21:21:33.0861192Z [00:03:26.353]➜  mkdir -p $WORK/b1617/
2025-08-20T21:21:33.0862361Z [00:03:26.353]➜  cat >/tmp/go-build3547871397/b1617/importcfg << 'EOF' # internal
2025-08-20T21:21:33.0863578Z [00:03:26.353]➜  # import config
2025-08-20T21:21:33.0865297Z [00:03:26.353]➜  packagefile crypto/elliptic=/tmp/go-build3547871397/b189/_pkg_.a
2025-08-20T21:21:33.0866229Z [00:03:26.353]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:33.0867057Z [00:03:26.353]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:33.0867636Z [00:03:26.353]➜  EOF
2025-08-20T21:21:33.0871901Z [00:03:26.353]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1617/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/brainpool=>github.com/ProtonMail/go-crypto@v1.2.0/brainpool;$WORK/b1617=>" -p github.com/ProtonMail/go-crypto/brainpool -lang=go1.22 -complete -installsuffix shared -buildid zh6Tt_GDwVKgw01leX0O/zh6Tt_GDwVKgw01leX0O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1617/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/brainpool/brainpool.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/brainpool/rcurve.go
2025-08-20T21:21:33.0884421Z [00:03:26.356]➜  cp $WORK/b1616/_pkg_.a /root/.cache/go-build/e0/e0b0a17eb13ef0df6c9c6d03b76844f5e5b5f31dbacc20eb425f5004a616430f-d # internal
2025-08-20T21:21:33.0895242Z [00:03:26.357]➜  github.com/ProtonMail/go-crypto/openpgp/internal/encoding
2025-08-20T21:21:33.0905168Z [00:03:26.358]➜  mkdir -p $WORK/b1618/
2025-08-20T21:21:33.0913490Z [00:03:26.358]➜  cat >/tmp/go-build3547871397/b1618/importcfg << 'EOF' # internal
2025-08-20T21:21:33.0920771Z [00:03:26.359]➜  # import config
2025-08-20T21:21:33.0921818Z [00:03:26.359]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3547871397/b1607/_pkg_.a
2025-08-20T21:21:33.0923042Z [00:03:26.359]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:33.0923862Z [00:03:26.359]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:33.0924771Z [00:03:26.359]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:33.0925421Z [00:03:26.359]➜  EOF
2025-08-20T21:21:33.0937185Z [00:03:26.360]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1618/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/internal/encoding=>github.com/ProtonMail/go-crypto@v1.2.0/openpgp/internal/encoding;$WORK/b1618=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/encoding -lang=go1.22 -complete -installsuffix shared -buildid O5ifcMxjDqkkgw02_7ew/O5ifcMxjDqkkgw02_7ew -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1618/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/internal/encoding/encoding.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/internal/encoding/mpi.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/internal/encoding/oid.go
2025-08-20T21:21:33.1279226Z [00:03:26.395]➜  go tool buildid -w $WORK/b1617/_pkg_.a # internal
2025-08-20T21:21:33.1280714Z [00:03:26.395]➜  cp $WORK/b1617/_pkg_.a /root/.cache/go-build/e0/e049498344e040a679cdaf5e3d2cc984f55a9f2fbc84b99141a1505d53675e5c-d # internal
2025-08-20T21:21:33.1284026Z [00:03:26.396]➜  github.com/cloudflare/circl/internal/conv
2025-08-20T21:21:33.1285035Z [00:03:26.396]➜  mkdir -p $WORK/b1621/
2025-08-20T21:21:33.1295774Z [00:03:26.396]➜  cat >/tmp/go-build3547871397/b1621/importcfg << 'EOF' # internal
2025-08-20T21:21:33.1296788Z [00:03:26.396]➜  # import config
2025-08-20T21:21:33.1297778Z [00:03:26.396]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:33.1313768Z [00:03:26.396]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:33.1315202Z [00:03:26.396]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3547871397/b1337/_pkg_.a
2025-08-20T21:21:33.1316517Z [00:03:26.396]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:33.1317591Z [00:03:26.396]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:33.1318465Z [00:03:26.396]➜  EOF
2025-08-20T21:21:33.1322908Z [00:03:26.397]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1621/_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/b1621=>" -p github.com/cloudflare/circl/internal/conv -lang=go1.22 -complete -installsuffix shared -buildid TV48kAWTbEsF-TXvs8Wb/TV48kAWTbEsF-TXvs8Wb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1621/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/conv/conv.go
2025-08-20T21:21:33.1436890Z [00:03:26.411]➜  go tool buildid -w $WORK/b1618/_pkg_.a # internal
2025-08-20T21:21:33.1447290Z [00:03:26.412]➜  cp $WORK/b1618/_pkg_.a /root/.cache/go-build/25/25cdff33e3d4bc396c549af43524888dd0464c627c4a43d33bbbb657dd881cda-d # internal
2025-08-20T21:21:33.1450014Z [00:03:26.412]➜  github.com/cloudflare/circl/math
2025-08-20T21:21:33.1450873Z [00:03:26.412]➜  mkdir -p $WORK/b1625/
2025-08-20T21:21:33.1458946Z [00:03:26.413]➜  cat >/tmp/go-build3547871397/b1625/importcfg << 'EOF' # internal
2025-08-20T21:21:33.1460056Z [00:03:26.413]➜  # import config
2025-08-20T21:21:33.1460940Z [00:03:26.413]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:33.1463290Z [00:03:26.413]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:33.1464147Z [00:03:26.413]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:33.1465044Z [00:03:26.413]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:33.1465682Z [00:03:26.413]➜  EOF
2025-08-20T21:21:33.1470585Z [00:03:26.414]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1625/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math=>github.com/cloudflare/circl@v1.6.1/math;$WORK/b1625=>" -p github.com/cloudflare/circl/math -lang=go1.22 -complete -installsuffix shared -buildid DfARpJ9LkIOHu9hL4aDn/DfARpJ9LkIOHu9hL4aDn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1625/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:21:33.1736632Z [00:03:26.441]➜  go tool buildid -w $WORK/b1625/_pkg_.a # internal
2025-08-20T21:21:33.1744659Z [00:03:26.442]➜  cp $WORK/b1625/_pkg_.a /root/.cache/go-build/ab/ab8992bd36b90b9ba1f230b848f4ef8da758991f44adba73546b5b748dc751f0-d # internal
2025-08-20T21:21:33.1759753Z [00:03:26.443]➜  github.com/cloudflare/circl/sign
2025-08-20T21:21:33.1760455Z [00:03:26.443]➜  mkdir -p $WORK/b1626/
2025-08-20T21:21:33.1761461Z [00:03:26.443]➜  cat >/tmp/go-build3547871397/b1626/importcfg << 'EOF' # internal
2025-08-20T21:21:33.1762222Z [00:03:26.443]➜  # import config
2025-08-20T21:21:33.1763062Z [00:03:26.443]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:33.1764102Z [00:03:26.443]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:21:33.1764924Z [00:03:26.443]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:33.1765567Z [00:03:26.443]➜  EOF
2025-08-20T21:21:33.1769152Z [00:03:26.443]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1626/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign=>github.com/cloudflare/circl@v1.6.1/sign;$WORK/b1626=>" -p github.com/cloudflare/circl/sign -lang=go1.22 -complete -installsuffix shared -buildid O2PTEzghLNfWZSrL_p1b/O2PTEzghLNfWZSrL_p1b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1626/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/sign.go
2025-08-20T21:21:33.1816178Z [00:03:26.449]➜  go tool buildid -w $WORK/b1621/_pkg_.a # internal
2025-08-20T21:21:33.1829103Z [00:03:26.450]➜  cp $WORK/b1621/_pkg_.a /root/.cache/go-build/16/1665d08932c8d6ab7f6b9e5529acd9831f22acf775f40d5524cb7dcf9dd4fb8f-d # internal
2025-08-20T21:21:33.1837224Z [00:03:26.451]➜  github.com/cloudflare/circl/math/fp25519
2025-08-20T21:21:33.1837904Z [00:03:26.451]➜  mkdir -p $WORK/b1620/
2025-08-20T21:21:33.1839301Z [00:03:26.451]➜  echo -n > $WORK/b1620/go_asm.h # internal
2025-08-20T21:21:33.1844669Z [00:03:26.451]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519
2025-08-20T21:21:33.1848372Z [00:03:26.452]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp25519 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519=>github.com/cloudflare/circl@v1.6.1/math/fp25519;$WORK/b1620=>" -I $WORK/b1620/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1620/symabis ./fp_amd64.s
2025-08-20T21:21:33.1948856Z [00:03:26.461]➜  go tool buildid -w $WORK/b1626/_pkg_.a # internal
2025-08-20T21:21:33.1953122Z [00:03:26.462]➜  cp $WORK/b1626/_pkg_.a /root/.cache/go-build/c2/c2ac79bec4eefd187b5c01233ee502dabd6074f3aef01044387e1e85cd441681-d # internal
2025-08-20T21:21:33.1959834Z [00:03:26.463]➜  github.com/cloudflare/circl/math/fp448
2025-08-20T21:21:33.1960464Z [00:03:26.463]➜  mkdir -p $WORK/b1623/
2025-08-20T21:21:33.1961087Z [00:03:26.463]➜  echo -n > $WORK/b1623/go_asm.h # internal
2025-08-20T21:21:33.1961938Z [00:03:26.463]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448
2025-08-20T21:21:33.1965233Z [00:03:26.463]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp448 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448=>github.com/cloudflare/circl@v1.6.1/math/fp448;$WORK/b1623=>" -I $WORK/b1623/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1623/symabis ./fp_amd64.s
2025-08-20T21:21:33.1969735Z [00:03:26.464]➜  cat >/tmp/go-build3547871397/b1620/importcfg << 'EOF' # internal
2025-08-20T21:21:33.1970877Z [00:03:26.464]➜  # import config
2025-08-20T21:21:33.1971903Z [00:03:26.464]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:33.1973486Z [00:03:26.464]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:33.1974801Z [00:03:26.464]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3547871397/b1621/_pkg_.a
2025-08-20T21:21:33.1976351Z [00:03:26.464]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3547871397/b1336/_pkg_.a
2025-08-20T21:21:33.1993916Z [00:03:26.464]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:33.1995458Z [00:03:26.464]➜  EOF
2025-08-20T21:21:33.1995964Z [00:03:26.464]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:33.2001198Z [00:03:26.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1620/_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/b1620=>" -p github.com/cloudflare/circl/math/fp25519 -lang=go1.22 -installsuffix shared -buildid HY5iFslWh6IZm__2EEn5/HY5iFslWh6IZm__2EEn5 -goversion go1.25.0 -symabis $WORK/b1620/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1620/importcfg -pack -asmhdr $WORK/b1620/go_asm.h /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_amd64.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp_generic.go
2025-08-20T21:21:33.2109008Z [00:03:26.478]➜  cat >/tmp/go-build3547871397/b1623/importcfg << 'EOF' # internal
2025-08-20T21:21:33.2122512Z [00:03:26.478]➜  # import config
2025-08-20T21:21:33.2123562Z [00:03:26.478]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:33.2124511Z [00:03:26.478]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:33.2125838Z [00:03:26.478]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3547871397/b1621/_pkg_.a
2025-08-20T21:21:33.2127092Z [00:03:26.478]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3547871397/b1336/_pkg_.a
2025-08-20T21:21:33.2128207Z [00:03:26.478]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:33.2128883Z [00:03:26.478]➜  EOF
2025-08-20T21:21:33.2134126Z [00:03:26.478]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1623/_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/b1623=>" -p github.com/cloudflare/circl/math/fp448 -lang=go1.22 -installsuffix shared -buildid Ikj8AoHc2nUbmH60SHc7/Ikj8AoHc2nUbmH60SHc7 -goversion go1.25.0 -symabis $WORK/b1623/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1623/importcfg -pack -asmhdr $WORK/b1623/go_asm.h /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_amd64.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp_generic.go
2025-08-20T21:21:33.2786010Z [00:03:26.546]➜  cp /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp_amd64.h $WORK/b1620/fp_GOARCH.h
2025-08-20T21:21:33.2793969Z [00:03:26.546]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519
2025-08-20T21:21:33.2796815Z [00:03:26.546]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp25519 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519=>github.com/cloudflare/circl@v1.6.1/math/fp25519;$WORK/b1620=>" -I $WORK/b1620/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1620/fp_amd64.o ./fp_amd64.s
2025-08-20T21:21:33.2860975Z [00:03:26.553]➜  go tool pack r $WORK/b1620/_pkg_.a $WORK/b1620/fp_amd64.o # internal
2025-08-20T21:21:33.2863092Z [00:03:26.554]➜  go tool buildid -w $WORK/b1620/_pkg_.a # internal
2025-08-20T21:21:33.2874449Z [00:03:26.555]➜  cp $WORK/b1620/_pkg_.a /root/.cache/go-build/57/57a884d9802e9828bfbb68e359a89e2007c971c8101969d9a1df6eca3cc2dbb6-d # internal
2025-08-20T21:21:33.2884409Z [00:03:26.556]➜  github.com/cloudflare/circl/dh/x25519
2025-08-20T21:21:33.2885282Z [00:03:26.556]➜  mkdir -p $WORK/b1619/
2025-08-20T21:21:33.2905103Z [00:03:26.558]➜  echo -n > $WORK/b1619/go_asm.h # internal
2025-08-20T21:21:33.2907392Z [00:03:26.558]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519
2025-08-20T21:21:33.2914352Z [00:03:26.558]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x25519 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519=>github.com/cloudflare/circl@v1.6.1/dh/x25519;$WORK/b1619=>" -I $WORK/b1619/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1619/symabis ./curve_amd64.s
2025-08-20T21:21:33.3098356Z [00:03:26.577]➜  cat >/tmp/go-build3547871397/b1619/importcfg << 'EOF' # internal
2025-08-20T21:21:33.3104646Z [00:03:26.577]➜  # import config
2025-08-20T21:21:33.3105367Z [00:03:26.577]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:33.3106298Z [00:03:26.577]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:33.3107687Z [00:03:26.577]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build3547871397/b1620/_pkg_.a
2025-08-20T21:21:33.3108866Z [00:03:26.577]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3547871397/b1336/_pkg_.a
2025-08-20T21:21:33.3109857Z [00:03:26.577]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:33.3110523Z [00:03:26.577]➜  EOF
2025-08-20T21:21:33.3111017Z [00:03:26.577]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:33.3118153Z [00:03:26.577]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1619/_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/b1619=>" -p github.com/cloudflare/circl/dh/x25519 -lang=go1.22 -installsuffix shared -buildid 7oeoffp7NKW9C-az9rqI/7oeoffp7NKW9C-az9rqI -goversion go1.25.0 -symabis $WORK/b1619/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1619/importcfg -pack -asmhdr $WORK/b1619/go_asm.h /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_amd64.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/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:21:33.3317127Z [00:03:26.599]➜  go tool buildid -w $WORK/b1478/_pkg_.a # internal
2025-08-20T21:21:33.3373523Z [00:03:26.604]➜  cp $WORK/b1478/_pkg_.a /root/.cache/go-build/f3/f32d2c6f903cf8de64db68b527a1677a86f22db2cfb6d161559c4f82386d1b3f-d # internal
2025-08-20T21:21:33.3376471Z [00:03:26.605]➜  google.golang.org/grpc/xds/internal/balancer/cdsbalancer
2025-08-20T21:21:33.3378254Z [00:03:26.605]➜  mkdir -p $WORK/b1475/
2025-08-20T21:21:33.3383751Z [00:03:26.605]➜  cat >/tmp/go-build3547871397/b1475/importcfg << 'EOF' # internal
2025-08-20T21:21:33.3385057Z [00:03:26.606]➜  # import config
2025-08-20T21:21:33.3386128Z [00:03:26.606]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:33.3388855Z [00:03:26.606]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:33.3389790Z [00:03:26.606]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:33.3390830Z [00:03:26.606]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:21:33.3392063Z [00:03:26.606]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3547871397/b976/_pkg_.a
2025-08-20T21:21:33.3393578Z [00:03:26.606]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:33.3395075Z [00:03:26.606]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:21:33.3396505Z [00:03:26.606]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3547871397/b1421/_pkg_.a
2025-08-20T21:21:33.3397890Z [00:03:26.606]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:33.3399205Z [00:03:26.606]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build3547871397/b1476/_pkg_.a
2025-08-20T21:21:33.3400647Z [00:03:26.606]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build3547871397/b1477/_pkg_.a
2025-08-20T21:21:33.3402021Z [00:03:26.606]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:33.3403559Z [00:03:26.606]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3547871397/b997/_pkg_.a
2025-08-20T21:21:33.3404891Z [00:03:26.606]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3547871397/b981/_pkg_.a
2025-08-20T21:21:33.3406152Z [00:03:26.606]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:33.3407380Z [00:03:26.606]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:21:33.3409080Z [00:03:26.606]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build3547871397/b1478/_pkg_.a
2025-08-20T21:21:33.3410620Z [00:03:26.606]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3547871397/b1451/_pkg_.a
2025-08-20T21:21:33.3412161Z [00:03:26.606]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3547871397/b1459/_pkg_.a
2025-08-20T21:21:33.3413655Z [00:03:26.606]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:33.3414333Z [00:03:26.606]➜  EOF
2025-08-20T21:21:33.3420235Z [00:03:26.606]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1475/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/cdsbalancer=>google.golang.org/grpc@v1.68.1/xds/internal/balancer/cdsbalancer;$WORK/b1475=>" -p google.golang.org/grpc/xds/internal/balancer/cdsbalancer -lang=go1.22 -complete -installsuffix shared -buildid qUabPz5Yvc6OKXC4GzEr/qUabPz5Yvc6OKXC4GzEr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1475/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/cdsbalancer/cdsbalancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/cdsbalancer/cluster_watcher.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/cdsbalancer/logging.go
2025-08-20T21:21:33.3438003Z [00:03:26.611]➜  cp /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp_amd64.h $WORK/b1623/fp_GOARCH.h
2025-08-20T21:21:33.3442544Z [00:03:26.611]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448
2025-08-20T21:21:33.3445735Z [00:03:26.611]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp448 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448=>github.com/cloudflare/circl@v1.6.1/math/fp448;$WORK/b1623=>" -I $WORK/b1623/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1623/fp_amd64.o ./fp_amd64.s
2025-08-20T21:21:33.3526917Z [00:03:26.620]➜  go tool pack r $WORK/b1623/_pkg_.a $WORK/b1623/fp_amd64.o # internal
2025-08-20T21:21:33.3529693Z [00:03:26.620]➜  go tool buildid -w $WORK/b1623/_pkg_.a # internal
2025-08-20T21:21:33.3538822Z [00:03:26.621]➜  cp $WORK/b1623/_pkg_.a /root/.cache/go-build/e7/e721419cb0fdc9583dc45b9ea32015988a7dd3a42f77cf0bd054e6f12d71809d-d # internal
2025-08-20T21:21:33.3555977Z [00:03:26.623]➜  github.com/cloudflare/circl/dh/x448
2025-08-20T21:21:33.3563720Z [00:03:26.623]➜  mkdir -p $WORK/b1622/
2025-08-20T21:21:33.3564426Z [00:03:26.623]➜  echo -n > $WORK/b1622/go_asm.h # internal
2025-08-20T21:21:33.3565296Z [00:03:26.623]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448
2025-08-20T21:21:33.3568355Z [00:03:26.623]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x448 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448=>github.com/cloudflare/circl@v1.6.1/dh/x448;$WORK/b1622=>" -I $WORK/b1622/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1622/symabis ./curve_amd64.s
2025-08-20T21:21:33.3849749Z [00:03:26.652]➜  cp /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/curve_amd64.h $WORK/b1619/curve_GOARCH.h
2025-08-20T21:21:33.3855860Z [00:03:26.652]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519
2025-08-20T21:21:33.3858920Z [00:03:26.653]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x25519 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519=>github.com/cloudflare/circl@v1.6.1/dh/x25519;$WORK/b1619=>" -I $WORK/b1619/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1619/curve_amd64.o ./curve_amd64.s
2025-08-20T21:21:33.3988104Z [00:03:26.666]➜  cat >/tmp/go-build3547871397/b1622/importcfg << 'EOF' # internal
2025-08-20T21:21:33.3990821Z [00:03:26.666]➜  # import config
2025-08-20T21:21:33.3993786Z [00:03:26.666]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:33.3995012Z [00:03:26.666]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:33.3998409Z [00:03:26.666]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build3547871397/b1623/_pkg_.a
2025-08-20T21:21:33.3999586Z [00:03:26.666]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3547871397/b1336/_pkg_.a
2025-08-20T21:21:33.4000554Z [00:03:26.666]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:33.4001195Z [00:03:26.666]➜  EOF
2025-08-20T21:21:33.4001681Z [00:03:26.666]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:33.4007763Z [00:03:26.666]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1622/_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/b1622=>" -p github.com/cloudflare/circl/dh/x448 -lang=go1.22 -installsuffix shared -buildid Uu8KXWoEFa2Gyc6OUgx3/Uu8KXWoEFa2Gyc6OUgx3 -goversion go1.25.0 -symabis $WORK/b1622/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1622/importcfg -pack -asmhdr $WORK/b1622/go_asm.h /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_amd64.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/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:21:33.4234818Z [00:03:26.691]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519
2025-08-20T21:21:33.4259255Z [00:03:26.693]➜  go tool pack r $WORK/b1619/_pkg_.a $WORK/b1619/curve_amd64.o # internal
2025-08-20T21:21:33.4260086Z [00:03:26.693]➜  go tool buildid -w $WORK/b1619/_pkg_.a # internal
2025-08-20T21:21:33.4642543Z [00:03:26.730]➜  cp $WORK/b1619/_pkg_.a /root/.cache/go-build/40/40e0e6bcd7dd70d0edb88b2c7c2a672fd4e07cbef119eab9c6cf622072a22b8f-d # internal
2025-08-20T21:21:33.4644175Z [00:03:26.730]➜  github.com/cloudflare/circl/sign/ed25519
2025-08-20T21:21:33.4644846Z [00:03:26.730]➜  mkdir -p $WORK/b1624/
2025-08-20T21:21:33.4645610Z [00:03:26.731]➜  cat >/tmp/go-build3547871397/b1624/importcfg << 'EOF' # internal
2025-08-20T21:21:33.4646293Z [00:03:26.731]➜  # import config
2025-08-20T21:21:33.4646958Z [00:03:26.731]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:33.4647813Z [00:03:26.731]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:33.4648699Z [00:03:26.731]➜  packagefile crypto/ed25519=/tmp/go-build3547871397/b200/_pkg_.a
2025-08-20T21:21:33.4649637Z [00:03:26.731]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:33.4650747Z [00:03:26.731]➜  packagefile crypto/sha512=/tmp/go-build3547871397/b196/_pkg_.a
2025-08-20T21:21:33.4651694Z [00:03:26.731]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:33.4653463Z [00:03:26.731]➜  packagefile encoding/asn1=/tmp/go-build3547871397/b198/_pkg_.a
2025-08-20T21:21:33.4654458Z [00:03:26.731]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:33.4655335Z [00:03:26.731]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:33.4656146Z [00:03:26.731]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:33.4657207Z [00:03:26.731]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3547871397/b1621/_pkg_.a
2025-08-20T21:21:33.4658419Z [00:03:26.731]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build3547871397/b1625/_pkg_.a
2025-08-20T21:21:33.4659705Z [00:03:26.731]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build3547871397/b1620/_pkg_.a
2025-08-20T21:21:33.4660982Z [00:03:26.731]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3547871397/b1626/_pkg_.a
2025-08-20T21:21:33.4661982Z [00:03:26.731]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:33.4663055Z [00:03:26.731]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:33.4663936Z [00:03:26.731]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:33.4664565Z [00:03:26.731]➜  EOF
2025-08-20T21:21:33.4665046Z [00:03:26.731]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:33.4672356Z [00:03:26.731]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1624/_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/b1624=>" -p github.com/cloudflare/circl/sign/ed25519 -lang=go1.22 -complete -installsuffix shared -buildid Rx8rf9Oc9PEE84TT-REE/Rx8rf9Oc9PEE84TT-REE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1624/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:21:33.5520368Z [00:03:26.819]➜  cp /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/curve_amd64.h $WORK/b1622/curve_GOARCH.h
2025-08-20T21:21:33.5525494Z [00:03:26.819]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448
2025-08-20T21:21:33.5528302Z [00:03:26.819]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x448 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448=>github.com/cloudflare/circl@v1.6.1/dh/x448;$WORK/b1622=>" -I $WORK/b1622/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1622/curve_amd64.o ./curve_amd64.s
2025-08-20T21:21:33.5966135Z [00:03:26.861]➜  go tool buildid -w $WORK/b1475/_pkg_.a # internal
2025-08-20T21:21:33.5993043Z [00:03:26.866]➜  cp $WORK/b1475/_pkg_.a /root/.cache/go-build/ca/ca8dba40ed81b2dddf166070c5dffc1bcf53e8a225fb15431b06aea4b55c569c-d # internal
2025-08-20T21:21:33.6008049Z [00:03:26.868]➜  google.golang.org/grpc/xds/internal/balancer
2025-08-20T21:21:33.6011669Z [00:03:26.868]➜  mkdir -p $WORK/b1469/
2025-08-20T21:21:33.6031546Z [00:03:26.870]➜  cat >/tmp/go-build3547871397/b1469/importcfg << 'EOF' # internal
2025-08-20T21:21:33.6033284Z [00:03:26.870]➜  # import config
2025-08-20T21:21:33.6034852Z [00:03:26.870]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build3547871397/b1470/_pkg_.a
2025-08-20T21:21:33.6036898Z [00:03:26.870]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build3547871397/b1471/_pkg_.a
2025-08-20T21:21:33.6038850Z [00:03:26.870]➜  packagefile google.golang.org/grpc/xds/internal/balancer/cdsbalancer=/tmp/go-build3547871397/b1475/_pkg_.a
2025-08-20T21:21:33.6040986Z [00:03:26.870]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build3547871397/b1485/_pkg_.a
2025-08-20T21:21:33.6043332Z [00:03:26.870]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build3547871397/b1490/_pkg_.a
2025-08-20T21:21:33.6045591Z [00:03:26.870]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build3547871397/b1478/_pkg_.a
2025-08-20T21:21:33.6048080Z [00:03:26.870]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build3547871397/b1487/_pkg_.a
2025-08-20T21:21:33.6050329Z [00:03:26.870]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build3547871397/b1488/_pkg_.a
2025-08-20T21:21:33.6051782Z [00:03:26.870]➜  EOF
2025-08-20T21:21:33.6054668Z [00:03:26.872]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:33.6058817Z [00:03:26.872]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1469/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer=>google.golang.org/grpc@v1.68.1/xds/internal/balancer;$WORK/b1469=>" -p google.golang.org/grpc/xds/internal/balancer -lang=go1.22 -complete -installsuffix shared -buildid pYQaMKWHsz6T1otxm861/pYQaMKWHsz6T1otxm861 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1469/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/internal/balancer/balancer.go
2025-08-20T21:21:33.6389779Z [00:03:26.906]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448
2025-08-20T21:21:33.6397538Z [00:03:26.906]➜  go tool pack r $WORK/b1622/_pkg_.a $WORK/b1622/curve_amd64.o # internal
2025-08-20T21:21:33.6398450Z [00:03:26.906]➜  go tool buildid -w $WORK/b1622/_pkg_.a # internal
2025-08-20T21:21:33.6422389Z [00:03:26.909]➜  cp $WORK/b1622/_pkg_.a /root/.cache/go-build/c7/c78523401d058a8ea1c72cfb8b8152f6a0119a322962ccb64bb26bea45557a33-d # internal
2025-08-20T21:21:33.6428382Z [00:03:26.910]➜  github.com/cloudflare/circl/math/mlsbset
2025-08-20T21:21:33.6429932Z [00:03:26.910]➜  mkdir -p $WORK/b1629/
2025-08-20T21:21:33.6468406Z [00:03:26.914]➜  cat >/tmp/go-build3547871397/b1629/importcfg << 'EOF' # internal
2025-08-20T21:21:33.6476233Z [00:03:26.914]➜  # import config
2025-08-20T21:21:33.6481032Z [00:03:26.914]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:33.6481917Z [00:03:26.914]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:33.6483266Z [00:03:26.914]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3547871397/b1621/_pkg_.a
2025-08-20T21:21:33.6484429Z [00:03:26.914]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:33.6485106Z [00:03:26.914]➜  EOF
2025-08-20T21:21:33.6486116Z [00:03:26.915]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:33.6491405Z [00:03:26.915]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1629/_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/b1629=>" -p github.com/cloudflare/circl/math/mlsbset -lang=go1.22 -complete -installsuffix shared -buildid ZeuwFEVrPQlpwAF-UieI/ZeuwFEVrPQlpwAF-UieI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1629/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:21:33.6498866Z [00:03:26.915]➜  go tool buildid -w $WORK/b1469/_pkg_.a # internal
2025-08-20T21:21:33.6500504Z [00:03:26.917]➜  cp $WORK/b1469/_pkg_.a /root/.cache/go-build/e7/e707f811bbe48a1e5eacc57193d5edeb970e41c8a0904689bfff9ab52c40b9b6-d # internal
2025-08-20T21:21:33.6501881Z [00:03:26.917]➜  google.golang.org/grpc/xds
2025-08-20T21:21:33.6522341Z [00:03:26.917]➜  mkdir -p $WORK/b1425/
2025-08-20T21:21:33.6523577Z [00:03:26.917]➜  cat >/tmp/go-build3547871397/b1425/importcfg << 'EOF' # internal
2025-08-20T21:21:33.6524350Z [00:03:26.917]➜  # import config
2025-08-20T21:21:33.6525064Z [00:03:26.917]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:33.6526167Z [00:03:26.917]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:33.6527030Z [00:03:26.917]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:33.6528337Z [00:03:26.917]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build3547871397/b1426/_pkg_.a
2025-08-20T21:21:33.6529714Z [00:03:26.917]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:33.6530850Z [00:03:26.917]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:33.6532062Z [00:03:26.917]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:21:33.6533831Z [00:03:26.917]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build3547871397/b1424/_pkg_.a
2025-08-20T21:21:33.6535280Z [00:03:26.917]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:33.6536509Z [00:03:26.917]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:21:33.6537750Z [00:03:26.917]➜  packagefile google.golang.org/grpc/internal/admin=/tmp/go-build3547871397/b1449/_pkg_.a
2025-08-20T21:21:33.6539070Z [00:03:26.917]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:33.6540395Z [00:03:26.917]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3547871397/b997/_pkg_.a
2025-08-20T21:21:33.6541735Z [00:03:26.917]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3547871397/b1001/_pkg_.a
2025-08-20T21:21:33.6548737Z [00:03:26.917]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3547871397/b1008/_pkg_.a
2025-08-20T21:21:33.6550230Z [00:03:26.917]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3547871397/b1412/_pkg_.a
2025-08-20T21:21:33.6551770Z [00:03:26.917]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:33.6553303Z [00:03:26.917]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:33.6554524Z [00:03:26.917]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:33.6555696Z [00:03:26.917]➜  packagefile google.golang.org/grpc/xds/csds=/tmp/go-build3547871397/b1450/_pkg_.a
2025-08-20T21:21:33.6557007Z [00:03:26.917]➜  packagefile google.golang.org/grpc/xds/internal/balancer=/tmp/go-build3547871397/b1469/_pkg_.a
2025-08-20T21:21:33.6558531Z [00:03:26.917]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier/rls=/tmp/go-build3547871397/b1491/_pkg_.a
2025-08-20T21:21:33.6560148Z [00:03:26.917]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/fault=/tmp/go-build3547871397/b1492/_pkg_.a
2025-08-20T21:21:33.6561652Z [00:03:26.917]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/rbac=/tmp/go-build3547871397/b1495/_pkg_.a
2025-08-20T21:21:33.6563787Z [00:03:26.917]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/router=/tmp/go-build3547871397/b1502/_pkg_.a
2025-08-20T21:21:33.6565318Z [00:03:26.917]➜  packagefile google.golang.org/grpc/xds/internal/resolver=/tmp/go-build3547871397/b1504/_pkg_.a
2025-08-20T21:21:33.6566716Z [00:03:26.917]➜  packagefile google.golang.org/grpc/xds/internal/server=/tmp/go-build3547871397/b1508/_pkg_.a
2025-08-20T21:21:33.6568097Z [00:03:26.917]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3547871397/b1451/_pkg_.a
2025-08-20T21:21:33.6569758Z [00:03:26.917]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter=/tmp/go-build3547871397/b1509/_pkg_.a
2025-08-20T21:21:33.6571685Z [00:03:26.917]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3547871397/b1459/_pkg_.a
2025-08-20T21:21:33.6573129Z [00:03:26.917]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:33.6573960Z [00:03:26.917]➜  EOF
2025-08-20T21:21:33.6578200Z [00:03:26.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1425/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds=>google.golang.org/grpc@v1.68.1/xds;$WORK/b1425=>" -p google.golang.org/grpc/xds -lang=go1.22 -complete -installsuffix shared -buildid CVF58NGBjJOK0pr0di8t/CVF58NGBjJOK0pr0di8t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1425/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/server_options.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/xds.go
2025-08-20T21:21:33.6860527Z [00:03:26.953]➜  go tool buildid -w $WORK/b1624/_pkg_.a # internal
2025-08-20T21:21:33.6914902Z [00:03:26.959]➜  cp $WORK/b1624/_pkg_.a /root/.cache/go-build/c7/c789418d64f7738c00b72d7e940dced8a4c3ab328d74224aabd3369a08bc1aa2-d # internal
2025-08-20T21:21:33.6940273Z [00:03:26.959]➜  github.com/cloudflare/circl/internal/sha3
2025-08-20T21:21:33.6941117Z [00:03:26.959]➜  mkdir -p $WORK/b1630/
2025-08-20T21:21:33.6941908Z [00:03:26.960]➜  cat >/tmp/go-build3547871397/b1630/importcfg << 'EOF' # internal
2025-08-20T21:21:33.6942837Z [00:03:26.960]➜  # import config
2025-08-20T21:21:33.6943546Z [00:03:26.960]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:33.6944174Z [00:03:26.960]➜  EOF
2025-08-20T21:21:33.6951528Z [00:03:26.961]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1630/_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/b1630=>" -p github.com/cloudflare/circl/internal/sha3 -lang=go1.22 -complete -installsuffix shared -buildid _3gP4IxBM4_wyCmLCMNz/_3gP4IxBM4_wyCmLCMNz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1630/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_unaligned.go
2025-08-20T21:21:33.6975394Z [00:03:26.964]➜  go tool buildid -w $WORK/b1629/_pkg_.a # internal
2025-08-20T21:21:33.6976786Z [00:03:26.964]➜  cp $WORK/b1629/_pkg_.a /root/.cache/go-build/23/235405bcb6b42834a98f977922955e748ec6d8af25dc49ad511dceeb0b7a6b07-d # internal
2025-08-20T21:21:33.6984508Z [00:03:26.964]➜  github.com/cloudflare/circl/ecc/goldilocks
2025-08-20T21:21:33.6985178Z [00:03:26.965]➜  mkdir -p $WORK/b1628/
2025-08-20T21:21:33.6985966Z [00:03:26.965]➜  cat >/tmp/go-build3547871397/b1628/importcfg << 'EOF' # internal
2025-08-20T21:21:33.6986680Z [00:03:26.965]➜  # import config
2025-08-20T21:21:33.6987421Z [00:03:26.965]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:33.6988424Z [00:03:26.965]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:33.6989339Z [00:03:26.965]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:33.6990209Z [00:03:26.965]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:33.6991329Z [00:03:26.965]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3547871397/b1621/_pkg_.a
2025-08-20T21:21:33.6992936Z [00:03:26.965]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build3547871397/b1625/_pkg_.a
2025-08-20T21:21:33.6994243Z [00:03:26.965]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build3547871397/b1623/_pkg_.a
2025-08-20T21:21:33.6995788Z [00:03:26.965]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/tmp/go-build3547871397/b1629/_pkg_.a
2025-08-20T21:21:33.6996966Z [00:03:26.965]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:33.6997840Z [00:03:26.965]➜  EOF
2025-08-20T21:21:33.7006695Z [00:03:26.965]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1628/_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/b1628=>" -p github.com/cloudflare/circl/ecc/goldilocks -lang=go1.22 -complete -installsuffix shared -buildid VdRitmHWcUFB99wWwV7S/VdRitmHWcUFB99wWwV7S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1628/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:21:33.7699195Z [00:03:27.037]➜  go tool buildid -w $WORK/b1630/_pkg_.a # internal
2025-08-20T21:21:33.7737987Z [00:03:27.041]➜  cp $WORK/b1630/_pkg_.a /root/.cache/go-build/3d/3d2a3a819725e2ed0071870e6d32048ec43aa036c5aa8207cc917d7bb9026fa6-d # internal
2025-08-20T21:21:33.7762479Z [00:03:27.041]➜  github.com/ProtonMail/go-crypto/openpgp/ed25519
2025-08-20T21:21:33.7763449Z [00:03:27.041]➜  mkdir -p $WORK/b1632/
2025-08-20T21:21:33.7764214Z [00:03:27.041]➜  cat >/tmp/go-build3547871397/b1632/importcfg << 'EOF' # internal
2025-08-20T21:21:33.7765188Z [00:03:27.043]➜  # import config
2025-08-20T21:21:33.7765947Z [00:03:27.043]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:33.7767176Z [00:03:27.043]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3547871397/b1607/_pkg_.a
2025-08-20T21:21:33.7770119Z [00:03:27.044]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build3547871397/b1624/_pkg_.a
2025-08-20T21:21:33.7771759Z [00:03:27.044]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:33.7773119Z [00:03:27.044]➜  EOF
2025-08-20T21:21:33.7777414Z [00:03:27.044]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1632/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/ed25519=>github.com/ProtonMail/go-crypto@v1.2.0/openpgp/ed25519;$WORK/b1632=>" -p github.com/ProtonMail/go-crypto/openpgp/ed25519 -lang=go1.22 -complete -installsuffix shared -buildid GLtgAJuT-OSVM4rqZ77o/GLtgAJuT-OSVM4rqZ77o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1632/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/ed25519/ed25519.go
2025-08-20T21:21:33.8363038Z [00:03:27.103]➜  go tool buildid -w $WORK/b1632/_pkg_.a # internal
2025-08-20T21:21:33.8370743Z [00:03:27.104]➜  cp $WORK/b1632/_pkg_.a /root/.cache/go-build/ed/edf48c2f263adff1b18ca2feede85f875ef4cb5fbfc282ff5a67caa65bf2e45d-d # internal
2025-08-20T21:21:33.8372104Z [00:03:27.104]➜  github.com/ProtonMail/go-crypto/openpgp/elgamal
2025-08-20T21:21:33.8373033Z [00:03:27.104]➜  mkdir -p $WORK/b1636/
2025-08-20T21:21:33.8373795Z [00:03:27.104]➜  cat >/tmp/go-build3547871397/b1636/importcfg << 'EOF' # internal
2025-08-20T21:21:33.8374490Z [00:03:27.104]➜  # import config
2025-08-20T21:21:33.8375210Z [00:03:27.104]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:33.8376130Z [00:03:27.104]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:33.8377244Z [00:03:27.104]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:33.8378075Z [00:03:27.104]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:33.8378892Z [00:03:27.104]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:33.8379698Z [00:03:27.104]➜  EOF
2025-08-20T21:21:33.8419158Z [00:03:27.109]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1636/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/elgamal=>github.com/ProtonMail/go-crypto@v1.2.0/openpgp/elgamal;$WORK/b1636=>" -p github.com/ProtonMail/go-crypto/openpgp/elgamal -lang=go1.22 -complete -installsuffix shared -buildid v6sxXtIMyt1TNIurAAhE/v6sxXtIMyt1TNIurAAhE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1636/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/elgamal/elgamal.go
2025-08-20T21:21:33.9119918Z [00:03:27.179]➜  go tool buildid -w $WORK/b1636/_pkg_.a # internal
2025-08-20T21:21:33.9125141Z [00:03:27.180]➜  cp $WORK/b1636/_pkg_.a /root/.cache/go-build/b8/b87810e793eff86d765ed6b5c1d4917dd96121faf4d9ac26ecefb016ade9f42e-d # internal
2025-08-20T21:21:33.9132795Z [00:03:27.180]➜  golang.org/x/crypto/blake2b
2025-08-20T21:21:33.9133410Z [00:03:27.180]➜  mkdir -p $WORK/b1639/
2025-08-20T21:21:33.9146260Z [00:03:27.182]➜  echo -n > $WORK/b1639/go_asm.h # internal
2025-08-20T21:21:33.9148045Z [00:03:27.182]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b
2025-08-20T21:21:33.9152177Z [00:03:27.182]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b=>golang.org/x/crypto@v0.40.0/blake2b;$WORK/b1639=>" -I $WORK/b1639/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1639/symabis ./blake2bAVX2_amd64.s ./blake2b_amd64.s
2025-08-20T21:21:33.9319870Z [00:03:27.199]➜  cat >/tmp/go-build3547871397/b1639/importcfg << 'EOF' # internal
2025-08-20T21:21:33.9324781Z [00:03:27.199]➜  # import config
2025-08-20T21:21:33.9325701Z [00:03:27.199]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:33.9326615Z [00:03:27.199]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:33.9327663Z [00:03:27.199]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:33.9328576Z [00:03:27.199]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3547871397/b1336/_pkg_.a
2025-08-20T21:21:33.9329484Z [00:03:27.199]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:33.9330285Z [00:03:27.199]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:33.9331117Z [00:03:27.199]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:33.9331739Z [00:03:27.199]➜  EOF
2025-08-20T21:21:33.9332197Z [00:03:27.199]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:33.9338511Z [00:03:27.199]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1639/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b=>golang.org/x/crypto@v0.40.0/blake2b;$WORK/b1639=>" -p golang.org/x/crypto/blake2b -lang=go1.23 -installsuffix shared -buildid 5q75WqGlSgkG5LthJhXC/5q75WqGlSgkG5LthJhXC -goversion go1.25.0 -symabis $WORK/b1639/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1639/importcfg -pack -asmhdr $WORK/b1639/go_asm.h /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/blake2bAVX2_amd64.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/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:21:33.9426334Z [00:03:27.210]➜  go tool buildid -w $WORK/b1628/_pkg_.a # internal
2025-08-20T21:21:33.9450397Z [00:03:27.212]➜  cp $WORK/b1628/_pkg_.a /root/.cache/go-build/1f/1f9aae9a7c26d94d2f04cf81bd52a1dc9659649909aff1870136c3c7178ba0c9-d # internal
2025-08-20T21:21:33.9458755Z [00:03:27.213]➜  github.com/cloudflare/circl/sign/ed448
2025-08-20T21:21:33.9459448Z [00:03:27.213]➜  mkdir -p $WORK/b1627/
2025-08-20T21:21:33.9462571Z [00:03:27.213]➜  cat >/tmp/go-build3547871397/b1627/importcfg << 'EOF' # internal
2025-08-20T21:21:33.9470235Z [00:03:27.213]➜  # import config
2025-08-20T21:21:33.9470908Z [00:03:27.213]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:33.9471722Z [00:03:27.213]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:33.9472767Z [00:03:27.213]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:33.9473696Z [00:03:27.213]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:33.9474611Z [00:03:27.213]➜  packagefile encoding/asn1=/tmp/go-build3547871397/b198/_pkg_.a
2025-08-20T21:21:33.9475454Z [00:03:27.213]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:33.9476230Z [00:03:27.213]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:33.9477335Z [00:03:27.213]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/tmp/go-build3547871397/b1628/_pkg_.a
2025-08-20T21:21:33.9478701Z [00:03:27.213]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3547871397/b1630/_pkg_.a
2025-08-20T21:21:33.9480021Z [00:03:27.213]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3547871397/b1626/_pkg_.a
2025-08-20T21:21:33.9481014Z [00:03:27.213]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:33.9481841Z [00:03:27.213]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:33.9482465Z [00:03:27.213]➜  EOF
2025-08-20T21:21:33.9487109Z [00:03:27.213]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1627/_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/b1627=>" -p github.com/cloudflare/circl/sign/ed448 -lang=go1.22 -complete -installsuffix shared -buildid dkQh2qise81aF47yjxZl/dkQh2qise81aF47yjxZl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1627/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:21:33.9814837Z [00:03:27.249]➜  go tool buildid -w $WORK/b1425/_pkg_.a # internal
2025-08-20T21:21:33.9864531Z [00:03:27.253]➜  cp $WORK/b1425/_pkg_.a /root/.cache/go-build/89/898b235535daca0a5b1ce9c33ab25ed75217c6b9bc054c3667cfa93d2f3c49c3-d # internal
2025-08-20T21:21:33.9928584Z [00:03:27.260]➜  google.golang.org/grpc/xds/googledirectpath
2025-08-20T21:21:33.9931124Z [00:03:27.260]➜  mkdir -p $WORK/b1411/
2025-08-20T21:21:33.9933694Z [00:03:27.261]➜  cat >/tmp/go-build3547871397/b1411/importcfg << 'EOF' # internal
2025-08-20T21:21:33.9937420Z [00:03:27.261]➜  # import config
2025-08-20T21:21:33.9954431Z [00:03:27.261]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:33.9955345Z [00:03:27.261]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:33.9956174Z [00:03:27.261]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:33.9957234Z [00:03:27.261]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:21:33.9958385Z [00:03:27.261]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3547871397/b972/_pkg_.a
2025-08-20T21:21:33.9959565Z [00:03:27.261]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build3547871397/b1374/_pkg_.a
2025-08-20T21:21:33.9960755Z [00:03:27.261]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:21:33.9961992Z [00:03:27.261]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3547871397/b1412/_pkg_.a
2025-08-20T21:21:33.9963272Z [00:03:27.261]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:21:33.9964476Z [00:03:27.261]➜  packagefile google.golang.org/grpc/xds=/tmp/go-build3547871397/b1425/_pkg_.a
2025-08-20T21:21:33.9965331Z [00:03:27.261]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:33.9966081Z [00:03:27.261]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:33.9967005Z [00:03:27.261]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:33.9967734Z [00:03:27.261]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:33.9968453Z [00:03:27.261]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:33.9969169Z [00:03:27.261]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:33.9969850Z [00:03:27.261]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:33.9970376Z [00:03:27.261]➜  EOF
2025-08-20T21:21:33.9974641Z [00:03:27.261]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1411/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/googledirectpath=>google.golang.org/grpc@v1.68.1/xds/googledirectpath;$WORK/b1411=>" -p google.golang.org/grpc/xds/googledirectpath -lang=go1.22 -complete -installsuffix shared -buildid BqEPtrexyPc52ehWnXa7/BqEPtrexyPc52ehWnXa7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1411/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/googledirectpath/googlec2p.go /root/go/pkg/mod/google.golang.org/grpc@v1.68.1/xds/googledirectpath/utils.go
2025-08-20T21:21:34.0188020Z [00:03:27.286]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b
2025-08-20T21:21:34.0191943Z [00:03:27.286]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b=>golang.org/x/crypto@v0.40.0/blake2b;$WORK/b1639=>" -I $WORK/b1639/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1639/blake2bAVX2_amd64.o ./blake2bAVX2_amd64.s
2025-08-20T21:21:34.0373874Z [00:03:27.304]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b=>golang.org/x/crypto@v0.40.0/blake2b;$WORK/b1639=>" -I $WORK/b1639/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1639/blake2b_amd64.o ./blake2b_amd64.s
2025-08-20T21:21:34.0419520Z [00:03:27.309]➜  go tool buildid -w $WORK/b1627/_pkg_.a # internal
2025-08-20T21:21:34.0434120Z [00:03:27.311]➜  cp $WORK/b1627/_pkg_.a /root/.cache/go-build/70/70c39eb378bec543f7bca808fcea3db2858d2ce198629e71145a0dd077fd6791-d # internal
2025-08-20T21:21:34.0453610Z [00:03:27.313]➜  github.com/ProtonMail/go-crypto/openpgp/internal/ecc
2025-08-20T21:21:34.0454611Z [00:03:27.313]➜  mkdir -p $WORK/b1615/
2025-08-20T21:21:34.0455750Z [00:03:27.313]➜  go tool pack r $WORK/b1639/_pkg_.a $WORK/b1639/blake2bAVX2_amd64.o $WORK/b1639/blake2b_amd64.o # internal
2025-08-20T21:21:34.0457131Z [00:03:27.313]➜  go tool buildid -w $WORK/b1639/_pkg_.a # internal
2025-08-20T21:21:34.0470155Z [00:03:27.314]➜  cat >/tmp/go-build3547871397/b1615/importcfg << 'EOF' # internal
2025-08-20T21:21:34.0471250Z [00:03:27.314]➜  # import config
2025-08-20T21:21:34.0472354Z [00:03:27.314]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:34.0473618Z [00:03:27.314]➜  packagefile crypto/ecdsa=/tmp/go-build3547871397/b188/_pkg_.a
2025-08-20T21:21:34.0474775Z [00:03:27.314]➜  packagefile crypto/elliptic=/tmp/go-build3547871397/b189/_pkg_.a
2025-08-20T21:21:34.0476906Z [00:03:27.314]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:34.0477784Z [00:03:27.314]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:34.0478877Z [00:03:27.314]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/tmp/go-build3547871397/b1616/_pkg_.a
2025-08-20T21:21:34.0480234Z [00:03:27.314]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/tmp/go-build3547871397/b1617/_pkg_.a
2025-08-20T21:21:34.0481632Z [00:03:27.314]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3547871397/b1607/_pkg_.a
2025-08-20T21:21:34.0483508Z [00:03:27.314]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build3547871397/b1618/_pkg_.a
2025-08-20T21:21:34.0484936Z [00:03:27.314]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build3547871397/b1619/_pkg_.a
2025-08-20T21:21:34.0486365Z [00:03:27.314]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build3547871397/b1622/_pkg_.a
2025-08-20T21:21:34.0494317Z [00:03:27.314]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build3547871397/b1624/_pkg_.a
2025-08-20T21:21:34.0495469Z [00:03:27.314]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build3547871397/b1627/_pkg_.a
2025-08-20T21:21:34.0496352Z [00:03:27.314]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:34.0497055Z [00:03:27.314]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:34.0497591Z [00:03:27.314]➜  EOF
2025-08-20T21:21:34.0498008Z [00:03:27.314]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:34.0505800Z [00:03:27.314]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1615/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/internal/ecc=>github.com/ProtonMail/go-crypto@v1.2.0/openpgp/internal/ecc;$WORK/b1615=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/ecc -lang=go1.22 -complete -installsuffix shared -buildid wVC1iPN-4dOzzz2LeIY5/wVC1iPN-4dOzzz2LeIY5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1615/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/internal/ecc/curve25519.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/internal/ecc/curve_info.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/internal/ecc/curves.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/internal/ecc/ed25519.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/internal/ecc/ed448.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/internal/ecc/generic.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/internal/ecc/x448.go
2025-08-20T21:21:34.0513836Z [00:03:27.315]➜  cp $WORK/b1639/_pkg_.a /root/.cache/go-build/b4/b445f6fcaac4446790a6d1a61b2a9b63859a2e1f7a57de1f34ee87c5cb766816-d # internal
2025-08-20T21:21:34.0515221Z [00:03:27.315]➜  github.com/ProtonMail/go-crypto/openpgp/ed448
2025-08-20T21:21:34.0515922Z [00:03:27.315]➜  mkdir -p $WORK/b1633/
2025-08-20T21:21:34.0516649Z [00:03:27.316]➜  cat >/tmp/go-build3547871397/b1633/importcfg << 'EOF' # internal
2025-08-20T21:21:34.0517314Z [00:03:27.316]➜  # import config
2025-08-20T21:21:34.0518002Z [00:03:27.316]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:34.0519164Z [00:03:27.316]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3547871397/b1607/_pkg_.a
2025-08-20T21:21:34.0520453Z [00:03:27.316]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build3547871397/b1627/_pkg_.a
2025-08-20T21:21:34.0521443Z [00:03:27.316]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:34.0522034Z [00:03:27.316]➜  EOF
2025-08-20T21:21:34.0555998Z [00:03:27.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1633/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/ed448=>github.com/ProtonMail/go-crypto@v1.2.0/openpgp/ed448;$WORK/b1633=>" -p github.com/ProtonMail/go-crypto/openpgp/ed448 -lang=go1.22 -complete -installsuffix shared -buildid jPfQlVlHQt3orCaU620j/jPfQlVlHQt3orCaU620j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1633/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/ed448/ed448.go
2025-08-20T21:21:34.0827784Z [00:03:27.350]➜  go tool buildid -w $WORK/b1633/_pkg_.a # internal
2025-08-20T21:21:34.0855507Z [00:03:27.353]➜  go tool buildid -w $WORK/b1411/_pkg_.a # internal
2025-08-20T21:21:34.0890152Z [00:03:27.356]➜  cp $WORK/b1411/_pkg_.a /root/.cache/go-build/bc/bc0eddf55825864799182eb558971186e39f7d4ba0784ebccd3ebcd5f2403efb-d # internal
2025-08-20T21:21:34.1021560Z [00:03:27.369]➜  cp $WORK/b1633/_pkg_.a /root/.cache/go-build/26/26aac8580a15720863f84fcfa2cc5dc24fc9f32b274819cd1b526bbbd0fc7965-d # internal
2025-08-20T21:21:34.1089225Z [00:03:27.376]➜  golang.org/x/crypto/argon2
2025-08-20T21:21:34.1090115Z [00:03:27.376]➜  mkdir -p $WORK/b1638/
2025-08-20T21:21:34.1093919Z [00:03:27.377]➜  echo -n > $WORK/b1638/go_asm.h # internal
2025-08-20T21:21:34.1095226Z [00:03:27.377]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2
2025-08-20T21:21:34.1099745Z [00:03:27.377]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/argon2 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2=>golang.org/x/crypto@v0.40.0/argon2;$WORK/b1638=>" -I $WORK/b1638/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1638/symabis ./blamka_amd64.s
2025-08-20T21:21:34.1183625Z [00:03:27.386]➜  cloud.google.com/go/storage
2025-08-20T21:21:34.1186247Z [00:03:27.386]➜  mkdir -p $WORK/b1260/
2025-08-20T21:21:34.1248081Z [00:03:27.391]➜  cat >/tmp/go-build3547871397/b1260/importcfg << 'EOF' # internal
2025-08-20T21:21:34.1249284Z [00:03:27.392]➜  # import config
2025-08-20T21:21:34.1251586Z [00:03:27.392]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:34.1253041Z [00:03:27.392]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3547871397/b1261/_pkg_.a
2025-08-20T21:21:34.1257305Z [00:03:27.392]➜  packagefile cloud.google.com/go/iam=/tmp/go-build3547871397/b1262/_pkg_.a
2025-08-20T21:21:34.1258456Z [00:03:27.392]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3547871397/b1263/_pkg_.a
2025-08-20T21:21:34.1259607Z [00:03:27.392]➜  packagefile cloud.google.com/go/internal=/tmp/go-build3547871397/b1275/_pkg_.a
2025-08-20T21:21:34.1260758Z [00:03:27.392]➜  packagefile cloud.google.com/go/internal/optional=/tmp/go-build3547871397/b1276/_pkg_.a
2025-08-20T21:21:34.1262169Z [00:03:27.392]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build3547871397/b1277/_pkg_.a
2025-08-20T21:21:34.1263599Z [00:03:27.392]➜  packagefile cloud.google.com/go/internal/version=/tmp/go-build3547871397/b1284/_pkg_.a
2025-08-20T21:21:34.1264851Z [00:03:27.392]➜  packagefile cloud.google.com/go/storage/experimental=/tmp/go-build3547871397/b1285/_pkg_.a
2025-08-20T21:21:34.1266322Z [00:03:27.392]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build3547871397/b1286/_pkg_.a
2025-08-20T21:21:34.1267590Z [00:03:27.392]➜  packagefile cloud.google.com/go/storage/internal/apiv2=/tmp/go-build3547871397/b1352/_pkg_.a
2025-08-20T21:21:34.1268986Z [00:03:27.392]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build3547871397/b1353/_pkg_.a
2025-08-20T21:21:34.1270100Z [00:03:27.392]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:34.1270926Z [00:03:27.392]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:34.1271832Z [00:03:27.392]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:34.1275388Z [00:03:27.392]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:21:34.1276251Z [00:03:27.392]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:34.1277100Z [00:03:27.392]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:34.1277958Z [00:03:27.392]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:34.1278920Z [00:03:27.392]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:34.1279879Z [00:03:27.392]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:34.1280848Z [00:03:27.392]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:34.1281789Z [00:03:27.392]➜  packagefile encoding/pem=/tmp/go-build3547871397/b226/_pkg_.a
2025-08-20T21:21:34.1282896Z [00:03:27.392]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:34.1283962Z [00:03:27.392]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:34.1285424Z [00:03:27.392]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric=/tmp/go-build3547871397/b1380/_pkg_.a
2025-08-20T21:21:34.1287123Z [00:03:27.392]➜  packagefile github.com/google/uuid=/tmp/go-build3547871397/b276/_pkg_.a
2025-08-20T21:21:34.1288283Z [00:03:27.392]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3547871397/b1267/_pkg_.a
2025-08-20T21:21:34.1289570Z [00:03:27.392]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build3547871397/b1273/_pkg_.a
2025-08-20T21:21:34.1290901Z [00:03:27.392]➜  packagefile go.opentelemetry.io/contrib/detectors/gcp=/tmp/go-build3547871397/b1394/_pkg_.a
2025-08-20T21:21:34.1292232Z [00:03:27.392]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:21:34.1293861Z [00:03:27.392]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build3547871397/b1287/_pkg_.a
2025-08-20T21:21:34.1295284Z [00:03:27.392]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3547871397/b1292/_pkg_.a
2025-08-20T21:21:34.1296663Z [00:03:27.392]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3547871397/b1293/_pkg_.a
2025-08-20T21:21:34.1297878Z [00:03:27.392]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3547871397/b1303/_pkg_.a
2025-08-20T21:21:34.1299065Z [00:03:27.392]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3547871397/b1270/_pkg_.a
2025-08-20T21:21:34.1300359Z [00:03:27.392]➜  packagefile google.golang.org/api/iamcredentials/v1=/tmp/go-build3547871397/b1396/_pkg_.a
2025-08-20T21:21:34.1301620Z [00:03:27.392]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3547871397/b1357/_pkg_.a
2025-08-20T21:21:34.1353653Z [00:03:27.392]➜  packagefile google.golang.org/api/option=/tmp/go-build3547871397/b1297/_pkg_.a
2025-08-20T21:21:34.1355061Z [00:03:27.392]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3547871397/b1358/_pkg_.a
2025-08-20T21:21:34.1356343Z [00:03:27.392]➜  packagefile google.golang.org/api/storage/v1=/tmp/go-build3547871397/b1401/_pkg_.a
2025-08-20T21:21:34.1357545Z [00:03:27.392]➜  packagefile google.golang.org/api/transport=/tmp/go-build3547871397/b1402/_pkg_.a
2025-08-20T21:21:34.1358940Z [00:03:27.392]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3547871397/b1398/_pkg_.a
2025-08-20T21:21:34.1360249Z [00:03:27.392]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build3547871397/b1354/_pkg_.a
2025-08-20T21:21:34.1361654Z [00:03:27.392]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build3547871397/b1266/_pkg_.a
2025-08-20T21:21:34.1363072Z [00:03:27.392]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:21:34.1364261Z [00:03:27.392]➜  packagefile google.golang.org/grpc/balancer/rls=/tmp/go-build3547871397/b1403/_pkg_.a
2025-08-20T21:21:34.1365481Z [00:03:27.392]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:21:34.1366678Z [00:03:27.392]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3547871397/b986/_pkg_.a
2025-08-20T21:21:34.1367977Z [00:03:27.392]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3547871397/b973/_pkg_.a
2025-08-20T21:21:34.1369204Z [00:03:27.392]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3547871397/b988/_pkg_.a
2025-08-20T21:21:34.1370334Z [00:03:27.392]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:21:34.1371717Z [00:03:27.392]➜  packagefile google.golang.org/grpc/stats/opentelemetry=/tmp/go-build3547871397/b1409/_pkg_.a
2025-08-20T21:21:34.1373228Z [00:03:27.392]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:21:34.1374550Z [00:03:27.392]➜  packagefile google.golang.org/grpc/xds/googledirectpath=/tmp/go-build3547871397/b1411/_pkg_.a
2025-08-20T21:21:34.1376145Z [00:03:27.392]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3547871397/b301/_pkg_.a
2025-08-20T21:21:34.1377499Z [00:03:27.392]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:21:34.1379034Z [00:03:27.392]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:21:34.1380553Z [00:03:27.392]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:21:34.1382093Z [00:03:27.392]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3547871397/b1018/_pkg_.a
2025-08-20T21:21:34.1384875Z [00:03:27.392]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:21:34.1386107Z [00:03:27.392]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:34.1386980Z [00:03:27.392]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:34.1388011Z [00:03:27.392]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:34.1388873Z [00:03:27.392]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:34.1393508Z [00:03:27.392]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:34.1394359Z [00:03:27.392]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:34.1395199Z [00:03:27.392]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:34.1396044Z [00:03:27.392]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:34.1396835Z [00:03:27.392]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:34.1397631Z [00:03:27.392]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:34.1398436Z [00:03:27.392]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:34.1399251Z [00:03:27.392]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:34.1400079Z [00:03:27.392]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:34.1400890Z [00:03:27.392]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:34.1401672Z [00:03:27.392]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:34.1402901Z [00:03:27.392]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:34.1403757Z [00:03:27.392]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:34.1404377Z [00:03:27.392]➜  EOF
2025-08-20T21:21:34.1404830Z [00:03:27.392]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:34.1416354Z [00:03:27.392]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1260/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0=>cloud.google.com/go/storage@v1.49.0;$WORK/b1260=>" -p cloud.google.com/go/storage -lang=go1.21 -complete -installsuffix shared -buildid XFKH6qRn-jqD7XYwJqK4/XFKH6qRn-jqD7XYwJqK4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1260/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/acl.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/bucket.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/copy.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/doc.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/dynamic_delay.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/grpc_client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/grpc_dp.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/grpc_metrics.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/hmac.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/http_client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/iam.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/invoke.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/notifications.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/option.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/post_policy_v4.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/reader.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/storage.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.49.0/writer.go
2025-08-20T21:21:34.1427704Z [00:03:27.398]➜  cat >/tmp/go-build3547871397/b1638/importcfg << 'EOF' # internal
2025-08-20T21:21:34.1428423Z [00:03:27.398]➜  # import config
2025-08-20T21:21:34.1429171Z [00:03:27.398]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:34.1430240Z [00:03:27.398]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build3547871397/b1639/_pkg_.a
2025-08-20T21:21:34.1431354Z [00:03:27.398]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3547871397/b1336/_pkg_.a
2025-08-20T21:21:34.1432306Z [00:03:27.398]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:34.1433359Z [00:03:27.398]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:34.1433994Z [00:03:27.398]➜  EOF
2025-08-20T21:21:34.1439322Z [00:03:27.398]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1638/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2=>golang.org/x/crypto@v0.40.0/argon2;$WORK/b1638=>" -p golang.org/x/crypto/argon2 -lang=go1.23 -installsuffix shared -buildid wymg4osckdrup0gdDElZ/wymg4osckdrup0gdDElZ -goversion go1.25.0 -symabis $WORK/b1638/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1638/importcfg -pack -asmhdr $WORK/b1638/go_asm.h /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_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2/blamka_generic.go
2025-08-20T21:21:34.1970134Z [00:03:27.464]➜  go tool buildid -w $WORK/b1615/_pkg_.a # internal
2025-08-20T21:21:34.1993870Z [00:03:27.466]➜  cp $WORK/b1615/_pkg_.a /root/.cache/go-build/e4/e42f21d78a1f41861adf9532275d6105c5acb8a683a46a21e9934a7e431da619-d # internal
2025-08-20T21:21:34.2037887Z [00:03:27.471]➜  github.com/ProtonMail/go-crypto/openpgp/ecdh
2025-08-20T21:21:34.2067609Z [00:03:27.471]➜  mkdir -p $WORK/b1608/
2025-08-20T21:21:34.2068404Z [00:03:27.472]➜  cat >/tmp/go-build3547871397/b1608/importcfg << 'EOF' # internal
2025-08-20T21:21:34.2069360Z [00:03:27.472]➜  # import config
2025-08-20T21:21:34.2069997Z [00:03:27.472]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:34.2070813Z [00:03:27.472]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:34.2071939Z [00:03:27.472]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build3547871397/b1609/_pkg_.a
2025-08-20T21:21:34.2073661Z [00:03:27.472]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3547871397/b1610/_pkg_.a
2025-08-20T21:21:34.2075190Z [00:03:27.472]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3547871397/b1615/_pkg_.a
2025-08-20T21:21:34.2076726Z [00:03:27.472]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:34.2077537Z [00:03:27.472]➜  EOF
2025-08-20T21:21:34.2081539Z [00:03:27.472]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1608/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/ecdh=>github.com/ProtonMail/go-crypto@v1.2.0/openpgp/ecdh;$WORK/b1608=>" -p github.com/ProtonMail/go-crypto/openpgp/ecdh -lang=go1.22 -complete -installsuffix shared -buildid enMaG9BrThRo6caRvdsb/enMaG9BrThRo6caRvdsb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1608/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/ecdh/ecdh.go
2025-08-20T21:21:34.2109037Z [00:03:27.478]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2
2025-08-20T21:21:34.2112537Z [00:03:27.478]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/argon2 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2=>golang.org/x/crypto@v0.40.0/argon2;$WORK/b1638=>" -I $WORK/b1638/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1638/blamka_amd64.o ./blamka_amd64.s
2025-08-20T21:21:34.2352288Z [00:03:27.502]➜  go tool pack r $WORK/b1638/_pkg_.a $WORK/b1638/blamka_amd64.o # internal
2025-08-20T21:21:34.2354388Z [00:03:27.503]➜  go tool buildid -w $WORK/b1638/_pkg_.a # internal
2025-08-20T21:21:34.2366405Z [00:03:27.504]➜  cp $WORK/b1638/_pkg_.a /root/.cache/go-build/02/028263cb0b46a430ab7085cb6eed1961b5f5a71fe32868a86a63742db2dbb5e4-d # internal
2025-08-20T21:21:34.2368396Z [00:03:27.504]➜  github.com/ProtonMail/go-crypto/openpgp/ecdsa
2025-08-20T21:21:34.2369818Z [00:03:27.504]➜  mkdir -p $WORK/b1631/
2025-08-20T21:21:34.2404745Z [00:03:27.508]➜  cat >/tmp/go-build3547871397/b1631/importcfg << 'EOF' # internal
2025-08-20T21:21:34.2405789Z [00:03:27.508]➜  # import config
2025-08-20T21:21:34.2407540Z [00:03:27.508]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:34.2408897Z [00:03:27.508]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3547871397/b1615/_pkg_.a
2025-08-20T21:21:34.2410002Z [00:03:27.508]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:34.2410847Z [00:03:27.508]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:34.2411514Z [00:03:27.508]➜  EOF
2025-08-20T21:21:34.2411990Z [00:03:27.508]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:34.2416241Z [00:03:27.508]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1631/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/ecdsa=>github.com/ProtonMail/go-crypto@v1.2.0/openpgp/ecdsa;$WORK/b1631=>" -p github.com/ProtonMail/go-crypto/openpgp/ecdsa -lang=go1.22 -complete -installsuffix shared -buildid Vzvpq3WStxtpugcTPoWI/Vzvpq3WStxtpugcTPoWI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1631/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/ecdsa/ecdsa.go
2025-08-20T21:21:34.2422074Z [00:03:27.510]➜  go tool buildid -w $WORK/b1608/_pkg_.a # internal
2025-08-20T21:21:34.2434453Z [00:03:27.511]➜  cp $WORK/b1608/_pkg_.a /root/.cache/go-build/d8/d8c15c7dc35ebf6e54bdbdc83833d813c11ca4147739973543cc9c2a92284464-d # internal
2025-08-20T21:21:34.2437549Z [00:03:27.511]➜  github.com/ProtonMail/go-crypto/openpgp/eddsa
2025-08-20T21:21:34.2439170Z [00:03:27.511]➜  mkdir -p $WORK/b1634/
2025-08-20T21:21:34.2445380Z [00:03:27.512]➜  cat >/tmp/go-build3547871397/b1634/importcfg << 'EOF' # internal
2025-08-20T21:21:34.2448018Z [00:03:27.512]➜  # import config
2025-08-20T21:21:34.2448671Z [00:03:27.512]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:34.2449876Z [00:03:27.512]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3547871397/b1615/_pkg_.a
2025-08-20T21:21:34.2451022Z [00:03:27.512]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:34.2451658Z [00:03:27.512]➜  EOF
2025-08-20T21:21:34.2455741Z [00:03:27.512]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1634/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/eddsa=>github.com/ProtonMail/go-crypto@v1.2.0/openpgp/eddsa;$WORK/b1634=>" -p github.com/ProtonMail/go-crypto/openpgp/eddsa -lang=go1.22 -complete -installsuffix shared -buildid 0Nw9gT7oDYNj_OAnLWgx/0Nw9gT7oDYNj_OAnLWgx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1634/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/eddsa/eddsa.go
2025-08-20T21:21:34.2624684Z [00:03:27.530]➜  go tool buildid -w $WORK/b1631/_pkg_.a # internal
2025-08-20T21:21:34.2634054Z [00:03:27.531]➜  cp $WORK/b1631/_pkg_.a /root/.cache/go-build/25/2519c340b3acebfd14c6ac0eb86d9c8b5d608821c0261dc0a4d9fbb5154b6bd3-d # internal
2025-08-20T21:21:34.2637410Z [00:03:27.531]➜  github.com/ProtonMail/go-crypto/openpgp/s2k
2025-08-20T21:21:34.2638054Z [00:03:27.531]➜  mkdir -p $WORK/b1637/
2025-08-20T21:21:34.2644664Z [00:03:27.532]➜  cat >/tmp/go-build3547871397/b1637/importcfg << 'EOF' # internal
2025-08-20T21:21:34.2646563Z [00:03:27.532]➜  # import config
2025-08-20T21:21:34.2647259Z [00:03:27.532]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:34.2648367Z [00:03:27.532]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3547871397/b1607/_pkg_.a
2025-08-20T21:21:34.2650010Z [00:03:27.532]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3547871397/b1610/_pkg_.a
2025-08-20T21:21:34.2651336Z [00:03:27.532]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build3547871397/b1638/_pkg_.a
2025-08-20T21:21:34.2652290Z [00:03:27.532]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:34.2653386Z [00:03:27.532]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:34.2654235Z [00:03:27.532]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:34.2654887Z [00:03:27.532]➜  EOF
2025-08-20T21:21:34.2671254Z [00:03:27.534]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1637/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/s2k=>github.com/ProtonMail/go-crypto@v1.2.0/openpgp/s2k;$WORK/b1637=>" -p github.com/ProtonMail/go-crypto/openpgp/s2k -lang=go1.22 -complete -installsuffix shared -buildid xrJS9N7jcGj1Co-UvVk1/xrJS9N7jcGj1Co-UvVk1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1637/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/s2k/s2k.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/s2k/s2k_cache.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/s2k/s2k_config.go
2025-08-20T21:21:34.2778280Z [00:03:27.545]➜  go tool buildid -w $WORK/b1634/_pkg_.a # internal
2025-08-20T21:21:34.2801184Z [00:03:27.547]➜  cp $WORK/b1634/_pkg_.a /root/.cache/go-build/57/57d7071f1656448c1e60e5f622c5efc5f713ce0a0502b767bac8e93582a11785-d # internal
2025-08-20T21:21:34.2804479Z [00:03:27.548]➜  github.com/ProtonMail/go-crypto/openpgp/x25519
2025-08-20T21:21:34.2809541Z [00:03:27.548]➜  mkdir -p $WORK/b1640/
2025-08-20T21:21:34.2834174Z [00:03:27.551]➜  cat >/tmp/go-build3547871397/b1640/importcfg << 'EOF' # internal
2025-08-20T21:21:34.2837259Z [00:03:27.551]➜  # import config
2025-08-20T21:21:34.2838216Z [00:03:27.551]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:34.2839129Z [00:03:27.551]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:34.2840293Z [00:03:27.551]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build3547871397/b1609/_pkg_.a
2025-08-20T21:21:34.2841672Z [00:03:27.551]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3547871397/b1607/_pkg_.a
2025-08-20T21:21:34.2843127Z [00:03:27.551]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build3547871397/b1619/_pkg_.a
2025-08-20T21:21:34.2844265Z [00:03:27.551]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3547871397/b1339/_pkg_.a
2025-08-20T21:21:34.2845383Z [00:03:27.551]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:34.2845998Z [00:03:27.551]➜  EOF
2025-08-20T21:21:34.2849878Z [00:03:27.551]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1640/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/x25519=>github.com/ProtonMail/go-crypto@v1.2.0/openpgp/x25519;$WORK/b1640=>" -p github.com/ProtonMail/go-crypto/openpgp/x25519 -lang=go1.22 -complete -installsuffix shared -buildid xUU80RstyodTTEH0_hlY/xUU80RstyodTTEH0_hlY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1640/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/x25519/x25519.go
2025-08-20T21:21:34.3327960Z [00:03:27.600]➜  go tool buildid -w $WORK/b1640/_pkg_.a # internal
2025-08-20T21:21:34.3331250Z [00:03:27.600]➜  cp $WORK/b1640/_pkg_.a /root/.cache/go-build/27/271ebbd7967e107d5109a30a6615c006678cc39c599a2838ff1cef50531b75b1-d # internal
2025-08-20T21:21:34.3332461Z [00:03:27.600]➜  github.com/ProtonMail/go-crypto/openpgp/x448
2025-08-20T21:21:34.3334231Z [00:03:27.600]➜  mkdir -p $WORK/b1641/
2025-08-20T21:21:34.3335353Z [00:03:27.600]➜  cat >/tmp/go-build3547871397/b1641/importcfg << 'EOF' # internal
2025-08-20T21:21:34.3336441Z [00:03:27.600]➜  # import config
2025-08-20T21:21:34.3338186Z [00:03:27.600]➜  packagefile crypto/sha512=/tmp/go-build3547871397/b196/_pkg_.a
2025-08-20T21:21:34.3339797Z [00:03:27.600]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:34.3340916Z [00:03:27.600]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build3547871397/b1609/_pkg_.a
2025-08-20T21:21:34.3342236Z [00:03:27.600]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3547871397/b1607/_pkg_.a
2025-08-20T21:21:34.3343572Z [00:03:27.600]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build3547871397/b1622/_pkg_.a
2025-08-20T21:21:34.3344643Z [00:03:27.600]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3547871397/b1339/_pkg_.a
2025-08-20T21:21:34.3345668Z [00:03:27.600]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:34.3346232Z [00:03:27.600]➜  EOF
2025-08-20T21:21:34.3350510Z [00:03:27.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1641/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/x448=>github.com/ProtonMail/go-crypto@v1.2.0/openpgp/x448;$WORK/b1641=>" -p github.com/ProtonMail/go-crypto/openpgp/x448 -lang=go1.22 -complete -installsuffix shared -buildid h2qnBnsgxJkqVRUuFN_N/h2qnBnsgxJkqVRUuFN_N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1641/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/x448/x448.go
2025-08-20T21:21:34.3354420Z [00:03:27.602]➜  go tool buildid -w $WORK/b1637/_pkg_.a # internal
2025-08-20T21:21:34.3384694Z [00:03:27.606]➜  cp $WORK/b1637/_pkg_.a /root/.cache/go-build/0f/0f938d306f1c34280eb359830da08014371d44af27bec5082031ff33975c9e20-d # internal
2025-08-20T21:21:34.3388283Z [00:03:27.606]➜  image
2025-08-20T21:21:34.3390790Z [00:03:27.606]➜  mkdir -p $WORK/b1642/
2025-08-20T21:21:34.3396775Z [00:03:27.607]➜  cat >/tmp/go-build3547871397/b1642/importcfg << 'EOF' # internal
2025-08-20T21:21:34.3399593Z [00:03:27.607]➜  # import config
2025-08-20T21:21:34.3400276Z [00:03:27.607]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:34.3401063Z [00:03:27.607]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:34.3401887Z [00:03:27.607]➜  packagefile image/color=/tmp/go-build3547871397/b748/_pkg_.a
2025-08-20T21:21:34.3402840Z [00:03:27.607]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:34.3403665Z [00:03:27.607]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:34.3404467Z [00:03:27.607]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:34.3405243Z [00:03:27.607]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:34.3406319Z [00:03:27.607]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:34.3407032Z [00:03:27.607]➜  EOF
2025-08-20T21:21:34.3411821Z [00:03:27.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1642/_pkg_.a -trimpath "/root/.go/src/image=>image;$WORK/b1642=>" -p image -lang=go1.25 -std -complete -installsuffix shared -buildid FUsm-DkEVGAeb5T_ajyX/FUsm-DkEVGAeb5T_ajyX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1642/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:21:34.3646548Z [00:03:27.632]➜  go tool buildid -w $WORK/b1641/_pkg_.a # internal
2025-08-20T21:21:34.3655423Z [00:03:27.633]➜  cp $WORK/b1641/_pkg_.a /root/.cache/go-build/02/0250076a0d2be123dee6c101460f10f14370482b1cb0cd8a678ec5b34bc1e16a-d # internal
2025-08-20T21:21:34.3669427Z [00:03:27.634]➜  golang.org/x/crypto/sha3
2025-08-20T21:21:34.3676565Z [00:03:27.635]➜  mkdir -p $WORK/b1645/
2025-08-20T21:21:34.3677581Z [00:03:27.635]➜  echo -n > $WORK/b1645/go_asm.h # internal
2025-08-20T21:21:34.3678324Z [00:03:27.635]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3
2025-08-20T21:21:34.3680900Z [00:03:27.635]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/sha3 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3=>golang.org/x/crypto@v0.40.0/sha3;$WORK/b1645=>" -I $WORK/b1645/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1645/symabis ./keccakf_amd64.s
2025-08-20T21:21:34.3887420Z [00:03:27.656]➜  cat >/tmp/go-build3547871397/b1645/importcfg << 'EOF' # internal
2025-08-20T21:21:34.3888193Z [00:03:27.656]➜  # import config
2025-08-20T21:21:34.3888860Z [00:03:27.656]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:34.3889679Z [00:03:27.656]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:34.3890555Z [00:03:27.656]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:34.3891698Z [00:03:27.656]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:34.3892582Z [00:03:27.656]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:34.3893881Z [00:03:27.656]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3547871397/b1336/_pkg_.a
2025-08-20T21:21:34.3894779Z [00:03:27.656]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:34.3895562Z [00:03:27.656]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:34.3896367Z [00:03:27.656]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:34.3896983Z [00:03:27.656]➜  EOF
2025-08-20T21:21:34.3897426Z [00:03:27.656]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:34.3903772Z [00:03:27.656]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1645/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3=>golang.org/x/crypto@v0.40.0/sha3;$WORK/b1645=>" -p golang.org/x/crypto/sha3 -lang=go1.23 -installsuffix shared -buildid hZKlTJ9-h2vzpNPidcg0/hZKlTJ9-h2vzpNPidcg0 -goversion go1.25.0 -symabis $WORK/b1645/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1645/importcfg -pack -asmhdr $WORK/b1645/go_asm.h /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_amd64.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:21:34.5126824Z [00:03:27.780]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3
2025-08-20T21:21:34.5147163Z [00:03:27.780]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/sha3 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3=>golang.org/x/crypto@v0.40.0/sha3;$WORK/b1645=>" -I $WORK/b1645/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1645/keccakf_amd64.o ./keccakf_amd64.s
2025-08-20T21:21:34.5465825Z [00:03:27.814]➜  go tool pack r $WORK/b1645/_pkg_.a $WORK/b1645/keccakf_amd64.o # internal
2025-08-20T21:21:34.5470036Z [00:03:27.814]➜  go tool buildid -w $WORK/b1645/_pkg_.a # internal
2025-08-20T21:21:34.5511433Z [00:03:27.818]➜  cp $WORK/b1645/_pkg_.a /root/.cache/go-build/73/732d0b212c71156aff212a4a707e134f11964cc672fa90f1439ac4dc4c9f52b1-d # internal
2025-08-20T21:21:34.5515618Z [00:03:27.819]➜  github.com/cyphar/filepath-securejoin
2025-08-20T21:21:34.5518590Z [00:03:27.819]➜  mkdir -p $WORK/b1647/
2025-08-20T21:21:34.5523570Z [00:03:27.819]➜  cat >/tmp/go-build3547871397/b1647/importcfg << 'EOF' # internal
2025-08-20T21:21:34.5532918Z [00:03:27.819]➜  # import config
2025-08-20T21:21:34.5533634Z [00:03:27.819]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:34.5534457Z [00:03:27.819]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:34.5535399Z [00:03:27.820]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:34.5536282Z [00:03:27.820]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:34.5537085Z [00:03:27.820]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:34.5538178Z [00:03:27.820]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:34.5539053Z [00:03:27.820]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:34.5539866Z [00:03:27.820]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:34.5540669Z [00:03:27.820]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:34.5541476Z [00:03:27.820]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:34.5542269Z [00:03:27.820]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:34.5543198Z [00:03:27.820]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:34.5543988Z [00:03:27.820]➜  EOF
2025-08-20T21:21:34.5544497Z [00:03:27.820]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:34.5573576Z [00:03:27.820]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1647/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1=>github.com/cyphar/filepath-securejoin@v0.4.1;$WORK/b1647=>" -p github.com/cyphar/filepath-securejoin -lang=go1.18 -complete -installsuffix shared -buildid QDvm_B0s503KZC8DFMyz/QDvm_B0s503KZC8DFMyz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1647/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:21:34.5978517Z [00:03:27.865]➜  go tool buildid -w $WORK/b1642/_pkg_.a # internal
2025-08-20T21:21:34.6012260Z [00:03:27.868]➜  cp $WORK/b1642/_pkg_.a /root/.cache/go-build/ec/ece57b351dee325a192c4ae828e7da8c6842524bfd1e7df9c0641c65b9daf14a-d # internal
2025-08-20T21:21:34.6027288Z [00:03:27.870]➜  image/internal/imageutil
2025-08-20T21:21:34.6028492Z [00:03:27.870]➜  mkdir -p $WORK/b1644/
2025-08-20T21:21:34.6030935Z [00:03:27.870]➜  cat >/tmp/go-build3547871397/b1644/importcfg << 'EOF' # internal
2025-08-20T21:21:34.6033039Z [00:03:27.870]➜  # import config
2025-08-20T21:21:34.6034171Z [00:03:27.870]➜  packagefile image=/tmp/go-build3547871397/b1642/_pkg_.a
2025-08-20T21:21:34.6035192Z [00:03:27.870]➜  EOF
2025-08-20T21:21:34.6039191Z [00:03:27.871]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1644/_pkg_.a -trimpath "/root/.go/src/image/internal/imageutil=>image/internal/imageutil;$WORK/b1644=>" -p image/internal/imageutil -lang=go1.25 -std -complete -installsuffix shared -buildid ChIlHMOH2phd6_QQa9bA/ChIlHMOH2phd6_QQa9bA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1644/importcfg -pack /root/.go/src/image/internal/imageutil/imageutil.go /root/.go/src/image/internal/imageutil/impl.go
2025-08-20T21:21:34.6436842Z [00:03:27.911]➜  go tool buildid -w $WORK/b1644/_pkg_.a # internal
2025-08-20T21:21:34.6466701Z [00:03:27.914]➜  cp $WORK/b1644/_pkg_.a /root/.cache/go-build/52/527d616390f9e5aaa1382ae6ae6fbfeb89c139eea8d38eeec14dffcb2cc491d4-d # internal
2025-08-20T21:21:34.6482775Z [00:03:27.916]➜  image/jpeg
2025-08-20T21:21:34.6483332Z [00:03:27.916]➜  mkdir -p $WORK/b1643/
2025-08-20T21:21:34.6498333Z [00:03:27.917]➜  cat >/tmp/go-build3547871397/b1643/importcfg << 'EOF' # internal
2025-08-20T21:21:34.6499525Z [00:03:27.917]➜  # import config
2025-08-20T21:21:34.6501596Z [00:03:27.917]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:34.6502510Z [00:03:27.917]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:34.6503564Z [00:03:27.917]➜  packagefile image=/tmp/go-build3547871397/b1642/_pkg_.a
2025-08-20T21:21:34.6504437Z [00:03:27.917]➜  packagefile image/color=/tmp/go-build3547871397/b748/_pkg_.a
2025-08-20T21:21:34.6505444Z [00:03:27.917]➜  packagefile image/internal/imageutil=/tmp/go-build3547871397/b1644/_pkg_.a
2025-08-20T21:21:34.6506389Z [00:03:27.917]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:34.6506987Z [00:03:27.917]➜  EOF
2025-08-20T21:21:34.6511036Z [00:03:27.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1643/_pkg_.a -trimpath "/root/.go/src/image/jpeg=>image/jpeg;$WORK/b1643=>" -p image/jpeg -lang=go1.25 -std -complete -installsuffix shared -buildid m0GYCqpG2wmbQQ-9nl4Y/m0GYCqpG2wmbQQ-9nl4Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1643/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:21:34.8350724Z [00:03:28.102]➜  go tool buildid -w $WORK/b1647/_pkg_.a # internal
2025-08-20T21:21:34.8417208Z [00:03:28.109]➜  cp $WORK/b1647/_pkg_.a /root/.cache/go-build/93/939e15c962307eec8c6444ed5a1303b6e18cf84f14dcb76953de1a9f367a4d51-d # internal
2025-08-20T21:21:34.8427692Z [00:03:28.109]➜  github.com/go-git/go-billy/v5/osfs
2025-08-20T21:21:34.8428303Z [00:03:28.109]➜  mkdir -p $WORK/b1646/
2025-08-20T21:21:34.8429037Z [00:03:28.109]➜  cat >/tmp/go-build3547871397/b1646/importcfg << 'EOF' # internal
2025-08-20T21:21:34.8429741Z [00:03:28.109]➜  # import config
2025-08-20T21:21:34.8430432Z [00:03:28.109]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:34.8431481Z [00:03:28.109]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build3547871397/b1647/_pkg_.a
2025-08-20T21:21:34.8432913Z [00:03:28.109]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3547871397/b1599/_pkg_.a
2025-08-20T21:21:34.8434137Z [00:03:28.109]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build3547871397/b1601/_pkg_.a
2025-08-20T21:21:34.8435272Z [00:03:28.109]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:34.8436174Z [00:03:28.109]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:34.8436933Z [00:03:28.109]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:34.8437787Z [00:03:28.109]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:34.8438674Z [00:03:28.109]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:34.8439667Z [00:03:28.109]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:34.8440497Z [00:03:28.109]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:34.8441101Z [00:03:28.109]➜  EOF
2025-08-20T21:21:34.8456749Z [00:03:28.109]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1646/_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/b1646=>" -p github.com/go-git/go-billy/v5/osfs -lang=go1.21 -complete -installsuffix shared -buildid xmioVCmZYTw__JaB3I8_/xmioVCmZYTw__JaB3I8_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1646/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:21:34.8587358Z [00:03:28.126]➜  go tool buildid -w $WORK/b1643/_pkg_.a # internal
2025-08-20T21:21:34.8607482Z [00:03:28.128]➜  cp $WORK/b1643/_pkg_.a /root/.cache/go-build/35/352b045245a3a7853b5ee6b4ebda48917e83d6922c12eefd1b9c0fa1cc380441-d # internal
2025-08-20T21:21:34.8627812Z [00:03:28.129]➜  github.com/ProtonMail/go-crypto/openpgp/packet
2025-08-20T21:21:34.8630087Z [00:03:28.129]➜  mkdir -p $WORK/b1635/
2025-08-20T21:21:34.8630827Z [00:03:28.130]➜  cat >/tmp/go-build3547871397/b1635/importcfg << 'EOF' # internal
2025-08-20T21:21:34.8631462Z [00:03:28.130]➜  # import config
2025-08-20T21:21:34.8632109Z [00:03:28.130]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:34.8633236Z [00:03:28.130]➜  packagefile compress/bzip2=/tmp/go-build3547871397/b1516/_pkg_.a
2025-08-20T21:21:34.8634226Z [00:03:28.130]➜  packagefile compress/flate=/tmp/go-build3547871397/b150/_pkg_.a
2025-08-20T21:21:34.8635342Z [00:03:28.130]➜  packagefile compress/zlib=/tmp/go-build3547871397/b460/_pkg_.a
2025-08-20T21:21:34.8636237Z [00:03:28.130]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:34.8637159Z [00:03:28.130]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:21:34.8638209Z [00:03:28.130]➜  packagefile crypto/dsa=/tmp/go-build3547871397/b224/_pkg_.a
2025-08-20T21:21:34.8639087Z [00:03:28.130]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:34.8639902Z [00:03:28.130]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:21:34.8640746Z [00:03:28.130]➜  packagefile crypto/sha1=/tmp/go-build3547871397/b219/_pkg_.a
2025-08-20T21:21:34.8641617Z [00:03:28.130]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:34.8642547Z [00:03:28.130]➜  packagefile crypto/sha512=/tmp/go-build3547871397/b196/_pkg_.a
2025-08-20T21:21:34.8643670Z [00:03:28.130]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:34.8644619Z [00:03:28.130]➜  packagefile encoding/asn1=/tmp/go-build3547871397/b198/_pkg_.a
2025-08-20T21:21:34.8645514Z [00:03:28.130]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:34.8646383Z [00:03:28.130]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:34.8647196Z [00:03:28.130]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:34.8648217Z [00:03:28.130]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build3547871397/b1608/_pkg_.a
2025-08-20T21:21:34.8649495Z [00:03:28.130]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build3547871397/b1631/_pkg_.a
2025-08-20T21:21:34.8650803Z [00:03:28.130]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build3547871397/b1632/_pkg_.a
2025-08-20T21:21:34.8652145Z [00:03:28.130]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build3547871397/b1633/_pkg_.a
2025-08-20T21:21:34.8684918Z [00:03:28.130]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build3547871397/b1634/_pkg_.a
2025-08-20T21:21:34.8686351Z [00:03:28.130]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/tmp/go-build3547871397/b1636/_pkg_.a
2025-08-20T21:21:34.8687877Z [00:03:28.130]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3547871397/b1607/_pkg_.a
2025-08-20T21:21:34.8689344Z [00:03:28.130]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3547871397/b1610/_pkg_.a
2025-08-20T21:21:34.8690863Z [00:03:28.130]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3547871397/b1615/_pkg_.a
2025-08-20T21:21:34.8692371Z [00:03:28.130]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build3547871397/b1618/_pkg_.a
2025-08-20T21:21:34.8693975Z [00:03:28.130]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/tmp/go-build3547871397/b1637/_pkg_.a
2025-08-20T21:21:34.8695334Z [00:03:28.130]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build3547871397/b1640/_pkg_.a
2025-08-20T21:21:34.8696662Z [00:03:28.130]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build3547871397/b1641/_pkg_.a
2025-08-20T21:21:34.8697849Z [00:03:28.130]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3547871397/b1339/_pkg_.a
2025-08-20T21:21:34.8698763Z [00:03:28.130]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:34.8699552Z [00:03:28.130]➜  packagefile image=/tmp/go-build3547871397/b1642/_pkg_.a
2025-08-20T21:21:34.8700410Z [00:03:28.130]➜  packagefile image/jpeg=/tmp/go-build3547871397/b1643/_pkg_.a
2025-08-20T21:21:34.8701228Z [00:03:28.130]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:34.8702041Z [00:03:28.130]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:34.8703118Z [00:03:28.130]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:34.8704176Z [00:03:28.130]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:34.8705053Z [00:03:28.130]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:34.8705853Z [00:03:28.130]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:34.8706607Z [00:03:28.130]➜  EOF
2025-08-20T21:21:34.8729060Z [00:03:28.130]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1635/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet=>github.com/ProtonMail/go-crypto@v1.2.0/openpgp/packet;$WORK/b1635=>" -p github.com/ProtonMail/go-crypto/openpgp/packet -lang=go1.22 -complete -installsuffix shared -buildid Ad0pk4yeI1abaplJk7p_/Ad0pk4yeI1abaplJk7p_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1635/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/aead_config.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/aead_crypter.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/aead_encrypted.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/compressed.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/config.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/config_v5.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/encrypted_key.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/literal.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/marker.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/notation.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/ocfb.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/one_pass_signature.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/opaque.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/packet.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/packet_sequence.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/packet_unsupported.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/padding.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/private_key.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/private_key_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/public_key.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/public_key_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/reader.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/recipient.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/signature.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/symmetric_key_encrypted.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/symmetrically_encrypted.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/symmetrically_encrypted_aead.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/symmetrically_encrypted_mdc.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/userattribute.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/packet/userid.go
2025-08-20T21:21:35.0522266Z [00:03:28.319]➜  go tool buildid -w $WORK/b1646/_pkg_.a # internal
2025-08-20T21:21:35.0563590Z [00:03:28.323]➜  cp $WORK/b1646/_pkg_.a /root/.cache/go-build/0b/0ba303f38c4bb1aba0aa886babd30f39dfd7d3500594bcc0caae531f0cfcc10e-d # internal
2025-08-20T21:21:35.0567638Z [00:03:28.324]➜  github.com/go-git/go-git/v5/internal/url
2025-08-20T21:21:35.0570263Z [00:03:28.324]➜  mkdir -p $WORK/b1649/
2025-08-20T21:21:35.0576398Z [00:03:28.325]➜  cat >/tmp/go-build3547871397/b1649/importcfg << 'EOF' # internal
2025-08-20T21:21:35.0587563Z [00:03:28.325]➜  # import config
2025-08-20T21:21:35.0588459Z [00:03:28.325]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:35.0589079Z [00:03:28.325]➜  EOF
2025-08-20T21:21:35.0592792Z [00:03:28.325]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1649/_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/b1649=>" -p github.com/go-git/go-git/v5/internal/url -lang=go1.23 -complete -installsuffix shared -buildid UaQZLPG-afoxH5OeYFK3/UaQZLPG-afoxH5OeYFK3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1649/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/internal/url/url.go
2025-08-20T21:21:35.0705012Z [00:03:28.338]➜  go tool buildid -w $WORK/b1649/_pkg_.a # internal
2025-08-20T21:21:35.0710983Z [00:03:28.338]➜  cp $WORK/b1649/_pkg_.a /root/.cache/go-build/28/28d1e63c3352d61c0b982bc02e30426e609cb1a979db02dbb92d63e2cda174ea-d # internal
2025-08-20T21:21:35.0713721Z [00:03:28.339]➜  github.com/pjbgf/sha1cd
2025-08-20T21:21:35.0716086Z [00:03:28.339]➜  mkdir -p $WORK/b1652/
2025-08-20T21:21:35.0719274Z [00:03:28.339]➜  echo -n > $WORK/b1652/go_asm.h # internal
2025-08-20T21:21:35.0721009Z [00:03:28.339]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2
2025-08-20T21:21:35.0725987Z [00:03:28.339]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2=>github.com/pjbgf/sha1cd@v0.3.2;$WORK/b1652=>" -I $WORK/b1652/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1652/symabis ./sha1cdblock_amd64.s
2025-08-20T21:21:35.0773605Z [00:03:28.344]➜  cat >/tmp/go-build3547871397/b1652/importcfg << 'EOF' # internal
2025-08-20T21:21:35.0794130Z [00:03:28.344]➜  # import config
2025-08-20T21:21:35.0794867Z [00:03:28.344]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:35.0795799Z [00:03:28.344]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:35.0796896Z [00:03:28.344]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:35.0797777Z [00:03:28.344]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:35.0798795Z [00:03:28.344]➜  packagefile github.com/pjbgf/sha1cd/internal=/tmp/go-build3547871397/b1653/_pkg_.a
2025-08-20T21:21:35.0800151Z [00:03:28.344]➜  packagefile github.com/pjbgf/sha1cd/ubc=/tmp/go-build3547871397/b1654/_pkg_.a
2025-08-20T21:21:35.0801033Z [00:03:28.344]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:35.0801820Z [00:03:28.344]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:35.0802859Z [00:03:28.344]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:35.0803512Z [00:03:28.344]➜  EOF
2025-08-20T21:21:35.0804006Z [00:03:28.345]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:35.0809070Z [00:03:28.345]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1652/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2=>github.com/pjbgf/sha1cd@v0.3.2;$WORK/b1652=>" -p github.com/pjbgf/sha1cd -lang=go1.21 -installsuffix shared -buildid Ob09oaQC0KXxxhbrKuBk/Ob09oaQC0KXxxhbrKuBk -goversion go1.25.0 -symabis $WORK/b1652/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1652/importcfg -pack -asmhdr $WORK/b1652/go_asm.h /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_amd64.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/sha1cdblock_generic.go
2025-08-20T21:21:35.1232517Z [00:03:28.390]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2
2025-08-20T21:21:35.1236996Z [00:03:28.391]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2=>github.com/pjbgf/sha1cd@v0.3.2;$WORK/b1652=>" -I $WORK/b1652/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1652/sha1cdblock_amd64.o ./sha1cdblock_amd64.s
2025-08-20T21:21:35.1315933Z [00:03:28.399]➜  go tool pack r $WORK/b1652/_pkg_.a $WORK/b1652/sha1cdblock_amd64.o # internal
2025-08-20T21:21:35.1318127Z [00:03:28.399]➜  go tool buildid -w $WORK/b1652/_pkg_.a # internal
2025-08-20T21:21:35.1326682Z [00:03:28.400]➜  cp $WORK/b1652/_pkg_.a /root/.cache/go-build/10/1091d94db3ba4771f5e59bc3d428b10186e33177122786f635e5a1edef281436-d # internal
2025-08-20T21:21:35.1330885Z [00:03:28.400]➜  github.com/go-git/go-git/v5/plumbing/hash
2025-08-20T21:21:35.1333239Z [00:03:28.400]➜  mkdir -p $WORK/b1651/
2025-08-20T21:21:35.1336421Z [00:03:28.401]➜  cat >/tmp/go-build3547871397/b1651/importcfg << 'EOF' # internal
2025-08-20T21:21:35.1337755Z [00:03:28.401]➜  # import config
2025-08-20T21:21:35.1340441Z [00:03:28.401]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:35.1341859Z [00:03:28.401]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:35.1344394Z [00:03:28.401]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build3547871397/b1652/_pkg_.a
2025-08-20T21:21:35.1345366Z [00:03:28.401]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:35.1345997Z [00:03:28.401]➜  EOF
2025-08-20T21:21:35.1346509Z [00:03:28.401]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:35.1350934Z [00:03:28.401]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1651/_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/b1651=>" -p github.com/go-git/go-git/v5/plumbing/hash -lang=go1.23 -complete -installsuffix shared -buildid _mOx8r7eDW2z4UGcDtbA/_mOx8r7eDW2z4UGcDtbA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1651/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:21:35.1518709Z [00:03:28.419]➜  go tool buildid -w $WORK/b1651/_pkg_.a # internal
2025-08-20T21:21:35.1528443Z [00:03:28.420]➜  cp $WORK/b1651/_pkg_.a /root/.cache/go-build/b5/b5fb1629cb71820cf18cdf695df148f435e40251b4db644fdfc2d9cd667099bf-d # internal
2025-08-20T21:21:35.1530732Z [00:03:28.420]➜  github.com/go-git/go-git/v5/plumbing
2025-08-20T21:21:35.1533838Z [00:03:28.421]➜  mkdir -p $WORK/b1650/
2025-08-20T21:21:35.1538427Z [00:03:28.421]➜  cat >/tmp/go-build3547871397/b1650/importcfg << 'EOF' # internal
2025-08-20T21:21:35.1541369Z [00:03:28.421]➜  # import config
2025-08-20T21:21:35.1545953Z [00:03:28.422]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:35.1546859Z [00:03:28.422]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:35.1547793Z [00:03:28.422]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:35.1548617Z [00:03:28.422]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:35.1549662Z [00:03:28.422]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3547871397/b1651/_pkg_.a
2025-08-20T21:21:35.1550766Z [00:03:28.422]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:35.1551627Z [00:03:28.422]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:35.1552467Z [00:03:28.422]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:35.1553509Z [00:03:28.422]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:35.1554394Z [00:03:28.422]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:35.1555058Z [00:03:28.422]➜  EOF
2025-08-20T21:21:35.1561152Z [00:03:28.422]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1650/_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/b1650=>" -p github.com/go-git/go-git/v5/plumbing -lang=go1.23 -complete -installsuffix shared -buildid UCPhsbeczGmORdQuFsBo/UCPhsbeczGmORdQuFsBo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1650/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:21:35.2395437Z [00:03:28.507]➜  go tool buildid -w $WORK/b1557/_pkg_.a # internal
2025-08-20T21:21:35.2583370Z [00:03:28.525]➜  go tool buildid -w $WORK/b1650/_pkg_.a # internal
2025-08-20T21:21:35.2629139Z [00:03:28.530]➜  cp $WORK/b1650/_pkg_.a /root/.cache/go-build/99/99b2f9bba9c1160e69c144a73f5506737347b5b9812d8dec357ef65294ab53e2-d # internal
2025-08-20T21:21:35.2637023Z [00:03:28.530]➜  github.com/go-git/gcfg/token
2025-08-20T21:21:35.2637634Z [00:03:28.531]➜  mkdir -p $WORK/b1658/
2025-08-20T21:21:35.2641377Z [00:03:28.531]➜  cat >/tmp/go-build3547871397/b1658/importcfg << 'EOF' # internal
2025-08-20T21:21:35.2643885Z [00:03:28.532]➜  # import config
2025-08-20T21:21:35.2645083Z [00:03:28.532]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:35.2658030Z [00:03:28.532]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:35.2660558Z [00:03:28.532]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:35.2662355Z [00:03:28.532]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:35.2663195Z [00:03:28.532]➜  EOF
2025-08-20T21:21:35.2668723Z [00:03:28.532]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1658/_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/b1658=>" -p github.com/go-git/gcfg/token -lang=go1.13 -complete -installsuffix shared -buildid 01fAkkNqL4ilP6kSfnKm/01fAkkNqL4ilP6kSfnKm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1658/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:21:35.3390175Z [00:03:28.606]➜  go tool buildid -w $WORK/b1658/_pkg_.a # internal
2025-08-20T21:21:35.3413947Z [00:03:28.608]➜  cp $WORK/b1658/_pkg_.a /root/.cache/go-build/12/12c4e7debe68d87830a09a6b5cb495a7c5b352b4ab129ab5d83bb46ce2a4c66e-d # internal
2025-08-20T21:21:35.3430425Z [00:03:28.610]➜  github.com/go-git/gcfg/scanner
2025-08-20T21:21:35.3431069Z [00:03:28.610]➜  mkdir -p $WORK/b1657/
2025-08-20T21:21:35.3431822Z [00:03:28.610]➜  cat >/tmp/go-build3547871397/b1657/importcfg << 'EOF' # internal
2025-08-20T21:21:35.3432515Z [00:03:28.610]➜  # import config
2025-08-20T21:21:35.3433359Z [00:03:28.610]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:35.3434365Z [00:03:28.610]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build3547871397/b1658/_pkg_.a
2025-08-20T21:21:35.3435309Z [00:03:28.610]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:35.3436170Z [00:03:28.610]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:35.3437078Z [00:03:28.610]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:35.3437881Z [00:03:28.610]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:35.3438733Z [00:03:28.610]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:35.3439402Z [00:03:28.610]➜  EOF
2025-08-20T21:21:35.3447191Z [00:03:28.611]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1657/_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/b1657=>" -p github.com/go-git/gcfg/scanner -lang=go1.13 -complete -installsuffix shared -buildid v6Br_8raFq_g1rTqZ_RV/v6Br_8raFq_g1rTqZ_RV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1657/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:21:35.3514328Z [00:03:28.618]➜  cp $WORK/b1557/_pkg_.a /root/.cache/go-build/c4/c4265af4906421cfd922d08fa4122091c8d3e1d6eb07944813c70d5860d27e8c-d # internal
2025-08-20T21:21:35.3520509Z [00:03:28.619]➜  github.com/go-git/gcfg/types
2025-08-20T21:21:35.3521112Z [00:03:28.619]➜  mkdir -p $WORK/b1659/
2025-08-20T21:21:35.3553078Z [00:03:28.623]➜  cat >/tmp/go-build3547871397/b1659/importcfg << 'EOF' # internal
2025-08-20T21:21:35.3554570Z [00:03:28.623]➜  # import config
2025-08-20T21:21:35.3555860Z [00:03:28.623]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:35.3557267Z [00:03:28.623]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:35.3560193Z [00:03:28.623]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:35.3561044Z [00:03:28.623]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:35.3561674Z [00:03:28.623]➜  EOF
2025-08-20T21:21:35.3568512Z [00:03:28.623]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1659/_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/b1659=>" -p github.com/go-git/gcfg/types -lang=go1.13 -complete -installsuffix shared -buildid RxCHvnYhuk2DfHZK41oq/RxCHvnYhuk2DfHZK41oq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1659/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:21:35.4304106Z [00:03:28.697]➜  go tool buildid -w $WORK/b1659/_pkg_.a # internal
2025-08-20T21:21:35.4318365Z [00:03:28.699]➜  cp $WORK/b1659/_pkg_.a /root/.cache/go-build/5c/5c597824341bef4c98496b5b2099a322be1a00bbd64f40f274f556be8073c47d-d # internal
2025-08-20T21:21:35.4326085Z [00:03:28.699]➜  gopkg.in/warnings.v0
2025-08-20T21:21:35.4326670Z [00:03:28.700]➜  mkdir -p $WORK/b1660/
2025-08-20T21:21:35.4330613Z [00:03:28.700]➜  cat >/tmp/go-build3547871397/b1660/importcfg << 'EOF' # internal
2025-08-20T21:21:35.4337827Z [00:03:28.701]➜  # import config
2025-08-20T21:21:35.4338483Z [00:03:28.701]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:35.4339285Z [00:03:28.701]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:35.4339862Z [00:03:28.701]➜  EOF
2025-08-20T21:21:35.4343182Z [00:03:28.701]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1660/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/warnings.v0@v0.1.2=>gopkg.in/warnings.v0@v0.1.2;$WORK/b1660=>" -p gopkg.in/warnings.v0 -lang=go1.16 -complete -installsuffix shared -buildid J8eSlY089lkgNoEeSLim/J8eSlY089lkgNoEeSLim -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1660/importcfg -pack /root/go/pkg/mod/gopkg.in/warnings.v0@v0.1.2/warnings.go
2025-08-20T21:21:35.4346083Z [00:03:28.701]➜  go tool buildid -w $WORK/b1657/_pkg_.a # internal
2025-08-20T21:21:35.4355180Z [00:03:28.703]➜  cp $WORK/b1657/_pkg_.a /root/.cache/go-build/bf/bf1bfb7bd46dd4558808e5b09ce8f5dbd05a49e1b11bbc970c484e1feffa1813-d # internal
2025-08-20T21:21:35.4356960Z [00:03:28.703]➜  github.com/go-git/go-git/v5/internal/path_util
2025-08-20T21:21:35.4357851Z [00:03:28.703]➜  mkdir -p $WORK/b1661/
2025-08-20T21:21:35.4358829Z [00:03:28.703]➜  cat >/tmp/go-build3547871397/b1661/importcfg << 'EOF' # internal
2025-08-20T21:21:35.4359792Z [00:03:28.703]➜  # import config
2025-08-20T21:21:35.4360693Z [00:03:28.703]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:35.4361900Z [00:03:28.703]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:21:35.4363397Z [00:03:28.703]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:35.4364407Z [00:03:28.703]➜  EOF
2025-08-20T21:21:35.4368676Z [00:03:28.703]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1661/_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/b1661=>" -p github.com/go-git/go-git/v5/internal/path_util -lang=go1.23 -complete -installsuffix shared -buildid yiMLn12bVkrK6joVIy54/yiMLn12bVkrK6joVIy54 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1661/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:21:35.4608240Z [00:03:28.728]➜  go tool buildid -w $WORK/b1661/_pkg_.a # internal
2025-08-20T21:21:35.4613252Z [00:03:28.728]➜  cp $WORK/b1661/_pkg_.a /root/.cache/go-build/c5/c5029e3f03563f5e7f7c5465e8985aa2c5a5a13f064bebfba4bfbf390e80103a-d # internal
2025-08-20T21:21:35.4615640Z [00:03:28.729]➜  github.com/go-git/go-git/v5/internal/revision
2025-08-20T21:21:35.4617906Z [00:03:28.729]➜  mkdir -p $WORK/b1662/
2025-08-20T21:21:35.4618869Z [00:03:28.729]➜  cat >/tmp/go-build3547871397/b1662/importcfg << 'EOF' # internal
2025-08-20T21:21:35.4619562Z [00:03:28.729]➜  # import config
2025-08-20T21:21:35.4620225Z [00:03:28.729]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:35.4621033Z [00:03:28.729]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:35.4621804Z [00:03:28.729]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:35.4622549Z [00:03:28.729]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:35.4623500Z [00:03:28.729]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:35.4624510Z [00:03:28.729]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:35.4625425Z [00:03:28.729]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:35.4626482Z [00:03:28.729]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:35.4627165Z [00:03:28.729]➜  EOF
2025-08-20T21:21:35.4632278Z [00:03:28.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1662/_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/b1662=>" -p github.com/go-git/go-git/v5/internal/revision -lang=go1.23 -complete -installsuffix shared -buildid gzQvRc9sUFTXQxoQF6J-/gzQvRc9sUFTXQxoQF6J- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1662/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:21:35.4789358Z [00:03:28.746]➜  go tool buildid -w $WORK/b1660/_pkg_.a # internal
2025-08-20T21:21:35.4803117Z [00:03:28.747]➜  cp $WORK/b1660/_pkg_.a /root/.cache/go-build/38/385e2e890329378bbd42441cf6d31d55e88cd1ea97761f294868b4d7bd79f28b-d # internal
2025-08-20T21:21:35.4804341Z [00:03:28.747]➜  github.com/go-git/gcfg
2025-08-20T21:21:35.4804892Z [00:03:28.747]➜  mkdir -p $WORK/b1656/
2025-08-20T21:21:35.4805610Z [00:03:28.748]➜  cat >/tmp/go-build3547871397/b1656/importcfg << 'EOF' # internal
2025-08-20T21:21:35.4806268Z [00:03:28.748]➜  # import config
2025-08-20T21:21:35.4806916Z [00:03:28.748]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:35.4807727Z [00:03:28.748]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:21:35.4808566Z [00:03:28.748]➜  packagefile encoding/gob=/tmp/go-build3547871397/b838/_pkg_.a
2025-08-20T21:21:35.4809562Z [00:03:28.748]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:35.4810617Z [00:03:28.748]➜  packagefile github.com/go-git/gcfg/scanner=/tmp/go-build3547871397/b1657/_pkg_.a
2025-08-20T21:21:35.4811785Z [00:03:28.748]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build3547871397/b1658/_pkg_.a
2025-08-20T21:21:35.4813354Z [00:03:28.748]➜  packagefile github.com/go-git/gcfg/types=/tmp/go-build3547871397/b1659/_pkg_.a
2025-08-20T21:21:35.4814439Z [00:03:28.748]➜  packagefile gopkg.in/warnings.v0=/tmp/go-build3547871397/b1660/_pkg_.a
2025-08-20T21:21:35.4815345Z [00:03:28.748]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:35.4816158Z [00:03:28.748]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:35.4816976Z [00:03:28.748]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:35.4817811Z [00:03:28.748]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:35.4818649Z [00:03:28.748]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:35.4819502Z [00:03:28.748]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:35.4820411Z [00:03:28.748]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:35.4821120Z [00:03:28.748]➜  EOF
2025-08-20T21:21:35.4827120Z [00:03:28.748]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1656/_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/b1656=>" -p github.com/go-git/gcfg -lang=go1.13 -complete -installsuffix shared -buildid jl5iEn-ugJvPYIty26RN/jl5iEn-ugJvPYIty26RN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1656/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:21:35.6240255Z [00:03:28.891]➜  go tool buildid -w $WORK/b1662/_pkg_.a # internal
2025-08-20T21:21:35.6241730Z [00:03:28.891]➜  cp $WORK/b1662/_pkg_.a /root/.cache/go-build/b9/b932bcc7c4e064444d71c914c97be58ccf79dcb000bb05cdbe1e762512c75c1a-d # internal
2025-08-20T21:21:35.6243508Z [00:03:28.891]➜  github.com/go-git/go-git/v5/plumbing/cache
2025-08-20T21:21:35.6244173Z [00:03:28.891]➜  mkdir -p $WORK/b1663/
2025-08-20T21:21:35.6244951Z [00:03:28.891]➜  cat >/tmp/go-build3547871397/b1663/importcfg << 'EOF' # internal
2025-08-20T21:21:35.6245672Z [00:03:28.891]➜  # import config
2025-08-20T21:21:35.6246400Z [00:03:28.891]➜  packagefile container/list=/tmp/go-build3547871397/b153/_pkg_.a
2025-08-20T21:21:35.6247518Z [00:03:28.891]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:35.6248577Z [00:03:28.891]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:35.6249274Z [00:03:28.891]➜  EOF
2025-08-20T21:21:35.6254587Z [00:03:28.891]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1663/_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/b1663=>" -p github.com/go-git/go-git/v5/plumbing/cache -lang=go1.23 -complete -installsuffix shared -buildid baELIgln_HKVUdqeCPKW/baELIgln_HKVUdqeCPKW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1663/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:21:35.6296270Z [00:03:28.897]➜  go tool buildid -w $WORK/b1656/_pkg_.a # internal
2025-08-20T21:21:35.6311936Z [00:03:28.898]➜  cp $WORK/b1656/_pkg_.a /root/.cache/go-build/b6/b6f94551a5a3d3094657fc84b4e92b07571792fac87d8119e25b557c0ee70404-d # internal
2025-08-20T21:21:35.6318292Z [00:03:28.898]➜  github.com/go-git/go-git/v5/plumbing/format/config
2025-08-20T21:21:35.6319022Z [00:03:28.898]➜  mkdir -p $WORK/b1655/
2025-08-20T21:21:35.6325045Z [00:03:28.899]➜  cat >/tmp/go-build3547871397/b1655/importcfg << 'EOF' # internal
2025-08-20T21:21:35.6330264Z [00:03:28.899]➜  # import config
2025-08-20T21:21:35.6330972Z [00:03:28.899]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:35.6331967Z [00:03:28.899]➜  packagefile github.com/go-git/gcfg=/tmp/go-build3547871397/b1656/_pkg_.a
2025-08-20T21:21:35.6333120Z [00:03:28.899]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:35.6334002Z [00:03:28.899]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:35.6334663Z [00:03:28.899]➜  EOF
2025-08-20T21:21:35.6342353Z [00:03:28.899]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1655/_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/b1655=>" -p github.com/go-git/go-git/v5/plumbing/format/config -lang=go1.23 -complete -installsuffix shared -buildid 9Le6tt5zBuYKpmDGMC7C/9Le6tt5zBuYKpmDGMC7C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1655/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:21:35.6818561Z [00:03:28.949]➜  go tool buildid -w $WORK/b1635/_pkg_.a # internal
2025-08-20T21:21:35.6940125Z [00:03:28.961]➜  cp $WORK/b1635/_pkg_.a /root/.cache/go-build/e5/e5ded25e8265b05c354987149f52c5d8aea2c6e8852675739777bc6daa9fa97b-d # internal
2025-08-20T21:21:35.6946871Z [00:03:28.962]➜  github.com/ProtonMail/go-crypto/openpgp
2025-08-20T21:21:35.6949830Z [00:03:28.962]➜  mkdir -p $WORK/b1605/
2025-08-20T21:21:35.6954382Z [00:03:28.963]➜  cat >/tmp/go-build3547871397/b1605/importcfg << 'EOF' # internal
2025-08-20T21:21:35.6956525Z [00:03:28.963]➜  # import config
2025-08-20T21:21:35.6959373Z [00:03:28.963]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:35.6960265Z [00:03:28.963]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:35.6961179Z [00:03:28.963]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:21:35.6962079Z [00:03:28.963]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:35.6965428Z [00:03:28.963]➜  packagefile crypto/sha512=/tmp/go-build3547871397/b196/_pkg_.a
2025-08-20T21:21:35.6966585Z [00:03:28.963]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:35.6967468Z [00:03:28.963]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:35.6968612Z [00:03:28.963]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/tmp/go-build3547871397/b1606/_pkg_.a
2025-08-20T21:21:35.6970025Z [00:03:28.963]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build3547871397/b1608/_pkg_.a
2025-08-20T21:21:35.6976279Z [00:03:28.963]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build3547871397/b1631/_pkg_.a
2025-08-20T21:21:35.6977667Z [00:03:28.963]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build3547871397/b1632/_pkg_.a
2025-08-20T21:21:35.6979034Z [00:03:28.963]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build3547871397/b1633/_pkg_.a
2025-08-20T21:21:35.6980403Z [00:03:28.963]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build3547871397/b1634/_pkg_.a
2025-08-20T21:21:35.6981845Z [00:03:28.963]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3547871397/b1607/_pkg_.a
2025-08-20T21:21:35.6986147Z [00:03:28.963]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3547871397/b1610/_pkg_.a
2025-08-20T21:21:35.6987950Z [00:03:28.963]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3547871397/b1615/_pkg_.a
2025-08-20T21:21:35.6989420Z [00:03:28.963]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build3547871397/b1635/_pkg_.a
2025-08-20T21:21:35.6990856Z [00:03:28.963]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build3547871397/b1640/_pkg_.a
2025-08-20T21:21:35.6992268Z [00:03:28.963]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build3547871397/b1641/_pkg_.a
2025-08-20T21:21:35.6993694Z [00:03:28.963]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build3547871397/b1645/_pkg_.a
2025-08-20T21:21:35.6994675Z [00:03:28.963]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:35.6995455Z [00:03:28.963]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:35.6996256Z [00:03:28.963]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:35.6997096Z [00:03:28.963]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:35.6997890Z [00:03:28.963]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:35.6998471Z [00:03:28.963]➜  EOF
2025-08-20T21:21:35.7009912Z [00:03:28.963]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1605/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp=>github.com/ProtonMail/go-crypto@v1.2.0/openpgp;$WORK/b1605=>" -p github.com/ProtonMail/go-crypto/openpgp -lang=go1.22 -complete -installsuffix shared -buildid eKu0Li4hGjuYqZG8efF1/eKu0Li4hGjuYqZG8efF1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1605/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/canonical_text.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/hash.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/key_generation.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/keys.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/keys_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/read.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/read_write_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.2.0/openpgp/write.go
2025-08-20T21:21:35.7017315Z [00:03:28.963]➜  go tool buildid -w $WORK/b1663/_pkg_.a # internal
2025-08-20T21:21:35.7018612Z [00:03:28.964]➜  cp $WORK/b1663/_pkg_.a /root/.cache/go-build/36/3662652372d354977b2d190a45c29188a976051abbdab1a24cd2057c7ee46bb0-d # internal
2025-08-20T21:21:35.7019800Z [00:03:28.965]➜  github.com/go-git/go-git/v5/plumbing/filemode
2025-08-20T21:21:35.7020605Z [00:03:28.965]➜  mkdir -p $WORK/b1664/
2025-08-20T21:21:35.7021385Z [00:03:28.965]➜  cat >/tmp/go-build3547871397/b1664/importcfg << 'EOF' # internal
2025-08-20T21:21:35.7022073Z [00:03:28.965]➜  # import config
2025-08-20T21:21:35.7023018Z [00:03:28.965]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:35.7023945Z [00:03:28.965]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:35.7024757Z [00:03:28.965]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:35.7025585Z [00:03:28.966]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:35.7026203Z [00:03:28.966]➜  EOF
2025-08-20T21:21:35.7030098Z [00:03:28.968]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1664/_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/b1664=>" -p github.com/go-git/go-git/v5/plumbing/filemode -lang=go1.23 -complete -installsuffix shared -buildid dz0R19uB_rpTeSCzedW-/dz0R19uB_rpTeSCzedW- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1664/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/filemode/filemode.go
2025-08-20T21:21:35.7114074Z [00:03:28.979]➜  go tool buildid -w $WORK/b1655/_pkg_.a # internal
2025-08-20T21:21:35.7130263Z [00:03:28.980]➜  cp $WORK/b1655/_pkg_.a /root/.cache/go-build/b7/b7cb21dda4fc3f8ae3731929a6cbe43989be20578a4a5b5ab9231cbd9b8f6e10-d # internal
2025-08-20T21:21:35.7137985Z [00:03:28.980]➜  github.com/go-git/go-git/v5/config
2025-08-20T21:21:35.7138637Z [00:03:28.980]➜  mkdir -p $WORK/b1648/
2025-08-20T21:21:35.7139422Z [00:03:28.981]➜  cat >/tmp/go-build3547871397/b1648/importcfg << 'EOF' # internal
2025-08-20T21:21:35.7140149Z [00:03:28.981]➜  # import config
2025-08-20T21:21:35.7140834Z [00:03:28.981]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:35.7141700Z [00:03:28.981]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:35.7142763Z [00:03:28.981]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:35.7143837Z [00:03:28.981]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build3547871397/b1646/_pkg_.a
2025-08-20T21:21:35.7145119Z [00:03:28.981]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build3547871397/b1649/_pkg_.a
2025-08-20T21:21:35.7146407Z [00:03:28.981]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:35.7147745Z [00:03:28.981]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build3547871397/b1655/_pkg_.a
2025-08-20T21:21:35.7148862Z [00:03:28.981]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:35.7149669Z [00:03:28.981]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:35.7150536Z [00:03:28.981]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:35.7151456Z [00:03:28.981]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:35.7152438Z [00:03:28.981]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:35.7156375Z [00:03:28.981]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:35.7157383Z [00:03:28.981]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:35.7158018Z [00:03:28.981]➜  EOF
2025-08-20T21:21:35.7163572Z [00:03:28.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1648/_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/b1648=>" -p github.com/go-git/go-git/v5/config -lang=go1.23 -complete -installsuffix shared -buildid mbWOdeS5-ybshb9_92qV/mbWOdeS5-ybshb9_92qV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1648/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:21:35.7377875Z [00:03:29.005]➜  go tool buildid -w $WORK/b1664/_pkg_.a # internal
2025-08-20T21:21:35.7396631Z [00:03:29.007]➜  cp $WORK/b1664/_pkg_.a /root/.cache/go-build/8d/8d1a5b55e778da32db9350de219759ae99238f33e4183e516fe92f7ffbf3b5fd-d # internal
2025-08-20T21:21:35.7403999Z [00:03:29.007]➜  github.com/jbenet/go-context/io
2025-08-20T21:21:35.7404629Z [00:03:29.007]➜  mkdir -p $WORK/b1667/
2025-08-20T21:21:35.7409780Z [00:03:29.008]➜  cat >/tmp/go-build3547871397/b1667/importcfg << 'EOF' # internal
2025-08-20T21:21:35.7420980Z [00:03:29.008]➜  # import config
2025-08-20T21:21:35.7421849Z [00:03:29.008]➜  packagefile golang.org/x/net/context=/tmp/go-build3547871397/b943/_pkg_.a
2025-08-20T21:21:35.7423128Z [00:03:29.008]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:35.7423769Z [00:03:29.008]➜  EOF
2025-08-20T21:21:35.7427788Z [00:03:29.008]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1667/_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/b1667=>" -p github.com/jbenet/go-context/io -lang=go1.16 -complete -installsuffix shared -buildid Tjz4B8T-P-d1i1l5YSFm/Tjz4B8T-P-d1i1l5YSFm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1667/importcfg -pack /root/go/pkg/mod/github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99/io/ctxio.go
2025-08-20T21:21:35.7701219Z [00:03:29.037]➜  go tool buildid -w $WORK/b1667/_pkg_.a # internal
2025-08-20T21:21:35.7712026Z [00:03:29.038]➜  cp $WORK/b1667/_pkg_.a /root/.cache/go-build/95/956cb3bcf4e0a9e9377c2644522c4e95189e9368bb9456100e8bb00921318eac-d # internal
2025-08-20T21:21:35.7715456Z [00:03:29.039]➜  github.com/go-git/go-git/v5/utils/ioutil
2025-08-20T21:21:35.7716210Z [00:03:29.039]➜  mkdir -p $WORK/b1666/
2025-08-20T21:21:35.7722974Z [00:03:29.040]➜  cat >/tmp/go-build3547871397/b1666/importcfg << 'EOF' # internal
2025-08-20T21:21:35.7725514Z [00:03:29.040]➜  # import config
2025-08-20T21:21:35.7726211Z [00:03:29.040]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:35.7727175Z [00:03:29.040]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:35.7728063Z [00:03:29.040]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:35.7729088Z [00:03:29.040]➜  packagefile github.com/jbenet/go-context/io=/tmp/go-build3547871397/b1667/_pkg_.a
2025-08-20T21:21:35.7730078Z [00:03:29.040]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:35.7730773Z [00:03:29.040]➜  EOF
2025-08-20T21:21:35.7734878Z [00:03:29.040]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1666/_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/b1666=>" -p github.com/go-git/go-git/v5/utils/ioutil -lang=go1.23 -complete -installsuffix shared -buildid La_L5mShFqV0vwVPCRlb/La_L5mShFqV0vwVPCRlb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1666/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/ioutil/common.go
2025-08-20T21:21:35.8354523Z [00:03:29.103]➜  go tool buildid -w $WORK/b1666/_pkg_.a # internal
2025-08-20T21:21:35.8365605Z [00:03:29.104]➜  cp $WORK/b1666/_pkg_.a /root/.cache/go-build/b4/b462a1c969dbca4adc907472639384b3651b9ebb672939f4d8394dae32266414-d # internal
2025-08-20T21:21:35.8368079Z [00:03:29.104]➜  github.com/go-git/go-git/v5/plumbing/format/gitignore
2025-08-20T21:21:35.8369768Z [00:03:29.104]➜  mkdir -p $WORK/b1665/
2025-08-20T21:21:35.8376540Z [00:03:29.105]➜  cat >/tmp/go-build3547871397/b1665/importcfg << 'EOF' # internal
2025-08-20T21:21:35.8377239Z [00:03:29.105]➜  # import config
2025-08-20T21:21:35.8377897Z [00:03:29.105]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:35.8378953Z [00:03:29.105]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:35.8379950Z [00:03:29.105]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3547871397/b1599/_pkg_.a
2025-08-20T21:21:35.8381177Z [00:03:29.105]➜  packagefile github.com/go-git/go-git/v5/internal/path_util=/tmp/go-build3547871397/b1661/_pkg_.a
2025-08-20T21:21:35.8382555Z [00:03:29.105]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build3547871397/b1655/_pkg_.a
2025-08-20T21:21:35.8383956Z [00:03:29.105]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3547871397/b1666/_pkg_.a
2025-08-20T21:21:35.8384887Z [00:03:29.105]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:35.8385644Z [00:03:29.105]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:35.8386508Z [00:03:29.105]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:35.8387394Z [00:03:29.105]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:35.8388023Z [00:03:29.105]➜  EOF
2025-08-20T21:21:35.8395293Z [00:03:29.106]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1665/_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/b1665=>" -p github.com/go-git/go-git/v5/plumbing/format/gitignore -lang=go1.23 -complete -installsuffix shared -buildid 5TrGVpqJazbXst-7FuMk/5TrGVpqJazbXst-7FuMk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1665/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:21:35.8424782Z [00:03:29.110]➜  go tool buildid -w $WORK/b1648/_pkg_.a # internal
2025-08-20T21:21:35.8439382Z [00:03:29.111]➜  cp $WORK/b1648/_pkg_.a /root/.cache/go-build/84/849b6d0673c14b3b21f29389d90d1d0c6c2222cf3514bb9f28f955bec562803a-d # internal
2025-08-20T21:21:35.8448608Z [00:03:29.112]➜  github.com/go-git/go-git/v5/utils/binary
2025-08-20T21:21:35.8449243Z [00:03:29.112]➜  mkdir -p $WORK/b1669/
2025-08-20T21:21:35.8449954Z [00:03:29.112]➜  cat >/tmp/go-build3547871397/b1669/importcfg << 'EOF' # internal
2025-08-20T21:21:35.8452559Z [00:03:29.112]➜  # import config
2025-08-20T21:21:35.8453430Z [00:03:29.112]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:35.8454305Z [00:03:29.112]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:35.8455324Z [00:03:29.112]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:35.8456283Z [00:03:29.112]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:35.8456865Z [00:03:29.112]➜  EOF
2025-08-20T21:21:35.8460922Z [00:03:29.112]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1669/_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/b1669=>" -p github.com/go-git/go-git/v5/utils/binary -lang=go1.23 -complete -installsuffix shared -buildid dxnm1P9tVHN51YWvVJZd/dxnm1P9tVHN51YWvVJZd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1669/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:21:35.8794909Z [00:03:29.147]➜  go tool buildid -w $WORK/b1669/_pkg_.a # internal
2025-08-20T21:21:35.8805462Z [00:03:29.148]➜  cp $WORK/b1669/_pkg_.a /root/.cache/go-build/42/421e84e01e4d9c36821127483e6eab5042245939a409b8bd3d8a7d5c6efd193d-d # internal
2025-08-20T21:21:35.8813963Z [00:03:29.149]➜  github.com/go-git/go-git/v5/plumbing/format/index
2025-08-20T21:21:35.8816839Z [00:03:29.149]➜  mkdir -p $WORK/b1668/
2025-08-20T21:21:35.8835643Z [00:03:29.151]➜  cat >/tmp/go-build3547871397/b1668/importcfg << 'EOF' # internal
2025-08-20T21:21:35.8843522Z [00:03:29.151]➜  # import config
2025-08-20T21:21:35.8844151Z [00:03:29.151]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:35.8844936Z [00:03:29.151]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:35.8845672Z [00:03:29.151]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:35.8846400Z [00:03:29.151]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:35.8847303Z [00:03:29.151]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:35.8848451Z [00:03:29.151]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3547871397/b1664/_pkg_.a
2025-08-20T21:21:35.8849616Z [00:03:29.151]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3547871397/b1651/_pkg_.a
2025-08-20T21:21:35.8850779Z [00:03:29.151]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build3547871397/b1669/_pkg_.a
2025-08-20T21:21:35.8851660Z [00:03:29.151]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:35.8852354Z [00:03:29.151]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:35.8853532Z [00:03:29.151]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:35.8854335Z [00:03:29.151]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:35.8855062Z [00:03:29.151]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:35.8855782Z [00:03:29.151]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:35.8856537Z [00:03:29.151]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:35.8857261Z [00:03:29.151]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:35.8858029Z [00:03:29.151]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:35.8858751Z [00:03:29.151]➜  EOF
2025-08-20T21:21:35.8873669Z [00:03:29.151]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1668/_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/b1668=>" -p github.com/go-git/go-git/v5/plumbing/format/index -lang=go1.23 -complete -installsuffix shared -buildid nreGJq0QiV9h8qw4oKl6/nreGJq0QiV9h8qw4oKl6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1668/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:21:35.8939741Z [00:03:29.161]➜  go tool buildid -w $WORK/b1665/_pkg_.a # internal
2025-08-20T21:21:35.8951088Z [00:03:29.162]➜  cp $WORK/b1665/_pkg_.a /root/.cache/go-build/45/458454092fe2823f5f899db319b44c4077deff1b082c341de13dd6ce808b372a-d # internal
2025-08-20T21:21:35.8953719Z [00:03:29.163]➜  github.com/go-git/go-git/v5/plumbing/format/idxfile
2025-08-20T21:21:35.8956499Z [00:03:29.163]➜  mkdir -p $WORK/b1671/
2025-08-20T21:21:35.8961793Z [00:03:29.163]➜  cat >/tmp/go-build3547871397/b1671/importcfg << 'EOF' # internal
2025-08-20T21:21:35.8963220Z [00:03:29.163]➜  # import config
2025-08-20T21:21:35.8982420Z [00:03:29.163]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:35.8984205Z [00:03:29.163]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:35.8986111Z [00:03:29.163]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:35.8987025Z [00:03:29.163]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:35.8988011Z [00:03:29.163]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:35.8989038Z [00:03:29.163]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:35.8990250Z [00:03:29.163]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3547871397/b1651/_pkg_.a
2025-08-20T21:21:35.8991687Z [00:03:29.163]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build3547871397/b1669/_pkg_.a
2025-08-20T21:21:35.8994710Z [00:03:29.163]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:35.8995541Z [00:03:29.163]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:35.8996329Z [00:03:29.163]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:35.8997103Z [00:03:29.163]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:35.8997683Z [00:03:29.163]➜  EOF
2025-08-20T21:21:35.9004276Z [00:03:29.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1671/_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/b1671=>" -p github.com/go-git/go-git/v5/plumbing/format/idxfile -lang=go1.23 -complete -installsuffix shared -buildid g7YqxmJDdfUg_0iHeWib/g7YqxmJDdfUg_0iHeWib -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1671/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:21:36.0361278Z [00:03:29.303]➜  go tool buildid -w $WORK/b1605/_pkg_.a # internal
2025-08-20T21:21:36.0365111Z [00:03:29.304]➜  go tool buildid -w $WORK/b1671/_pkg_.a # internal
2025-08-20T21:21:36.0387385Z [00:03:29.306]➜  cp $WORK/b1671/_pkg_.a /root/.cache/go-build/b1/b16f9c509442d4d18aaf1863f93985605928a59b671cae8df35083b79825638b-d # internal
2025-08-20T21:21:36.0397545Z [00:03:29.306]➜  github.com/go-git/go-git/v5/utils/sync
2025-08-20T21:21:36.0398202Z [00:03:29.306]➜  mkdir -p $WORK/b1673/
2025-08-20T21:21:36.0398916Z [00:03:29.307]➜  cat >/tmp/go-build3547871397/b1673/importcfg << 'EOF' # internal
2025-08-20T21:21:36.0399583Z [00:03:29.307]➜  # import config
2025-08-20T21:21:36.0400218Z [00:03:29.307]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:36.0400997Z [00:03:29.307]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:36.0401863Z [00:03:29.307]➜  packagefile compress/zlib=/tmp/go-build3547871397/b460/_pkg_.a
2025-08-20T21:21:36.0403031Z [00:03:29.307]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:36.0403880Z [00:03:29.307]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:36.0404516Z [00:03:29.307]➜  EOF
2025-08-20T21:21:36.0409096Z [00:03:29.307]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1673/_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/b1673=>" -p github.com/go-git/go-git/v5/utils/sync -lang=go1.23 -complete -installsuffix shared -buildid GSZPm8Y3MA4UXCPrwtal/GSZPm8Y3MA4UXCPrwtal -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1673/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:21:36.0438892Z [00:03:29.311]➜  cp $WORK/b1605/_pkg_.a /root/.cache/go-build/1e/1eebc48b834fd2b284e1fdcb26f47bf7eb0c7f1e57e54108e5022748f4258ce4-d # internal
2025-08-20T21:21:36.0459603Z [00:03:29.311]➜  github.com/emirpasic/gods/utils
2025-08-20T21:21:36.0460159Z [00:03:29.311]➜  mkdir -p $WORK/b1677/
2025-08-20T21:21:36.0460967Z [00:03:29.312]➜  cat >/tmp/go-build3547871397/b1677/importcfg << 'EOF' # internal
2025-08-20T21:21:36.0461595Z [00:03:29.312]➜  # import config
2025-08-20T21:21:36.0462152Z [00:03:29.312]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.0463245Z [00:03:29.312]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:36.0463951Z [00:03:29.312]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:36.0464677Z [00:03:29.312]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:36.0465217Z [00:03:29.312]➜  EOF
2025-08-20T21:21:36.0469261Z [00:03:29.312]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1677/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils=>github.com/emirpasic/gods@v1.18.1/utils;$WORK/b1677=>" -p github.com/emirpasic/gods/utils -lang=go1.2 -complete -installsuffix shared -buildid t0iWSR-uQt1J4ohLw48q/t0iWSR-uQt1J4ohLw48q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1677/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:21:36.0597413Z [00:03:29.327]➜  go tool buildid -w $WORK/b1668/_pkg_.a # internal
2025-08-20T21:21:36.0600304Z [00:03:29.327]➜  cp $WORK/b1668/_pkg_.a /root/.cache/go-build/69/69859bd039fa8e512736a851536342f74f2ae9b8b2679fb07aa33702d1a181f0-d # internal
2025-08-20T21:21:36.0601461Z [00:03:29.327]➜  github.com/go-git/go-git/v5/plumbing/storer
2025-08-20T21:21:36.0602055Z [00:03:29.327]➜  mkdir -p $WORK/b1672/
2025-08-20T21:21:36.0603029Z [00:03:29.327]➜  cat >/tmp/go-build3547871397/b1672/importcfg << 'EOF' # internal
2025-08-20T21:21:36.0603705Z [00:03:29.327]➜  # import config
2025-08-20T21:21:36.0604343Z [00:03:29.327]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:36.0605578Z [00:03:29.327]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:36.0606874Z [00:03:29.327]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build3547871397/b1668/_pkg_.a
2025-08-20T21:21:36.0607934Z [00:03:29.327]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:36.0608681Z [00:03:29.327]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:36.0609261Z [00:03:29.327]➜  EOF
2025-08-20T21:21:36.0617182Z [00:03:29.328]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1672/_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/b1672=>" -p github.com/go-git/go-git/v5/plumbing/storer -lang=go1.23 -complete -installsuffix shared -buildid wQVWwCLyfJNN4JAyd9Bo/wQVWwCLyfJNN4JAyd9Bo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1672/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:21:36.0744724Z [00:03:29.342]➜  go tool buildid -w $WORK/b1673/_pkg_.a # internal
2025-08-20T21:21:36.0755581Z [00:03:29.343]➜  cp $WORK/b1673/_pkg_.a /root/.cache/go-build/a9/a926e815e79e4865ef1b98e56eb1d0ebe02c363f8a2951e4e17813c528b0878f-d # internal
2025-08-20T21:21:36.0768347Z [00:03:29.344]➜  github.com/go-git/go-git/v5/plumbing/format/diff
2025-08-20T21:21:36.0772502Z [00:03:29.344]➜  mkdir -p $WORK/b1681/
2025-08-20T21:21:36.0776441Z [00:03:29.345]➜  cat >/tmp/go-build3547871397/b1681/importcfg << 'EOF' # internal
2025-08-20T21:21:36.0777415Z [00:03:29.345]➜  # import config
2025-08-20T21:21:36.0778574Z [00:03:29.345]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.0781845Z [00:03:29.345]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:36.0783742Z [00:03:29.345]➜  packagefile github.com/go-git/go-git/v5/plumbing/color=/tmp/go-build3547871397/b1682/_pkg_.a
2025-08-20T21:21:36.0785650Z [00:03:29.345]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3547871397/b1664/_pkg_.a
2025-08-20T21:21:36.0787225Z [00:03:29.345]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:36.0788316Z [00:03:29.345]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:36.0789495Z [00:03:29.345]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:36.0790844Z [00:03:29.345]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:36.0791738Z [00:03:29.345]➜  EOF
2025-08-20T21:21:36.0799669Z [00:03:29.347]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1681/_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/b1681=>" -p github.com/go-git/go-git/v5/plumbing/format/diff -lang=go1.23 -complete -installsuffix shared -buildid Z62wOxpEEduAofbS3svX/Z62wOxpEEduAofbS3svX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1681/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:21:36.0926852Z [00:03:29.360]➜  go tool buildid -w $WORK/b1677/_pkg_.a # internal
2025-08-20T21:21:36.0935577Z [00:03:29.361]➜  cp $WORK/b1677/_pkg_.a /root/.cache/go-build/82/829bb60f7da3cf1d85f07ddd32fa19af10bf873c7793bdd03a05a66c509a6ac0-d # internal
2025-08-20T21:21:36.0975965Z [00:03:29.361]➜  github.com/emirpasic/gods/containers
2025-08-20T21:21:36.0976746Z [00:03:29.361]➜  mkdir -p $WORK/b1676/
2025-08-20T21:21:36.0977465Z [00:03:29.361]➜  cat >/tmp/go-build3547871397/b1676/importcfg << 'EOF' # internal
2025-08-20T21:21:36.0978116Z [00:03:29.361]➜  # import config
2025-08-20T21:21:36.0978957Z [00:03:29.361]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3547871397/b1677/_pkg_.a
2025-08-20T21:21:36.0979695Z [00:03:29.361]➜  EOF
2025-08-20T21:21:36.0985955Z [00:03:29.361]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1676/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers=>github.com/emirpasic/gods@v1.18.1/containers;$WORK/b1676=>" -p github.com/emirpasic/gods/containers -lang=go1.2 -complete -installsuffix shared -buildid vWbfdvo7g93My2ZPy5t6/vWbfdvo7g93My2ZPy5t6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1676/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:21:36.1299572Z [00:03:29.397]➜  go tool buildid -w $WORK/b1676/_pkg_.a # internal
2025-08-20T21:21:36.1309330Z [00:03:29.398]➜  cp $WORK/b1676/_pkg_.a /root/.cache/go-build/f0/f073670cddc41a77a8c95cc096afa18a2ced9e785c66d91a9cdc63b99c694514-d # internal
2025-08-20T21:21:36.1326717Z [00:03:29.400]➜  github.com/emirpasic/gods/lists
2025-08-20T21:21:36.1330948Z [00:03:29.400]➜  mkdir -p $WORK/b1679/
2025-08-20T21:21:36.1331778Z [00:03:29.400]➜  cat >/tmp/go-build3547871397/b1679/importcfg << 'EOF' # internal
2025-08-20T21:21:36.1334210Z [00:03:29.400]➜  # import config
2025-08-20T21:21:36.1336903Z [00:03:29.400]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3547871397/b1676/_pkg_.a
2025-08-20T21:21:36.1338905Z [00:03:29.400]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3547871397/b1677/_pkg_.a
2025-08-20T21:21:36.1340095Z [00:03:29.400]➜  EOF
2025-08-20T21:21:36.1355766Z [00:03:29.400]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1679/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists=>github.com/emirpasic/gods@v1.18.1/lists;$WORK/b1679=>" -p github.com/emirpasic/gods/lists -lang=go1.2 -complete -installsuffix shared -buildid nevUovoLL3db4feIR0-Q/nevUovoLL3db4feIR0-Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1679/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/lists.go
2025-08-20T21:21:36.1671557Z [00:03:29.434]➜  go tool buildid -w $WORK/b1679/_pkg_.a # internal
2025-08-20T21:21:36.1676285Z [00:03:29.435]➜  cp $WORK/b1679/_pkg_.a /root/.cache/go-build/32/3236f2a1b569c4c14f5685c4c7cbf582f3bd9d6630a3e2105673a22116d41afb-d # internal
2025-08-20T21:21:36.1681469Z [00:03:29.435]➜  github.com/emirpasic/gods/lists/arraylist
2025-08-20T21:21:36.1682381Z [00:03:29.435]➜  mkdir -p $WORK/b1678/
2025-08-20T21:21:36.1683723Z [00:03:29.435]➜  cat >/tmp/go-build3547871397/b1678/importcfg << 'EOF' # internal
2025-08-20T21:21:36.1684764Z [00:03:29.435]➜  # import config
2025-08-20T21:21:36.1685718Z [00:03:29.435]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:36.1686859Z [00:03:29.435]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.1688246Z [00:03:29.435]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3547871397/b1676/_pkg_.a
2025-08-20T21:21:36.1689731Z [00:03:29.435]➜  packagefile github.com/emirpasic/gods/lists=/tmp/go-build3547871397/b1679/_pkg_.a
2025-08-20T21:21:36.1691110Z [00:03:29.435]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3547871397/b1677/_pkg_.a
2025-08-20T21:21:36.1693303Z [00:03:29.435]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:36.1694103Z [00:03:29.435]➜  EOF
2025-08-20T21:21:36.1707258Z [00:03:29.437]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1678/_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/b1678=>" -p github.com/emirpasic/gods/lists/arraylist -lang=go1.2 -complete -installsuffix shared -buildid Kyh5ck9BatcqiExU4yZA/Kyh5ck9BatcqiExU4yZA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1678/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:21:36.1848780Z [00:03:29.452]➜  go tool buildid -w $WORK/b1681/_pkg_.a # internal
2025-08-20T21:21:36.1862541Z [00:03:29.453]➜  cp $WORK/b1681/_pkg_.a /root/.cache/go-build/e7/e7ca85085c408cbc914e65f2e3cdf2e9e2cfb7227731e9c2b27a553a137ab091-d # internal
2025-08-20T21:21:36.1869688Z [00:03:29.453]➜  github.com/emirpasic/gods/trees
2025-08-20T21:21:36.1870332Z [00:03:29.453]➜  mkdir -p $WORK/b1680/
2025-08-20T21:21:36.1877854Z [00:03:29.455]➜  cat >/tmp/go-build3547871397/b1680/importcfg << 'EOF' # internal
2025-08-20T21:21:36.1883836Z [00:03:29.455]➜  # import config
2025-08-20T21:21:36.1884807Z [00:03:29.455]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3547871397/b1676/_pkg_.a
2025-08-20T21:21:36.1885637Z [00:03:29.455]➜  EOF
2025-08-20T21:21:36.1889109Z [00:03:29.455]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1680/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees=>github.com/emirpasic/gods@v1.18.1/trees;$WORK/b1680=>" -p github.com/emirpasic/gods/trees -lang=go1.2 -complete -installsuffix shared -buildid ez4lupU_5MsbP4UrQKWc/ez4lupU_5MsbP4UrQKWc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1680/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/trees.go
2025-08-20T21:21:36.1892329Z [00:03:29.455]➜  go tool buildid -w $WORK/b1672/_pkg_.a # internal
2025-08-20T21:21:36.1925889Z [00:03:29.460]➜  cp $WORK/b1672/_pkg_.a /root/.cache/go-build/90/9008c25c11a2902a58662884e6684d2f6333b281250842b6f7a94d009bb80318-d # internal
2025-08-20T21:21:36.1939634Z [00:03:29.461]➜  github.com/go-git/go-git/v5/plumbing/format/packfile
2025-08-20T21:21:36.1943097Z [00:03:29.461]➜  mkdir -p $WORK/b1670/
2025-08-20T21:21:36.1965048Z [00:03:29.464]➜  cat >/tmp/go-build3547871397/b1670/importcfg << 'EOF' # internal
2025-08-20T21:21:36.1973178Z [00:03:29.464]➜  # import config
2025-08-20T21:21:36.1973876Z [00:03:29.464]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:36.1974708Z [00:03:29.464]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:36.1975578Z [00:03:29.464]➜  packagefile compress/zlib=/tmp/go-build3547871397/b460/_pkg_.a
2025-08-20T21:21:36.1976437Z [00:03:29.464]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:36.1977300Z [00:03:29.464]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.1978258Z [00:03:29.464]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3547871397/b1599/_pkg_.a
2025-08-20T21:21:36.1979399Z [00:03:29.464]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:36.1980645Z [00:03:29.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build3547871397/b1663/_pkg_.a
2025-08-20T21:21:36.1982006Z [00:03:29.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build3547871397/b1671/_pkg_.a
2025-08-20T21:21:36.1983643Z [00:03:29.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3547871397/b1651/_pkg_.a
2025-08-20T21:21:36.1984921Z [00:03:29.464]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3547871397/b1672/_pkg_.a
2025-08-20T21:21:36.1986165Z [00:03:29.464]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build3547871397/b1669/_pkg_.a
2025-08-20T21:21:36.1987539Z [00:03:29.464]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3547871397/b1666/_pkg_.a
2025-08-20T21:21:36.1988776Z [00:03:29.464]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build3547871397/b1673/_pkg_.a
2025-08-20T21:21:36.1989960Z [00:03:29.464]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:36.1990806Z [00:03:29.464]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:36.1991629Z [00:03:29.464]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:36.1992404Z [00:03:29.464]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:36.1995079Z [00:03:29.464]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:36.1995892Z [00:03:29.464]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:36.1996683Z [00:03:29.464]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:36.1997266Z [00:03:29.464]➜  EOF
2025-08-20T21:21:36.2009007Z [00:03:29.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1670/_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/b1670=>" -p github.com/go-git/go-git/v5/plumbing/format/packfile -lang=go1.23 -complete -installsuffix shared -buildid ii_SgUFr9_LaERnOuXpk/ii_SgUFr9_LaERnOuXpk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1670/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:21:36.2077705Z [00:03:29.475]➜  go tool buildid -w $WORK/b1680/_pkg_.a # internal
2025-08-20T21:21:36.2112369Z [00:03:29.478]➜  cp $WORK/b1680/_pkg_.a /root/.cache/go-build/1a/1aff72d002cbd40ee7bd3cdde6c39ec9b62f965b2fecaee3a6f9ab0821b70148-d # internal
2025-08-20T21:21:36.2136210Z [00:03:29.479]➜  github.com/go-git/go-git/v5/storage
2025-08-20T21:21:36.2136821Z [00:03:29.479]➜  mkdir -p $WORK/b1683/
2025-08-20T21:21:36.2137585Z [00:03:29.479]➜  cat >/tmp/go-build3547871397/b1683/importcfg << 'EOF' # internal
2025-08-20T21:21:36.2138284Z [00:03:29.479]➜  # import config
2025-08-20T21:21:36.2138946Z [00:03:29.479]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:36.2139980Z [00:03:29.479]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build3547871397/b1648/_pkg_.a
2025-08-20T21:21:36.2141197Z [00:03:29.479]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3547871397/b1672/_pkg_.a
2025-08-20T21:21:36.2141987Z [00:03:29.479]➜  EOF
2025-08-20T21:21:36.2150407Z [00:03:29.482]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1683/_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/b1683=>" -p github.com/go-git/go-git/v5/storage -lang=go1.23 -complete -installsuffix shared -buildid cCfoErbnsjoSB_2KB3i2/cCfoErbnsjoSB_2KB3i2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1683/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/storer.go
2025-08-20T21:21:36.2480203Z [00:03:29.515]➜  go tool buildid -w $WORK/b1678/_pkg_.a # internal
2025-08-20T21:21:36.2494355Z [00:03:29.517]➜  go tool buildid -w $WORK/b1683/_pkg_.a # internal
2025-08-20T21:21:36.2498561Z [00:03:29.517]➜  cp $WORK/b1678/_pkg_.a /root/.cache/go-build/d5/d532842e8cefdf0eebf6ca23e950aedd00f256024945cd19c9ad1779eec605fd-d # internal
2025-08-20T21:21:36.2500426Z [00:03:29.517]➜  github.com/emirpasic/gods/trees/binaryheap
2025-08-20T21:21:36.2509016Z [00:03:29.517]➜  mkdir -p $WORK/b1675/
2025-08-20T21:21:36.2510594Z [00:03:29.518]➜  cp $WORK/b1683/_pkg_.a /root/.cache/go-build/b9/b96448999350cc013d12750735b11e6e5b78fe1c5f8a65d2640b6f8156dce5ef-d # internal
2025-08-20T21:21:36.2512140Z [00:03:29.518]➜  cat >/tmp/go-build3547871397/b1675/importcfg << 'EOF' # internal
2025-08-20T21:21:36.2513250Z [00:03:29.518]➜  # import config
2025-08-20T21:21:36.2514135Z [00:03:29.518]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.2515423Z [00:03:29.518]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3547871397/b1676/_pkg_.a
2025-08-20T21:21:36.2517119Z [00:03:29.518]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/tmp/go-build3547871397/b1678/_pkg_.a
2025-08-20T21:21:36.2518672Z [00:03:29.518]➜  packagefile github.com/emirpasic/gods/trees=/tmp/go-build3547871397/b1680/_pkg_.a
2025-08-20T21:21:36.2519977Z [00:03:29.518]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3547871397/b1677/_pkg_.a
2025-08-20T21:21:36.2521894Z [00:03:29.518]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:36.2522549Z [00:03:29.518]➜  EOF
2025-08-20T21:21:36.2539966Z [00:03:29.518]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1675/_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/b1675=>" -p github.com/emirpasic/gods/trees/binaryheap -lang=go1.2 -complete -installsuffix shared -buildid Y-jZ6ZK8jEZj5HPZXMwt/Y-jZ6ZK8jEZj5HPZXMwt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1675/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:21:36.2544912Z [00:03:29.520]➜  github.com/sergi/go-diff/diffmatchpatch
2025-08-20T21:21:36.2545555Z [00:03:29.520]➜  mkdir -p $WORK/b1685/
2025-08-20T21:21:36.2546277Z [00:03:29.521]➜  cat >/tmp/go-build3547871397/b1685/importcfg << 'EOF' # internal
2025-08-20T21:21:36.2546949Z [00:03:29.521]➜  # import config
2025-08-20T21:21:36.2547601Z [00:03:29.521]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:36.2548411Z [00:03:29.521]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:36.2549229Z [00:03:29.521]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.2550047Z [00:03:29.521]➜  packagefile html=/tmp/go-build3547871397/b782/_pkg_.a
2025-08-20T21:21:36.2550866Z [00:03:29.521]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:36.2551698Z [00:03:29.521]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:36.2552537Z [00:03:29.521]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:36.2553571Z [00:03:29.521]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:36.2554419Z [00:03:29.521]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:36.2555236Z [00:03:29.521]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:36.2556097Z [00:03:29.521]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:36.2556765Z [00:03:29.521]➜  EOF
2025-08-20T21:21:36.2564653Z [00:03:29.521]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1685/_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/b1685=>" -p github.com/sergi/go-diff/diffmatchpatch -lang=go1.13 -complete -installsuffix shared -buildid vTqLDfFNu_f2a2OaGSBR/vTqLDfFNu_f2a2OaGSBR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1685/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:21:36.3329478Z [00:03:29.600]➜  go tool buildid -w $WORK/b1675/_pkg_.a # internal
2025-08-20T21:21:36.3338370Z [00:03:29.601]➜  cp $WORK/b1675/_pkg_.a /root/.cache/go-build/ca/ca960ee7d0a8944e768e31662bab6f7559006e3b1c555f04186db6054cf0f6fc-d # internal
2025-08-20T21:21:36.3347504Z [00:03:29.602]➜  github.com/go-git/go-git/v5/utils/merkletrie/noder
2025-08-20T21:21:36.3349589Z [00:03:29.602]➜  mkdir -p $WORK/b1688/
2025-08-20T21:21:36.3351035Z [00:03:29.602]➜  cat >/tmp/go-build3547871397/b1688/importcfg << 'EOF' # internal
2025-08-20T21:21:36.3353788Z [00:03:29.602]➜  # import config
2025-08-20T21:21:36.3354776Z [00:03:29.602]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:36.3356665Z [00:03:29.602]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.3357878Z [00:03:29.602]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:36.3373455Z [00:03:29.602]➜  EOF
2025-08-20T21:21:36.3378567Z [00:03:29.604]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1688/_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/b1688=>" -p github.com/go-git/go-git/v5/utils/merkletrie/noder -lang=go1.23 -complete -installsuffix shared -buildid YO6VU6YBm6CTsDdWJ0uk/YO6VU6YBm6CTsDdWJ0uk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1688/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:21:36.3719392Z [00:03:29.639]➜  go tool buildid -w $WORK/b1688/_pkg_.a # internal
2025-08-20T21:21:36.3730900Z [00:03:29.640]➜  cp $WORK/b1688/_pkg_.a /root/.cache/go-build/78/7860200117a295c271c989ba4c78da9ad152ac1cae3896dab4e9cac61f306505-d # internal
2025-08-20T21:21:36.3757000Z [00:03:29.643]➜  github.com/go-git/go-git/v5/utils/merkletrie/internal/frame
2025-08-20T21:21:36.3759779Z [00:03:29.643]➜  mkdir -p $WORK/b1687/
2025-08-20T21:21:36.3764731Z [00:03:29.644]➜  cat >/tmp/go-build3547871397/b1687/importcfg << 'EOF' # internal
2025-08-20T21:21:36.3771448Z [00:03:29.644]➜  # import config
2025-08-20T21:21:36.3772138Z [00:03:29.644]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:36.3773245Z [00:03:29.644]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.3774385Z [00:03:29.644]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3547871397/b1688/_pkg_.a
2025-08-20T21:21:36.3775494Z [00:03:29.644]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:36.3776337Z [00:03:29.644]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:36.3776981Z [00:03:29.644]➜  EOF
2025-08-20T21:21:36.3781569Z [00:03:29.644]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1687/_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/b1687=>" -p github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -lang=go1.23 -complete -installsuffix shared -buildid SFqUBlvxyykr8EHAMWes/SFqUBlvxyykr8EHAMWes -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1687/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:21:36.4380693Z [00:03:29.705]➜  go tool buildid -w $WORK/b1687/_pkg_.a # internal
2025-08-20T21:21:36.4404945Z [00:03:29.706]➜  cp $WORK/b1687/_pkg_.a /root/.cache/go-build/e1/e1b66fca4bfcc64b6bc712672b1f62c8b554671c0e796ac1146fca1e8935ead6-d # internal
2025-08-20T21:21:36.4415168Z [00:03:29.706]➜  github.com/go-git/go-git/v5/utils/merkletrie
2025-08-20T21:21:36.4415822Z [00:03:29.706]➜  mkdir -p $WORK/b1686/
2025-08-20T21:21:36.4416575Z [00:03:29.708]➜  cat >/tmp/go-build3547871397/b1686/importcfg << 'EOF' # internal
2025-08-20T21:21:36.4417264Z [00:03:29.708]➜  # import config
2025-08-20T21:21:36.4417971Z [00:03:29.708]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:36.4418789Z [00:03:29.708]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:36.4419599Z [00:03:29.708]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.4420838Z [00:03:29.708]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/internal/frame=/tmp/go-build3547871397/b1687/_pkg_.a
2025-08-20T21:21:36.4422335Z [00:03:29.708]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3547871397/b1688/_pkg_.a
2025-08-20T21:21:36.4423663Z [00:03:29.708]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:36.4424304Z [00:03:29.708]➜  EOF
2025-08-20T21:21:36.4430547Z [00:03:29.708]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1686/_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/b1686=>" -p github.com/go-git/go-git/v5/utils/merkletrie -lang=go1.23 -complete -installsuffix shared -buildid pEr_4pOmZp18v8euSPvS/pEr_4pOmZp18v8euSPvS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1686/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:21:36.4883687Z [00:03:29.755]➜  go tool buildid -w $WORK/b1685/_pkg_.a # internal
2025-08-20T21:21:36.4912584Z [00:03:29.758]➜  cp $WORK/b1685/_pkg_.a /root/.cache/go-build/e0/e0b1a335543f1d06044d34d4e6ca731744c48ddfd44818d958a471c36fd6ca78-d # internal
2025-08-20T21:21:36.4916830Z [00:03:29.758]➜  github.com/go-git/go-git/v5/utils/diff
2025-08-20T21:21:36.4917442Z [00:03:29.758]➜  mkdir -p $WORK/b1684/
2025-08-20T21:21:36.4925504Z [00:03:29.760]➜  cat >/tmp/go-build3547871397/b1684/importcfg << 'EOF' # internal
2025-08-20T21:21:36.4928023Z [00:03:29.760]➜  # import config
2025-08-20T21:21:36.4928731Z [00:03:29.760]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:36.4929874Z [00:03:29.760]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build3547871397/b1685/_pkg_.a
2025-08-20T21:21:36.4930953Z [00:03:29.760]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:36.4931586Z [00:03:29.760]➜  EOF
2025-08-20T21:21:36.4935665Z [00:03:29.760]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1684/_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/b1684=>" -p github.com/go-git/go-git/v5/utils/diff -lang=go1.23 -complete -installsuffix shared -buildid 3qvSOd07-eF3wzZw-pe8/3qvSOd07-eF3wzZw-pe8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1684/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/diff/diff.go
2025-08-20T21:21:36.5226010Z [00:03:29.788]➜  go tool buildid -w $WORK/b1684/_pkg_.a # internal
2025-08-20T21:21:36.5227998Z [00:03:29.789]➜  cp $WORK/b1684/_pkg_.a /root/.cache/go-build/41/4162647ca6f0bc9baad5561f28b951cd37b7ca71b438778f047cba17279fd79a-d # internal
2025-08-20T21:21:36.5232489Z [00:03:29.789]➜  github.com/go-git/go-git/v5/utils/trace
2025-08-20T21:21:36.5234236Z [00:03:29.789]➜  mkdir -p $WORK/b1691/
2025-08-20T21:21:36.5237461Z [00:03:29.789]➜  cat >/tmp/go-build3547871397/b1691/importcfg << 'EOF' # internal
2025-08-20T21:21:36.5238170Z [00:03:29.789]➜  # import config
2025-08-20T21:21:36.5238821Z [00:03:29.789]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.5239626Z [00:03:29.789]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:36.5240409Z [00:03:29.789]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:36.5241257Z [00:03:29.789]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:36.5241932Z [00:03:29.789]➜  EOF
2025-08-20T21:21:36.5245539Z [00:03:29.789]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1691/_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/b1691=>" -p github.com/go-git/go-git/v5/utils/trace -lang=go1.23 -complete -installsuffix shared -buildid oP838OL9pqlxA8nf2KfK/oP838OL9pqlxA8nf2KfK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1691/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/trace/trace.go
2025-08-20T21:21:36.5637721Z [00:03:29.831]➜  go tool buildid -w $WORK/b1691/_pkg_.a # internal
2025-08-20T21:21:36.5644832Z [00:03:29.832]➜  cp $WORK/b1691/_pkg_.a /root/.cache/go-build/42/4215fa64234b97d3f74c99ce7c6c76fb70f84a24fd699b6c214f3307bc621380-d # internal
2025-08-20T21:21:36.5657537Z [00:03:29.832]➜  github.com/go-git/go-git/v5/plumbing/format/pktline
2025-08-20T21:21:36.5658456Z [00:03:29.832]➜  mkdir -p $WORK/b1690/
2025-08-20T21:21:36.5659177Z [00:03:29.832]➜  cat >/tmp/go-build3547871397/b1690/importcfg << 'EOF' # internal
2025-08-20T21:21:36.5659836Z [00:03:29.832]➜  # import config
2025-08-20T21:21:36.5660473Z [00:03:29.832]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:36.5661482Z [00:03:29.832]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:36.5662279Z [00:03:29.832]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.5663404Z [00:03:29.832]➜  packagefile github.com/go-git/go-git/v5/utils/trace=/tmp/go-build3547871397/b1691/_pkg_.a
2025-08-20T21:21:36.5664299Z [00:03:29.832]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:36.5665019Z [00:03:29.832]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:36.5665576Z [00:03:29.832]➜  EOF
2025-08-20T21:21:36.5670470Z [00:03:29.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1690/_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/b1690=>" -p github.com/go-git/go-git/v5/plumbing/format/pktline -lang=go1.23 -complete -installsuffix shared -buildid nlwTqjhI-AopuAaONFO_/nlwTqjhI-AopuAaONFO_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1690/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:21:36.5772948Z [00:03:29.844]➜  go tool buildid -w $WORK/b1670/_pkg_.a # internal
2025-08-20T21:21:36.5827845Z [00:03:29.850]➜  cp $WORK/b1670/_pkg_.a /root/.cache/go-build/e9/e92ee9321f400a1d5088373870d2d269cf6f75da94a05d75ff42079245a959ce-d # internal
2025-08-20T21:21:36.5835062Z [00:03:29.851]➜  github.com/go-git/go-git/v5/plumbing/protocol/packp/capability
2025-08-20T21:21:36.5840149Z [00:03:29.851]➜  mkdir -p $WORK/b1692/
2025-08-20T21:21:36.5849083Z [00:03:29.852]➜  cat >/tmp/go-build3547871397/b1692/importcfg << 'EOF' # internal
2025-08-20T21:21:36.5860559Z [00:03:29.852]➜  # import config
2025-08-20T21:21:36.5861500Z [00:03:29.852]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:36.5862342Z [00:03:29.852]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:36.5863758Z [00:03:29.852]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.5864580Z [00:03:29.852]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:36.5865406Z [00:03:29.852]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:36.5866034Z [00:03:29.852]➜  EOF
2025-08-20T21:21:36.5884765Z [00:03:29.856]➜  go tool buildid -w $WORK/b1686/_pkg_.a # internal
2025-08-20T21:21:36.5895339Z [00:03:29.856]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1692/_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/b1692=>" -p github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -lang=go1.23 -complete -installsuffix shared -buildid 2qL_eKovVZqWYKmAj4XM/2qL_eKovVZqWYKmAj4XM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1692/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:21:36.5902040Z [00:03:29.856]➜  cp $WORK/b1686/_pkg_.a /root/.cache/go-build/d5/d5154f3c76ee213846a0ffa514c75bd4b4402c455487b997da7713da75cf9569-d # internal
2025-08-20T21:21:36.5944310Z [00:03:29.861]➜  github.com/go-git/go-git/v5/plumbing/object
2025-08-20T21:21:36.5946270Z [00:03:29.861]➜  mkdir -p $WORK/b1674/
2025-08-20T21:21:36.5947012Z [00:03:29.861]➜  cat >/tmp/go-build3547871397/b1674/importcfg << 'EOF' # internal
2025-08-20T21:21:36.5947862Z [00:03:29.861]➜  # import config
2025-08-20T21:21:36.5948534Z [00:03:29.861]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:36.5949393Z [00:03:29.861]➜  packagefile container/list=/tmp/go-build3547871397/b153/_pkg_.a
2025-08-20T21:21:36.5950383Z [00:03:29.861]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:36.5951199Z [00:03:29.861]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:36.5951974Z [00:03:29.861]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.5953202Z [00:03:29.861]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build3547871397/b1605/_pkg_.a
2025-08-20T21:21:36.5954391Z [00:03:29.861]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/tmp/go-build3547871397/b1675/_pkg_.a
2025-08-20T21:21:36.5955635Z [00:03:29.861]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:36.5956888Z [00:03:29.861]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3547871397/b1664/_pkg_.a
2025-08-20T21:21:36.5958223Z [00:03:29.861]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/diff=/tmp/go-build3547871397/b1681/_pkg_.a
2025-08-20T21:21:36.5959539Z [00:03:29.861]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3547871397/b1672/_pkg_.a
2025-08-20T21:21:36.5960837Z [00:03:29.861]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build3547871397/b1683/_pkg_.a
2025-08-20T21:21:36.5962038Z [00:03:29.861]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build3547871397/b1669/_pkg_.a
2025-08-20T21:21:36.5967005Z [00:03:29.861]➜  packagefile github.com/go-git/go-git/v5/utils/diff=/tmp/go-build3547871397/b1684/_pkg_.a
2025-08-20T21:21:36.5968280Z [00:03:29.861]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3547871397/b1666/_pkg_.a
2025-08-20T21:21:36.5969729Z [00:03:29.861]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie=/tmp/go-build3547871397/b1686/_pkg_.a
2025-08-20T21:21:36.5971124Z [00:03:29.861]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3547871397/b1688/_pkg_.a
2025-08-20T21:21:36.5972466Z [00:03:29.861]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build3547871397/b1673/_pkg_.a
2025-08-20T21:21:36.5974215Z [00:03:29.861]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build3547871397/b1685/_pkg_.a
2025-08-20T21:21:36.5975253Z [00:03:29.861]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:36.5976097Z [00:03:29.861]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:36.5976984Z [00:03:29.861]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:36.5977862Z [00:03:29.861]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:36.5978684Z [00:03:29.861]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:36.5979534Z [00:03:29.861]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:36.5980365Z [00:03:29.861]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:36.5980968Z [00:03:29.861]➜  EOF
2025-08-20T21:21:36.5995771Z [00:03:29.861]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1674/_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/b1674=>" -p github.com/go-git/go-git/v5/plumbing/object -lang=go1.23 -complete -installsuffix shared -buildid EgKJxms9tpz3Ri2y5-mf/EgKJxms9tpz3Ri2y5-mf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1674/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:21:36.6012284Z [00:03:29.868]➜  go tool buildid -w $WORK/b1690/_pkg_.a # internal
2025-08-20T21:21:36.6051973Z [00:03:29.872]➜  cp $WORK/b1690/_pkg_.a /root/.cache/go-build/7a/7a7aaa5288068041d63c2b92e7dab6a062a0762f3b40ba8a14fea1fd2e824458-d # internal
2025-08-20T21:21:36.6065408Z [00:03:29.874]➜  github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband
2025-08-20T21:21:36.6083028Z [00:03:29.874]➜  mkdir -p $WORK/b1693/
2025-08-20T21:21:36.6083831Z [00:03:29.874]➜  cat >/tmp/go-build3547871397/b1693/importcfg << 'EOF' # internal
2025-08-20T21:21:36.6084503Z [00:03:29.874]➜  # import config
2025-08-20T21:21:36.6085133Z [00:03:29.874]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:36.6086153Z [00:03:29.874]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.6087312Z [00:03:29.874]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build3547871397/b1690/_pkg_.a
2025-08-20T21:21:36.6088703Z [00:03:29.874]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:36.6089317Z [00:03:29.874]➜  EOF
2025-08-20T21:21:36.6095822Z [00:03:29.874]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1693/_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/b1693=>" -p github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -lang=go1.23 -complete -installsuffix shared -buildid QLbScVT7Hy9nvNyTaJO7/QLbScVT7Hy9nvNyTaJO7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1693/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:21:36.6235209Z [00:03:29.890]➜  go tool buildid -w $WORK/b1692/_pkg_.a # internal
2025-08-20T21:21:36.6242592Z [00:03:29.891]➜  cp $WORK/b1692/_pkg_.a /root/.cache/go-build/ca/ca5fb7c53af4187a6feb7c5f92f1aeabac97c620a1e86b8f6df9c9c42ad85e34-d # internal
2025-08-20T21:21:36.6257980Z [00:03:29.892]➜  github.com/go-git/go-git/v5/storage/memory
2025-08-20T21:21:36.6258627Z [00:03:29.892]➜  mkdir -p $WORK/b1694/
2025-08-20T21:21:36.6259338Z [00:03:29.892]➜  cat >/tmp/go-build3547871397/b1694/importcfg << 'EOF' # internal
2025-08-20T21:21:36.6259981Z [00:03:29.892]➜  # import config
2025-08-20T21:21:36.6260589Z [00:03:29.892]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.6261743Z [00:03:29.892]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build3547871397/b1648/_pkg_.a
2025-08-20T21:21:36.6263100Z [00:03:29.892]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:36.6264537Z [00:03:29.892]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build3547871397/b1668/_pkg_.a
2025-08-20T21:21:36.6265836Z [00:03:29.892]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3547871397/b1672/_pkg_.a
2025-08-20T21:21:36.6267033Z [00:03:29.892]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build3547871397/b1683/_pkg_.a
2025-08-20T21:21:36.6267970Z [00:03:29.893]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:36.6268531Z [00:03:29.893]➜  EOF
2025-08-20T21:21:36.6272233Z [00:03:29.893]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1694/_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/b1694=>" -p github.com/go-git/go-git/v5/storage/memory -lang=go1.23 -complete -installsuffix shared -buildid 3GxMrjlweJ7ZB1P7SlN-/3GxMrjlweJ7ZB1P7SlN- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1694/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/memory/storage.go
2025-08-20T21:21:36.6343908Z [00:03:29.902]➜  go tool buildid -w $WORK/b1693/_pkg_.a # internal
2025-08-20T21:21:36.6365488Z [00:03:29.904]➜  cp $WORK/b1693/_pkg_.a /root/.cache/go-build/82/826a84b8f847b4fa8da800a282167c097e0e2864f2bd5f01e70edd6dd24e5fee-d # internal
2025-08-20T21:21:36.6366967Z [00:03:29.904]➜  github.com/go-git/go-git/v5/plumbing/format/objfile
2025-08-20T21:21:36.6367736Z [00:03:29.904]➜  mkdir -p $WORK/b1702/
2025-08-20T21:21:36.6368536Z [00:03:29.904]➜  cat >/tmp/go-build3547871397/b1702/importcfg << 'EOF' # internal
2025-08-20T21:21:36.6369280Z [00:03:29.904]➜  # import config
2025-08-20T21:21:36.6370095Z [00:03:29.904]➜  packagefile compress/zlib=/tmp/go-build3547871397/b460/_pkg_.a
2025-08-20T21:21:36.6371196Z [00:03:29.904]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:36.6372305Z [00:03:29.904]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:36.6374611Z [00:03:29.904]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build3547871397/b1670/_pkg_.a
2025-08-20T21:21:36.6375871Z [00:03:29.904]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build3547871397/b1673/_pkg_.a
2025-08-20T21:21:36.6376793Z [00:03:29.904]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:36.6377517Z [00:03:29.904]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:36.6378064Z [00:03:29.904]➜  EOF
2025-08-20T21:21:36.6382816Z [00:03:29.905]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1702/_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/b1702=>" -p github.com/go-git/go-git/v5/plumbing/format/objfile -lang=go1.23 -complete -installsuffix shared -buildid cjaIqOBE1mKnKurzFecV/cjaIqOBE1mKnKurzFecV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1702/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:21:36.6901879Z [00:03:29.957]➜  go tool buildid -w $WORK/b1702/_pkg_.a # internal
2025-08-20T21:21:36.6914135Z [00:03:29.959]➜  cp $WORK/b1702/_pkg_.a /root/.cache/go-build/e4/e4bffa3cc2e8d2456024870f9daf17f93ad87e4a0a065ad44d0f8d58a4fdb870-d # internal
2025-08-20T21:21:36.6918442Z [00:03:29.959]➜  github.com/go-git/go-git/v5/storage/filesystem/dotgit
2025-08-20T21:21:36.6919113Z [00:03:29.959]➜  mkdir -p $WORK/b1703/
2025-08-20T21:21:36.6926555Z [00:03:29.960]➜  cat >/tmp/go-build3547871397/b1703/importcfg << 'EOF' # internal
2025-08-20T21:21:36.6929376Z [00:03:29.960]➜  # import config
2025-08-20T21:21:36.6930187Z [00:03:29.960]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:36.6931212Z [00:03:29.960]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:36.6931981Z [00:03:29.960]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:36.6932887Z [00:03:29.960]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.6933796Z [00:03:29.960]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3547871397/b1599/_pkg_.a
2025-08-20T21:21:36.6934914Z [00:03:29.960]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build3547871397/b1601/_pkg_.a
2025-08-20T21:21:36.6935992Z [00:03:29.960]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:36.6937175Z [00:03:29.960]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build3547871397/b1671/_pkg_.a
2025-08-20T21:21:36.6938383Z [00:03:29.960]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/objfile=/tmp/go-build3547871397/b1702/_pkg_.a
2025-08-20T21:21:36.6939591Z [00:03:29.960]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build3547871397/b1670/_pkg_.a
2025-08-20T21:21:36.6940753Z [00:03:29.960]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3547871397/b1651/_pkg_.a
2025-08-20T21:21:36.6941840Z [00:03:29.960]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build3547871397/b1683/_pkg_.a
2025-08-20T21:21:36.6943194Z [00:03:29.960]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3547871397/b1666/_pkg_.a
2025-08-20T21:21:36.6944169Z [00:03:29.960]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:36.6944931Z [00:03:29.960]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:36.6945794Z [00:03:29.960]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:36.6946638Z [00:03:29.960]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:36.6947454Z [00:03:29.960]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:36.6948340Z [00:03:29.960]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:36.6949105Z [00:03:29.960]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:36.6949837Z [00:03:29.960]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:36.6950631Z [00:03:29.960]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:36.6951409Z [00:03:29.960]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:36.6951961Z [00:03:29.960]➜  EOF
2025-08-20T21:21:36.6989353Z [00:03:29.960]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1703/_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/b1703=>" -p github.com/go-git/go-git/v5/storage/filesystem/dotgit -lang=go1.23 -complete -installsuffix shared -buildid Zw1ZZCa7H91Ibc5eTcnX/Zw1ZZCa7H91Ibc5eTcnX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1703/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:21:36.7049049Z [00:03:29.972]➜  go tool buildid -w $WORK/b1694/_pkg_.a # internal
2025-08-20T21:21:36.7072493Z [00:03:29.974]➜  cp $WORK/b1694/_pkg_.a /root/.cache/go-build/cd/cd01e69763ddeb70d46231092b2d6a332c7f3ce286bc92649dd93e60ff948af9-d # internal
2025-08-20T21:21:36.7075648Z [00:03:29.975]➜  go tool buildid -w $WORK/b1260/_pkg_.a # internal
2025-08-20T21:21:36.7086911Z [00:03:29.976]➜  github.com/go-git/go-git/v5/plumbing/protocol/packp
2025-08-20T21:21:36.7087908Z [00:03:29.976]➜  mkdir -p $WORK/b1689/
2025-08-20T21:21:36.7095508Z [00:03:29.977]➜  cat >/tmp/go-build3547871397/b1689/importcfg << 'EOF' # internal
2025-08-20T21:21:36.7098261Z [00:03:29.977]➜  # import config
2025-08-20T21:21:36.7098961Z [00:03:29.977]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:36.7099809Z [00:03:29.977]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:36.7100686Z [00:03:29.977]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:36.7101549Z [00:03:29.977]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:36.7102382Z [00:03:29.977]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.7106188Z [00:03:29.977]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:36.7107543Z [00:03:29.977]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build3547871397/b1690/_pkg_.a
2025-08-20T21:21:36.7109105Z [00:03:29.977]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3547871397/b1692/_pkg_.a
2025-08-20T21:21:36.7110709Z [00:03:29.977]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build3547871397/b1693/_pkg_.a
2025-08-20T21:21:36.7112191Z [00:03:29.977]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3547871397/b1672/_pkg_.a
2025-08-20T21:21:36.7124504Z [00:03:29.977]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build3547871397/b1694/_pkg_.a
2025-08-20T21:21:36.7125968Z [00:03:29.977]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3547871397/b1666/_pkg_.a
2025-08-20T21:21:36.7127000Z [00:03:29.977]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:36.7127819Z [00:03:29.977]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:36.7128803Z [00:03:29.977]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:36.7129625Z [00:03:29.977]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:36.7130467Z [00:03:29.977]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:36.7131306Z [00:03:29.977]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:36.7131935Z [00:03:29.977]➜  EOF
2025-08-20T21:21:36.7147132Z [00:03:29.978]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1689/_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/b1689=>" -p github.com/go-git/go-git/v5/plumbing/protocol/packp -lang=go1.23 -complete -installsuffix shared -buildid tYM1FBUVDdDCqnzOoL0s/tYM1FBUVDdDCqnzOoL0s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1689/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:21:36.7488148Z [00:03:30.016]➜  cp $WORK/b1260/_pkg_.a /root/.cache/go-build/b0/b09ae4ea9c58e575ecbd345243494cc4348dc2ad8def67073da5753f1f2de8e3-d # internal
2025-08-20T21:21:36.7531170Z [00:03:30.020]➜  github.com/hashicorp/go-getter
2025-08-20T21:21:36.7534521Z [00:03:30.020]➜  mkdir -p $WORK/b1259/
2025-08-20T21:21:36.7544847Z [00:03:30.022]➜  cat >/tmp/go-build3547871397/b1259/importcfg << 'EOF' # internal
2025-08-20T21:21:36.7547123Z [00:03:30.022]➜  # import config
2025-08-20T21:21:36.7548030Z [00:03:30.022]➜  packagefile archive/tar=/tmp/go-build3547871397/b861/_pkg_.a
2025-08-20T21:21:36.7548927Z [00:03:30.022]➜  packagefile archive/zip=/tmp/go-build3547871397/b1257/_pkg_.a
2025-08-20T21:21:36.7549736Z [00:03:30.022]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:36.7550488Z [00:03:30.022]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:36.7551393Z [00:03:30.022]➜  packagefile cloud.google.com/go/storage=/tmp/go-build3547871397/b1260/_pkg_.a
2025-08-20T21:21:36.7552348Z [00:03:30.022]➜  packagefile compress/bzip2=/tmp/go-build3547871397/b1516/_pkg_.a
2025-08-20T21:21:36.7553440Z [00:03:30.022]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:21:36.7554448Z [00:03:30.022]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:36.7555289Z [00:03:30.022]➜  packagefile crypto/md5=/tmp/go-build3547871397/b215/_pkg_.a
2025-08-20T21:21:36.7556119Z [00:03:30.022]➜  packagefile crypto/sha1=/tmp/go-build3547871397/b219/_pkg_.a
2025-08-20T21:21:36.7557117Z [00:03:30.022]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:36.7557962Z [00:03:30.022]➜  packagefile crypto/sha512=/tmp/go-build3547871397/b196/_pkg_.a
2025-08-20T21:21:36.7558828Z [00:03:30.022]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:36.7559793Z [00:03:30.022]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:36.7560703Z [00:03:30.022]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:36.7561609Z [00:03:30.022]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:36.7562870Z [00:03:30.022]➜  packagefile encoding/xml=/tmp/go-build3547871397/b462/_pkg_.a
2025-08-20T21:21:36.7563762Z [00:03:30.022]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:36.7564541Z [00:03:30.022]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.7565491Z [00:03:30.022]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:21:36.7566696Z [00:03:30.022]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3547871397/b1519/_pkg_.a
2025-08-20T21:21:36.7568069Z [00:03:30.022]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds=/tmp/go-build3547871397/b1525/_pkg_.a
2025-08-20T21:21:36.7569473Z [00:03:30.022]➜  packagefile github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build3547871397/b1532/_pkg_.a
2025-08-20T21:21:36.7570727Z [00:03:30.022]➜  packagefile github.com/aws/aws-sdk-go/aws/session=/tmp/go-build3547871397/b1535/_pkg_.a
2025-08-20T21:21:36.7571935Z [00:03:30.022]➜  packagefile github.com/aws/aws-sdk-go/service/s3=/tmp/go-build3547871397/b1557/_pkg_.a
2025-08-20T21:21:36.7573345Z [00:03:30.022]➜  packagefile github.com/bgentry/go-netrc/netrc=/tmp/go-build3547871397/b1566/_pkg_.a
2025-08-20T21:21:36.7574543Z [00:03:30.022]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build3547871397/b1567/_pkg_.a
2025-08-20T21:21:36.7575902Z [00:03:30.022]➜  packagefile github.com/hashicorp/go-getter/helper/url=/tmp/go-build3547871397/b1568/_pkg_.a
2025-08-20T21:21:36.7577062Z [00:03:30.022]➜  packagefile github.com/hashicorp/go-safetemp=/tmp/go-build3547871397/b1569/_pkg_.a
2025-08-20T21:21:36.7578148Z [00:03:30.022]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build3547871397/b933/_pkg_.a
2025-08-20T21:21:36.7579337Z [00:03:30.022]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3547871397/b878/_pkg_.a
2025-08-20T21:21:36.7580505Z [00:03:30.022]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build3547871397/b922/_pkg_.a
2025-08-20T21:21:36.7581607Z [00:03:30.022]➜  packagefile github.com/ulikunitz/xz=/tmp/go-build3547871397/b1249/_pkg_.a
2025-08-20T21:21:36.7582607Z [00:03:30.022]➜  packagefile golang.org/x/oauth2=/tmp/go-build3547871397/b446/_pkg_.a
2025-08-20T21:21:36.7583910Z [00:03:30.022]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3547871397/b1357/_pkg_.a
2025-08-20T21:21:36.7585039Z [00:03:30.022]➜  packagefile google.golang.org/api/option=/tmp/go-build3547871397/b1297/_pkg_.a
2025-08-20T21:21:36.7585974Z [00:03:30.022]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:36.7586743Z [00:03:30.022]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:36.7587538Z [00:03:30.022]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:36.7588372Z [00:03:30.022]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:36.7589208Z [00:03:30.022]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:36.7589988Z [00:03:30.022]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:36.7590912Z [00:03:30.022]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:21:36.7591772Z [00:03:30.022]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:36.7592853Z [00:03:30.022]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:36.7593815Z [00:03:30.022]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:36.7594595Z [00:03:30.022]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:36.7595382Z [00:03:30.022]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:36.7596176Z [00:03:30.022]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:36.7596989Z [00:03:30.022]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:36.7597783Z [00:03:30.022]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:36.7598576Z [00:03:30.022]➜  packagefile testing=/tmp/go-build3547871397/b1185/_pkg_.a
2025-08-20T21:21:36.7599482Z [00:03:30.022]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:36.7600069Z [00:03:30.022]➜  EOF
2025-08-20T21:21:36.7635135Z [00:03:30.025]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1259/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9=>github.com/hashicorp/go-getter@v1.7.9;$WORK/b1259=>" -p github.com/hashicorp/go-getter -lang=go1.13 -complete -installsuffix shared -buildid wRlJHfrIjmji64mQLCFt/wRlJHfrIjmji64mQLCFt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1259/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/checksum.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/client.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/client_mode.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/client_option.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/client_option_insecure.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/client_option_progress.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/common.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/copy_dir.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/decompress.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/decompress_bzip2.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/decompress_gzip.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/decompress_tar.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/decompress_tbz2.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/decompress_testing.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/decompress_tgz.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/decompress_txz.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/decompress_tzst.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/decompress_xz.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/decompress_zip.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/decompress_zstd.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/detect.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/detect_bitbucket.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/detect_file.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/detect_gcs.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/detect_git.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/detect_github.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/detect_gitlab.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/detect_s3.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/detect_ssh.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/folder_storage.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/get.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/get_base.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/get_file.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/get_file_copy.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/get_file_unix.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/get_gcs.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/get_git.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/get_hg.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/get_http.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/get_mock.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/get_s3.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/netrc.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/source.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/storage.go /root/go/pkg/mod/github.com/hashicorp/go-getter@v1.7.9/url.go
2025-08-20T21:21:36.9689636Z [00:03:30.236]➜  go tool buildid -w $WORK/b1703/_pkg_.a # internal
2025-08-20T21:21:36.9747567Z [00:03:30.242]➜  cp $WORK/b1703/_pkg_.a /root/.cache/go-build/79/792a144e20de8cad013d06ca6cbb4f91b8439a0924f1f259b40984af85d9790c-d # internal
2025-08-20T21:21:36.9770742Z [00:03:30.244]➜  github.com/go-git/go-git/v5/storage/filesystem
2025-08-20T21:21:36.9771926Z [00:03:30.244]➜  mkdir -p $WORK/b1701/
2025-08-20T21:21:36.9775717Z [00:03:30.245]➜  cat >/tmp/go-build3547871397/b1701/importcfg << 'EOF' # internal
2025-08-20T21:21:36.9776429Z [00:03:30.245]➜  # import config
2025-08-20T21:21:36.9777124Z [00:03:30.245]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:36.9777901Z [00:03:30.245]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:36.9778670Z [00:03:30.245]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.9779578Z [00:03:30.245]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3547871397/b1599/_pkg_.a
2025-08-20T21:21:36.9780676Z [00:03:30.245]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build3547871397/b1648/_pkg_.a
2025-08-20T21:21:36.9781821Z [00:03:30.245]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:36.9783313Z [00:03:30.245]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build3547871397/b1663/_pkg_.a
2025-08-20T21:21:36.9784679Z [00:03:30.245]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build3547871397/b1671/_pkg_.a
2025-08-20T21:21:36.9786069Z [00:03:30.245]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build3547871397/b1668/_pkg_.a
2025-08-20T21:21:36.9787672Z [00:03:30.245]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/objfile=/tmp/go-build3547871397/b1702/_pkg_.a
2025-08-20T21:21:36.9789075Z [00:03:30.245]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build3547871397/b1670/_pkg_.a
2025-08-20T21:21:36.9790409Z [00:03:30.245]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3547871397/b1672/_pkg_.a
2025-08-20T21:21:36.9791625Z [00:03:30.245]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build3547871397/b1683/_pkg_.a
2025-08-20T21:21:36.9804004Z [00:03:30.245]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem/dotgit=/tmp/go-build3547871397/b1703/_pkg_.a
2025-08-20T21:21:36.9805434Z [00:03:30.245]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3547871397/b1666/_pkg_.a
2025-08-20T21:21:36.9806428Z [00:03:30.245]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:36.9807190Z [00:03:30.245]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:36.9807950Z [00:03:30.245]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:36.9808714Z [00:03:30.245]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:36.9809293Z [00:03:30.245]➜  EOF
2025-08-20T21:21:36.9817475Z [00:03:30.245]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1701/_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/b1701=>" -p github.com/go-git/go-git/v5/storage/filesystem -lang=go1.23 -complete -installsuffix shared -buildid LCXW_N_ggm2o4-ZT0Cwz/LCXW_N_ggm2o4-ZT0Cwz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1701/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:21:36.9837959Z [00:03:30.251]➜  go tool buildid -w $WORK/b1689/_pkg_.a # internal
2025-08-20T21:21:36.9890467Z [00:03:30.256]➜  cp $WORK/b1689/_pkg_.a /root/.cache/go-build/6b/6bda68f31b053b32a059bb975e7024575dd71b86419d41350b6e85002a0fbe3b-d # internal
2025-08-20T21:21:36.9898420Z [00:03:30.257]➜  github.com/go-git/go-git/v5/plumbing/transport
2025-08-20T21:21:36.9903639Z [00:03:30.257]➜  mkdir -p $WORK/b1696/
2025-08-20T21:21:36.9904458Z [00:03:30.257]➜  cat >/tmp/go-build3547871397/b1696/importcfg << 'EOF' # internal
2025-08-20T21:21:36.9905676Z [00:03:30.257]➜  # import config
2025-08-20T21:21:36.9908322Z [00:03:30.257]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:36.9909416Z [00:03:30.257]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:36.9910505Z [00:03:30.257]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:36.9912491Z [00:03:30.257]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:36.9913695Z [00:03:30.257]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build3547871397/b1649/_pkg_.a
2025-08-20T21:21:36.9914875Z [00:03:30.257]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:36.9916170Z [00:03:30.257]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3547871397/b1689/_pkg_.a
2025-08-20T21:21:36.9917633Z [00:03:30.257]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3547871397/b1692/_pkg_.a
2025-08-20T21:21:36.9918829Z [00:03:30.257]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:36.9919643Z [00:03:30.257]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:36.9920509Z [00:03:30.257]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:36.9921356Z [00:03:30.257]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:36.9922106Z [00:03:30.257]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:36.9922816Z [00:03:30.257]➜  EOF
2025-08-20T21:21:36.9926736Z [00:03:30.257]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1696/_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/b1696=>" -p github.com/go-git/go-git/v5/plumbing/transport -lang=go1.23 -complete -installsuffix shared -buildid UhI8f3b-aPBUhj_zuZcE/UhI8f3b-aPBUhj_zuZcE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1696/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/common.go
2025-08-20T21:21:37.0299334Z [00:03:30.297]➜  go tool buildid -w $WORK/b1674/_pkg_.a # internal
2025-08-20T21:21:37.0331943Z [00:03:30.300]➜  go tool buildid -w $WORK/b1696/_pkg_.a # internal
2025-08-20T21:21:37.0342465Z [00:03:30.301]➜  cp $WORK/b1696/_pkg_.a /root/.cache/go-build/02/02d3df1191ccf9dc9676193b4ec3c221b31c7747ea78343358c412c4049a4170-d # internal
2025-08-20T21:21:37.0349916Z [00:03:30.302]➜  github.com/go-git/go-git/v5/plumbing/transport/internal/common
2025-08-20T21:21:37.0355385Z [00:03:30.303]➜  mkdir -p $WORK/b1699/
2025-08-20T21:21:37.0368902Z [00:03:30.303]➜  cat >/tmp/go-build3547871397/b1699/importcfg << 'EOF' # internal
2025-08-20T21:21:37.0369647Z [00:03:30.303]➜  # import config
2025-08-20T21:21:37.0370325Z [00:03:30.303]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:37.0371173Z [00:03:30.303]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:37.0372290Z [00:03:30.303]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:37.0379186Z [00:03:30.303]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:37.0380043Z [00:03:30.303]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:37.0381200Z [00:03:30.303]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build3547871397/b1690/_pkg_.a
2025-08-20T21:21:37.0382607Z [00:03:30.303]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3547871397/b1689/_pkg_.a
2025-08-20T21:21:37.0384533Z [00:03:30.303]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3547871397/b1692/_pkg_.a
2025-08-20T21:21:37.0386136Z [00:03:30.303]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build3547871397/b1693/_pkg_.a
2025-08-20T21:21:37.0387560Z [00:03:30.303]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3547871397/b1696/_pkg_.a
2025-08-20T21:21:37.0388951Z [00:03:30.303]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3547871397/b1666/_pkg_.a
2025-08-20T21:21:37.0389841Z [00:03:30.303]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:37.0390602Z [00:03:30.303]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:37.0391375Z [00:03:30.303]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:37.0392158Z [00:03:30.303]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:37.0392932Z [00:03:30.303]➜  EOF
2025-08-20T21:21:37.0398636Z [00:03:30.303]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1699/_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/b1699=>" -p github.com/go-git/go-git/v5/plumbing/transport/internal/common -lang=go1.23 -complete -installsuffix shared -buildid 3gZiYRi3gpezwFCHalm1/3gZiYRi3gpezwFCHalm1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1699/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:21:37.0420308Z [00:03:30.309]➜  cp $WORK/b1674/_pkg_.a /root/.cache/go-build/a2/a237bd0779aac12c06d8272a3afb852af11051a2a8c473364d69ad0f30b87643-d # internal
2025-08-20T21:21:37.0427555Z [00:03:30.310]➜  github.com/go-git/go-git/v5/plumbing/revlist
2025-08-20T21:21:37.0432330Z [00:03:30.310]➜  mkdir -p $WORK/b1695/
2025-08-20T21:21:37.0443177Z [00:03:30.311]➜  cat >/tmp/go-build3547871397/b1695/importcfg << 'EOF' # internal
2025-08-20T21:21:37.0444265Z [00:03:30.312]➜  # import config
2025-08-20T21:21:37.0445594Z [00:03:30.312]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:37.0448487Z [00:03:30.312]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:37.0449928Z [00:03:30.312]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3547871397/b1664/_pkg_.a
2025-08-20T21:21:37.0451246Z [00:03:30.312]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build3547871397/b1674/_pkg_.a
2025-08-20T21:21:37.0452997Z [00:03:30.312]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3547871397/b1672/_pkg_.a
2025-08-20T21:21:37.0454398Z [00:03:30.312]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:37.0455321Z [00:03:30.312]➜  EOF
2025-08-20T21:21:37.0468961Z [00:03:30.314]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1695/_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/b1695=>" -p github.com/go-git/go-git/v5/plumbing/revlist -lang=go1.23 -complete -installsuffix shared -buildid q2IaQ524QVoKClAeH_kG/q2IaQ524QVoKClAeH_kG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1695/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/revlist/revlist.go
2025-08-20T21:21:37.0919819Z [00:03:30.359]➜  go tool buildid -w $WORK/b1695/_pkg_.a # internal
2025-08-20T21:21:37.0931877Z [00:03:30.360]➜  cp $WORK/b1695/_pkg_.a /root/.cache/go-build/be/bee003dadb990dffd6f0f7f91f81849a24cd957216f472d08363990f18e90b0d-d # internal
2025-08-20T21:21:37.0936857Z [00:03:30.360]➜  golang.org/x/sys/execabs
2025-08-20T21:21:37.0937458Z [00:03:30.361]➜  mkdir -p $WORK/b1704/
2025-08-20T21:21:37.0942424Z [00:03:30.361]➜  cat >/tmp/go-build3547871397/b1704/importcfg << 'EOF' # internal
2025-08-20T21:21:37.0945595Z [00:03:30.362]➜  # import config
2025-08-20T21:21:37.0946342Z [00:03:30.362]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:37.0947468Z [00:03:30.362]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:37.0948335Z [00:03:30.362]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:37.0949210Z [00:03:30.362]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:21:37.0950160Z [00:03:30.362]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:37.0951049Z [00:03:30.362]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:37.0951703Z [00:03:30.362]➜  EOF
2025-08-20T21:21:37.0955731Z [00:03:30.362]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1704/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/execabs=>golang.org/x/sys@v0.34.0/execabs;$WORK/b1704=>" -p golang.org/x/sys/execabs -lang=go1.23 -complete -installsuffix shared -buildid RzCgBWzCmjGt_XrOGcba/RzCgBWzCmjGt_XrOGcba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1704/importcfg -pack /root/go/pkg/mod/golang.org/x/sys@v0.34.0/execabs/execabs.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/execabs/execabs_go119.go
2025-08-20T21:21:37.1443901Z [00:03:30.411]➜  go tool buildid -w $WORK/b1704/_pkg_.a # internal
2025-08-20T21:21:37.1452987Z [00:03:30.412]➜  cp $WORK/b1704/_pkg_.a /root/.cache/go-build/63/634e5a1c4fdacebc8ecd78f6d7a70f8edaee1ed7729543db362450cb487a8c6c-d # internal
2025-08-20T21:21:37.1460516Z [00:03:30.413]➜  github.com/kevinburke/ssh_config
2025-08-20T21:21:37.1461147Z [00:03:30.413]➜  mkdir -p $WORK/b1708/
2025-08-20T21:21:37.1471245Z [00:03:30.414]➜  cat >/tmp/go-build3547871397/b1708/importcfg << 'EOF' # internal
2025-08-20T21:21:37.1478162Z [00:03:30.414]➜  # import config
2025-08-20T21:21:37.1478843Z [00:03:30.414]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:37.1479895Z [00:03:30.414]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:37.1480726Z [00:03:30.414]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:37.1481500Z [00:03:30.414]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:37.1482310Z [00:03:30.414]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:37.1483293Z [00:03:30.414]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:21:37.1484157Z [00:03:30.414]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:37.1484990Z [00:03:30.414]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:37.1485783Z [00:03:30.414]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:37.1486592Z [00:03:30.414]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:37.1487420Z [00:03:30.414]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:37.1488253Z [00:03:30.414]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:37.1489055Z [00:03:30.414]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:37.1489626Z [00:03:30.414]➜  EOF
2025-08-20T21:21:37.1495958Z [00:03:30.414]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1708/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0=>github.com/kevinburke/ssh_config@v1.2.0;$WORK/b1708=>" -p github.com/kevinburke/ssh_config -lang=go1.16 -complete -installsuffix shared -buildid 11NfgLY1HahPxYTaBUi6/11NfgLY1HahPxYTaBUi6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1708/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:21:37.1505787Z [00:03:30.418]➜  go tool buildid -w $WORK/b1701/_pkg_.a # internal
2025-08-20T21:21:37.1540766Z [00:03:30.421]➜  cp $WORK/b1701/_pkg_.a /root/.cache/go-build/1f/1f7c4bb788052fafc47d52e02aa2efd30851809350be44f8f5684a5bc8f55954-d # internal
2025-08-20T21:21:37.1543347Z [00:03:30.422]➜  github.com/go-git/go-git/v5/plumbing/transport/server
2025-08-20T21:21:37.1546616Z [00:03:30.422]➜  mkdir -p $WORK/b1700/
2025-08-20T21:21:37.1551979Z [00:03:30.422]➜  cat >/tmp/go-build3547871397/b1700/importcfg << 'EOF' # internal
2025-08-20T21:21:37.1554564Z [00:03:30.423]➜  # import config
2025-08-20T21:21:37.1557158Z [00:03:30.423]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:37.1558577Z [00:03:30.423]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:37.1573870Z [00:03:30.423]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:37.1575290Z [00:03:30.423]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3547871397/b1599/_pkg_.a
2025-08-20T21:21:37.1576932Z [00:03:30.423]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build3547871397/b1646/_pkg_.a
2025-08-20T21:21:37.1578761Z [00:03:30.423]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:37.1580559Z [00:03:30.423]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build3547871397/b1663/_pkg_.a
2025-08-20T21:21:37.1582311Z [00:03:30.423]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build3547871397/b1670/_pkg_.a
2025-08-20T21:21:37.1584131Z [00:03:30.423]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3547871397/b1689/_pkg_.a
2025-08-20T21:21:37.1586202Z [00:03:30.423]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3547871397/b1692/_pkg_.a
2025-08-20T21:21:37.1588489Z [00:03:30.423]➜  packagefile github.com/go-git/go-git/v5/plumbing/revlist=/tmp/go-build3547871397/b1695/_pkg_.a
2025-08-20T21:21:37.1590774Z [00:03:30.423]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3547871397/b1672/_pkg_.a
2025-08-20T21:21:37.1592325Z [00:03:30.423]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3547871397/b1696/_pkg_.a
2025-08-20T21:21:37.1593973Z [00:03:30.423]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem=/tmp/go-build3547871397/b1701/_pkg_.a
2025-08-20T21:21:37.1595257Z [00:03:30.423]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3547871397/b1666/_pkg_.a
2025-08-20T21:21:37.1596248Z [00:03:30.423]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:37.1596840Z [00:03:30.423]➜  EOF
2025-08-20T21:21:37.1601584Z [00:03:30.423]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1700/_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/b1700=>" -p github.com/go-git/go-git/v5/plumbing/transport/server -lang=go1.23 -complete -installsuffix shared -buildid zLIftfCyt-ZRcqj7Pe3h/zLIftfCyt-ZRcqj7Pe3h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1700/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:21:37.1682531Z [00:03:30.435]➜  go tool buildid -w $WORK/b1699/_pkg_.a # internal
2025-08-20T21:21:37.1702431Z [00:03:30.437]➜  cp $WORK/b1699/_pkg_.a /root/.cache/go-build/cd/cdf8315c556ee0afda1d240c65041e02505f6f3a3d82e2a0a4678c573c2c1d15-d # internal
2025-08-20T21:21:37.1714131Z [00:03:30.438]➜  github.com/go-git/go-git/v5/plumbing/transport/git
2025-08-20T21:21:37.1714775Z [00:03:30.438]➜  mkdir -p $WORK/b1705/
2025-08-20T21:21:37.1715471Z [00:03:30.438]➜  cat >/tmp/go-build3547871397/b1705/importcfg << 'EOF' # internal
2025-08-20T21:21:37.1716270Z [00:03:30.438]➜  # import config
2025-08-20T21:21:37.1717223Z [00:03:30.438]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3547871397/b1689/_pkg_.a
2025-08-20T21:21:37.1718592Z [00:03:30.439]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3547871397/b1696/_pkg_.a
2025-08-20T21:21:37.1720277Z [00:03:30.439]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build3547871397/b1699/_pkg_.a
2025-08-20T21:21:37.1721687Z [00:03:30.439]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3547871397/b1666/_pkg_.a
2025-08-20T21:21:37.1722866Z [00:03:30.439]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:37.1723678Z [00:03:30.439]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:37.1724497Z [00:03:30.439]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:37.1725106Z [00:03:30.439]➜  EOF
2025-08-20T21:21:37.1729051Z [00:03:30.439]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1705/_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/b1705=>" -p github.com/go-git/go-git/v5/plumbing/transport/git -lang=go1.23 -complete -installsuffix shared -buildid ULK4_0PtBhwRdvxKEenB/ULK4_0PtBhwRdvxKEenB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1705/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/git/common.go
2025-08-20T21:21:37.2014781Z [00:03:30.466]➜  go tool buildid -w $WORK/b1705/_pkg_.a # internal
2025-08-20T21:21:37.2024852Z [00:03:30.469]➜  cp $WORK/b1705/_pkg_.a /root/.cache/go-build/59/59a92fc6d0eab9a5196a7db381443ae75c9dd6923c846406ee1f2b5ff88a1c13-d # internal
2025-08-20T21:21:37.2033622Z [00:03:30.469]➜  github.com/go-git/go-git/v5/plumbing/transport/http
2025-08-20T21:21:37.2034333Z [00:03:30.469]➜  mkdir -p $WORK/b1706/
2025-08-20T21:21:37.2035307Z [00:03:30.469]➜  cat >/tmp/go-build3547871397/b1706/importcfg << 'EOF' # internal
2025-08-20T21:21:37.2036132Z [00:03:30.469]➜  # import config
2025-08-20T21:21:37.2036808Z [00:03:30.469]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:37.2037899Z [00:03:30.469]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:37.2038787Z [00:03:30.469]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:37.2039705Z [00:03:30.469]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:37.2040537Z [00:03:30.469]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:37.2041522Z [00:03:30.469]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:37.2043280Z [00:03:30.469]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build3547871397/b1690/_pkg_.a
2025-08-20T21:21:37.2044783Z [00:03:30.469]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3547871397/b1689/_pkg_.a
2025-08-20T21:21:37.2046273Z [00:03:30.469]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3547871397/b1692/_pkg_.a
2025-08-20T21:21:37.2047855Z [00:03:30.469]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build3547871397/b1693/_pkg_.a
2025-08-20T21:21:37.2049347Z [00:03:30.469]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3547871397/b1696/_pkg_.a
2025-08-20T21:21:37.2050796Z [00:03:30.469]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build3547871397/b1699/_pkg_.a
2025-08-20T21:21:37.2052180Z [00:03:30.469]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3547871397/b1666/_pkg_.a
2025-08-20T21:21:37.2053595Z [00:03:30.469]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build3547871397/b1279/_pkg_.a
2025-08-20T21:21:37.2054679Z [00:03:30.470]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:37.2055639Z [00:03:30.470]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:37.2056485Z [00:03:30.470]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:37.2057319Z [00:03:30.470]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:37.2058297Z [00:03:30.470]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:37.2059142Z [00:03:30.470]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:37.2059956Z [00:03:30.470]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:37.2060746Z [00:03:30.470]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:37.2061335Z [00:03:30.470]➜  EOF
2025-08-20T21:21:37.2067443Z [00:03:30.470]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1706/_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/b1706=>" -p github.com/go-git/go-git/v5/plumbing/transport/http -lang=go1.23 -complete -installsuffix shared -buildid 4HZZdYmoO--Wp_PUUqBv/4HZZdYmoO--Wp_PUUqBv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1706/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:21:37.2259402Z [00:03:30.493]➜  go tool buildid -w $WORK/b1700/_pkg_.a # internal
2025-08-20T21:21:37.2274116Z [00:03:30.495]➜  cp $WORK/b1700/_pkg_.a /root/.cache/go-build/66/66402230f77387cbec5c12abdcd16d929045e7e7190ee0bc9027201587bce96b-d # internal
2025-08-20T21:21:37.2279765Z [00:03:30.495]➜  github.com/go-git/go-git/v5/plumbing/transport/file
2025-08-20T21:21:37.2282428Z [00:03:30.495]➜  mkdir -p $WORK/b1698/
2025-08-20T21:21:37.2321056Z [00:03:30.499]➜  cat >/tmp/go-build3547871397/b1698/importcfg << 'EOF' # internal
2025-08-20T21:21:37.2325946Z [00:03:30.499]➜  # import config
2025-08-20T21:21:37.2326627Z [00:03:30.500]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:37.2327620Z [00:03:30.500]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:37.2328435Z [00:03:30.500]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:37.2329545Z [00:03:30.500]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3547871397/b1696/_pkg_.a
2025-08-20T21:21:37.2331055Z [00:03:30.500]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build3547871397/b1699/_pkg_.a
2025-08-20T21:21:37.2332554Z [00:03:30.500]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/server=/tmp/go-build3547871397/b1700/_pkg_.a
2025-08-20T21:21:37.2334127Z [00:03:30.500]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3547871397/b1666/_pkg_.a
2025-08-20T21:21:37.2335299Z [00:03:30.500]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build3547871397/b1704/_pkg_.a
2025-08-20T21:21:37.2336291Z [00:03:30.500]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:37.2337093Z [00:03:30.500]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:37.2337948Z [00:03:30.500]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:37.2338832Z [00:03:30.500]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:37.2339677Z [00:03:30.500]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:37.2340305Z [00:03:30.500]➜  EOF
2025-08-20T21:21:37.2348627Z [00:03:30.502]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1698/_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/b1698=>" -p github.com/go-git/go-git/v5/plumbing/transport/file -lang=go1.23 -complete -installsuffix shared -buildid HR9vS_06vTbzlU-z7NsV/HR9vS_06vTbzlU-z7NsV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1698/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:21:37.3091916Z [00:03:30.576]➜  go tool buildid -w $WORK/b1708/_pkg_.a # internal
2025-08-20T21:21:37.3143830Z [00:03:30.581]➜  cp $WORK/b1708/_pkg_.a /root/.cache/go-build/ae/ae6925f8ae0c53a75b96086d79923fe86adbcc8ad228b91c600e51ef5a662923-d # internal
2025-08-20T21:21:37.3152487Z [00:03:30.582]➜  github.com/skeema/knownhosts
2025-08-20T21:21:37.3153262Z [00:03:30.582]➜  mkdir -p $WORK/b1709/
2025-08-20T21:21:37.3154016Z [00:03:30.582]➜  cat >/tmp/go-build3547871397/b1709/importcfg << 'EOF' # internal
2025-08-20T21:21:37.3154675Z [00:03:30.582]➜  # import config
2025-08-20T21:21:37.3155399Z [00:03:30.582]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:37.3156254Z [00:03:30.582]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:37.3157169Z [00:03:30.582]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:37.3158095Z [00:03:30.582]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:37.3158949Z [00:03:30.582]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:37.3159957Z [00:03:30.582]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3547871397/b1213/_pkg_.a
2025-08-20T21:21:37.3161159Z [00:03:30.582]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build3547871397/b1221/_pkg_.a
2025-08-20T21:21:37.3162163Z [00:03:30.582]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:37.3163182Z [00:03:30.582]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:37.3167302Z [00:03:30.582]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:37.3168246Z [00:03:30.582]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:37.3169051Z [00:03:30.582]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:37.3169784Z [00:03:30.582]➜  EOF
2025-08-20T21:21:37.3176274Z [00:03:30.584]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1709/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/skeema/knownhosts@v1.3.1=>github.com/skeema/knownhosts@v1.3.1;$WORK/b1709=>" -p github.com/skeema/knownhosts -lang=go1.22 -complete -installsuffix shared -buildid 7XjQO0b5S8l2-srjvkuy/7XjQO0b5S8l2-srjvkuy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1709/importcfg -pack /root/go/pkg/mod/github.com/skeema/knownhosts@v1.3.1/knownhosts.go
2025-08-20T21:21:37.3179533Z [00:03:30.584]➜  go tool buildid -w $WORK/b1698/_pkg_.a # internal
2025-08-20T21:21:37.3180899Z [00:03:30.585]➜  cp $WORK/b1698/_pkg_.a /root/.cache/go-build/fd/fde1dcf2e01586dda909f184fd2ab4cef0b30bafa63a7646429a28ee989fd438-d # internal
2025-08-20T21:21:37.3187285Z [00:03:30.585]➜  golang.org/x/crypto/ssh/agent
2025-08-20T21:21:37.3187878Z [00:03:30.585]➜  mkdir -p $WORK/b1711/
2025-08-20T21:21:37.3188624Z [00:03:30.585]➜  cat >/tmp/go-build3547871397/b1711/importcfg << 'EOF' # internal
2025-08-20T21:21:37.3189357Z [00:03:30.585]➜  # import config
2025-08-20T21:21:37.3190029Z [00:03:30.585]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:37.3190875Z [00:03:30.585]➜  packagefile crypto/dsa=/tmp/go-build3547871397/b224/_pkg_.a
2025-08-20T21:21:37.3191769Z [00:03:30.585]➜  packagefile crypto/ecdsa=/tmp/go-build3547871397/b188/_pkg_.a
2025-08-20T21:21:37.3192872Z [00:03:30.585]➜  packagefile crypto/ed25519=/tmp/go-build3547871397/b200/_pkg_.a
2025-08-20T21:21:37.3193829Z [00:03:30.585]➜  packagefile crypto/elliptic=/tmp/go-build3547871397/b189/_pkg_.a
2025-08-20T21:21:37.3194735Z [00:03:30.585]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:37.3195811Z [00:03:30.585]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:21:37.3196718Z [00:03:30.585]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:37.3197641Z [00:03:30.585]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:37.3198756Z [00:03:30.585]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:37.3199636Z [00:03:30.585]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:37.3200431Z [00:03:30.585]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:37.3201354Z [00:03:30.585]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3547871397/b1213/_pkg_.a
2025-08-20T21:21:37.3202276Z [00:03:30.585]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:37.3233544Z [00:03:30.585]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:37.3234382Z [00:03:30.585]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:37.3235231Z [00:03:30.585]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:37.3235992Z [00:03:30.585]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:37.3236813Z [00:03:30.585]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:37.3237394Z [00:03:30.585]➜  EOF
2025-08-20T21:21:37.3241865Z [00:03:30.585]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1711/_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/b1711=>" -p golang.org/x/crypto/ssh/agent -lang=go1.23 -complete -installsuffix shared -buildid CuL3ivgj2RAzaOhyfVuf/CuL3ivgj2RAzaOhyfVuf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1711/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:21:37.3470760Z [00:03:30.614]➜  go tool buildid -w $WORK/b1706/_pkg_.a # internal
2025-08-20T21:21:37.3503460Z [00:03:30.617]➜  cp $WORK/b1706/_pkg_.a /root/.cache/go-build/af/af5c33b0b6fe0ef934348453274044f612570d18e3da5abb7e115b6f2bb1cb4f-d # internal
2025-08-20T21:21:37.3512452Z [00:03:30.618]➜  golang.org/x/net/internal/socks
2025-08-20T21:21:37.3513246Z [00:03:30.618]➜  mkdir -p $WORK/b1713/
2025-08-20T21:21:37.3513929Z [00:03:30.618]➜  cat >/tmp/go-build3547871397/b1713/importcfg << 'EOF' # internal
2025-08-20T21:21:37.3514589Z [00:03:30.618]➜  # import config
2025-08-20T21:21:37.3515236Z [00:03:30.618]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:37.3516052Z [00:03:30.618]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:37.3516813Z [00:03:30.618]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:37.3517537Z [00:03:30.618]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:37.3518344Z [00:03:30.618]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:37.3519155Z [00:03:30.618]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:37.3519727Z [00:03:30.618]➜  EOF
2025-08-20T21:21:37.3523861Z [00:03:30.618]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1713/_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/b1713=>" -p golang.org/x/net/internal/socks -lang=go1.23 -complete -installsuffix shared -buildid ewq7oRjYRZ4pNpS-0Eur/ewq7oRjYRZ4pNpS-0Eur -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1713/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:21:37.3877965Z [00:03:30.655]➜  go tool buildid -w $WORK/b1709/_pkg_.a # internal
2025-08-20T21:21:37.3906664Z [00:03:30.657]➜  cp $WORK/b1709/_pkg_.a /root/.cache/go-build/9b/9ba89b42f36847a73ddc139268299598729232c628bea0b0cf48853a91c6563d-d # internal
2025-08-20T21:21:37.3908299Z [00:03:30.658]➜  github.com/go-git/go-git/v5/utils/merkletrie/filesystem
2025-08-20T21:21:37.3911027Z [00:03:30.658]➜  mkdir -p $WORK/b1714/
2025-08-20T21:21:37.3912280Z [00:03:30.658]➜  cat >/tmp/go-build3547871397/b1714/importcfg << 'EOF' # internal
2025-08-20T21:21:37.3915182Z [00:03:30.658]➜  # import config
2025-08-20T21:21:37.3917395Z [00:03:30.658]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3547871397/b1599/_pkg_.a
2025-08-20T21:21:37.3918581Z [00:03:30.658]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:37.3919863Z [00:03:30.658]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3547871397/b1664/_pkg_.a
2025-08-20T21:21:37.3921249Z [00:03:30.658]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3547871397/b1688/_pkg_.a
2025-08-20T21:21:37.3922352Z [00:03:30.658]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:37.3923361Z [00:03:30.658]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:37.3924193Z [00:03:30.658]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:37.3924839Z [00:03:30.658]➜  EOF
2025-08-20T21:21:37.3929008Z [00:03:30.658]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1714/_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/b1714=>" -p github.com/go-git/go-git/v5/utils/merkletrie/filesystem -lang=go1.23 -complete -installsuffix shared -buildid iE1snoeQrS9ARSZ-ecmX/iE1snoeQrS9ARSZ-ecmX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1714/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/filesystem/node.go
2025-08-20T21:21:37.4361611Z [00:03:30.703]➜  go tool buildid -w $WORK/b1714/_pkg_.a # internal
2025-08-20T21:21:37.4378212Z [00:03:30.705]➜  cp $WORK/b1714/_pkg_.a /root/.cache/go-build/76/7613174388d31e2ff30b45cee126c3fe1ec85b6045ef6439f15abce371147404-d # internal
2025-08-20T21:21:37.4385881Z [00:03:30.705]➜  github.com/go-git/go-git/v5/utils/merkletrie/index
2025-08-20T21:21:37.4386777Z [00:03:30.705]➜  mkdir -p $WORK/b1715/
2025-08-20T21:21:37.4387522Z [00:03:30.705]➜  cat >/tmp/go-build3547871397/b1715/importcfg << 'EOF' # internal
2025-08-20T21:21:37.4388202Z [00:03:30.705]➜  # import config
2025-08-20T21:21:37.4389139Z [00:03:30.705]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build3547871397/b1668/_pkg_.a
2025-08-20T21:21:37.4390556Z [00:03:30.705]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3547871397/b1688/_pkg_.a
2025-08-20T21:21:37.4391624Z [00:03:30.705]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:37.4392458Z [00:03:30.705]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:37.4393303Z [00:03:30.705]➜  EOF
2025-08-20T21:21:37.4397203Z [00:03:30.705]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1715/_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/b1715=>" -p github.com/go-git/go-git/v5/utils/merkletrie/index -lang=go1.23 -complete -installsuffix shared -buildid aNTr-jr4NSTAKQtfsnxc/aNTr-jr4NSTAKQtfsnxc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1715/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/index/node.go
2025-08-20T21:21:37.4569399Z [00:03:30.724]➜  go tool buildid -w $WORK/b1713/_pkg_.a # internal
2025-08-20T21:21:37.4581786Z [00:03:30.725]➜  cp $WORK/b1713/_pkg_.a /root/.cache/go-build/c4/c4a55284137d5df28fe46920326be210721f9535e965e6653aadedc5e55fd457-d # internal
2025-08-20T21:21:37.4589710Z [00:03:30.726]➜  golang.org/x/net/proxy
2025-08-20T21:21:37.4591786Z [00:03:30.726]➜  mkdir -p $WORK/b1712/
2025-08-20T21:21:37.4595381Z [00:03:30.727]➜  cat >/tmp/go-build3547871397/b1712/importcfg << 'EOF' # internal
2025-08-20T21:21:37.4625071Z [00:03:30.727]➜  # import config
2025-08-20T21:21:37.4628246Z [00:03:30.727]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:37.4629459Z [00:03:30.727]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:37.4630446Z [00:03:30.727]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build3547871397/b1713/_pkg_.a
2025-08-20T21:21:37.4631410Z [00:03:30.727]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:37.4632225Z [00:03:30.727]➜  packagefile net/netip=/tmp/go-build3547871397/b125/_pkg_.a
2025-08-20T21:21:37.4633326Z [00:03:30.727]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:37.4634151Z [00:03:30.727]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:37.4634968Z [00:03:30.727]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:37.4635819Z [00:03:30.727]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:37.4636460Z [00:03:30.727]➜  EOF
2025-08-20T21:21:37.4641187Z [00:03:30.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1712/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy=>golang.org/x/net@v0.42.0/proxy;$WORK/b1712=>" -p golang.org/x/net/proxy -lang=go1.23 -complete -installsuffix shared -buildid 0vLdwbriVuEoT8n9hzGW/0vLdwbriVuEoT8n9hzGW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1712/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:21:37.4846680Z [00:03:30.752]➜  go tool buildid -w $WORK/b1715/_pkg_.a # internal
2025-08-20T21:21:37.4882089Z [00:03:30.755]➜  cp $WORK/b1715/_pkg_.a /root/.cache/go-build/6d/6d6613dc0d94f603e5d31852edb4759ef805621e21e4714b64ec5dfb57ac37c7-d # internal
2025-08-20T21:21:37.4885496Z [00:03:30.755]➜  github.com/kastenhq/goversion/version
2025-08-20T21:21:37.4890049Z [00:03:30.756]➜  mkdir -p $WORK/b1716/
2025-08-20T21:21:37.4899359Z [00:03:30.757]➜  cat >/tmp/go-build3547871397/b1716/importcfg << 'EOF' # internal
2025-08-20T21:21:37.4909691Z [00:03:30.757]➜  # import config
2025-08-20T21:21:37.4910369Z [00:03:30.757]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:37.4911215Z [00:03:30.757]➜  packagefile debug/elf=/tmp/go-build3547871397/b1572/_pkg_.a
2025-08-20T21:21:37.4912081Z [00:03:30.757]➜  packagefile debug/macho=/tmp/go-build3547871397/b868/_pkg_.a
2025-08-20T21:21:37.4913125Z [00:03:30.757]➜  packagefile debug/pe=/tmp/go-build3547871397/b1574/_pkg_.a
2025-08-20T21:21:37.4914079Z [00:03:30.757]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:37.4914992Z [00:03:30.757]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:37.4915864Z [00:03:30.757]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:37.4916611Z [00:03:30.757]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:37.4917349Z [00:03:30.757]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:37.4918128Z [00:03:30.757]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:37.4918928Z [00:03:30.757]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:37.4919770Z [00:03:30.757]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:37.4920421Z [00:03:30.757]➜  EOF
2025-08-20T21:21:37.4926739Z [00:03:30.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1716/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kastenhq/goversion@v0.0.0-20230811215019-93b2f8823953/version=>github.com/kastenhq/goversion@v0.0.0-20230811215019-93b2f8823953/version;$WORK/b1716=>" -p github.com/kastenhq/goversion/version -lang=go1.21 -complete -installsuffix shared -buildid 9RbZxGQiiiJGbWYgTGW1/9RbZxGQiiiJGbWYgTGW1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1716/importcfg -pack /root/go/pkg/mod/github.com/kastenhq/goversion@v0.0.0-20230811215019-93b2f8823953/version/asm.go /root/go/pkg/mod/github.com/kastenhq/goversion@v0.0.0-20230811215019-93b2f8823953/version/exe.go /root/go/pkg/mod/github.com/kastenhq/goversion@v0.0.0-20230811215019-93b2f8823953/version/read.go
2025-08-20T21:21:37.5098144Z [00:03:30.777]➜  go tool buildid -w $WORK/b1711/_pkg_.a # internal
2025-08-20T21:21:37.5209214Z [00:03:30.788]➜  cp $WORK/b1711/_pkg_.a /root/.cache/go-build/eb/eb7d7bc9484ede891ba259706865134b1d3f511bf050e94c2175d6a78f7fd2a2-d # internal
2025-08-20T21:21:37.5211085Z [00:03:30.788]➜  github.com/xanzy/ssh-agent
2025-08-20T21:21:37.5213646Z [00:03:30.788]➜  mkdir -p $WORK/b1710/
2025-08-20T21:21:37.5215390Z [00:03:30.789]➜  cat >/tmp/go-build3547871397/b1710/importcfg << 'EOF' # internal
2025-08-20T21:21:37.5216114Z [00:03:30.789]➜  # import config
2025-08-20T21:21:37.5216860Z [00:03:30.789]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:37.5217702Z [00:03:30.789]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:37.5218694Z [00:03:30.789]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build3547871397/b1711/_pkg_.a
2025-08-20T21:21:37.5219695Z [00:03:30.789]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:37.5220469Z [00:03:30.789]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:37.5221096Z [00:03:30.789]➜  EOF
2025-08-20T21:21:37.5250297Z [00:03:30.792]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1710/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xanzy/ssh-agent@v0.3.3=>github.com/xanzy/ssh-agent@v0.3.3;$WORK/b1710=>" -p github.com/xanzy/ssh-agent -lang=go1.16 -complete -installsuffix shared -buildid Ak2bV2MLWmfM-QFi2Lzb/Ak2bV2MLWmfM-QFi2Lzb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1710/importcfg -pack /root/go/pkg/mod/github.com/xanzy/ssh-agent@v0.3.3/sshagent.go
2025-08-20T21:21:37.5389301Z [00:03:30.806]➜  go tool buildid -w $WORK/b1712/_pkg_.a # internal
2025-08-20T21:21:37.5404080Z [00:03:30.808]➜  cp $WORK/b1712/_pkg_.a /root/.cache/go-build/67/678c03ec5a3e0e410285d51e3e0ef1821fb0d27197857c21398e9bbe97dbe6e5-d # internal
2025-08-20T21:21:37.5409603Z [00:03:30.808]➜  golang.org/x/mod/internal/lazyregexp
2025-08-20T21:21:37.5410205Z [00:03:30.808]➜  mkdir -p $WORK/b1718/
2025-08-20T21:21:37.5412037Z [00:03:30.808]➜  cat >/tmp/go-build3547871397/b1718/importcfg << 'EOF' # internal
2025-08-20T21:21:37.5425094Z [00:03:30.808]➜  # import config
2025-08-20T21:21:37.5425775Z [00:03:30.808]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:37.5426613Z [00:03:30.808]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:37.5427454Z [00:03:30.808]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:37.5428321Z [00:03:30.808]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:37.5428953Z [00:03:30.809]➜  EOF
2025-08-20T21:21:37.5432827Z [00:03:30.809]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1718/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/mod@v0.26.0/internal/lazyregexp=>golang.org/x/mod@v0.26.0/internal/lazyregexp;$WORK/b1718=>" -p golang.org/x/mod/internal/lazyregexp -lang=go1.23 -complete -installsuffix shared -buildid LgF8Yigd_pZ7vJRiZzGi/LgF8Yigd_pZ7vJRiZzGi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1718/importcfg -pack /root/go/pkg/mod/golang.org/x/mod@v0.26.0/internal/lazyregexp/lazyre.go
2025-08-20T21:21:37.5628960Z [00:03:30.830]➜  go tool buildid -w $WORK/b1718/_pkg_.a # internal
2025-08-20T21:21:37.5637772Z [00:03:30.831]➜  cp $WORK/b1718/_pkg_.a /root/.cache/go-build/16/1668e78048e3c0f6bc6c2eddfe9ac3773ed70f5981c1b1ef25ce65b639734791-d # internal
2025-08-20T21:21:37.5650611Z [00:03:30.831]➜  golang.org/x/mod/semver
2025-08-20T21:21:37.5651194Z [00:03:30.831]➜  mkdir -p $WORK/b1720/
2025-08-20T21:21:37.5652186Z [00:03:30.832]➜  cat >/tmp/go-build3547871397/b1720/importcfg << 'EOF' # internal
2025-08-20T21:21:37.5653136Z [00:03:30.832]➜  # import config
2025-08-20T21:21:37.5653806Z [00:03:30.832]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:37.5654893Z [00:03:30.832]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:37.5655562Z [00:03:30.832]➜  EOF
2025-08-20T21:21:37.5658748Z [00:03:30.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1720/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/mod@v0.26.0/semver=>golang.org/x/mod@v0.26.0/semver;$WORK/b1720=>" -p golang.org/x/mod/semver -lang=go1.23 -complete -installsuffix shared -buildid M4Q_h_d6zuE3jWzIjc6Z/M4Q_h_d6zuE3jWzIjc6Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1720/importcfg -pack /root/go/pkg/mod/golang.org/x/mod@v0.26.0/semver/semver.go
2025-08-20T21:21:37.5845956Z [00:03:30.852]➜  go tool buildid -w $WORK/b1710/_pkg_.a # internal
2025-08-20T21:21:37.5848095Z [00:03:30.852]➜  cp $WORK/b1710/_pkg_.a /root/.cache/go-build/f3/f37052ddb6b97622eb95303f2c06b6017cc47a8caa707864e921478740c6eff6-d # internal
2025-08-20T21:21:37.5852895Z [00:03:30.852]➜  github.com/go-git/go-git/v5/plumbing/transport/ssh
2025-08-20T21:21:37.5853641Z [00:03:30.852]➜  mkdir -p $WORK/b1707/
2025-08-20T21:21:37.5854375Z [00:03:30.852]➜  cat >/tmp/go-build3547871397/b1707/importcfg << 'EOF' # internal
2025-08-20T21:21:37.5855039Z [00:03:30.852]➜  # import config
2025-08-20T21:21:37.5855698Z [00:03:30.852]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:37.5856523Z [00:03:30.852]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:37.5857324Z [00:03:30.852]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:37.5858409Z [00:03:30.852]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3547871397/b1696/_pkg_.a
2025-08-20T21:21:37.5860105Z [00:03:30.852]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build3547871397/b1699/_pkg_.a
2025-08-20T21:21:37.5861549Z [00:03:30.852]➜  packagefile github.com/kevinburke/ssh_config=/tmp/go-build3547871397/b1708/_pkg_.a
2025-08-20T21:21:37.5862899Z [00:03:30.852]➜  packagefile github.com/skeema/knownhosts=/tmp/go-build3547871397/b1709/_pkg_.a
2025-08-20T21:21:37.5864216Z [00:03:30.852]➜  packagefile github.com/xanzy/ssh-agent=/tmp/go-build3547871397/b1710/_pkg_.a
2025-08-20T21:21:37.5865280Z [00:03:30.852]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3547871397/b1213/_pkg_.a
2025-08-20T21:21:37.5866340Z [00:03:30.852]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3547871397/b1712/_pkg_.a
2025-08-20T21:21:37.5867281Z [00:03:30.852]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:37.5868098Z [00:03:30.852]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:37.5868927Z [00:03:30.852]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:21:37.5869862Z [00:03:30.852]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:37.5870797Z [00:03:30.852]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:37.5871654Z [00:03:30.852]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:37.5872492Z [00:03:30.852]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:37.5874357Z [00:03:30.852]➜  EOF
2025-08-20T21:21:37.5879196Z [00:03:30.852]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1707/_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/b1707=>" -p github.com/go-git/go-git/v5/plumbing/transport/ssh -lang=go1.23 -complete -installsuffix shared -buildid fuNN49M_MUs2YYWo8k_n/fuNN49M_MUs2YYWo8k_n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1707/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:21:37.6103114Z [00:03:30.877]➜  go tool buildid -w $WORK/b1716/_pkg_.a # internal
2025-08-20T21:21:37.6130257Z [00:03:30.879]➜  cp $WORK/b1716/_pkg_.a /root/.cache/go-build/b4/b463babee59c6c44e8768812c0a96e7d835e3e4e090fe5830a2098a04556fee5-d # internal
2025-08-20T21:21:37.6137429Z [00:03:30.880]➜  github.com/CycloneDX/cyclonedx-go
2025-08-20T21:21:37.6138042Z [00:03:30.880]➜  mkdir -p $WORK/b1723/
2025-08-20T21:21:37.6138797Z [00:03:30.880]➜  cat >/tmp/go-build3547871397/b1723/importcfg << 'EOF' # internal
2025-08-20T21:21:37.6139477Z [00:03:30.880]➜  # import config
2025-08-20T21:21:37.6140113Z [00:03:30.880]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:37.6140975Z [00:03:30.880]➜  packagefile encoding/gob=/tmp/go-build3547871397/b838/_pkg_.a
2025-08-20T21:21:37.6141887Z [00:03:30.880]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:37.6142983Z [00:03:30.880]➜  packagefile encoding/xml=/tmp/go-build3547871397/b462/_pkg_.a
2025-08-20T21:21:37.6143816Z [00:03:30.880]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:37.6144588Z [00:03:30.880]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:37.6145351Z [00:03:30.880]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:37.6146132Z [00:03:30.880]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:37.6146951Z [00:03:30.880]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:37.6147779Z [00:03:30.880]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:37.6148590Z [00:03:30.880]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:37.6149203Z [00:03:30.880]➜  EOF
2025-08-20T21:21:37.6157025Z [00:03:30.880]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1723/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!cyclone!d!x/cyclonedx-go@v0.9.2=>github.com/CycloneDX/cyclonedx-go@v0.9.2;$WORK/b1723=>" -p github.com/CycloneDX/cyclonedx-go -lang=go1.20 -complete -installsuffix shared -buildid rwp-bqQDJ7ydQJv93UFf/rwp-bqQDJ7ydQJv93UFf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1723/importcfg -pack /root/go/pkg/mod/github.com/!cyclone!d!x/cyclonedx-go@v0.9.2/convert.go /root/go/pkg/mod/github.com/!cyclone!d!x/cyclonedx-go@v0.9.2/copy.go /root/go/pkg/mod/github.com/!cyclone!d!x/cyclonedx-go@v0.9.2/cyclonedx.go /root/go/pkg/mod/github.com/!cyclone!d!x/cyclonedx-go@v0.9.2/cyclonedx_json.go /root/go/pkg/mod/github.com/!cyclone!d!x/cyclonedx-go@v0.9.2/cyclonedx_string.go /root/go/pkg/mod/github.com/!cyclone!d!x/cyclonedx-go@v0.9.2/cyclonedx_xml.go /root/go/pkg/mod/github.com/!cyclone!d!x/cyclonedx-go@v0.9.2/decode.go /root/go/pkg/mod/github.com/!cyclone!d!x/cyclonedx-go@v0.9.2/encode.go /root/go/pkg/mod/github.com/!cyclone!d!x/cyclonedx-go@v0.9.2/link.go
2025-08-20T21:21:37.6358116Z [00:03:30.903]➜  go tool buildid -w $WORK/b1720/_pkg_.a # internal
2025-08-20T21:21:37.6410894Z [00:03:30.908]➜  cp $WORK/b1720/_pkg_.a /root/.cache/go-build/16/16f5baf21b4df36af8e751b10fd4da828fa7aaf7d14ab80ccf9dee52d1fdd145-d # internal
2025-08-20T21:21:37.6412841Z [00:03:30.908]➜  golang.org/x/mod/module
2025-08-20T21:21:37.6415642Z [00:03:30.908]➜  mkdir -p $WORK/b1719/
2025-08-20T21:21:37.6416428Z [00:03:30.908]➜  cat >/tmp/go-build3547871397/b1719/importcfg << 'EOF' # internal
2025-08-20T21:21:37.6417120Z [00:03:30.908]➜  # import config
2025-08-20T21:21:37.6417794Z [00:03:30.908]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:21:37.6418626Z [00:03:30.908]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:37.6419429Z [00:03:30.908]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:37.6420503Z [00:03:30.908]➜  packagefile golang.org/x/mod/internal/lazyregexp=/tmp/go-build3547871397/b1718/_pkg_.a
2025-08-20T21:21:37.6421700Z [00:03:30.908]➜  packagefile golang.org/x/mod/semver=/tmp/go-build3547871397/b1720/_pkg_.a
2025-08-20T21:21:37.6422868Z [00:03:30.908]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:37.6423722Z [00:03:30.908]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:37.6424839Z [00:03:30.908]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:37.6425684Z [00:03:30.908]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:37.6426489Z [00:03:30.908]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:37.6427360Z [00:03:30.908]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:37.6428038Z [00:03:30.908]➜  EOF
2025-08-20T21:21:37.6431706Z [00:03:30.908]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1719/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/mod@v0.26.0/module=>golang.org/x/mod@v0.26.0/module;$WORK/b1719=>" -p golang.org/x/mod/module -lang=go1.23 -complete -installsuffix shared -buildid LjWLWs69hiR_0Vr7ICtp/LjWLWs69hiR_0Vr7ICtp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1719/importcfg -pack /root/go/pkg/mod/golang.org/x/mod@v0.26.0/module/module.go /root/go/pkg/mod/golang.org/x/mod@v0.26.0/module/pseudo.go
2025-08-20T21:21:37.7898473Z [00:03:31.057]➜  go tool buildid -w $WORK/b1707/_pkg_.a # internal
2025-08-20T21:21:37.7921528Z [00:03:31.059]➜  cp $WORK/b1707/_pkg_.a /root/.cache/go-build/04/04c121be60cdc9fd7e1abacd85ea91369119580783f969640ac8dfda5b7314dd-d # internal
2025-08-20T21:21:37.7959327Z [00:03:31.063]➜  github.com/go-git/go-git/v5/plumbing/transport/client
2025-08-20T21:21:37.7962137Z [00:03:31.063]➜  mkdir -p $WORK/b1697/
2025-08-20T21:21:37.7965924Z [00:03:31.064]➜  cat >/tmp/go-build3547871397/b1697/importcfg << 'EOF' # internal
2025-08-20T21:21:37.7977563Z [00:03:31.064]➜  # import config
2025-08-20T21:21:37.7978248Z [00:03:31.064]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:37.7979581Z [00:03:31.064]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3547871397/b1696/_pkg_.a
2025-08-20T21:21:37.7981083Z [00:03:31.064]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/file=/tmp/go-build3547871397/b1698/_pkg_.a
2025-08-20T21:21:37.7982565Z [00:03:31.064]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/git=/tmp/go-build3547871397/b1705/_pkg_.a
2025-08-20T21:21:37.7984444Z [00:03:31.064]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/http=/tmp/go-build3547871397/b1706/_pkg_.a
2025-08-20T21:21:37.7985876Z [00:03:31.064]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/ssh=/tmp/go-build3547871397/b1707/_pkg_.a
2025-08-20T21:21:37.7986780Z [00:03:31.064]➜  EOF
2025-08-20T21:21:37.7991185Z [00:03:31.064]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1697/_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/b1697=>" -p github.com/go-git/go-git/v5/plumbing/transport/client -lang=go1.23 -complete -installsuffix shared -buildid X9YsiFqzJmf3q_ZZWuqD/X9YsiFqzJmf3q_ZZWuqD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1697/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/client/client.go
2025-08-20T21:21:37.8421407Z [00:03:31.109]➜  go tool buildid -w $WORK/b1719/_pkg_.a # internal
2025-08-20T21:21:37.8474028Z [00:03:31.115]➜  go tool buildid -w $WORK/b1697/_pkg_.a # internal
2025-08-20T21:21:37.8479108Z [00:03:31.115]➜  cp $WORK/b1719/_pkg_.a /root/.cache/go-build/95/95cdb1c136ab8f0c8d83e6bd074225a17bd6ca230bd2634ffba4f046d67f0dd3-d # internal
2025-08-20T21:21:37.8489473Z [00:03:31.116]➜  golang.org/x/mod/modfile
2025-08-20T21:21:37.8492116Z [00:03:31.116]➜  mkdir -p $WORK/b1717/
2025-08-20T21:21:37.8501336Z [00:03:31.117]➜  cp $WORK/b1697/_pkg_.a /root/.cache/go-build/32/3256e1273f7f7923020e9e87e18fedd1d8d31390592a1b1856e612d4a97b2937-d # internal
2025-08-20T21:21:37.8528263Z [00:03:31.120]➜  cat >/tmp/go-build3547871397/b1717/importcfg << 'EOF' # internal
2025-08-20T21:21:37.8537841Z [00:03:31.120]➜  # import config
2025-08-20T21:21:37.8538547Z [00:03:31.120]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:37.8539382Z [00:03:31.120]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:21:37.8540476Z [00:03:31.120]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:37.8541287Z [00:03:31.120]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:37.8542288Z [00:03:31.120]➜  packagefile golang.org/x/mod/internal/lazyregexp=/tmp/go-build3547871397/b1718/_pkg_.a
2025-08-20T21:21:37.8544106Z [00:03:31.120]➜  packagefile golang.org/x/mod/module=/tmp/go-build3547871397/b1719/_pkg_.a
2025-08-20T21:21:37.8545128Z [00:03:31.120]➜  packagefile golang.org/x/mod/semver=/tmp/go-build3547871397/b1720/_pkg_.a
2025-08-20T21:21:37.8546029Z [00:03:31.120]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:37.8546883Z [00:03:31.120]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:37.8547722Z [00:03:31.120]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:37.8548553Z [00:03:31.120]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:37.8549377Z [00:03:31.120]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:37.8550208Z [00:03:31.120]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:37.8551050Z [00:03:31.120]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:37.8551689Z [00:03:31.120]➜  EOF
2025-08-20T21:21:37.8556417Z [00:03:31.120]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1717/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/mod@v0.26.0/modfile=>golang.org/x/mod@v0.26.0/modfile;$WORK/b1717=>" -p golang.org/x/mod/modfile -lang=go1.23 -complete -installsuffix shared -buildid AvWeqcZK-9uNQblquQ11/AvWeqcZK-9uNQblquQ11 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1717/importcfg -pack /root/go/pkg/mod/golang.org/x/mod@v0.26.0/modfile/print.go /root/go/pkg/mod/golang.org/x/mod@v0.26.0/modfile/read.go /root/go/pkg/mod/golang.org/x/mod@v0.26.0/modfile/rule.go /root/go/pkg/mod/golang.org/x/mod@v0.26.0/modfile/work.go
2025-08-20T21:21:37.8560754Z [00:03:31.123]➜  github.com/go-git/go-git/v5
2025-08-20T21:21:37.8588614Z [00:03:31.126]➜  mkdir -p $WORK/b1604/
2025-08-20T21:21:37.8597313Z [00:03:31.126]➜  cat >/tmp/go-build3547871397/b1604/importcfg << 'EOF' # internal
2025-08-20T21:21:37.8598022Z [00:03:31.126]➜  # import config
2025-08-20T21:21:37.8598689Z [00:03:31.126]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:37.8599567Z [00:03:31.126]➜  packagefile container/heap=/tmp/go-build3547871397/b272/_pkg_.a
2025-08-20T21:21:37.8600462Z [00:03:31.126]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:37.8601287Z [00:03:31.126]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:37.8602355Z [00:03:31.126]➜  packagefile dario.cat/mergo=/tmp/go-build3547871397/b763/_pkg_.a
2025-08-20T21:21:37.8603374Z [00:03:31.126]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:37.8604181Z [00:03:31.126]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:37.8604952Z [00:03:31.126]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:37.8605950Z [00:03:31.126]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build3547871397/b1605/_pkg_.a
2025-08-20T21:21:37.8607221Z [00:03:31.126]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build3547871397/b1635/_pkg_.a
2025-08-20T21:21:37.8608340Z [00:03:31.126]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3547871397/b1599/_pkg_.a
2025-08-20T21:21:37.8609367Z [00:03:31.126]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build3547871397/b1646/_pkg_.a
2025-08-20T21:21:37.8610460Z [00:03:31.126]➜  packagefile github.com/go-git/go-billy/v5/util=/tmp/go-build3547871397/b1603/_pkg_.a
2025-08-20T21:21:37.8611622Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build3547871397/b1648/_pkg_.a
2025-08-20T21:21:37.8613822Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/internal/path_util=/tmp/go-build3547871397/b1661/_pkg_.a
2025-08-20T21:21:37.8615378Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/internal/revision=/tmp/go-build3547871397/b1662/_pkg_.a
2025-08-20T21:21:37.8616659Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build3547871397/b1649/_pkg_.a
2025-08-20T21:21:37.8617864Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:37.8619088Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build3547871397/b1663/_pkg_.a
2025-08-20T21:21:37.8620354Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3547871397/b1664/_pkg_.a
2025-08-20T21:21:37.8621699Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build3547871397/b1655/_pkg_.a
2025-08-20T21:21:37.8623288Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/gitignore=/tmp/go-build3547871397/b1665/_pkg_.a
2025-08-20T21:21:37.8624685Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build3547871397/b1668/_pkg_.a
2025-08-20T21:21:37.8626066Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build3547871397/b1670/_pkg_.a
2025-08-20T21:21:37.8627353Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3547871397/b1651/_pkg_.a
2025-08-20T21:21:37.8628609Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build3547871397/b1674/_pkg_.a
2025-08-20T21:21:37.8629919Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3547871397/b1689/_pkg_.a
2025-08-20T21:21:37.8631549Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3547871397/b1692/_pkg_.a
2025-08-20T21:21:37.8633371Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build3547871397/b1693/_pkg_.a
2025-08-20T21:21:37.8635028Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/plumbing/revlist=/tmp/go-build3547871397/b1695/_pkg_.a
2025-08-20T21:21:37.8636330Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3547871397/b1672/_pkg_.a
2025-08-20T21:21:37.8637680Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3547871397/b1696/_pkg_.a
2025-08-20T21:21:37.8639081Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/client=/tmp/go-build3547871397/b1697/_pkg_.a
2025-08-20T21:21:37.8640352Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build3547871397/b1683/_pkg_.a
2025-08-20T21:21:37.8641728Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem=/tmp/go-build3547871397/b1701/_pkg_.a
2025-08-20T21:21:37.8643272Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem/dotgit=/tmp/go-build3547871397/b1703/_pkg_.a
2025-08-20T21:21:37.8644627Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build3547871397/b1694/_pkg_.a
2025-08-20T21:21:37.8645856Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/utils/diff=/tmp/go-build3547871397/b1684/_pkg_.a
2025-08-20T21:21:37.8647083Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3547871397/b1666/_pkg_.a
2025-08-20T21:21:37.8648333Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie=/tmp/go-build3547871397/b1686/_pkg_.a
2025-08-20T21:21:37.8649704Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/filesystem=/tmp/go-build3547871397/b1714/_pkg_.a
2025-08-20T21:21:37.8651151Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/index=/tmp/go-build3547871397/b1715/_pkg_.a
2025-08-20T21:21:37.8652485Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3547871397/b1688/_pkg_.a
2025-08-20T21:21:37.8654134Z [00:03:31.126]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build3547871397/b1673/_pkg_.a
2025-08-20T21:21:37.8655356Z [00:03:31.126]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build3547871397/b1685/_pkg_.a
2025-08-20T21:21:37.8656347Z [00:03:31.126]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:37.8657086Z [00:03:31.126]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:37.8657820Z [00:03:31.126]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:37.8658661Z [00:03:31.126]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:37.8659507Z [00:03:31.126]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:37.8660326Z [00:03:31.126]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:37.8661103Z [00:03:31.126]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:37.8661909Z [00:03:31.126]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:37.8662926Z [00:03:31.126]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:37.8663650Z [00:03:31.126]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:37.8664338Z [00:03:31.126]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:37.8665072Z [00:03:31.126]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:37.8665664Z [00:03:31.126]➜  EOF
2025-08-20T21:21:37.8674925Z [00:03:31.126]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1604/_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/b1604=>" -p github.com/go-git/go-git/v5 -lang=go1.23 -complete -installsuffix shared -buildid ZEVZtl3-oMPGyLGkYhjo/ZEVZtl3-oMPGyLGkYhjo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1604/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:21:38.0717814Z [00:03:31.339]➜  go tool buildid -w $WORK/b1723/_pkg_.a # internal
2025-08-20T21:21:38.0769830Z [00:03:31.344]➜  cp $WORK/b1723/_pkg_.a /root/.cache/go-build/ff/ffaef083cc1dbc12c8edcc9e61519db7fbd80b63b7b9d80bb891da6cbce3da7c-d # internal
2025-08-20T21:21:38.0774514Z [00:03:31.344]➜  github.com/anchore/syft/syft/format/internal
2025-08-20T21:21:38.0775178Z [00:03:31.345]➜  mkdir -p $WORK/b1727/
2025-08-20T21:21:38.0817117Z [00:03:31.345]➜  cat >/tmp/go-build3547871397/b1727/importcfg << 'EOF' # internal
2025-08-20T21:21:38.0817845Z [00:03:31.345]➜  # import config
2025-08-20T21:21:38.0818500Z [00:03:31.345]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:38.0819498Z [00:03:31.345]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:38.0820729Z [00:03:31.345]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:38.0821926Z [00:03:31.345]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:21:38.0823769Z [00:03:31.345]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:38.0825245Z [00:03:31.345]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:38.0826467Z [00:03:31.345]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:38.0827722Z [00:03:31.345]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:21:38.0828765Z [00:03:31.345]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:38.0829652Z [00:03:31.345]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:38.0830485Z [00:03:31.345]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:38.0831151Z [00:03:31.345]➜  EOF
2025-08-20T21:21:38.0836222Z [00:03:31.346]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1727/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal=>github.com/anchore/syft@v1.28.0/syft/format/internal;$WORK/b1727=>" -p github.com/anchore/syft/syft/format/internal -lang=go1.24 -complete -installsuffix shared -buildid M6sEH4Cch8w741ANIp6E/M6sEH4Cch8w741ANIp6E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1727/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/backfill.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/location_sorter.go
2025-08-20T21:21:38.1619178Z [00:03:31.429]➜  go tool buildid -w $WORK/b1727/_pkg_.a # internal
2025-08-20T21:21:38.1631584Z [00:03:31.430]➜  cp $WORK/b1727/_pkg_.a /root/.cache/go-build/9b/9b8f70539d004d46fe7745510cfccf797ae7ef16ec63837ebb45b70cf78ed997-d # internal
2025-08-20T21:21:38.1636594Z [00:03:31.430]➜  github.com/anchore/syft/syft/internal/packagemetadata
2025-08-20T21:21:38.1643790Z [00:03:31.431]➜  mkdir -p $WORK/b1728/
2025-08-20T21:21:38.1644632Z [00:03:31.431]➜  cat >/tmp/go-build3547871397/b1728/importcfg << 'EOF' # internal
2025-08-20T21:21:38.1645539Z [00:03:31.431]➜  # import config
2025-08-20T21:21:38.1646160Z [00:03:31.431]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:38.1647115Z [00:03:31.431]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:38.1648248Z [00:03:31.431]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:38.1649211Z [00:03:31.431]➜  packagefile go/ast=/tmp/go-build3547871397/b129/_pkg_.a
2025-08-20T21:21:38.1650041Z [00:03:31.431]➜  packagefile go/parser=/tmp/go-build3547871397/b135/_pkg_.a
2025-08-20T21:21:38.1650906Z [00:03:31.431]➜  packagefile go/token=/tmp/go-build3547871397/b131/_pkg_.a
2025-08-20T21:21:38.1651915Z [00:03:31.431]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:21:38.1653529Z [00:03:31.431]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:38.1654442Z [00:03:31.431]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:38.1655417Z [00:03:31.431]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:38.1656207Z [00:03:31.431]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:38.1657028Z [00:03:31.431]➜  packagefile testing=/tmp/go-build3547871397/b1185/_pkg_.a
2025-08-20T21:21:38.1657858Z [00:03:31.431]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:38.1658476Z [00:03:31.431]➜  EOF
2025-08-20T21:21:38.1665318Z [00:03:31.431]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1728/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/packagemetadata=>github.com/anchore/syft@v1.28.0/syft/internal/packagemetadata;$WORK/b1728=>" -p github.com/anchore/syft/syft/internal/packagemetadata -lang=go1.24 -complete -installsuffix shared -buildid nX4UHCS9NQmvnvK9sXu-/nX4UHCS9NQmvnvK9sXu- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1728/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/packagemetadata/completion_tester.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/packagemetadata/discover_type_names.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/packagemetadata/generated.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/packagemetadata/names.go
2025-08-20T21:21:38.2874060Z [00:03:31.554]➜  go tool buildid -w $WORK/b1728/_pkg_.a # internal
2025-08-20T21:21:38.2899054Z [00:03:31.557]➜  cp $WORK/b1728/_pkg_.a /root/.cache/go-build/f8/f8ee17b277e7d37d50be57eb660c4fc581dd9356cbd57ab242c4819fcfce7d9f-d # internal
2025-08-20T21:21:38.2906109Z [00:03:31.557]➜  github.com/anchore/syft/syft/format/internal/stream
2025-08-20T21:21:38.2906867Z [00:03:31.557]➜  mkdir -p $WORK/b1729/
2025-08-20T21:21:38.2907751Z [00:03:31.558]➜  cat >/tmp/go-build3547871397/b1729/importcfg << 'EOF' # internal
2025-08-20T21:21:38.2908424Z [00:03:31.558]➜  # import config
2025-08-20T21:21:38.2909012Z [00:03:31.558]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:38.2909779Z [00:03:31.558]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:38.2910486Z [00:03:31.558]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:38.2910996Z [00:03:31.558]➜  EOF
2025-08-20T21:21:38.2915070Z [00:03:31.558]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1729/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/stream=>github.com/anchore/syft@v1.28.0/syft/format/internal/stream;$WORK/b1729=>" -p github.com/anchore/syft/syft/format/internal/stream -lang=go1.24 -complete -installsuffix shared -buildid 6FjHPmjgYbhvwaNthgH7/6FjHPmjgYbhvwaNthgH7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1729/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/stream/seekable_reader.go
2025-08-20T21:21:38.3066822Z [00:03:31.574]➜  go tool buildid -w $WORK/b1729/_pkg_.a # internal
2025-08-20T21:21:38.3075262Z [00:03:31.575]➜  cp $WORK/b1729/_pkg_.a /root/.cache/go-build/7a/7a13c59590f100ed381af4c488bdad7ad61a870c9203aec2ae6da211fd5bc4de-d # internal
2025-08-20T21:21:38.3077496Z [00:03:31.575]➜  github.com/anchore/syft/syft/pkg/cataloger/internal/cpegenerate/dictionary
2025-08-20T21:21:38.3080137Z [00:03:31.575]➜  mkdir -p $WORK/b1731/
2025-08-20T21:21:38.3082502Z [00:03:31.575]➜  cat >/tmp/go-build3547871397/b1731/importcfg << 'EOF' # internal
2025-08-20T21:21:38.3083330Z [00:03:31.575]➜  # import config
2025-08-20T21:21:38.3084005Z [00:03:31.575]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:38.3085015Z [00:03:31.575]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:38.3086127Z [00:03:31.575]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:38.3086721Z [00:03:31.575]➜  EOF
2025-08-20T21:21:38.3092400Z [00:03:31.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1731/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/dictionary=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/dictionary;$WORK/b1731=>" -p github.com/anchore/syft/syft/pkg/cataloger/internal/cpegenerate/dictionary -lang=go1.24 -complete -installsuffix shared -buildid XBA3zX642DBWxMUY10_b/XBA3zX642DBWxMUY10_b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1731/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/dictionary/generate_index.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/dictionary/types.go
2025-08-20T21:21:38.3217054Z [00:03:31.589]➜  go tool buildid -w $WORK/b1717/_pkg_.a # internal
2025-08-20T21:21:38.3257127Z [00:03:31.593]➜  cp $WORK/b1717/_pkg_.a /root/.cache/go-build/2c/2cb74be13e29d2a88e80bd11af661d928e164072f40dca96f93ac26801ce18f8-d # internal
2025-08-20T21:21:38.3263822Z [00:03:31.593]➜  github.com/saintfish/chardet
2025-08-20T21:21:38.3264424Z [00:03:31.593]➜  mkdir -p $WORK/b1733/
2025-08-20T21:21:38.3268456Z [00:03:31.594]➜  cat >/tmp/go-build3547871397/b1733/importcfg << 'EOF' # internal
2025-08-20T21:21:38.3271155Z [00:03:31.594]➜  # import config
2025-08-20T21:21:38.3271816Z [00:03:31.594]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:38.3272570Z [00:03:31.594]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:38.3273488Z [00:03:31.594]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:38.3274273Z [00:03:31.594]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:38.3274840Z [00:03:31.594]➜  EOF
2025-08-20T21:21:38.3282975Z [00:03:31.594]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1733/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/saintfish/chardet@v0.0.0-20230101081208-5e3ef4b5456d=>github.com/saintfish/chardet@v0.0.0-20230101081208-5e3ef4b5456d;$WORK/b1733=>" -p github.com/saintfish/chardet -lang=go1.16 -complete -installsuffix shared -buildid fPWA1adlUttx5thL1uz6/fPWA1adlUttx5thL1uz6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1733/importcfg -pack /root/go/pkg/mod/github.com/saintfish/chardet@v0.0.0-20230101081208-5e3ef4b5456d/2022.go /root/go/pkg/mod/github.com/saintfish/chardet@v0.0.0-20230101081208-5e3ef4b5456d/detector.go /root/go/pkg/mod/github.com/saintfish/chardet@v0.0.0-20230101081208-5e3ef4b5456d/multi_byte.go /root/go/pkg/mod/github.com/saintfish/chardet@v0.0.0-20230101081208-5e3ef4b5456d/recognizer.go /root/go/pkg/mod/github.com/saintfish/chardet@v0.0.0-20230101081208-5e3ef4b5456d/single_byte.go /root/go/pkg/mod/github.com/saintfish/chardet@v0.0.0-20230101081208-5e3ef4b5456d/unicode.go /root/go/pkg/mod/github.com/saintfish/chardet@v0.0.0-20230101081208-5e3ef4b5456d/utf8.go
2025-08-20T21:21:38.3805624Z [00:03:31.645]➜  go tool buildid -w $WORK/b1731/_pkg_.a # internal
2025-08-20T21:21:38.3809263Z [00:03:31.647]➜  cp $WORK/b1731/_pkg_.a /root/.cache/go-build/cb/cb9601dc5ddbc80da41a0c676aeb5fc749422b7f032e9a6731cae42d0fa68c7a-d # internal
2025-08-20T21:21:38.3818264Z [00:03:31.649]➜  github.com/anchore/syft/syft/pkg/cataloger/internal/cpegenerate
2025-08-20T21:21:38.3821040Z [00:03:31.649]➜  mkdir -p $WORK/b1730/
2025-08-20T21:21:38.3830423Z [00:03:31.650]➜  cat >/tmp/go-build3547871397/b1730/importcfg << 'EOF' # internal
2025-08-20T21:21:38.3850022Z [00:03:31.650]➜  # import config
2025-08-20T21:21:38.3850714Z [00:03:31.650]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:38.3851565Z [00:03:31.650]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:38.3852370Z [00:03:31.650]➜  packagefile embed=/tmp/go-build3547871397/b319/_pkg_.a
2025-08-20T21:21:38.3856634Z [00:03:31.650]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:38.3857821Z [00:03:31.650]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:38.3858867Z [00:03:31.650]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:38.3860310Z [00:03:31.650]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:38.3861500Z [00:03:31.650]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:21:38.3862843Z [00:03:31.650]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:38.3864390Z [00:03:31.650]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/internal/cpegenerate/dictionary=/tmp/go-build3547871397/b1731/_pkg_.a
2025-08-20T21:21:38.3865920Z [00:03:31.650]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:38.3866944Z [00:03:31.650]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:38.3867802Z [00:03:31.650]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:38.3868616Z [00:03:31.650]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:38.3869430Z [00:03:31.650]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:38.3870300Z [00:03:31.650]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:38.3871135Z [00:03:31.650]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:38.3871726Z [00:03:31.650]➜  EOF
2025-08-20T21:21:38.3872354Z [00:03:31.651]➜  cat >/tmp/go-build3547871397/b1730/embedcfg << 'EOF' # internal
2025-08-20T21:21:38.3873243Z [00:03:31.651]➜  {
2025-08-20T21:21:38.3873658Z [00:03:31.651]➜  	"Patterns": {
2025-08-20T21:21:38.3874218Z [00:03:31.651]➜  		"dictionary/data/cpe-index.json": [
2025-08-20T21:21:38.3874851Z [00:03:31.651]➜  			"dictionary/data/cpe-index.json"
2025-08-20T21:21:38.3875361Z [00:03:31.651]➜  		]
2025-08-20T21:21:38.3875732Z [00:03:31.651]➜  	},
2025-08-20T21:21:38.3876283Z [00:03:31.651]➜  	"Files": {
2025-08-20T21:21:38.3877719Z [00:03:31.651]➜  		"dictionary/data/cpe-index.json": "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/dictionary/data/cpe-index.json"
2025-08-20T21:21:38.3878906Z [00:03:31.651]➜  	}
2025-08-20T21:21:38.3879193Z [00:03:31.651]➜  }EOF
2025-08-20T21:21:38.3896023Z [00:03:31.651]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1730/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate;$WORK/b1730=>" -p github.com/anchore/syft/syft/pkg/cataloger/internal/cpegenerate -lang=go1.24 -complete -installsuffix shared -buildid 6iMoxr2l56sQ3eyz5z0v/6iMoxr2l56sQ3eyz5z0v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1730/importcfg -embedcfg $WORK/b1730/embedcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/apk.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/candidate_by_package_type.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/dotnet.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/field_candidate.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/field_candidate_filter.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/filter.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/generate.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/go.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/java.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/java_groupid_map.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/javascript.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/python.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/rpm.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/ruby.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/utils.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/vendors_from_url.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/cpegenerate/wordpress.go
2025-08-20T21:21:38.4315703Z [00:03:31.699]➜  go tool buildid -w $WORK/b1733/_pkg_.a # internal
2025-08-20T21:21:38.4335230Z [00:03:31.701]➜  cp $WORK/b1733/_pkg_.a /root/.cache/go-build/1e/1e69193e673eb64151349ff64378897ecc5d78a19472d83b2547fe16809064ab-d # internal
2025-08-20T21:21:38.4337025Z [00:03:31.701]➜  github.com/vifraa/gopom
2025-08-20T21:21:38.4338186Z [00:03:31.701]➜  mkdir -p $WORK/b1734/
2025-08-20T21:21:38.4344056Z [00:03:31.702]➜  cat >/tmp/go-build3547871397/b1734/importcfg << 'EOF' # internal
2025-08-20T21:21:38.4345063Z [00:03:31.702]➜  # import config
2025-08-20T21:21:38.4346159Z [00:03:31.702]➜  packagefile encoding/xml=/tmp/go-build3547871397/b462/_pkg_.a
2025-08-20T21:21:38.4347408Z [00:03:31.702]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:38.4349114Z [00:03:31.702]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:38.4350172Z [00:03:31.702]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:38.4351000Z [00:03:31.702]➜  EOF
2025-08-20T21:21:38.4355255Z [00:03:31.702]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1734/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vifraa/gopom@v1.0.0=>github.com/vifraa/gopom@v1.0.0;$WORK/b1734=>" -p github.com/vifraa/gopom -lang=go1.15 -complete -installsuffix shared -buildid X19-bjx9gx9O7s3gaous/X19-bjx9gx9O7s3gaous -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1734/importcfg -pack /root/go/pkg/mod/github.com/vifraa/gopom@v1.0.0/example_pom.go /root/go/pkg/mod/github.com/vifraa/gopom@v1.0.0/gopom.go
2025-08-20T21:21:38.4514295Z [00:03:31.716]➜  go tool buildid -w $WORK/b1259/_pkg_.a # internal
2025-08-20T21:21:38.4764764Z [00:03:31.744]➜  go tool buildid -w $WORK/b1734/_pkg_.a # internal
2025-08-20T21:21:38.4782556Z [00:03:31.745]➜  cp $WORK/b1734/_pkg_.a /root/.cache/go-build/85/854a825b001d9e1a1bf0c16daf3d1edd73f4fd91e440d371621f8a34551c8437-d # internal
2025-08-20T21:21:38.4806711Z [00:03:31.748]➜  golang.org/x/text/encoding/charmap
2025-08-20T21:21:38.4807497Z [00:03:31.748]➜  mkdir -p $WORK/b1736/
2025-08-20T21:21:38.4809344Z [00:03:31.748]➜  cat >/tmp/go-build3547871397/b1736/importcfg << 'EOF' # internal
2025-08-20T21:21:38.4809990Z [00:03:31.748]➜  # import config
2025-08-20T21:21:38.4810733Z [00:03:31.748]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3547871397/b334/_pkg_.a
2025-08-20T21:21:38.4811869Z [00:03:31.748]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3547871397/b336/_pkg_.a
2025-08-20T21:21:38.4813361Z [00:03:31.748]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3547871397/b335/_pkg_.a
2025-08-20T21:21:38.4814586Z [00:03:31.748]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:21:38.4815524Z [00:03:31.748]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:38.4816129Z [00:03:31.748]➜  EOF
2025-08-20T21:21:38.4820110Z [00:03:31.748]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1736/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/charmap=>golang.org/x/text@v0.27.0/encoding/charmap;$WORK/b1736=>" -p golang.org/x/text/encoding/charmap -lang=go1.23 -complete -installsuffix shared -buildid fdK2hHwmLHQK99FnLGxz/fdK2hHwmLHQK99FnLGxz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1736/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/charmap/charmap.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/charmap/tables.go
2025-08-20T21:21:38.4877361Z [00:03:31.755]➜  cp $WORK/b1259/_pkg_.a /root/.cache/go-build/08/08c2f919e5e27c82f881e1ba34e6492ffebfc1f2db45dd20073bfd16f64ad0a7-d # internal
2025-08-20T21:21:38.4881731Z [00:03:31.755]➜  github.com/anchore/syft/internal/file
2025-08-20T21:21:38.4884498Z [00:03:31.756]➜  mkdir -p $WORK/b1256/
2025-08-20T21:21:38.4891708Z [00:03:31.756]➜  cat >/tmp/go-build3547871397/b1256/importcfg << 'EOF' # internal
2025-08-20T21:21:38.4905979Z [00:03:31.756]➜  # import config
2025-08-20T21:21:38.4906681Z [00:03:31.756]➜  packagefile archive/zip=/tmp/go-build3547871397/b1257/_pkg_.a
2025-08-20T21:21:38.4907553Z [00:03:31.756]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:38.4908385Z [00:03:31.756]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:38.4909251Z [00:03:31.756]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:38.4910217Z [00:03:31.756]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:38.4911159Z [00:03:31.756]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:38.4912017Z [00:03:31.756]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:38.4913290Z [00:03:31.756]➜  packagefile github.com/anchore/archiver/v3=/tmp/go-build3547871397/b1233/_pkg_.a
2025-08-20T21:21:38.4914352Z [00:03:31.756]➜  packagefile github.com/anchore/clio=/tmp/go-build3547871397/b761/_pkg_.a
2025-08-20T21:21:38.4915372Z [00:03:31.756]➜  packagefile github.com/anchore/go-sync=/tmp/go-build3547871397/b1225/_pkg_.a
2025-08-20T21:21:38.4916520Z [00:03:31.756]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:38.4917676Z [00:03:31.756]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:38.4919014Z [00:03:31.756]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:38.4920257Z [00:03:31.756]➜  packagefile github.com/anchore/syft/syft/cataloging=/tmp/go-build3547871397/b1254/_pkg_.a
2025-08-20T21:21:38.4921427Z [00:03:31.756]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:38.4922929Z [00:03:31.756]➜  packagefile github.com/bmatcuk/doublestar/v4=/tmp/go-build3547871397/b908/_pkg_.a
2025-08-20T21:21:38.4924133Z [00:03:31.756]➜  packagefile github.com/diskfs/go-diskfs/filesystem=/tmp/go-build3547871397/b1258/_pkg_.a
2025-08-20T21:21:38.4925309Z [00:03:31.756]➜  packagefile github.com/hashicorp/go-getter=/tmp/go-build3547871397/b1259/_pkg_.a
2025-08-20T21:21:38.4926568Z [00:03:31.756]➜  packagefile github.com/hashicorp/go-getter/helper/url=/tmp/go-build3547871397/b1568/_pkg_.a
2025-08-20T21:21:38.4927858Z [00:03:31.756]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:38.4929038Z [00:03:31.756]➜  packagefile github.com/scylladb/go-set/uset=/tmp/go-build3547871397/b1570/_pkg_.a
2025-08-20T21:21:38.4930182Z [00:03:31.756]➜  packagefile github.com/wagoodman/go-progress=/tmp/go-build3547871397/b925/_pkg_.a
2025-08-20T21:21:38.4931148Z [00:03:31.756]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:38.4931930Z [00:03:31.756]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:38.4933220Z [00:03:31.756]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:38.4934133Z [00:03:31.756]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:38.4934919Z [00:03:31.756]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:38.4935690Z [00:03:31.756]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:38.4936528Z [00:03:31.756]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:38.4937379Z [00:03:31.756]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:38.4938345Z [00:03:31.756]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:38.4938983Z [00:03:31.756]➜  EOF
2025-08-20T21:21:38.4948422Z [00:03:31.757]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1256/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/file=>github.com/anchore/syft@v1.28.0/internal/file;$WORK/b1256=>" -p github.com/anchore/syft/internal/file -lang=go1.24 -complete -installsuffix shared -buildid DoFKPEhJgZcyPJKlPZPp/DoFKPEhJgZcyPJKlPZPp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1256/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/file/copy.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/file/digest.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/file/getter.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/file/glob_match.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/file/normalize_hashes.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/file/opener.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/file/squashfs.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/file/tar_file_traversal.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/file/zip_file_manifest.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/file/zip_file_traversal.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/file/zip_read_closer.go
2025-08-20T21:21:38.7449527Z [00:03:32.012]➜  go tool buildid -w $WORK/b1730/_pkg_.a # internal
2025-08-20T21:21:38.7591051Z [00:03:32.026]➜  cp $WORK/b1730/_pkg_.a /root/.cache/go-build/94/9411d26cb1601da4fc522cbab15180a9e5203639e86a8baf73b21ccaba2fdeb9-d # internal
2025-08-20T21:21:38.7603440Z [00:03:32.028]➜  golang.org/x/text/encoding/japanese
2025-08-20T21:21:38.7606005Z [00:03:32.028]➜  mkdir -p $WORK/b1738/
2025-08-20T21:21:38.7614022Z [00:03:32.029]➜  cat >/tmp/go-build3547871397/b1738/importcfg << 'EOF' # internal
2025-08-20T21:21:38.7629915Z [00:03:32.029]➜  # import config
2025-08-20T21:21:38.7630971Z [00:03:32.029]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3547871397/b334/_pkg_.a
2025-08-20T21:21:38.7632167Z [00:03:32.029]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3547871397/b336/_pkg_.a
2025-08-20T21:21:38.7633876Z [00:03:32.029]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3547871397/b335/_pkg_.a
2025-08-20T21:21:38.7635143Z [00:03:32.029]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:21:38.7636134Z [00:03:32.029]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:38.7636761Z [00:03:32.029]➜  EOF
2025-08-20T21:21:38.7642382Z [00:03:32.029]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1738/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/japanese=>golang.org/x/text@v0.27.0/encoding/japanese;$WORK/b1738=>" -p golang.org/x/text/encoding/japanese -lang=go1.23 -complete -installsuffix shared -buildid DFhvzRsc9uO2BQzpyEof/DFhvzRsc9uO2BQzpyEof -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1738/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/japanese/all.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/japanese/eucjp.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/japanese/iso2022jp.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/japanese/shiftjis.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/japanese/tables.go
2025-08-20T21:21:38.8483086Z [00:03:32.115]➜  go tool buildid -w $WORK/b1604/_pkg_.a # internal
2025-08-20T21:21:38.8582494Z [00:03:32.125]➜  cp $WORK/b1604/_pkg_.a /root/.cache/go-build/f3/f3b12ad5dfb22adb73b9794f72e4bb28836762bb11900ae392844747f3b5c03d-d # internal
2025-08-20T21:21:38.8585782Z [00:03:32.126]➜  github.com/anchore/syft/syft/pkg/cataloger/golang
2025-08-20T21:21:38.8586436Z [00:03:32.126]➜  mkdir -p $WORK/b1593/
2025-08-20T21:21:38.8598144Z [00:03:32.127]➜  cat >/tmp/go-build3547871397/b1593/importcfg << 'EOF' # internal
2025-08-20T21:21:38.8607297Z [00:03:32.127]➜  # import config
2025-08-20T21:21:38.8612360Z [00:03:32.127]➜  packagefile archive/zip=/tmp/go-build3547871397/b1257/_pkg_.a
2025-08-20T21:21:38.8616029Z [00:03:32.127]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:38.8619822Z [00:03:32.127]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:38.8620664Z [00:03:32.127]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:38.8621560Z [00:03:32.127]➜  packagefile debug/buildinfo=/tmp/go-build3547871397/b1594/_pkg_.a
2025-08-20T21:21:38.8622477Z [00:03:32.127]➜  packagefile debug/elf=/tmp/go-build3547871397/b1572/_pkg_.a
2025-08-20T21:21:38.8623524Z [00:03:32.127]➜  packagefile debug/macho=/tmp/go-build3547871397/b868/_pkg_.a
2025-08-20T21:21:38.8624397Z [00:03:32.127]➜  packagefile debug/pe=/tmp/go-build3547871397/b1574/_pkg_.a
2025-08-20T21:21:38.8625227Z [00:03:32.127]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:38.8626050Z [00:03:32.127]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:38.8627008Z [00:03:32.127]➜  packagefile github.com/anchore/go-homedir=/tmp/go-build3547871397/b764/_pkg_.a
2025-08-20T21:21:38.8628153Z [00:03:32.127]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:38.8629326Z [00:03:32.127]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:38.8630531Z [00:03:32.127]➜  packagefile github.com/anchore/syft/internal/cache=/tmp/go-build3547871397/b1597/_pkg_.a
2025-08-20T21:21:38.8631800Z [00:03:32.127]➜  packagefile github.com/anchore/syft/internal/licenses=/tmp/go-build3547871397/b937/_pkg_.a
2025-08-20T21:21:38.8633211Z [00:03:32.127]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:38.8634499Z [00:03:32.127]➜  packagefile github.com/anchore/syft/internal/mimetype=/tmp/go-build3547871397/b1575/_pkg_.a
2025-08-20T21:21:38.8635969Z [00:03:32.127]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:38.8637233Z [00:03:32.127]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:38.8638573Z [00:03:32.127]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:21:38.8639735Z [00:03:32.127]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:38.8641104Z [00:03:32.127]➜  packagefile github.com/anchore/syft/syft/internal/unionreader=/tmp/go-build3547871397/b1576/_pkg_.a
2025-08-20T21:21:38.8642377Z [00:03:32.127]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:38.8674414Z [00:03:32.127]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:38.8676040Z [00:03:32.127]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/golang/internal/xcoff=/tmp/go-build3547871397/b1598/_pkg_.a
2025-08-20T21:21:38.8677424Z [00:03:32.127]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3547871397/b1599/_pkg_.a
2025-08-20T21:21:38.8678558Z [00:03:32.127]➜  packagefile github.com/go-git/go-billy/v5/memfs=/tmp/go-build3547871397/b1600/_pkg_.a
2025-08-20T21:21:38.8679662Z [00:03:32.127]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build3547871397/b1604/_pkg_.a
2025-08-20T21:21:38.8680779Z [00:03:32.127]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:21:38.8682014Z [00:03:32.127]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build3547871397/b1694/_pkg_.a
2025-08-20T21:21:38.8683421Z [00:03:32.127]➜  packagefile github.com/kastenhq/goversion/version=/tmp/go-build3547871397/b1716/_pkg_.a
2025-08-20T21:21:38.8684620Z [00:03:32.127]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:38.8685911Z [00:03:32.127]➜  packagefile golang.org/x/mod/modfile=/tmp/go-build3547871397/b1717/_pkg_.a
2025-08-20T21:21:38.8686990Z [00:03:32.127]➜  packagefile golang.org/x/mod/module=/tmp/go-build3547871397/b1719/_pkg_.a
2025-08-20T21:21:38.8687889Z [00:03:32.127]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:38.8688813Z [00:03:32.127]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:38.8689633Z [00:03:32.127]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:38.8690454Z [00:03:32.127]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:38.8691231Z [00:03:32.127]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:38.8692010Z [00:03:32.127]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:38.8693020Z [00:03:32.127]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:38.8693853Z [00:03:32.127]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:38.8694690Z [00:03:32.127]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:21:38.8695523Z [00:03:32.127]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:38.8696312Z [00:03:32.127]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:38.8697068Z [00:03:32.127]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:38.8697852Z [00:03:32.127]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:38.8698428Z [00:03:32.127]➜  EOF
2025-08-20T21:21:38.8708598Z [00:03:32.127]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1593/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/golang=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/golang;$WORK/b1593=>" -p github.com/anchore/syft/syft/pkg/cataloger/golang -lang=go1.24 -complete -installsuffix shared -buildid jiMwfQObtyvgoYiH7fC5/jiMwfQObtyvgoYiH7fC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1593/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/golang/billy_adapter.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/golang/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/golang/config.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/golang/licenses.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/golang/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/golang/parse_go_binary.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/golang/parse_go_mod.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/golang/scan_binary.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/golang/stdlib_package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/golang/subfs.go
2025-08-20T21:21:38.9026885Z [00:03:32.170]➜  go tool buildid -w $WORK/b1736/_pkg_.a # internal
2025-08-20T21:21:38.9038216Z [00:03:32.171]➜  cp $WORK/b1736/_pkg_.a /root/.cache/go-build/8f/8fd1b1e71728e7704c80afe74d0425d28dd9bca51592f3a5dd8fdb8093cf243f-d # internal
2025-08-20T21:21:38.9044200Z [00:03:32.172]➜  golang.org/x/text/encoding/korean
2025-08-20T21:21:38.9050945Z [00:03:32.172]➜  mkdir -p $WORK/b1739/
2025-08-20T21:21:38.9051624Z [00:03:32.172]➜  cat >/tmp/go-build3547871397/b1739/importcfg << 'EOF' # internal
2025-08-20T21:21:38.9052221Z [00:03:32.172]➜  # import config
2025-08-20T21:21:38.9053207Z [00:03:32.172]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3547871397/b334/_pkg_.a
2025-08-20T21:21:38.9086817Z [00:03:32.173]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3547871397/b336/_pkg_.a
2025-08-20T21:21:38.9088164Z [00:03:32.173]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3547871397/b335/_pkg_.a
2025-08-20T21:21:38.9089478Z [00:03:32.173]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:21:38.9090736Z [00:03:32.173]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:38.9091484Z [00:03:32.173]➜  EOF
2025-08-20T21:21:38.9095743Z [00:03:32.173]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1739/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/korean=>golang.org/x/text@v0.27.0/encoding/korean;$WORK/b1739=>" -p golang.org/x/text/encoding/korean -lang=go1.23 -complete -installsuffix shared -buildid vS7jMO-FgIclp_t1sUuB/vS7jMO-FgIclp_t1sUuB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1739/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/korean/euckr.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/korean/tables.go
2025-08-20T21:21:39.1478605Z [00:03:32.415]➜  go tool buildid -w $WORK/b1593/_pkg_.a # internal
2025-08-20T21:21:39.1528251Z [00:03:32.420]➜  cp $WORK/b1593/_pkg_.a /root/.cache/go-build/e5/e57d08af8bb77ee4886ba8a4469ed63f5f6d343c7ac0408a15e1663a468fdf5d-d # internal
2025-08-20T21:21:39.1537759Z [00:03:32.421]➜  golang.org/x/text/encoding/simplifiedchinese
2025-08-20T21:21:39.1544981Z [00:03:32.422]➜  mkdir -p $WORK/b1740/
2025-08-20T21:21:39.1546317Z [00:03:32.422]➜  cat >/tmp/go-build3547871397/b1740/importcfg << 'EOF' # internal
2025-08-20T21:21:39.1548613Z [00:03:32.422]➜  # import config
2025-08-20T21:21:39.1551289Z [00:03:32.422]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3547871397/b334/_pkg_.a
2025-08-20T21:21:39.1552472Z [00:03:32.422]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3547871397/b336/_pkg_.a
2025-08-20T21:21:39.1553965Z [00:03:32.422]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3547871397/b335/_pkg_.a
2025-08-20T21:21:39.1555191Z [00:03:32.422]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:21:39.1556168Z [00:03:32.422]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:39.1556800Z [00:03:32.422]➜  EOF
2025-08-20T21:21:39.1562785Z [00:03:32.422]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1740/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/simplifiedchinese=>golang.org/x/text@v0.27.0/encoding/simplifiedchinese;$WORK/b1740=>" -p golang.org/x/text/encoding/simplifiedchinese -lang=go1.23 -complete -installsuffix shared -buildid vZ7J5nBSzO_a24huJwwH/vZ7J5nBSzO_a24huJwwH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1740/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/simplifiedchinese/all.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/simplifiedchinese/gbk.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/simplifiedchinese/hzgb2312.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/simplifiedchinese/tables.go
2025-08-20T21:21:39.3050165Z [00:03:32.572]➜  go tool buildid -w $WORK/b1738/_pkg_.a # internal
2025-08-20T21:21:39.3076917Z [00:03:32.575]➜  cp $WORK/b1738/_pkg_.a /root/.cache/go-build/ad/ad0c3fefffb6397852b622883710c5b917f38f20fe96ef8867ace6d43835fee2-d # internal
2025-08-20T21:21:39.3097109Z [00:03:32.577]➜  golang.org/x/text/encoding/traditionalchinese
2025-08-20T21:21:39.3100543Z [00:03:32.577]➜  mkdir -p $WORK/b1741/
2025-08-20T21:21:39.3121208Z [00:03:32.578]➜  cat >/tmp/go-build3547871397/b1741/importcfg << 'EOF' # internal
2025-08-20T21:21:39.3121947Z [00:03:32.578]➜  # import config
2025-08-20T21:21:39.3122916Z [00:03:32.578]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3547871397/b334/_pkg_.a
2025-08-20T21:21:39.3124063Z [00:03:32.578]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3547871397/b336/_pkg_.a
2025-08-20T21:21:39.3125339Z [00:03:32.578]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3547871397/b335/_pkg_.a
2025-08-20T21:21:39.3126539Z [00:03:32.578]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:21:39.3127498Z [00:03:32.578]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:39.3128138Z [00:03:32.578]➜  EOF
2025-08-20T21:21:39.3132958Z [00:03:32.579]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1741/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/traditionalchinese=>golang.org/x/text@v0.27.0/encoding/traditionalchinese;$WORK/b1741=>" -p golang.org/x/text/encoding/traditionalchinese -lang=go1.23 -complete -installsuffix shared -buildid LIWhMcjWuqEXOUVUS2z1/LIWhMcjWuqEXOUVUS2z1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1741/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/traditionalchinese/big5.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/traditionalchinese/tables.go
2025-08-20T21:21:39.3371694Z [00:03:32.604]➜  go tool buildid -w $WORK/b1739/_pkg_.a # internal
2025-08-20T21:21:39.3384230Z [00:03:32.606]➜  cp $WORK/b1739/_pkg_.a /root/.cache/go-build/fd/fd96a84bd3a1238f17505a61ecb6697ecab360de4a8f8b5c3642701b56f5c500-d # internal
2025-08-20T21:21:39.3387462Z [00:03:32.606]➜  github.com/anchore/syft/syft/pkg/cataloger/javascript
2025-08-20T21:21:39.3389812Z [00:03:32.606]➜  mkdir -p $WORK/b1743/
2025-08-20T21:21:39.3396157Z [00:03:32.607]➜  cat >/tmp/go-build3547871397/b1743/importcfg << 'EOF' # internal
2025-08-20T21:21:39.3397458Z [00:03:32.607]➜  # import config
2025-08-20T21:21:39.3398556Z [00:03:32.607]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:39.3400418Z [00:03:32.607]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:39.3401693Z [00:03:32.607]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:39.3403357Z [00:03:32.607]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:39.3404555Z [00:03:32.607]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:39.3406478Z [00:03:32.607]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:39.3408340Z [00:03:32.607]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:39.3412025Z [00:03:32.607]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:39.3413808Z [00:03:32.607]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:39.3415890Z [00:03:32.607]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:39.3417465Z [00:03:32.607]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:39.3418804Z [00:03:32.607]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:39.3420290Z [00:03:32.607]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:39.3421714Z [00:03:32.607]➜  packagefile github.com/go-viper/mapstructure/v2=/tmp/go-build3547871397/b767/_pkg_.a
2025-08-20T21:21:39.3423103Z [00:03:32.607]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:39.3435674Z [00:03:32.607]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:21:39.3436598Z [00:03:32.607]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:39.3437480Z [00:03:32.607]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:39.3438336Z [00:03:32.607]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:39.3439186Z [00:03:32.607]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:39.3440012Z [00:03:32.607]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:39.3440838Z [00:03:32.607]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:39.3441742Z [00:03:32.607]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:39.3442553Z [00:03:32.607]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:39.3443381Z [00:03:32.607]➜  EOF
2025-08-20T21:21:39.3452107Z [00:03:32.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1743/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/javascript=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/javascript;$WORK/b1743=>" -p github.com/anchore/syft/syft/pkg/cataloger/javascript -lang=go1.24 -complete -installsuffix shared -buildid 0j8YIaQx69zQt5_XFmwY/0j8YIaQx69zQt5_XFmwY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1743/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/javascript/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/javascript/config.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/javascript/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/javascript/parse_package_json.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/javascript/parse_package_lock.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/javascript/parse_pnpm_lock.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/javascript/parse_yarn_lock.go
2025-08-20T21:21:39.5627045Z [00:03:32.830]➜  go tool buildid -w $WORK/b1743/_pkg_.a # internal
2025-08-20T21:21:39.5648450Z [00:03:32.832]➜  cp $WORK/b1743/_pkg_.a /root/.cache/go-build/0f/0f59407a382cd4b223ef82a69f9de29cfeb99f2ccc9961b440ceb4cda12c67e4-d # internal
2025-08-20T21:21:39.5670643Z [00:03:32.832]➜  github.com/deitch/magic/pkg/magic/parser
2025-08-20T21:21:39.5671263Z [00:03:32.832]➜  mkdir -p $WORK/b1747/
2025-08-20T21:21:39.5671953Z [00:03:32.833]➜  cat >/tmp/go-build3547871397/b1747/importcfg << 'EOF' # internal
2025-08-20T21:21:39.5672595Z [00:03:32.833]➜  # import config
2025-08-20T21:21:39.5675807Z [00:03:32.833]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:39.5683475Z [00:03:32.833]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:39.5684281Z [00:03:32.833]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:39.5685075Z [00:03:32.833]➜  EOF
2025-08-20T21:21:39.5690849Z [00:03:32.833]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1747/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/deitch/magic@v0.0.0-20230404182410-1ff89d7342da/pkg/magic/parser=>github.com/deitch/magic@v0.0.0-20230404182410-1ff89d7342da/pkg/magic/parser;$WORK/b1747=>" -p github.com/deitch/magic/pkg/magic/parser -lang=go1.20 -complete -installsuffix shared -buildid 9hZqqwjQAlSknmKyQjjl/9hZqqwjQAlSknmKyQjjl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1747/importcfg -pack /root/go/pkg/mod/github.com/deitch/magic@v0.0.0-20230404182410-1ff89d7342da/pkg/magic/parser/message.go /root/go/pkg/mod/github.com/deitch/magic@v0.0.0-20230404182410-1ff89d7342da/pkg/magic/parser/offset.go /root/go/pkg/mod/github.com/deitch/magic@v0.0.0-20230404182410-1ff89d7342da/pkg/magic/parser/tester.go
2025-08-20T21:21:39.6110746Z [00:03:32.878]➜  go tool buildid -w $WORK/b1747/_pkg_.a # internal
2025-08-20T21:21:39.6126713Z [00:03:32.880]➜  cp $WORK/b1747/_pkg_.a /root/.cache/go-build/5d/5dc7bd64bb4e445cd542849776dd4a6907134c2af94ca04b3f5957089fade25a-d # internal
2025-08-20T21:21:39.6135553Z [00:03:32.880]➜  github.com/deitch/magic/pkg/magic/internal
2025-08-20T21:21:39.6136153Z [00:03:32.880]➜  mkdir -p $WORK/b1746/
2025-08-20T21:21:39.6136807Z [00:03:32.880]➜  cat >/tmp/go-build3547871397/b1746/importcfg << 'EOF' # internal
2025-08-20T21:21:39.6137414Z [00:03:32.880]➜  # import config
2025-08-20T21:21:39.6138211Z [00:03:32.880]➜  packagefile github.com/deitch/magic/pkg/magic/parser=/tmp/go-build3547871397/b1747/_pkg_.a
2025-08-20T21:21:39.6138975Z [00:03:32.880]➜  EOF
2025-08-20T21:21:39.6143851Z [00:03:32.880]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1746/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/deitch/magic@v0.0.0-20230404182410-1ff89d7342da/pkg/magic/internal=>github.com/deitch/magic@v0.0.0-20230404182410-1ff89d7342da/pkg/magic/internal;$WORK/b1746=>" -p github.com/deitch/magic/pkg/magic/internal -lang=go1.20 -complete -installsuffix shared -buildid 6CSeaz5uWNSF4nnDSVhO/6CSeaz5uWNSF4nnDSVhO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1746/importcfg -pack /root/go/pkg/mod/github.com/deitch/magic@v0.0.0-20230404182410-1ff89d7342da/pkg/magic/internal/common.go /root/go/pkg/mod/github.com/deitch/magic@v0.0.0-20230404182410-1ff89d7342da/pkg/magic/internal/kernel.go
2025-08-20T21:21:39.6397571Z [00:03:32.907]➜  go tool buildid -w $WORK/b1740/_pkg_.a # internal
2025-08-20T21:21:39.6405517Z [00:03:32.907]➜  cp $WORK/b1740/_pkg_.a /root/.cache/go-build/41/41d92b0be9d1eccf0c44996cd0404d68feeaba829793d843e07fa3e6d5b550c2-d # internal
2025-08-20T21:21:39.6406717Z [00:03:32.907]➜  github.com/nix-community/go-nix/pkg/nixbase32
2025-08-20T21:21:39.6407336Z [00:03:32.907]➜  mkdir -p $WORK/b1751/
2025-08-20T21:21:39.6408076Z [00:03:32.907]➜  cat >/tmp/go-build3547871397/b1751/importcfg << 'EOF' # internal
2025-08-20T21:21:39.6408732Z [00:03:32.907]➜  # import config
2025-08-20T21:21:39.6409405Z [00:03:32.907]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:39.6410208Z [00:03:32.907]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:39.6411023Z [00:03:32.907]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:39.6411644Z [00:03:32.907]➜  EOF
2025-08-20T21:21:39.6416321Z [00:03:32.907]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1751/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/nixbase32=>github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/nixbase32;$WORK/b1751=>" -p github.com/nix-community/go-nix/pkg/nixbase32 -lang=go1.20 -complete -installsuffix shared -buildid DfrIPq17BbPJgXLjHdpA/DfrIPq17BbPJgXLjHdpA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1751/importcfg -pack /root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/nixbase32/nixbase32.go
2025-08-20T21:21:39.6443522Z [00:03:32.912]➜  go tool buildid -w $WORK/b1256/_pkg_.a # internal
2025-08-20T21:21:39.6636225Z [00:03:32.931]➜  cp $WORK/b1256/_pkg_.a /root/.cache/go-build/1d/1db0cf2146826f70067c3c6bbe2b0fb34338def3a5cf5b21acfda9764e39dd12-d # internal
2025-08-20T21:21:39.6638552Z [00:03:32.931]➜  go tool buildid -w $WORK/b1751/_pkg_.a # internal
2025-08-20T21:21:39.6639846Z [00:03:32.931]➜  github.com/anchore/syft/syft/file/cataloger/filecontent
2025-08-20T21:21:39.6658682Z [00:03:32.933]➜  mkdir -p $WORK/b1584/
2025-08-20T21:21:39.6665627Z [00:03:32.933]➜  cat >/tmp/go-build3547871397/b1584/importcfg << 'EOF' # internal
2025-08-20T21:21:39.6666335Z [00:03:32.934]➜  # import config
2025-08-20T21:21:39.6666980Z [00:03:32.934]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:39.6667791Z [00:03:32.934]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:39.6668660Z [00:03:32.934]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:39.6669521Z [00:03:32.934]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:39.6670484Z [00:03:32.934]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:39.6671653Z [00:03:32.934]➜  packagefile github.com/anchore/syft/internal/bus=/tmp/go-build3547871397/b1226/_pkg_.a
2025-08-20T21:21:39.6678356Z [00:03:32.934]➜  packagefile github.com/anchore/syft/internal/file=/tmp/go-build3547871397/b1256/_pkg_.a
2025-08-20T21:21:39.6679626Z [00:03:32.934]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:39.6680879Z [00:03:32.934]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:39.6682192Z [00:03:32.934]➜  packagefile github.com/anchore/syft/syft/event/monitor=/tmp/go-build3547871397/b1228/_pkg_.a
2025-08-20T21:21:39.6683581Z [00:03:32.934]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:39.6684885Z [00:03:32.934]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3547871397/b822/_pkg_.a
2025-08-20T21:21:39.6685793Z [00:03:32.934]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:39.6686345Z [00:03:32.934]➜  EOF
2025-08-20T21:21:39.6700293Z [00:03:32.934]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1584/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/cataloger/filecontent=>github.com/anchore/syft@v1.28.0/syft/file/cataloger/filecontent;$WORK/b1584=>" -p github.com/anchore/syft/syft/file/cataloger/filecontent -lang=go1.24 -complete -installsuffix shared -buildid baQPmbDVfTlmm-cuTjmd/baQPmbDVfTlmm-cuTjmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1584/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/cataloger/filecontent/cataloger.go
2025-08-20T21:21:39.6705012Z [00:03:32.934]➜  cp $WORK/b1751/_pkg_.a /root/.cache/go-build/f1/f1e2bc36664cdb64f95fa7b2a8c5809204756ece0c85dae6e39653cb771820b5-d # internal
2025-08-20T21:21:39.6706386Z [00:03:32.934]➜  github.com/anchore/syft/syft/format/internal/cyclonedxutil/helpers
2025-08-20T21:21:39.6707161Z [00:03:32.934]➜  mkdir -p $WORK/b1726/
2025-08-20T21:21:39.6707893Z [00:03:32.934]➜  cat >/tmp/go-build3547871397/b1726/importcfg << 'EOF' # internal
2025-08-20T21:21:39.6708586Z [00:03:32.934]➜  # import config
2025-08-20T21:21:39.6709274Z [00:03:32.934]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:39.6710147Z [00:03:32.934]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:39.6711002Z [00:03:32.934]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:39.6711990Z [00:03:32.934]➜  packagefile github.com/CycloneDX/cyclonedx-go=/tmp/go-build3547871397/b1723/_pkg_.a
2025-08-20T21:21:39.6713455Z [00:03:32.934]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:39.6714791Z [00:03:32.934]➜  packagefile github.com/anchore/syft/internal/file=/tmp/go-build3547871397/b1256/_pkg_.a
2025-08-20T21:21:39.6716025Z [00:03:32.934]➜  packagefile github.com/anchore/syft/internal/licenses=/tmp/go-build3547871397/b937/_pkg_.a
2025-08-20T21:21:39.6717227Z [00:03:32.934]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:39.6718563Z [00:03:32.934]➜  packagefile github.com/anchore/syft/internal/spdxlicense=/tmp/go-build3547871397/b930/_pkg_.a
2025-08-20T21:21:39.6719757Z [00:03:32.934]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:39.6720900Z [00:03:32.934]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:21:39.6722051Z [00:03:32.934]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:39.6737176Z [00:03:32.934]➜  packagefile github.com/anchore/syft/syft/format/internal=/tmp/go-build3547871397/b1727/_pkg_.a
2025-08-20T21:21:39.6738640Z [00:03:32.934]➜  packagefile github.com/anchore/syft/syft/internal/packagemetadata=/tmp/go-build3547871397/b1728/_pkg_.a
2025-08-20T21:21:39.6739959Z [00:03:32.934]➜  packagefile github.com/anchore/syft/syft/linux=/tmp/go-build3547871397/b854/_pkg_.a
2025-08-20T21:21:39.6741120Z [00:03:32.934]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:39.6742246Z [00:03:32.934]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:39.6743611Z [00:03:32.934]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:21:39.6744579Z [00:03:32.934]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:39.6745368Z [00:03:32.934]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:39.6747988Z [00:03:32.934]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:39.6749216Z [00:03:32.934]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:39.6750414Z [00:03:32.934]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:39.6751241Z [00:03:32.934]➜  EOF
2025-08-20T21:21:39.6766147Z [00:03:32.934]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1726/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/cyclonedxutil/helpers=>github.com/anchore/syft@v1.28.0/syft/format/internal/cyclonedxutil/helpers;$WORK/b1726=>" -p github.com/anchore/syft/syft/format/internal/cyclonedxutil/helpers -lang=go1.24 -complete -installsuffix shared -buildid 0c1BWulw_HIU8OcZiF7f/0c1BWulw_HIU8OcZiF7f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1726/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/cyclonedxutil/helpers/author.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/cyclonedxutil/helpers/component.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/cyclonedxutil/helpers/cpe.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/cyclonedxutil/helpers/decoder.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/cyclonedxutil/helpers/description.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/cyclonedxutil/helpers/external_references.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/cyclonedxutil/helpers/group.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/cyclonedxutil/helpers/licenses.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/cyclonedxutil/helpers/properties.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/cyclonedxutil/helpers/property_encoder.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/cyclonedxutil/helpers/publisher.go
2025-08-20T21:21:39.6778492Z [00:03:32.940]➜  go tool buildid -w $WORK/b1746/_pkg_.a # internal
2025-08-20T21:21:39.6779995Z [00:03:32.940]➜  cp $WORK/b1746/_pkg_.a /root/.cache/go-build/b9/b9e2d1f561cf62e1677fa47f73cda62e8ca3e2e1c7fb190e1c7c2fccc34acc1f-d # internal
2025-08-20T21:21:39.6781122Z [00:03:32.940]➜  github.com/deitch/magic/pkg/magic
2025-08-20T21:21:39.6781681Z [00:03:32.940]➜  mkdir -p $WORK/b1745/
2025-08-20T21:21:39.6782488Z [00:03:32.940]➜  cat >/tmp/go-build3547871397/b1745/importcfg << 'EOF' # internal
2025-08-20T21:21:39.6783351Z [00:03:32.940]➜  # import config
2025-08-20T21:21:39.6784284Z [00:03:32.941]➜  packagefile github.com/deitch/magic/pkg/magic/internal=/tmp/go-build3547871397/b1746/_pkg_.a
2025-08-20T21:21:39.6785611Z [00:03:32.941]➜  packagefile github.com/deitch/magic/pkg/magic/parser=/tmp/go-build3547871397/b1747/_pkg_.a
2025-08-20T21:21:39.6786589Z [00:03:32.941]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:39.6787151Z [00:03:32.941]➜  EOF
2025-08-20T21:21:39.6791366Z [00:03:32.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1745/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/deitch/magic@v0.0.0-20230404182410-1ff89d7342da/pkg/magic=>github.com/deitch/magic@v0.0.0-20230404182410-1ff89d7342da/pkg/magic;$WORK/b1745=>" -p github.com/deitch/magic/pkg/magic -lang=go1.20 -complete -installsuffix shared -buildid 1YPxZzA3g5rQyhtz0ZCG/1YPxZzA3g5rQyhtz0ZCG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1745/importcfg -pack /root/go/pkg/mod/github.com/deitch/magic@v0.0.0-20230404182410-1ff89d7342da/pkg/magic/parse.go
2025-08-20T21:21:39.6875195Z [00:03:32.952]➜  go tool buildid -w $WORK/b1745/_pkg_.a # internal
2025-08-20T21:21:39.6882516Z [00:03:32.955]➜  cp $WORK/b1745/_pkg_.a /root/.cache/go-build/d8/d8438fcbf7dbf3a1b618f00ba804ec4efa3b47739b87dbbe04fa249d1e143198-d # internal
2025-08-20T21:21:39.6885267Z [00:03:32.956]➜  github.com/anchore/syft/syft/pkg/cataloger/kernel
2025-08-20T21:21:39.6886535Z [00:03:32.956]➜  mkdir -p $WORK/b1744/
2025-08-20T21:21:39.6891700Z [00:03:32.956]➜  cat >/tmp/go-build3547871397/b1744/importcfg << 'EOF' # internal
2025-08-20T21:21:39.6892444Z [00:03:32.956]➜  # import config
2025-08-20T21:21:39.6893361Z [00:03:32.956]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:39.6894866Z [00:03:32.956]➜  packagefile debug/elf=/tmp/go-build3547871397/b1572/_pkg_.a
2025-08-20T21:21:39.6897781Z [00:03:32.956]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:39.6899115Z [00:03:32.956]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:39.6900381Z [00:03:32.956]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:39.6901670Z [00:03:32.956]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:39.6910917Z [00:03:32.956]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:39.6912180Z [00:03:32.956]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:21:39.6913564Z [00:03:32.956]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:39.6914872Z [00:03:32.956]➜  packagefile github.com/anchore/syft/syft/internal/unionreader=/tmp/go-build3547871397/b1576/_pkg_.a
2025-08-20T21:21:39.6916242Z [00:03:32.956]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:39.6917601Z [00:03:32.956]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:39.6918892Z [00:03:32.956]➜  packagefile github.com/deitch/magic/pkg/magic=/tmp/go-build3547871397/b1745/_pkg_.a
2025-08-20T21:21:39.6919871Z [00:03:32.956]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:39.6920690Z [00:03:32.956]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:39.6921290Z [00:03:32.956]➜  EOF
2025-08-20T21:21:39.6927911Z [00:03:32.958]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1744/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/kernel=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/kernel;$WORK/b1744=>" -p github.com/anchore/syft/syft/pkg/cataloger/kernel -lang=go1.24 -complete -installsuffix shared -buildid Ut7wNJ2vW72o_UlDBysT/Ut7wNJ2vW72o_UlDBysT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1744/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/kernel/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/kernel/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/kernel/parse_linux_kernel_file.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/kernel/parse_linux_kernel_module_file.go
2025-08-20T21:21:39.7009629Z [00:03:32.968]➜  go tool buildid -w $WORK/b1584/_pkg_.a # internal
2025-08-20T21:21:39.7028156Z [00:03:32.970]➜  cp $WORK/b1584/_pkg_.a /root/.cache/go-build/08/08f40a68c2e975ca0e40b1245c0e7a86015c2e1fd44ee60b6d51d0e235fa762d-d # internal
2025-08-20T21:21:39.7035698Z [00:03:32.971]➜  github.com/anchore/syft/syft/cataloging/filecataloging
2025-08-20T21:21:39.7037322Z [00:03:32.971]➜  mkdir -p $WORK/b1255/
2025-08-20T21:21:39.7045837Z [00:03:32.972]➜  cat >/tmp/go-build3547871397/b1255/importcfg << 'EOF' # internal
2025-08-20T21:21:39.7048873Z [00:03:32.972]➜  # import config
2025-08-20T21:21:39.7049599Z [00:03:32.972]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:39.7050485Z [00:03:32.972]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:39.7051307Z [00:03:32.972]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:39.7052306Z [00:03:32.972]➜  packagefile github.com/anchore/syft/internal/file=/tmp/go-build3547871397/b1256/_pkg_.a
2025-08-20T21:21:39.7054128Z [00:03:32.972]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:39.7055354Z [00:03:32.972]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:39.7056819Z [00:03:32.972]➜  packagefile github.com/anchore/syft/syft/file/cataloger/executable=/tmp/go-build3547871397/b1571/_pkg_.a
2025-08-20T21:21:39.7058359Z [00:03:32.972]➜  packagefile github.com/anchore/syft/syft/file/cataloger/filecontent=/tmp/go-build3547871397/b1584/_pkg_.a
2025-08-20T21:21:39.7059728Z [00:03:32.972]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:39.7060354Z [00:03:32.972]➜  EOF
2025-08-20T21:21:39.7067164Z [00:03:32.973]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1255/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cataloging/filecataloging=>github.com/anchore/syft@v1.28.0/syft/cataloging/filecataloging;$WORK/b1255=>" -p github.com/anchore/syft/syft/cataloging/filecataloging -lang=go1.24 -complete -installsuffix shared -buildid hBAgXZH3xSwwQl4z1Onv/hBAgXZH3xSwwQl4z1Onv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1255/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cataloging/filecataloging/config.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cataloging/filecataloging/tags.go
2025-08-20T21:21:39.7104035Z [00:03:32.978]➜  go tool buildid -w $WORK/b1741/_pkg_.a # internal
2025-08-20T21:21:39.7114328Z [00:03:32.979]➜  cp $WORK/b1741/_pkg_.a /root/.cache/go-build/86/869c2d0d1b03f38712b858673a64587f5683942667f9987c0c53a642c275b4c2-d # internal
2025-08-20T21:21:39.7117429Z [00:03:32.979]➜  golang.org/x/text/encoding/htmlindex
2025-08-20T21:21:39.7119222Z [00:03:32.979]➜  mkdir -p $WORK/b1737/
2025-08-20T21:21:39.7125137Z [00:03:32.980]➜  cat >/tmp/go-build3547871397/b1737/importcfg << 'EOF' # internal
2025-08-20T21:21:39.7126769Z [00:03:32.980]➜  # import config
2025-08-20T21:21:39.7127447Z [00:03:32.980]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:39.7128405Z [00:03:32.980]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3547871397/b334/_pkg_.a
2025-08-20T21:21:39.7129735Z [00:03:32.980]➜  packagefile golang.org/x/text/encoding/charmap=/tmp/go-build3547871397/b1736/_pkg_.a
2025-08-20T21:21:39.7131045Z [00:03:32.980]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3547871397/b335/_pkg_.a
2025-08-20T21:21:39.7132320Z [00:03:32.980]➜  packagefile golang.org/x/text/encoding/japanese=/tmp/go-build3547871397/b1738/_pkg_.a
2025-08-20T21:21:39.7133842Z [00:03:32.980]➜  packagefile golang.org/x/text/encoding/korean=/tmp/go-build3547871397/b1739/_pkg_.a
2025-08-20T21:21:39.7135152Z [00:03:32.980]➜  packagefile golang.org/x/text/encoding/simplifiedchinese=/tmp/go-build3547871397/b1740/_pkg_.a
2025-08-20T21:21:39.7136515Z [00:03:32.980]➜  packagefile golang.org/x/text/encoding/traditionalchinese=/tmp/go-build3547871397/b1741/_pkg_.a
2025-08-20T21:21:39.7137768Z [00:03:32.980]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3547871397/b333/_pkg_.a
2025-08-20T21:21:39.7138878Z [00:03:32.980]➜  packagefile golang.org/x/text/language=/tmp/go-build3547871397/b843/_pkg_.a
2025-08-20T21:21:39.7139944Z [00:03:32.980]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:39.7140776Z [00:03:32.980]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:39.7141374Z [00:03:32.980]➜  EOF
2025-08-20T21:21:39.7146260Z [00:03:32.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1737/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/htmlindex=>golang.org/x/text@v0.27.0/encoding/htmlindex;$WORK/b1737=>" -p golang.org/x/text/encoding/htmlindex -lang=go1.23 -complete -installsuffix shared -buildid uwRNY2gXDN2hvLCi9i1p/uwRNY2gXDN2hvLCi9i1p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1737/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/htmlindex/htmlindex.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/htmlindex/map.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/htmlindex/tables.go
2025-08-20T21:21:39.7439127Z [00:03:33.011]➜  go tool buildid -w $WORK/b1255/_pkg_.a # internal
2025-08-20T21:21:39.7454080Z [00:03:33.013]➜  cp $WORK/b1255/_pkg_.a /root/.cache/go-build/f7/f718a470f293f440b0530ebc51c0438df690b0466f62b919896d9f27ae22164e-d # internal
2025-08-20T21:21:39.7458071Z [00:03:33.013]➜  github.com/nix-community/go-nix/pkg/nixhash
2025-08-20T21:21:39.7459652Z [00:03:33.013]➜  mkdir -p $WORK/b1750/
2025-08-20T21:21:39.7470492Z [00:03:33.014]➜  cat >/tmp/go-build3547871397/b1750/importcfg << 'EOF' # internal
2025-08-20T21:21:39.7471916Z [00:03:33.014]➜  # import config
2025-08-20T21:21:39.7473267Z [00:03:33.014]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:39.7474723Z [00:03:33.014]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:39.7475688Z [00:03:33.014]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:39.7476550Z [00:03:33.014]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:39.7477661Z [00:03:33.014]➜  packagefile github.com/nix-community/go-nix/pkg/nixbase32=/tmp/go-build3547871397/b1751/_pkg_.a
2025-08-20T21:21:39.7478724Z [00:03:33.014]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:39.7479350Z [00:03:33.014]➜  EOF
2025-08-20T21:21:39.7488012Z [00:03:33.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1750/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/nixhash=>github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/nixhash;$WORK/b1750=>" -p github.com/nix-community/go-nix/pkg/nixhash -lang=go1.20 -complete -installsuffix shared -buildid 43UnwSueLWSLUQjEnbHa/43UnwSueLWSLUQjEnbHa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1750/importcfg -pack /root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/nixhash/algo.go /root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/nixhash/encoding.go /root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/nixhash/hash.go /root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/nixhash/hash_with_encoding.go /root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/nixhash/parse.go /root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/nixhash/util.go
2025-08-20T21:21:39.7543178Z [00:03:33.022]➜  go tool buildid -w $WORK/b1737/_pkg_.a # internal
2025-08-20T21:21:39.7555912Z [00:03:33.023]➜  cp $WORK/b1737/_pkg_.a /root/.cache/go-build/06/065475bcc6910e94853d68465e668784650472aca70453885a90add1bb206a70-d # internal
2025-08-20T21:21:39.7558332Z [00:03:33.023]➜  golang.org/x/net/html/charset
2025-08-20T21:21:39.7558988Z [00:03:33.023]➜  mkdir -p $WORK/b1735/
2025-08-20T21:21:39.7574564Z [00:03:33.024]➜  cat >/tmp/go-build3547871397/b1735/importcfg << 'EOF' # internal
2025-08-20T21:21:39.7575572Z [00:03:33.024]➜  # import config
2025-08-20T21:21:39.7576510Z [00:03:33.024]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:39.7577685Z [00:03:33.024]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:39.7578643Z [00:03:33.024]➜  packagefile golang.org/x/net/html=/tmp/go-build3547871397/b865/_pkg_.a
2025-08-20T21:21:39.7579703Z [00:03:33.024]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3547871397/b334/_pkg_.a
2025-08-20T21:21:39.7580828Z [00:03:33.024]➜  packagefile golang.org/x/text/encoding/charmap=/tmp/go-build3547871397/b1736/_pkg_.a
2025-08-20T21:21:39.7582043Z [00:03:33.024]➜  packagefile golang.org/x/text/encoding/htmlindex=/tmp/go-build3547871397/b1737/_pkg_.a
2025-08-20T21:21:39.7583353Z [00:03:33.024]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:21:39.7584259Z [00:03:33.024]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:39.7585019Z [00:03:33.024]➜  packagefile mime=/tmp/go-build3547871397/b236/_pkg_.a
2025-08-20T21:21:39.7585804Z [00:03:33.024]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:39.7586685Z [00:03:33.024]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:39.7587315Z [00:03:33.024]➜  EOF
2025-08-20T21:21:39.7590584Z [00:03:33.024]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1735/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/html/charset=>golang.org/x/net@v0.42.0/html/charset;$WORK/b1735=>" -p golang.org/x/net/html/charset -lang=go1.23 -complete -installsuffix shared -buildid P8ERBr_QSbIvc--37yjG/P8ERBr_QSbIvc--37yjG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1735/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/charset/charset.go
2025-08-20T21:21:39.7638770Z [00:03:33.031]➜  go tool buildid -w $WORK/b1744/_pkg_.a # internal
2025-08-20T21:21:39.7656622Z [00:03:33.033]➜  cp $WORK/b1744/_pkg_.a /root/.cache/go-build/9f/9fdcdeb82e714e37e08da29a7906412f46b60a032274bdf7306efd58121cb319-d # internal
2025-08-20T21:21:39.7659093Z [00:03:33.033]➜  github.com/nix-community/go-nix/pkg/storepath
2025-08-20T21:21:39.7659802Z [00:03:33.033]➜  mkdir -p $WORK/b1752/
2025-08-20T21:21:39.7665351Z [00:03:33.033]➜  cat >/tmp/go-build3547871397/b1752/importcfg << 'EOF' # internal
2025-08-20T21:21:39.7666086Z [00:03:33.034]➜  # import config
2025-08-20T21:21:39.7666747Z [00:03:33.034]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:39.7667811Z [00:03:33.034]➜  packagefile github.com/nix-community/go-nix/pkg/nixbase32=/tmp/go-build3547871397/b1751/_pkg_.a
2025-08-20T21:21:39.7668860Z [00:03:33.034]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:39.7669664Z [00:03:33.034]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:39.7670267Z [00:03:33.034]➜  EOF
2025-08-20T21:21:39.7675080Z [00:03:33.034]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1752/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/storepath=>github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/storepath;$WORK/b1752=>" -p github.com/nix-community/go-nix/pkg/storepath -lang=go1.20 -complete -installsuffix shared -buildid MoDNXVz3aJHgFxlCs_vl/MoDNXVz3aJHgFxlCs_vl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1752/importcfg -pack /root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/storepath/storepath.go
2025-08-20T21:21:39.7904514Z [00:03:33.058]➜  go tool buildid -w $WORK/b1752/_pkg_.a # internal
2025-08-20T21:21:39.7911485Z [00:03:33.058]➜  cp $WORK/b1752/_pkg_.a /root/.cache/go-build/7b/7b8c41ae5183a105658a22dfe2f972b84e621a433010447aaf93414de4e65293-d # internal
2025-08-20T21:21:39.7915352Z [00:03:33.058]➜  github.com/BurntSushi/toml/internal
2025-08-20T21:21:39.7916068Z [00:03:33.058]➜  mkdir -p $WORK/b1755/
2025-08-20T21:21:39.7916868Z [00:03:33.059]➜  cat >/tmp/go-build3547871397/b1755/importcfg << 'EOF' # internal
2025-08-20T21:21:39.7917565Z [00:03:33.059]➜  # import config
2025-08-20T21:21:39.7918404Z [00:03:33.059]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:39.7919020Z [00:03:33.059]➜  EOF
2025-08-20T21:21:39.7922756Z [00:03:33.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1755/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/internal=>github.com/BurntSushi/toml@v1.5.0/internal;$WORK/b1755=>" -p github.com/BurntSushi/toml/internal -lang=go1.18 -complete -installsuffix shared -buildid IU4vQYG6fkFkHf6acoxT/IU4vQYG6fkFkHf6acoxT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1755/importcfg -pack /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/internal/tz.go
2025-08-20T21:21:39.7935730Z [00:03:33.061]➜  go tool buildid -w $WORK/b1735/_pkg_.a # internal
2025-08-20T21:21:39.7944054Z [00:03:33.062]➜  cp $WORK/b1735/_pkg_.a /root/.cache/go-build/d0/d05b7073dbba8c98660dbb2cf0f79fa0646303004554f12ec8ff0cff8e1ae576-d # internal
2025-08-20T21:21:39.7947908Z [00:03:33.062]➜  github.com/anchore/syft/syft/pkg/cataloger/java/internal/maven
2025-08-20T21:21:39.7948695Z [00:03:33.062]➜  mkdir -p $WORK/b1732/
2025-08-20T21:21:39.7957787Z [00:03:33.063]➜  cat >/tmp/go-build3547871397/b1732/importcfg << 'EOF' # internal
2025-08-20T21:21:39.7959099Z [00:03:33.063]➜  # import config
2025-08-20T21:21:39.7960449Z [00:03:33.063]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:39.7961557Z [00:03:33.063]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:39.7963821Z [00:03:33.063]➜  packagefile encoding/xml=/tmp/go-build3547871397/b462/_pkg_.a
2025-08-20T21:21:39.7964758Z [00:03:33.063]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:39.7965618Z [00:03:33.063]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:39.7966657Z [00:03:33.063]➜  packagefile github.com/anchore/go-homedir=/tmp/go-build3547871397/b764/_pkg_.a
2025-08-20T21:21:39.7967856Z [00:03:33.063]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:39.7969311Z [00:03:33.063]➜  packagefile github.com/anchore/syft/internal/cache=/tmp/go-build3547871397/b1597/_pkg_.a
2025-08-20T21:21:39.7985024Z [00:03:33.063]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:39.7986341Z [00:03:33.063]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:39.7987531Z [00:03:33.063]➜  packagefile github.com/saintfish/chardet=/tmp/go-build3547871397/b1733/_pkg_.a
2025-08-20T21:21:39.7988638Z [00:03:33.063]➜  packagefile github.com/vifraa/gopom=/tmp/go-build3547871397/b1734/_pkg_.a
2025-08-20T21:21:39.7989781Z [00:03:33.063]➜  packagefile golang.org/x/net/html/charset=/tmp/go-build3547871397/b1735/_pkg_.a
2025-08-20T21:21:39.7990794Z [00:03:33.063]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:39.7991636Z [00:03:33.063]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:39.7992511Z [00:03:33.063]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:39.7993525Z [00:03:33.063]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:39.7994341Z [00:03:33.063]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:39.7995498Z [00:03:33.063]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:39.7996432Z [00:03:33.063]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:39.7997310Z [00:03:33.063]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:39.7998196Z [00:03:33.063]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:39.7999069Z [00:03:33.063]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:39.7999946Z [00:03:33.063]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:39.8000581Z [00:03:33.063]➜  EOF
2025-08-20T21:21:39.8006985Z [00:03:33.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1732/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/internal/maven=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/internal/maven;$WORK/b1732=>" -p github.com/anchore/syft/syft/pkg/cataloger/java/internal/maven -lang=go1.24 -complete -installsuffix shared -buildid hpOr2ADDqg155tmaxHuE/hpOr2ADDqg155tmaxHuE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1732/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/internal/maven/config.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/internal/maven/pom_parser.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/internal/maven/resolver.go
2025-08-20T21:21:39.8015376Z [00:03:33.069]➜  go tool buildid -w $WORK/b1750/_pkg_.a # internal
2025-08-20T21:21:39.8052969Z [00:03:33.072]➜  cp $WORK/b1750/_pkg_.a /root/.cache/go-build/d3/d39fd53004bbd1d0af78b13dbc8901d36cc403c789747a300aac357c9e9f1e65-d # internal
2025-08-20T21:21:39.8058975Z [00:03:33.073]➜  github.com/nix-community/go-nix/pkg/derivation
2025-08-20T21:21:39.8059860Z [00:03:33.073]➜  mkdir -p $WORK/b1749/
2025-08-20T21:21:39.8072552Z [00:03:33.074]➜  cat >/tmp/go-build3547871397/b1749/importcfg << 'EOF' # internal
2025-08-20T21:21:39.8075747Z [00:03:33.075]➜  # import config
2025-08-20T21:21:39.8076973Z [00:03:33.075]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:39.8078179Z [00:03:33.075]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:39.8083533Z [00:03:33.075]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:39.8084470Z [00:03:33.075]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:39.8085402Z [00:03:33.075]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:39.8086282Z [00:03:33.075]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:39.8087377Z [00:03:33.075]➜  packagefile github.com/nix-community/go-nix/pkg/nixhash=/tmp/go-build3547871397/b1750/_pkg_.a
2025-08-20T21:21:39.8088836Z [00:03:33.075]➜  packagefile github.com/nix-community/go-nix/pkg/storepath=/tmp/go-build3547871397/b1752/_pkg_.a
2025-08-20T21:21:39.8089870Z [00:03:33.075]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:39.8090680Z [00:03:33.075]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:39.8091434Z [00:03:33.075]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:39.8092246Z [00:03:33.075]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:39.8093068Z [00:03:33.075]➜  EOF
2025-08-20T21:21:39.8111242Z [00:03:33.075]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1749/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/derivation=>github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/derivation;$WORK/b1749=>" -p github.com/nix-community/go-nix/pkg/derivation -lang=go1.20 -complete -installsuffix shared -buildid 1L3j6-Zs0lnFJzorftpc/1L3j6-Zs0lnFJzorftpc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1749/importcfg -pack /root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/derivation/derivation.go /root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/derivation/drv_path.go /root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/derivation/encode.go /root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/derivation/hashes.go /root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/derivation/helpers.go /root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/derivation/output.go /root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/derivation/parser.go /root/go/pkg/mod/github.com/nix-community/go-nix@v0.0.0-20250101154619-4bdde671e0a1/pkg/derivation/store.go
2025-08-20T21:21:39.8191383Z [00:03:33.086]➜  go tool buildid -w $WORK/b1755/_pkg_.a # internal
2025-08-20T21:21:39.8205803Z [00:03:33.087]➜  cp $WORK/b1755/_pkg_.a /root/.cache/go-build/ea/ea9e18071f56e403470182fcadee71006cb11e745f73d2bd9d4f264a91c4b8e6-d # internal
2025-08-20T21:21:39.8209333Z [00:03:33.088]➜  github.com/BurntSushi/toml
2025-08-20T21:21:39.8226554Z [00:03:33.090]➜  mkdir -p $WORK/b1754/
2025-08-20T21:21:39.8233396Z [00:03:33.091]➜  cat >/tmp/go-build3547871397/b1754/importcfg << 'EOF' # internal
2025-08-20T21:21:39.8251635Z [00:03:33.091]➜  # import config
2025-08-20T21:21:39.8252346Z [00:03:33.091]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:39.8253392Z [00:03:33.091]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:39.8254251Z [00:03:33.091]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:21:39.8255171Z [00:03:33.091]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:39.8256079Z [00:03:33.091]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:39.8256917Z [00:03:33.091]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:39.8257969Z [00:03:33.091]➜  packagefile github.com/BurntSushi/toml/internal=/tmp/go-build3547871397/b1755/_pkg_.a
2025-08-20T21:21:39.8259018Z [00:03:33.091]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:39.8259857Z [00:03:33.091]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:39.8260686Z [00:03:33.091]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:39.8261509Z [00:03:33.091]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:39.8262337Z [00:03:33.091]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:39.8263402Z [00:03:33.091]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:39.8264231Z [00:03:33.091]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:39.8265304Z [00:03:33.091]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:39.8266262Z [00:03:33.091]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:39.8267146Z [00:03:33.091]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:39.8268013Z [00:03:33.091]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:39.8268856Z [00:03:33.091]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:39.8269764Z [00:03:33.091]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:39.8270437Z [00:03:33.091]➜  EOF
2025-08-20T21:21:39.8277780Z [00:03:33.091]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1754/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0=>github.com/BurntSushi/toml@v1.5.0;$WORK/b1754=>" -p github.com/BurntSushi/toml -lang=go1.18 -complete -installsuffix shared -buildid b4L1AkpzjgGsmEAmzolJ/b4L1AkpzjgGsmEAmzolJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1754/importcfg -pack /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/decode.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/deprecated.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/doc.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/encode.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/error.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/lex.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/meta.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/parse.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/type_fields.go /root/go/pkg/mod/github.com/!burnt!sushi/toml@v1.5.0/type_toml.go
2025-08-20T21:21:39.8781292Z [00:03:33.145]➜  go tool buildid -w $WORK/b1726/_pkg_.a # internal
2025-08-20T21:21:39.8837735Z [00:03:33.151]➜  cp $WORK/b1726/_pkg_.a /root/.cache/go-build/93/93d105a167c7ef3c3b2b121150d8daca676393e5ca7d9ffd5d1bc32222e0177d-d # internal
2025-08-20T21:21:39.8847943Z [00:03:33.152]➜  github.com/anchore/syft/syft/format/common/cyclonedxhelpers
2025-08-20T21:21:39.8849798Z [00:03:33.152]➜  mkdir -p $WORK/b1725/
2025-08-20T21:21:39.8853016Z [00:03:33.152]➜  cat >/tmp/go-build3547871397/b1725/importcfg << 'EOF' # internal
2025-08-20T21:21:39.8855720Z [00:03:33.152]➜  # import config
2025-08-20T21:21:39.8858605Z [00:03:33.152]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:39.8859674Z [00:03:33.152]➜  packagefile github.com/CycloneDX/cyclonedx-go=/tmp/go-build3547871397/b1723/_pkg_.a
2025-08-20T21:21:39.8860944Z [00:03:33.152]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:39.8862238Z [00:03:33.152]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:39.8863662Z [00:03:33.152]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:39.8864889Z [00:03:33.153]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:21:39.8866044Z [00:03:33.153]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:39.8867467Z [00:03:33.153]➜  packagefile github.com/anchore/syft/syft/format/internal/cyclonedxutil/helpers=/tmp/go-build3547871397/b1726/_pkg_.a
2025-08-20T21:21:39.8868909Z [00:03:33.153]➜  packagefile github.com/anchore/syft/syft/linux=/tmp/go-build3547871397/b854/_pkg_.a
2025-08-20T21:21:39.8870072Z [00:03:33.153]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:39.8871243Z [00:03:33.153]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:39.8872414Z [00:03:33.153]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:21:39.8887241Z [00:03:33.153]➜  packagefile github.com/google/uuid=/tmp/go-build3547871397/b276/_pkg_.a
2025-08-20T21:21:39.8888188Z [00:03:33.153]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:39.8889134Z [00:03:33.153]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:39.8889945Z [00:03:33.153]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:39.8890552Z [00:03:33.153]➜  EOF
2025-08-20T21:21:39.8895252Z [00:03:33.153]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1725/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/common/cyclonedxhelpers=>github.com/anchore/syft@v1.28.0/syft/format/common/cyclonedxhelpers;$WORK/b1725=>" -p github.com/anchore/syft/syft/format/common/cyclonedxhelpers -lang=go1.24 -complete -installsuffix shared -buildid uBqtxJss2pvFQS8rjhwd/uBqtxJss2pvFQS8rjhwd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1725/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/common/cyclonedxhelpers/to_format_model.go
2025-08-20T21:21:39.9100911Z [00:03:33.177]➜  go tool buildid -w $WORK/b1749/_pkg_.a # internal
2025-08-20T21:21:39.9114011Z [00:03:33.179]➜  cp $WORK/b1749/_pkg_.a /root/.cache/go-build/9e/9ecb73729f1914729ccb83b5dd7f845cff64d01a09c98f17bddb7a64cb84dfc4-d # internal
2025-08-20T21:21:39.9128038Z [00:03:33.179]➜  github.com/anchore/syft/syft/pkg/cataloger/nix
2025-08-20T21:21:39.9128986Z [00:03:33.179]➜  mkdir -p $WORK/b1748/
2025-08-20T21:21:39.9129782Z [00:03:33.179]➜  cat >/tmp/go-build3547871397/b1748/importcfg << 'EOF' # internal
2025-08-20T21:21:39.9130474Z [00:03:33.179]➜  # import config
2025-08-20T21:21:39.9131142Z [00:03:33.180]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:39.9132001Z [00:03:33.180]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:21:39.9133003Z [00:03:33.180]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:39.9133834Z [00:03:33.180]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:39.9134820Z [00:03:33.180]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:39.9136169Z [00:03:33.180]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:39.9137441Z [00:03:33.180]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:39.9138933Z [00:03:33.180]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:39.9140263Z [00:03:33.180]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:39.9141509Z [00:03:33.180]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:39.9162986Z [00:03:33.180]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:39.9164310Z [00:03:33.180]➜  packagefile github.com/bmatcuk/doublestar/v4=/tmp/go-build3547871397/b908/_pkg_.a
2025-08-20T21:21:39.9165715Z [00:03:33.180]➜  packagefile github.com/nix-community/go-nix/pkg/derivation=/tmp/go-build3547871397/b1749/_pkg_.a
2025-08-20T21:21:39.9166796Z [00:03:33.180]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:39.9167594Z [00:03:33.180]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:39.9168399Z [00:03:33.180]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:39.9169212Z [00:03:33.180]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:39.9169993Z [00:03:33.180]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:39.9170779Z [00:03:33.180]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:39.9171591Z [00:03:33.180]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:39.9172194Z [00:03:33.180]➜  EOF
2025-08-20T21:21:39.9180489Z [00:03:33.180]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1748/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/nix=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/nix;$WORK/b1748=>" -p github.com/anchore/syft/syft/pkg/cataloger/nix -lang=go1.24 -complete -installsuffix shared -buildid bSPSznGlFk4fJ7KTSFrY/bSPSznGlFk4fJ7KTSFrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1748/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/nix/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/nix/db_cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/nix/db_cataloger_v10.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/nix/derivation.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/nix/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/nix/parse_store_path.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/nix/store_cataloger.go
2025-08-20T21:21:40.0811120Z [00:03:33.348]➜  go tool buildid -w $WORK/b1732/_pkg_.a # internal
2025-08-20T21:21:40.0813630Z [00:03:33.349]➜  go tool buildid -w $WORK/b1725/_pkg_.a # internal
2025-08-20T21:21:40.0841394Z [00:03:33.351]➜  cp $WORK/b1725/_pkg_.a /root/.cache/go-build/5b/5b386c3ae45331360b385b220d23b8ef11f7cf1bd6ba77fccd903e42e641c263-d # internal
2025-08-20T21:21:40.0843962Z [00:03:33.352]➜  github.com/anchore/syft/syft/format/internal/cyclonedxutil
2025-08-20T21:21:40.0845138Z [00:03:33.352]➜  mkdir -p $WORK/b1724/
2025-08-20T21:21:40.0850553Z [00:03:33.352]➜  cat >/tmp/go-build3547871397/b1724/importcfg << 'EOF' # internal
2025-08-20T21:21:40.0851965Z [00:03:33.352]➜  # import config
2025-08-20T21:21:40.0853302Z [00:03:33.352]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.0854690Z [00:03:33.352]➜  packagefile github.com/CycloneDX/cyclonedx-go=/tmp/go-build3547871397/b1723/_pkg_.a
2025-08-20T21:21:40.0861997Z [00:03:33.352]➜  packagefile github.com/anchore/syft/syft/format/common/cyclonedxhelpers=/tmp/go-build3547871397/b1725/_pkg_.a
2025-08-20T21:21:40.0865687Z [00:03:33.352]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:40.0867684Z [00:03:33.352]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:40.0868298Z [00:03:33.352]➜  EOF
2025-08-20T21:21:40.0876102Z [00:03:33.352]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1724/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/cyclonedxutil=>github.com/anchore/syft@v1.28.0/syft/format/internal/cyclonedxutil;$WORK/b1724=>" -p github.com/anchore/syft/syft/format/internal/cyclonedxutil -lang=go1.24 -complete -installsuffix shared -buildid HdEI1qdtkVuGqIYmce4v/HdEI1qdtkVuGqIYmce4v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1724/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/cyclonedxutil/decoder.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/cyclonedxutil/encoder.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/cyclonedxutil/versions.go
2025-08-20T21:21:40.0882262Z [00:03:33.353]➜  cp $WORK/b1732/_pkg_.a /root/.cache/go-build/bd/bd8964cb8026401542cf2452b2f981f2ab00008b384dca97e6b79f39a0c2829b-d # internal
2025-08-20T21:21:40.0908400Z [00:03:33.353]➜  github.com/anchore/syft/syft/pkg/cataloger/internal/dependency
2025-08-20T21:21:40.0909190Z [00:03:33.353]➜  mkdir -p $WORK/b1756/
2025-08-20T21:21:40.0909928Z [00:03:33.354]➜  cat >/tmp/go-build3547871397/b1756/importcfg << 'EOF' # internal
2025-08-20T21:21:40.0910599Z [00:03:33.354]➜  # import config
2025-08-20T21:21:40.0911440Z [00:03:33.354]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:40.0912845Z [00:03:33.354]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:40.0914051Z [00:03:33.354]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:40.0915560Z [00:03:33.354]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:40.0916919Z [00:03:33.354]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:40.0917915Z [00:03:33.354]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:40.0918680Z [00:03:33.354]➜  EOF
2025-08-20T21:21:40.0923447Z [00:03:33.354]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1756/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/dependency=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/dependency;$WORK/b1756=>" -p github.com/anchore/syft/syft/pkg/cataloger/internal/dependency -lang=go1.24 -complete -installsuffix shared -buildid -lH1nL-LRVsJx_cu9Aw3/-lH1nL-LRVsJx_cu9Aw3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1756/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/internal/dependency/resolver.go
2025-08-20T21:21:40.1037403Z [00:03:33.371]➜  go tool buildid -w $WORK/b1748/_pkg_.a # internal
2025-08-20T21:21:40.1040313Z [00:03:33.371]➜  cp $WORK/b1748/_pkg_.a /root/.cache/go-build/fe/fe1b07f65e30f9805df2f694d8db28ec75de76b8f1a90ccd3890c7dc3f33f8eb-d # internal
2025-08-20T21:21:40.1070669Z [00:03:33.374]➜  golang.org/x/xerrors
2025-08-20T21:21:40.1075255Z [00:03:33.375]➜  mkdir -p $WORK/b1759/
2025-08-20T21:21:40.1115830Z [00:03:33.379]➜  cat >/tmp/go-build3547871397/b1759/importcfg << 'EOF' # internal
2025-08-20T21:21:40.1117711Z [00:03:33.379]➜  # import config
2025-08-20T21:21:40.1118367Z [00:03:33.379]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:40.1119205Z [00:03:33.379]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.1120193Z [00:03:33.379]➜  packagefile golang.org/x/xerrors/internal=/tmp/go-build3547871397/b1760/_pkg_.a
2025-08-20T21:21:40.1121156Z [00:03:33.379]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:40.1121979Z [00:03:33.379]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:40.1123204Z [00:03:33.379]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:40.1124093Z [00:03:33.379]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:40.1125102Z [00:03:33.379]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.1125936Z [00:03:33.379]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:40.1126799Z [00:03:33.379]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:40.1127442Z [00:03:33.379]➜  EOF
2025-08-20T21:21:40.1135032Z [00:03:33.379]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1759/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028=>golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028;$WORK/b1759=>" -p golang.org/x/xerrors -lang=go1.18 -complete -installsuffix shared -buildid 4v4MiWdc4QTkUK7ltm62/4v4MiWdc4QTkUK7ltm62 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1759/importcfg -pack /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/adaptor.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/doc.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/errors.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/fmt.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/format.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/frame.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/wrap.go
2025-08-20T21:21:40.1409133Z [00:03:33.408]➜  go tool buildid -w $WORK/b1756/_pkg_.a # internal
2025-08-20T21:21:40.1422782Z [00:03:33.409]➜  cp $WORK/b1756/_pkg_.a /root/.cache/go-build/e3/e32d01ecabe9f9bf5d07cee527bacba5b140ff10bd73dca0acfbbb2c99a3aa71-d # internal
2025-08-20T21:21:40.1425652Z [00:03:33.410]➜  github.com/anchore/syft/syft/file/cataloger/internal
2025-08-20T21:21:40.1427408Z [00:03:33.410]➜  mkdir -p $WORK/b1762/
2025-08-20T21:21:40.1431898Z [00:03:33.410]➜  cat >/tmp/go-build3547871397/b1762/importcfg << 'EOF' # internal
2025-08-20T21:21:40.1432787Z [00:03:33.410]➜  # import config
2025-08-20T21:21:40.1434974Z [00:03:33.411]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:40.1437110Z [00:03:33.411]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:40.1438430Z [00:03:33.411]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:40.1439676Z [00:03:33.411]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:40.1440508Z [00:03:33.411]➜  EOF
2025-08-20T21:21:40.1446841Z [00:03:33.411]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1762/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/cataloger/internal=>github.com/anchore/syft@v1.28.0/syft/file/cataloger/internal;$WORK/b1762=>" -p github.com/anchore/syft/syft/file/cataloger/internal -lang=go1.24 -complete -installsuffix shared -buildid emWXInVoNUKIV3uLUIBc/emWXInVoNUKIV3uLUIBc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1762/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/cataloger/internal/all_regular_files.go
2025-08-20T21:21:40.1620326Z [00:03:33.429]➜  go tool buildid -w $WORK/b1724/_pkg_.a # internal
2025-08-20T21:21:40.1623501Z [00:03:33.430]➜  go tool buildid -w $WORK/b1762/_pkg_.a # internal
2025-08-20T21:21:40.1630703Z [00:03:33.430]➜  cp $WORK/b1762/_pkg_.a /root/.cache/go-build/cd/cd6e6f207c32f13ab7037d094ee3dd06e24eddc1ba228c61c4e58d68cd88c550-d # internal
2025-08-20T21:21:40.1634934Z [00:03:33.431]➜  github.com/anchore/syft/syft/file/cataloger/filedigest
2025-08-20T21:21:40.1635594Z [00:03:33.431]➜  mkdir -p $WORK/b1761/
2025-08-20T21:21:40.1638365Z [00:03:33.431]➜  cat >/tmp/go-build3547871397/b1761/importcfg << 'EOF' # internal
2025-08-20T21:21:40.1639976Z [00:03:33.431]➜  # import config
2025-08-20T21:21:40.1640781Z [00:03:33.431]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:40.1641651Z [00:03:33.431]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:40.1642788Z [00:03:33.431]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:40.1643607Z [00:03:33.431]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.1644559Z [00:03:33.431]➜  packagefile github.com/anchore/go-sync=/tmp/go-build3547871397/b1225/_pkg_.a
2025-08-20T21:21:40.1645781Z [00:03:33.431]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:40.1647000Z [00:03:33.431]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:40.1648226Z [00:03:33.431]➜  packagefile github.com/anchore/syft/internal/bus=/tmp/go-build3547871397/b1226/_pkg_.a
2025-08-20T21:21:40.1649475Z [00:03:33.431]➜  packagefile github.com/anchore/syft/internal/file=/tmp/go-build3547871397/b1256/_pkg_.a
2025-08-20T21:21:40.1650687Z [00:03:33.431]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:40.1651969Z [00:03:33.431]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:40.1670249Z [00:03:33.431]➜  packagefile github.com/anchore/syft/syft/cataloging=/tmp/go-build3547871397/b1254/_pkg_.a
2025-08-20T21:21:40.1671582Z [00:03:33.431]➜  packagefile github.com/anchore/syft/syft/event/monitor=/tmp/go-build3547871397/b1228/_pkg_.a
2025-08-20T21:21:40.1672968Z [00:03:33.431]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:40.1674327Z [00:03:33.431]➜  packagefile github.com/anchore/syft/syft/file/cataloger/internal=/tmp/go-build3547871397/b1762/_pkg_.a
2025-08-20T21:21:40.1675546Z [00:03:33.431]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3547871397/b822/_pkg_.a
2025-08-20T21:21:40.1676282Z [00:03:33.431]➜  EOF
2025-08-20T21:21:40.1680721Z [00:03:33.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1761/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/cataloger/filedigest=>github.com/anchore/syft@v1.28.0/syft/file/cataloger/filedigest;$WORK/b1761=>" -p github.com/anchore/syft/syft/file/cataloger/filedigest -lang=go1.24 -complete -installsuffix shared -buildid m6vbJaouES6lcpn126e1/m6vbJaouES6lcpn126e1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1761/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/cataloger/filedigest/cataloger.go
2025-08-20T21:21:40.1685473Z [00:03:33.434]➜  cp $WORK/b1724/_pkg_.a /root/.cache/go-build/d1/d11b87c0911e5e3d2d2fc4794ccb53f2152c2720e6bc7262d6535e82df8b54c5-d # internal
2025-08-20T21:21:40.1686602Z [00:03:33.434]➜  github.com/anchore/syft/syft/format/cyclonedxjson
2025-08-20T21:21:40.1687189Z [00:03:33.434]➜  mkdir -p $WORK/b1722/
2025-08-20T21:21:40.1687872Z [00:03:33.434]➜  cat >/tmp/go-build3547871397/b1722/importcfg << 'EOF' # internal
2025-08-20T21:21:40.1688444Z [00:03:33.434]➜  # import config
2025-08-20T21:21:40.1689050Z [00:03:33.434]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:40.1689833Z [00:03:33.434]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.1690741Z [00:03:33.434]➜  packagefile github.com/CycloneDX/cyclonedx-go=/tmp/go-build3547871397/b1723/_pkg_.a
2025-08-20T21:21:40.1691849Z [00:03:33.434]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:40.1693301Z [00:03:33.434]➜  packagefile github.com/anchore/syft/syft/format/internal/cyclonedxutil=/tmp/go-build3547871397/b1724/_pkg_.a
2025-08-20T21:21:40.1694847Z [00:03:33.434]➜  packagefile github.com/anchore/syft/syft/format/internal/cyclonedxutil/helpers=/tmp/go-build3547871397/b1726/_pkg_.a
2025-08-20T21:21:40.1696381Z [00:03:33.434]➜  packagefile github.com/anchore/syft/syft/format/internal/stream=/tmp/go-build3547871397/b1729/_pkg_.a
2025-08-20T21:21:40.1697551Z [00:03:33.434]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:40.1698395Z [00:03:33.434]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:40.1699030Z [00:03:33.434]➜  EOF
2025-08-20T21:21:40.1703505Z [00:03:33.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1722/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/cyclonedxjson=>github.com/anchore/syft@v1.28.0/syft/format/cyclonedxjson;$WORK/b1722=>" -p github.com/anchore/syft/syft/format/cyclonedxjson -lang=go1.24 -complete -installsuffix shared -buildid RsAuLNhWqh32DBeONsB2/RsAuLNhWqh32DBeONsB2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1722/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/cyclonedxjson/decoder.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/cyclonedxjson/encoder.go
2025-08-20T21:21:40.2352966Z [00:03:33.501]➜  go tool buildid -w $WORK/b1761/_pkg_.a # internal
2025-08-20T21:21:40.2357569Z [00:03:33.503]➜  cp $WORK/b1761/_pkg_.a /root/.cache/go-build/40/4009fb8bd58f2a6ab0565c28d0d3b9b8431613489184e30bc1cb615bff163533-d # internal
2025-08-20T21:21:40.2375016Z [00:03:33.503]➜  github.com/anchore/syft/syft/file/cataloger/filemetadata
2025-08-20T21:21:40.2375776Z [00:03:33.503]➜  mkdir -p $WORK/b1763/
2025-08-20T21:21:40.2376522Z [00:03:33.504]➜  cat >/tmp/go-build3547871397/b1763/importcfg << 'EOF' # internal
2025-08-20T21:21:40.2377233Z [00:03:33.504]➜  # import config
2025-08-20T21:21:40.2377930Z [00:03:33.504]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:40.2378752Z [00:03:33.504]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.2379783Z [00:03:33.504]➜  packagefile github.com/anchore/syft/internal/bus=/tmp/go-build3547871397/b1226/_pkg_.a
2025-08-20T21:21:40.2381055Z [00:03:33.504]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:40.2382526Z [00:03:33.504]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:40.2384583Z [00:03:33.504]➜  packagefile github.com/anchore/syft/syft/event/monitor=/tmp/go-build3547871397/b1228/_pkg_.a
2025-08-20T21:21:40.2386072Z [00:03:33.504]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:40.2387240Z [00:03:33.504]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3547871397/b822/_pkg_.a
2025-08-20T21:21:40.2388014Z [00:03:33.504]➜  EOF
2025-08-20T21:21:40.2392442Z [00:03:33.505]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1763/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/cataloger/filemetadata=>github.com/anchore/syft@v1.28.0/syft/file/cataloger/filemetadata;$WORK/b1763=>" -p github.com/anchore/syft/syft/file/cataloger/filemetadata -lang=go1.24 -complete -installsuffix shared -buildid da-p8lNOkyhJxGLQjahD/da-p8lNOkyhJxGLQjahD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1763/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/file/cataloger/filemetadata/cataloger.go
2025-08-20T21:21:40.2415327Z [00:03:33.509]➜  go tool buildid -w $WORK/b1759/_pkg_.a # internal
2025-08-20T21:21:40.2431899Z [00:03:33.510]➜  go tool buildid -w $WORK/b1722/_pkg_.a # internal
2025-08-20T21:21:40.2440139Z [00:03:33.511]➜  cp $WORK/b1759/_pkg_.a /root/.cache/go-build/e4/e4177abab3b75269716954dcf6bc386ce9c73091344b06fd91fe1f552c77c574-d # internal
2025-08-20T21:21:40.2448724Z [00:03:33.512]➜  github.com/aquasecurity/go-version/pkg/part
2025-08-20T21:21:40.2454380Z [00:03:33.513]➜  mkdir -p $WORK/b1758/
2025-08-20T21:21:40.2468495Z [00:03:33.514]➜  cp $WORK/b1722/_pkg_.a /root/.cache/go-build/be/be6561fd02d73b82b337289056e6862ccd0e9feae312d6af4c991bfb09f19d1f-d # internal
2025-08-20T21:21:40.2470231Z [00:03:33.514]➜  cat >/tmp/go-build3547871397/b1758/importcfg << 'EOF' # internal
2025-08-20T21:21:40.2471477Z [00:03:33.514]➜  # import config
2025-08-20T21:21:40.2493755Z [00:03:33.514]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.2500565Z [00:03:33.514]➜  packagefile golang.org/x/xerrors=/tmp/go-build3547871397/b1759/_pkg_.a
2025-08-20T21:21:40.2501724Z [00:03:33.514]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:40.2502564Z [00:03:33.514]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:40.2503528Z [00:03:33.514]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.2504127Z [00:03:33.514]➜  EOF
2025-08-20T21:21:40.2516368Z [00:03:33.514]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1758/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aquasecurity/go-version@v0.0.1/pkg/part=>github.com/aquasecurity/go-version@v0.0.1/pkg/part;$WORK/b1758=>" -p github.com/aquasecurity/go-version/pkg/part -lang=go1.22 -complete -installsuffix shared -buildid bxWHMS5jKCNPqChzU1IS/bxWHMS5jKCNPqChzU1IS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1758/importcfg -pack /root/go/pkg/mod/github.com/aquasecurity/go-version@v0.0.1/pkg/part/any.go /root/go/pkg/mod/github.com/aquasecurity/go-version@v0.0.1/pkg/part/empty.go /root/go/pkg/mod/github.com/aquasecurity/go-version@v0.0.1/pkg/part/infinity.go /root/go/pkg/mod/github.com/aquasecurity/go-version@v0.0.1/pkg/part/int.go /root/go/pkg/mod/github.com/aquasecurity/go-version@v0.0.1/pkg/part/list.go /root/go/pkg/mod/github.com/aquasecurity/go-version@v0.0.1/pkg/part/part.go /root/go/pkg/mod/github.com/aquasecurity/go-version@v0.0.1/pkg/part/string.go
2025-08-20T21:21:40.2522903Z [00:03:33.514]➜  github.com/anchore/syft/syft/pkg/cataloger/java
2025-08-20T21:21:40.2523547Z [00:03:33.514]➜  mkdir -p $WORK/b1721/
2025-08-20T21:21:40.2524266Z [00:03:33.517]➜  cat >/tmp/go-build3547871397/b1721/importcfg << 'EOF' # internal
2025-08-20T21:21:40.2524946Z [00:03:33.517]➜  # import config
2025-08-20T21:21:40.2525617Z [00:03:33.517]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:40.2526599Z [00:03:33.517]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:40.2527461Z [00:03:33.517]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:21:40.2528440Z [00:03:33.517]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:40.2529221Z [00:03:33.517]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:40.2530032Z [00:03:33.517]➜  packagefile debug/elf=/tmp/go-build3547871397/b1572/_pkg_.a
2025-08-20T21:21:40.2530896Z [00:03:33.517]➜  packagefile debug/macho=/tmp/go-build3547871397/b868/_pkg_.a
2025-08-20T21:21:40.2531753Z [00:03:33.517]➜  packagefile debug/pe=/tmp/go-build3547871397/b1574/_pkg_.a
2025-08-20T21:21:40.2532913Z [00:03:33.517]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:40.2533785Z [00:03:33.517]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:40.2534580Z [00:03:33.517]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.2535572Z [00:03:33.517]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:40.2536787Z [00:03:33.517]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:40.2538007Z [00:03:33.517]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:40.2539207Z [00:03:33.517]➜  packagefile github.com/anchore/syft/internal/file=/tmp/go-build3547871397/b1256/_pkg_.a
2025-08-20T21:21:40.2540455Z [00:03:33.517]➜  packagefile github.com/anchore/syft/internal/licenses=/tmp/go-build3547871397/b937/_pkg_.a
2025-08-20T21:21:40.2541675Z [00:03:33.517]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:40.2543081Z [00:03:33.517]➜  packagefile github.com/anchore/syft/internal/mimetype=/tmp/go-build3547871397/b1575/_pkg_.a
2025-08-20T21:21:40.2544552Z [00:03:33.517]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:40.2545832Z [00:03:33.517]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:40.2547204Z [00:03:33.517]➜  packagefile github.com/anchore/syft/syft/cataloging=/tmp/go-build3547871397/b1254/_pkg_.a
2025-08-20T21:21:40.2548436Z [00:03:33.517]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:21:40.2549596Z [00:03:33.517]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:40.2550918Z [00:03:33.517]➜  packagefile github.com/anchore/syft/syft/format/cyclonedxjson=/tmp/go-build3547871397/b1722/_pkg_.a
2025-08-20T21:21:40.2552343Z [00:03:33.517]➜  packagefile github.com/anchore/syft/syft/internal/unionreader=/tmp/go-build3547871397/b1576/_pkg_.a
2025-08-20T21:21:40.2553933Z [00:03:33.517]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:40.2555234Z [00:03:33.517]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:40.2556799Z [00:03:33.517]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/internal/cpegenerate=/tmp/go-build3547871397/b1730/_pkg_.a
2025-08-20T21:21:40.2558489Z [00:03:33.517]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/java/internal/maven=/tmp/go-build3547871397/b1732/_pkg_.a
2025-08-20T21:21:40.2559884Z [00:03:33.517]➜  packagefile github.com/go-viper/mapstructure/v2=/tmp/go-build3547871397/b767/_pkg_.a
2025-08-20T21:21:40.2560970Z [00:03:33.517]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3547871397/b1742/_pkg_.a
2025-08-20T21:21:40.2561843Z [00:03:33.517]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:40.2562798Z [00:03:33.517]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:40.2563619Z [00:03:33.517]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:40.2564675Z [00:03:33.517]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:40.2565575Z [00:03:33.517]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:40.2566366Z [00:03:33.517]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:40.2567298Z [00:03:33.517]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:40.2568114Z [00:03:33.517]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.2568925Z [00:03:33.517]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:40.2569505Z [00:03:33.517]➜  EOF
2025-08-20T21:21:40.2582806Z [00:03:33.517]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1721/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java;$WORK/b1721=>" -p github.com/anchore/syft/syft/pkg/cataloger/java -lang=go1.24 -complete -installsuffix shared -buildid jYVDp-Dlq_qJyVDn_821/jYVDp-Dlq_qJyVDn_821 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1721/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/archive_filename.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/archive_parser.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/config.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/graalvm_native_image_cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/package_url.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/parse_gradle_lockfile.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/parse_java_manifest.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/parse_jvm_release.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/parse_pom_properties.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/parse_pom_xml.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/save_archive_to_tmp.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/tar_wrapped_archive_parser.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/java/zip_wrapped_archive_parser.go
2025-08-20T21:21:40.2909677Z [00:03:33.556]➜  go tool buildid -w $WORK/b1763/_pkg_.a # internal
2025-08-20T21:21:40.2914060Z [00:03:33.558]➜  cp $WORK/b1763/_pkg_.a /root/.cache/go-build/45/45da524c6179e4d18dafc04e18edce90ef15864e7394f8265a3d00d7739df836-d # internal
2025-08-20T21:21:40.2915376Z [00:03:33.558]➜  github.com/anchore/syft/syft/pkg/cataloger/alpine
2025-08-20T21:21:40.2916434Z [00:03:33.558]➜  mkdir -p $WORK/b1764/
2025-08-20T21:21:40.2938451Z [00:03:33.561]➜  cat >/tmp/go-build3547871397/b1764/importcfg << 'EOF' # internal
2025-08-20T21:21:40.2945675Z [00:03:33.561]➜  # import config
2025-08-20T21:21:40.2946397Z [00:03:33.561]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:40.2947198Z [00:03:33.561]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:40.2948017Z [00:03:33.561]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.2948883Z [00:03:33.561]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:40.2949861Z [00:03:33.561]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:40.2950920Z [00:03:33.561]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:40.2952048Z [00:03:33.561]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:40.2953337Z [00:03:33.561]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:40.2954624Z [00:03:33.561]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:40.2955735Z [00:03:33.561]➜  packagefile github.com/anchore/syft/syft/license=/tmp/go-build3547871397/b929/_pkg_.a
2025-08-20T21:21:40.2956974Z [00:03:33.561]➜  packagefile github.com/anchore/syft/syft/linux=/tmp/go-build3547871397/b854/_pkg_.a
2025-08-20T21:21:40.2957946Z [00:03:33.561]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:40.2959120Z [00:03:33.561]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:40.2960444Z [00:03:33.561]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/internal/dependency=/tmp/go-build3547871397/b1756/_pkg_.a
2025-08-20T21:21:40.2961499Z [00:03:33.561]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:40.2962185Z [00:03:33.561]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:40.2963533Z [00:03:33.561]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:40.2964280Z [00:03:33.561]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:40.2965039Z [00:03:33.561]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.2965676Z [00:03:33.561]➜  EOF
2025-08-20T21:21:40.2971766Z [00:03:33.561]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1764/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/alpine=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/alpine;$WORK/b1764=>" -p github.com/anchore/syft/syft/pkg/cataloger/alpine -lang=go1.24 -complete -installsuffix shared -buildid Ej1FZtH5VxM8f6QySjcb/Ej1FZtH5VxM8f6QySjcb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1764/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/alpine/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/alpine/dependency.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/alpine/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/alpine/parse_apk_db.go
2025-08-20T21:21:40.3149965Z [00:03:33.582]➜  go tool buildid -w $WORK/b1754/_pkg_.a # internal
2025-08-20T21:21:40.3191705Z [00:03:33.586]➜  cp $WORK/b1754/_pkg_.a /root/.cache/go-build/90/902ed9b52682dbda700234a1ba76230454add64f9617fed985fd3ef37f996788-d # internal
2025-08-20T21:21:40.3197278Z [00:03:33.587]➜  github.com/vbatts/go-mtree/pkg/govis
2025-08-20T21:21:40.3202825Z [00:03:33.587]➜  mkdir -p $WORK/b1767/
2025-08-20T21:21:40.3216476Z [00:03:33.588]➜  cat >/tmp/go-build3547871397/b1767/importcfg << 'EOF' # internal
2025-08-20T21:21:40.3217220Z [00:03:33.588]➜  # import config
2025-08-20T21:21:40.3217899Z [00:03:33.588]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.3218763Z [00:03:33.588]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:40.3219654Z [00:03:33.588]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:40.3220329Z [00:03:33.588]➜  EOF
2025-08-20T21:21:40.3225245Z [00:03:33.588]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1767/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/pkg/govis=>github.com/vbatts/go-mtree@v0.5.4/pkg/govis;$WORK/b1767=>" -p github.com/vbatts/go-mtree/pkg/govis -lang=go1.17 -complete -installsuffix shared -buildid 40mekFzycv0HOMnVmvXt/40mekFzycv0HOMnVmvXt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1767/importcfg -pack /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/pkg/govis/govis.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/pkg/govis/unvis.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/pkg/govis/vis.go
2025-08-20T21:21:40.3288161Z [00:03:33.596]➜  go tool buildid -w $WORK/b1758/_pkg_.a # internal
2025-08-20T21:21:40.3314519Z [00:03:33.597]➜  cp $WORK/b1758/_pkg_.a /root/.cache/go-build/4c/4c588d41a7049da757f50565aac872667a04b7322e69b74964051f5e766791c9-d # internal
2025-08-20T21:21:40.3316660Z [00:03:33.599]➜  github.com/aquasecurity/go-pep440-version
2025-08-20T21:21:40.3319299Z [00:03:33.599]➜  mkdir -p $WORK/b1757/
2025-08-20T21:21:40.3320013Z [00:03:33.599]➜  cat >/tmp/go-build3547871397/b1757/importcfg << 'EOF' # internal
2025-08-20T21:21:40.3320808Z [00:03:33.599]➜  # import config
2025-08-20T21:21:40.3321424Z [00:03:33.599]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:40.3322230Z [00:03:33.599]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.3323500Z [00:03:33.599]➜  packagefile github.com/aquasecurity/go-version/pkg/part=/tmp/go-build3547871397/b1758/_pkg_.a
2025-08-20T21:21:40.3324682Z [00:03:33.599]➜  packagefile golang.org/x/xerrors=/tmp/go-build3547871397/b1759/_pkg_.a
2025-08-20T21:21:40.3325624Z [00:03:33.599]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:40.3326454Z [00:03:33.599]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:40.3327302Z [00:03:33.599]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:40.3328127Z [00:03:33.599]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.3328748Z [00:03:33.599]➜  EOF
2025-08-20T21:21:40.3338485Z [00:03:33.599]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1757/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aquasecurity/go-pep440-version@v0.0.1=>github.com/aquasecurity/go-pep440-version@v0.0.1;$WORK/b1757=>" -p github.com/aquasecurity/go-pep440-version -lang=go1.22 -complete -installsuffix shared -buildid LL_3wjtYXT5gzgttflfq/LL_3wjtYXT5gzgttflfq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1757/importcfg -pack /root/go/pkg/mod/github.com/aquasecurity/go-pep440-version@v0.0.1/specifier.go /root/go/pkg/mod/github.com/aquasecurity/go-pep440-version@v0.0.1/specifier_option.go /root/go/pkg/mod/github.com/aquasecurity/go-pep440-version@v0.0.1/version.go
2025-08-20T21:21:40.3672190Z [00:03:33.634]➜  go tool buildid -w $WORK/b1767/_pkg_.a # internal
2025-08-20T21:21:40.3679150Z [00:03:33.635]➜  cp $WORK/b1767/_pkg_.a /root/.cache/go-build/08/0801d0ce6dd24338c37a3b50a27b6adf6a3fb9bc618ddd878a8e4b023f7e6aff-d # internal
2025-08-20T21:21:40.3687342Z [00:03:33.636]➜  github.com/vbatts/go-mtree/xattr
2025-08-20T21:21:40.3692191Z [00:03:33.636]➜  mkdir -p $WORK/b1768/
2025-08-20T21:21:40.3704013Z [00:03:33.636]➜  cat >/tmp/go-build3547871397/b1768/importcfg << 'EOF' # internal
2025-08-20T21:21:40.3704767Z [00:03:33.636]➜  # import config
2025-08-20T21:21:40.3705452Z [00:03:33.636]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.3706277Z [00:03:33.636]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:40.3706881Z [00:03:33.636]➜  EOF
2025-08-20T21:21:40.3710314Z [00:03:33.636]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1768/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/xattr=>github.com/vbatts/go-mtree@v0.5.4/xattr;$WORK/b1768=>" -p github.com/vbatts/go-mtree/xattr -lang=go1.17 -complete -installsuffix shared -buildid nMdpXy4W2UsjEG16Jykx/nMdpXy4W2UsjEG16Jykx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1768/importcfg -pack /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/xattr/xattr.go
2025-08-20T21:21:40.3782480Z [00:03:33.645]➜  go tool buildid -w $WORK/b1764/_pkg_.a # internal
2025-08-20T21:21:40.3799251Z [00:03:33.647]➜  cp $WORK/b1764/_pkg_.a /root/.cache/go-build/3e/3e305f1a0397639f4225128f4efc2a1364f6f65ebdff33172a0816a866df2094-d # internal
2025-08-20T21:21:40.3810655Z [00:03:33.647]➜  golang.org/x/crypto/ripemd160
2025-08-20T21:21:40.3811266Z [00:03:33.647]➜  mkdir -p $WORK/b1769/
2025-08-20T21:21:40.3812041Z [00:03:33.648]➜  cat >/tmp/go-build3547871397/b1769/importcfg << 'EOF' # internal
2025-08-20T21:21:40.3812973Z [00:03:33.648]➜  # import config
2025-08-20T21:21:40.3813676Z [00:03:33.648]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:40.3814514Z [00:03:33.648]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:40.3815579Z [00:03:33.648]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:40.3816246Z [00:03:33.648]➜  EOF
2025-08-20T21:21:40.3820271Z [00:03:33.648]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1769/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ripemd160=>golang.org/x/crypto@v0.40.0/ripemd160;$WORK/b1769=>" -p golang.org/x/crypto/ripemd160 -lang=go1.23 -complete -installsuffix shared -buildid o43Zx7IA5-_tu8ME3eCB/o43Zx7IA5-_tu8ME3eCB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1769/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ripemd160/ripemd160.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ripemd160/ripemd160block.go
2025-08-20T21:21:40.3828355Z [00:03:33.650]➜  go tool buildid -w $WORK/b1768/_pkg_.a # internal
2025-08-20T21:21:40.3834834Z [00:03:33.651]➜  cp $WORK/b1768/_pkg_.a /root/.cache/go-build/e2/e261218c99be1ba0ea730049d83c802c587bb2a0cfbf25bd38ea87a76ba6ce13-d # internal
2025-08-20T21:21:40.3845245Z [00:03:33.651]➜  github.com/anchore/syft/syft/format/cyclonedxxml
2025-08-20T21:21:40.3846033Z [00:03:33.651]➜  mkdir -p $WORK/b1772/
2025-08-20T21:21:40.3846836Z [00:03:33.651]➜  cat >/tmp/go-build3547871397/b1772/importcfg << 'EOF' # internal
2025-08-20T21:21:40.3847512Z [00:03:33.651]➜  # import config
2025-08-20T21:21:40.3850133Z [00:03:33.651]➜  packagefile encoding/xml=/tmp/go-build3547871397/b462/_pkg_.a
2025-08-20T21:21:40.3851028Z [00:03:33.651]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.3852089Z [00:03:33.651]➜  packagefile github.com/CycloneDX/cyclonedx-go=/tmp/go-build3547871397/b1723/_pkg_.a
2025-08-20T21:21:40.3853621Z [00:03:33.651]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:40.3855087Z [00:03:33.651]➜  packagefile github.com/anchore/syft/syft/format/internal/cyclonedxutil=/tmp/go-build3547871397/b1724/_pkg_.a
2025-08-20T21:21:40.3856770Z [00:03:33.651]➜  packagefile github.com/anchore/syft/syft/format/internal/cyclonedxutil/helpers=/tmp/go-build3547871397/b1726/_pkg_.a
2025-08-20T21:21:40.3858340Z [00:03:33.651]➜  packagefile github.com/anchore/syft/syft/format/internal/stream=/tmp/go-build3547871397/b1729/_pkg_.a
2025-08-20T21:21:40.3859915Z [00:03:33.651]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:40.3860921Z [00:03:33.651]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:40.3861763Z [00:03:33.651]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.3862410Z [00:03:33.651]➜  EOF
2025-08-20T21:21:40.3867223Z [00:03:33.651]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1772/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/cyclonedxxml=>github.com/anchore/syft@v1.28.0/syft/format/cyclonedxxml;$WORK/b1772=>" -p github.com/anchore/syft/syft/format/cyclonedxxml -lang=go1.24 -complete -installsuffix shared -buildid lKoXvNt4CWkouFn28zxa/lKoXvNt4CWkouFn28zxa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1772/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/cyclonedxxml/decoder.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/cyclonedxxml/encoder.go
2025-08-20T21:21:40.4165196Z [00:03:33.682]➜  go tool buildid -w $WORK/b1769/_pkg_.a # internal
2025-08-20T21:21:40.4167781Z [00:03:33.684]➜  cp $WORK/b1769/_pkg_.a /root/.cache/go-build/68/6855a4d0b0ec2cacddf03a1657bbaff758c420ec6b747b481162b82711676df3-d # internal
2025-08-20T21:21:40.4188761Z [00:03:33.686]➜  github.com/vbatts/go-mtree
2025-08-20T21:21:40.4189751Z [00:03:33.686]➜  mkdir -p $WORK/b1766/
2025-08-20T21:21:40.4202131Z [00:03:33.688]➜  cat >/tmp/go-build3547871397/b1766/importcfg << 'EOF' # internal
2025-08-20T21:21:40.4207561Z [00:03:33.688]➜  # import config
2025-08-20T21:21:40.4208306Z [00:03:33.688]➜  packagefile archive/tar=/tmp/go-build3547871397/b861/_pkg_.a
2025-08-20T21:21:40.4209321Z [00:03:33.688]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:40.4210199Z [00:03:33.688]➜  packagefile container/heap=/tmp/go-build3547871397/b272/_pkg_.a
2025-08-20T21:21:40.4211106Z [00:03:33.688]➜  packagefile crypto/md5=/tmp/go-build3547871397/b215/_pkg_.a
2025-08-20T21:21:40.4212157Z [00:03:33.688]➜  packagefile crypto/sha1=/tmp/go-build3547871397/b219/_pkg_.a
2025-08-20T21:21:40.4213269Z [00:03:33.688]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:40.4214199Z [00:03:33.688]➜  packagefile crypto/sha512=/tmp/go-build3547871397/b196/_pkg_.a
2025-08-20T21:21:40.4215158Z [00:03:33.688]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:40.4216086Z [00:03:33.688]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:40.4216908Z [00:03:33.688]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.4217825Z [00:03:33.688]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3547871397/b798/_pkg_.a
2025-08-20T21:21:40.4225760Z [00:03:33.690]➜  packagefile github.com/vbatts/go-mtree/pkg/govis=/tmp/go-build3547871397/b1767/_pkg_.a
2025-08-20T21:21:40.4226971Z [00:03:33.690]➜  packagefile github.com/vbatts/go-mtree/xattr=/tmp/go-build3547871397/b1768/_pkg_.a
2025-08-20T21:21:40.4228090Z [00:03:33.690]➜  packagefile golang.org/x/crypto/ripemd160=/tmp/go-build3547871397/b1769/_pkg_.a
2025-08-20T21:21:40.4229086Z [00:03:33.690]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:40.4229972Z [00:03:33.690]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:40.4230793Z [00:03:33.690]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:40.4231612Z [00:03:33.690]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:40.4234586Z [00:03:33.690]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:21:40.4235489Z [00:03:33.690]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:40.4236387Z [00:03:33.690]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:40.4237210Z [00:03:33.690]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:40.4238042Z [00:03:33.690]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.4239092Z [00:03:33.690]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:40.4239894Z [00:03:33.690]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:40.4240503Z [00:03:33.690]➜  EOF
2025-08-20T21:21:40.4251929Z [00:03:33.690]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1766/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4=>github.com/vbatts/go-mtree@v0.5.4;$WORK/b1766=>" -p github.com/vbatts/go-mtree -lang=go1.17 -complete -installsuffix shared -buildid S4_IaSrO2FFSqD-yJF1U/S4_IaSrO2FFSqD-yJF1U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1766/importcfg -pack /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/check.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/cksum.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/compare.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/creator.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/entry.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/fseval.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/hierarchy.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/keywordfunc.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/keywordfuncs_linux.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/keywords.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/lchtimes_unix.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/lookup.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/parse.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/stat_unix.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/tar.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/update.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/updatefuncs.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/updatefuncs_linux.go /root/go/pkg/mod/github.com/vbatts/go-mtree@v0.5.4/walk.go
2025-08-20T21:21:40.4375592Z [00:03:33.705]➜  go tool buildid -w $WORK/b1757/_pkg_.a # internal
2025-08-20T21:21:40.4399770Z [00:03:33.707]➜  cp $WORK/b1757/_pkg_.a /root/.cache/go-build/45/45eec56dca47afc0d8b0f46d71c858f3963b917580a7cddc328f3dfb84f9fbab-d # internal
2025-08-20T21:21:40.4410116Z [00:03:33.708]➜  github.com/anchore/syft/syft/pkg/cataloger/python
2025-08-20T21:21:40.4415708Z [00:03:33.709]➜  mkdir -p $WORK/b1753/
2025-08-20T21:21:40.4428305Z [00:03:33.710]➜  cat >/tmp/go-build3547871397/b1753/importcfg << 'EOF' # internal
2025-08-20T21:21:40.4431482Z [00:03:33.710]➜  # import config
2025-08-20T21:21:40.4434476Z [00:03:33.711]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:40.4435322Z [00:03:33.711]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:40.4443667Z [00:03:33.711]➜  packagefile encoding/csv=/tmp/go-build3547871397/b280/_pkg_.a
2025-08-20T21:21:40.4446232Z [00:03:33.711]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:40.4449081Z [00:03:33.711]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:40.4454142Z [00:03:33.711]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.4455157Z [00:03:33.711]➜  packagefile github.com/BurntSushi/toml=/tmp/go-build3547871397/b1754/_pkg_.a
2025-08-20T21:21:40.4456295Z [00:03:33.711]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:40.4457474Z [00:03:33.711]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:40.4458682Z [00:03:33.712]➜  packagefile github.com/anchore/syft/internal/file=/tmp/go-build3547871397/b1256/_pkg_.a
2025-08-20T21:21:40.4459929Z [00:03:33.712]➜  packagefile github.com/anchore/syft/internal/licenses=/tmp/go-build3547871397/b937/_pkg_.a
2025-08-20T21:21:40.4461197Z [00:03:33.712]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:40.4462488Z [00:03:33.712]➜  packagefile github.com/anchore/syft/internal/relationship=/tmp/go-build3547871397/b1251/_pkg_.a
2025-08-20T21:21:40.4464245Z [00:03:33.712]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:40.4465502Z [00:03:33.712]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:40.4466714Z [00:03:33.712]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:40.4474043Z [00:03:33.712]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:40.4475787Z [00:03:33.712]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:40.4477944Z [00:03:33.712]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/internal/dependency=/tmp/go-build3547871397/b1756/_pkg_.a
2025-08-20T21:21:40.4479724Z [00:03:33.712]➜  packagefile github.com/aquasecurity/go-pep440-version=/tmp/go-build3547871397/b1757/_pkg_.a
2025-08-20T21:21:40.4480954Z [00:03:33.712]➜  packagefile github.com/bmatcuk/doublestar/v4=/tmp/go-build3547871397/b908/_pkg_.a
2025-08-20T21:21:40.4482161Z [00:03:33.712]➜  packagefile github.com/go-viper/mapstructure/v2=/tmp/go-build3547871397/b767/_pkg_.a
2025-08-20T21:21:40.4484068Z [00:03:33.712]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:40.4485143Z [00:03:33.712]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:40.4485917Z [00:03:33.712]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:40.4486768Z [00:03:33.712]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:40.4487615Z [00:03:33.712]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:40.4488582Z [00:03:33.712]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:40.4489404Z [00:03:33.712]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.4490217Z [00:03:33.712]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:40.4490958Z [00:03:33.712]➜  EOF
2025-08-20T21:21:40.4502148Z [00:03:33.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1753/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/python=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/python;$WORK/b1753=>" -p github.com/anchore/syft/syft/pkg/cataloger/python -lang=go1.24 -complete -installsuffix shared -buildid WQ7CY76TK6Stkx6CA53f/WQ7CY76TK6Stkx6CA53f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1753/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/python/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/python/dependency.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/python/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/python/parse_pipfile_lock.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/python/parse_poetry_lock.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/python/parse_requirements.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/python/parse_setup.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/python/parse_wheel_egg.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/python/parse_wheel_egg_metadata.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/python/parse_wheel_egg_record.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/python/virtual_env.go
2025-08-20T21:21:40.4512262Z [00:03:33.714]➜  go tool buildid -w $WORK/b1772/_pkg_.a # internal
2025-08-20T21:21:40.4517399Z [00:03:33.719]➜  cp $WORK/b1772/_pkg_.a /root/.cache/go-build/9d/9d878e406579988f31e21b9edcd2137c5844e5d175e7eb50a0a8e7ca4c382348-d # internal
2025-08-20T21:21:40.4518681Z [00:03:33.719]➜  github.com/anchore/syft/syft/format/github/internal/model
2025-08-20T21:21:40.4519366Z [00:03:33.719]➜  mkdir -p $WORK/b1774/
2025-08-20T21:21:40.4520252Z [00:03:33.719]➜  cat >/tmp/go-build3547871397/b1774/importcfg << 'EOF' # internal
2025-08-20T21:21:40.4521324Z [00:03:33.719]➜  # import config
2025-08-20T21:21:40.4522014Z [00:03:33.720]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.4523289Z [00:03:33.720]➜  packagefile github.com/anchore/archiver/v3=/tmp/go-build3547871397/b1233/_pkg_.a
2025-08-20T21:21:40.4524457Z [00:03:33.720]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:40.4525624Z [00:03:33.720]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:40.4526775Z [00:03:33.720]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:40.4528003Z [00:03:33.720]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:40.4529198Z [00:03:33.720]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:21:40.4530215Z [00:03:33.720]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.4531017Z [00:03:33.720]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:40.4531580Z [00:03:33.720]➜  EOF
2025-08-20T21:21:40.4536907Z [00:03:33.720]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1774/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/github/internal/model=>github.com/anchore/syft@v1.28.0/syft/format/github/internal/model;$WORK/b1774=>" -p github.com/anchore/syft/syft/format/github/internal/model -lang=go1.24 -complete -installsuffix shared -buildid LhETkpXWliMW-h3A48cr/LhETkpXWliMW-h3A48cr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1774/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/github/internal/model/github_dependency_api.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/github/internal/model/model.go
2025-08-20T21:21:40.5182254Z [00:03:33.785]➜  go tool buildid -w $WORK/b1774/_pkg_.a # internal
2025-08-20T21:21:40.5212006Z [00:03:33.788]➜  cp $WORK/b1774/_pkg_.a /root/.cache/go-build/e0/e0a76a808eb3e396aa5b52b647ddde52c25cf1856e6646155272369ea27bbd83-d # internal
2025-08-20T21:21:40.5213569Z [00:03:33.789]➜  github.com/anchore/syft/syft/format/github
2025-08-20T21:21:40.5214324Z [00:03:33.789]➜  mkdir -p $WORK/b1773/
2025-08-20T21:21:40.5218230Z [00:03:33.789]➜  cat >/tmp/go-build3547871397/b1773/importcfg << 'EOF' # internal
2025-08-20T21:21:40.5221901Z [00:03:33.789]➜  # import config
2025-08-20T21:21:40.5222771Z [00:03:33.789]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:40.5224310Z [00:03:33.789]➜  packagefile github.com/anchore/syft/syft/format/github/internal/model=/tmp/go-build3547871397/b1774/_pkg_.a
2025-08-20T21:21:40.5225782Z [00:03:33.789]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:40.5226786Z [00:03:33.789]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:40.5227414Z [00:03:33.789]➜  EOF
2025-08-20T21:21:40.5231380Z [00:03:33.789]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1773/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/github=>github.com/anchore/syft@v1.28.0/syft/format/github;$WORK/b1773=>" -p github.com/anchore/syft/syft/format/github -lang=go1.24 -complete -installsuffix shared -buildid 8m2yjK0LRLjk7VbLC6oX/8m2yjK0LRLjk7VbLC6oX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1773/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/github/encoder.go
2025-08-20T21:21:40.5578966Z [00:03:33.825]➜  go tool buildid -w $WORK/b1773/_pkg_.a # internal
2025-08-20T21:21:40.5586356Z [00:03:33.826]➜  cp $WORK/b1773/_pkg_.a /root/.cache/go-build/d3/d3a289dcf6e6b21ae86cab66a29588fd56a0d6c0f8ec9829688ed1bde3a30796-d # internal
2025-08-20T21:21:40.5588254Z [00:03:33.826]➜  github.com/anchore/syft/syft/format/purls
2025-08-20T21:21:40.5589687Z [00:03:33.826]➜  mkdir -p $WORK/b1775/
2025-08-20T21:21:40.5590839Z [00:03:33.826]➜  cat >/tmp/go-build3547871397/b1775/importcfg << 'EOF' # internal
2025-08-20T21:21:40.5613965Z [00:03:33.826]➜  # import config
2025-08-20T21:21:40.5614706Z [00:03:33.826]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:40.5615587Z [00:03:33.826]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:40.5616428Z [00:03:33.826]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.5617464Z [00:03:33.826]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:40.5618701Z [00:03:33.826]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:40.5620193Z [00:03:33.826]➜  packagefile github.com/anchore/syft/syft/format/internal=/tmp/go-build3547871397/b1727/_pkg_.a
2025-08-20T21:21:40.5621513Z [00:03:33.826]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:40.5622857Z [00:03:33.826]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:40.5624060Z [00:03:33.826]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:40.5625036Z [00:03:33.826]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:40.5625847Z [00:03:33.826]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.5626470Z [00:03:33.826]➜  EOF
2025-08-20T21:21:40.5630869Z [00:03:33.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1775/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/purls=>github.com/anchore/syft@v1.28.0/syft/format/purls;$WORK/b1775=>" -p github.com/anchore/syft/syft/format/purls -lang=go1.24 -complete -installsuffix shared -buildid wB1mAZn1_G477kSx0Qqr/wB1mAZn1_G477kSx0Qqr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1775/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/purls/decoder.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/purls/encoder.go
2025-08-20T21:21:40.6570417Z [00:03:33.924]➜  go tool buildid -w $WORK/b1775/_pkg_.a # internal
2025-08-20T21:21:40.6581269Z [00:03:33.925]➜  cp $WORK/b1775/_pkg_.a /root/.cache/go-build/ec/ecc0e6c88ab94c09ef59e7e223b41fc96ad5557cf3c20f9d2d6ff0a491b16058-d # internal
2025-08-20T21:21:40.6604501Z [00:03:33.925]➜  github.com/spdx/gordf/uri
2025-08-20T21:21:40.6605082Z [00:03:33.925]➜  mkdir -p $WORK/b1779/
2025-08-20T21:21:40.6605825Z [00:03:33.926]➜  cat >/tmp/go-build3547871397/b1779/importcfg << 'EOF' # internal
2025-08-20T21:21:40.6606535Z [00:03:33.926]➜  # import config
2025-08-20T21:21:40.6607427Z [00:03:33.926]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.6608276Z [00:03:33.926]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:40.6609200Z [00:03:33.926]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.6610033Z [00:03:33.926]➜  EOF
2025-08-20T21:21:40.6619677Z [00:03:33.929]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1779/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spdx/gordf@v0.0.0-20201111095634-7098f93598fb/uri=>github.com/spdx/gordf@v0.0.0-20201111095634-7098f93598fb/uri;$WORK/b1779=>" -p github.com/spdx/gordf/uri -lang=go1.14 -complete -installsuffix shared -buildid aPxSOY2xxby8vXkXBJkE/aPxSOY2xxby8vXkXBJkE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1779/importcfg -pack /root/go/pkg/mod/github.com/spdx/gordf@v0.0.0-20201111095634-7098f93598fb/uri/uri.go
2025-08-20T21:21:40.7011439Z [00:03:33.968]➜  go tool buildid -w $WORK/b1779/_pkg_.a # internal
2025-08-20T21:21:40.7048607Z [00:03:33.969]➜  cp $WORK/b1779/_pkg_.a /root/.cache/go-build/18/18c30349e744c5a990dc705e15379725aa82aa9f940838dd8b94d088149a78e9-d # internal
2025-08-20T21:21:40.7049857Z [00:03:33.969]➜  github.com/spdx/tools-golang/json/marshal
2025-08-20T21:21:40.7050489Z [00:03:33.969]➜  mkdir -p $WORK/b1782/
2025-08-20T21:21:40.7051218Z [00:03:33.970]➜  cat >/tmp/go-build3547871397/b1782/importcfg << 'EOF' # internal
2025-08-20T21:21:40.7051892Z [00:03:33.970]➜  # import config
2025-08-20T21:21:40.7052572Z [00:03:33.970]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:40.7053644Z [00:03:33.970]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:40.7054320Z [00:03:33.970]➜  EOF
2025-08-20T21:21:40.7058344Z [00:03:33.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1782/_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/b1782=>" -p github.com/spdx/tools-golang/json/marshal -lang=go1.13 -complete -installsuffix shared -buildid dG578twtvhhc7cjNka30/dG578twtvhhc7cjNka30 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1782/importcfg -pack /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/json/marshal/json.go
2025-08-20T21:21:40.7061911Z [00:03:33.970]➜  go tool buildid -w $WORK/b1721/_pkg_.a # internal
2025-08-20T21:21:40.7185874Z [00:03:33.986]➜  cp $WORK/b1721/_pkg_.a /root/.cache/go-build/65/651e2364f65f3d626dbc0b4c1303794481db131eae65547fbdb6c7f30e4a1577-d # internal
2025-08-20T21:21:40.7188608Z [00:03:33.986]➜  github.com/anchore/go-struct-converter
2025-08-20T21:21:40.7191804Z [00:03:33.986]➜  mkdir -p $WORK/b1784/
2025-08-20T21:21:40.7196725Z [00:03:33.987]➜  cat >/tmp/go-build3547871397/b1784/importcfg << 'EOF' # internal
2025-08-20T21:21:40.7202275Z [00:03:33.987]➜  # import config
2025-08-20T21:21:40.7203135Z [00:03:33.987]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.7203998Z [00:03:33.987]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:40.7204863Z [00:03:33.987]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:40.7205488Z [00:03:33.987]➜  EOF
2025-08-20T21:21:40.7210506Z [00:03:33.987]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1784/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/go-struct-converter@v0.0.0-20221118182256-c68fdcfa2092=>github.com/anchore/go-struct-converter@v0.0.0-20221118182256-c68fdcfa2092;$WORK/b1784=>" -p github.com/anchore/go-struct-converter -lang=go1.18 -complete -installsuffix shared -buildid _3gkbmE3P_Wu8uhTDya8/_3gkbmE3P_Wu8uhTDya8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1784/importcfg -pack /root/go/pkg/mod/github.com/anchore/go-struct-converter@v0.0.0-20221118182256-c68fdcfa2092/chain.go /root/go/pkg/mod/github.com/anchore/go-struct-converter@v0.0.0-20221118182256-c68fdcfa2092/converter.go
2025-08-20T21:21:40.7290659Z [00:03:33.996]➜  go tool buildid -w $WORK/b1782/_pkg_.a # internal
2025-08-20T21:21:40.7299314Z [00:03:33.997]➜  cp $WORK/b1782/_pkg_.a /root/.cache/go-build/d1/d18fe1532a31417370aa201611f1c8e9c65fdccb8ee625920af6525588800ae7-d # internal
2025-08-20T21:21:40.7312323Z [00:03:33.998]➜  github.com/spdx/tools-golang/spdx/v2/common
2025-08-20T21:21:40.7313283Z [00:03:33.998]➜  mkdir -p $WORK/b1781/
2025-08-20T21:21:40.7314019Z [00:03:33.998]➜  cat >/tmp/go-build3547871397/b1781/importcfg << 'EOF' # internal
2025-08-20T21:21:40.7314718Z [00:03:33.998]➜  # import config
2025-08-20T21:21:40.7315348Z [00:03:33.998]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.7316422Z [00:03:33.998]➜  packagefile github.com/spdx/tools-golang/json/marshal=/tmp/go-build3547871397/b1782/_pkg_.a
2025-08-20T21:21:40.7317489Z [00:03:33.998]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.7318105Z [00:03:33.998]➜  EOF
2025-08-20T21:21:40.7328998Z [00:03:33.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1781/_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/b1781=>" -p github.com/spdx/tools-golang/spdx/v2/common -lang=go1.13 -complete -installsuffix shared -buildid l13wfuBuO7vYqUMVu7S8/l13wfuBuO7vYqUMVu7S8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1781/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:21:40.7868175Z [00:03:34.054]➜  go tool buildid -w $WORK/b1753/_pkg_.a # internal
2025-08-20T21:21:40.7900912Z [00:03:34.057]➜  cp $WORK/b1753/_pkg_.a /root/.cache/go-build/1d/1d9364a242702d6442806742ccb126ad83d8cc2222c383b93f474b2bc4edbe08-d # internal
2025-08-20T21:21:40.7911055Z [00:03:34.057]➜  github.com/anchore/syft/syft/cataloging/pkgcataloging
2025-08-20T21:21:40.7912069Z [00:03:34.058]➜  mkdir -p $WORK/b1585/
2025-08-20T21:21:40.7914406Z [00:03:34.058]➜  go tool buildid -w $WORK/b1781/_pkg_.a # internal
2025-08-20T21:21:40.7921872Z [00:03:34.058]➜  cat >/tmp/go-build3547871397/b1585/importcfg << 'EOF' # internal
2025-08-20T21:21:40.7922569Z [00:03:34.058]➜  # import config
2025-08-20T21:21:40.7923643Z [00:03:34.058]➜  packagefile github.com/anchore/syft/syft/cataloging=/tmp/go-build3547871397/b1254/_pkg_.a
2025-08-20T21:21:40.7924868Z [00:03:34.058]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:40.7926239Z [00:03:34.058]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/binary=/tmp/go-build3547871397/b1586/_pkg_.a
2025-08-20T21:21:40.7927684Z [00:03:34.058]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/dotnet=/tmp/go-build3547871397/b1591/_pkg_.a
2025-08-20T21:21:40.7931170Z [00:03:34.058]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/golang=/tmp/go-build3547871397/b1593/_pkg_.a
2025-08-20T21:21:40.7932978Z [00:03:34.058]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/java=/tmp/go-build3547871397/b1721/_pkg_.a
2025-08-20T21:21:40.7934493Z [00:03:34.058]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/javascript=/tmp/go-build3547871397/b1743/_pkg_.a
2025-08-20T21:21:40.7936007Z [00:03:34.058]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/kernel=/tmp/go-build3547871397/b1744/_pkg_.a
2025-08-20T21:21:40.7937444Z [00:03:34.058]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/nix=/tmp/go-build3547871397/b1748/_pkg_.a
2025-08-20T21:21:40.7938849Z [00:03:34.058]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/python=/tmp/go-build3547871397/b1753/_pkg_.a
2025-08-20T21:21:40.7939742Z [00:03:34.058]➜  EOF
2025-08-20T21:21:40.7946247Z [00:03:34.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1585/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cataloging/pkgcataloging=>github.com/anchore/syft@v1.28.0/syft/cataloging/pkgcataloging;$WORK/b1585=>" -p github.com/anchore/syft/syft/cataloging/pkgcataloging -lang=go1.24 -complete -installsuffix shared -buildid oG1JsMaV8URsZ7PvpYNn/oG1JsMaV8URsZ7PvpYNn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1585/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cataloging/pkgcataloging/cataloger_reference.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cataloging/pkgcataloging/config.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cataloging/pkgcataloging/selection.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/cataloging/pkgcataloging/tags.go
2025-08-20T21:21:40.7952873Z [00:03:34.059]➜  cp $WORK/b1781/_pkg_.a /root/.cache/go-build/e8/e8526006bbb0b82ec25e21604319367a07029c45c319a058db326e9b3d091aa7-d # internal
2025-08-20T21:21:40.7954086Z [00:03:34.059]➜  github.com/anchore/syft/syft/format/internal/spdxutil
2025-08-20T21:21:40.7954757Z [00:03:34.059]➜  mkdir -p $WORK/b1785/
2025-08-20T21:21:40.7955479Z [00:03:34.059]➜  cat >/tmp/go-build3547871397/b1785/importcfg << 'EOF' # internal
2025-08-20T21:21:40.7956155Z [00:03:34.059]➜  # import config
2025-08-20T21:21:40.7956995Z [00:03:34.059]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:40.7957786Z [00:03:34.059]➜  EOF
2025-08-20T21:21:40.7962136Z [00:03:34.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1785/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil=>github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil;$WORK/b1785=>" -p github.com/anchore/syft/syft/format/internal/spdxutil -lang=go1.24 -complete -installsuffix shared -buildid 1TdtX25-OH1lRblfWfsW/1TdtX25-OH1lRblfWfsW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1785/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil/versions.go
2025-08-20T21:21:40.8179655Z [00:03:34.085]➜  go tool buildid -w $WORK/b1766/_pkg_.a # internal
2025-08-20T21:21:40.8207393Z [00:03:34.088]➜  go tool buildid -w $WORK/b1785/_pkg_.a # internal
2025-08-20T21:21:40.8212490Z [00:03:34.088]➜  cp $WORK/b1785/_pkg_.a /root/.cache/go-build/30/30ecec53c175c932e46b48f1bbd7d3c91451f97031959ac3c902b394b24644d2-d # internal
2025-08-20T21:21:40.8214928Z [00:03:34.089]➜  github.com/spdx/tools-golang/tagvalue/reader
2025-08-20T21:21:40.8217096Z [00:03:34.089]➜  mkdir -p $WORK/b1794/
2025-08-20T21:21:40.8219882Z [00:03:34.089]➜  cat >/tmp/go-build3547871397/b1794/importcfg << 'EOF' # internal
2025-08-20T21:21:40.8220564Z [00:03:34.089]➜  # import config
2025-08-20T21:21:40.8221207Z [00:03:34.089]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:40.8222009Z [00:03:34.089]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.8222977Z [00:03:34.089]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:40.8240117Z [00:03:34.089]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.8244550Z [00:03:34.089]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:40.8245184Z [00:03:34.089]➜  EOF
2025-08-20T21:21:40.8246274Z [00:03:34.090]➜  cp $WORK/b1766/_pkg_.a /root/.cache/go-build/b7/b743604725a66f628dcaf94fb37ed3c6d8c6fb0ac425eb30723728ab9ac3f5e2-d # internal
2025-08-20T21:21:40.8256630Z [00:03:34.090]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1794/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/tagvalue/reader=>github.com/spdx/tools-golang@v0.5.5/tagvalue/reader;$WORK/b1794=>" -p github.com/spdx/tools-golang/tagvalue/reader -lang=go1.13 -complete -installsuffix shared -buildid 12RxYuaSMWLs0qG_MP9U/12RxYuaSMWLs0qG_MP9U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1794/importcfg -pack /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/tagvalue/reader/reader.go
2025-08-20T21:21:40.8260190Z [00:03:34.090]➜  github.com/anchore/syft/syft/pkg/cataloger/arch
2025-08-20T21:21:40.8260822Z [00:03:34.091]➜  mkdir -p $WORK/b1765/
2025-08-20T21:21:40.8261676Z [00:03:34.091]➜  cat >/tmp/go-build3547871397/b1765/importcfg << 'EOF' # internal
2025-08-20T21:21:40.8262325Z [00:03:34.091]➜  # import config
2025-08-20T21:21:40.8263297Z [00:03:34.092]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:40.8265484Z [00:03:34.092]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:21:40.8266367Z [00:03:34.092]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:40.8267123Z [00:03:34.092]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.8268059Z [00:03:34.092]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:40.8269397Z [00:03:34.092]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:40.8270570Z [00:03:34.092]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:40.8271743Z [00:03:34.092]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:40.8273180Z [00:03:34.092]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:40.8274827Z [00:03:34.092]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:40.8276126Z [00:03:34.092]➜  packagefile github.com/anchore/syft/syft/linux=/tmp/go-build3547871397/b854/_pkg_.a
2025-08-20T21:21:40.8277188Z [00:03:34.092]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:40.8278394Z [00:03:34.092]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:40.8279971Z [00:03:34.092]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/internal/dependency=/tmp/go-build3547871397/b1756/_pkg_.a
2025-08-20T21:21:40.8281394Z [00:03:34.092]➜  packagefile github.com/go-viper/mapstructure/v2=/tmp/go-build3547871397/b767/_pkg_.a
2025-08-20T21:21:40.8282557Z [00:03:34.092]➜  packagefile github.com/vbatts/go-mtree=/tmp/go-build3547871397/b1766/_pkg_.a
2025-08-20T21:21:40.8283670Z [00:03:34.092]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:40.8284421Z [00:03:34.092]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:40.8285244Z [00:03:34.092]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:40.8286159Z [00:03:34.092]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:40.8291832Z [00:03:34.092]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.8292822Z [00:03:34.092]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:40.8293428Z [00:03:34.092]➜  EOF
2025-08-20T21:21:40.8313917Z [00:03:34.092]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1765/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/arch=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/arch;$WORK/b1765=>" -p github.com/anchore/syft/syft/pkg/cataloger/arch -lang=go1.24 -complete -installsuffix shared -buildid -gyF4m0jtszKBG1juaeG/-gyF4m0jtszKBG1juaeG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1765/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/arch/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/arch/dependency.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/arch/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/arch/parse_alpm_db.go
2025-08-20T21:21:40.8319090Z [00:03:34.096]➜  go tool buildid -w $WORK/b1585/_pkg_.a # internal
2025-08-20T21:21:40.8320475Z [00:03:34.096]➜  cp $WORK/b1585/_pkg_.a /root/.cache/go-build/f3/f3644def41f1b196024bc1eb96c0d44d597f1a70b501b6a1a4472371bd6a816a-d # internal
2025-08-20T21:21:40.8321590Z [00:03:34.098]➜  github.com/Masterminds/semver/v3
2025-08-20T21:21:40.8322141Z [00:03:34.098]➜  mkdir -p $WORK/b1801/
2025-08-20T21:21:40.8323369Z [00:03:34.098]➜  cat >/tmp/go-build3547871397/b1801/importcfg << 'EOF' # internal
2025-08-20T21:21:40.8324079Z [00:03:34.098]➜  # import config
2025-08-20T21:21:40.8324711Z [00:03:34.098]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:40.8325600Z [00:03:34.098]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:21:40.8326532Z [00:03:34.098]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:40.8327374Z [00:03:34.098]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:40.8328129Z [00:03:34.098]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.8328990Z [00:03:34.098]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:40.8329831Z [00:03:34.098]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:40.8330632Z [00:03:34.098]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.8331244Z [00:03:34.098]➜  EOF
2025-08-20T21:21:40.8342574Z [00:03:34.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1801/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0=>github.com/Masterminds/semver/v3@v3.4.0;$WORK/b1801=>" -p github.com/Masterminds/semver/v3 -lang=go1.21 -complete -installsuffix shared -buildid imL87eZwXEBJlG8oMkTY/imL87eZwXEBJlG8oMkTY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1801/importcfg -pack /root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0/collection.go /root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0/constraints.go /root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0/doc.go /root/go/pkg/mod/github.com/!masterminds/semver/v3@v3.4.0/version.go
2025-08-20T21:21:40.8347486Z [00:03:34.101]➜  go tool buildid -w $WORK/b1784/_pkg_.a # internal
2025-08-20T21:21:40.8360877Z [00:03:34.102]➜  cp $WORK/b1784/_pkg_.a /root/.cache/go-build/11/11f43a5e7ae00682ae149e15714816b5775c602fadb59d3b042d472ffacde987-d # internal
2025-08-20T21:21:40.8366304Z [00:03:34.103]➜  github.com/spdx/tools-golang/spdx/v2/v2_3
2025-08-20T21:21:40.8366891Z [00:03:34.103]➜  mkdir -p $WORK/b1783/
2025-08-20T21:21:40.8367603Z [00:03:34.103]➜  cat >/tmp/go-build3547871397/b1783/importcfg << 'EOF' # internal
2025-08-20T21:21:40.8368294Z [00:03:34.103]➜  # import config
2025-08-20T21:21:40.8369005Z [00:03:34.103]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:40.8369844Z [00:03:34.103]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.8370859Z [00:03:34.104]➜  packagefile github.com/anchore/go-struct-converter=/tmp/go-build3547871397/b1784/_pkg_.a
2025-08-20T21:21:40.8372176Z [00:03:34.104]➜  packagefile github.com/spdx/tools-golang/json/marshal=/tmp/go-build3547871397/b1782/_pkg_.a
2025-08-20T21:21:40.8373662Z [00:03:34.104]➜  packagefile github.com/spdx/tools-golang/spdx/v2/common=/tmp/go-build3547871397/b1781/_pkg_.a
2025-08-20T21:21:40.8374741Z [00:03:34.104]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.8375382Z [00:03:34.104]➜  EOF
2025-08-20T21:21:40.8384889Z [00:03:34.104]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1783/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3=>github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3;$WORK/b1783=>" -p github.com/spdx/tools-golang/spdx/v2/v2_3 -lang=go1.13 -complete -installsuffix shared -buildid JqzmfmNwe0OPc9d87_CG/JqzmfmNwe0OPc9d87_CG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1783/importcfg -pack /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/annotation.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/creation_info.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/document.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/file.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/other_license.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/package.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/relationship.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/review.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/snippet.go
2025-08-20T21:21:40.8486373Z [00:03:34.116]➜  go tool buildid -w $WORK/b1794/_pkg_.a # internal
2025-08-20T21:21:40.8489550Z [00:03:34.116]➜  cp $WORK/b1794/_pkg_.a /root/.cache/go-build/23/236a386f867f899730a50a963fbbe0c2fdd39117c9a43df4854238ff6e5d7141-d # internal
2025-08-20T21:21:40.8500984Z [00:03:34.116]➜  github.com/spdx/tools-golang/spdx/v2/v2_1
2025-08-20T21:21:40.8501590Z [00:03:34.116]➜  mkdir -p $WORK/b1788/
2025-08-20T21:21:40.8502312Z [00:03:34.116]➜  cat >/tmp/go-build3547871397/b1788/importcfg << 'EOF' # internal
2025-08-20T21:21:40.8503239Z [00:03:34.116]➜  # import config
2025-08-20T21:21:40.8504134Z [00:03:34.116]➜  packagefile github.com/anchore/go-struct-converter=/tmp/go-build3547871397/b1784/_pkg_.a
2025-08-20T21:21:40.8505483Z [00:03:34.116]➜  packagefile github.com/spdx/tools-golang/spdx/v2/common=/tmp/go-build3547871397/b1781/_pkg_.a
2025-08-20T21:21:40.8506360Z [00:03:34.116]➜  EOF
2025-08-20T21:21:40.8514703Z [00:03:34.116]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1788/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1=>github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1;$WORK/b1788=>" -p github.com/spdx/tools-golang/spdx/v2/v2_1 -lang=go1.13 -complete -installsuffix shared -buildid xHV7_eeH9EK7Hb9G856I/xHV7_eeH9EK7Hb9G856I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1788/importcfg -pack /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/annotation.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/creation_info.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/document.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/file.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/other_license.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/package.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/relationship.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/review.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/snippet.go
2025-08-20T21:21:40.8686704Z [00:03:34.136]➜  go tool buildid -w $WORK/b1788/_pkg_.a # internal
2025-08-20T21:21:40.8695822Z [00:03:34.137]➜  cp $WORK/b1788/_pkg_.a /root/.cache/go-build/3e/3ed556145d1006704fb5cb8a3704f0109177e6ce19c474e7ef72004cd65a10e6-d # internal
2025-08-20T21:21:40.8705782Z [00:03:34.138]➜  github.com/spdx/tools-golang/spdx/v2/v2_2
2025-08-20T21:21:40.8707528Z [00:03:34.138]➜  mkdir -p $WORK/b1789/
2025-08-20T21:21:40.8710774Z [00:03:34.138]➜  cat >/tmp/go-build3547871397/b1789/importcfg << 'EOF' # internal
2025-08-20T21:21:40.8712466Z [00:03:34.138]➜  # import config
2025-08-20T21:21:40.8713368Z [00:03:34.138]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:40.8714239Z [00:03:34.138]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.8715208Z [00:03:34.138]➜  packagefile github.com/anchore/go-struct-converter=/tmp/go-build3547871397/b1784/_pkg_.a
2025-08-20T21:21:40.8716416Z [00:03:34.138]➜  packagefile github.com/spdx/tools-golang/json/marshal=/tmp/go-build3547871397/b1782/_pkg_.a
2025-08-20T21:21:40.8717679Z [00:03:34.138]➜  packagefile github.com/spdx/tools-golang/spdx/v2/common=/tmp/go-build3547871397/b1781/_pkg_.a
2025-08-20T21:21:40.8718690Z [00:03:34.138]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.8719255Z [00:03:34.138]➜  EOF
2025-08-20T21:21:40.8727212Z [00:03:34.138]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1789/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2=>github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2;$WORK/b1789=>" -p github.com/spdx/tools-golang/spdx/v2/v2_2 -lang=go1.13 -complete -installsuffix shared -buildid hfao376YgS5ZPknOOI1s/hfao376YgS5ZPknOOI1s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1789/importcfg -pack /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/annotation.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/creation_info.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/document.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/file.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/other_license.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/package.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/relationship.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/review.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/snippet.go
2025-08-20T21:21:40.8743188Z [00:03:34.141]➜  go tool buildid -w $WORK/b1783/_pkg_.a # internal
2025-08-20T21:21:40.8744549Z [00:03:34.141]➜  cp $WORK/b1783/_pkg_.a /root/.cache/go-build/5d/5d7e904b80e42f8b9ad9e31fd33c9b1d89707d3e3cd3cf3f426de9878d221340-d # internal
2025-08-20T21:21:40.8745771Z [00:03:34.141]➜  github.com/spdx/tools-golang/spdx
2025-08-20T21:21:40.8746347Z [00:03:34.141]➜  mkdir -p $WORK/b1780/
2025-08-20T21:21:40.8747000Z [00:03:34.141]➜  cat >/tmp/go-build3547871397/b1780/importcfg << 'EOF' # internal
2025-08-20T21:21:40.8747665Z [00:03:34.141]➜  # import config
2025-08-20T21:21:40.8748603Z [00:03:34.141]➜  packagefile github.com/spdx/tools-golang/spdx/v2/common=/tmp/go-build3547871397/b1781/_pkg_.a
2025-08-20T21:21:40.8749872Z [00:03:34.141]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_3=/tmp/go-build3547871397/b1783/_pkg_.a
2025-08-20T21:21:40.8750814Z [00:03:34.141]➜  EOF
2025-08-20T21:21:40.8754710Z [00:03:34.141]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1780/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx=>github.com/spdx/tools-golang@v0.5.5/spdx;$WORK/b1780=>" -p github.com/spdx/tools-golang/spdx -lang=go1.13 -complete -installsuffix shared -buildid u4eJ71ExSv2avHL6g6Wy/u4eJ71ExSv2avHL6g6Wy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1780/importcfg -pack /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/model.go
2025-08-20T21:21:40.8867284Z [00:03:34.154]➜  go tool buildid -w $WORK/b1780/_pkg_.a # internal
2025-08-20T21:21:40.8871948Z [00:03:34.154]➜  cp $WORK/b1780/_pkg_.a /root/.cache/go-build/b4/b49e3bee5f2f80c16bd21d61575f124484b8725b2851a229456cb95596ac8076-d # internal
2025-08-20T21:21:40.8880924Z [00:03:34.155]➜  github.com/anchore/syft/syft/format/internal/spdxutil/helpers
2025-08-20T21:21:40.8883014Z [00:03:34.155]➜  mkdir -p $WORK/b1778/
2025-08-20T21:21:40.8885226Z [00:03:34.155]➜  cat >/tmp/go-build3547871397/b1778/importcfg << 'EOF' # internal
2025-08-20T21:21:40.8885976Z [00:03:34.155]➜  # import config
2025-08-20T21:21:40.8886746Z [00:03:34.155]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:40.8887766Z [00:03:34.155]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:40.8888725Z [00:03:34.155]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.8889791Z [00:03:34.155]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:40.8891131Z [00:03:34.155]➜  packagefile github.com/anchore/syft/internal/spdxlicense=/tmp/go-build3547871397/b930/_pkg_.a
2025-08-20T21:21:40.8892493Z [00:03:34.155]➜  packagefile github.com/anchore/syft/syft/license=/tmp/go-build3547871397/b929/_pkg_.a
2025-08-20T21:21:40.8894023Z [00:03:34.155]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:40.8895542Z [00:03:34.155]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:40.8896968Z [00:03:34.155]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:21:40.8898144Z [00:03:34.155]➜  packagefile github.com/google/uuid=/tmp/go-build3547871397/b276/_pkg_.a
2025-08-20T21:21:40.8899456Z [00:03:34.155]➜  packagefile github.com/spdx/gordf/uri=/tmp/go-build3547871397/b1779/_pkg_.a
2025-08-20T21:21:40.8900645Z [00:03:34.155]➜  packagefile github.com/spdx/tools-golang/spdx=/tmp/go-build3547871397/b1780/_pkg_.a
2025-08-20T21:21:40.8901693Z [00:03:34.155]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:40.8902529Z [00:03:34.155]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:40.8903519Z [00:03:34.155]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:40.8904368Z [00:03:34.155]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:40.8906611Z [00:03:34.155]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.8907553Z [00:03:34.155]➜  EOF
2025-08-20T21:21:40.8923134Z [00:03:34.155]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1778/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil/helpers=>github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil/helpers;$WORK/b1778=>" -p github.com/anchore/syft/syft/format/internal/spdxutil/helpers -lang=go1.24 -complete -installsuffix shared -buildid -2XGwHySKi8izjfClqSL/-2XGwHySKi8izjfClqSL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1778/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil/helpers/description.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil/helpers/document_name.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil/helpers/document_namespace.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil/helpers/download_location.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil/helpers/external_ref.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil/helpers/external_refs.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil/helpers/file_type.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil/helpers/h_digest.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil/helpers/homepage.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil/helpers/license.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil/helpers/originator_supplier.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil/helpers/relationship_type.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil/helpers/source_info.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/internal/spdxutil/helpers/spdxid.go
2025-08-20T21:21:40.9234120Z [00:03:34.188]➜  go tool buildid -w $WORK/b1765/_pkg_.a # internal
2025-08-20T21:21:40.9247951Z [00:03:34.192]➜  cp $WORK/b1765/_pkg_.a /root/.cache/go-build/56/563924c6f9260960cd8da2fc3a3383408bb06a52a8be2358f128c898fd3970e7-d # internal
2025-08-20T21:21:40.9251456Z [00:03:34.192]➜  go tool buildid -w $WORK/b1789/_pkg_.a # internal
2025-08-20T21:21:40.9263814Z [00:03:34.194]➜  github.com/spdx/tools-golang/spdx/v2/v2_1/tagvalue/reader
2025-08-20T21:21:40.9264925Z [00:03:34.194]➜  mkdir -p $WORK/b1793/
2025-08-20T21:21:40.9265648Z [00:03:34.194]➜  cat >/tmp/go-build3547871397/b1793/importcfg << 'EOF' # internal
2025-08-20T21:21:40.9266302Z [00:03:34.194]➜  # import config
2025-08-20T21:21:40.9266891Z [00:03:34.194]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.9267784Z [00:03:34.194]➜  packagefile github.com/spdx/tools-golang/spdx/v2/common=/tmp/go-build3547871397/b1781/_pkg_.a
2025-08-20T21:21:40.9269257Z [00:03:34.194]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_1=/tmp/go-build3547871397/b1788/_pkg_.a
2025-08-20T21:21:40.9270560Z [00:03:34.194]➜  packagefile github.com/spdx/tools-golang/tagvalue/reader=/tmp/go-build3547871397/b1794/_pkg_.a
2025-08-20T21:21:40.9271634Z [00:03:34.194]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:40.9272820Z [00:03:34.194]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.9273444Z [00:03:34.194]➜  EOF
2025-08-20T21:21:40.9299216Z [00:03:34.194]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1793/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/reader=>github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/reader;$WORK/b1793=>" -p github.com/spdx/tools-golang/spdx/v2/v2_1/tagvalue/reader -lang=go1.13 -complete -installsuffix shared -buildid 8tGVjpkpHdGaxLszSBnb/8tGVjpkpHdGaxLszSBnb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1793/importcfg -pack /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/reader/parse_annotation.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/reader/parse_creation_info.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/reader/parse_file.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/reader/parse_other_license.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/reader/parse_package.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/reader/parse_relationship.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/reader/parse_review.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/reader/parse_snippet.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/reader/parser.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/reader/types.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/reader/util.go
2025-08-20T21:21:40.9309960Z [00:03:34.197]➜  cp $WORK/b1789/_pkg_.a /root/.cache/go-build/e9/e964a4f4ebcb56c2d4976490ee26d50bc36c8a03942c03086515537054bf1a1e-d # internal
2025-08-20T21:21:40.9311103Z [00:03:34.197]➜  github.com/spdx/tools-golang/convert
2025-08-20T21:21:40.9311843Z [00:03:34.197]➜  mkdir -p $WORK/b1786/
2025-08-20T21:21:40.9312530Z [00:03:34.197]➜  cat >/tmp/go-build3547871397/b1786/importcfg << 'EOF' # internal
2025-08-20T21:21:40.9313408Z [00:03:34.197]➜  # import config
2025-08-20T21:21:40.9314018Z [00:03:34.197]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.9315004Z [00:03:34.197]➜  packagefile github.com/anchore/go-struct-converter=/tmp/go-build3547871397/b1784/_pkg_.a
2025-08-20T21:21:40.9316211Z [00:03:34.197]➜  packagefile github.com/spdx/tools-golang/spdx/common=/tmp/go-build3547871397/b1787/_pkg_.a
2025-08-20T21:21:40.9317450Z [00:03:34.197]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_1=/tmp/go-build3547871397/b1788/_pkg_.a
2025-08-20T21:21:40.9318675Z [00:03:34.197]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_2=/tmp/go-build3547871397/b1789/_pkg_.a
2025-08-20T21:21:40.9319910Z [00:03:34.197]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_3=/tmp/go-build3547871397/b1783/_pkg_.a
2025-08-20T21:21:40.9321031Z [00:03:34.197]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:40.9321634Z [00:03:34.197]➜  EOF
2025-08-20T21:21:40.9325738Z [00:03:34.197]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1786/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/convert=>github.com/spdx/tools-golang@v0.5.5/convert;$WORK/b1786=>" -p github.com/spdx/tools-golang/convert -lang=go1.13 -complete -installsuffix shared -buildid w_cChl_S_h6F_bbIar5s/w_cChl_S_h6F_bbIar5s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1786/importcfg -pack /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/convert/chain.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/convert/struct.go
2025-08-20T21:21:40.9527934Z [00:03:34.220]➜  go tool buildid -w $WORK/b1801/_pkg_.a # internal
2025-08-20T21:21:40.9547242Z [00:03:34.222]➜  cp $WORK/b1801/_pkg_.a /root/.cache/go-build/d0/d0ba940231bd550e1b6f2bd015fce9f149b48dfddd5d2c65af034c41dea94bb7-d # internal
2025-08-20T21:21:40.9561233Z [00:03:34.223]➜  github.com/spdx/tools-golang/spdx/v2/v2_1/tagvalue/writer
2025-08-20T21:21:40.9561939Z [00:03:34.223]➜  mkdir -p $WORK/b1795/
2025-08-20T21:21:40.9569345Z [00:03:34.224]➜  cat >/tmp/go-build3547871397/b1795/importcfg << 'EOF' # internal
2025-08-20T21:21:40.9570365Z [00:03:34.224]➜  # import config
2025-08-20T21:21:40.9573283Z [00:03:34.224]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.9574355Z [00:03:34.224]➜  packagefile github.com/spdx/tools-golang/spdx/v2/common=/tmp/go-build3547871397/b1781/_pkg_.a
2025-08-20T21:21:40.9575604Z [00:03:34.224]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_1=/tmp/go-build3547871397/b1788/_pkg_.a
2025-08-20T21:21:40.9576694Z [00:03:34.224]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:40.9577533Z [00:03:34.224]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:40.9578370Z [00:03:34.224]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:40.9579056Z [00:03:34.224]➜  EOF
2025-08-20T21:21:40.9589909Z [00:03:34.224]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1795/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/writer=>github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/writer;$WORK/b1795=>" -p github.com/spdx/tools-golang/spdx/v2/v2_1/tagvalue/writer -lang=go1.13 -complete -installsuffix shared -buildid QtwpADP9LvPI4dhikU-o/QtwpADP9LvPI4dhikU-o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1795/importcfg -pack /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/writer/save_annotation.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/writer/save_creation_info.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/writer/save_document.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/writer/save_file.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/writer/save_other_license.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/writer/save_package.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/writer/save_relationship.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/writer/save_review.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/writer/save_snippet.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_1/tagvalue/writer/util.go
2025-08-20T21:21:40.9707635Z [00:03:34.236]➜  go tool buildid -w $WORK/b1786/_pkg_.a # internal
2025-08-20T21:21:40.9710514Z [00:03:34.238]➜  cp $WORK/b1786/_pkg_.a /root/.cache/go-build/f8/f8258a7f2e29d1e2eeb70deb6e9f4b3ed8c917dd4f792c176f468761a49280e8-d # internal
2025-08-20T21:21:40.9725910Z [00:03:34.240]➜  github.com/spdx/tools-golang/json
2025-08-20T21:21:40.9728691Z [00:03:34.240]➜  mkdir -p $WORK/b1790/
2025-08-20T21:21:40.9729451Z [00:03:34.240]➜  cat >/tmp/go-build3547871397/b1790/importcfg << 'EOF' # internal
2025-08-20T21:21:40.9730100Z [00:03:34.240]➜  # import config
2025-08-20T21:21:40.9730709Z [00:03:34.240]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:40.9731547Z [00:03:34.240]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:40.9734521Z [00:03:34.241]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:40.9735539Z [00:03:34.241]➜  packagefile github.com/spdx/tools-golang/convert=/tmp/go-build3547871397/b1786/_pkg_.a
2025-08-20T21:21:40.9736681Z [00:03:34.241]➜  packagefile github.com/spdx/tools-golang/spdx=/tmp/go-build3547871397/b1780/_pkg_.a
2025-08-20T21:21:40.9738105Z [00:03:34.241]➜  packagefile github.com/spdx/tools-golang/spdx/common=/tmp/go-build3547871397/b1787/_pkg_.a
2025-08-20T21:21:40.9739426Z [00:03:34.241]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_1=/tmp/go-build3547871397/b1788/_pkg_.a
2025-08-20T21:21:40.9740707Z [00:03:34.241]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_2=/tmp/go-build3547871397/b1789/_pkg_.a
2025-08-20T21:21:40.9742178Z [00:03:34.241]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_3=/tmp/go-build3547871397/b1783/_pkg_.a
2025-08-20T21:21:40.9743466Z [00:03:34.241]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:40.9744076Z [00:03:34.241]➜  EOF
2025-08-20T21:21:40.9749953Z [00:03:34.242]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1790/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/json=>github.com/spdx/tools-golang@v0.5.5/json;$WORK/b1790=>" -p github.com/spdx/tools-golang/json -lang=go1.13 -complete -installsuffix shared -buildid 4yAnqHf5CjBSPhp34km2/4yAnqHf5CjBSPhp34km2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1790/importcfg -pack /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/json/reader.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/json/writer.go
2025-08-20T21:21:41.0083531Z [00:03:34.276]➜  go tool buildid -w $WORK/b1790/_pkg_.a # internal
2025-08-20T21:21:41.0094230Z [00:03:34.277]➜  cp $WORK/b1790/_pkg_.a /root/.cache/go-build/fe/fe8fce0251a1ccdfa29f3e3bb1b4471443344c9574f34ff4d68334b5adb1e7f2-d # internal
2025-08-20T21:21:41.0100492Z [00:03:34.277]➜  github.com/spdx/tools-golang/spdx/v2/v2_2/tagvalue/reader
2025-08-20T21:21:41.0102100Z [00:03:34.277]➜  mkdir -p $WORK/b1796/
2025-08-20T21:21:41.0107091Z [00:03:34.278]➜  cat >/tmp/go-build3547871397/b1796/importcfg << 'EOF' # internal
2025-08-20T21:21:41.0107994Z [00:03:34.278]➜  # import config
2025-08-20T21:21:41.0108833Z [00:03:34.278]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.0109931Z [00:03:34.278]➜  packagefile github.com/spdx/tools-golang/spdx/v2/common=/tmp/go-build3547871397/b1781/_pkg_.a
2025-08-20T21:21:41.0111383Z [00:03:34.278]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_2=/tmp/go-build3547871397/b1789/_pkg_.a
2025-08-20T21:21:41.0112824Z [00:03:34.278]➜  packagefile github.com/spdx/tools-golang/tagvalue/reader=/tmp/go-build3547871397/b1794/_pkg_.a
2025-08-20T21:21:41.0114008Z [00:03:34.278]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:41.0114813Z [00:03:34.278]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.0115434Z [00:03:34.278]➜  EOF
2025-08-20T21:21:41.0126789Z [00:03:34.278]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1796/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/reader=>github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/reader;$WORK/b1796=>" -p github.com/spdx/tools-golang/spdx/v2/v2_2/tagvalue/reader -lang=go1.13 -complete -installsuffix shared -buildid JtdYA32-Tb2pC4IF53LM/JtdYA32-Tb2pC4IF53LM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1796/importcfg -pack /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/reader/parse_annotation.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/reader/parse_creation_info.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/reader/parse_file.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/reader/parse_other_license.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/reader/parse_package.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/reader/parse_relationship.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/reader/parse_review.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/reader/parse_snippet.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/reader/parser.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/reader/types.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/reader/util.go
2025-08-20T21:21:41.0188573Z [00:03:34.286]➜  go tool buildid -w $WORK/b1778/_pkg_.a # internal
2025-08-20T21:21:41.0217148Z [00:03:34.289]➜  cp $WORK/b1778/_pkg_.a /root/.cache/go-build/29/29967b4ec58981af02253ae719d174f9d86857d8bd482c8570b93726cc5cb75a-d # internal
2025-08-20T21:21:41.0221694Z [00:03:34.289]➜  github.com/anchore/syft/syft/format/common/spdxhelpers
2025-08-20T21:21:41.0223979Z [00:03:34.290]➜  mkdir -p $WORK/b1777/
2025-08-20T21:21:41.0232200Z [00:03:34.291]➜  cat >/tmp/go-build3547871397/b1777/importcfg << 'EOF' # internal
2025-08-20T21:21:41.0237130Z [00:03:34.291]➜  # import config
2025-08-20T21:21:41.0237850Z [00:03:34.291]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:41.0238767Z [00:03:34.291]➜  packagefile crypto/sha1=/tmp/go-build3547871397/b219/_pkg_.a
2025-08-20T21:21:41.0239696Z [00:03:34.291]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:41.0241524Z [00:03:34.291]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.0242562Z [00:03:34.291]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:41.0243997Z [00:03:34.291]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:41.0245188Z [00:03:34.291]➜  packagefile github.com/anchore/syft/internal/mimetype=/tmp/go-build3547871397/b1575/_pkg_.a
2025-08-20T21:21:41.0246487Z [00:03:34.291]➜  packagefile github.com/anchore/syft/internal/relationship=/tmp/go-build3547871397/b1251/_pkg_.a
2025-08-20T21:21:41.0247867Z [00:03:34.291]➜  packagefile github.com/anchore/syft/internal/spdxlicense=/tmp/go-build3547871397/b930/_pkg_.a
2025-08-20T21:21:41.0249235Z [00:03:34.291]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:41.0250594Z [00:03:34.291]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:21:41.0251685Z [00:03:34.291]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:41.0253003Z [00:03:34.291]➜  packagefile github.com/anchore/syft/syft/format/internal=/tmp/go-build3547871397/b1727/_pkg_.a
2025-08-20T21:21:41.0254738Z [00:03:34.291]➜  packagefile github.com/anchore/syft/syft/format/internal/spdxutil/helpers=/tmp/go-build3547871397/b1778/_pkg_.a
2025-08-20T21:21:41.0256225Z [00:03:34.291]➜  packagefile github.com/anchore/syft/syft/license=/tmp/go-build3547871397/b929/_pkg_.a
2025-08-20T21:21:41.0257491Z [00:03:34.291]➜  packagefile github.com/anchore/syft/syft/linux=/tmp/go-build3547871397/b854/_pkg_.a
2025-08-20T21:21:41.0258735Z [00:03:34.291]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:41.0259957Z [00:03:34.291]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:41.0261230Z [00:03:34.291]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:21:41.0262493Z [00:03:34.291]➜  packagefile github.com/distribution/reference=/tmp/go-build3547871397/b1071/_pkg_.a
2025-08-20T21:21:41.0264754Z [00:03:34.291]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:41.0265966Z [00:03:34.291]➜  packagefile github.com/spdx/tools-golang/spdx=/tmp/go-build3547871397/b1780/_pkg_.a
2025-08-20T21:21:41.0267150Z [00:03:34.291]➜  packagefile github.com/spdx/tools-golang/spdx/v2/common=/tmp/go-build3547871397/b1781/_pkg_.a
2025-08-20T21:21:41.0268153Z [00:03:34.291]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:41.0268984Z [00:03:34.291]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:41.0269772Z [00:03:34.291]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:41.0270605Z [00:03:34.291]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:41.0271526Z [00:03:34.291]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:41.0272326Z [00:03:34.291]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:41.0273647Z [00:03:34.291]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.0274578Z [00:03:34.291]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:41.0275147Z [00:03:34.291]➜  EOF
2025-08-20T21:21:41.0280050Z [00:03:34.291]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1777/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/common/spdxhelpers=>github.com/anchore/syft@v1.28.0/syft/format/common/spdxhelpers;$WORK/b1777=>" -p github.com/anchore/syft/syft/format/common/spdxhelpers -lang=go1.24 -complete -installsuffix shared -buildid lcW24qJixIA1g0qMw2Wf/lcW24qJixIA1g0qMw2Wf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1777/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/common/spdxhelpers/to_format_model.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/common/spdxhelpers/to_syft_model.go
2025-08-20T21:21:41.0324528Z [00:03:34.298]➜  go tool buildid -w $WORK/b1795/_pkg_.a # internal
2025-08-20T21:21:41.0328918Z [00:03:34.300]➜  cp $WORK/b1795/_pkg_.a /root/.cache/go-build/58/58a778356f20f713c79395849f6d0fff42e61034cbd502b2e1be0a8d7581a710-d # internal
2025-08-20T21:21:41.0330331Z [00:03:34.300]➜  github.com/spdx/tools-golang/spdx/v2/v2_2/tagvalue/writer
2025-08-20T21:21:41.0331041Z [00:03:34.300]➜  mkdir -p $WORK/b1797/
2025-08-20T21:21:41.0331787Z [00:03:34.300]➜  cat >/tmp/go-build3547871397/b1797/importcfg << 'EOF' # internal
2025-08-20T21:21:41.0332463Z [00:03:34.300]➜  # import config
2025-08-20T21:21:41.0333263Z [00:03:34.300]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.0334345Z [00:03:34.300]➜  packagefile github.com/spdx/tools-golang/spdx/v2/common=/tmp/go-build3547871397/b1781/_pkg_.a
2025-08-20T21:21:41.0335831Z [00:03:34.300]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_2=/tmp/go-build3547871397/b1789/_pkg_.a
2025-08-20T21:21:41.0336860Z [00:03:34.300]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:41.0337773Z [00:03:34.300]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:41.0338602Z [00:03:34.300]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.0339204Z [00:03:34.300]➜  EOF
2025-08-20T21:21:41.0349681Z [00:03:34.300]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1797/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/writer=>github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/writer;$WORK/b1797=>" -p github.com/spdx/tools-golang/spdx/v2/v2_2/tagvalue/writer -lang=go1.13 -complete -installsuffix shared -buildid 2cUnoL6773top0V25fKj/2cUnoL6773top0V25fKj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1797/importcfg -pack /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/writer/save_annotation.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/writer/save_creation_info.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/writer/save_document.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/writer/save_file.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/writer/save_other_license.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/writer/save_package.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/writer/save_relationship.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/writer/save_review.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/writer/save_snippet.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_2/tagvalue/writer/util.go
2025-08-20T21:21:41.0786889Z [00:03:34.346]➜  go tool buildid -w $WORK/b1793/_pkg_.a # internal
2025-08-20T21:21:41.0799046Z [00:03:34.347]➜  cp $WORK/b1793/_pkg_.a /root/.cache/go-build/4e/4ebc82fac5c87ee089c551a2cc1378515286412838be34a7ca5ff5780c137937-d # internal
2025-08-20T21:21:41.0804036Z [00:03:34.348]➜  github.com/spdx/tools-golang/spdx/v2/v2_3/tagvalue/reader
2025-08-20T21:21:41.0806303Z [00:03:34.348]➜  mkdir -p $WORK/b1798/
2025-08-20T21:21:41.0810382Z [00:03:34.348]➜  cat >/tmp/go-build3547871397/b1798/importcfg << 'EOF' # internal
2025-08-20T21:21:41.0813555Z [00:03:34.349]➜  # import config
2025-08-20T21:21:41.0814199Z [00:03:34.349]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.0815353Z [00:03:34.349]➜  packagefile github.com/spdx/tools-golang/spdx/v2/common=/tmp/go-build3547871397/b1781/_pkg_.a
2025-08-20T21:21:41.0816721Z [00:03:34.349]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_3=/tmp/go-build3547871397/b1783/_pkg_.a
2025-08-20T21:21:41.0818070Z [00:03:34.349]➜  packagefile github.com/spdx/tools-golang/tagvalue/reader=/tmp/go-build3547871397/b1794/_pkg_.a
2025-08-20T21:21:41.0821468Z [00:03:34.349]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:41.0822311Z [00:03:34.349]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.0823163Z [00:03:34.349]➜  EOF
2025-08-20T21:21:41.0839321Z [00:03:34.349]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1798/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/reader=>github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/reader;$WORK/b1798=>" -p github.com/spdx/tools-golang/spdx/v2/v2_3/tagvalue/reader -lang=go1.13 -complete -installsuffix shared -buildid KGNTGFzJbj2j8W-e3Tty/KGNTGFzJbj2j8W-e3Tty -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1798/importcfg -pack /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/reader/parse_annotation.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/reader/parse_creation_info.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/reader/parse_file.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/reader/parse_other_license.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/reader/parse_package.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/reader/parse_relationship.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/reader/parse_review.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/reader/parse_snippet.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/reader/parser.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/reader/types.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/reader/util.go
2025-08-20T21:21:41.1228267Z [00:03:34.390]➜  go tool buildid -w $WORK/b1797/_pkg_.a # internal
2025-08-20T21:21:41.1242417Z [00:03:34.392]➜  cp $WORK/b1797/_pkg_.a /root/.cache/go-build/f8/f8b62508689e46c49d07979d218de172a3b9ab8034803a0933340af705883033-d # internal
2025-08-20T21:21:41.1250620Z [00:03:34.392]➜  github.com/spdx/tools-golang/spdx/v2/v2_3/tagvalue/writer
2025-08-20T21:21:41.1255853Z [00:03:34.393]➜  mkdir -p $WORK/b1799/
2025-08-20T21:21:41.1266760Z [00:03:34.394]➜  cat >/tmp/go-build3547871397/b1799/importcfg << 'EOF' # internal
2025-08-20T21:21:41.1269304Z [00:03:34.394]➜  # import config
2025-08-20T21:21:41.1269974Z [00:03:34.394]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.1271059Z [00:03:34.394]➜  packagefile github.com/spdx/tools-golang/spdx/v2/common=/tmp/go-build3547871397/b1781/_pkg_.a
2025-08-20T21:21:41.1272381Z [00:03:34.394]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_3=/tmp/go-build3547871397/b1783/_pkg_.a
2025-08-20T21:21:41.1273627Z [00:03:34.394]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:41.1274617Z [00:03:34.394]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:41.1275483Z [00:03:34.394]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.1276102Z [00:03:34.394]➜  EOF
2025-08-20T21:21:41.1291712Z [00:03:34.394]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1799/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/writer=>github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/writer;$WORK/b1799=>" -p github.com/spdx/tools-golang/spdx/v2/v2_3/tagvalue/writer -lang=go1.13 -complete -installsuffix shared -buildid FRS_EKRpAjd6kXsEIBQI/FRS_EKRpAjd6kXsEIBQI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1799/importcfg -pack /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/writer/save_annotation.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/writer/save_creation_info.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/writer/save_document.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/writer/save_file.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/writer/save_other_license.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/writer/save_package.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/writer/save_relationship.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/writer/save_review.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/writer/save_snippet.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/v2_3/tagvalue/writer/util.go
2025-08-20T21:21:41.1339663Z [00:03:34.401]➜  go tool buildid -w $WORK/b1796/_pkg_.a # internal
2025-08-20T21:21:41.1355001Z [00:03:34.403]➜  cp $WORK/b1796/_pkg_.a /root/.cache/go-build/07/07b1a230b0ca5fe33e1dfdb52d8a4540b0424d8271f02a8c7cd2050ad4708325-d # internal
2025-08-20T21:21:41.1372904Z [00:03:34.403]➜  github.com/anchore/syft/syft/internal/sourcemetadata
2025-08-20T21:21:41.1373826Z [00:03:34.403]➜  mkdir -p $WORK/b1803/
2025-08-20T21:21:41.1374565Z [00:03:34.404]➜  cat >/tmp/go-build3547871397/b1803/importcfg << 'EOF' # internal
2025-08-20T21:21:41.1375235Z [00:03:34.404]➜  # import config
2025-08-20T21:21:41.1376021Z [00:03:34.404]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.1377034Z [00:03:34.404]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:21:41.1378200Z [00:03:34.404]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:41.1379165Z [00:03:34.404]➜  packagefile go/ast=/tmp/go-build3547871397/b129/_pkg_.a
2025-08-20T21:21:41.1379981Z [00:03:34.404]➜  packagefile go/parser=/tmp/go-build3547871397/b135/_pkg_.a
2025-08-20T21:21:41.1380796Z [00:03:34.404]➜  packagefile go/token=/tmp/go-build3547871397/b131/_pkg_.a
2025-08-20T21:21:41.1381617Z [00:03:34.404]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:21:41.1382855Z [00:03:34.404]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:41.1383799Z [00:03:34.404]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:41.1384623Z [00:03:34.404]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:41.1385419Z [00:03:34.404]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.1386243Z [00:03:34.404]➜  packagefile testing=/tmp/go-build3547871397/b1185/_pkg_.a
2025-08-20T21:21:41.1387061Z [00:03:34.404]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:41.1387688Z [00:03:34.404]➜  EOF
2025-08-20T21:21:41.1394306Z [00:03:34.404]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1803/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/sourcemetadata=>github.com/anchore/syft@v1.28.0/syft/internal/sourcemetadata;$WORK/b1803=>" -p github.com/anchore/syft/syft/internal/sourcemetadata -lang=go1.24 -complete -installsuffix shared -buildid mzRynGCyfzNnZ8yEI1y9/mzRynGCyfzNnZ8yEI1y9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1803/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/sourcemetadata/completion_tester.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/sourcemetadata/discover_type_names.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/sourcemetadata/generated.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/sourcemetadata/names.go
2025-08-20T21:21:41.2375525Z [00:03:34.505]➜  go tool buildid -w $WORK/b1777/_pkg_.a # internal
2025-08-20T21:21:41.2407401Z [00:03:34.508]➜  cp $WORK/b1777/_pkg_.a /root/.cache/go-build/35/35fc33c79ecaa27351b1a5d78fd4e6302522337163a53e11c60cd05ef0f87041-d # internal
2025-08-20T21:21:41.2415303Z [00:03:34.509]➜  github.com/anchore/syft/syft/format/spdxjson
2025-08-20T21:21:41.2416905Z [00:03:34.509]➜  mkdir -p $WORK/b1776/
2025-08-20T21:21:41.2426240Z [00:03:34.510]➜  cat >/tmp/go-build3547871397/b1776/importcfg << 'EOF' # internal
2025-08-20T21:21:41.2428595Z [00:03:34.510]➜  # import config
2025-08-20T21:21:41.2431327Z [00:03:34.510]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:41.2432450Z [00:03:34.510]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.2437688Z [00:03:34.510]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:41.2439058Z [00:03:34.510]➜  packagefile github.com/anchore/syft/syft/format/common/spdxhelpers=/tmp/go-build3547871397/b1777/_pkg_.a
2025-08-20T21:21:41.2440628Z [00:03:34.510]➜  packagefile github.com/anchore/syft/syft/format/internal/spdxutil=/tmp/go-build3547871397/b1785/_pkg_.a
2025-08-20T21:21:41.2442168Z [00:03:34.510]➜  packagefile github.com/anchore/syft/syft/format/internal/stream=/tmp/go-build3547871397/b1729/_pkg_.a
2025-08-20T21:21:41.2443798Z [00:03:34.510]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:41.2445171Z [00:03:34.510]➜  packagefile github.com/spdx/tools-golang/convert=/tmp/go-build3547871397/b1786/_pkg_.a
2025-08-20T21:21:41.2446435Z [00:03:34.510]➜  packagefile github.com/spdx/tools-golang/json=/tmp/go-build3547871397/b1790/_pkg_.a
2025-08-20T21:21:41.2447901Z [00:03:34.510]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_1=/tmp/go-build3547871397/b1788/_pkg_.a
2025-08-20T21:21:41.2449263Z [00:03:34.510]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_2=/tmp/go-build3547871397/b1789/_pkg_.a
2025-08-20T21:21:41.2450601Z [00:03:34.510]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_3=/tmp/go-build3547871397/b1783/_pkg_.a
2025-08-20T21:21:41.2451679Z [00:03:34.510]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:41.2452526Z [00:03:34.510]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.2455782Z [00:03:34.510]➜  EOF
2025-08-20T21:21:41.2460394Z [00:03:34.511]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1776/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/spdxjson=>github.com/anchore/syft@v1.28.0/syft/format/spdxjson;$WORK/b1776=>" -p github.com/anchore/syft/syft/format/spdxjson -lang=go1.24 -complete -installsuffix shared -buildid 7Y8SRBdkl2_xOEOyjef4/7Y8SRBdkl2_xOEOyjef4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1776/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/spdxjson/decoder.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/spdxjson/encoder.go
2025-08-20T21:21:41.2469555Z [00:03:34.514]➜  go tool buildid -w $WORK/b1803/_pkg_.a # internal
2025-08-20T21:21:41.2493077Z [00:03:34.516]➜  cp $WORK/b1803/_pkg_.a /root/.cache/go-build/6c/6c6054eeec06087144a727d1e91dcd4dd8f316e2dc835a6a99959806397f301e-d # internal
2025-08-20T21:21:41.2530506Z [00:03:34.518]➜  github.com/anchore/syft/syft/format/syftjson/model
2025-08-20T21:21:41.2531204Z [00:03:34.518]➜  mkdir -p $WORK/b1802/
2025-08-20T21:21:41.2531975Z [00:03:34.518]➜  cat >/tmp/go-build3547871397/b1802/importcfg << 'EOF' # internal
2025-08-20T21:21:41.2532793Z [00:03:34.518]➜  # import config
2025-08-20T21:21:41.2533620Z [00:03:34.518]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:41.2534710Z [00:03:34.518]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:41.2535523Z [00:03:34.518]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.2536597Z [00:03:34.518]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:41.2537877Z [00:03:34.518]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:41.2539091Z [00:03:34.518]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:41.2540477Z [00:03:34.518]➜  packagefile github.com/anchore/syft/syft/internal/packagemetadata=/tmp/go-build3547871397/b1728/_pkg_.a
2025-08-20T21:21:41.2542031Z [00:03:34.518]➜  packagefile github.com/anchore/syft/syft/internal/sourcemetadata=/tmp/go-build3547871397/b1803/_pkg_.a
2025-08-20T21:21:41.2543578Z [00:03:34.518]➜  packagefile github.com/anchore/syft/syft/license=/tmp/go-build3547871397/b929/_pkg_.a
2025-08-20T21:21:41.2544799Z [00:03:34.518]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:41.2546015Z [00:03:34.518]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:21:41.2547031Z [00:03:34.518]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:41.2547875Z [00:03:34.518]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:41.2548703Z [00:03:34.518]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.2549386Z [00:03:34.518]➜  EOF
2025-08-20T21:21:41.2557624Z [00:03:34.518]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1802/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/syftjson/model=>github.com/anchore/syft@v1.28.0/syft/format/syftjson/model;$WORK/b1802=>" -p github.com/anchore/syft/syft/format/syftjson/model -lang=go1.24 -complete -installsuffix shared -buildid VNnDMAJw34u32rpe_p_C/VNnDMAJw34u32rpe_p_C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1802/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/syftjson/model/document.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/syftjson/model/file.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/syftjson/model/linux_release.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/syftjson/model/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/syftjson/model/relationship.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/syftjson/model/secrets.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/syftjson/model/source.go
2025-08-20T21:21:41.2565279Z [00:03:34.518]➜  go tool buildid -w $WORK/b1799/_pkg_.a # internal
2025-08-20T21:21:41.2566538Z [00:03:34.519]➜  cp $WORK/b1799/_pkg_.a /root/.cache/go-build/43/438819025b567f2a88627d47102e03227580c42e76014d7193218e67ffbc7792-d # internal
2025-08-20T21:21:41.2567578Z [00:03:34.519]➜  image/png
2025-08-20T21:21:41.2568064Z [00:03:34.519]➜  mkdir -p $WORK/b1808/
2025-08-20T21:21:41.2568813Z [00:03:34.520]➜  cat >/tmp/go-build3547871397/b1808/importcfg << 'EOF' # internal
2025-08-20T21:21:41.2569507Z [00:03:34.520]➜  # import config
2025-08-20T21:21:41.2570194Z [00:03:34.520]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:41.2571111Z [00:03:34.520]➜  packagefile compress/zlib=/tmp/go-build3547871397/b460/_pkg_.a
2025-08-20T21:21:41.2572062Z [00:03:34.520]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:41.2573123Z [00:03:34.520]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.2573935Z [00:03:34.520]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:41.2574755Z [00:03:34.520]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:41.2575579Z [00:03:34.520]➜  packagefile image=/tmp/go-build3547871397/b1642/_pkg_.a
2025-08-20T21:21:41.2576599Z [00:03:34.520]➜  packagefile image/color=/tmp/go-build3547871397/b748/_pkg_.a
2025-08-20T21:21:41.2577423Z [00:03:34.520]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:41.2578211Z [00:03:34.520]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:41.2578808Z [00:03:34.520]➜  EOF
2025-08-20T21:21:41.2581929Z [00:03:34.520]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1808/_pkg_.a -trimpath "/root/.go/src/image/png=>image/png;$WORK/b1808=>" -p image/png -lang=go1.25 -std -complete -installsuffix shared -buildid qzsMKh2rBp5Dhx3yfnzl/qzsMKh2rBp5Dhx3yfnzl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1808/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:21:41.2614394Z [00:03:34.529]➜  go tool buildid -w $WORK/b1798/_pkg_.a # internal
2025-08-20T21:21:41.2639466Z [00:03:34.530]➜  cp $WORK/b1798/_pkg_.a /root/.cache/go-build/cd/cd73db5d3dbc296e36569ce00e42af1c99bb7ef5d811771cf764efb9feefad17-d # internal
2025-08-20T21:21:41.2640911Z [00:03:34.530]➜  github.com/spdx/tools-golang/tagvalue
2025-08-20T21:21:41.2645296Z [00:03:34.530]➜  mkdir -p $WORK/b1792/
2025-08-20T21:21:41.2646232Z [00:03:34.532]➜  cat >/tmp/go-build3547871397/b1792/importcfg << 'EOF' # internal
2025-08-20T21:21:41.2646909Z [00:03:34.532]➜  # import config
2025-08-20T21:21:41.2647549Z [00:03:34.532]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.2648514Z [00:03:34.532]➜  packagefile github.com/spdx/tools-golang/convert=/tmp/go-build3547871397/b1786/_pkg_.a
2025-08-20T21:21:41.2649782Z [00:03:34.532]➜  packagefile github.com/spdx/tools-golang/spdx=/tmp/go-build3547871397/b1780/_pkg_.a
2025-08-20T21:21:41.2651248Z [00:03:34.532]➜  packagefile github.com/spdx/tools-golang/spdx/common=/tmp/go-build3547871397/b1787/_pkg_.a
2025-08-20T21:21:41.2652554Z [00:03:34.532]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_1=/tmp/go-build3547871397/b1788/_pkg_.a
2025-08-20T21:21:41.2654427Z [00:03:34.532]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_1/tagvalue/reader=/tmp/go-build3547871397/b1793/_pkg_.a
2025-08-20T21:21:41.2655959Z [00:03:34.532]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_1/tagvalue/writer=/tmp/go-build3547871397/b1795/_pkg_.a
2025-08-20T21:21:41.2657316Z [00:03:34.532]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_2=/tmp/go-build3547871397/b1789/_pkg_.a
2025-08-20T21:21:41.2658777Z [00:03:34.532]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_2/tagvalue/reader=/tmp/go-build3547871397/b1796/_pkg_.a
2025-08-20T21:21:41.2660336Z [00:03:34.532]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_2/tagvalue/writer=/tmp/go-build3547871397/b1797/_pkg_.a
2025-08-20T21:21:41.2661919Z [00:03:34.532]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_3=/tmp/go-build3547871397/b1783/_pkg_.a
2025-08-20T21:21:41.2664052Z [00:03:34.532]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_3/tagvalue/reader=/tmp/go-build3547871397/b1798/_pkg_.a
2025-08-20T21:21:41.2665629Z [00:03:34.532]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_3/tagvalue/writer=/tmp/go-build3547871397/b1799/_pkg_.a
2025-08-20T21:21:41.2667079Z [00:03:34.532]➜  packagefile github.com/spdx/tools-golang/tagvalue/reader=/tmp/go-build3547871397/b1794/_pkg_.a
2025-08-20T21:21:41.2668164Z [00:03:34.532]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:41.2668785Z [00:03:34.532]➜  EOF
2025-08-20T21:21:41.2703302Z [00:03:34.532]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1792/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/tagvalue=>github.com/spdx/tools-golang@v0.5.5/tagvalue;$WORK/b1792=>" -p github.com/spdx/tools-golang/tagvalue -lang=go1.13 -complete -installsuffix shared -buildid a4rES1GVUF5WNuGNRAsZ/a4rES1GVUF5WNuGNRAsZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1792/importcfg -pack /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/tagvalue/reader.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/tagvalue/writer.go
2025-08-20T21:21:41.2940620Z [00:03:34.560]➜  go tool buildid -w $WORK/b1792/_pkg_.a # internal
2025-08-20T21:21:41.2942224Z [00:03:34.561]➜  cp $WORK/b1792/_pkg_.a /root/.cache/go-build/b1/b110a0c71c65cea056172808e50cd58bc58360a97f9e94ab67f382212c764a68-d # internal
2025-08-20T21:21:41.2944711Z [00:03:34.561]➜  github.com/anchore/syft/syft/format/spdxtagvalue
2025-08-20T21:21:41.2946110Z [00:03:34.562]➜  mkdir -p $WORK/b1791/
2025-08-20T21:21:41.3009278Z [00:03:34.568]➜  go tool buildid -w $WORK/b1776/_pkg_.a # internal
2025-08-20T21:21:41.3089939Z [00:03:34.576]➜  cp $WORK/b1776/_pkg_.a /root/.cache/go-build/b3/b336ee0c53c948e8d0f65a5f20a10f439cbae4ca5f65d76be456d95e66f7a89f-d # internal
2025-08-20T21:21:41.3091159Z [00:03:34.576]➜  github.com/charmbracelet/x/term
2025-08-20T21:21:41.3091745Z [00:03:34.576]➜  mkdir -p $WORK/b1812/
2025-08-20T21:21:41.3092470Z [00:03:34.576]➜  cat >/tmp/go-build3547871397/b1812/importcfg << 'EOF' # internal
2025-08-20T21:21:41.3093457Z [00:03:34.576]➜  # import config
2025-08-20T21:21:41.3094193Z [00:03:34.576]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:41.3095054Z [00:03:34.576]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:41.3095828Z [00:03:34.576]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:41.3096422Z [00:03:34.576]➜  EOF
2025-08-20T21:21:41.3102907Z [00:03:34.576]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1812/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1=>github.com/charmbracelet/x/term@v0.2.1;$WORK/b1812=>" -p github.com/charmbracelet/x/term -lang=go1.18 -complete -installsuffix shared -buildid KvS_mQvoKlSqpK57RPgA/KvS_mQvoKlSqpK57RPgA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1812/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:21:41.3110660Z [00:03:34.576]➜  cat >/tmp/go-build3547871397/b1791/importcfg << 'EOF' # internal
2025-08-20T21:21:41.3111360Z [00:03:34.576]➜  # import config
2025-08-20T21:21:41.3112029Z [00:03:34.576]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:41.3113004Z [00:03:34.576]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.3114158Z [00:03:34.576]➜  packagefile github.com/anchore/syft/syft/format/common/spdxhelpers=/tmp/go-build3547871397/b1777/_pkg_.a
2025-08-20T21:21:41.3115732Z [00:03:34.576]➜  packagefile github.com/anchore/syft/syft/format/internal/spdxutil=/tmp/go-build3547871397/b1785/_pkg_.a
2025-08-20T21:21:41.3117153Z [00:03:34.576]➜  packagefile github.com/anchore/syft/syft/format/internal/stream=/tmp/go-build3547871397/b1729/_pkg_.a
2025-08-20T21:21:41.3118456Z [00:03:34.576]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:41.3119610Z [00:03:34.576]➜  packagefile github.com/spdx/tools-golang/convert=/tmp/go-build3547871397/b1786/_pkg_.a
2025-08-20T21:21:41.3120819Z [00:03:34.576]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_1=/tmp/go-build3547871397/b1788/_pkg_.a
2025-08-20T21:21:41.3122045Z [00:03:34.576]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_2=/tmp/go-build3547871397/b1789/_pkg_.a
2025-08-20T21:21:41.3123465Z [00:03:34.576]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_3=/tmp/go-build3547871397/b1783/_pkg_.a
2025-08-20T21:21:41.3124703Z [00:03:34.576]➜  packagefile github.com/spdx/tools-golang/tagvalue=/tmp/go-build3547871397/b1792/_pkg_.a
2025-08-20T21:21:41.3125670Z [00:03:34.576]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:41.3126487Z [00:03:34.576]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.3127125Z [00:03:34.576]➜  EOF
2025-08-20T21:21:41.3132015Z [00:03:34.576]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1791/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/spdxtagvalue=>github.com/anchore/syft@v1.28.0/syft/format/spdxtagvalue;$WORK/b1791=>" -p github.com/anchore/syft/syft/format/spdxtagvalue -lang=go1.24 -complete -installsuffix shared -buildid Kq8c3eNmPCzd1KwWc91w/Kq8c3eNmPCzd1KwWc91w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1791/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/spdxtagvalue/decoder.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/spdxtagvalue/encoder.go
2025-08-20T21:21:41.3169089Z [00:03:34.582]➜  go tool buildid -w $WORK/b1802/_pkg_.a # internal
2025-08-20T21:21:41.3174116Z [00:03:34.583]➜  cp $WORK/b1802/_pkg_.a /root/.cache/go-build/8f/8f1c65cab3fcfeda42eb744f900a2c18ef47711ff0c19e4a4251a1a97ff0103c-d # internal
2025-08-20T21:21:41.3176667Z [00:03:34.584]➜  github.com/anchore/syft/syft/format/syftjson
2025-08-20T21:21:41.3184152Z [00:03:34.584]➜  mkdir -p $WORK/b1800/
2025-08-20T21:21:41.3185015Z [00:03:34.584]➜  cat >/tmp/go-build3547871397/b1800/importcfg << 'EOF' # internal
2025-08-20T21:21:41.3185749Z [00:03:34.584]➜  # import config
2025-08-20T21:21:41.3186474Z [00:03:34.584]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:41.3187291Z [00:03:34.584]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.3196191Z [00:03:34.584]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build3547871397/b1801/_pkg_.a
2025-08-20T21:21:41.3197355Z [00:03:34.584]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:41.3198619Z [00:03:34.584]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:41.3199693Z [00:03:34.584]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:41.3200923Z [00:03:34.584]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:41.3202010Z [00:03:34.584]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:21:41.3203279Z [00:03:34.584]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:41.3204551Z [00:03:34.584]➜  packagefile github.com/anchore/syft/syft/format/internal=/tmp/go-build3547871397/b1727/_pkg_.a
2025-08-20T21:21:41.3205939Z [00:03:34.584]➜  packagefile github.com/anchore/syft/syft/format/internal/stream=/tmp/go-build3547871397/b1729/_pkg_.a
2025-08-20T21:21:41.3207496Z [00:03:34.584]➜  packagefile github.com/anchore/syft/syft/format/syftjson/model=/tmp/go-build3547871397/b1802/_pkg_.a
2025-08-20T21:21:41.3209137Z [00:03:34.584]➜  packagefile github.com/anchore/syft/syft/internal/packagemetadata=/tmp/go-build3547871397/b1728/_pkg_.a
2025-08-20T21:21:41.3210694Z [00:03:34.584]➜  packagefile github.com/anchore/syft/syft/internal/sourcemetadata=/tmp/go-build3547871397/b1803/_pkg_.a
2025-08-20T21:21:41.3212195Z [00:03:34.584]➜  packagefile github.com/anchore/syft/syft/linux=/tmp/go-build3547871397/b854/_pkg_.a
2025-08-20T21:21:41.3213602Z [00:03:34.584]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:41.3214764Z [00:03:34.584]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:41.3215934Z [00:03:34.584]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:21:41.3217023Z [00:03:34.584]➜  packagefile github.com/google/go-cmp/cmp=/tmp/go-build3547871397/b468/_pkg_.a
2025-08-20T21:21:41.3217920Z [00:03:34.584]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:41.3218650Z [00:03:34.584]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:41.3219428Z [00:03:34.584]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:41.3220213Z [00:03:34.584]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:41.3220972Z [00:03:34.584]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:41.3221739Z [00:03:34.584]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:41.3222522Z [00:03:34.584]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:41.3223547Z [00:03:34.584]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.3224191Z [00:03:34.584]➜  EOF
2025-08-20T21:21:41.3230200Z [00:03:34.584]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1800/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/syftjson=>github.com/anchore/syft@v1.28.0/syft/format/syftjson;$WORK/b1800=>" -p github.com/anchore/syft/syft/format/syftjson -lang=go1.24 -complete -installsuffix shared -buildid PSdycqnAy1-uDMRadm_D/PSdycqnAy1-uDMRadm_D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1800/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/syftjson/decoder.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/syftjson/encoder.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/syftjson/to_format_model.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/syftjson/to_syft_model.go
2025-08-20T21:21:41.3597372Z [00:03:34.627]➜  go tool buildid -w $WORK/b1791/_pkg_.a # internal
2025-08-20T21:21:41.3610593Z [00:03:34.628]➜  cp $WORK/b1791/_pkg_.a /root/.cache/go-build/78/781db561378c45c93436d14f64ec4d875fc6010bbca4f859c990cc69bafb63d6-d # internal
2025-08-20T21:21:41.3612598Z [00:03:34.628]➜  github.com/aymanbagabas/go-osc52/v2
2025-08-20T21:21:41.3615153Z [00:03:34.629]➜  mkdir -p $WORK/b1814/
2025-08-20T21:21:41.3619362Z [00:03:34.629]➜  cat >/tmp/go-build3547871397/b1814/importcfg << 'EOF' # internal
2025-08-20T21:21:41.3620083Z [00:03:34.629]➜  # import config
2025-08-20T21:21:41.3623478Z [00:03:34.629]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:41.3624681Z [00:03:34.629]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.3625554Z [00:03:34.629]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:41.3626410Z [00:03:34.629]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.3627031Z [00:03:34.629]➜  EOF
2025-08-20T21:21:41.3630714Z [00:03:34.629]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1814/_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/b1814=>" -p github.com/aymanbagabas/go-osc52/v2 -lang=go1.16 -complete -installsuffix shared -buildid cOolcpb2q78kLlI2QNXY/cOolcpb2q78kLlI2QNXY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1814/importcfg -pack /root/go/pkg/mod/github.com/aymanbagabas/go-osc52/v2@v2.0.1/osc52.go
2025-08-20T21:21:41.3839604Z [00:03:34.651]➜  go tool buildid -w $WORK/b1812/_pkg_.a # internal
2025-08-20T21:21:41.3846565Z [00:03:34.652]➜  cp $WORK/b1812/_pkg_.a /root/.cache/go-build/af/af0dc3851ab9d3b9fd56ad9a8979d02eded0b4aab19ccb06e5fa0e95315187ab-d # internal
2025-08-20T21:21:41.3848520Z [00:03:34.652]➜  github.com/olekukonko/errors
2025-08-20T21:21:41.3850949Z [00:03:34.652]➜  mkdir -p $WORK/b1816/
2025-08-20T21:21:41.3855597Z [00:03:34.653]➜  cat >/tmp/go-build3547871397/b1816/importcfg << 'EOF' # internal
2025-08-20T21:21:41.3857802Z [00:03:34.653]➜  # import config
2025-08-20T21:21:41.3858801Z [00:03:34.653]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:41.3859998Z [00:03:34.653]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:41.3861612Z [00:03:34.653]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:21:41.3863234Z [00:03:34.653]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:41.3864631Z [00:03:34.653]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:41.3865897Z [00:03:34.653]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.3866879Z [00:03:34.653]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:41.3868898Z [00:03:34.653]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:41.3869753Z [00:03:34.653]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:41.3870612Z [00:03:34.653]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.3871466Z [00:03:34.653]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:41.3872340Z [00:03:34.653]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:41.3873449Z [00:03:34.653]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:41.3874335Z [00:03:34.653]➜  EOF
2025-08-20T21:21:41.3882436Z [00:03:34.653]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1816/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/errors@v0.0.0-20250405072817-4e6d85265da6=>github.com/olekukonko/errors@v0.0.0-20250405072817-4e6d85265da6;$WORK/b1816=>" -p github.com/olekukonko/errors -lang=go1.21 -complete -installsuffix shared -buildid XG1QdQMxRKah0La_QK6I/XG1QdQMxRKah0La_QK6I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1816/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/errors@v0.0.0-20250405072817-4e6d85265da6/errors.go /root/go/pkg/mod/github.com/olekukonko/errors@v0.0.0-20250405072817-4e6d85265da6/helper.go /root/go/pkg/mod/github.com/olekukonko/errors@v0.0.0-20250405072817-4e6d85265da6/multi_error.go /root/go/pkg/mod/github.com/olekukonko/errors@v0.0.0-20250405072817-4e6d85265da6/pool.go /root/go/pkg/mod/github.com/olekukonko/errors@v0.0.0-20250405072817-4e6d85265da6/pool_above_1_24.go /root/go/pkg/mod/github.com/olekukonko/errors@v0.0.0-20250405072817-4e6d85265da6/retry.go /root/go/pkg/mod/github.com/olekukonko/errors@v0.0.0-20250405072817-4e6d85265da6/utils.go
2025-08-20T21:21:41.4025166Z [00:03:34.669]➜  go tool buildid -w $WORK/b1814/_pkg_.a # internal
2025-08-20T21:21:41.4040868Z [00:03:34.671]➜  cp $WORK/b1814/_pkg_.a /root/.cache/go-build/cf/cf5f313e427a1af6c6cc95c09acd0656f764166b0c7aed84f2b14a83348a66f8-d # internal
2025-08-20T21:21:41.4056976Z [00:03:34.671]➜  github.com/muesli/termenv
2025-08-20T21:21:41.4057563Z [00:03:34.671]➜  mkdir -p $WORK/b1813/
2025-08-20T21:21:41.4058311Z [00:03:34.671]➜  cat >/tmp/go-build3547871397/b1813/importcfg << 'EOF' # internal
2025-08-20T21:21:41.4058999Z [00:03:34.671]➜  # import config
2025-08-20T21:21:41.4059650Z [00:03:34.671]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:41.4060450Z [00:03:34.671]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.4061646Z [00:03:34.671]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build3547871397/b1814/_pkg_.a
2025-08-20T21:21:41.4063042Z [00:03:34.671]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3547871397/b747/_pkg_.a
2025-08-20T21:21:41.4064174Z [00:03:34.671]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3547871397/b797/_pkg_.a
2025-08-20T21:21:41.4065336Z [00:03:34.671]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3547871397/b750/_pkg_.a
2025-08-20T21:21:41.4066346Z [00:03:34.671]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:41.4067290Z [00:03:34.671]➜  packagefile image/color=/tmp/go-build3547871397/b748/_pkg_.a
2025-08-20T21:21:41.4068106Z [00:03:34.671]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:41.4068872Z [00:03:34.671]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:41.4069653Z [00:03:34.671]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:41.4070480Z [00:03:34.671]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:41.4071315Z [00:03:34.671]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.4072070Z [00:03:34.671]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:41.4073181Z [00:03:34.671]➜  packagefile text/template=/tmp/go-build3547871397/b281/_pkg_.a
2025-08-20T21:21:41.4074077Z [00:03:34.671]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:41.4074701Z [00:03:34.671]➜  EOF
2025-08-20T21:21:41.4084371Z [00:03:34.671]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1813/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/termenv@v0.16.0=>github.com/muesli/termenv@v0.16.0;$WORK/b1813=>" -p github.com/muesli/termenv -lang=go1.17 -complete -installsuffix shared -buildid BW-UI5UpZ4uMqvyLCVnB/BW-UI5UpZ4uMqvyLCVnB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1813/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:21:41.4343888Z [00:03:34.702]➜  go tool buildid -w $WORK/b1808/_pkg_.a # internal
2025-08-20T21:21:41.4365710Z [00:03:34.704]➜  cp $WORK/b1808/_pkg_.a /root/.cache/go-build/57/5781639d4da87f2e2ba172880d9fd9a8a66c3ae47b2b98e2eab5063f7f9ee3a4-d # internal
2025-08-20T21:21:41.4373270Z [00:03:34.704]➜  github.com/charmbracelet/x/ansi/kitty
2025-08-20T21:21:41.4374574Z [00:03:34.705]➜  mkdir -p $WORK/b1807/
2025-08-20T21:21:41.4382340Z [00:03:34.706]➜  cat >/tmp/go-build3547871397/b1807/importcfg << 'EOF' # internal
2025-08-20T21:21:41.4384038Z [00:03:34.706]➜  # import config
2025-08-20T21:21:41.4385154Z [00:03:34.706]➜  packagefile compress/zlib=/tmp/go-build3547871397/b460/_pkg_.a
2025-08-20T21:21:41.4386563Z [00:03:34.706]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:21:41.4387661Z [00:03:34.706]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:41.4390112Z [00:03:34.706]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.4391263Z [00:03:34.706]➜  packagefile image=/tmp/go-build3547871397/b1642/_pkg_.a
2025-08-20T21:21:41.4392463Z [00:03:34.706]➜  packagefile image/color=/tmp/go-build3547871397/b748/_pkg_.a
2025-08-20T21:21:41.4394114Z [00:03:34.706]➜  packagefile image/png=/tmp/go-build3547871397/b1808/_pkg_.a
2025-08-20T21:21:41.4395199Z [00:03:34.706]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:41.4396082Z [00:03:34.706]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:41.4397173Z [00:03:34.706]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.4397826Z [00:03:34.706]➜  EOF
2025-08-20T21:21:41.4415695Z [00:03:34.706]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1807/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/kitty=>github.com/charmbracelet/x/ansi@v0.9.3/kitty;$WORK/b1807=>" -p github.com/charmbracelet/x/ansi/kitty -lang=go1.23 -complete -installsuffix shared -buildid KBIVUtDnCEu2sUTh-MVk/KBIVUtDnCEu2sUTh-MVk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1807/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/kitty/decoder.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/kitty/encoder.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/kitty/graphics.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/kitty/options.go
2025-08-20T21:21:41.4807900Z [00:03:34.748]➜  go tool buildid -w $WORK/b1800/_pkg_.a # internal
2025-08-20T21:21:41.4849737Z [00:03:34.752]➜  cp $WORK/b1800/_pkg_.a /root/.cache/go-build/42/4244ce11229139f00c5e35597857c8bd4e83cf0405cfe67477d99f2df0cde1b2-d # internal
2025-08-20T21:21:41.4853594Z [00:03:34.752]➜  github.com/olekukonko/ll/lx
2025-08-20T21:21:41.4854196Z [00:03:34.752]➜  mkdir -p $WORK/b1819/
2025-08-20T21:21:41.4855136Z [00:03:34.753]➜  cat >/tmp/go-build3547871397/b1819/importcfg << 'EOF' # internal
2025-08-20T21:21:41.4855990Z [00:03:34.753]➜  # import config
2025-08-20T21:21:41.4856781Z [00:03:34.753]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.4857752Z [00:03:34.753]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:41.4858656Z [00:03:34.753]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:41.4859547Z [00:03:34.753]➜  EOF
2025-08-20T21:21:41.4863563Z [00:03:34.753]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1819/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8/lx=>github.com/olekukonko/ll@v0.0.8/lx;$WORK/b1819=>" -p github.com/olekukonko/ll/lx -lang=go1.21 -complete -installsuffix shared -buildid vuIyaidBXNQwbC4sL0oo/vuIyaidBXNQwbC4sL0oo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1819/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8/lx/lx.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8/lx/ns.go
2025-08-20T21:21:41.4917675Z [00:03:34.759]➜  go tool buildid -w $WORK/b1807/_pkg_.a # internal
2025-08-20T21:21:41.4928453Z [00:03:34.760]➜  cp $WORK/b1807/_pkg_.a /root/.cache/go-build/ac/ac73350aa89034aefc2f92340810bfe2aaa07067fd4b67d5fe0cb9bd22ce4597-d # internal
2025-08-20T21:21:41.4947996Z [00:03:34.762]➜  github.com/charmbracelet/x/ansi
2025-08-20T21:21:41.4948691Z [00:03:34.762]➜  mkdir -p $WORK/b1806/
2025-08-20T21:21:41.4950191Z [00:03:34.762]➜  cat >/tmp/go-build3547871397/b1806/importcfg << 'EOF' # internal
2025-08-20T21:21:41.4951263Z [00:03:34.762]➜  # import config
2025-08-20T21:21:41.4952219Z [00:03:34.762]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:41.4953621Z [00:03:34.762]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:41.4954971Z [00:03:34.762]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:41.4956116Z [00:03:34.762]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:41.4957182Z [00:03:34.762]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.4958532Z [00:03:34.762]➜  packagefile github.com/charmbracelet/x/ansi/kitty=/tmp/go-build3547871397/b1807/_pkg_.a
2025-08-20T21:21:41.4960117Z [00:03:34.762]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build3547871397/b1809/_pkg_.a
2025-08-20T21:21:41.4961675Z [00:03:34.762]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3547871397/b747/_pkg_.a
2025-08-20T21:21:41.4963194Z [00:03:34.762]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3547871397/b749/_pkg_.a
2025-08-20T21:21:41.4964577Z [00:03:34.762]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3547871397/b750/_pkg_.a
2025-08-20T21:21:41.4965552Z [00:03:34.762]➜  packagefile image=/tmp/go-build3547871397/b1642/_pkg_.a
2025-08-20T21:21:41.4966473Z [00:03:34.762]➜  packagefile image/color=/tmp/go-build3547871397/b748/_pkg_.a
2025-08-20T21:21:41.4967351Z [00:03:34.762]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:41.4968201Z [00:03:34.762]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:41.4969029Z [00:03:34.762]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:41.4969860Z [00:03:34.762]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:41.4970732Z [00:03:34.762]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:41.4971632Z [00:03:34.762]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.4972479Z [00:03:34.762]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:41.4973593Z [00:03:34.762]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:41.4974491Z [00:03:34.762]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:41.4975195Z [00:03:34.762]➜  EOF
2025-08-20T21:21:41.4999248Z [00:03:34.762]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1806/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3=>github.com/charmbracelet/x/ansi@v0.9.3;$WORK/b1806=>" -p github.com/charmbracelet/x/ansi -lang=go1.23 -complete -installsuffix shared -buildid sk8991onjIkbAh-8T1Ks/sk8991onjIkbAh-8T1Ks -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1806/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/ansi.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/ascii.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/background.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/c0.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/c1.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/charset.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/clipboard.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/color.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/ctrl.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/cursor.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/cwd.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/doc.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/finalterm.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/focus.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/graphics.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/hyperlink.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/iterm2.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/keypad.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/kitty.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/method.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/mode.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/modes.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/mouse.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/notification.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/parser.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/parser_decode.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/parser_handler.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/parser_sync.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/passthrough.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/paste.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/reset.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/screen.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/sgr.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/status.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/style.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/termcap.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/title.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/truncate.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/util.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/width.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/winop.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/wrap.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/xterm.go
2025-08-20T21:21:41.6415507Z [00:03:34.908]➜  go tool buildid -w $WORK/b1816/_pkg_.a # internal
2025-08-20T21:21:41.6416315Z [00:03:34.909]➜  go tool buildid -w $WORK/b1819/_pkg_.a # internal
2025-08-20T21:21:41.6451288Z [00:03:34.912]➜  cp $WORK/b1819/_pkg_.a /root/.cache/go-build/4a/4a28bb0f4eec59e23c931682eda182d36a8c114d0b2d7338ad9581152ca2f6da-d # internal
2025-08-20T21:21:41.6454098Z [00:03:34.913]➜  github.com/olekukonko/ll/lh
2025-08-20T21:21:41.6455030Z [00:03:34.913]➜  mkdir -p $WORK/b1818/
2025-08-20T21:21:41.6483739Z [00:03:34.913]➜  cat >/tmp/go-build3547871397/b1818/importcfg << 'EOF' # internal
2025-08-20T21:21:41.6484803Z [00:03:34.913]➜  # import config
2025-08-20T21:21:41.6485862Z [00:03:34.913]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:41.6486976Z [00:03:34.913]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:41.6488039Z [00:03:34.913]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:41.6489978Z [00:03:34.913]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.6490965Z [00:03:34.913]➜  packagefile github.com/olekukonko/ll/lx=/tmp/go-build3547871397/b1819/_pkg_.a
2025-08-20T21:21:41.6491902Z [00:03:34.913]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:41.6493127Z [00:03:34.913]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:21:41.6494006Z [00:03:34.913]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:41.6494820Z [00:03:34.913]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:41.6495801Z [00:03:34.913]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:41.6496616Z [00:03:34.913]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.6497420Z [00:03:34.913]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:41.6498177Z [00:03:34.913]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:41.6498764Z [00:03:34.913]➜  EOF
2025-08-20T21:21:41.6499882Z [00:03:34.915]➜  cp $WORK/b1816/_pkg_.a /root/.cache/go-build/0c/0cee59919e54b62be4249002a73e92c6587b86bec12380483a920f2ad6d81a72-d # internal
2025-08-20T21:21:41.6501057Z [00:03:34.915]➜  github.com/olekukonko/tablewriter/pkg/twwidth
2025-08-20T21:21:41.6501725Z [00:03:34.915]➜  mkdir -p $WORK/b1821/
2025-08-20T21:21:41.6507738Z [00:03:34.915]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1818/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8/lh=>github.com/olekukonko/ll@v0.0.8/lh;$WORK/b1818=>" -p github.com/olekukonko/ll/lh -lang=go1.21 -complete -installsuffix shared -buildid PXkw9NcfrE-EDvvy1iyM/PXkw9NcfrE-EDvvy1iyM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1818/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8/lh/buffered.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8/lh/colorized.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8/lh/json.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8/lh/memory.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8/lh/multi.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8/lh/slog.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8/lh/text.go
2025-08-20T21:21:41.6516950Z [00:03:34.915]➜  cat >/tmp/go-build3547871397/b1821/importcfg << 'EOF' # internal
2025-08-20T21:21:41.6517831Z [00:03:34.915]➜  # import config
2025-08-20T21:21:41.6518516Z [00:03:34.915]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:41.6519468Z [00:03:34.915]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3547871397/b749/_pkg_.a
2025-08-20T21:21:41.6520549Z [00:03:34.915]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:41.6521348Z [00:03:34.915]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.6522141Z [00:03:34.915]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:41.6522943Z [00:03:34.915]➜  EOF
2025-08-20T21:21:41.6526936Z [00:03:34.915]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1821/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/pkg/twwidth=>github.com/olekukonko/tablewriter@v1.0.8/pkg/twwidth;$WORK/b1821=>" -p github.com/olekukonko/tablewriter/pkg/twwidth -lang=go1.21 -complete -installsuffix shared -buildid 1tgPWbA1dpT5WY-TDL3t/1tgPWbA1dpT5WY-TDL3t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1821/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/pkg/twwidth/width.go
2025-08-20T21:21:41.6651539Z [00:03:34.932]➜  go tool buildid -w $WORK/b1813/_pkg_.a # internal
2025-08-20T21:21:41.6692399Z [00:03:34.936]➜  cp $WORK/b1813/_pkg_.a /root/.cache/go-build/85/85f646eee1b0265ab3db1253acd6bb5b7773e6374d81fbc86a03a8d3dac06d6d-d # internal
2025-08-20T21:21:41.6696022Z [00:03:34.936]➜  github.com/fatih/color
2025-08-20T21:21:41.6700619Z [00:03:34.937]➜  mkdir -p $WORK/b1823/
2025-08-20T21:21:41.6709077Z [00:03:34.938]➜  cat >/tmp/go-build3547871397/b1823/importcfg << 'EOF' # internal
2025-08-20T21:21:41.6748899Z [00:03:34.938]➜  # import config
2025-08-20T21:21:41.6749613Z [00:03:34.938]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.6750662Z [00:03:34.938]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3547871397/b796/_pkg_.a
2025-08-20T21:21:41.6751984Z [00:03:34.938]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3547871397/b797/_pkg_.a
2025-08-20T21:21:41.6753160Z [00:03:34.938]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:41.6753958Z [00:03:34.938]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:41.6755013Z [00:03:34.938]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:41.6755812Z [00:03:34.938]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.6756642Z [00:03:34.938]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:41.6757262Z [00:03:34.938]➜  EOF
2025-08-20T21:21:41.6760862Z [00:03:34.938]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1823/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fatih/color@v1.18.0=>github.com/fatih/color@v1.18.0;$WORK/b1823=>" -p github.com/fatih/color -lang=go1.17 -complete -installsuffix shared -buildid vcah9M2Zyu-BIA4lx80b/vcah9M2Zyu-BIA4lx80b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1823/importcfg -pack /root/go/pkg/mod/github.com/fatih/color@v1.18.0/color.go /root/go/pkg/mod/github.com/fatih/color@v1.18.0/doc.go
2025-08-20T21:21:41.6839720Z [00:03:34.951]➜  go tool buildid -w $WORK/b1821/_pkg_.a # internal
2025-08-20T21:21:41.6848560Z [00:03:34.952]➜  cp $WORK/b1821/_pkg_.a /root/.cache/go-build/17/175443674ed87f229c0cc8d280496fe0e0d9c2ba3a4bf4ab9db6357a23d9b9dc-d # internal
2025-08-20T21:21:41.6857449Z [00:03:34.953]➜  github.com/olekukonko/tablewriter/pkg/twwarp
2025-08-20T21:21:41.6866241Z [00:03:34.953]➜  mkdir -p $WORK/b1820/
2025-08-20T21:21:41.6867032Z [00:03:34.953]➜  cat >/tmp/go-build3547871397/b1820/importcfg << 'EOF' # internal
2025-08-20T21:21:41.6867724Z [00:03:34.953]➜  # import config
2025-08-20T21:21:41.6868723Z [00:03:34.953]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwidth=/tmp/go-build3547871397/b1821/_pkg_.a
2025-08-20T21:21:41.6869974Z [00:03:34.953]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3547871397/b750/_pkg_.a
2025-08-20T21:21:41.6871101Z [00:03:34.953]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:41.6871961Z [00:03:34.953]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.6872985Z [00:03:34.953]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:41.6873786Z [00:03:34.953]➜  EOF
2025-08-20T21:21:41.6877714Z [00:03:34.953]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1820/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/pkg/twwarp=>github.com/olekukonko/tablewriter@v1.0.8/pkg/twwarp;$WORK/b1820=>" -p github.com/olekukonko/tablewriter/pkg/twwarp -lang=go1.21 -complete -installsuffix shared -buildid TmnXOktYvvxZMeRpu6EP/TmnXOktYvvxZMeRpu6EP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1820/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/pkg/twwarp/wrap.go
2025-08-20T21:21:41.7535218Z [00:03:35.017]➜  go tool buildid -w $WORK/b1820/_pkg_.a # internal
2025-08-20T21:21:41.7550970Z [00:03:35.018]➜  cp $WORK/b1820/_pkg_.a /root/.cache/go-build/e7/e7b16eaeb2f78d86ec6e7f1725e00403382d5a8bde282c365d977d99c80ed169-d # internal
2025-08-20T21:21:41.7552145Z [00:03:35.019]➜  github.com/Masterminds/goutils
2025-08-20T21:21:41.7552990Z [00:03:35.019]➜  mkdir -p $WORK/b1827/
2025-08-20T21:21:41.7553760Z [00:03:35.020]➜  cat >/tmp/go-build3547871397/b1827/importcfg << 'EOF' # internal
2025-08-20T21:21:41.7554447Z [00:03:35.020]➜  # import config
2025-08-20T21:21:41.7555095Z [00:03:35.020]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:41.7555955Z [00:03:35.020]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:41.7556808Z [00:03:35.020]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.7557620Z [00:03:35.020]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:41.7558434Z [00:03:35.020]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:41.7559505Z [00:03:35.020]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:41.7560398Z [00:03:35.020]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.7561200Z [00:03:35.020]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:41.7562140Z [00:03:35.020]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:41.7562983Z [00:03:35.020]➜  EOF
2025-08-20T21:21:41.7568115Z [00:03:35.021]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1827/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!masterminds/goutils@v1.1.1=>github.com/Masterminds/goutils@v1.1.1;$WORK/b1827=>" -p github.com/Masterminds/goutils -lang=go1.16 -complete -installsuffix shared -buildid xlhKFk7RfNffThO8KrBo/xlhKFk7RfNffThO8KrBo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1827/importcfg -pack /root/go/pkg/mod/github.com/!masterminds/goutils@v1.1.1/cryptorandomstringutils.go /root/go/pkg/mod/github.com/!masterminds/goutils@v1.1.1/randomstringutils.go /root/go/pkg/mod/github.com/!masterminds/goutils@v1.1.1/stringutils.go /root/go/pkg/mod/github.com/!masterminds/goutils@v1.1.1/wordutils.go
2025-08-20T21:21:41.7636116Z [00:03:35.031]➜  go tool buildid -w $WORK/b1823/_pkg_.a # internal
2025-08-20T21:21:41.7652895Z [00:03:35.032]➜  cp $WORK/b1823/_pkg_.a /root/.cache/go-build/62/625e97bfb6923c9df3a5dd156a98b446b1b7358a5db0ccbd8ca7be41f3653e58-d # internal
2025-08-20T21:21:41.7664397Z [00:03:35.034]➜  github.com/huandu/xstrings
2025-08-20T21:21:41.7668837Z [00:03:35.034]➜  mkdir -p $WORK/b1828/
2025-08-20T21:21:41.7686312Z [00:03:35.036]➜  cat >/tmp/go-build3547871397/b1828/importcfg << 'EOF' # internal
2025-08-20T21:21:41.7687492Z [00:03:35.036]➜  # import config
2025-08-20T21:21:41.7689631Z [00:03:35.036]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:41.7690651Z [00:03:35.036]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.7693583Z [00:03:35.036]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:41.7694707Z [00:03:35.036]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:41.7695630Z [00:03:35.036]➜  EOF
2025-08-20T21:21:41.7703002Z [00:03:35.036]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1828/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0=>github.com/huandu/xstrings@v1.5.0;$WORK/b1828=>" -p github.com/huandu/xstrings -lang=go1.12 -complete -installsuffix shared -buildid lSgsLVVKK3dP5ggbEjZy/lSgsLVVKK3dP5ggbEjZy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1828/importcfg -pack /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/common.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/convert.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/count.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/doc.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/format.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/manipulate.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/stringbuilder.go /root/go/pkg/mod/github.com/huandu/xstrings@v1.5.0/translate.go
2025-08-20T21:21:41.8599602Z [00:03:35.127]➜  go tool buildid -w $WORK/b1827/_pkg_.a # internal
2025-08-20T21:21:41.8609457Z [00:03:35.128]➜  cp $WORK/b1827/_pkg_.a /root/.cache/go-build/7e/7e68291ba8bb79f5591b1d8f6596416c5ce0344da4ad4dbfa73f2ed5b772a2de-d # internal
2025-08-20T21:21:41.8644044Z [00:03:35.129]➜  github.com/mitchellh/reflectwalk
2025-08-20T21:21:41.8660925Z [00:03:35.129]➜  mkdir -p $WORK/b1830/
2025-08-20T21:21:41.8661633Z [00:03:35.129]➜  go tool buildid -w $WORK/b1818/_pkg_.a # internal
2025-08-20T21:21:41.8662499Z [00:03:35.129]➜  cat >/tmp/go-build3547871397/b1830/importcfg << 'EOF' # internal
2025-08-20T21:21:41.8663408Z [00:03:35.129]➜  # import config
2025-08-20T21:21:41.8664099Z [00:03:35.129]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:41.8666419Z [00:03:35.129]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.8667496Z [00:03:35.129]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:41.8668157Z [00:03:35.129]➜  EOF
2025-08-20T21:21:41.8673079Z [00:03:35.129]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1830/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/reflectwalk@v1.0.2=>github.com/mitchellh/reflectwalk@v1.0.2;$WORK/b1830=>" -p github.com/mitchellh/reflectwalk -lang=go1.16 -complete -installsuffix shared -buildid YBluf-KQfQD3RdLgp3Hq/YBluf-KQfQD3RdLgp3Hq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1830/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/reflectwalk@v1.0.2/location.go /root/go/pkg/mod/github.com/mitchellh/reflectwalk@v1.0.2/location_string.go /root/go/pkg/mod/github.com/mitchellh/reflectwalk@v1.0.2/reflectwalk.go
2025-08-20T21:21:41.8678151Z [00:03:35.131]➜  cp $WORK/b1818/_pkg_.a /root/.cache/go-build/4a/4af75f4daa3e3fdd0746588d29d156f826fcb1015250deed8f36cc59318ef277-d # internal
2025-08-20T21:21:41.8689476Z [00:03:35.136]➜  github.com/olekukonko/ll
2025-08-20T21:21:41.8716170Z [00:03:35.139]➜  mkdir -p $WORK/b1817/
2025-08-20T21:21:41.8722534Z [00:03:35.139]➜  cat >/tmp/go-build3547871397/b1817/importcfg << 'EOF' # internal
2025-08-20T21:21:41.8730244Z [00:03:35.139]➜  # import config
2025-08-20T21:21:41.8731011Z [00:03:35.139]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:41.8731960Z [00:03:35.139]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:41.8733099Z [00:03:35.139]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:41.8734016Z [00:03:35.139]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.8735008Z [00:03:35.139]➜  packagefile github.com/olekukonko/ll/lh=/tmp/go-build3547871397/b1818/_pkg_.a
2025-08-20T21:21:41.8736167Z [00:03:35.139]➜  packagefile github.com/olekukonko/ll/lx=/tmp/go-build3547871397/b1819/_pkg_.a
2025-08-20T21:21:41.8737128Z [00:03:35.139]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:41.8738159Z [00:03:35.139]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:41.8739016Z [00:03:35.139]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:41.8739846Z [00:03:35.139]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:41.8740900Z [00:03:35.139]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:41.8741858Z [00:03:35.139]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:41.8742876Z [00:03:35.139]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.8743874Z [00:03:35.139]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:41.8744747Z [00:03:35.139]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:41.8745611Z [00:03:35.139]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:41.8746235Z [00:03:35.139]➜  EOF
2025-08-20T21:21:41.8751997Z [00:03:35.139]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1817/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8=>github.com/olekukonko/ll@v0.0.8;$WORK/b1817=>" -p github.com/olekukonko/ll -lang=go1.21 -complete -installsuffix shared -buildid fpD1_lIL_l8lwh3wx93B/fpD1_lIL_l8lwh3wx93B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1817/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8/concat.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8/conditional.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8/field.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8/global.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8/lc.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8/ll.go /root/go/pkg/mod/github.com/olekukonko/ll@v0.0.8/middleware.go
2025-08-20T21:21:41.9146101Z [00:03:35.182]➜  go tool buildid -w $WORK/b1828/_pkg_.a # internal
2025-08-20T21:21:41.9178416Z [00:03:35.185]➜  cp $WORK/b1828/_pkg_.a /root/.cache/go-build/11/1185b9df86f171541bde56522a923bbd29cc6e49588bf616b39d9dee54e15432-d # internal
2025-08-20T21:21:41.9185820Z [00:03:35.186]➜  github.com/shopspring/decimal
2025-08-20T21:21:41.9188093Z [00:03:35.186]➜  mkdir -p $WORK/b1831/
2025-08-20T21:21:41.9206650Z [00:03:35.188]➜  cat >/tmp/go-build3547871397/b1831/importcfg << 'EOF' # internal
2025-08-20T21:21:41.9207812Z [00:03:35.188]➜  # import config
2025-08-20T21:21:41.9210078Z [00:03:35.188]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:21:41.9211729Z [00:03:35.188]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:41.9212573Z [00:03:35.188]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:41.9213601Z [00:03:35.188]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:41.9214375Z [00:03:35.188]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:41.9215156Z [00:03:35.188]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:41.9215928Z [00:03:35.188]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:41.9216729Z [00:03:35.188]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.9217297Z [00:03:35.188]➜  EOF
2025-08-20T21:21:41.9221920Z [00:03:35.188]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1831/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shopspring/decimal@v1.4.0=>github.com/shopspring/decimal@v1.4.0;$WORK/b1831=>" -p github.com/shopspring/decimal -lang=go1.10 -complete -installsuffix shared -buildid Gsg3kradivOKzZsRXL-q/Gsg3kradivOKzZsRXL-q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1831/importcfg -pack /root/go/pkg/mod/github.com/shopspring/decimal@v1.4.0/const.go /root/go/pkg/mod/github.com/shopspring/decimal@v1.4.0/decimal-go.go /root/go/pkg/mod/github.com/shopspring/decimal@v1.4.0/decimal.go /root/go/pkg/mod/github.com/shopspring/decimal@v1.4.0/rounding.go
2025-08-20T21:21:41.9290287Z [00:03:35.196]➜  go tool buildid -w $WORK/b1830/_pkg_.a # internal
2025-08-20T21:21:41.9302497Z [00:03:35.197]➜  cp $WORK/b1830/_pkg_.a /root/.cache/go-build/bd/bd03759f4127c3de628045eccef6a90d26d894ced662c958e002321e2baf8261-d # internal
2025-08-20T21:21:41.9309434Z [00:03:35.198]➜  github.com/mitchellh/copystructure
2025-08-20T21:21:41.9310070Z [00:03:35.198]➜  mkdir -p $WORK/b1829/
2025-08-20T21:21:41.9314404Z [00:03:35.199]➜  cat >/tmp/go-build3547871397/b1829/importcfg << 'EOF' # internal
2025-08-20T21:21:41.9321789Z [00:03:35.199]➜  # import config
2025-08-20T21:21:41.9322446Z [00:03:35.199]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:41.9324702Z [00:03:35.199]➜  packagefile github.com/mitchellh/reflectwalk=/tmp/go-build3547871397/b1830/_pkg_.a
2025-08-20T21:21:41.9325674Z [00:03:35.199]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:41.9326492Z [00:03:35.199]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:41.9327279Z [00:03:35.199]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:41.9327914Z [00:03:35.199]➜  EOF
2025-08-20T21:21:41.9331977Z [00:03:35.199]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1829/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/copystructure@v1.2.0=>github.com/mitchellh/copystructure@v1.2.0;$WORK/b1829=>" -p github.com/mitchellh/copystructure -lang=go1.15 -complete -installsuffix shared -buildid v1dqayLhKuSub9C6krYp/v1dqayLhKuSub9C6krYp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1829/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/copystructure@v1.2.0/copier_time.go /root/go/pkg/mod/github.com/mitchellh/copystructure@v1.2.0/copystructure.go
2025-08-20T21:21:41.9355796Z [00:03:35.203]➜  go tool buildid -w $WORK/b1806/_pkg_.a # internal
2025-08-20T21:21:41.9423674Z [00:03:35.210]➜  cp $WORK/b1806/_pkg_.a /root/.cache/go-build/82/82bbbd1a5d05be2df1669f9b2ff1c6640d08137720eddbfb6791e7b6f1a4782d-d # internal
2025-08-20T21:21:41.9429971Z [00:03:35.210]➜  github.com/charmbracelet/colorprofile
2025-08-20T21:21:41.9432431Z [00:03:35.210]➜  mkdir -p $WORK/b1811/
2025-08-20T21:21:41.9437276Z [00:03:35.211]➜  cat >/tmp/go-build3547871397/b1811/importcfg << 'EOF' # internal
2025-08-20T21:21:41.9440190Z [00:03:35.211]➜  # import config
2025-08-20T21:21:41.9440863Z [00:03:35.211]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:41.9442107Z [00:03:35.211]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3547871397/b1806/_pkg_.a
2025-08-20T21:21:41.9443469Z [00:03:35.211]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3547871397/b1812/_pkg_.a
2025-08-20T21:21:41.9444682Z [00:03:35.211]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3547871397/b747/_pkg_.a
2025-08-20T21:21:41.9445790Z [00:03:35.211]➜  packagefile github.com/xo/terminfo=/tmp/go-build3547871397/b802/_pkg_.a
2025-08-20T21:21:41.9446760Z [00:03:35.211]➜  packagefile image/color=/tmp/go-build3547871397/b748/_pkg_.a
2025-08-20T21:21:41.9447601Z [00:03:35.211]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:41.9448489Z [00:03:35.211]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:41.9449309Z [00:03:35.211]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:21:41.9450138Z [00:03:35.211]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:41.9450965Z [00:03:35.211]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:41.9451853Z [00:03:35.211]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:41.9452484Z [00:03:35.211]➜  EOF
2025-08-20T21:21:41.9459497Z [00:03:35.211]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1811/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc=>github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc;$WORK/b1811=>" -p github.com/charmbracelet/colorprofile -lang=go1.18 -complete -installsuffix shared -buildid RPzMiuoJH6HwQMG0SWsJ/RPzMiuoJH6HwQMG0SWsJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1811/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/env.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/env_other.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/profile.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/writer.go
2025-08-20T21:21:42.0177916Z [00:03:35.285]➜  go tool buildid -w $WORK/b1829/_pkg_.a # internal
2025-08-20T21:21:42.0185051Z [00:03:35.286]➜  cp $WORK/b1829/_pkg_.a /root/.cache/go-build/92/92b261e0db4c40c81694ac76f93c1e4a39d37db9025d1b17854a7478b6c74653-d # internal
2025-08-20T21:21:42.0187264Z [00:03:35.286]➜  golang.org/x/crypto/bcrypt
2025-08-20T21:21:42.0188469Z [00:03:35.286]➜  mkdir -p $WORK/b1832/
2025-08-20T21:21:42.0194936Z [00:03:35.287]➜  cat >/tmp/go-build3547871397/b1832/importcfg << 'EOF' # internal
2025-08-20T21:21:42.0197076Z [00:03:35.287]➜  # import config
2025-08-20T21:21:42.0199776Z [00:03:35.287]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:42.0200554Z [00:03:35.287]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:21:42.0201485Z [00:03:35.287]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:42.0202345Z [00:03:35.287]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:42.0203325Z [00:03:35.287]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:42.0204283Z [00:03:35.287]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build3547871397/b1220/_pkg_.a
2025-08-20T21:21:42.0205221Z [00:03:35.287]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:42.0206015Z [00:03:35.287]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:42.0206669Z [00:03:35.287]➜  EOF
2025-08-20T21:21:42.0210580Z [00:03:35.287]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1832/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/bcrypt=>golang.org/x/crypto@v0.40.0/bcrypt;$WORK/b1832=>" -p golang.org/x/crypto/bcrypt -lang=go1.23 -complete -installsuffix shared -buildid r040bZR92Yo_hI2DWvt5/r040bZR92Yo_hI2DWvt5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1832/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/bcrypt/base64.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/bcrypt/bcrypt.go
2025-08-20T21:21:42.0691930Z [00:03:35.336]➜  go tool buildid -w $WORK/b1832/_pkg_.a # internal
2025-08-20T21:21:42.0730189Z [00:03:35.340]➜  cp $WORK/b1832/_pkg_.a /root/.cache/go-build/45/45b44379f0b42a4ace766c957a328080ccbea7fa41f118548619dcb507a1dbc1-d # internal
2025-08-20T21:21:42.0737454Z [00:03:35.340]➜  golang.org/x/crypto/pbkdf2
2025-08-20T21:21:42.0738063Z [00:03:35.341]➜  mkdir -p $WORK/b1834/
2025-08-20T21:21:42.0747028Z [00:03:35.342]➜  cat >/tmp/go-build3547871397/b1834/importcfg << 'EOF' # internal
2025-08-20T21:21:42.0758456Z [00:03:35.342]➜  # import config
2025-08-20T21:21:42.0759282Z [00:03:35.342]➜  packagefile crypto/hmac=/tmp/go-build3547871397/b205/_pkg_.a
2025-08-20T21:21:42.0760237Z [00:03:35.342]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:42.0760854Z [00:03:35.342]➜  EOF
2025-08-20T21:21:42.0764473Z [00:03:35.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1834/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/pbkdf2=>golang.org/x/crypto@v0.40.0/pbkdf2;$WORK/b1834=>" -p golang.org/x/crypto/pbkdf2 -lang=go1.23 -complete -installsuffix shared -buildid 2GJNgNqYysxJKpaMmnaE/2GJNgNqYysxJKpaMmnaE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1834/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/pbkdf2/pbkdf2.go
2025-08-20T21:21:42.0969145Z [00:03:35.364]➜  go tool buildid -w $WORK/b1834/_pkg_.a # internal
2025-08-20T21:21:42.0975133Z [00:03:35.365]➜  cp $WORK/b1834/_pkg_.a /root/.cache/go-build/89/895c42ab3de2f86c8cc0d20ac41d9aae19dc45d7523e37ad4e26f81351083b5e-d # internal
2025-08-20T21:21:42.0983586Z [00:03:35.365]➜  golang.org/x/crypto/scrypt
2025-08-20T21:21:42.0991915Z [00:03:35.366]➜  mkdir -p $WORK/b1833/
2025-08-20T21:21:42.0992900Z [00:03:35.366]➜  cat >/tmp/go-build3547871397/b1833/importcfg << 'EOF' # internal
2025-08-20T21:21:42.0993838Z [00:03:35.366]➜  # import config
2025-08-20T21:21:42.0994576Z [00:03:35.366]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:42.0995525Z [00:03:35.366]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:42.0996435Z [00:03:35.366]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:42.0997427Z [00:03:35.366]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3547871397/b1834/_pkg_.a
2025-08-20T21:21:42.0998438Z [00:03:35.366]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:42.0999083Z [00:03:35.366]➜  EOF
2025-08-20T21:21:42.1002440Z [00:03:35.366]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1833/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/scrypt=>golang.org/x/crypto@v0.40.0/scrypt;$WORK/b1833=>" -p golang.org/x/crypto/scrypt -lang=go1.23 -complete -installsuffix shared -buildid DL7AI87-P6U4MmHWFuuo/DL7AI87-P6U4MmHWFuuo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1833/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/scrypt/scrypt.go
2025-08-20T21:21:42.1157910Z [00:03:35.383]➜  go tool buildid -w $WORK/b1811/_pkg_.a # internal
2025-08-20T21:21:42.1176767Z [00:03:35.385]➜  cp $WORK/b1811/_pkg_.a /root/.cache/go-build/71/7101f5013b4ecc6b2cd6e40c70ac79894c5159992c8081115dfafe5e869be698-d # internal
2025-08-20T21:21:42.1254346Z [00:03:35.393]➜  github.com/charmbracelet/x/cellbuf
2025-08-20T21:21:42.1257150Z [00:03:35.393]➜  mkdir -p $WORK/b1810/
2025-08-20T21:21:42.1296871Z [00:03:35.397]➜  go tool buildid -w $WORK/b1833/_pkg_.a # internal
2025-08-20T21:21:42.1310385Z [00:03:35.397]➜  cat >/tmp/go-build3547871397/b1810/importcfg << 'EOF' # internal
2025-08-20T21:21:42.1311373Z [00:03:35.397]➜  # import config
2025-08-20T21:21:42.1312095Z [00:03:35.397]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:42.1313191Z [00:03:35.397]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:42.1314219Z [00:03:35.397]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:42.1315237Z [00:03:35.397]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build3547871397/b1811/_pkg_.a
2025-08-20T21:21:42.1316500Z [00:03:35.397]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3547871397/b1806/_pkg_.a
2025-08-20T21:21:42.1317745Z [00:03:35.397]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3547871397/b1812/_pkg_.a
2025-08-20T21:21:42.1318940Z [00:03:35.397]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3547871397/b749/_pkg_.a
2025-08-20T21:21:42.1320086Z [00:03:35.397]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3547871397/b750/_pkg_.a
2025-08-20T21:21:42.1321102Z [00:03:35.397]➜  packagefile image=/tmp/go-build3547871397/b1642/_pkg_.a
2025-08-20T21:21:42.1321999Z [00:03:35.397]➜  packagefile image/color=/tmp/go-build3547871397/b748/_pkg_.a
2025-08-20T21:21:42.1345686Z [00:03:35.397]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:42.1346602Z [00:03:35.397]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:42.1347411Z [00:03:35.397]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:42.1348237Z [00:03:35.397]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:42.1349052Z [00:03:35.397]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:42.1349900Z [00:03:35.397]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:42.1350536Z [00:03:35.397]➜  EOF
2025-08-20T21:21:42.1364462Z [00:03:35.397]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1810/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13-0.20250311204145-2c3ea96c31dd=>github.com/charmbracelet/x/cellbuf@v0.0.13-0.20250311204145-2c3ea96c31dd;$WORK/b1810=>" -p github.com/charmbracelet/x/cellbuf -lang=go1.18 -complete -installsuffix shared -buildid vbaJQbBA7I1E4jEa_Kcq/vbaJQbBA7I1E4jEa_Kcq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1810/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13-0.20250311204145-2c3ea96c31dd/buffer.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13-0.20250311204145-2c3ea96c31dd/cell.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13-0.20250311204145-2c3ea96c31dd/errors.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13-0.20250311204145-2c3ea96c31dd/geom.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13-0.20250311204145-2c3ea96c31dd/hardscroll.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13-0.20250311204145-2c3ea96c31dd/hashmap.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13-0.20250311204145-2c3ea96c31dd/link.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13-0.20250311204145-2c3ea96c31dd/screen.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13-0.20250311204145-2c3ea96c31dd/sequence.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13-0.20250311204145-2c3ea96c31dd/style.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13-0.20250311204145-2c3ea96c31dd/tabstop.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13-0.20250311204145-2c3ea96c31dd/utils.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13-0.20250311204145-2c3ea96c31dd/wrap.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13-0.20250311204145-2c3ea96c31dd/writer.go
2025-08-20T21:21:42.1377410Z [00:03:35.397]➜  cp $WORK/b1833/_pkg_.a /root/.cache/go-build/89/898aa5d0f8a940ea2e7a743a627e550e78691f05ce9a713deea2cd2293c659e8-d # internal
2025-08-20T21:21:42.1378587Z [00:03:35.397]➜  github.com/anchore/syft/syft/format/text
2025-08-20T21:21:42.1379213Z [00:03:35.397]➜  mkdir -p $WORK/b1835/
2025-08-20T21:21:42.1380165Z [00:03:35.398]➜  cat >/tmp/go-build3547871397/b1835/importcfg << 'EOF' # internal
2025-08-20T21:21:42.1380925Z [00:03:35.398]➜  # import config
2025-08-20T21:21:42.1381563Z [00:03:35.398]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:42.1382998Z [00:03:35.398]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:42.1384267Z [00:03:35.398]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:21:42.1385293Z [00:03:35.398]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:42.1386207Z [00:03:35.398]➜  packagefile text/tabwriter=/tmp/go-build3547871397/b809/_pkg_.a
2025-08-20T21:21:42.1386895Z [00:03:35.398]➜  EOF
2025-08-20T21:21:42.1390935Z [00:03:35.398]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1835/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/text=>github.com/anchore/syft@v1.28.0/syft/format/text;$WORK/b1835=>" -p github.com/anchore/syft/syft/format/text -lang=go1.24 -complete -installsuffix shared -buildid sDjecrILiRD-tMt3TIEc/sDjecrILiRD-tMt3TIEc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1835/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/text/encoder.go
2025-08-20T21:21:42.1800445Z [00:03:35.447]➜  go tool buildid -w $WORK/b1835/_pkg_.a # internal
2025-08-20T21:21:42.1821921Z [00:03:35.449]➜  cp $WORK/b1835/_pkg_.a /root/.cache/go-build/bc/bceeda8fb7d9cf23225ab3fe3ab8b8757100e930d97642fb6a9ef450e8e7641a-d # internal
2025-08-20T21:21:42.1828351Z [00:03:35.450]➜  github.com/aquasecurity/go-version/pkg/prerelease
2025-08-20T21:21:42.1829090Z [00:03:35.450]➜  mkdir -p $WORK/b1837/
2025-08-20T21:21:42.1836740Z [00:03:35.451]➜  cat >/tmp/go-build3547871397/b1837/importcfg << 'EOF' # internal
2025-08-20T21:21:42.1839085Z [00:03:35.451]➜  # import config
2025-08-20T21:21:42.1842130Z [00:03:35.451]➜  packagefile github.com/aquasecurity/go-version/pkg/part=/tmp/go-build3547871397/b1758/_pkg_.a
2025-08-20T21:21:42.1843416Z [00:03:35.451]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:42.1844014Z [00:03:35.451]➜  EOF
2025-08-20T21:21:42.1847986Z [00:03:35.451]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1837/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aquasecurity/go-version@v0.0.1/pkg/prerelease=>github.com/aquasecurity/go-version@v0.0.1/pkg/prerelease;$WORK/b1837=>" -p github.com/aquasecurity/go-version/pkg/prerelease -lang=go1.22 -complete -installsuffix shared -buildid elNUTnh6LUgCS8kpobF1/elNUTnh6LUgCS8kpobF1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1837/importcfg -pack /root/go/pkg/mod/github.com/aquasecurity/go-version@v0.0.1/pkg/prerelease/prerelease.go
2025-08-20T21:21:42.1854830Z [00:03:35.452]➜  go tool buildid -w $WORK/b1831/_pkg_.a # internal
2025-08-20T21:21:42.1966110Z [00:03:35.463]➜  cp $WORK/b1831/_pkg_.a /root/.cache/go-build/1c/1c55982837567aa67ae5558358ad9e03dc1db17dea98be9028a8cea4c7938eee-d # internal
2025-08-20T21:21:42.1975483Z [00:03:35.463]➜  github.com/Masterminds/sprig/v3
2025-08-20T21:21:42.1976093Z [00:03:35.463]➜  mkdir -p $WORK/b1826/
2025-08-20T21:21:42.1976840Z [00:03:35.463]➜  cat >/tmp/go-build3547871397/b1826/importcfg << 'EOF' # internal
2025-08-20T21:21:42.1977552Z [00:03:35.463]➜  # import config
2025-08-20T21:21:42.1978214Z [00:03:35.463]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:42.1978992Z [00:03:35.463]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:42.1979870Z [00:03:35.463]➜  packagefile crypto/aes=/tmp/go-build3547871397/b181/_pkg_.a
2025-08-20T21:21:42.1980755Z [00:03:35.463]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:21:42.1981664Z [00:03:35.463]➜  packagefile crypto/dsa=/tmp/go-build3547871397/b224/_pkg_.a
2025-08-20T21:21:42.1982590Z [00:03:35.463]➜  packagefile crypto/ecdsa=/tmp/go-build3547871397/b188/_pkg_.a
2025-08-20T21:21:42.1983845Z [00:03:35.463]➜  packagefile crypto/ed25519=/tmp/go-build3547871397/b200/_pkg_.a
2025-08-20T21:21:42.1984767Z [00:03:35.463]➜  packagefile crypto/elliptic=/tmp/go-build3547871397/b189/_pkg_.a
2025-08-20T21:21:42.1985675Z [00:03:35.463]➜  packagefile crypto/hmac=/tmp/go-build3547871397/b205/_pkg_.a
2025-08-20T21:21:42.1986725Z [00:03:35.463]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:42.1987602Z [00:03:35.463]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:21:42.1988469Z [00:03:35.463]➜  packagefile crypto/sha1=/tmp/go-build3547871397/b219/_pkg_.a
2025-08-20T21:21:42.1989363Z [00:03:35.463]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:42.1990261Z [00:03:35.463]➜  packagefile crypto/sha512=/tmp/go-build3547871397/b196/_pkg_.a
2025-08-20T21:21:42.1991136Z [00:03:35.463]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:21:42.1992054Z [00:03:35.463]➜  packagefile crypto/x509/pkix=/tmp/go-build3547871397/b225/_pkg_.a
2025-08-20T21:21:42.1993335Z [00:03:35.463]➜  packagefile dario.cat/mergo=/tmp/go-build3547871397/b763/_pkg_.a
2025-08-20T21:21:42.1994278Z [00:03:35.463]➜  packagefile encoding/asn1=/tmp/go-build3547871397/b198/_pkg_.a
2025-08-20T21:21:42.1995186Z [00:03:35.463]➜  packagefile encoding/base32=/tmp/go-build3547871397/b095/_pkg_.a
2025-08-20T21:21:42.1996102Z [00:03:35.463]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:42.1997023Z [00:03:35.463]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:42.1997910Z [00:03:35.463]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:42.1998784Z [00:03:35.463]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:42.1999666Z [00:03:35.463]➜  packagefile encoding/pem=/tmp/go-build3547871397/b226/_pkg_.a
2025-08-20T21:21:42.2000517Z [00:03:35.464]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:42.2001312Z [00:03:35.464]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:42.2002275Z [00:03:35.464]➜  packagefile github.com/Masterminds/goutils=/tmp/go-build3547871397/b1827/_pkg_.a
2025-08-20T21:21:42.2003747Z [00:03:35.464]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build3547871397/b1801/_pkg_.a
2025-08-20T21:21:42.2005023Z [00:03:35.464]➜  packagefile github.com/google/uuid=/tmp/go-build3547871397/b276/_pkg_.a
2025-08-20T21:21:42.2006049Z [00:03:35.464]➜  packagefile github.com/huandu/xstrings=/tmp/go-build3547871397/b1828/_pkg_.a
2025-08-20T21:21:42.2007165Z [00:03:35.464]➜  packagefile github.com/mitchellh/copystructure=/tmp/go-build3547871397/b1829/_pkg_.a
2025-08-20T21:21:42.2008319Z [00:03:35.464]➜  packagefile github.com/shopspring/decimal=/tmp/go-build3547871397/b1831/_pkg_.a
2025-08-20T21:21:42.2009400Z [00:03:35.464]➜  packagefile github.com/spf13/cast=/tmp/go-build3547871397/b780/_pkg_.a
2025-08-20T21:21:42.2010480Z [00:03:35.464]➜  packagefile golang.org/x/crypto/bcrypt=/tmp/go-build3547871397/b1832/_pkg_.a
2025-08-20T21:21:42.2011551Z [00:03:35.464]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build3547871397/b1833/_pkg_.a
2025-08-20T21:21:42.2012509Z [00:03:35.464]➜  packagefile hash/adler32=/tmp/go-build3547871397/b461/_pkg_.a
2025-08-20T21:21:42.2013595Z [00:03:35.464]➜  packagefile html/template=/tmp/go-build3547871397/b781/_pkg_.a
2025-08-20T21:21:42.2014406Z [00:03:35.464]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:42.2015156Z [00:03:35.464]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:42.2015931Z [00:03:35.464]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:42.2016745Z [00:03:35.464]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:42.2017551Z [00:03:35.464]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:42.2018360Z [00:03:35.464]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:42.2019121Z [00:03:35.464]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:42.2019591Z [00:03:35.464]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:42.2020067Z [00:03:35.464]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:42.2020661Z [00:03:35.464]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:42.2021105Z [00:03:35.464]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:42.2021530Z [00:03:35.464]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:42.2021948Z [00:03:35.464]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:42.2022446Z [00:03:35.464]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:42.2023169Z [00:03:35.464]➜  packagefile text/template=/tmp/go-build3547871397/b281/_pkg_.a
2025-08-20T21:21:42.2023614Z [00:03:35.464]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:42.2024028Z [00:03:35.464]➜  EOF
2025-08-20T21:21:42.2029060Z [00:03:35.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1826/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0=>github.com/Masterminds/sprig/v3@v3.3.0;$WORK/b1826=>" -p github.com/Masterminds/sprig/v3 -lang=go1.21 -complete -installsuffix shared -buildid ZioQ8J3MAbLFxtnSdipc/ZioQ8J3MAbLFxtnSdipc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1826/importcfg -pack /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/crypto.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/date.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/defaults.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/dict.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/doc.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/functions.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/list.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/network.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/numeric.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/reflect.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/regex.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/semver.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/strings.go /root/go/pkg/mod/github.com/!masterminds/sprig/v3@v3.3.0/url.go
2025-08-20T21:21:42.2103840Z [00:03:35.477]➜  go tool buildid -w $WORK/b1837/_pkg_.a # internal
2025-08-20T21:21:42.2108735Z [00:03:35.478]➜  cp $WORK/b1837/_pkg_.a /root/.cache/go-build/a6/a6ddd52e9c2b5495accf4f8125755cd0689773993353e9b92e58fddb22947383-d # internal
2025-08-20T21:21:42.2121138Z [00:03:35.478]➜  github.com/bitnami/go-version/pkg/version
2025-08-20T21:21:42.2121764Z [00:03:35.479]➜  mkdir -p $WORK/b1836/
2025-08-20T21:21:42.2122482Z [00:03:35.479]➜  cat >/tmp/go-build3547871397/b1836/importcfg << 'EOF' # internal
2025-08-20T21:21:42.2123314Z [00:03:35.479]➜  # import config
2025-08-20T21:21:42.2123992Z [00:03:35.479]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:42.2124827Z [00:03:35.479]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:42.2125622Z [00:03:35.479]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:42.2126860Z [00:03:35.479]➜  packagefile github.com/aquasecurity/go-version/pkg/part=/tmp/go-build3547871397/b1758/_pkg_.a
2025-08-20T21:21:42.2128271Z [00:03:35.479]➜  packagefile github.com/aquasecurity/go-version/pkg/prerelease=/tmp/go-build3547871397/b1837/_pkg_.a
2025-08-20T21:21:42.2129384Z [00:03:35.479]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:42.2130210Z [00:03:35.479]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:42.2131013Z [00:03:35.479]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:42.2131634Z [00:03:35.479]➜  EOF
2025-08-20T21:21:42.2138773Z [00:03:35.479]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1836/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bitnami/go-version@v0.0.0-20250131085805-b1f57a8634ef/pkg/version=>github.com/bitnami/go-version@v0.0.0-20250131085805-b1f57a8634ef/pkg/version;$WORK/b1836=>" -p github.com/bitnami/go-version/pkg/version -lang=go1.20 -complete -installsuffix shared -buildid 4_cQkjJcLsWC9QQPky13/4_cQkjJcLsWC9QQPky13 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1836/importcfg -pack /root/go/pkg/mod/github.com/bitnami/go-version@v0.0.0-20250131085805-b1f57a8634ef/pkg/version/constraint.go /root/go/pkg/mod/github.com/bitnami/go-version@v0.0.0-20250131085805-b1f57a8634ef/pkg/version/constraint_option.go /root/go/pkg/mod/github.com/bitnami/go-version@v0.0.0-20250131085805-b1f57a8634ef/pkg/version/version.go /root/go/pkg/mod/github.com/bitnami/go-version@v0.0.0-20250131085805-b1f57a8634ef/pkg/version/version_collection.go
2025-08-20T21:21:42.2347050Z [00:03:35.502]➜  go tool buildid -w $WORK/b1817/_pkg_.a # internal
2025-08-20T21:21:42.2405087Z [00:03:35.508]➜  cp $WORK/b1817/_pkg_.a /root/.cache/go-build/ed/edda9c8441f44b9b0295cde89043d06ffec13fb95804ea056c9f971a91cf552a-d # internal
2025-08-20T21:21:42.2409453Z [00:03:35.508]➜  github.com/olekukonko/tablewriter/tw
2025-08-20T21:21:42.2412085Z [00:03:35.508]➜  mkdir -p $WORK/b1824/
2025-08-20T21:21:42.2418568Z [00:03:35.509]➜  cat >/tmp/go-build3547871397/b1824/importcfg << 'EOF' # internal
2025-08-20T21:21:42.2436242Z [00:03:35.509]➜  # import config
2025-08-20T21:21:42.2437000Z [00:03:35.509]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:42.2437941Z [00:03:35.509]➜  packagefile github.com/olekukonko/errors=/tmp/go-build3547871397/b1816/_pkg_.a
2025-08-20T21:21:42.2438978Z [00:03:35.509]➜  packagefile github.com/olekukonko/ll=/tmp/go-build3547871397/b1817/_pkg_.a
2025-08-20T21:21:42.2440162Z [00:03:35.509]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwidth=/tmp/go-build3547871397/b1821/_pkg_.a
2025-08-20T21:21:42.2441149Z [00:03:35.509]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:42.2441927Z [00:03:35.509]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:42.2442849Z [00:03:35.509]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:42.2443624Z [00:03:35.509]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:42.2444594Z [00:03:35.509]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:42.2445365Z [00:03:35.509]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:42.2446169Z [00:03:35.509]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:42.2446800Z [00:03:35.509]➜  EOF
2025-08-20T21:21:42.2455348Z [00:03:35.509]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1824/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw=>github.com/olekukonko/tablewriter@v1.0.8/tw;$WORK/b1824=>" -p github.com/olekukonko/tablewriter/tw -lang=go1.21 -complete -installsuffix shared -buildid tFEROzbu_mbs_ccOHuUw/tFEROzbu_mbs_ccOHuUw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1824/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/cell.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/deprecated.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/fn.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/mapper.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/preset.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/renderer.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/slicer.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/state.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/symbols.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/tw.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tw/types.go
2025-08-20T21:21:42.2807734Z [00:03:35.548]➜  go tool buildid -w $WORK/b1836/_pkg_.a # internal
2025-08-20T21:21:42.2828926Z [00:03:35.550]➜  cp $WORK/b1836/_pkg_.a /root/.cache/go-build/83/83ed4f1b979c64af6da8467ed74bbe612ebe49e7cb281b00974af357c65f70e2-d # internal
2025-08-20T21:21:42.2830341Z [00:03:35.550]➜  github.com/anchore/syft/syft/pkg/cataloger/common/cpe
2025-08-20T21:21:42.2831069Z [00:03:35.550]➜  mkdir -p $WORK/b1838/
2025-08-20T21:21:42.2835466Z [00:03:35.551]➜  cat >/tmp/go-build3547871397/b1838/importcfg << 'EOF' # internal
2025-08-20T21:21:42.2836307Z [00:03:35.551]➜  # import config
2025-08-20T21:21:42.2837848Z [00:03:35.551]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:21:42.2839428Z [00:03:35.551]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:42.2841268Z [00:03:35.551]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/internal/cpegenerate=/tmp/go-build3547871397/b1730/_pkg_.a
2025-08-20T21:21:42.2842872Z [00:03:35.551]➜  EOF
2025-08-20T21:21:42.2847741Z [00:03:35.551]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1838/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/common/cpe=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/common/cpe;$WORK/b1838=>" -p github.com/anchore/syft/syft/pkg/cataloger/common/cpe -lang=go1.24 -complete -installsuffix shared -buildid dT0PbxfGsaot_gasXOjX/dT0PbxfGsaot_gasXOjX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1838/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/common/cpe/create.go
2025-08-20T21:21:42.2971933Z [00:03:35.564]➜  go tool buildid -w $WORK/b1838/_pkg_.a # internal
2025-08-20T21:21:42.2983560Z [00:03:35.565]➜  cp $WORK/b1838/_pkg_.a /root/.cache/go-build/c2/c265a9f3fe3489112626bb1dcee4841b0f9d5738a9f576d7e082adccb6c1861b-d # internal
2025-08-20T21:21:42.2988669Z [00:03:35.565]➜  github.com/anchore/syft/syft/pkg/cataloger/cpp
2025-08-20T21:21:42.2989359Z [00:03:35.566]➜  mkdir -p $WORK/b1839/
2025-08-20T21:21:42.2990134Z [00:03:35.566]➜  cat >/tmp/go-build3547871397/b1839/importcfg << 'EOF' # internal
2025-08-20T21:21:42.2990892Z [00:03:35.566]➜  # import config
2025-08-20T21:21:42.2991575Z [00:03:35.566]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:42.2992429Z [00:03:35.566]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:42.2993521Z [00:03:35.566]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:42.2994414Z [00:03:35.566]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:42.2995226Z [00:03:35.566]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:42.2996243Z [00:03:35.566]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:42.2997528Z [00:03:35.566]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:42.2998829Z [00:03:35.566]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:42.3000244Z [00:03:35.566]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:42.3001466Z [00:03:35.566]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:42.3035768Z [00:03:35.566]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:42.3036990Z [00:03:35.566]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:42.3037803Z [00:03:35.566]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:42.3038650Z [00:03:35.566]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:42.3039275Z [00:03:35.566]➜  EOF
2025-08-20T21:21:42.3045858Z [00:03:35.566]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1839/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/cpp=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/cpp;$WORK/b1839=>" -p github.com/anchore/syft/syft/pkg/cataloger/cpp -lang=go1.24 -complete -installsuffix shared -buildid PqNXL0h-hLCi7A-982k1/PqNXL0h-hLCi7A-982k1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1839/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/cpp/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/cpp/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/cpp/parse_conanfile.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/cpp/parse_conaninfo.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/cpp/parse_conanlock.go
2025-08-20T21:21:42.3790186Z [00:03:35.646]➜  go tool buildid -w $WORK/b1839/_pkg_.a # internal
2025-08-20T21:21:42.3807376Z [00:03:35.648]➜  cp $WORK/b1839/_pkg_.a /root/.cache/go-build/9b/9b37f62f90a7d4d0603a96dd251c6135e2bf51bf33ec1b430b2e1c508170d358-d # internal
2025-08-20T21:21:42.3816033Z [00:03:35.648]➜  github.com/anchore/syft/syft/pkg/cataloger/dart
2025-08-20T21:21:42.3816949Z [00:03:35.648]➜  mkdir -p $WORK/b1840/
2025-08-20T21:21:42.3827021Z [00:03:35.649]➜  cat >/tmp/go-build3547871397/b1840/importcfg << 'EOF' # internal
2025-08-20T21:21:42.3827767Z [00:03:35.649]➜  # import config
2025-08-20T21:21:42.3828466Z [00:03:35.649]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:42.3829498Z [00:03:35.649]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:42.3830529Z [00:03:35.649]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:42.3831754Z [00:03:35.649]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:42.3833287Z [00:03:35.649]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:42.3834602Z [00:03:35.649]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:42.3835880Z [00:03:35.649]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:42.3837068Z [00:03:35.649]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:42.3838389Z [00:03:35.649]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:42.3839630Z [00:03:35.649]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:21:42.3840526Z [00:03:35.649]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:42.3841353Z [00:03:35.649]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:42.3842152Z [00:03:35.649]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:42.3843041Z [00:03:35.649]➜  EOF
2025-08-20T21:21:42.3849299Z [00:03:35.649]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1840/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/dart=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/dart;$WORK/b1840=>" -p github.com/anchore/syft/syft/pkg/cataloger/dart -lang=go1.24 -complete -installsuffix shared -buildid CUKH7kck8N-Xsq14s6jT/CUKH7kck8N-Xsq14s6jT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1840/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/dart/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/dart/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/dart/parse_pubspec.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/dart/parse_pubspec_lock.go
2025-08-20T21:21:42.4491443Z [00:03:35.716]➜  go tool buildid -w $WORK/b1840/_pkg_.a # internal
2025-08-20T21:21:42.4504315Z [00:03:35.718]➜  cp $WORK/b1840/_pkg_.a /root/.cache/go-build/07/073148cb47af95e73aa6a2e52f2a384a669941f5d7cf9e45c88361b09dfc6c4d-d # internal
2025-08-20T21:21:42.4517387Z [00:03:35.718]➜  github.com/blakesmith/ar
2025-08-20T21:21:42.4517982Z [00:03:35.719]➜  mkdir -p $WORK/b1842/
2025-08-20T21:21:42.4518782Z [00:03:35.719]➜  cat >/tmp/go-build3547871397/b1842/importcfg << 'EOF' # internal
2025-08-20T21:21:42.4519525Z [00:03:35.719]➜  # import config
2025-08-20T21:21:42.4520212Z [00:03:35.719]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:42.4521305Z [00:03:35.719]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:42.4522191Z [00:03:35.719]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:42.4523351Z [00:03:35.719]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:42.4524195Z [00:03:35.719]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:42.4525056Z [00:03:35.719]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:42.4525680Z [00:03:35.719]➜  EOF
2025-08-20T21:21:42.4531051Z [00:03:35.719]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1842/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/blakesmith/ar@v0.0.0-20190502131153-809d4375e1fb=>github.com/blakesmith/ar@v0.0.0-20190502131153-809d4375e1fb;$WORK/b1842=>" -p github.com/blakesmith/ar -lang=go1.16 -complete -installsuffix shared -buildid eEOVkTioQzGRQunQ2rfo/eEOVkTioQzGRQunQ2rfo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1842/importcfg -pack /root/go/pkg/mod/github.com/blakesmith/ar@v0.0.0-20190502131153-809d4375e1fb/common.go /root/go/pkg/mod/github.com/blakesmith/ar@v0.0.0-20190502131153-809d4375e1fb/reader.go /root/go/pkg/mod/github.com/blakesmith/ar@v0.0.0-20190502131153-809d4375e1fb/writer.go
2025-08-20T21:21:42.4893915Z [00:03:35.757]➜  go tool buildid -w $WORK/b1842/_pkg_.a # internal
2025-08-20T21:21:42.4903475Z [00:03:35.758]➜  cp $WORK/b1842/_pkg_.a /root/.cache/go-build/2d/2d0bad565ac0f2a11a0b92758124d698092cb09cf74b6cd04a6d9181aef949e2-d # internal
2025-08-20T21:21:42.4907995Z [00:03:35.758]➜  github.com/STARRY-S/zip
2025-08-20T21:21:42.4908601Z [00:03:35.758]➜  mkdir -p $WORK/b1844/
2025-08-20T21:21:42.4913305Z [00:03:35.759]➜  cat >/tmp/go-build3547871397/b1844/importcfg << 'EOF' # internal
2025-08-20T21:21:42.4914089Z [00:03:35.759]➜  # import config
2025-08-20T21:21:42.4914777Z [00:03:35.759]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:42.4915631Z [00:03:35.759]➜  packagefile compress/flate=/tmp/go-build3547871397/b150/_pkg_.a
2025-08-20T21:21:42.4916870Z [00:03:35.759]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:42.4917981Z [00:03:35.759]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:42.4918755Z [00:03:35.759]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:42.4919511Z [00:03:35.759]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:42.4920320Z [00:03:35.759]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:42.4921135Z [00:03:35.759]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:42.4921904Z [00:03:35.759]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:42.4923092Z [00:03:35.759]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:42.4923952Z [00:03:35.759]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:42.4924799Z [00:03:35.759]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:42.4925653Z [00:03:35.759]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:42.4926398Z [00:03:35.759]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:42.4927200Z [00:03:35.759]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:42.4928003Z [00:03:35.759]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:42.4928817Z [00:03:35.759]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:42.4929703Z [00:03:35.759]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:42.4930372Z [00:03:35.759]➜  EOF
2025-08-20T21:21:42.4935244Z [00:03:35.759]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1844/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.1=>github.com/STARRY-S/zip@v0.2.1;$WORK/b1844=>" -p github.com/STARRY-S/zip -lang=go1.22 -complete -installsuffix shared -buildid AHNt6ALSjHlwu6G3V65b/AHNt6ALSjHlwu6G3V65b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1844/importcfg -pack /root/go/pkg/mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.1/reader.go /root/go/pkg/mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.1/register.go /root/go/pkg/mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.1/struct.go /root/go/pkg/mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.1/updater.go /root/go/pkg/mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.1/writer.go
2025-08-20T21:21:42.6107993Z [00:03:35.878]➜  go tool buildid -w $WORK/b1826/_pkg_.a # internal
2025-08-20T21:21:42.6189018Z [00:03:35.886]➜  cp $WORK/b1826/_pkg_.a /root/.cache/go-build/b2/b288c9dd3030c5741371d4a734e5a576b6fdcc75b6993ee7613e83fc6466235b-d # internal
2025-08-20T21:21:42.6195021Z [00:03:35.887]➜  github.com/anchore/syft/syft/format/template
2025-08-20T21:21:42.6195888Z [00:03:35.887]➜  mkdir -p $WORK/b1825/
2025-08-20T21:21:42.6196792Z [00:03:35.887]➜  cat >/tmp/go-build3547871397/b1825/importcfg << 'EOF' # internal
2025-08-20T21:21:42.6197918Z [00:03:35.887]➜  # import config
2025-08-20T21:21:42.6199829Z [00:03:35.887]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:42.6200654Z [00:03:35.887]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:42.6201426Z [00:03:35.887]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:42.6202146Z [00:03:35.887]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:42.6203276Z [00:03:35.887]➜  packagefile github.com/Masterminds/sprig/v3=/tmp/go-build3547871397/b1826/_pkg_.a
2025-08-20T21:21:42.6204329Z [00:03:35.887]➜  packagefile github.com/anchore/go-homedir=/tmp/go-build3547871397/b764/_pkg_.a
2025-08-20T21:21:42.6205494Z [00:03:35.887]➜  packagefile github.com/anchore/syft/syft/format/syftjson=/tmp/go-build3547871397/b1800/_pkg_.a
2025-08-20T21:21:42.6206700Z [00:03:35.887]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:42.6207653Z [00:03:35.887]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:42.6208448Z [00:03:35.887]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:42.6209224Z [00:03:35.887]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:42.6210070Z [00:03:35.887]➜  packagefile text/template=/tmp/go-build3547871397/b281/_pkg_.a
2025-08-20T21:21:42.6210710Z [00:03:35.887]➜  EOF
2025-08-20T21:21:42.6214937Z [00:03:35.887]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1825/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/template=>github.com/anchore/syft@v1.28.0/syft/format/template;$WORK/b1825=>" -p github.com/anchore/syft/syft/format/template -lang=go1.24 -complete -installsuffix shared -buildid wYmS0dKfmhq4i2K6s8Ge/wYmS0dKfmhq4i2K6s8Ge -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1825/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/template/encoder.go
2025-08-20T21:21:42.6875839Z [00:03:35.955]➜  go tool buildid -w $WORK/b1825/_pkg_.a # internal
2025-08-20T21:21:42.6893379Z [00:03:35.956]➜  cp $WORK/b1825/_pkg_.a /root/.cache/go-build/d5/d59b541cc87b6e87c9a7c2b3812a3006da49522a148bec5e9e1b99e6af0b6c22-d # internal
2025-08-20T21:21:42.6907889Z [00:03:35.958]➜  github.com/bodgit/plumbing
2025-08-20T21:21:42.6915000Z [00:03:35.958]➜  mkdir -p $WORK/b1846/
2025-08-20T21:21:42.6915762Z [00:03:35.958]➜  cat >/tmp/go-build3547871397/b1846/importcfg << 'EOF' # internal
2025-08-20T21:21:42.6944775Z [00:03:35.959]➜  # import config
2025-08-20T21:21:42.6945478Z [00:03:35.959]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:42.6946348Z [00:03:35.959]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:42.6947049Z [00:03:35.959]➜  EOF
2025-08-20T21:21:42.6953479Z [00:03:35.959]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1846/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0=>github.com/bodgit/plumbing@v1.3.0;$WORK/b1846=>" -p github.com/bodgit/plumbing -lang=go1.13 -complete -installsuffix shared -buildid 5k3hPWl5Vdh8NIh62-UO/5k3hPWl5Vdh8NIh62-UO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1846/importcfg -pack /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/count.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/fill.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/limit.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/multi.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/padded.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/plumbing.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/tee.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/zero.go
2025-08-20T21:21:42.7211343Z [00:03:35.988]➜  go tool buildid -w $WORK/b1846/_pkg_.a # internal
2025-08-20T21:21:42.7221185Z [00:03:35.989]➜  go tool buildid -w $WORK/b1824/_pkg_.a # internal
2025-08-20T21:21:42.7223593Z [00:03:35.989]➜  cp $WORK/b1846/_pkg_.a /root/.cache/go-build/a1/a144b335347be5c29f72e1b2c86d2f3866924b9b8f7440fe8f32fcc370b21bfd-d # internal
2025-08-20T21:21:42.7229090Z [00:03:35.990]➜  github.com/hashicorp/golang-lru/v2/internal
2025-08-20T21:21:42.7229730Z [00:03:35.990]➜  mkdir -p $WORK/b1850/
2025-08-20T21:21:42.7230458Z [00:03:35.990]➜  cat >/tmp/go-build3547871397/b1850/importcfg << 'EOF' # internal
2025-08-20T21:21:42.7231129Z [00:03:35.990]➜  # import config
2025-08-20T21:21:42.7231787Z [00:03:35.990]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:42.7232382Z [00:03:35.990]➜  EOF
2025-08-20T21:21:42.7236410Z [00:03:35.990]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1850/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/internal=>github.com/hashicorp/golang-lru/v2@v2.0.7/internal;$WORK/b1850=>" -p github.com/hashicorp/golang-lru/v2/internal -lang=go1.18 -complete -installsuffix shared -buildid GG4adhrwv8Xvjah1N9J0/GG4adhrwv8Xvjah1N9J0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1850/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/internal/list.go
2025-08-20T21:21:42.7303334Z [00:03:35.997]➜  cp $WORK/b1824/_pkg_.a /root/.cache/go-build/11/117453df8825d30980497edff890d00a77406288947420dd3154168be8c0b30e-d # internal
2025-08-20T21:21:42.7310810Z [00:03:35.998]➜  github.com/olekukonko/tablewriter/renderer
2025-08-20T21:21:42.7311480Z [00:03:35.998]➜  mkdir -p $WORK/b1822/
2025-08-20T21:21:42.7334960Z [00:03:35.999]➜  cat >/tmp/go-build3547871397/b1822/importcfg << 'EOF' # internal
2025-08-20T21:21:42.7335695Z [00:03:35.999]➜  # import config
2025-08-20T21:21:42.7336681Z [00:03:35.999]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:42.7337817Z [00:03:35.999]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:42.7341354Z [00:03:35.999]➜  packagefile github.com/fatih/color=/tmp/go-build3547871397/b1823/_pkg_.a
2025-08-20T21:21:42.7345983Z [00:03:35.999]➜  packagefile github.com/olekukonko/ll=/tmp/go-build3547871397/b1817/_pkg_.a
2025-08-20T21:21:42.7347330Z [00:03:35.999]➜  packagefile github.com/olekukonko/ll/lh=/tmp/go-build3547871397/b1818/_pkg_.a
2025-08-20T21:21:42.7349024Z [00:03:35.999]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwidth=/tmp/go-build3547871397/b1821/_pkg_.a
2025-08-20T21:21:42.7350704Z [00:03:35.999]➜  packagefile github.com/olekukonko/tablewriter/tw=/tmp/go-build3547871397/b1824/_pkg_.a
2025-08-20T21:21:42.7355164Z [00:03:35.999]➜  packagefile html=/tmp/go-build3547871397/b782/_pkg_.a
2025-08-20T21:21:42.7355951Z [00:03:35.999]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:42.7356679Z [00:03:35.999]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:42.7357295Z [00:03:35.999]➜  EOF
2025-08-20T21:21:42.7371893Z [00:03:35.999]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1822/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer=>github.com/olekukonko/tablewriter@v1.0.8/renderer;$WORK/b1822=>" -p github.com/olekukonko/tablewriter/renderer -lang=go1.21 -complete -installsuffix shared -buildid K5jpVXc4IugKfsC-QAxb/K5jpVXc4IugKfsC-QAxb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1822/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer/blueprint.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer/colorized.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer/fn.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer/html.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer/junction.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer/markdown.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer/ocean.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/renderer/svg.go
2025-08-20T21:21:42.7379517Z [00:03:36.001]➜  go tool buildid -w $WORK/b1850/_pkg_.a # internal
2025-08-20T21:21:42.7380856Z [00:03:36.001]➜  cp $WORK/b1850/_pkg_.a /root/.cache/go-build/c9/c9b6aa1c9a47f508d0e4d48cca627cd6c9832afc06e54fe867dec080b11c944f-d # internal
2025-08-20T21:21:42.7382507Z [00:03:36.002]➜  github.com/hashicorp/golang-lru/v2/simplelru
2025-08-20T21:21:42.7383358Z [00:03:36.002]➜  mkdir -p $WORK/b1849/
2025-08-20T21:21:42.7384074Z [00:03:36.003]➜  cat >/tmp/go-build3547871397/b1849/importcfg << 'EOF' # internal
2025-08-20T21:21:42.7384716Z [00:03:36.003]➜  # import config
2025-08-20T21:21:42.7385345Z [00:03:36.003]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:42.7386388Z [00:03:36.003]➜  packagefile github.com/hashicorp/golang-lru/v2/internal=/tmp/go-build3547871397/b1850/_pkg_.a
2025-08-20T21:21:42.7387171Z [00:03:36.003]➜  EOF
2025-08-20T21:21:42.7391694Z [00:03:36.003]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1849/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru=>github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru;$WORK/b1849=>" -p github.com/hashicorp/golang-lru/v2/simplelru -lang=go1.18 -complete -installsuffix shared -buildid z1laKLt7bWGFad4X6Uvx/z1laKLt7bWGFad4X6Uvx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1849/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru/lru.go /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru/lru_interface.go
2025-08-20T21:21:42.7487531Z [00:03:36.016]➜  go tool buildid -w $WORK/b1849/_pkg_.a # internal
2025-08-20T21:21:42.7498283Z [00:03:36.017]➜  cp $WORK/b1849/_pkg_.a /root/.cache/go-build/48/48760d268ec57af453f15f20ab0ad176b336ba39323776f08c38fdcd6d87a50f-d # internal
2025-08-20T21:21:42.7499468Z [00:03:36.017]➜  github.com/hashicorp/golang-lru/v2
2025-08-20T21:21:42.7500047Z [00:03:36.017]➜  mkdir -p $WORK/b1848/
2025-08-20T21:21:42.7503858Z [00:03:36.018]➜  cat >/tmp/go-build3547871397/b1848/importcfg << 'EOF' # internal
2025-08-20T21:21:42.7507522Z [00:03:36.018]➜  # import config
2025-08-20T21:21:42.7508248Z [00:03:36.018]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:42.7509301Z [00:03:36.018]➜  packagefile github.com/hashicorp/golang-lru/v2/simplelru=/tmp/go-build3547871397/b1849/_pkg_.a
2025-08-20T21:21:42.7510444Z [00:03:36.018]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:42.7511059Z [00:03:36.018]➜  EOF
2025-08-20T21:21:42.7515728Z [00:03:36.018]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1848/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7=>github.com/hashicorp/golang-lru/v2@v2.0.7;$WORK/b1848=>" -p github.com/hashicorp/golang-lru/v2 -lang=go1.18 -complete -installsuffix shared -buildid pl2B8vV5cgPgN0ff9MEZ/pl2B8vV5cgPgN0ff9MEZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1848/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/2q.go /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/doc.go /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/lru.go
2025-08-20T21:21:42.7672987Z [00:03:36.034]➜  go tool buildid -w $WORK/b1848/_pkg_.a # internal
2025-08-20T21:21:42.7681257Z [00:03:36.035]➜  cp $WORK/b1848/_pkg_.a /root/.cache/go-build/78/7852cc3cd4cc0418b1d0bfb50173d4f0e77cc55b36ba2a4b06d94d3009f883a9-d # internal
2025-08-20T21:21:42.7689598Z [00:03:36.036]➜  go4.org/syncutil
2025-08-20T21:21:42.7692549Z [00:03:36.036]➜  mkdir -p $WORK/b1851/
2025-08-20T21:21:42.7693447Z [00:03:36.036]➜  cat >/tmp/go-build3547871397/b1851/importcfg << 'EOF' # internal
2025-08-20T21:21:42.7694600Z [00:03:36.036]➜  # import config
2025-08-20T21:21:42.7696230Z [00:03:36.036]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:42.7697446Z [00:03:36.036]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:42.7709544Z [00:03:36.036]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:42.7710706Z [00:03:36.036]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:42.7711363Z [00:03:36.036]➜  EOF
2025-08-20T21:21:42.7716925Z [00:03:36.036]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1851/_pkg_.a -trimpath "/root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil=>go4.org@v0.0.0-20230225012048-214862532bf5/syncutil;$WORK/b1851=>" -p go4.org/syncutil -lang=go1.13 -complete -installsuffix shared -buildid deS3qrLAFyuCR5F913Li/deS3qrLAFyuCR5F913Li -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1851/importcfg -pack /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil/gate.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil/group.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil/once.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil/sem.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil/syncutil.go
2025-08-20T21:21:42.7753942Z [00:03:36.041]➜  go tool buildid -w $WORK/b1810/_pkg_.a # internal
2025-08-20T21:21:42.7780169Z [00:03:36.045]➜  cp $WORK/b1810/_pkg_.a /root/.cache/go-build/77/77a453643958c299dddd134990da6afcdacdb44f26d2c59be80a5864104bb9ce-d # internal
2025-08-20T21:21:42.7786692Z [00:03:36.046]➜  github.com/charmbracelet/lipgloss
2025-08-20T21:21:42.7788577Z [00:03:36.046]➜  mkdir -p $WORK/b1805/
2025-08-20T21:21:42.7803973Z [00:03:36.047]➜  cat >/tmp/go-build3547871397/b1805/importcfg << 'EOF' # internal
2025-08-20T21:21:42.7804817Z [00:03:36.047]➜  # import config
2025-08-20T21:21:42.7805719Z [00:03:36.047]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3547871397/b1806/_pkg_.a
2025-08-20T21:21:42.7806967Z [00:03:36.047]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build3547871397/b1810/_pkg_.a
2025-08-20T21:21:42.7808148Z [00:03:36.047]➜  packagefile github.com/muesli/termenv=/tmp/go-build3547871397/b1813/_pkg_.a
2025-08-20T21:21:42.7809228Z [00:03:36.047]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3547871397/b750/_pkg_.a
2025-08-20T21:21:42.7810331Z [00:03:36.047]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:42.7811188Z [00:03:36.047]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:42.7812183Z [00:03:36.047]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:42.7813268Z [00:03:36.047]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:42.7814134Z [00:03:36.047]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:42.7814983Z [00:03:36.047]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:42.7815632Z [00:03:36.047]➜  EOF
2025-08-20T21:21:42.7826766Z [00:03:36.047]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1805/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0=>github.com/charmbracelet/lipgloss@v1.1.0;$WORK/b1805=>" -p github.com/charmbracelet/lipgloss -lang=go1.18 -complete -installsuffix shared -buildid 1UuLzOUjKV1ARXuWN4EH/1UuLzOUjKV1ARXuWN4EH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1805/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:21:42.7999389Z [00:03:36.067]➜  go tool buildid -w $WORK/b1851/_pkg_.a # internal
2025-08-20T21:21:42.8016791Z [00:03:36.067]➜  cp $WORK/b1851/_pkg_.a /root/.cache/go-build/fb/fb4904ab7fcb831f6a73ec5dd5016a3abd387e1ec69eb12a98ab20d5ea7550b2-d # internal
2025-08-20T21:21:42.8018319Z [00:03:36.067]➜  github.com/bodgit/sevenzip/internal/aes7z
2025-08-20T21:21:42.8018958Z [00:03:36.067]➜  mkdir -p $WORK/b1847/
2025-08-20T21:21:42.8019709Z [00:03:36.067]➜  cat >/tmp/go-build3547871397/b1847/importcfg << 'EOF' # internal
2025-08-20T21:21:42.8020425Z [00:03:36.067]➜  # import config
2025-08-20T21:21:42.8021097Z [00:03:36.067]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:42.8021962Z [00:03:36.067]➜  packagefile crypto/aes=/tmp/go-build3547871397/b181/_pkg_.a
2025-08-20T21:21:42.8023061Z [00:03:36.067]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:21:42.8024022Z [00:03:36.067]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:42.8024978Z [00:03:36.067]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:42.8025930Z [00:03:36.067]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:42.8026821Z [00:03:36.067]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:42.8027659Z [00:03:36.067]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:42.8028683Z [00:03:36.067]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build3547871397/b1848/_pkg_.a
2025-08-20T21:21:42.8029759Z [00:03:36.067]➜  packagefile go4.org/syncutil=/tmp/go-build3547871397/b1851/_pkg_.a
2025-08-20T21:21:42.8030872Z [00:03:36.067]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3547871397/b333/_pkg_.a
2025-08-20T21:21:42.8032046Z [00:03:36.067]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:21:42.8033331Z [00:03:36.067]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:42.8033980Z [00:03:36.067]➜  EOF
2025-08-20T21:21:42.8038368Z [00:03:36.067]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1847/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/aes7z=>github.com/bodgit/sevenzip@v1.6.0/internal/aes7z;$WORK/b1847=>" -p github.com/bodgit/sevenzip/internal/aes7z -lang=go1.19 -complete -installsuffix shared -buildid Z7qwuYiFqkHRtn2Ezuib/Z7qwuYiFqkHRtn2Ezuib -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1847/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/aes7z/key.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/aes7z/reader.go
2025-08-20T21:21:42.9037921Z [00:03:36.171]➜  go tool buildid -w $WORK/b1847/_pkg_.a # internal
2025-08-20T21:21:42.9062585Z [00:03:36.173]➜  cp $WORK/b1847/_pkg_.a /root/.cache/go-build/92/920a5f490ff7217441a2cc224686aa493c2d193cc14cc5537eae9c6aa8170c6b-d # internal
2025-08-20T21:21:42.9123952Z [00:03:36.177]➜  github.com/bodgit/sevenzip/internal/util
2025-08-20T21:21:42.9124801Z [00:03:36.177]➜  mkdir -p $WORK/b1853/
2025-08-20T21:21:42.9125596Z [00:03:36.178]➜  cat >/tmp/go-build3547871397/b1853/importcfg << 'EOF' # internal
2025-08-20T21:21:42.9126324Z [00:03:36.178]➜  # import config
2025-08-20T21:21:42.9126982Z [00:03:36.178]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:42.9127846Z [00:03:36.178]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:42.9128487Z [00:03:36.178]➜  EOF
2025-08-20T21:21:42.9133321Z [00:03:36.178]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1853/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/util=>github.com/bodgit/sevenzip@v1.6.0/internal/util;$WORK/b1853=>" -p github.com/bodgit/sevenzip/internal/util -lang=go1.19 -complete -installsuffix shared -buildid X7WSZyuiurfKyGMhOWU5/X7WSZyuiurfKyGMhOWU5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1853/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/util/checksum.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/util/reader.go
2025-08-20T21:21:42.9319088Z [00:03:36.199]➜  go tool buildid -w $WORK/b1853/_pkg_.a # internal
2025-08-20T21:21:42.9336304Z [00:03:36.200]➜  cp $WORK/b1853/_pkg_.a /root/.cache/go-build/4c/4c0d70f6b7201f03ad18a558591ff925d2246d682efbbdc16830d37f51f9dda0-d # internal
2025-08-20T21:21:42.9337527Z [00:03:36.200]➜  github.com/bodgit/sevenzip/internal/bcj2
2025-08-20T21:21:42.9338080Z [00:03:36.200]➜  mkdir -p $WORK/b1852/
2025-08-20T21:21:42.9338737Z [00:03:36.200]➜  cat >/tmp/go-build3547871397/b1852/importcfg << 'EOF' # internal
2025-08-20T21:21:42.9339347Z [00:03:36.200]➜  # import config
2025-08-20T21:21:42.9349745Z [00:03:36.200]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:42.9350592Z [00:03:36.200]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:42.9351432Z [00:03:36.200]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:42.9352170Z [00:03:36.200]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:42.9374042Z [00:03:36.200]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build3547871397/b1853/_pkg_.a
2025-08-20T21:21:42.9375407Z [00:03:36.200]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3547871397/b871/_pkg_.a
2025-08-20T21:21:42.9376415Z [00:03:36.200]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:42.9377038Z [00:03:36.200]➜  EOF
2025-08-20T21:21:42.9381018Z [00:03:36.200]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1852/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bcj2=>github.com/bodgit/sevenzip@v1.6.0/internal/bcj2;$WORK/b1852=>" -p github.com/bodgit/sevenzip/internal/bcj2 -lang=go1.19 -complete -installsuffix shared -buildid 7zwV_XEndVguZMXLti9y/7zwV_XEndVguZMXLti9y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1852/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bcj2/reader.go
2025-08-20T21:21:42.9709866Z [00:03:36.238]➜  go tool buildid -w $WORK/b1852/_pkg_.a # internal
2025-08-20T21:21:42.9718284Z [00:03:36.239]➜  cp $WORK/b1852/_pkg_.a /root/.cache/go-build/d4/d4dd4b588efadf0e4c98b9832392d8297bc682d24ed6e390d561053b00ae7077-d # internal
2025-08-20T21:21:42.9725624Z [00:03:36.239]➜  github.com/bodgit/sevenzip/internal/bra
2025-08-20T21:21:42.9726286Z [00:03:36.240]➜  mkdir -p $WORK/b1854/
2025-08-20T21:21:42.9740363Z [00:03:36.240]➜  cat >/tmp/go-build3547871397/b1854/importcfg << 'EOF' # internal
2025-08-20T21:21:42.9741108Z [00:03:36.240]➜  # import config
2025-08-20T21:21:42.9741788Z [00:03:36.240]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:42.9742939Z [00:03:36.240]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:42.9743860Z [00:03:36.240]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:42.9744731Z [00:03:36.240]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:42.9745528Z [00:03:36.240]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:42.9746141Z [00:03:36.240]➜  EOF
2025-08-20T21:21:42.9754857Z [00:03:36.242]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1854/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra=>github.com/bodgit/sevenzip@v1.6.0/internal/bra;$WORK/b1854=>" -p github.com/bodgit/sevenzip/internal/bra -lang=go1.19 -complete -installsuffix shared -buildid TOIlGUNkGR9a0786QfEC/TOIlGUNkGR9a0786QfEC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1854/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/arm.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/bcj.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/bra.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/minmax_compat.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/ppc.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/reader.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/sparc.go
2025-08-20T21:21:43.0191839Z [00:03:36.286]➜  go tool buildid -w $WORK/b1854/_pkg_.a # internal
2025-08-20T21:21:43.0202889Z [00:03:36.287]➜  cp $WORK/b1854/_pkg_.a /root/.cache/go-build/7b/7bd42ce4671d43f42a6bde7c92287ee7b31c444e8aa5084be85e80786d284330-d # internal
2025-08-20T21:21:43.0218250Z [00:03:36.288]➜  github.com/bodgit/sevenzip/internal/brotli
2025-08-20T21:21:43.0218931Z [00:03:36.288]➜  mkdir -p $WORK/b1855/
2025-08-20T21:21:43.0219704Z [00:03:36.288]➜  cat >/tmp/go-build3547871397/b1855/importcfg << 'EOF' # internal
2025-08-20T21:21:43.0220428Z [00:03:36.288]➜  # import config
2025-08-20T21:21:43.0221113Z [00:03:36.288]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:43.0222055Z [00:03:36.288]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:43.0223243Z [00:03:36.288]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:43.0224090Z [00:03:36.288]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:43.0225068Z [00:03:36.288]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build3547871397/b1234/_pkg_.a
2025-08-20T21:21:43.0226206Z [00:03:36.288]➜  packagefile github.com/bodgit/plumbing=/tmp/go-build3547871397/b1846/_pkg_.a
2025-08-20T21:21:43.0227133Z [00:03:36.288]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:43.0227929Z [00:03:36.288]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:43.0228531Z [00:03:36.288]➜  EOF
2025-08-20T21:21:43.0236229Z [00:03:36.289]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1855/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/brotli=>github.com/bodgit/sevenzip@v1.6.0/internal/brotli;$WORK/b1855=>" -p github.com/bodgit/sevenzip/internal/brotli -lang=go1.19 -complete -installsuffix shared -buildid S_UpvppR57VI39eMZDxJ/S_UpvppR57VI39eMZDxJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1855/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/brotli/reader.go
2025-08-20T21:21:43.0586550Z [00:03:36.326]➜  go tool buildid -w $WORK/b1855/_pkg_.a # internal
2025-08-20T21:21:43.0597931Z [00:03:36.327]➜  cp $WORK/b1855/_pkg_.a /root/.cache/go-build/5f/5fd88cd407b5a6f2a26b1ae6cb7296761d438a5ae88f17d800244be69b695990-d # internal
2025-08-20T21:21:43.0608021Z [00:03:36.328]➜  github.com/bodgit/sevenzip/internal/bzip2
2025-08-20T21:21:43.0611712Z [00:03:36.328]➜  mkdir -p $WORK/b1856/
2025-08-20T21:21:43.0616263Z [00:03:36.329]➜  cat >/tmp/go-build3547871397/b1856/importcfg << 'EOF' # internal
2025-08-20T21:21:43.0619030Z [00:03:36.329]➜  # import config
2025-08-20T21:21:43.0620982Z [00:03:36.329]➜  packagefile compress/bzip2=/tmp/go-build3547871397/b1516/_pkg_.a
2025-08-20T21:21:43.0624367Z [00:03:36.329]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:43.0626787Z [00:03:36.329]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:43.0628139Z [00:03:36.329]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:43.0629994Z [00:03:36.329]➜  EOF
2025-08-20T21:21:43.0636159Z [00:03:36.329]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1856/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bzip2=>github.com/bodgit/sevenzip@v1.6.0/internal/bzip2;$WORK/b1856=>" -p github.com/bodgit/sevenzip/internal/bzip2 -lang=go1.19 -complete -installsuffix shared -buildid _IckcZzTICMkXBrBlA6L/_IckcZzTICMkXBrBlA6L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1856/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bzip2/reader.go
2025-08-20T21:21:43.0937527Z [00:03:36.361]➜  go tool buildid -w $WORK/b1856/_pkg_.a # internal
2025-08-20T21:21:43.0946125Z [00:03:36.362]➜  cp $WORK/b1856/_pkg_.a /root/.cache/go-build/1d/1d6d98d4e5dd13d36de7e9482027362653a8d0ed136aa70d6e514069eb1473b7-d # internal
2025-08-20T21:21:43.0967510Z [00:03:36.364]➜  github.com/bodgit/sevenzip/internal/deflate
2025-08-20T21:21:43.0968749Z [00:03:36.364]➜  mkdir -p $WORK/b1857/
2025-08-20T21:21:43.0974005Z [00:03:36.365]➜  cat >/tmp/go-build3547871397/b1857/importcfg << 'EOF' # internal
2025-08-20T21:21:43.0976183Z [00:03:36.365]➜  # import config
2025-08-20T21:21:43.0977118Z [00:03:36.365]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:43.0979191Z [00:03:36.365]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:43.0980618Z [00:03:36.365]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build3547871397/b1853/_pkg_.a
2025-08-20T21:21:43.0983399Z [00:03:36.365]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3547871397/b871/_pkg_.a
2025-08-20T21:21:43.0985943Z [00:03:36.365]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3547871397/b1244/_pkg_.a
2025-08-20T21:21:43.0992932Z [00:03:36.365]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:43.0993885Z [00:03:36.365]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:43.0994543Z [00:03:36.365]➜  EOF
2025-08-20T21:21:43.0998570Z [00:03:36.365]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1857/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/deflate=>github.com/bodgit/sevenzip@v1.6.0/internal/deflate;$WORK/b1857=>" -p github.com/bodgit/sevenzip/internal/deflate -lang=go1.19 -complete -installsuffix shared -buildid 3cwQvITL2vpPUN58jObn/3cwQvITL2vpPUN58jObn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1857/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/deflate/reader.go
2025-08-20T21:21:43.1419459Z [00:03:36.409]➜  go tool buildid -w $WORK/b1857/_pkg_.a # internal
2025-08-20T21:21:43.1430675Z [00:03:36.410]➜  cp $WORK/b1857/_pkg_.a /root/.cache/go-build/0a/0a69aba4db2ddaf5daab206fb6e7eed0c0861efaf78929e17554784cc77f355f-d # internal
2025-08-20T21:21:43.1456991Z [00:03:36.413]➜  github.com/bodgit/sevenzip/internal/delta
2025-08-20T21:21:43.1465226Z [00:03:36.414]➜  mkdir -p $WORK/b1858/
2025-08-20T21:21:43.1474814Z [00:03:36.414]➜  cat >/tmp/go-build3547871397/b1858/importcfg << 'EOF' # internal
2025-08-20T21:21:43.1475798Z [00:03:36.414]➜  # import config
2025-08-20T21:21:43.1476518Z [00:03:36.414]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:43.1477365Z [00:03:36.414]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:43.1478169Z [00:03:36.414]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:43.1478789Z [00:03:36.414]➜  EOF
2025-08-20T21:21:43.1482861Z [00:03:36.414]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1858/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/delta=>github.com/bodgit/sevenzip@v1.6.0/internal/delta;$WORK/b1858=>" -p github.com/bodgit/sevenzip/internal/delta -lang=go1.19 -complete -installsuffix shared -buildid bKr392OAm_AUPTVsZ-Nd/bKr392OAm_AUPTVsZ-Nd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1858/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/delta/reader.go
2025-08-20T21:21:43.1490483Z [00:03:36.415]➜  go tool buildid -w $WORK/b1844/_pkg_.a # internal
2025-08-20T21:21:43.1631924Z [00:03:36.430]➜  cp $WORK/b1844/_pkg_.a /root/.cache/go-build/6c/6cabe4f7ab64993ebed94cb07b5cdbc9b726c2ce4d2658d7a39195a5ff04c881-d # internal
2025-08-20T21:21:43.1654930Z [00:03:36.430]➜  github.com/bodgit/sevenzip/internal/lz4
2025-08-20T21:21:43.1655661Z [00:03:36.430]➜  mkdir -p $WORK/b1859/
2025-08-20T21:21:43.1656434Z [00:03:36.431]➜  cat >/tmp/go-build3547871397/b1859/importcfg << 'EOF' # internal
2025-08-20T21:21:43.1657157Z [00:03:36.431]➜  # import config
2025-08-20T21:21:43.1657843Z [00:03:36.431]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:43.1658699Z [00:03:36.431]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:43.1659926Z [00:03:36.431]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3547871397/b886/_pkg_.a
2025-08-20T21:21:43.1660935Z [00:03:36.431]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:43.1661986Z [00:03:36.431]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:43.1662817Z [00:03:36.431]➜  EOF
2025-08-20T21:21:43.1666666Z [00:03:36.431]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1859/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lz4=>github.com/bodgit/sevenzip@v1.6.0/internal/lz4;$WORK/b1859=>" -p github.com/bodgit/sevenzip/internal/lz4 -lang=go1.19 -complete -installsuffix shared -buildid gt71ZBGBiZZRVTbXoHcJ/gt71ZBGBiZZRVTbXoHcJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1859/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lz4/reader.go
2025-08-20T21:21:43.1729793Z [00:03:36.440]➜  go tool buildid -w $WORK/b1858/_pkg_.a # internal
2025-08-20T21:21:43.1737069Z [00:03:36.441]➜  cp $WORK/b1858/_pkg_.a /root/.cache/go-build/04/04f032e61224f7c23a6068f1ccb53cbbb0f71557604bc657d2ce92cb2d0ac63d-d # internal
2025-08-20T21:21:43.1738502Z [00:03:36.441]➜  github.com/bodgit/sevenzip/internal/lzma
2025-08-20T21:21:43.1741018Z [00:03:36.441]➜  mkdir -p $WORK/b1860/
2025-08-20T21:21:43.1746163Z [00:03:36.442]➜  cat >/tmp/go-build3547871397/b1860/importcfg << 'EOF' # internal
2025-08-20T21:21:43.1748295Z [00:03:36.442]➜  # import config
2025-08-20T21:21:43.1749297Z [00:03:36.442]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:43.1750617Z [00:03:36.442]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:43.1751804Z [00:03:36.442]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:43.1753296Z [00:03:36.442]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:43.1754448Z [00:03:36.442]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3547871397/b893/_pkg_.a
2025-08-20T21:21:43.1756096Z [00:03:36.442]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:43.1756964Z [00:03:36.442]➜  EOF
2025-08-20T21:21:43.1760993Z [00:03:36.442]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1860/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lzma=>github.com/bodgit/sevenzip@v1.6.0/internal/lzma;$WORK/b1860=>" -p github.com/bodgit/sevenzip/internal/lzma -lang=go1.19 -complete -installsuffix shared -buildid _dPGsuk7g7ESTVrDUTkr/_dPGsuk7g7ESTVrDUTkr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1860/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lzma/reader.go
2025-08-20T21:21:43.2013642Z [00:03:36.468]➜  go tool buildid -w $WORK/b1860/_pkg_.a # internal
2025-08-20T21:21:43.2023366Z [00:03:36.469]➜  cp $WORK/b1860/_pkg_.a /root/.cache/go-build/74/7446350feb745ee42ebb123510fab1a4e4190f41d606e44db7f7e5af103cc469-d # internal
2025-08-20T21:21:43.2027682Z [00:03:36.470]➜  github.com/bodgit/sevenzip/internal/lzma2
2025-08-20T21:21:43.2033319Z [00:03:36.470]➜  mkdir -p $WORK/b1861/
2025-08-20T21:21:43.2040039Z [00:03:36.471]➜  cat >/tmp/go-build3547871397/b1861/importcfg << 'EOF' # internal
2025-08-20T21:21:43.2040737Z [00:03:36.471]➜  # import config
2025-08-20T21:21:43.2041393Z [00:03:36.471]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:43.2042192Z [00:03:36.471]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:43.2043308Z [00:03:36.471]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3547871397/b893/_pkg_.a
2025-08-20T21:21:43.2044240Z [00:03:36.471]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:43.2044844Z [00:03:36.471]➜  EOF
2025-08-20T21:21:43.2053690Z [00:03:36.471]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1861/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lzma2=>github.com/bodgit/sevenzip@v1.6.0/internal/lzma2;$WORK/b1861=>" -p github.com/bodgit/sevenzip/internal/lzma2 -lang=go1.19 -complete -installsuffix shared -buildid g4613iqWnwreHj74gDhV/g4613iqWnwreHj74gDhV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1861/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lzma2/reader.go
2025-08-20T21:21:43.2136575Z [00:03:36.481]➜  go tool buildid -w $WORK/b1859/_pkg_.a # internal
2025-08-20T21:21:43.2176134Z [00:03:36.484]➜  cp $WORK/b1859/_pkg_.a /root/.cache/go-build/f9/f9edd99d519e08f773d7226fdc11d836f4a67ddb09cf37b9d27260bbd17b4cde-d # internal
2025-08-20T21:21:43.2177493Z [00:03:36.484]➜  github.com/bodgit/sevenzip/internal/pool
2025-08-20T21:21:43.2178116Z [00:03:36.484]➜  mkdir -p $WORK/b1862/
2025-08-20T21:21:43.2178845Z [00:03:36.484]➜  cat >/tmp/go-build3547871397/b1862/importcfg << 'EOF' # internal
2025-08-20T21:21:43.2179520Z [00:03:36.484]➜  # import config
2025-08-20T21:21:43.2180229Z [00:03:36.484]➜  packagefile container/list=/tmp/go-build3547871397/b153/_pkg_.a
2025-08-20T21:21:43.2181422Z [00:03:36.484]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build3547871397/b1853/_pkg_.a
2025-08-20T21:21:43.2182503Z [00:03:36.484]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:43.2183536Z [00:03:36.484]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:43.2184364Z [00:03:36.484]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:43.2184971Z [00:03:36.484]➜  EOF
2025-08-20T21:21:43.2188730Z [00:03:36.484]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1862/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/pool=>github.com/bodgit/sevenzip@v1.6.0/internal/pool;$WORK/b1862=>" -p github.com/bodgit/sevenzip/internal/pool -lang=go1.19 -complete -installsuffix shared -buildid 2AKQOE887ib9B543q-zo/2AKQOE887ib9B543q-zo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1862/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/pool/pool.go
2025-08-20T21:21:43.2214172Z [00:03:36.489]➜  go tool buildid -w $WORK/b1861/_pkg_.a # internal
2025-08-20T21:21:43.2233529Z [00:03:36.489]➜  cp $WORK/b1861/_pkg_.a /root/.cache/go-build/68/6878f054c4d74d3291c91adbeddf915bae67f45091992daed79586e01549c898-d # internal
2025-08-20T21:21:43.2234997Z [00:03:36.490]➜  github.com/bodgit/sevenzip/internal/zstd
2025-08-20T21:21:43.2235616Z [00:03:36.490]➜  mkdir -p $WORK/b1863/
2025-08-20T21:21:43.2236335Z [00:03:36.490]➜  cat >/tmp/go-build3547871397/b1863/importcfg << 'EOF' # internal
2025-08-20T21:21:43.2238876Z [00:03:36.490]➜  # import config
2025-08-20T21:21:43.2242491Z [00:03:36.490]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:43.2243583Z [00:03:36.490]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:43.2244631Z [00:03:36.490]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3547871397/b878/_pkg_.a
2025-08-20T21:21:43.2245628Z [00:03:36.490]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:43.2247865Z [00:03:36.490]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:43.2248768Z [00:03:36.490]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:43.2249375Z [00:03:36.490]➜  EOF
2025-08-20T21:21:43.2253457Z [00:03:36.491]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1863/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/zstd=>github.com/bodgit/sevenzip@v1.6.0/internal/zstd;$WORK/b1863=>" -p github.com/bodgit/sevenzip/internal/zstd -lang=go1.19 -complete -installsuffix shared -buildid RBC-XPv8rZn91jX2j_Eo/RBC-XPv8rZn91jX2j_Eo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1863/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/zstd/reader.go
2025-08-20T21:21:43.2686465Z [00:03:36.536]➜  go tool buildid -w $WORK/b1862/_pkg_.a # internal
2025-08-20T21:21:43.2691335Z [00:03:36.536]➜  cp $WORK/b1862/_pkg_.a /root/.cache/go-build/77/77490682bd38b98923dccdb693a8407713d359e22b3c8045fb8d1b627675c11a-d # internal
2025-08-20T21:21:43.2692479Z [00:03:36.536]➜  expvar
2025-08-20T21:21:43.2693207Z [00:03:36.536]➜  mkdir -p $WORK/b1866/
2025-08-20T21:21:43.2703158Z [00:03:36.537]➜  cat >/tmp/go-build3547871397/b1866/importcfg << 'EOF' # internal
2025-08-20T21:21:43.2704510Z [00:03:36.537]➜  # import config
2025-08-20T21:21:43.2705700Z [00:03:36.537]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:43.2707433Z [00:03:36.537]➜  packagefile internal/godebug=/tmp/go-build3547871397/b057/_pkg_.a
2025-08-20T21:21:43.2708343Z [00:03:36.537]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:43.2709167Z [00:03:36.537]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:43.2710013Z [00:03:36.537]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:43.2710850Z [00:03:36.537]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:43.2711687Z [00:03:36.538]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:43.2712562Z [00:03:36.538]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:43.2713645Z [00:03:36.538]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:43.2714502Z [00:03:36.538]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:43.2715350Z [00:03:36.538]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:43.2716274Z [00:03:36.538]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:43.2716920Z [00:03:36.538]➜  EOF
2025-08-20T21:21:43.2719450Z [00:03:36.538]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1866/_pkg_.a -trimpath "/root/.go/src/expvar=>expvar;$WORK/b1866=>" -p expvar -lang=go1.25 -std -complete -installsuffix shared -buildid CDqWe0ZJ9xg_hx7tNAuK/CDqWe0ZJ9xg_hx7tNAuK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1866/importcfg -pack /root/.go/src/expvar/expvar.go
2025-08-20T21:21:43.2735783Z [00:03:36.541]➜  go tool buildid -w $WORK/b1863/_pkg_.a # internal
2025-08-20T21:21:43.2745526Z [00:03:36.542]➜  cp $WORK/b1863/_pkg_.a /root/.cache/go-build/4a/4a30edc72e1d149ba17621172e383c156c7bca9ecaf7e2f4f810894bb1922ed2-d # internal
2025-08-20T21:21:43.2788374Z [00:03:36.546]➜  github.com/klauspost/compress/s2
2025-08-20T21:21:43.2796612Z [00:03:36.546]➜  mkdir -p $WORK/b1867/
2025-08-20T21:21:43.2797273Z [00:03:36.546]➜  echo -n > $WORK/b1867/go_asm.h # internal
2025-08-20T21:21:43.2798069Z [00:03:36.546]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2
2025-08-20T21:21:43.2800902Z [00:03:36.546]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/s2 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2=>github.com/klauspost/compress@v1.18.0/s2;$WORK/b1867=>" -I $WORK/b1867/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1867/symabis ./decode_amd64.s ./encodeblock_amd64.s
2025-08-20T21:21:43.2923384Z [00:03:36.559]➜  go tool buildid -w $WORK/b1805/_pkg_.a # internal
2025-08-20T21:21:43.3080190Z [00:03:36.575]➜  cp $WORK/b1805/_pkg_.a /root/.cache/go-build/e0/e08c4c08107644d3fb11693d62fe4f6f1cffd958cda6f3cff19012e2e848cc58-d # internal
2025-08-20T21:21:43.3107311Z [00:03:36.578]➜  github.com/klauspost/compress/zlib
2025-08-20T21:21:43.3109224Z [00:03:36.578]➜  mkdir -p $WORK/b1869/
2025-08-20T21:21:43.3113770Z [00:03:36.579]➜  cat >/tmp/go-build3547871397/b1869/importcfg << 'EOF' # internal
2025-08-20T21:21:43.3114805Z [00:03:36.579]➜  # import config
2025-08-20T21:21:43.3115796Z [00:03:36.579]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:43.3116724Z [00:03:36.579]➜  packagefile compress/zlib=/tmp/go-build3547871397/b460/_pkg_.a
2025-08-20T21:21:43.3117654Z [00:03:36.579]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:43.3118486Z [00:03:36.579]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:43.3119367Z [00:03:36.579]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3547871397/b1244/_pkg_.a
2025-08-20T21:21:43.3120324Z [00:03:36.579]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:43.3121115Z [00:03:36.579]➜  packagefile hash/adler32=/tmp/go-build3547871397/b461/_pkg_.a
2025-08-20T21:21:43.3122124Z [00:03:36.579]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:43.3122913Z [00:03:36.579]➜  EOF
2025-08-20T21:21:43.3123408Z [00:03:36.579]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:43.3128419Z [00:03:36.580]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1869/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zlib=>github.com/klauspost/compress@v1.18.0/zlib;$WORK/b1869=>" -p github.com/klauspost/compress/zlib -lang=go1.22 -complete -installsuffix shared -buildid 72PrXKr2pYS92PRH884J/72PrXKr2pYS92PRH884J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1869/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zlib/reader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zlib/writer.go
2025-08-20T21:21:43.3355092Z [00:03:36.601]➜  cat >/tmp/go-build3547871397/b1867/importcfg << 'EOF' # internal
2025-08-20T21:21:43.3355933Z [00:03:36.603]➜  # import config
2025-08-20T21:21:43.3356727Z [00:03:36.603]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:43.3359782Z [00:03:36.603]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:43.3360717Z [00:03:36.603]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:43.3361634Z [00:03:36.603]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:43.3362522Z [00:03:36.603]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:43.3370183Z [00:03:36.603]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:43.3371272Z [00:03:36.603]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3547871397/b883/_pkg_.a
2025-08-20T21:21:43.3373003Z [00:03:36.603]➜  packagefile github.com/klauspost/compress/internal/race=/tmp/go-build3547871397/b1868/_pkg_.a
2025-08-20T21:21:43.3374174Z [00:03:36.603]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:43.3375199Z [00:03:36.603]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:43.3376088Z [00:03:36.603]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:43.3376918Z [00:03:36.603]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:43.3377729Z [00:03:36.603]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:43.3378571Z [00:03:36.603]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:43.3379383Z [00:03:36.603]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:43.3380189Z [00:03:36.603]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:43.3381093Z [00:03:36.603]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:43.3381676Z [00:03:36.603]➜  EOF
2025-08-20T21:21:43.3393332Z [00:03:36.603]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1867/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2=>github.com/klauspost/compress@v1.18.0/s2;$WORK/b1867=>" -p github.com/klauspost/compress/s2 -lang=go1.22 -installsuffix shared -buildid FijdHwDHM9At6RBCJdpj/FijdHwDHM9At6RBCJdpj -goversion go1.25.0 -symabis $WORK/b1867/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1867/importcfg -pack -asmhdr $WORK/b1867/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/decode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/decode_asm.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/dict.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode_all.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode_best.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode_better.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encodeblock_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/index.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/lz4convert.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/lz4sconvert.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/reader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/s2.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/writer.go
2025-08-20T21:21:43.3690405Z [00:03:36.636]➜  go tool buildid -w $WORK/b1869/_pkg_.a # internal
2025-08-20T21:21:43.3701483Z [00:03:36.637]➜  cp $WORK/b1869/_pkg_.a /root/.cache/go-build/e4/e46d5b7cf89bf4853d746200391ee0ce73a9f1b87d02242750be738cd2bd202f-d # internal
2025-08-20T21:21:43.3712496Z [00:03:36.638]➜  github.com/mikelolasagasti/xz
2025-08-20T21:21:43.3713283Z [00:03:36.638]➜  mkdir -p $WORK/b1870/
2025-08-20T21:21:43.3714061Z [00:03:36.638]➜  cat >/tmp/go-build3547871397/b1870/importcfg << 'EOF' # internal
2025-08-20T21:21:43.3714720Z [00:03:36.638]➜  # import config
2025-08-20T21:21:43.3715355Z [00:03:36.638]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:43.3716221Z [00:03:36.638]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:43.3717083Z [00:03:36.638]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:43.3717903Z [00:03:36.638]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:43.3718750Z [00:03:36.638]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:43.3719637Z [00:03:36.638]➜  packagefile hash/crc64=/tmp/go-build3547871397/b892/_pkg_.a
2025-08-20T21:21:43.3720479Z [00:03:36.638]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:43.3721058Z [00:03:36.638]➜  EOF
2025-08-20T21:21:43.3727959Z [00:03:36.638]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1870/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1=>github.com/mikelolasagasti/xz@v1.0.1;$WORK/b1870=>" -p github.com/mikelolasagasti/xz -lang=go1.15 -complete -installsuffix shared -buildid gMMUR0LYmMn-Wrj5unnY/gMMUR0LYmMn-Wrj5unnY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1870/importcfg -pack /root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1/dec_bcj.go /root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1/dec_delta.go /root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1/dec_lzma2.go /root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1/dec_stream.go /root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1/dec_util.go /root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1/dec_xz.go /root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1/doc.go /root/go/pkg/mod/github.com/mikelolasagasti/xz@v1.0.1/reader.go
2025-08-20T21:21:43.4797721Z [00:03:36.747]➜  go tool buildid -w $WORK/b1822/_pkg_.a # internal
2025-08-20T21:21:43.5048195Z [00:03:36.771]➜  cp $WORK/b1822/_pkg_.a /root/.cache/go-build/15/15e77179061a506ab009607befc7da6168f6b3a1ca1ed6f2471f7a4245393041-d # internal
2025-08-20T21:21:43.5052490Z [00:03:36.772]➜  github.com/olekukonko/tablewriter
2025-08-20T21:21:43.5055031Z [00:03:36.772]➜  mkdir -p $WORK/b1815/
2025-08-20T21:21:43.5056318Z [00:03:36.772]➜  cat >/tmp/go-build3547871397/b1815/importcfg << 'EOF' # internal
2025-08-20T21:21:43.5058494Z [00:03:36.772]➜  # import config
2025-08-20T21:21:43.5061269Z [00:03:36.772]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:43.5062187Z [00:03:36.772]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:21:43.5063291Z [00:03:36.772]➜  packagefile encoding/csv=/tmp/go-build3547871397/b280/_pkg_.a
2025-08-20T21:21:43.5064169Z [00:03:36.772]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:43.5065160Z [00:03:36.772]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3547871397/b749/_pkg_.a
2025-08-20T21:21:43.5066320Z [00:03:36.772]➜  packagefile github.com/olekukonko/errors=/tmp/go-build3547871397/b1816/_pkg_.a
2025-08-20T21:21:43.5067404Z [00:03:36.772]➜  packagefile github.com/olekukonko/ll=/tmp/go-build3547871397/b1817/_pkg_.a
2025-08-20T21:21:43.5068697Z [00:03:36.772]➜  packagefile github.com/olekukonko/ll/lh=/tmp/go-build3547871397/b1818/_pkg_.a
2025-08-20T21:21:43.5069939Z [00:03:36.772]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwarp=/tmp/go-build3547871397/b1820/_pkg_.a
2025-08-20T21:21:43.5071317Z [00:03:36.772]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwidth=/tmp/go-build3547871397/b1821/_pkg_.a
2025-08-20T21:21:43.5072890Z [00:03:36.772]➜  packagefile github.com/olekukonko/tablewriter/renderer=/tmp/go-build3547871397/b1822/_pkg_.a
2025-08-20T21:21:43.5074220Z [00:03:36.772]➜  packagefile github.com/olekukonko/tablewriter/tw=/tmp/go-build3547871397/b1824/_pkg_.a
2025-08-20T21:21:43.5075220Z [00:03:36.772]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:43.5076046Z [00:03:36.772]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:43.5076855Z [00:03:36.772]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:43.5077663Z [00:03:36.772]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:43.5078510Z [00:03:36.772]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:43.5079321Z [00:03:36.772]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:43.5080153Z [00:03:36.772]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:43.5080944Z [00:03:36.773]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:43.5081559Z [00:03:36.773]➜  EOF
2025-08-20T21:21:43.5088507Z [00:03:36.773]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1815/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8=>github.com/olekukonko/tablewriter@v1.0.8;$WORK/b1815=>" -p github.com/olekukonko/tablewriter -lang=go1.21 -complete -installsuffix shared -buildid znjOMVarCEb-JhOxCvVV/znjOMVarCEb-JhOxCvVV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1815/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/config.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/csv.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/deprecated.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/option.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/stream.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/tablewriter.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v1.0.8/zoo.go
2025-08-20T21:21:43.5254677Z [00:03:36.790]➜  go tool buildid -w $WORK/b1870/_pkg_.a # internal
2025-08-20T21:21:43.5257938Z [00:03:36.793]➜  cp $WORK/b1870/_pkg_.a /root/.cache/go-build/a4/a49c75c04bf546311cc100cf9f61ee5b52a0e9b0c74cdbccb1296d04b8d2330a-d # internal
2025-08-20T21:21:43.5262411Z [00:03:36.793]➜  github.com/nwaples/rardecode/v2
2025-08-20T21:21:43.5265360Z [00:03:36.794]➜  mkdir -p $WORK/b1873/
2025-08-20T21:21:43.5274522Z [00:03:36.794]➜  cat >/tmp/go-build3547871397/b1873/importcfg << 'EOF' # internal
2025-08-20T21:21:43.5275216Z [00:03:36.794]➜  # import config
2025-08-20T21:21:43.5288010Z [00:03:36.794]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:43.5288883Z [00:03:36.794]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:43.5289725Z [00:03:36.794]➜  packagefile crypto/aes=/tmp/go-build3547871397/b181/_pkg_.a
2025-08-20T21:21:43.5290634Z [00:03:36.794]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:21:43.5291536Z [00:03:36.794]➜  packagefile crypto/hmac=/tmp/go-build3547871397/b205/_pkg_.a
2025-08-20T21:21:43.5292422Z [00:03:36.794]➜  packagefile crypto/sha1=/tmp/go-build3547871397/b219/_pkg_.a
2025-08-20T21:21:43.5293495Z [00:03:36.794]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:43.5294433Z [00:03:36.794]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:43.5295375Z [00:03:36.794]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:43.5296167Z [00:03:36.794]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:43.5297137Z [00:03:36.794]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:43.5297963Z [00:03:36.794]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:43.5298762Z [00:03:36.794]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:43.5299527Z [00:03:36.794]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:43.5300312Z [00:03:36.794]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:43.5301107Z [00:03:36.794]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:43.5301894Z [00:03:36.794]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:43.5302914Z [00:03:36.794]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:43.5303809Z [00:03:36.794]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:43.5304636Z [00:03:36.794]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:43.5305460Z [00:03:36.794]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:43.5306307Z [00:03:36.794]➜  packagefile unicode/utf16=/tmp/go-build3547871397/b073/_pkg_.a
2025-08-20T21:21:43.5306951Z [00:03:36.794]➜  EOF
2025-08-20T21:21:43.5319540Z [00:03:36.794]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1873/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0=>github.com/nwaples/rardecode/v2@v2.1.0;$WORK/b1873=>" -p github.com/nwaples/rardecode/v2 -lang=go1.21 -complete -installsuffix shared -buildid AUaLoyigHb-bmdHZ_kyx/AUaLoyigHb-bmdHZ_kyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1873/importcfg -pack /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/archive.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/archive15.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/archive50.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/bit_reader.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/decode20.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/decode20_audio.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/decode20_lz.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/decode29.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/decode29_lz.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/decode29_ppm.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/decode50.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/decode_reader.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/decrypt_reader.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/filters.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/huffman.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/ppm_model.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/reader.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/vm.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.1.0/volume.go
2025-08-20T21:21:43.5417898Z [00:03:36.809]➜  go tool buildid -w $WORK/b1866/_pkg_.a # internal
2025-08-20T21:21:43.5466747Z [00:03:36.814]➜  cp $WORK/b1866/_pkg_.a /root/.cache/go-build/eb/ebc3103a84769c2d663f37c42896bdc7162458af05e719fccf66b29fb95a2eb9-d # internal
2025-08-20T21:21:43.5485241Z [00:03:36.816]➜  go4.org/readerutil
2025-08-20T21:21:43.5487380Z [00:03:36.816]➜  mkdir -p $WORK/b1865/
2025-08-20T21:21:43.5488459Z [00:03:36.816]➜  cat >/tmp/go-build3547871397/b1865/importcfg << 'EOF' # internal
2025-08-20T21:21:43.5489138Z [00:03:36.816]➜  # import config
2025-08-20T21:21:43.5489771Z [00:03:36.816]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:43.5490580Z [00:03:36.816]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:43.5491406Z [00:03:36.816]➜  packagefile expvar=/tmp/go-build3547871397/b1866/_pkg_.a
2025-08-20T21:21:43.5492217Z [00:03:36.816]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:43.5493233Z [00:03:36.816]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:43.5494287Z [00:03:36.816]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:43.5495089Z [00:03:36.816]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:43.5495919Z [00:03:36.816]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:43.5496592Z [00:03:36.816]➜  EOF
2025-08-20T21:21:43.5503609Z [00:03:36.816]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1865/_pkg_.a -trimpath "/root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil=>go4.org@v0.0.0-20230225012048-214862532bf5/readerutil;$WORK/b1865=>" -p go4.org/readerutil -lang=go1.13 -complete -installsuffix shared -buildid ZmrYFIAeUQOtEiz6YnUM/ZmrYFIAeUQOtEiz6YnUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1865/importcfg -pack /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/bufreaderat.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/countingreader.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/fakeseeker.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/multireaderat.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/readersize.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/readerutil.go
2025-08-20T21:21:43.5933813Z [00:03:36.858]➜  go tool buildid -w $WORK/b1865/_pkg_.a # internal
2025-08-20T21:21:43.5935480Z [00:03:36.860]➜  cp $WORK/b1865/_pkg_.a /root/.cache/go-build/f8/f8f9d8c164f6dd4d783c86de9b291bac3d8cf1fc7236a8fd9f65082c5860804b-d # internal
2025-08-20T21:21:43.5936855Z [00:03:36.860]➜  github.com/bodgit/sevenzip
2025-08-20T21:21:43.5937391Z [00:03:36.860]➜  mkdir -p $WORK/b1845/
2025-08-20T21:21:43.5938271Z [00:03:36.860]➜  cat >/tmp/go-build3547871397/b1845/importcfg << 'EOF' # internal
2025-08-20T21:21:43.5939330Z [00:03:36.860]➜  # import config
2025-08-20T21:21:43.5940170Z [00:03:36.860]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:43.5941204Z [00:03:36.860]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:43.5942084Z [00:03:36.860]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:43.5943261Z [00:03:36.860]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:43.5944020Z [00:03:36.860]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:43.5944990Z [00:03:36.860]➜  packagefile github.com/bodgit/plumbing=/tmp/go-build3547871397/b1846/_pkg_.a
2025-08-20T21:21:43.5946196Z [00:03:36.860]➜  packagefile github.com/bodgit/sevenzip/internal/aes7z=/tmp/go-build3547871397/b1847/_pkg_.a
2025-08-20T21:21:43.5947482Z [00:03:36.860]➜  packagefile github.com/bodgit/sevenzip/internal/bcj2=/tmp/go-build3547871397/b1852/_pkg_.a
2025-08-20T21:21:43.5948919Z [00:03:36.860]➜  packagefile github.com/bodgit/sevenzip/internal/bra=/tmp/go-build3547871397/b1854/_pkg_.a
2025-08-20T21:21:43.5950200Z [00:03:36.860]➜  packagefile github.com/bodgit/sevenzip/internal/brotli=/tmp/go-build3547871397/b1855/_pkg_.a
2025-08-20T21:21:43.5951645Z [00:03:36.860]➜  packagefile github.com/bodgit/sevenzip/internal/bzip2=/tmp/go-build3547871397/b1856/_pkg_.a
2025-08-20T21:21:43.5953294Z [00:03:36.860]➜  packagefile github.com/bodgit/sevenzip/internal/deflate=/tmp/go-build3547871397/b1857/_pkg_.a
2025-08-20T21:21:43.5955013Z [00:03:36.860]➜  packagefile github.com/bodgit/sevenzip/internal/delta=/tmp/go-build3547871397/b1858/_pkg_.a
2025-08-20T21:21:43.5956676Z [00:03:36.860]➜  packagefile github.com/bodgit/sevenzip/internal/lz4=/tmp/go-build3547871397/b1859/_pkg_.a
2025-08-20T21:21:43.5958329Z [00:03:36.860]➜  packagefile github.com/bodgit/sevenzip/internal/lzma=/tmp/go-build3547871397/b1860/_pkg_.a
2025-08-20T21:21:43.5959865Z [00:03:36.860]➜  packagefile github.com/bodgit/sevenzip/internal/lzma2=/tmp/go-build3547871397/b1861/_pkg_.a
2025-08-20T21:21:43.5961377Z [00:03:36.860]➜  packagefile github.com/bodgit/sevenzip/internal/pool=/tmp/go-build3547871397/b1862/_pkg_.a
2025-08-20T21:21:43.5962960Z [00:03:36.860]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build3547871397/b1853/_pkg_.a
2025-08-20T21:21:43.5964247Z [00:03:36.860]➜  packagefile github.com/bodgit/sevenzip/internal/zstd=/tmp/go-build3547871397/b1863/_pkg_.a
2025-08-20T21:21:43.5965420Z [00:03:36.860]➜  packagefile github.com/bodgit/windows=/tmp/go-build3547871397/b1864/_pkg_.a
2025-08-20T21:21:43.5966736Z [00:03:36.860]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3547871397/b871/_pkg_.a
2025-08-20T21:21:43.5967808Z [00:03:36.860]➜  packagefile go4.org/readerutil=/tmp/go-build3547871397/b1865/_pkg_.a
2025-08-20T21:21:43.5968847Z [00:03:36.860]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3547871397/b333/_pkg_.a
2025-08-20T21:21:43.5970183Z [00:03:36.860]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:21:43.5971137Z [00:03:36.860]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:43.5971960Z [00:03:36.860]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:43.5973630Z [00:03:36.860]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:43.5974478Z [00:03:36.861]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:43.5975344Z [00:03:36.861]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:43.5976185Z [00:03:36.861]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:43.5976976Z [00:03:36.861]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:43.5977843Z [00:03:36.861]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:43.5978691Z [00:03:36.861]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:43.5979548Z [00:03:36.861]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:43.5980351Z [00:03:36.861]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:43.5981121Z [00:03:36.861]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:43.5981908Z [00:03:36.861]➜  EOF
2025-08-20T21:21:43.5987284Z [00:03:36.861]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1845/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0=>github.com/bodgit/sevenzip@v1.6.0;$WORK/b1845=>" -p github.com/bodgit/sevenzip -lang=go1.19 -complete -installsuffix shared -buildid ULslQrtMIrgfPuxdRTBN/ULslQrtMIrgfPuxdRTBN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1845/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/reader.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/register.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/struct.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/types.go
2025-08-20T21:21:44.0340317Z [00:03:37.301]➜  go tool buildid -w $WORK/b1845/_pkg_.a # internal
2025-08-20T21:21:44.0477415Z [00:03:37.315]➜  cp $WORK/b1845/_pkg_.a /root/.cache/go-build/75/75ae99ac55e0149e68faf5e526ae89336403b425b293f2e76425419d2426f1fb-d # internal
2025-08-20T21:21:44.0483969Z [00:03:37.315]➜  github.com/sorairolake/lzip-go
2025-08-20T21:21:44.0484572Z [00:03:37.316]➜  mkdir -p $WORK/b1874/
2025-08-20T21:21:44.0497076Z [00:03:37.317]➜  cat >/tmp/go-build3547871397/b1874/importcfg << 'EOF' # internal
2025-08-20T21:21:44.0497920Z [00:03:37.317]➜  # import config
2025-08-20T21:21:44.0498610Z [00:03:37.317]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:44.0499527Z [00:03:37.317]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:44.0500452Z [00:03:37.317]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:44.0501475Z [00:03:37.317]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3547871397/b893/_pkg_.a
2025-08-20T21:21:44.0502583Z [00:03:37.317]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:44.0503653Z [00:03:37.317]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:44.0504487Z [00:03:37.317]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:44.0505398Z [00:03:37.317]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:44.0506027Z [00:03:37.317]➜  EOF
2025-08-20T21:21:44.0511951Z [00:03:37.318]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1874/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sorairolake/lzip-go@v0.3.5=>github.com/sorairolake/lzip-go@v0.3.5;$WORK/b1874=>" -p github.com/sorairolake/lzip-go -lang=go1.22 -complete -installsuffix shared -buildid WBaFRNxBLka9hY47dnIq/WBaFRNxBLka9hY47dnIq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1874/importcfg -pack /root/go/pkg/mod/github.com/sorairolake/lzip-go@v0.3.5/error.go /root/go/pkg/mod/github.com/sorairolake/lzip-go@v0.3.5/lzip.go /root/go/pkg/mod/github.com/sorairolake/lzip-go@v0.3.5/reader.go /root/go/pkg/mod/github.com/sorairolake/lzip-go@v0.3.5/writer.go
2025-08-20T21:21:44.0880989Z [00:03:37.355]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2
2025-08-20T21:21:44.0884274Z [00:03:37.355]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/s2 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2=>github.com/klauspost/compress@v1.18.0/s2;$WORK/b1867=>" -I $WORK/b1867/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1867/decode_amd64.o ./decode_amd64.s
2025-08-20T21:21:44.0985805Z [00:03:37.366]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/s2 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2=>github.com/klauspost/compress@v1.18.0/s2;$WORK/b1867=>" -I $WORK/b1867/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1867/encodeblock_amd64.o ./encodeblock_amd64.s
2025-08-20T21:21:44.1308656Z [00:03:37.398]➜  go tool buildid -w $WORK/b1873/_pkg_.a # internal
2025-08-20T21:21:44.1337229Z [00:03:37.401]➜  go tool buildid -w $WORK/b1874/_pkg_.a # internal
2025-08-20T21:21:44.1350599Z [00:03:37.402]➜  cp $WORK/b1874/_pkg_.a /root/.cache/go-build/79/79d302a9f1a9d4a733c1b0be9a8e4a18dead47c0166426f80bc5b5ba2c7d572b-d # internal
2025-08-20T21:21:44.1357854Z [00:03:37.403]➜  github.com/anchore/syft/syft/pkg/cataloger/elixir
2025-08-20T21:21:44.1360838Z [00:03:37.403]➜  mkdir -p $WORK/b1875/
2025-08-20T21:21:44.1367958Z [00:03:37.404]➜  cat >/tmp/go-build3547871397/b1875/importcfg << 'EOF' # internal
2025-08-20T21:21:44.1369215Z [00:03:37.404]➜  # import config
2025-08-20T21:21:44.1371344Z [00:03:37.404]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:44.1372302Z [00:03:37.404]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:44.1387422Z [00:03:37.404]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:44.1388531Z [00:03:37.404]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:44.1389631Z [00:03:37.404]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:44.1390933Z [00:03:37.404]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:44.1392470Z [00:03:37.404]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:44.1397108Z [00:03:37.404]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:44.1398384Z [00:03:37.404]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:44.1399660Z [00:03:37.404]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:44.1401073Z [00:03:37.404]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:44.1402269Z [00:03:37.404]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:44.1403722Z [00:03:37.404]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:44.1404372Z [00:03:37.404]➜  EOF
2025-08-20T21:21:44.1404896Z [00:03:37.406]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:44.1410724Z [00:03:37.406]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1875/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/elixir=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/elixir;$WORK/b1875=>" -p github.com/anchore/syft/syft/pkg/cataloger/elixir -lang=go1.24 -complete -installsuffix shared -buildid Q-_OTEPny5Tz3jzpAV1R/Q-_OTEPny5Tz3jzpAV1R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1875/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/elixir/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/elixir/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/elixir/parse_mix_lock.go
2025-08-20T21:21:44.1416428Z [00:03:37.406]➜  cp $WORK/b1873/_pkg_.a /root/.cache/go-build/e8/e838cbaeb4dd6416609ae163bad56c6a303440720fa1798be4304c33038a76b5-d # internal
2025-08-20T21:21:44.1417652Z [00:03:37.406]➜  github.com/anchore/syft/syft/internal/parsing
2025-08-20T21:21:44.1418285Z [00:03:37.406]➜  mkdir -p $WORK/b1877/
2025-08-20T21:21:44.1419001Z [00:03:37.406]➜  cat >/tmp/go-build3547871397/b1877/importcfg << 'EOF' # internal
2025-08-20T21:21:44.1419673Z [00:03:37.406]➜  # import config
2025-08-20T21:21:44.1420318Z [00:03:37.406]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:44.1421115Z [00:03:37.406]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:44.1421907Z [00:03:37.406]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:44.1422904Z [00:03:37.406]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:44.1423538Z [00:03:37.406]➜  EOF
2025-08-20T21:21:44.1427538Z [00:03:37.406]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1877/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/parsing=>github.com/anchore/syft@v1.28.0/syft/internal/parsing;$WORK/b1877=>" -p github.com/anchore/syft/syft/internal/parsing -lang=go1.24 -complete -installsuffix shared -buildid Y_f-6qCRPh-ihhzRvpbA/Y_f-6qCRPh-ihhzRvpbA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1877/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/parsing/basic_parsing.go
2025-08-20T21:21:44.1831423Z [00:03:37.450]➜  go tool buildid -w $WORK/b1875/_pkg_.a # internal
2025-08-20T21:21:44.1845488Z [00:03:37.452]➜  cp $WORK/b1875/_pkg_.a /root/.cache/go-build/cc/cc155b42030dc4d233f7d14b7ba9a348b17c55f6e0c9ceb62a88f83c993b3f98-d # internal
2025-08-20T21:21:44.1851972Z [00:03:37.452]➜  github.com/anchore/syft/syft/pkg/cataloger/gentoo
2025-08-20T21:21:44.1854992Z [00:03:37.452]➜  mkdir -p $WORK/b1878/
2025-08-20T21:21:44.1861879Z [00:03:37.453]➜  cat >/tmp/go-build3547871397/b1878/importcfg << 'EOF' # internal
2025-08-20T21:21:44.1864824Z [00:03:37.454]➜  # import config
2025-08-20T21:21:44.1865858Z [00:03:37.454]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:44.1867471Z [00:03:37.454]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:44.1868558Z [00:03:37.454]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:44.1869631Z [00:03:37.454]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:44.1871000Z [00:03:37.454]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:44.1874365Z [00:03:37.454]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:44.1875869Z [00:03:37.454]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:44.1878586Z [00:03:37.454]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:44.1879794Z [00:03:37.454]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:44.1880931Z [00:03:37.454]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:44.1882278Z [00:03:37.454]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:44.1883765Z [00:03:37.454]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:44.1884702Z [00:03:37.454]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:44.1885486Z [00:03:37.454]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:44.1886347Z [00:03:37.454]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:44.1887198Z [00:03:37.454]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:44.1888171Z [00:03:37.454]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:44.1889042Z [00:03:37.454]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:44.1889891Z [00:03:37.454]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:44.1890745Z [00:03:37.454]➜  EOF
2025-08-20T21:21:44.1901412Z [00:03:37.454]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1878/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/gentoo=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/gentoo;$WORK/b1878=>" -p github.com/anchore/syft/syft/pkg/cataloger/gentoo -lang=go1.24 -complete -installsuffix shared -buildid 48lQn-nQ1q_iNeu-toD_/48lQn-nQ1q_iNeu-toD_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1878/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/gentoo/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/gentoo/license.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/gentoo/parse_portage_contents.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/gentoo/purl.go
2025-08-20T21:21:44.1912243Z [00:03:37.458]➜  go tool buildid -w $WORK/b1877/_pkg_.a # internal
2025-08-20T21:21:44.1921410Z [00:03:37.459]➜  cp $WORK/b1877/_pkg_.a /root/.cache/go-build/20/20f75016fbcd37418ef501770aaf4eec80d678cfbd0b6bc0f36d95d5d4e51a48-d # internal
2025-08-20T21:21:44.1927601Z [00:03:37.460]➜  github.com/anchore/syft/syft/pkg/cataloger/erlang
2025-08-20T21:21:44.1930354Z [00:03:37.460]➜  mkdir -p $WORK/b1876/
2025-08-20T21:21:44.1938237Z [00:03:37.461]➜  cat >/tmp/go-build3547871397/b1876/importcfg << 'EOF' # internal
2025-08-20T21:21:44.1950336Z [00:03:37.461]➜  # import config
2025-08-20T21:21:44.1951026Z [00:03:37.461]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:44.1951867Z [00:03:37.461]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:44.1953099Z [00:03:37.461]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:44.1953965Z [00:03:37.461]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:44.1954977Z [00:03:37.461]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:44.1956424Z [00:03:37.461]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:44.1957713Z [00:03:37.461]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:44.1958996Z [00:03:37.461]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:44.1960219Z [00:03:37.461]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:44.1961573Z [00:03:37.461]➜  packagefile github.com/anchore/syft/syft/internal/parsing=/tmp/go-build3547871397/b1877/_pkg_.a
2025-08-20T21:21:44.1963358Z [00:03:37.461]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:44.1964717Z [00:03:37.461]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:44.1965824Z [00:03:37.461]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:44.1966384Z [00:03:37.461]➜  EOF
2025-08-20T21:21:44.1973338Z [00:03:37.461]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1876/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/erlang=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/erlang;$WORK/b1876=>" -p github.com/anchore/syft/syft/pkg/cataloger/erlang -lang=go1.24 -complete -installsuffix shared -buildid YB9CJAiCDT9pUasSVECp/YB9CJAiCDT9pUasSVECp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1876/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/erlang/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/erlang/erlang_parser.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/erlang/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/erlang/parse_otp_app.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/erlang/parse_rebar_lock.go
2025-08-20T21:21:44.2080334Z [00:03:37.474]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2
2025-08-20T21:21:44.2083103Z [00:03:37.474]➜  go tool pack r $WORK/b1867/_pkg_.a $WORK/b1867/decode_amd64.o $WORK/b1867/encodeblock_amd64.o # internal
2025-08-20T21:21:44.2084189Z [00:03:37.474]➜  go tool buildid -w $WORK/b1867/_pkg_.a # internal
2025-08-20T21:21:44.2176361Z [00:03:37.485]➜  cp $WORK/b1867/_pkg_.a /root/.cache/go-build/5e/5e3192166e38e280911d60ddddef3e4d3a81075a1e6c83ceca2e00c15b7fe82c-d # internal
2025-08-20T21:21:44.2187808Z [00:03:37.486]➜  github.com/minio/minlz
2025-08-20T21:21:44.2255291Z [00:03:37.493]➜  mkdir -p $WORK/b1871/
2025-08-20T21:21:44.2263107Z [00:03:37.494]➜  echo -n > $WORK/b1871/go_asm.h # internal
2025-08-20T21:21:44.2264346Z [00:03:37.494]➜  cd /root/go/pkg/mod/github.com/minio/minlz@v1.0.0
2025-08-20T21:21:44.2268701Z [00:03:37.494]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/minio/minlz -trimpath "/root/go/pkg/mod/github.com/minio/minlz@v1.0.0=>github.com/minio/minlz@v1.0.0;$WORK/b1871=>" -I $WORK/b1871/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1871/symabis ./asm_amd64.s
2025-08-20T21:21:44.2572462Z [00:03:37.524]➜  cat >/tmp/go-build3547871397/b1871/importcfg << 'EOF' # internal
2025-08-20T21:21:44.2578590Z [00:03:37.524]➜  # import config
2025-08-20T21:21:44.2579311Z [00:03:37.524]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:44.2580195Z [00:03:37.524]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:44.2581095Z [00:03:37.524]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:44.2582345Z [00:03:37.524]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:44.2583452Z [00:03:37.524]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:44.2584293Z [00:03:37.524]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:44.2585232Z [00:03:37.524]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:44.2586224Z [00:03:37.524]➜  packagefile github.com/klauspost/compress/s2=/tmp/go-build3547871397/b1867/_pkg_.a
2025-08-20T21:21:44.2587430Z [00:03:37.524]➜  packagefile github.com/minio/minlz/internal/race=/tmp/go-build3547871397/b1872/_pkg_.a
2025-08-20T21:21:44.2588468Z [00:03:37.524]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:44.2589297Z [00:03:37.524]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:44.2590103Z [00:03:37.524]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:44.2590924Z [00:03:37.524]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:44.2591747Z [00:03:37.524]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:44.2592532Z [00:03:37.524]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:44.2595411Z [00:03:37.524]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:44.2596234Z [00:03:37.524]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:44.2596810Z [00:03:37.524]➜  EOF
2025-08-20T21:21:44.2597276Z [00:03:37.524]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:44.2607207Z [00:03:37.524]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1871/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/minio/minlz@v1.0.0=>github.com/minio/minlz@v1.0.0;$WORK/b1871=>" -p github.com/minio/minlz -lang=go1.21 -installsuffix shared -buildid cOPm2plaK8wn5Dscm_cg/cOPm2plaK8wn5Dscm_cg -goversion go1.25.0 -symabis $WORK/b1871/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1871/importcfg -pack -asmhdr $WORK/b1871/go_asm.h /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/asm_amd64.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/decode.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/decode_amd64.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/dict.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/encode.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/encode_amd64.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/encode_l1.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/encode_l2.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/encode_l3.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/index.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/lz4convert.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/minlz.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/reader.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/unsafe_enabled.go /root/go/pkg/mod/github.com/minio/minlz@v1.0.0/writer.go
2025-08-20T21:21:44.2904829Z [00:03:37.558]➜  go tool buildid -w $WORK/b1876/_pkg_.a # internal
2025-08-20T21:21:44.2924894Z [00:03:37.560]➜  cp $WORK/b1876/_pkg_.a /root/.cache/go-build/84/844a2c90e91b263be5a0d284522e148ac76d55224ccfba670e932ce924fd141c-d # internal
2025-08-20T21:21:44.2935803Z [00:03:37.560]➜  github.com/anchore/syft/syft/pkg/cataloger/githubactions
2025-08-20T21:21:44.2936606Z [00:03:37.560]➜  mkdir -p $WORK/b1879/
2025-08-20T21:21:44.2937354Z [00:03:37.560]➜  cat >/tmp/go-build3547871397/b1879/importcfg << 'EOF' # internal
2025-08-20T21:21:44.2938040Z [00:03:37.560]➜  # import config
2025-08-20T21:21:44.2938708Z [00:03:37.560]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:44.2939516Z [00:03:37.560]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:44.2940519Z [00:03:37.560]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:44.2941728Z [00:03:37.560]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:44.2943302Z [00:03:37.560]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:44.2944584Z [00:03:37.560]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:44.2945792Z [00:03:37.560]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:44.2947123Z [00:03:37.560]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:44.2948391Z [00:03:37.560]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:44.2949724Z [00:03:37.560]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:21:44.2950601Z [00:03:37.560]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:44.2951420Z [00:03:37.560]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:44.2952258Z [00:03:37.560]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:44.2953018Z [00:03:37.560]➜  EOF
2025-08-20T21:21:44.2959573Z [00:03:37.560]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1879/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/githubactions=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/githubactions;$WORK/b1879=>" -p github.com/anchore/syft/syft/pkg/cataloger/githubactions -lang=go1.24 -complete -installsuffix shared -buildid sVTx6olAMqWyG4xers8j/sVTx6olAMqWyG4xers8j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1879/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/githubactions/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/githubactions/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/githubactions/parse_composite_action.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/githubactions/parse_workflow.go
2025-08-20T21:21:44.3294231Z [00:03:37.596]➜  go tool buildid -w $WORK/b1878/_pkg_.a # internal
2025-08-20T21:21:44.3314781Z [00:03:37.599]➜  cp $WORK/b1878/_pkg_.a /root/.cache/go-build/e9/e981b8c89670b02b9d29be8b71855ff0ea11b12caa25c0ceab961bc483233419-d # internal
2025-08-20T21:21:44.3320566Z [00:03:37.599]➜  github.com/anchore/syft/syft/pkg/cataloger/haskell
2025-08-20T21:21:44.3324393Z [00:03:37.599]➜  mkdir -p $WORK/b1880/
2025-08-20T21:21:44.3329248Z [00:03:37.600]➜  cat >/tmp/go-build3547871397/b1880/importcfg << 'EOF' # internal
2025-08-20T21:21:44.3330481Z [00:03:37.600]➜  # import config
2025-08-20T21:21:44.3333449Z [00:03:37.600]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:44.3334535Z [00:03:37.600]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:44.3337521Z [00:03:37.600]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:44.3338368Z [00:03:37.600]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:44.3339367Z [00:03:37.600]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:44.3340590Z [00:03:37.600]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:44.3341877Z [00:03:37.600]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:44.3343456Z [00:03:37.600]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:44.3344678Z [00:03:37.600]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:44.3345866Z [00:03:37.600]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:44.3347197Z [00:03:37.600]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:44.3348374Z [00:03:37.600]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:21:44.3349382Z [00:03:37.600]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:44.3350182Z [00:03:37.600]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:44.3350796Z [00:03:37.600]➜  EOF
2025-08-20T21:21:44.3381321Z [00:03:37.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1880/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/haskell=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/haskell;$WORK/b1880=>" -p github.com/anchore/syft/syft/pkg/cataloger/haskell -lang=go1.24 -complete -installsuffix shared -buildid 65FuA0_Zahh9iK7kztRa/65FuA0_Zahh9iK7kztRa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1880/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/haskell/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/haskell/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/haskell/parse_cabal_freeze.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/haskell/parse_stack_lock.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/haskell/parse_stack_yaml.go
2025-08-20T21:21:44.3617604Z [00:03:37.629]➜  go tool buildid -w $WORK/b1879/_pkg_.a # internal
2025-08-20T21:21:44.3634513Z [00:03:37.631]➜  cp $WORK/b1879/_pkg_.a /root/.cache/go-build/99/9978645cb6259da5d85d609435f3f05c46544a2bd3e5f860c22b6ca779e1ffbe-d # internal
2025-08-20T21:21:44.3641310Z [00:03:37.631]➜  github.com/anchore/syft/syft/pkg/cataloger/homebrew
2025-08-20T21:21:44.3642020Z [00:03:37.631]➜  mkdir -p $WORK/b1881/
2025-08-20T21:21:44.3646308Z [00:03:37.632]➜  cat >/tmp/go-build3547871397/b1881/importcfg << 'EOF' # internal
2025-08-20T21:21:44.3653360Z [00:03:37.632]➜  # import config
2025-08-20T21:21:44.3654035Z [00:03:37.632]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:44.3654873Z [00:03:37.632]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:44.3656083Z [00:03:37.632]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:44.3657290Z [00:03:37.632]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:44.3658539Z [00:03:37.632]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:44.3659912Z [00:03:37.632]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:44.3661056Z [00:03:37.632]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:44.3662446Z [00:03:37.632]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:44.3663685Z [00:03:37.632]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:44.3664499Z [00:03:37.632]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:44.3665106Z [00:03:37.632]➜  EOF
2025-08-20T21:21:44.3671377Z [00:03:37.632]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1881/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/homebrew=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/homebrew;$WORK/b1881=>" -p github.com/anchore/syft/syft/pkg/cataloger/homebrew -lang=go1.24 -complete -installsuffix shared -buildid lAzJ1xhYoFWpxsG87hNM/lAzJ1xhYoFWpxsG87hNM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1881/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/homebrew/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/homebrew/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/homebrew/parse_homebrew_formula.go
2025-08-20T21:21:44.3885751Z [00:03:37.653]➜  go tool buildid -w $WORK/b1880/_pkg_.a # internal
2025-08-20T21:21:44.3907271Z [00:03:37.655]➜  cp $WORK/b1880/_pkg_.a /root/.cache/go-build/78/78698d6efdedf09c1a17f5a57aaae4edefa95f5961a4e7b98a2264608b07ded5-d # internal
2025-08-20T21:21:44.3908744Z [00:03:37.655]➜  github.com/anchore/syft/syft/pkg/cataloger/lua
2025-08-20T21:21:44.3909418Z [00:03:37.656]➜  mkdir -p $WORK/b1882/
2025-08-20T21:21:44.3910172Z [00:03:37.656]➜  cat >/tmp/go-build3547871397/b1882/importcfg << 'EOF' # internal
2025-08-20T21:21:44.3911033Z [00:03:37.656]➜  # import config
2025-08-20T21:21:44.3911696Z [00:03:37.656]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:44.3912540Z [00:03:37.656]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:44.3913584Z [00:03:37.656]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:44.3914594Z [00:03:37.656]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:44.3915795Z [00:03:37.656]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:44.3917001Z [00:03:37.656]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:44.3918224Z [00:03:37.656]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:44.3919499Z [00:03:37.656]➜  packagefile github.com/anchore/syft/syft/internal/parsing=/tmp/go-build3547871397/b1877/_pkg_.a
2025-08-20T21:21:44.3920800Z [00:03:37.656]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:44.3922130Z [00:03:37.656]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:44.3923441Z [00:03:37.656]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:44.3924275Z [00:03:37.656]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:44.3924924Z [00:03:37.656]➜  EOF
2025-08-20T21:21:44.3930968Z [00:03:37.656]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1882/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/lua=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/lua;$WORK/b1882=>" -p github.com/anchore/syft/syft/pkg/cataloger/lua -lang=go1.24 -complete -installsuffix shared -buildid bqv-kwIVYESAyNo0_3k8/bqv-kwIVYESAyNo0_3k8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1882/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/lua/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/lua/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/lua/parse_rockspec.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/lua/rockspec_parser.go
2025-08-20T21:21:44.4549524Z [00:03:37.722]➜  go tool buildid -w $WORK/b1881/_pkg_.a # internal
2025-08-20T21:21:44.4566646Z [00:03:37.724]➜  cp $WORK/b1881/_pkg_.a /root/.cache/go-build/78/788a905829eeedaceb6174bdd971ee0440924d29aad96d0ed6903d849c43563f-d # internal
2025-08-20T21:21:44.4588275Z [00:03:37.726]➜  github.com/anchore/syft/syft/pkg/cataloger/ocaml
2025-08-20T21:21:44.4597760Z [00:03:37.726]➜  mkdir -p $WORK/b1883/
2025-08-20T21:21:44.4598579Z [00:03:37.726]➜  cat >/tmp/go-build3547871397/b1883/importcfg << 'EOF' # internal
2025-08-20T21:21:44.4599262Z [00:03:37.726]➜  # import config
2025-08-20T21:21:44.4599929Z [00:03:37.726]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:44.4600845Z [00:03:37.726]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:44.4601926Z [00:03:37.726]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:44.4603327Z [00:03:37.727]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:44.4610165Z [00:03:37.727]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:44.4611395Z [00:03:37.727]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:44.4612600Z [00:03:37.727]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:44.4614281Z [00:03:37.727]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:44.4615378Z [00:03:37.727]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:44.4616289Z [00:03:37.727]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:44.4617083Z [00:03:37.727]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:44.4617906Z [00:03:37.727]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:44.4618517Z [00:03:37.727]➜  EOF
2025-08-20T21:21:44.4624095Z [00:03:37.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1883/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/ocaml=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/ocaml;$WORK/b1883=>" -p github.com/anchore/syft/syft/pkg/cataloger/ocaml -lang=go1.24 -complete -installsuffix shared -buildid q0BXrfhpSHMNRjUkZoHM/q0BXrfhpSHMNRjUkZoHM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1883/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/ocaml/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/ocaml/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/ocaml/parse_opam.go
2025-08-20T21:21:44.4867620Z [00:03:37.754]➜  go tool buildid -w $WORK/b1882/_pkg_.a # internal
2025-08-20T21:21:44.4881154Z [00:03:37.755]➜  cp $WORK/b1882/_pkg_.a /root/.cache/go-build/7c/7c81f5c5cc9c877e536749334436116ce473398977e42127d29d1d7299eaf528-d # internal
2025-08-20T21:21:44.4887198Z [00:03:37.756]➜  github.com/elliotchance/phpserialize
2025-08-20T21:21:44.4891110Z [00:03:37.756]➜  mkdir -p $WORK/b1885/
2025-08-20T21:21:44.4897516Z [00:03:37.757]➜  cat >/tmp/go-build3547871397/b1885/importcfg << 'EOF' # internal
2025-08-20T21:21:44.4898805Z [00:03:37.757]➜  # import config
2025-08-20T21:21:44.4901788Z [00:03:37.757]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:44.4903026Z [00:03:37.757]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:44.4903919Z [00:03:37.757]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:44.4904910Z [00:03:37.757]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:44.4905720Z [00:03:37.757]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:44.4906554Z [00:03:37.757]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:44.4907382Z [00:03:37.757]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:44.4908016Z [00:03:37.757]➜  EOF
2025-08-20T21:21:44.4914459Z [00:03:37.757]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1885/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elliotchance/phpserialize@v1.4.0=>github.com/elliotchance/phpserialize@v1.4.0;$WORK/b1885=>" -p github.com/elliotchance/phpserialize -lang=go1.16 -complete -installsuffix shared -buildid ySUQwVC_P8Y9EFA76iF7/ySUQwVC_P8Y9EFA76iF7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1885/importcfg -pack /root/go/pkg/mod/github.com/elliotchance/phpserialize@v1.4.0/compare.go /root/go/pkg/mod/github.com/elliotchance/phpserialize@v1.4.0/consume.go /root/go/pkg/mod/github.com/elliotchance/phpserialize@v1.4.0/serialize.go /root/go/pkg/mod/github.com/elliotchance/phpserialize@v1.4.0/tags.go /root/go/pkg/mod/github.com/elliotchance/phpserialize@v1.4.0/unserialize.go /root/go/pkg/mod/github.com/elliotchance/phpserialize@v1.4.0/util.go
2025-08-20T21:21:44.5319516Z [00:03:37.799]➜  go tool buildid -w $WORK/b1883/_pkg_.a # internal
2025-08-20T21:21:44.5347709Z [00:03:37.800]➜  cp $WORK/b1883/_pkg_.a /root/.cache/go-build/8e/8e246c3243dbe0eba27e151fa23baa0a3dd2a8e5d4f53d200268585a673904a5-d # internal
2025-08-20T21:21:44.5349000Z [00:03:37.800]➜  github.com/anchore/syft/syft/pkg/cataloger/r
2025-08-20T21:21:44.5349637Z [00:03:37.800]➜  mkdir -p $WORK/b1886/
2025-08-20T21:21:44.5350594Z [00:03:37.801]➜  cat >/tmp/go-build3547871397/b1886/importcfg << 'EOF' # internal
2025-08-20T21:21:44.5351355Z [00:03:37.801]➜  # import config
2025-08-20T21:21:44.5352007Z [00:03:37.801]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:44.5353235Z [00:03:37.801]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:44.5354268Z [00:03:37.801]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:44.5355528Z [00:03:37.801]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:44.5356725Z [00:03:37.801]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:44.5357903Z [00:03:37.801]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:44.5359247Z [00:03:37.801]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:44.5360401Z [00:03:37.801]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:44.5361234Z [00:03:37.801]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:44.5362041Z [00:03:37.801]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:44.5362871Z [00:03:37.801]➜  EOF
2025-08-20T21:21:44.5371834Z [00:03:37.804]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1886/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/r=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/r;$WORK/b1886=>" -p github.com/anchore/syft/syft/pkg/cataloger/r -lang=go1.24 -complete -installsuffix shared -buildid m_Lt2gzsmJzwpGxIDKFq/m_Lt2gzsmJzwpGxIDKFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1886/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/r/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/r/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/r/parse_description.go
2025-08-20T21:21:44.5944427Z [00:03:37.861]➜  go tool buildid -w $WORK/b1886/_pkg_.a # internal
2025-08-20T21:21:44.5957790Z [00:03:37.863]➜  cp $WORK/b1886/_pkg_.a /root/.cache/go-build/be/be2244dc14ca287aed3de16ec907c42c6e6e9821359aecd701f93ffecb7ad8b6-d # internal
2025-08-20T21:21:44.5979278Z [00:03:37.864]➜  github.com/anchore/go-rpmdb/pkg/bdb
2025-08-20T21:21:44.5980048Z [00:03:37.864]➜  mkdir -p $WORK/b1889/
2025-08-20T21:21:44.5980810Z [00:03:37.864]➜  cat >/tmp/go-build3547871397/b1889/importcfg << 'EOF' # internal
2025-08-20T21:21:44.5981522Z [00:03:37.864]➜  # import config
2025-08-20T21:21:44.5982198Z [00:03:37.865]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:44.5983313Z [00:03:37.865]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:44.5984436Z [00:03:37.865]➜  packagefile github.com/anchore/go-rpmdb/pkg/db=/tmp/go-build3547871397/b1890/_pkg_.a
2025-08-20T21:21:44.5985602Z [00:03:37.865]➜  packagefile golang.org/x/xerrors=/tmp/go-build3547871397/b1759/_pkg_.a
2025-08-20T21:21:44.5986521Z [00:03:37.865]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:44.5987337Z [00:03:37.865]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:44.5987961Z [00:03:37.865]➜  EOF
2025-08-20T21:21:44.5996642Z [00:03:37.865]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1889/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/bdb=>github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/bdb;$WORK/b1889=>" -p github.com/anchore/go-rpmdb/pkg/bdb -lang=go1.22 -complete -installsuffix shared -buildid 9sKLkXuCnKJfQtc1Yitz/9sKLkXuCnKJfQtc1Yitz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1889/importcfg -pack /root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/bdb/bdb.go /root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/bdb/constants.go /root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/bdb/endian.go /root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/bdb/generic_page.go /root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/bdb/hash_metadata_page.go /root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/bdb/hash_page.go /root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/bdb/hash_page_entry.go
2025-08-20T21:21:44.6803931Z [00:03:37.948]➜  go tool buildid -w $WORK/b1885/_pkg_.a # internal
2025-08-20T21:21:44.6825767Z [00:03:37.950]➜  cp $WORK/b1885/_pkg_.a /root/.cache/go-build/0e/0e8717e25f1f2f74280fb44f9ba04259b1b33348afeffa20f61d71d296b2f5b1-d # internal
2025-08-20T21:21:44.6834558Z [00:03:37.951]➜  github.com/anchore/syft/syft/pkg/cataloger/php
2025-08-20T21:21:44.6837257Z [00:03:37.951]➜  mkdir -p $WORK/b1884/
2025-08-20T21:21:44.6847654Z [00:03:37.952]➜  cat >/tmp/go-build3547871397/b1884/importcfg << 'EOF' # internal
2025-08-20T21:21:44.6848928Z [00:03:37.952]➜  # import config
2025-08-20T21:21:44.6851273Z [00:03:37.952]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:44.6853311Z [00:03:37.952]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:44.6854222Z [00:03:37.952]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:44.6855038Z [00:03:37.952]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:44.6856026Z [00:03:37.952]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:44.6857192Z [00:03:37.952]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:44.6858410Z [00:03:37.952]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:44.6859630Z [00:03:37.952]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:44.6860970Z [00:03:37.952]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:21:44.6862141Z [00:03:37.952]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:44.6863670Z [00:03:37.952]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:44.6865002Z [00:03:37.952]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:44.6866537Z [00:03:37.952]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/internal/binutils=/tmp/go-build3547871397/b1588/_pkg_.a
2025-08-20T21:21:44.6867965Z [00:03:37.952]➜  packagefile github.com/elliotchance/phpserialize=/tmp/go-build3547871397/b1885/_pkg_.a
2025-08-20T21:21:44.6868968Z [00:03:37.952]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:44.6869760Z [00:03:37.952]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:44.6870601Z [00:03:37.952]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:44.6871247Z [00:03:37.952]➜  EOF
2025-08-20T21:21:44.6902151Z [00:03:37.952]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1884/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/php=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/php;$WORK/b1884=>" -p github.com/anchore/syft/syft/pkg/cataloger/php -lang=go1.24 -complete -installsuffix shared -buildid _7kYHJyD4xQH4yZOyRzs/_7kYHJyD4xQH4yZOyRzs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1884/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/php/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/php/interpreter_cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/php/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/php/parse_composer_lock.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/php/parse_installed_json.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/php/parse_pecl_pear.go
2025-08-20T21:21:44.7038632Z [00:03:37.971]➜  go tool buildid -w $WORK/b1889/_pkg_.a # internal
2025-08-20T21:21:44.7053750Z [00:03:37.973]➜  cp $WORK/b1889/_pkg_.a /root/.cache/go-build/ed/edca74bd161742d5b67d26bc0e8079103c8d3a57ecc8383436c6ba229c0c24d9-d # internal
2025-08-20T21:21:44.7067322Z [00:03:37.973]➜  github.com/anchore/go-rpmdb/pkg/ndb
2025-08-20T21:21:44.7072936Z [00:03:37.974]➜  mkdir -p $WORK/b1891/
2025-08-20T21:21:44.7080591Z [00:03:37.975]➜  cat >/tmp/go-build3547871397/b1891/importcfg << 'EOF' # internal
2025-08-20T21:21:44.7109661Z [00:03:37.975]➜  # import config
2025-08-20T21:21:44.7110441Z [00:03:37.975]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:44.7111313Z [00:03:37.975]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:44.7112312Z [00:03:37.975]➜  packagefile github.com/anchore/go-rpmdb/pkg/db=/tmp/go-build3547871397/b1890/_pkg_.a
2025-08-20T21:21:44.7113670Z [00:03:37.975]➜  packagefile golang.org/x/xerrors=/tmp/go-build3547871397/b1759/_pkg_.a
2025-08-20T21:21:44.7114529Z [00:03:37.975]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:44.7115266Z [00:03:37.975]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:44.7116045Z [00:03:37.975]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:44.7116669Z [00:03:37.975]➜  EOF
2025-08-20T21:21:44.7121691Z [00:03:37.975]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1891/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/ndb=>github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/ndb;$WORK/b1891=>" -p github.com/anchore/go-rpmdb/pkg/ndb -lang=go1.22 -complete -installsuffix shared -buildid 0QRHy3bIi4dc9nQA_8w5/0QRHy3bIi4dc9nQA_8w5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1891/importcfg -pack /root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/ndb/ndb.go /root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/ndb/syscall_linux.go
2025-08-20T21:21:44.7688826Z [00:03:38.036]➜  go tool buildid -w $WORK/b1891/_pkg_.a # internal
2025-08-20T21:21:44.7702432Z [00:03:38.037]➜  cp $WORK/b1891/_pkg_.a /root/.cache/go-build/56/56c79ea8dc4bb7446f5b8902fd307c8fb3dc685f9b792a4f992a77843d01e1f6-d # internal
2025-08-20T21:21:44.7704652Z [00:03:38.038]➜  github.com/anchore/go-rpmdb/pkg/sqlite3
2025-08-20T21:21:44.7706100Z [00:03:38.038]➜  mkdir -p $WORK/b1892/
2025-08-20T21:21:44.7719456Z [00:03:38.039]➜  cat >/tmp/go-build3547871397/b1892/importcfg << 'EOF' # internal
2025-08-20T21:21:44.7722118Z [00:03:38.039]➜  # import config
2025-08-20T21:21:44.7731360Z [00:03:38.039]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:44.7732420Z [00:03:38.039]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:21:44.7734472Z [00:03:38.039]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:44.7735313Z [00:03:38.039]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:44.7736307Z [00:03:38.039]➜  packagefile github.com/anchore/go-rpmdb/pkg/db=/tmp/go-build3547871397/b1890/_pkg_.a
2025-08-20T21:21:44.7737341Z [00:03:38.039]➜  packagefile golang.org/x/xerrors=/tmp/go-build3547871397/b1759/_pkg_.a
2025-08-20T21:21:44.7738198Z [00:03:38.039]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:44.7738751Z [00:03:38.039]➜  EOF
2025-08-20T21:21:44.7743047Z [00:03:38.040]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1892/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/sqlite3=>github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/sqlite3;$WORK/b1892=>" -p github.com/anchore/go-rpmdb/pkg/sqlite3 -lang=go1.22 -complete -installsuffix shared -buildid Lu6Sph2SAvD_PXDy43CZ/Lu6Sph2SAvD_PXDy43CZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1892/importcfg -pack /root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/sqlite3/sqlite3.go
2025-08-20T21:21:44.8217721Z [00:03:38.089]➜  go tool buildid -w $WORK/b1884/_pkg_.a # internal
2025-08-20T21:21:44.8219370Z [00:03:38.089]➜  cp $WORK/b1884/_pkg_.a /root/.cache/go-build/63/63b0e1443f44dd46ad67a76063976d742b79bd26cf1c25295c0eca1f709b24a3-d # internal
2025-08-20T21:21:44.8550205Z [00:03:38.122]➜  github.com/DataDog/zstd
2025-08-20T21:21:44.8556112Z [00:03:38.122]➜  mkdir -p $WORK/b1894/
2025-08-20T21:21:44.8559192Z [00:03:38.123]➜  echo -n > $WORK/b1894/preferlinkext # internal
2025-08-20T21:21:44.8561601Z [00:03:38.123]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:44.8564485Z [00:03:38.123]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b1894/ -importpath github.com/DataDog/zstd "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 ./errors.go ./zstd.go ./zstd_bulk.go ./zstd_ctx.go ./zstd_stream.go
2025-08-20T21:21:44.8623648Z [00:03:38.127]➜  go tool buildid -w $WORK/b1815/_pkg_.a # internal
2025-08-20T21:21:44.9008209Z [00:03:38.168]➜  cp $WORK/b1815/_pkg_.a /root/.cache/go-build/c0/c0c38d801133279b4583f26e62b7b5f1aa97b1ee0ed08488e4e115f002bf4a95-d # internal
2025-08-20T21:21:44.9010311Z [00:03:38.168]➜  github.com/anchore/syft/syft/format/table
2025-08-20T21:21:44.9011490Z [00:03:38.168]➜  mkdir -p $WORK/b1804/
2025-08-20T21:21:44.9014832Z [00:03:38.168]➜  cat >/tmp/go-build3547871397/b1804/importcfg << 'EOF' # internal
2025-08-20T21:21:44.9016052Z [00:03:38.168]➜  # import config
2025-08-20T21:21:44.9017010Z [00:03:38.168]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:44.9018377Z [00:03:38.168]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:44.9020582Z [00:03:38.168]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3547871397/b1805/_pkg_.a
2025-08-20T21:21:44.9022126Z [00:03:38.168]➜  packagefile github.com/olekukonko/tablewriter=/tmp/go-build3547871397/b1815/_pkg_.a
2025-08-20T21:21:44.9025857Z [00:03:38.168]➜  packagefile github.com/olekukonko/tablewriter/renderer=/tmp/go-build3547871397/b1822/_pkg_.a
2025-08-20T21:21:44.9027156Z [00:03:38.168]➜  packagefile github.com/olekukonko/tablewriter/tw=/tmp/go-build3547871397/b1824/_pkg_.a
2025-08-20T21:21:44.9028148Z [00:03:38.168]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:44.9028936Z [00:03:38.168]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:44.9029743Z [00:03:38.168]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:44.9030347Z [00:03:38.168]➜  EOF
2025-08-20T21:21:44.9030804Z [00:03:38.168]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:44.9039253Z [00:03:38.168]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1804/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/table=>github.com/anchore/syft@v1.28.0/syft/format/table;$WORK/b1804=>" -p github.com/anchore/syft/syft/format/table -lang=go1.24 -complete -installsuffix shared -buildid UWIR9OGHy1-3CR7ifFA5/UWIR9OGHy1-3CR7ifFA5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1804/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/table/encoder.go
2025-08-20T21:21:44.9207693Z [00:03:38.188]➜  go tool buildid -w $WORK/b1892/_pkg_.a # internal
2025-08-20T21:21:44.9222792Z [00:03:38.189]➜  cd /root/go/pkg/mod/github.com/minio/minlz@v1.0.0
2025-08-20T21:21:44.9227294Z [00:03:38.189]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/minio/minlz -trimpath "/root/go/pkg/mod/github.com/minio/minlz@v1.0.0=>github.com/minio/minlz@v1.0.0;$WORK/b1871=>" -I $WORK/b1871/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1871/asm_amd64.o ./asm_amd64.s
2025-08-20T21:21:44.9238864Z [00:03:38.191]➜  cp $WORK/b1892/_pkg_.a /root/.cache/go-build/89/896591838b1170fabe6df2d9bda79e3e752e689b171f32f22df7f12e383df8ed-d # internal
2025-08-20T21:21:44.9247524Z [00:03:38.191]➜  github.com/anchore/go-rpmdb/pkg
2025-08-20T21:21:44.9248355Z [00:03:38.191]➜  mkdir -p $WORK/b1888/
2025-08-20T21:21:44.9249098Z [00:03:38.192]➜  cat >/tmp/go-build3547871397/b1888/importcfg << 'EOF' # internal
2025-08-20T21:21:44.9249782Z [00:03:38.192]➜  # import config
2025-08-20T21:21:44.9250441Z [00:03:38.192]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:44.9251264Z [00:03:38.192]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:44.9252170Z [00:03:38.192]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:44.9253166Z [00:03:38.192]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:44.9254152Z [00:03:38.192]➜  packagefile github.com/anchore/go-rpmdb/pkg/bdb=/tmp/go-build3547871397/b1889/_pkg_.a
2025-08-20T21:21:44.9255291Z [00:03:38.192]➜  packagefile github.com/anchore/go-rpmdb/pkg/db=/tmp/go-build3547871397/b1890/_pkg_.a
2025-08-20T21:21:44.9256440Z [00:03:38.192]➜  packagefile github.com/anchore/go-rpmdb/pkg/ndb=/tmp/go-build3547871397/b1891/_pkg_.a
2025-08-20T21:21:44.9257624Z [00:03:38.192]➜  packagefile github.com/anchore/go-rpmdb/pkg/sqlite3=/tmp/go-build3547871397/b1892/_pkg_.a
2025-08-20T21:21:44.9258680Z [00:03:38.192]➜  packagefile golang.org/x/xerrors=/tmp/go-build3547871397/b1759/_pkg_.a
2025-08-20T21:21:44.9259499Z [00:03:38.192]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:44.9260220Z [00:03:38.192]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:44.9260971Z [00:03:38.192]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:44.9261744Z [00:03:38.192]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:44.9262310Z [00:03:38.192]➜  EOF
2025-08-20T21:21:44.9263596Z [00:03:38.192]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:44.9271753Z [00:03:38.192]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1888/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg=>github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg;$WORK/b1888=>" -p github.com/anchore/go-rpmdb/pkg -lang=go1.22 -complete -installsuffix shared -buildid hR5QnTFoi2wxKCwKOBUQ/hR5QnTFoi2wxKCwKOBUQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1888/importcfg -pack /root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/entry.go /root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/file_digest.go /root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/file_flags.go /root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/inet.go /root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/package.go /root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/rpmdb.go /root/go/pkg/mod/github.com/anchore/go-rpmdb@v0.0.0-20250516171929-f77691e1faec/pkg/rpmtags.go
2025-08-20T21:21:45.0007893Z [00:03:38.268]➜  cd /root/go/pkg/mod/github.com/minio/minlz@v1.0.0
2025-08-20T21:21:45.0014146Z [00:03:38.268]➜  go tool pack r $WORK/b1871/_pkg_.a $WORK/b1871/asm_amd64.o # internal
2025-08-20T21:21:45.0015008Z [00:03:38.268]➜  go tool buildid -w $WORK/b1871/_pkg_.a # internal
2025-08-20T21:21:45.0082468Z [00:03:38.275]➜  cp $WORK/b1871/_pkg_.a /root/.cache/go-build/73/7370b040d79e2d82cb2b8dafea49eb95de967636e8741077fd63f0e41ba38ba5-d # internal
2025-08-20T21:21:45.0087294Z [00:03:38.276]➜  github.com/mholt/archives
2025-08-20T21:21:45.0090692Z [00:03:38.276]➜  mkdir -p $WORK/b1843/
2025-08-20T21:21:45.0093443Z [00:03:38.276]➜  cat >/tmp/go-build3547871397/b1843/importcfg << 'EOF' # internal
2025-08-20T21:21:45.0094626Z [00:03:38.276]➜  # import config
2025-08-20T21:21:45.0097676Z [00:03:38.276]➜  packagefile archive/tar=/tmp/go-build3547871397/b861/_pkg_.a
2025-08-20T21:21:45.0098503Z [00:03:38.276]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:45.0099275Z [00:03:38.276]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:45.0100221Z [00:03:38.276]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:45.0100962Z [00:03:38.276]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:45.0101818Z [00:03:38.276]➜  packagefile github.com/STARRY-S/zip=/tmp/go-build3547871397/b1844/_pkg_.a
2025-08-20T21:21:45.0103044Z [00:03:38.277]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build3547871397/b1234/_pkg_.a
2025-08-20T21:21:45.0104173Z [00:03:38.277]➜  packagefile github.com/bodgit/sevenzip=/tmp/go-build3547871397/b1845/_pkg_.a
2025-08-20T21:21:45.0109005Z [00:03:38.277]➜  packagefile github.com/dsnet/compress/bzip2=/tmp/go-build3547871397/b1236/_pkg_.a
2025-08-20T21:21:45.0110178Z [00:03:38.277]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build3547871397/b1243/_pkg_.a
2025-08-20T21:21:45.0111301Z [00:03:38.277]➜  packagefile github.com/klauspost/compress/s2=/tmp/go-build3547871397/b1867/_pkg_.a
2025-08-20T21:21:45.0112406Z [00:03:38.277]➜  packagefile github.com/klauspost/compress/zip=/tmp/go-build3547871397/b1245/_pkg_.a
2025-08-20T21:21:45.0113762Z [00:03:38.277]➜  packagefile github.com/klauspost/compress/zlib=/tmp/go-build3547871397/b1869/_pkg_.a
2025-08-20T21:21:45.0114874Z [00:03:38.277]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3547871397/b878/_pkg_.a
2025-08-20T21:21:45.0115936Z [00:03:38.277]➜  packagefile github.com/klauspost/pgzip=/tmp/go-build3547871397/b1247/_pkg_.a
2025-08-20T21:21:45.0116976Z [00:03:38.277]➜  packagefile github.com/mikelolasagasti/xz=/tmp/go-build3547871397/b1870/_pkg_.a
2025-08-20T21:21:45.0117985Z [00:03:38.277]➜  packagefile github.com/minio/minlz=/tmp/go-build3547871397/b1871/_pkg_.a
2025-08-20T21:21:45.0119149Z [00:03:38.277]➜  packagefile github.com/nwaples/rardecode/v2=/tmp/go-build3547871397/b1873/_pkg_.a
2025-08-20T21:21:45.0120194Z [00:03:38.277]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3547871397/b886/_pkg_.a
2025-08-20T21:21:45.0121260Z [00:03:38.277]➜  packagefile github.com/sorairolake/lzip-go=/tmp/go-build3547871397/b1874/_pkg_.a
2025-08-20T21:21:45.0122406Z [00:03:38.277]➜  packagefile github.com/ulikunitz/xz=/tmp/go-build3547871397/b1249/_pkg_.a
2025-08-20T21:21:45.0123582Z [00:03:38.277]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3547871397/b334/_pkg_.a
2025-08-20T21:21:45.0124456Z [00:03:38.277]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:45.0125189Z [00:03:38.277]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:45.0125908Z [00:03:38.277]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:45.0126604Z [00:03:38.277]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:45.0127435Z [00:03:38.277]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:45.0128338Z [00:03:38.277]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:45.0129285Z [00:03:38.277]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:45.0130166Z [00:03:38.277]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:45.0131015Z [00:03:38.277]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:45.0131882Z [00:03:38.277]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:45.0152954Z [00:03:38.277]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:45.0153654Z [00:03:38.277]➜  EOF
2025-08-20T21:21:45.0154116Z [00:03:38.277]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:45.0164129Z [00:03:38.278]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1843/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mholt/archives@v0.1.3=>github.com/mholt/archives@v0.1.3;$WORK/b1843=>" -p github.com/mholt/archives -lang=go1.22 -complete -installsuffix shared -buildid a5AouMifXnEgIUtCtNW1/a5AouMifXnEgIUtCtNW1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1843/importcfg -pack /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/7z.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/archives.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/brotli.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/bz2.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/formats.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/fs.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/gz.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/interfaces.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/lz4.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/lzip.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/minlz.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/rar.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/sz.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/tar.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/xz.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/zip.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/zlib.go /root/go/pkg/mod/github.com/mholt/archives@v0.1.3/zstd.go
2025-08-20T21:21:45.0472149Z [00:03:38.314]➜  go tool buildid -w $WORK/b1888/_pkg_.a # internal
2025-08-20T21:21:45.0480039Z [00:03:38.315]➜  cp $WORK/b1888/_pkg_.a /root/.cache/go-build/e3/e3b0e4909d22ecc0fc0071ea48d82e92f0adfd4a07233d93ef5c4d85831b7324-d # internal
2025-08-20T21:21:45.0491293Z [00:03:38.315]➜  github.com/sassoftware/go-rpmutils/fileutil
2025-08-20T21:21:45.0491944Z [00:03:38.315]➜  mkdir -p $WORK/b1896/
2025-08-20T21:21:45.0492877Z [00:03:38.316]➜  cat >/tmp/go-build3547871397/b1896/importcfg << 'EOF' # internal
2025-08-20T21:21:45.0493591Z [00:03:38.316]➜  # import config
2025-08-20T21:21:45.0494342Z [00:03:38.316]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:45.0495244Z [00:03:38.316]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:45.0496054Z [00:03:38.316]➜  EOF
2025-08-20T21:21:45.0499989Z [00:03:38.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1896/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/fileutil=>github.com/sassoftware/go-rpmutils@v0.4.0/fileutil;$WORK/b1896=>" -p github.com/sassoftware/go-rpmutils/fileutil -lang=go1.21 -complete -installsuffix shared -buildid dajytu3HcBQgvhlldXvE/dajytu3HcBQgvhlldXvE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1896/importcfg -pack /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/fileutil/fileutil_unix.go
2025-08-20T21:21:45.0770210Z [00:03:38.344]➜  go tool buildid -w $WORK/b1896/_pkg_.a # internal
2025-08-20T21:21:45.0798055Z [00:03:38.347]➜  cp $WORK/b1896/_pkg_.a /root/.cache/go-build/24/244bf654e9c09e0b0a0b0b9e4c45e67029532faea7ae2f505f96f6a66b1728b1-d # internal
2025-08-20T21:21:45.0800244Z [00:03:38.347]➜  github.com/sassoftware/go-rpmutils/cpio
2025-08-20T21:21:45.0801465Z [00:03:38.347]➜  mkdir -p $WORK/b1895/
2025-08-20T21:21:45.0802954Z [00:03:38.347]➜  cat >/tmp/go-build3547871397/b1895/importcfg << 'EOF' # internal
2025-08-20T21:21:45.0805532Z [00:03:38.347]➜  # import config
2025-08-20T21:21:45.0806493Z [00:03:38.347]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:45.0809412Z [00:03:38.347]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:45.0810535Z [00:03:38.347]➜  packagefile github.com/sassoftware/go-rpmutils/fileutil=/tmp/go-build3547871397/b1896/_pkg_.a
2025-08-20T21:21:45.0811623Z [00:03:38.347]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:45.0812432Z [00:03:38.347]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:45.0813540Z [00:03:38.347]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:45.0814441Z [00:03:38.347]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:45.0815340Z [00:03:38.347]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:45.0816224Z [00:03:38.347]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:45.0816877Z [00:03:38.347]➜  EOF
2025-08-20T21:21:45.0823811Z [00:03:38.347]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1895/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/cpio=>github.com/sassoftware/go-rpmutils@v0.4.0/cpio;$WORK/b1895=>" -p github.com/sassoftware/go-rpmutils/cpio -lang=go1.21 -complete -installsuffix shared -buildid vCnyBhX5x_1wIe5B6azo/vCnyBhX5x_1wIe5B6azo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1895/importcfg -pack /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/cpio/cpio.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/cpio/extract.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/cpio/header.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/cpio/reader.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/cpio/stream.go
2025-08-20T21:21:45.1529197Z [00:03:38.420]➜  go tool buildid -w $WORK/b1895/_pkg_.a # internal
2025-08-20T21:21:45.1543387Z [00:03:38.422]➜  cp $WORK/b1895/_pkg_.a /root/.cache/go-build/22/2233c232f3c84f4b215337aa240d5f0dacc715b0de5839e7fb83512b0b1d22ff-d # internal
2025-08-20T21:21:45.1558740Z [00:03:38.423]➜  github.com/anchore/syft/syft/pkg/cataloger/ruby
2025-08-20T21:21:45.1561451Z [00:03:38.423]➜  mkdir -p $WORK/b1897/
2025-08-20T21:21:45.1572561Z [00:03:38.425]➜  cat >/tmp/go-build3547871397/b1897/importcfg << 'EOF' # internal
2025-08-20T21:21:45.1575052Z [00:03:38.425]➜  # import config
2025-08-20T21:21:45.1575766Z [00:03:38.425]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:45.1576612Z [00:03:38.425]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:45.1577482Z [00:03:38.425]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:45.1578296Z [00:03:38.425]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:45.1579304Z [00:03:38.425]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:45.1580445Z [00:03:38.425]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:45.1581854Z [00:03:38.425]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:45.1583285Z [00:03:38.425]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:45.1584473Z [00:03:38.425]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:45.1585622Z [00:03:38.425]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:45.1586914Z [00:03:38.425]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:45.1588202Z [00:03:38.425]➜  packagefile github.com/go-viper/mapstructure/v2=/tmp/go-build3547871397/b767/_pkg_.a
2025-08-20T21:21:45.1589494Z [00:03:38.425]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:45.1590462Z [00:03:38.425]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:45.1591391Z [00:03:38.425]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:45.1591997Z [00:03:38.425]➜  EOF
2025-08-20T21:21:45.1599301Z [00:03:38.425]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1897/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/ruby=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/ruby;$WORK/b1897=>" -p github.com/anchore/syft/syft/pkg/cataloger/ruby -lang=go1.24 -complete -installsuffix shared -buildid NsAjPMrFgnlBxMQr8L7c/NsAjPMrFgnlBxMQr8L7c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1897/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/ruby/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/ruby/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/ruby/parse_gemfile_lock.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/ruby/parse_gemspec.go
2025-08-20T21:21:45.2093621Z [00:03:38.477]➜  go tool buildid -w $WORK/b1897/_pkg_.a # internal
2025-08-20T21:21:45.2110981Z [00:03:38.478]➜  cp $WORK/b1897/_pkg_.a /root/.cache/go-build/37/3727fd69309f08cffa3d51e9f23d3c23965be8f57b6894fc1b17bca8c0785bf6-d # internal
2025-08-20T21:21:45.2114060Z [00:03:38.479]➜  github.com/rust-secure-code/go-rustaudit
2025-08-20T21:21:45.2116233Z [00:03:38.479]➜  mkdir -p $WORK/b1899/
2025-08-20T21:21:45.2121810Z [00:03:38.479]➜  cat >/tmp/go-build3547871397/b1899/importcfg << 'EOF' # internal
2025-08-20T21:21:45.2124267Z [00:03:38.480]➜  # import config
2025-08-20T21:21:45.2134721Z [00:03:38.480]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:45.2135683Z [00:03:38.480]➜  packagefile compress/zlib=/tmp/go-build3547871397/b460/_pkg_.a
2025-08-20T21:21:45.2136911Z [00:03:38.480]➜  packagefile debug/elf=/tmp/go-build3547871397/b1572/_pkg_.a
2025-08-20T21:21:45.2137824Z [00:03:38.480]➜  packagefile debug/macho=/tmp/go-build3547871397/b868/_pkg_.a
2025-08-20T21:21:45.2138724Z [00:03:38.480]➜  packagefile debug/pe=/tmp/go-build3547871397/b1574/_pkg_.a
2025-08-20T21:21:45.2139606Z [00:03:38.480]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:45.2140510Z [00:03:38.480]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:45.2141260Z [00:03:38.480]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:45.2142040Z [00:03:38.480]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:45.2142970Z [00:03:38.480]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:45.2143578Z [00:03:38.480]➜  EOF
2025-08-20T21:21:45.2147844Z [00:03:38.480]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1899/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rust-secure-code/go-rustaudit@v0.0.0-20250226111315-e20ec32e963c=>github.com/rust-secure-code/go-rustaudit@v0.0.0-20250226111315-e20ec32e963c;$WORK/b1899=>" -p github.com/rust-secure-code/go-rustaudit -lang=go1.18 -complete -installsuffix shared -buildid zJPIB5UdP0Of3pYAkY9d/zJPIB5UdP0Of3pYAkY9d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1899/importcfg -pack /root/go/pkg/mod/github.com/rust-secure-code/go-rustaudit@v0.0.0-20250226111315-e20ec32e963c/rustaudit.go
2025-08-20T21:21:45.2834722Z [00:03:38.551]➜  go tool buildid -w $WORK/b1899/_pkg_.a # internal
2025-08-20T21:21:45.2845855Z [00:03:38.552]➜  cp $WORK/b1899/_pkg_.a /root/.cache/go-build/61/614dd77bc1a20d744d0f7f4c9f398d6c1bb55d57df219c3f3389ba0bd2cf057b-d # internal
2025-08-20T21:21:45.2855022Z [00:03:38.552]➜  github.com/anchore/syft/syft/pkg/cataloger/rust
2025-08-20T21:21:45.2855959Z [00:03:38.552]➜  mkdir -p $WORK/b1898/
2025-08-20T21:21:45.2858431Z [00:03:38.553]➜  cat >/tmp/go-build3547871397/b1898/importcfg << 'EOF' # internal
2025-08-20T21:21:45.2859234Z [00:03:38.553]➜  # import config
2025-08-20T21:21:45.2859938Z [00:03:38.553]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:45.2860778Z [00:03:38.553]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:45.2861861Z [00:03:38.553]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:45.2885062Z [00:03:38.553]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:45.2886402Z [00:03:38.553]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:45.2887654Z [00:03:38.553]➜  packagefile github.com/anchore/syft/internal/mimetype=/tmp/go-build3547871397/b1575/_pkg_.a
2025-08-20T21:21:45.2888952Z [00:03:38.553]➜  packagefile github.com/anchore/syft/internal/relationship=/tmp/go-build3547871397/b1251/_pkg_.a
2025-08-20T21:21:45.2890271Z [00:03:38.553]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:45.2891487Z [00:03:38.553]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:45.2892606Z [00:03:38.553]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:45.2894399Z [00:03:38.553]➜  packagefile github.com/anchore/syft/syft/internal/unionreader=/tmp/go-build3547871397/b1576/_pkg_.a
2025-08-20T21:21:45.2895621Z [00:03:38.553]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:45.2896855Z [00:03:38.553]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:45.2898324Z [00:03:38.553]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/internal/dependency=/tmp/go-build3547871397/b1756/_pkg_.a
2025-08-20T21:21:45.2899604Z [00:03:38.553]➜  packagefile github.com/pelletier/go-toml=/tmp/go-build3547871397/b1197/_pkg_.a
2025-08-20T21:21:45.2900895Z [00:03:38.553]➜  packagefile github.com/rust-secure-code/go-rustaudit=/tmp/go-build3547871397/b1899/_pkg_.a
2025-08-20T21:21:45.2901881Z [00:03:38.553]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:45.2902468Z [00:03:38.553]➜  EOF
2025-08-20T21:21:45.2908522Z [00:03:38.554]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1898/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/rust=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/rust;$WORK/b1898=>" -p github.com/anchore/syft/syft/pkg/cataloger/rust -lang=go1.24 -complete -installsuffix shared -buildid q-2QHB1R6fU_ME4Iocm_/q-2QHB1R6fU_ME4Iocm_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1898/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/rust/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/rust/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/rust/parse_audit_binary.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/rust/parse_cargo_lock.go
2025-08-20T21:21:45.3670427Z [00:03:38.634]➜  go tool buildid -w $WORK/b1898/_pkg_.a # internal
2025-08-20T21:21:45.3686902Z [00:03:38.636]➜  cp $WORK/b1898/_pkg_.a /root/.cache/go-build/eb/eb204e23221658323941adcf067f467691f8ba713fe70b6810600000d8f3834e-d # internal
2025-08-20T21:21:45.3717445Z [00:03:38.639]➜  github.com/anchore/syft/syft/pkg/cataloger/swift
2025-08-20T21:21:45.3718489Z [00:03:38.639]➜  mkdir -p $WORK/b1901/
2025-08-20T21:21:45.3727954Z [00:03:38.640]➜  cat >/tmp/go-build3547871397/b1901/importcfg << 'EOF' # internal
2025-08-20T21:21:45.3730119Z [00:03:38.640]➜  # import config
2025-08-20T21:21:45.3736470Z [00:03:38.640]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:45.3737341Z [00:03:38.640]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:45.3738193Z [00:03:38.640]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:45.3739138Z [00:03:38.640]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:45.3740093Z [00:03:38.640]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:45.3741367Z [00:03:38.640]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:45.3742550Z [00:03:38.640]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:45.3743899Z [00:03:38.640]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:45.3745021Z [00:03:38.640]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:45.3746107Z [00:03:38.640]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:45.3747343Z [00:03:38.640]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:45.3748472Z [00:03:38.640]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:21:45.3749272Z [00:03:38.640]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:45.3750028Z [00:03:38.640]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:45.3750599Z [00:03:38.640]➜  EOF
2025-08-20T21:21:45.3787308Z [00:03:38.645]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1901/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/swift=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/swift;$WORK/b1901=>" -p github.com/anchore/syft/syft/pkg/cataloger/swift -lang=go1.24 -complete -installsuffix shared -buildid 0gRJMdACFy0ukO6NpCmF/0gRJMdACFy0ukO6NpCmF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1901/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/swift/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/swift/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/swift/parse_package_resolved.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/swift/parse_podfile_lock.go
2025-08-20T21:21:45.4156996Z [00:03:38.683]➜  go tool buildid -w $WORK/b1804/_pkg_.a # internal
2025-08-20T21:21:45.4253239Z [00:03:38.692]➜  cp $WORK/b1804/_pkg_.a /root/.cache/go-build/d5/d554c2abd89a301c4e90351ed46d64af535ad3660baf7a4da5da318d9f5379e6-d # internal
2025-08-20T21:21:45.4259607Z [00:03:38.693]➜  github.com/anchore/syft/syft/format
2025-08-20T21:21:45.4276182Z [00:03:38.693]➜  mkdir -p $WORK/b1771/
2025-08-20T21:21:45.4276967Z [00:03:38.693]➜  cat >/tmp/go-build3547871397/b1771/importcfg << 'EOF' # internal
2025-08-20T21:21:45.4277645Z [00:03:38.693]➜  # import config
2025-08-20T21:21:45.4278291Z [00:03:38.693]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:45.4279088Z [00:03:38.693]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:45.4280150Z [00:03:38.693]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:45.4281561Z [00:03:38.693]➜  packagefile github.com/anchore/syft/syft/format/cyclonedxjson=/tmp/go-build3547871397/b1722/_pkg_.a
2025-08-20T21:21:45.4284478Z [00:03:38.693]➜  packagefile github.com/anchore/syft/syft/format/cyclonedxxml=/tmp/go-build3547871397/b1772/_pkg_.a
2025-08-20T21:21:45.4285850Z [00:03:38.693]➜  packagefile github.com/anchore/syft/syft/format/github=/tmp/go-build3547871397/b1773/_pkg_.a
2025-08-20T21:21:45.4287234Z [00:03:38.693]➜  packagefile github.com/anchore/syft/syft/format/internal/stream=/tmp/go-build3547871397/b1729/_pkg_.a
2025-08-20T21:21:45.4288619Z [00:03:38.693]➜  packagefile github.com/anchore/syft/syft/format/purls=/tmp/go-build3547871397/b1775/_pkg_.a
2025-08-20T21:21:45.4293830Z [00:03:38.693]➜  packagefile github.com/anchore/syft/syft/format/spdxjson=/tmp/go-build3547871397/b1776/_pkg_.a
2025-08-20T21:21:45.4295500Z [00:03:38.693]➜  packagefile github.com/anchore/syft/syft/format/spdxtagvalue=/tmp/go-build3547871397/b1791/_pkg_.a
2025-08-20T21:21:45.4296948Z [00:03:38.693]➜  packagefile github.com/anchore/syft/syft/format/syftjson=/tmp/go-build3547871397/b1800/_pkg_.a
2025-08-20T21:21:45.4298449Z [00:03:38.693]➜  packagefile github.com/anchore/syft/syft/format/table=/tmp/go-build3547871397/b1804/_pkg_.a
2025-08-20T21:21:45.4299762Z [00:03:38.693]➜  packagefile github.com/anchore/syft/syft/format/template=/tmp/go-build3547871397/b1825/_pkg_.a
2025-08-20T21:21:45.4301059Z [00:03:38.693]➜  packagefile github.com/anchore/syft/syft/format/text=/tmp/go-build3547871397/b1835/_pkg_.a
2025-08-20T21:21:45.4302280Z [00:03:38.693]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:21:45.4303672Z [00:03:38.693]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3547871397/b871/_pkg_.a
2025-08-20T21:21:45.4304850Z [00:03:38.693]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:45.4305855Z [00:03:38.693]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:45.4306641Z [00:03:38.693]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:45.4307470Z [00:03:38.693]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:45.4308290Z [00:03:38.693]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:45.4308922Z [00:03:38.693]➜  EOF
2025-08-20T21:21:45.4324806Z [00:03:38.693]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1771/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format=>github.com/anchore/syft@v1.28.0/syft/format;$WORK/b1771=>" -p github.com/anchore/syft/syft/format -lang=go1.24 -complete -installsuffix shared -buildid cFHMt1nIRfL4tGYr3jJn/cFHMt1nIRfL4tGYr3jJn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1771/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/decoders.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/decoders_collection.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/encoders.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/format/encoders_collection.go
2025-08-20T21:21:45.4559644Z [00:03:38.723]➜  go tool buildid -w $WORK/b1901/_pkg_.a # internal
2025-08-20T21:21:45.4580159Z [00:03:38.725]➜  cp $WORK/b1901/_pkg_.a /root/.cache/go-build/08/08da2ffaa0430337d9e124e6a7733fd881334ad1695530e85cacd3ffc550ebf2-d # internal
2025-08-20T21:21:45.4586549Z [00:03:38.726]➜  github.com/anchore/syft/syft/pkg/cataloger/swipl
2025-08-20T21:21:45.4591154Z [00:03:38.726]➜  mkdir -p $WORK/b1902/
2025-08-20T21:21:45.4600477Z [00:03:38.727]➜  cat >/tmp/go-build3547871397/b1902/importcfg << 'EOF' # internal
2025-08-20T21:21:45.4601532Z [00:03:38.727]➜  # import config
2025-08-20T21:21:45.4604549Z [00:03:38.727]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:45.4605881Z [00:03:38.727]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:45.4607364Z [00:03:38.727]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:45.4610836Z [00:03:38.727]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:45.4612113Z [00:03:38.727]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:45.4619600Z [00:03:38.727]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:45.4620936Z [00:03:38.727]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:45.4622019Z [00:03:38.727]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:45.4623052Z [00:03:38.727]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:45.4623694Z [00:03:38.727]➜  EOF
2025-08-20T21:21:45.4633871Z [00:03:38.730]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1902/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/swipl=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/swipl;$WORK/b1902=>" -p github.com/anchore/syft/syft/pkg/cataloger/swipl -lang=go1.24 -complete -installsuffix shared -buildid 2h3HeD_LYRpLADxM7FZg/2h3HeD_LYRpLADxM7FZg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1902/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/swipl/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/swipl/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/swipl/parse_pack.go
2025-08-20T21:21:45.5229663Z [00:03:38.790]➜  go tool buildid -w $WORK/b1902/_pkg_.a # internal
2025-08-20T21:21:45.5239610Z [00:03:38.791]➜  cp $WORK/b1902/_pkg_.a /root/.cache/go-build/41/419c6ba7e2a7be117ae496c6c55431f54f2b22ba781b3233bce67f951bb93d06-d # internal
2025-08-20T21:21:45.5257329Z [00:03:38.792]➜  github.com/apparentlymart/go-textseg/v15/textseg
2025-08-20T21:21:45.5258058Z [00:03:38.792]➜  mkdir -p $WORK/b1907/
2025-08-20T21:21:45.5258803Z [00:03:38.792]➜  cat >/tmp/go-build3547871397/b1907/importcfg << 'EOF' # internal
2025-08-20T21:21:45.5259477Z [00:03:38.792]➜  # import config
2025-08-20T21:21:45.5260144Z [00:03:38.792]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:45.5260967Z [00:03:38.792]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:45.5261796Z [00:03:38.792]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:45.5262797Z [00:03:38.792]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:45.5268868Z [00:03:38.792]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:45.5269632Z [00:03:38.792]➜  EOF
2025-08-20T21:21:45.5276742Z [00:03:38.794]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1907/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apparentlymart/go-textseg/v15@v15.0.0/textseg=>github.com/apparentlymart/go-textseg/v15@v15.0.0/textseg;$WORK/b1907=>" -p github.com/apparentlymart/go-textseg/v15/textseg -lang=go1.16 -complete -installsuffix shared -buildid qvpY0HY6oqgB73hTWHzn/qvpY0HY6oqgB73hTWHzn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1907/importcfg -pack /root/go/pkg/mod/github.com/apparentlymart/go-textseg/v15@v15.0.0/textseg/all_tokens.go /root/go/pkg/mod/github.com/apparentlymart/go-textseg/v15@v15.0.0/textseg/generate.go /root/go/pkg/mod/github.com/apparentlymart/go-textseg/v15@v15.0.0/textseg/grapheme_clusters.go /root/go/pkg/mod/github.com/apparentlymart/go-textseg/v15@v15.0.0/textseg/tables.go /root/go/pkg/mod/github.com/apparentlymart/go-textseg/v15@v15.0.0/textseg/utf8_seqs.go
2025-08-20T21:21:45.5755302Z [00:03:38.842]➜  go tool buildid -w $WORK/b1771/_pkg_.a # internal
2025-08-20T21:21:45.5781113Z [00:03:38.845]➜  cp $WORK/b1771/_pkg_.a /root/.cache/go-build/88/887bac57821855f2ac00de421d27686e4c7e8a9f85c2b5361d8d5f3d53e6f350-d # internal
2025-08-20T21:21:45.5782360Z [00:03:38.845]➜  github.com/anchore/syft/syft/pkg/cataloger/bitnami
2025-08-20T21:21:45.5783250Z [00:03:38.845]➜  mkdir -p $WORK/b1770/
2025-08-20T21:21:45.5785569Z [00:03:38.846]➜  cat >/tmp/go-build3547871397/b1770/importcfg << 'EOF' # internal
2025-08-20T21:21:45.5787569Z [00:03:38.846]➜  # import config
2025-08-20T21:21:45.5788291Z [00:03:38.846]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:45.5789157Z [00:03:38.846]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:45.5790236Z [00:03:38.846]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:45.5791532Z [00:03:38.846]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:45.5793010Z [00:03:38.846]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:45.5794343Z [00:03:38.846]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:45.5795487Z [00:03:38.846]➜  packagefile github.com/anchore/syft/syft/format=/tmp/go-build3547871397/b1771/_pkg_.a
2025-08-20T21:21:45.5796599Z [00:03:38.846]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:45.5797969Z [00:03:38.846]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:45.5799252Z [00:03:38.846]➜  packagefile github.com/bitnami/go-version/pkg/version=/tmp/go-build3547871397/b1836/_pkg_.a
2025-08-20T21:21:45.5800216Z [00:03:38.846]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:45.5801017Z [00:03:38.846]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:45.5801815Z [00:03:38.846]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:45.5802571Z [00:03:38.846]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:45.5805339Z [00:03:38.846]➜  EOF
2025-08-20T21:21:45.5810004Z [00:03:38.846]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1770/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/bitnami=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/bitnami;$WORK/b1770=>" -p github.com/anchore/syft/syft/pkg/cataloger/bitnami -lang=go1.24 -complete -installsuffix shared -buildid p0WaeAwiAaG6U9IPFAG3/p0WaeAwiAaG6U9IPFAG3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1770/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/bitnami/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/bitnami/package.go
2025-08-20T21:21:45.5892362Z [00:03:38.856]➜  go tool buildid -w $WORK/b1843/_pkg_.a # internal
2025-08-20T21:21:45.6003757Z [00:03:38.865]➜  cp $WORK/b1843/_pkg_.a /root/.cache/go-build/8f/8f5668c7f67673c8ba939fa1d22cf485f7d893d5923f89a9b5b9bde5ffafaf0c-d # internal
2025-08-20T21:21:45.6005311Z [00:03:38.866]➜  github.com/anchore/syft/syft/pkg/cataloger/debian
2025-08-20T21:21:45.6005963Z [00:03:38.866]➜  mkdir -p $WORK/b1841/
2025-08-20T21:21:45.6006667Z [00:03:38.866]➜  cat >/tmp/go-build3547871397/b1841/importcfg << 'EOF' # internal
2025-08-20T21:21:45.6007486Z [00:03:38.866]➜  # import config
2025-08-20T21:21:45.6008151Z [00:03:38.866]➜  packagefile archive/tar=/tmp/go-build3547871397/b861/_pkg_.a
2025-08-20T21:21:45.6008972Z [00:03:38.866]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:45.6009783Z [00:03:38.866]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:45.6010590Z [00:03:38.866]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:45.6011382Z [00:03:38.866]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:45.6012147Z [00:03:38.866]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:45.6015429Z [00:03:38.866]➜  packagefile github.com/anchore/go-sync=/tmp/go-build3547871397/b1225/_pkg_.a
2025-08-20T21:21:45.6016576Z [00:03:38.866]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:21:45.6017702Z [00:03:38.866]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:45.6018845Z [00:03:38.866]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:45.6020085Z [00:03:38.866]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:21:45.6021321Z [00:03:38.866]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:45.6022534Z [00:03:38.866]➜  packagefile github.com/anchore/syft/syft/cataloging=/tmp/go-build3547871397/b1254/_pkg_.a
2025-08-20T21:21:45.6023996Z [00:03:38.866]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:45.6025384Z [00:03:38.866]➜  packagefile github.com/anchore/syft/syft/linux=/tmp/go-build3547871397/b854/_pkg_.a
2025-08-20T21:21:45.6026556Z [00:03:38.866]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:45.6027840Z [00:03:38.866]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:45.6029608Z [00:03:38.866]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/internal/dependency=/tmp/go-build3547871397/b1756/_pkg_.a
2025-08-20T21:21:45.6030959Z [00:03:38.866]➜  packagefile github.com/blakesmith/ar=/tmp/go-build3547871397/b1842/_pkg_.a
2025-08-20T21:21:45.6032052Z [00:03:38.866]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3547871397/b822/_pkg_.a
2025-08-20T21:21:45.6033425Z [00:03:38.866]➜  packagefile github.com/go-viper/mapstructure/v2=/tmp/go-build3547871397/b767/_pkg_.a
2025-08-20T21:21:45.6034601Z [00:03:38.866]➜  packagefile github.com/mholt/archives=/tmp/go-build3547871397/b1843/_pkg_.a
2025-08-20T21:21:45.6035741Z [00:03:38.866]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:21:45.6036719Z [00:03:38.866]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:45.6037531Z [00:03:38.866]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:45.6038460Z [00:03:38.866]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:45.6039348Z [00:03:38.866]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:45.6040144Z [00:03:38.866]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:45.6040941Z [00:03:38.866]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:45.6041550Z [00:03:38.866]➜  EOF
2025-08-20T21:21:45.6055873Z [00:03:38.866]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1841/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/debian=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/debian;$WORK/b1841=>" -p github.com/anchore/syft/syft/pkg/cataloger/debian -lang=go1.24 -complete -installsuffix shared -buildid BTVshgM_NE2DUhJn9Fxa/BTVshgM_NE2DUhJn9Fxa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1841/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/debian/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/debian/dependency.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/debian/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/debian/parse_copyright.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/debian/parse_deb_archive.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/debian/parse_dpkg_db.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/debian/parse_dpkg_info_files.go
2025-08-20T21:21:45.6442117Z [00:03:38.911]➜  go tool buildid -w $WORK/b1770/_pkg_.a # internal
2025-08-20T21:21:45.6458941Z [00:03:38.913]➜  cp $WORK/b1770/_pkg_.a /root/.cache/go-build/15/159c781f57a825749402f16d0e6d9756c456bdddb9677ef83b3c08900d44b48d-d # internal
2025-08-20T21:21:45.6466271Z [00:03:38.914]➜  github.com/anchore/syft/syft/pkg/cataloger/sbom
2025-08-20T21:21:45.6473848Z [00:03:38.914]➜  mkdir -p $WORK/b1900/
2025-08-20T21:21:45.6474680Z [00:03:38.914]➜  cat >/tmp/go-build3547871397/b1900/importcfg << 'EOF' # internal
2025-08-20T21:21:45.6475417Z [00:03:38.914]➜  # import config
2025-08-20T21:21:45.6476105Z [00:03:38.914]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:45.6477002Z [00:03:38.914]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:45.6477847Z [00:03:38.914]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:45.6478909Z [00:03:38.914]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:45.6480200Z [00:03:38.914]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:45.6481650Z [00:03:38.914]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:45.6483124Z [00:03:38.914]➜  packagefile github.com/anchore/syft/syft/format=/tmp/go-build3547871397/b1771/_pkg_.a
2025-08-20T21:21:45.6484564Z [00:03:38.914]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:45.6485949Z [00:03:38.914]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:45.6487095Z [00:03:38.914]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:45.6487723Z [00:03:38.914]➜  EOF
2025-08-20T21:21:45.6491887Z [00:03:38.914]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1900/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/sbom=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/sbom;$WORK/b1900=>" -p github.com/anchore/syft/syft/pkg/cataloger/sbom -lang=go1.24 -complete -installsuffix shared -buildid YCEo4C262iYDlRYh5pLP/YCEo4C262iYDlRYh5pLP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1900/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/sbom/cataloger.go
2025-08-20T21:21:45.7167805Z [00:03:38.984]➜  go tool buildid -w $WORK/b1900/_pkg_.a # internal
2025-08-20T21:21:45.7194756Z [00:03:38.987]➜  cp $WORK/b1900/_pkg_.a /root/.cache/go-build/1f/1f1c09b11bb18b67a2ea34b8eeaef54fd6c8ebd85180006448354cef7748f206-d # internal
2025-08-20T21:21:45.7198807Z [00:03:38.987]➜  github.com/mitchellh/go-wordwrap
2025-08-20T21:21:45.7208128Z [00:03:38.987]➜  mkdir -p $WORK/b1908/
2025-08-20T21:21:45.7212308Z [00:03:38.988]➜  cat >/tmp/go-build3547871397/b1908/importcfg << 'EOF' # internal
2025-08-20T21:21:45.7229610Z [00:03:38.988]➜  # import config
2025-08-20T21:21:45.7230344Z [00:03:38.988]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:45.7231225Z [00:03:38.988]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:45.7232123Z [00:03:38.988]➜  EOF
2025-08-20T21:21:45.7236888Z [00:03:38.989]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1908/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/go-wordwrap@v1.0.1=>github.com/mitchellh/go-wordwrap@v1.0.1;$WORK/b1908=>" -p github.com/mitchellh/go-wordwrap -lang=go1.14 -complete -installsuffix shared -buildid rqSZK5Oz1sM5lx9N38Yr/rqSZK5Oz1sM5lx9N38Yr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1908/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/go-wordwrap@v1.0.1/wordwrap.go
2025-08-20T21:21:45.7402086Z [00:03:39.006]➜  go tool buildid -w $WORK/b1908/_pkg_.a # internal
2025-08-20T21:21:45.7404288Z [00:03:39.007]➜  cp $WORK/b1908/_pkg_.a /root/.cache/go-build/d1/d108d95d04195866dc442d9ea9b91ae95712ce605fe137984f955a85f9314f42-d # internal
2025-08-20T21:21:45.7407508Z [00:03:39.007]➜  github.com/zclconf/go-cty/cty/set
2025-08-20T21:21:45.7408093Z [00:03:39.007]➜  mkdir -p $WORK/b1911/
2025-08-20T21:21:45.7408844Z [00:03:39.007]➜  cat >/tmp/go-build3547871397/b1911/importcfg << 'EOF' # internal
2025-08-20T21:21:45.7409552Z [00:03:39.007]➜  # import config
2025-08-20T21:21:45.7410180Z [00:03:39.007]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:45.7410987Z [00:03:39.007]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:45.7411573Z [00:03:39.007]➜  EOF
2025-08-20T21:21:45.7419350Z [00:03:39.008]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1911/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/set=>github.com/zclconf/go-cty@v1.14.0/cty/set;$WORK/b1911=>" -p github.com/zclconf/go-cty/cty/set -lang=go1.18 -complete -installsuffix shared -buildid IUIPkKknorYl90klBaAD/IUIPkKknorYl90klBaAD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1911/importcfg -pack /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/set/iterator.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/set/ops.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/set/rules.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/set/set.go
2025-08-20T21:21:45.7435654Z [00:03:39.011]➜  go tool buildid -w $WORK/b1841/_pkg_.a # internal
2025-08-20T21:21:45.7478214Z [00:03:39.015]➜  cp $WORK/b1841/_pkg_.a /root/.cache/go-build/0a/0a2d7a8d88baea1694c005e38da78c58207f739852cb18a348ff5aefe0f67ffc-d # internal
2025-08-20T21:21:45.7486105Z [00:03:39.015]➜  github.com/anchore/syft/syft/pkg/cataloger/wordpress
2025-08-20T21:21:45.7486903Z [00:03:39.015]➜  mkdir -p $WORK/b1922/
2025-08-20T21:21:45.7487626Z [00:03:39.015]➜  cat >/tmp/go-build3547871397/b1922/importcfg << 'EOF' # internal
2025-08-20T21:21:45.7488303Z [00:03:39.015]➜  # import config
2025-08-20T21:21:45.7488974Z [00:03:39.015]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:45.7489777Z [00:03:39.015]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:45.7490717Z [00:03:39.015]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:45.7491887Z [00:03:39.015]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:45.7493354Z [00:03:39.015]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:45.7494605Z [00:03:39.015]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:45.7495905Z [00:03:39.015]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:45.7497065Z [00:03:39.015]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:45.7497947Z [00:03:39.015]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:45.7498770Z [00:03:39.015]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:45.7499381Z [00:03:39.015]➜  EOF
2025-08-20T21:21:45.7512114Z [00:03:39.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1922/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/wordpress=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/wordpress;$WORK/b1922=>" -p github.com/anchore/syft/syft/pkg/cataloger/wordpress -lang=go1.24 -complete -installsuffix shared -buildid IMQ7-tVhCKwM61FtP1xV/IMQ7-tVhCKwM61FtP1xV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1922/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/wordpress/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/wordpress/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/wordpress/parse_plugin.go
2025-08-20T21:21:45.7587520Z [00:03:39.025]➜  go tool buildid -w $WORK/b1911/_pkg_.a # internal
2025-08-20T21:21:45.7588900Z [00:03:39.026]➜  cp $WORK/b1911/_pkg_.a /root/.cache/go-build/d4/d4c30fdfff680cb9a885cb194ae5ef1085b88bfaf08d5a40c5d5a61a162de86f-d # internal
2025-08-20T21:21:45.7596377Z [00:03:39.027]➜  github.com/anchore/syft/syft/internal/windows
2025-08-20T21:21:45.7598437Z [00:03:39.027]➜  mkdir -p $WORK/b1926/
2025-08-20T21:21:45.7606658Z [00:03:39.028]➜  cat >/tmp/go-build3547871397/b1926/importcfg << 'EOF' # internal
2025-08-20T21:21:45.7607416Z [00:03:39.028]➜  # import config
2025-08-20T21:21:45.7608086Z [00:03:39.028]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:45.7608941Z [00:03:39.028]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:45.7609852Z [00:03:39.028]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:45.7610709Z [00:03:39.028]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:45.7611341Z [00:03:39.028]➜  EOF
2025-08-20T21:21:45.7623182Z [00:03:39.029]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1926/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/windows=>github.com/anchore/syft@v1.28.0/syft/internal/windows;$WORK/b1926=>" -p github.com/anchore/syft/syft/internal/windows -lang=go1.24 -complete -installsuffix shared -buildid 2gbwFSYpemZ2Z6Svh3dE/2gbwFSYpemZ2Z6Svh3dE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1926/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/windows/path.go
2025-08-20T21:21:45.7738181Z [00:03:39.041]➜  go tool buildid -w $WORK/b1922/_pkg_.a # internal
2025-08-20T21:21:45.7751051Z [00:03:39.042]➜  cp $WORK/b1922/_pkg_.a /root/.cache/go-build/53/5308b6588735d9c5fed5ec837e01d40f53b876aa89b16c4a75f4ffcaeca9bd2c-d # internal
2025-08-20T21:21:45.7752934Z [00:03:39.042]➜  github.com/anchore/syft/syft/source/internal
2025-08-20T21:21:45.7755199Z [00:03:39.042]➜  mkdir -p $WORK/b1927/
2025-08-20T21:21:45.7755893Z [00:03:39.042]➜  cat >/tmp/go-build3547871397/b1927/importcfg << 'EOF' # internal
2025-08-20T21:21:45.7756520Z [00:03:39.042]➜  # import config
2025-08-20T21:21:45.7757346Z [00:03:39.042]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:45.7758343Z [00:03:39.042]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:45.7758913Z [00:03:39.042]➜  EOF
2025-08-20T21:21:45.7762943Z [00:03:39.042]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1927/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/internal=>github.com/anchore/syft@v1.28.0/syft/source/internal;$WORK/b1927=>" -p github.com/anchore/syft/syft/source/internal -lang=go1.24 -complete -installsuffix shared -buildid BXqSQbbarT5iUSIo0I5h/BXqSQbbarT5iUSIo0I5h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1927/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/internal/digest_utils.go
2025-08-20T21:21:45.7836421Z [00:03:39.051]➜  go tool buildid -w $WORK/b1907/_pkg_.a # internal
2025-08-20T21:21:45.7850683Z [00:03:39.052]➜  cp $WORK/b1907/_pkg_.a /root/.cache/go-build/1f/1f96e6b6345a45141c46fd8ab221b27be6c86a6a01fa1e49f467088efb44ae70-d # internal
2025-08-20T21:21:45.7859511Z [00:03:39.052]➜  github.com/zclconf/go-cty/cty/ctystrings
2025-08-20T21:21:45.7860381Z [00:03:39.053]➜  mkdir -p $WORK/b1910/
2025-08-20T21:21:45.7861178Z [00:03:39.053]➜  cat >/tmp/go-build3547871397/b1910/importcfg << 'EOF' # internal
2025-08-20T21:21:45.7863181Z [00:03:39.053]➜  # import config
2025-08-20T21:21:45.7864237Z [00:03:39.053]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:45.7866315Z [00:03:39.053]➜  packagefile github.com/apparentlymart/go-textseg/v15/textseg=/tmp/go-build3547871397/b1907/_pkg_.a
2025-08-20T21:21:45.7867525Z [00:03:39.053]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3547871397/b262/_pkg_.a
2025-08-20T21:21:45.7869967Z [00:03:39.053]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:45.7882446Z [00:03:39.053]➜  EOF
2025-08-20T21:21:45.7893192Z [00:03:39.053]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1910/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/ctystrings=>github.com/zclconf/go-cty@v1.14.0/cty/ctystrings;$WORK/b1910=>" -p github.com/zclconf/go-cty/cty/ctystrings -lang=go1.18 -complete -installsuffix shared -buildid 7NoXS29pPc4DPy7pi8r4/7NoXS29pPc4DPy7pi8r4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1910/importcfg -pack /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/ctystrings/doc.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/ctystrings/normalize.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/ctystrings/prefix.go
2025-08-20T21:21:45.7897463Z [00:03:39.054]➜  go tool buildid -w $WORK/b1926/_pkg_.a # internal
2025-08-20T21:21:45.7898704Z [00:03:39.054]➜  cp $WORK/b1926/_pkg_.a /root/.cache/go-build/7d/7ddea9d06f340c6aa5e8d8cb07cd8bc38cd6b12de4dbf1011b6b59dd7686e55e-d # internal
2025-08-20T21:21:45.7899855Z [00:03:39.055]➜  github.com/anchore/syft/syft/internal/fileresolver
2025-08-20T21:21:45.7900455Z [00:03:39.055]➜  mkdir -p $WORK/b1925/
2025-08-20T21:21:45.7901128Z [00:03:39.056]➜  cat >/tmp/go-build3547871397/b1925/importcfg << 'EOF' # internal
2025-08-20T21:21:45.7901917Z [00:03:39.056]➜  # import config
2025-08-20T21:21:45.7902553Z [00:03:39.056]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:45.7903494Z [00:03:39.056]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:45.7904387Z [00:03:39.056]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:45.7905286Z [00:03:39.056]➜  packagefile github.com/anchore/go-homedir=/tmp/go-build3547871397/b764/_pkg_.a
2025-08-20T21:21:45.7906429Z [00:03:39.056]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:45.7907669Z [00:03:39.056]➜  packagefile github.com/anchore/stereoscope/pkg/filetree=/tmp/go-build3547871397/b903/_pkg_.a
2025-08-20T21:21:45.7908896Z [00:03:39.056]➜  packagefile github.com/anchore/stereoscope/pkg/image=/tmp/go-build3547871397/b900/_pkg_.a
2025-08-20T21:21:45.7910066Z [00:03:39.056]➜  packagefile github.com/anchore/syft/internal/bus=/tmp/go-build3547871397/b1226/_pkg_.a
2025-08-20T21:21:45.7911216Z [00:03:39.056]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:45.7912329Z [00:03:39.056]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:45.7915141Z [00:03:39.056]➜  packagefile github.com/anchore/syft/syft/internal/windows=/tmp/go-build3547871397/b1926/_pkg_.a
2025-08-20T21:21:45.7919352Z [00:03:39.056]➜  packagefile github.com/bmatcuk/doublestar/v4=/tmp/go-build3547871397/b908/_pkg_.a
2025-08-20T21:21:45.7920439Z [00:03:39.056]➜  packagefile github.com/moby/sys/mountinfo=/tmp/go-build3547871397/b1065/_pkg_.a
2025-08-20T21:21:45.7921439Z [00:03:39.056]➜  packagefile github.com/spf13/afero=/tmp/go-build3547871397/b777/_pkg_.a
2025-08-20T21:21:45.7922903Z [00:03:39.056]➜  packagefile github.com/wagoodman/go-progress=/tmp/go-build3547871397/b925/_pkg_.a
2025-08-20T21:21:45.7937962Z [00:03:39.056]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:45.7939140Z [00:03:39.056]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:45.7940015Z [00:03:39.056]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:45.7940844Z [00:03:39.056]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:45.7941974Z [00:03:39.056]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:45.7943053Z [00:03:39.056]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:21:45.7943809Z [00:03:39.056]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:45.7944557Z [00:03:39.056]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:45.7945324Z [00:03:39.056]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:45.7945873Z [00:03:39.056]➜  EOF
2025-08-20T21:21:45.7964433Z [00:03:39.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1925/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/fileresolver=>github.com/anchore/syft@v1.28.0/syft/internal/fileresolver;$WORK/b1925=>" -p github.com/anchore/syft/syft/internal/fileresolver -lang=go1.24 -complete -installsuffix shared -buildid cd_KNgboiuxn95wOV7bx/cd_KNgboiuxn95wOV7bx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1925/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/fileresolver/chroot_context.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/fileresolver/container_image_all_layers.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/fileresolver/container_image_deep_squash.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/fileresolver/container_image_squash.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/fileresolver/deferred.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/fileresolver/directory.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/fileresolver/directory_indexer.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/fileresolver/empty.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/fileresolver/excluding_file.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/fileresolver/file.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/fileresolver/file_indexer.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/fileresolver/file_metadata_by_location.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/fileresolver/filetree_resolver.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/fileresolver/path_skipper.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/internal/fileresolver/unindexed_directory.go
2025-08-20T21:21:45.7977083Z [00:03:39.059]➜  go tool buildid -w $WORK/b1927/_pkg_.a # internal
2025-08-20T21:21:45.7978355Z [00:03:39.061]➜  cp $WORK/b1927/_pkg_.a /root/.cache/go-build/a8/a8b6787c4e30685fa41225138712eaf4f1611d9d549813f654ea80b73e8f6560-d # internal
2025-08-20T21:21:45.7979478Z [00:03:39.061]➜  github.com/diskfs/go-diskfs/backend/file
2025-08-20T21:21:45.7980045Z [00:03:39.061]➜  mkdir -p $WORK/b1930/
2025-08-20T21:21:45.7980743Z [00:03:39.062]➜  cat >/tmp/go-build3547871397/b1930/importcfg << 'EOF' # internal
2025-08-20T21:21:45.7981398Z [00:03:39.062]➜  # import config
2025-08-20T21:21:45.7982022Z [00:03:39.062]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:45.7982984Z [00:03:39.062]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:45.7983980Z [00:03:39.062]➜  packagefile github.com/diskfs/go-diskfs/backend=/tmp/go-build3547871397/b1582/_pkg_.a
2025-08-20T21:21:45.7984913Z [00:03:39.062]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:45.7985674Z [00:03:39.062]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:45.7986420Z [00:03:39.062]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:45.7986974Z [00:03:39.062]➜  EOF
2025-08-20T21:21:45.7991411Z [00:03:39.062]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1930/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/backend/file=>github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/backend/file;$WORK/b1930=>" -p github.com/diskfs/go-diskfs/backend/file -lang=go1.24 -complete -installsuffix shared -buildid tFXsh4523pK3F94m85EE/tFXsh4523pK3F94m85EE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1930/importcfg -pack /root/go/pkg/mod/github.com/diskfs/go-diskfs@v1.6.1-0.20250601133945-2af1c7ece24c/backend/file/file.go
2025-08-20T21:21:45.8074078Z [00:03:39.075]➜  go tool buildid -w $WORK/b1910/_pkg_.a # internal
2025-08-20T21:21:45.8077452Z [00:03:39.075]➜  cp $WORK/b1910/_pkg_.a /root/.cache/go-build/44/4491dd06d3f31ca6ebda70a6d583014dee5fdbe8c89024b2eea30a80d9b1131e-d # internal
2025-08-20T21:21:45.8081873Z [00:03:39.075]➜  github.com/zclconf/go-cty/cty
2025-08-20T21:21:45.8090594Z [00:03:39.076]➜  mkdir -p $WORK/b1909/
2025-08-20T21:21:45.8099042Z [00:03:39.076]➜  cat >/tmp/go-build3547871397/b1909/importcfg << 'EOF' # internal
2025-08-20T21:21:45.8099772Z [00:03:39.076]➜  # import config
2025-08-20T21:21:45.8100452Z [00:03:39.076]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:45.8101363Z [00:03:39.076]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:45.8114656Z [00:03:39.076]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:45.8127417Z [00:03:39.076]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:45.8128580Z [00:03:39.076]➜  packagefile github.com/zclconf/go-cty/cty/ctystrings=/tmp/go-build3547871397/b1910/_pkg_.a
2025-08-20T21:21:45.8129867Z [00:03:39.076]➜  packagefile github.com/zclconf/go-cty/cty/set=/tmp/go-build3547871397/b1911/_pkg_.a
2025-08-20T21:21:45.8130971Z [00:03:39.076]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:21:45.8132106Z [00:03:39.076]➜  packagefile hash/crc64=/tmp/go-build3547871397/b892/_pkg_.a
2025-08-20T21:21:45.8133207Z [00:03:39.076]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:45.8134079Z [00:03:39.076]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:45.8135126Z [00:03:39.076]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:45.8135988Z [00:03:39.076]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:45.8136843Z [00:03:39.076]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:45.8137492Z [00:03:39.076]➜  EOF
2025-08-20T21:21:45.8155368Z [00:03:39.076]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1909/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty=>github.com/zclconf/go-cty@v1.14.0/cty;$WORK/b1909=>" -p github.com/zclconf/go-cty/cty -lang=go1.18 -complete -installsuffix shared -buildid H4z8qMFa-3aSEYhSMDfi/H4z8qMFa-3aSEYhSMDfi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1909/importcfg -pack /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/capsule.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/capsule_ops.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/collection.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/doc.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/element_iterator.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/error.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/helper.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/json.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/list_type.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/map_type.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/marks.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/null.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/object_type.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/path.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/path_set.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/primitive_type.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/set_helper.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/set_internals.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/set_type.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/tuple_type.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/type.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/type_conform.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/unknown.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/unknown_as_null.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/unknown_refinement.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/value.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/value_init.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/value_ops.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/value_range.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/walk.go
2025-08-20T21:21:45.8391235Z [00:03:39.106]➜  go tool buildid -w $WORK/b1930/_pkg_.a # internal
2025-08-20T21:21:45.8396909Z [00:03:39.107]➜  cp $WORK/b1930/_pkg_.a /root/.cache/go-build/d3/d345380654a08a491ed3db2b03db63290137c6284b29afeb88c08307924ca1e6-d # internal
2025-08-20T21:21:45.8408364Z [00:03:39.107]➜  github.com/goccy/go-yaml/token
2025-08-20T21:21:45.8409005Z [00:03:39.107]➜  mkdir -p $WORK/b1933/
2025-08-20T21:21:45.8409768Z [00:03:39.108]➜  cat >/tmp/go-build3547871397/b1933/importcfg << 'EOF' # internal
2025-08-20T21:21:45.8412540Z [00:03:39.108]➜  # import config
2025-08-20T21:21:45.8418559Z [00:03:39.108]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:45.8424850Z [00:03:39.108]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:45.8427619Z [00:03:39.108]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:45.8431305Z [00:03:39.108]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:45.8434469Z [00:03:39.108]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:45.8435707Z [00:03:39.108]➜  EOF
2025-08-20T21:21:45.8442105Z [00:03:39.108]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1933/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/token=>github.com/goccy/go-yaml@v1.18.0/token;$WORK/b1933=>" -p github.com/goccy/go-yaml/token -lang=go1.21 -complete -installsuffix shared -buildid IL2wH7lNJc1Q-SYCHK9a/IL2wH7lNJc1Q-SYCHK9a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1933/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/token/token.go
2025-08-20T21:21:45.9125989Z [00:03:39.177]➜  go tool buildid -w $WORK/b1933/_pkg_.a # internal
2025-08-20T21:21:45.9134132Z [00:03:39.179]➜  cp $WORK/b1933/_pkg_.a /root/.cache/go-build/33/33f846f2f36dab1c255f950c4af133dbce1f25705b8d2e6efc286adf378e3d69-d # internal
2025-08-20T21:21:45.9135360Z [00:03:39.180]➜  github.com/goccy/go-yaml/ast
2025-08-20T21:21:45.9135949Z [00:03:39.180]➜  mkdir -p $WORK/b1932/
2025-08-20T21:21:45.9136764Z [00:03:39.180]➜  cat >/tmp/go-build3547871397/b1932/importcfg << 'EOF' # internal
2025-08-20T21:21:45.9137490Z [00:03:39.180]➜  # import config
2025-08-20T21:21:45.9138171Z [00:03:39.180]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:45.9139012Z [00:03:39.180]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:45.9140004Z [00:03:39.180]➜  packagefile github.com/goccy/go-yaml/token=/tmp/go-build3547871397/b1933/_pkg_.a
2025-08-20T21:21:45.9140980Z [00:03:39.180]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:45.9141787Z [00:03:39.180]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:45.9164914Z [00:03:39.180]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:45.9165953Z [00:03:39.180]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:45.9166612Z [00:03:39.180]➜  EOF
2025-08-20T21:21:45.9170185Z [00:03:39.181]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1932/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/ast=>github.com/goccy/go-yaml@v1.18.0/ast;$WORK/b1932=>" -p github.com/goccy/go-yaml/ast -lang=go1.21 -complete -installsuffix shared -buildid CRQ7N52FtaudkvFeP1VN/CRQ7N52FtaudkvFeP1VN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1932/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/ast/ast.go
2025-08-20T21:21:46.0798503Z [00:03:39.347]➜  cd $WORK/b1894
2025-08-20T21:21:46.0804399Z [00:03:39.347]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x001.o -c _cgo_export.c
2025-08-20T21:21:46.1538874Z [00:03:39.421]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x002.o -c errors.cgo2.c
2025-08-20T21:21:46.1869491Z [00:03:39.454]➜  go tool buildid -w $WORK/b1925/_pkg_.a # internal
2025-08-20T21:21:46.2090387Z [00:03:39.476]➜  cp $WORK/b1925/_pkg_.a /root/.cache/go-build/37/37bc9831066323786e3dabd8177b6a244d29f0a91730afdb955977693294cbd2-d # internal
2025-08-20T21:21:46.2094278Z [00:03:39.476]➜  github.com/anchore/syft/syft/source/directorysource
2025-08-20T21:21:46.2094991Z [00:03:39.476]➜  mkdir -p $WORK/b1924/
2025-08-20T21:21:46.2096039Z [00:03:39.477]➜  cat >/tmp/go-build3547871397/b1924/importcfg << 'EOF' # internal
2025-08-20T21:21:46.2096967Z [00:03:39.477]➜  # import config
2025-08-20T21:21:46.2101250Z [00:03:39.477]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:46.2102531Z [00:03:39.477]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:46.2104506Z [00:03:39.477]➜  packagefile github.com/anchore/go-homedir=/tmp/go-build3547871397/b764/_pkg_.a
2025-08-20T21:21:46.2106571Z [00:03:39.477]➜  packagefile github.com/anchore/syft/internal/cache=/tmp/go-build3547871397/b1597/_pkg_.a
2025-08-20T21:21:46.2107794Z [00:03:39.477]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:46.2108997Z [00:03:39.477]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:46.2110147Z [00:03:39.477]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:46.2111460Z [00:03:39.477]➜  packagefile github.com/anchore/syft/syft/internal/fileresolver=/tmp/go-build3547871397/b1925/_pkg_.a
2025-08-20T21:21:46.2113022Z [00:03:39.477]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:21:46.2114320Z [00:03:39.477]➜  packagefile github.com/anchore/syft/syft/source/internal=/tmp/go-build3547871397/b1927/_pkg_.a
2025-08-20T21:21:46.2115582Z [00:03:39.477]➜  packagefile github.com/bmatcuk/doublestar/v4=/tmp/go-build3547871397/b908/_pkg_.a
2025-08-20T21:21:46.2116808Z [00:03:39.477]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:46.2117975Z [00:03:39.477]➜  packagefile github.com/spf13/afero=/tmp/go-build3547871397/b777/_pkg_.a
2025-08-20T21:21:46.2118950Z [00:03:39.477]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:46.2119844Z [00:03:39.477]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:46.2120738Z [00:03:39.477]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:46.2121740Z [00:03:39.477]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:46.2122362Z [00:03:39.477]➜  EOF
2025-08-20T21:21:46.2123580Z [00:03:39.477]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:46.2129812Z [00:03:39.477]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1924/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/directorysource=>github.com/anchore/syft@v1.28.0/syft/source/directorysource;$WORK/b1924=>" -p github.com/anchore/syft/syft/source/directorysource -lang=go1.24 -complete -installsuffix shared -buildid xwZhXficnmdXzVGqfk8X/xwZhXficnmdXzVGqfk8X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1924/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/directorysource/cache_excludes.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/directorysource/directory_source.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/directorysource/directory_source_provider.go
2025-08-20T21:21:46.2136211Z [00:03:39.480]➜  cd $WORK/b1894
2025-08-20T21:21:46.2139560Z [00:03:39.480]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x003.o -c zstd.cgo2.c
2025-08-20T21:21:46.2614303Z [00:03:39.528]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x004.o -c zstd_bulk.cgo2.c
2025-08-20T21:21:46.2629586Z [00:03:39.530]➜  go tool buildid -w $WORK/b1924/_pkg_.a # internal
2025-08-20T21:21:46.2645193Z [00:03:39.532]➜  cp $WORK/b1924/_pkg_.a /root/.cache/go-build/36/3621e723303402ea2f79d3c5444ad23015465ff3d584746cd79e0568007a7058-d # internal
2025-08-20T21:21:46.2657968Z [00:03:39.533]➜  github.com/anchore/syft/syft/source/filesource
2025-08-20T21:21:46.2660002Z [00:03:39.533]➜  mkdir -p $WORK/b1928/
2025-08-20T21:21:46.2670952Z [00:03:39.534]➜  cat >/tmp/go-build3547871397/b1928/importcfg << 'EOF' # internal
2025-08-20T21:21:46.2675769Z [00:03:39.534]➜  # import config
2025-08-20T21:21:46.2676730Z [00:03:39.534]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:46.2678441Z [00:03:39.534]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:46.2679463Z [00:03:39.534]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:46.2680620Z [00:03:39.534]➜  packagefile github.com/anchore/archiver/v3=/tmp/go-build3547871397/b1233/_pkg_.a
2025-08-20T21:21:46.2681826Z [00:03:39.534]➜  packagefile github.com/anchore/go-homedir=/tmp/go-build3547871397/b764/_pkg_.a
2025-08-20T21:21:46.2683356Z [00:03:39.534]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:46.2684943Z [00:03:39.534]➜  packagefile github.com/anchore/syft/internal/file=/tmp/go-build3547871397/b1256/_pkg_.a
2025-08-20T21:21:46.2686320Z [00:03:39.534]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:46.2687669Z [00:03:39.534]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:46.2689090Z [00:03:39.534]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:46.2691531Z [00:03:39.535]➜  packagefile github.com/anchore/syft/syft/internal/fileresolver=/tmp/go-build3547871397/b1925/_pkg_.a
2025-08-20T21:21:46.2699871Z [00:03:39.535]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:21:46.2701274Z [00:03:39.535]➜  packagefile github.com/anchore/syft/syft/source/directorysource=/tmp/go-build3547871397/b1924/_pkg_.a
2025-08-20T21:21:46.2703076Z [00:03:39.535]➜  packagefile github.com/anchore/syft/syft/source/internal=/tmp/go-build3547871397/b1927/_pkg_.a
2025-08-20T21:21:46.2704332Z [00:03:39.535]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:46.2705364Z [00:03:39.535]➜  packagefile github.com/spf13/afero=/tmp/go-build3547871397/b777/_pkg_.a
2025-08-20T21:21:46.2706215Z [00:03:39.535]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:46.2706953Z [00:03:39.535]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:46.2707754Z [00:03:39.535]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:46.2708704Z [00:03:39.535]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:46.2709304Z [00:03:39.535]➜  EOF
2025-08-20T21:21:46.2709781Z [00:03:39.537]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:46.2729320Z [00:03:39.540]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1928/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/filesource=>github.com/anchore/syft@v1.28.0/syft/source/filesource;$WORK/b1928=>" -p github.com/anchore/syft/syft/source/filesource -lang=go1.24 -complete -installsuffix shared -buildid 24VDsP5AFGr0YduJVR4x/24VDsP5AFGr0YduJVR4x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1928/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/filesource/file_source.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/filesource/file_source_provider.go
2025-08-20T21:21:46.2787088Z [00:03:39.546]➜  go tool buildid -w $WORK/b1932/_pkg_.a # internal
2025-08-20T21:21:46.2943084Z [00:03:39.561]➜  cp $WORK/b1932/_pkg_.a /root/.cache/go-build/93/934d3cc192a409f67d36e068c92e72cbfcfec1993fa2f40ff3e5d3aa68c4a5eb-d # internal
2025-08-20T21:21:46.2947832Z [00:03:39.561]➜  github.com/goccy/go-yaml/printer
2025-08-20T21:21:46.2960309Z [00:03:39.561]➜  mkdir -p $WORK/b1935/
2025-08-20T21:21:46.2961117Z [00:03:39.562]➜  cat >/tmp/go-build3547871397/b1935/importcfg << 'EOF' # internal
2025-08-20T21:21:46.2961839Z [00:03:39.563]➜  # import config
2025-08-20T21:21:46.2962556Z [00:03:39.563]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:46.2964368Z [00:03:39.563]➜  packagefile github.com/goccy/go-yaml/ast=/tmp/go-build3547871397/b1932/_pkg_.a
2025-08-20T21:21:46.2965562Z [00:03:39.563]➜  packagefile github.com/goccy/go-yaml/token=/tmp/go-build3547871397/b1933/_pkg_.a
2025-08-20T21:21:46.2966585Z [00:03:39.563]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:46.2967444Z [00:03:39.563]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:46.2968203Z [00:03:39.563]➜  EOF
2025-08-20T21:21:46.2972257Z [00:03:39.563]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1935/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/printer=>github.com/goccy/go-yaml@v1.18.0/printer;$WORK/b1935=>" -p github.com/goccy/go-yaml/printer -lang=go1.21 -complete -installsuffix shared -buildid c2Fk3WUTYyPOXv4hD0N4/c2Fk3WUTYyPOXv4hD0N4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1935/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/printer/color.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/printer/printer.go
2025-08-20T21:21:46.3188455Z [00:03:39.586]➜  cd $WORK/b1894
2025-08-20T21:21:46.3194110Z [00:03:39.586]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x005.o -c zstd_ctx.cgo2.c
2025-08-20T21:21:46.3409561Z [00:03:39.608]➜  go tool buildid -w $WORK/b1928/_pkg_.a # internal
2025-08-20T21:21:46.3432806Z [00:03:39.610]➜  cp $WORK/b1928/_pkg_.a /root/.cache/go-build/14/14d127cecdd833367b3acc9e9d60f8c257b2e49676bb600726f0aa7007abc39b-d # internal
2025-08-20T21:21:46.3440343Z [00:03:39.611]➜  github.com/goccy/go-yaml/internal/format
2025-08-20T21:21:46.3440975Z [00:03:39.611]➜  mkdir -p $WORK/b1936/
2025-08-20T21:21:46.3450778Z [00:03:39.612]➜  cat >/tmp/go-build3547871397/b1936/importcfg << 'EOF' # internal
2025-08-20T21:21:46.3452026Z [00:03:39.612]➜  # import config
2025-08-20T21:21:46.3453297Z [00:03:39.612]➜  packagefile github.com/goccy/go-yaml/ast=/tmp/go-build3547871397/b1932/_pkg_.a
2025-08-20T21:21:46.3455052Z [00:03:39.612]➜  packagefile github.com/goccy/go-yaml/token=/tmp/go-build3547871397/b1933/_pkg_.a
2025-08-20T21:21:46.3456621Z [00:03:39.612]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:46.3458229Z [00:03:39.612]➜  EOF
2025-08-20T21:21:46.3483921Z [00:03:39.614]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:46.3487880Z [00:03:39.614]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1936/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/internal/format=>github.com/goccy/go-yaml@v1.18.0/internal/format;$WORK/b1936=>" -p github.com/goccy/go-yaml/internal/format -lang=go1.21 -complete -installsuffix shared -buildid IX4woFddJBc9JpXsRCNf/IX4woFddJBc9JpXsRCNf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1936/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/internal/format/format.go
2025-08-20T21:21:46.3827834Z [00:03:39.650]➜  go tool buildid -w $WORK/b1935/_pkg_.a # internal
2025-08-20T21:21:46.3847427Z [00:03:39.652]➜  cp $WORK/b1935/_pkg_.a /root/.cache/go-build/64/64f193f4475713355c89a1a1369f5562d7c2d4ace8bc4b78d2c5280f758085b3-d # internal
2025-08-20T21:21:46.3849065Z [00:03:39.652]➜  github.com/goccy/go-yaml/internal/errors
2025-08-20T21:21:46.3849966Z [00:03:39.652]➜  mkdir -p $WORK/b1934/
2025-08-20T21:21:46.3850997Z [00:03:39.652]➜  cat >/tmp/go-build3547871397/b1934/importcfg << 'EOF' # internal
2025-08-20T21:21:46.3851738Z [00:03:39.652]➜  # import config
2025-08-20T21:21:46.3852417Z [00:03:39.652]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:46.3853431Z [00:03:39.652]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:46.3854436Z [00:03:39.652]➜  packagefile github.com/goccy/go-yaml/ast=/tmp/go-build3547871397/b1932/_pkg_.a
2025-08-20T21:21:46.3855617Z [00:03:39.652]➜  packagefile github.com/goccy/go-yaml/printer=/tmp/go-build3547871397/b1935/_pkg_.a
2025-08-20T21:21:46.3886789Z [00:03:39.652]➜  packagefile github.com/goccy/go-yaml/token=/tmp/go-build3547871397/b1933/_pkg_.a
2025-08-20T21:21:46.3887979Z [00:03:39.652]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:46.3888634Z [00:03:39.652]➜  EOF
2025-08-20T21:21:46.3892417Z [00:03:39.652]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1934/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/internal/errors=>github.com/goccy/go-yaml@v1.18.0/internal/errors;$WORK/b1934=>" -p github.com/goccy/go-yaml/internal/errors -lang=go1.21 -complete -installsuffix shared -buildid xhE0ttEsuICNYl4QT6xG/xhE0ttEsuICNYl4QT6xG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1934/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/internal/errors/error.go
2025-08-20T21:21:46.3974473Z [00:03:39.665]➜  cd $WORK/b1894
2025-08-20T21:21:46.3978514Z [00:03:39.665]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x006.o -c zstd_stream.cgo2.c
2025-08-20T21:21:46.4463425Z [00:03:39.714]➜  go tool buildid -w $WORK/b1936/_pkg_.a # internal
2025-08-20T21:21:46.4499467Z [00:03:39.717]➜  cp $WORK/b1936/_pkg_.a /root/.cache/go-build/f5/f5e32664e20719fc0babe0eec5c8b9a432f532e07653640c4970f99f0d212a20-d # internal
2025-08-20T21:21:46.4501758Z [00:03:39.717]➜  github.com/goccy/go-yaml/scanner
2025-08-20T21:21:46.4502325Z [00:03:39.718]➜  mkdir -p $WORK/b1939/
2025-08-20T21:21:46.4509324Z [00:03:39.718]➜  cat >/tmp/go-build3547871397/b1939/importcfg << 'EOF' # internal
2025-08-20T21:21:46.4510001Z [00:03:39.718]➜  # import config
2025-08-20T21:21:46.4513587Z [00:03:39.718]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:46.4514680Z [00:03:39.718]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:46.4516971Z [00:03:39.718]➜  packagefile github.com/goccy/go-yaml/token=/tmp/go-build3547871397/b1933/_pkg_.a
2025-08-20T21:21:46.4517991Z [00:03:39.718]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:46.4518830Z [00:03:39.718]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:46.4519685Z [00:03:39.718]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:46.4520499Z [00:03:39.718]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:46.4521088Z [00:03:39.718]➜  EOF
2025-08-20T21:21:46.4521585Z [00:03:39.718]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:46.4526308Z [00:03:39.718]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1939/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/scanner=>github.com/goccy/go-yaml@v1.18.0/scanner;$WORK/b1939=>" -p github.com/goccy/go-yaml/scanner -lang=go1.21 -complete -installsuffix shared -buildid v3tmfvX_zE1fN2hHrAH4/v3tmfvX_zE1fN2hHrAH4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1939/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/scanner/context.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/scanner/error.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/scanner/scanner.go
2025-08-20T21:21:46.4575383Z [00:03:39.725]➜  go tool buildid -w $WORK/b1934/_pkg_.a # internal
2025-08-20T21:21:46.4587378Z [00:03:39.726]➜  cp $WORK/b1934/_pkg_.a /root/.cache/go-build/b5/b57a428491b80922c3c89db65b4bd9eb638d1a13e55970f73e5a5e8e06fc36da-d # internal
2025-08-20T21:21:46.4591785Z [00:03:39.726]➜  github.com/anchore/syft/syft/source/stereoscopesource
2025-08-20T21:21:46.4592489Z [00:03:39.726]➜  mkdir -p $WORK/b1940/
2025-08-20T21:21:46.4596958Z [00:03:39.727]➜  cat >/tmp/go-build3547871397/b1940/importcfg << 'EOF' # internal
2025-08-20T21:21:46.4603263Z [00:03:39.727]➜  # import config
2025-08-20T21:21:46.4603964Z [00:03:39.727]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:46.4604943Z [00:03:39.727]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:46.4605946Z [00:03:39.727]➜  packagefile github.com/anchore/go-collections=/tmp/go-build3547871397/b852/_pkg_.a
2025-08-20T21:21:46.4607097Z [00:03:39.727]➜  packagefile github.com/anchore/stereoscope=/tmp/go-build3547871397/b946/_pkg_.a
2025-08-20T21:21:46.4608341Z [00:03:39.727]➜  packagefile github.com/anchore/stereoscope/pkg/image=/tmp/go-build3547871397/b900/_pkg_.a
2025-08-20T21:21:46.4609583Z [00:03:39.727]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:46.4610969Z [00:03:39.727]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:46.4612144Z [00:03:39.727]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:46.4613630Z [00:03:39.727]➜  packagefile github.com/anchore/syft/syft/internal/fileresolver=/tmp/go-build3547871397/b1925/_pkg_.a
2025-08-20T21:21:46.4614978Z [00:03:39.727]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:21:46.4616250Z [00:03:39.727]➜  packagefile github.com/anchore/syft/syft/source/internal=/tmp/go-build3547871397/b1927/_pkg_.a
2025-08-20T21:21:46.4617682Z [00:03:39.727]➜  packagefile github.com/bmatcuk/doublestar/v4=/tmp/go-build3547871397/b908/_pkg_.a
2025-08-20T21:21:46.4618862Z [00:03:39.727]➜  packagefile github.com/distribution/reference=/tmp/go-build3547871397/b1071/_pkg_.a
2025-08-20T21:21:46.4620053Z [00:03:39.727]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:46.4620833Z [00:03:39.727]➜  EOF
2025-08-20T21:21:46.4626228Z [00:03:39.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1940/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/stereoscopesource=>github.com/anchore/syft@v1.28.0/syft/source/stereoscopesource;$WORK/b1940=>" -p github.com/anchore/syft/syft/source/stereoscopesource -lang=go1.24 -complete -installsuffix shared -buildid 40xlnTv7RlKFan9thsGX/40xlnTv7RlKFan9thsGX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1940/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/stereoscopesource/image_source.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/stereoscopesource/image_source_provider.go
2025-08-20T21:21:46.4642944Z [00:03:39.731]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:46.4647723Z [00:03:39.731]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x007.o -c cover.c
2025-08-20T21:21:46.5939720Z [00:03:39.861]➜  go tool buildid -w $WORK/b1940/_pkg_.a # internal
2025-08-20T21:21:46.5963710Z [00:03:39.863]➜  cp $WORK/b1940/_pkg_.a /root/.cache/go-build/13/1376d8689d36fab682158e696c83f9fcf73fd41970d3a22eef95538981e15fed-d # internal
2025-08-20T21:21:46.5969681Z [00:03:39.864]➜  github.com/bmatcuk/doublestar/v2
2025-08-20T21:21:46.5970350Z [00:03:39.864]➜  mkdir -p $WORK/b1941/
2025-08-20T21:21:46.5971125Z [00:03:39.864]➜  cat >/tmp/go-build3547871397/b1941/importcfg << 'EOF' # internal
2025-08-20T21:21:46.5971847Z [00:03:39.864]➜  # import config
2025-08-20T21:21:46.5972527Z [00:03:39.864]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:46.5973578Z [00:03:39.864]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:46.5974391Z [00:03:39.864]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:46.5975237Z [00:03:39.864]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:46.5976159Z [00:03:39.864]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:46.5977231Z [00:03:39.864]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:46.5978120Z [00:03:39.864]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:46.5979055Z [00:03:39.864]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:46.5979731Z [00:03:39.864]➜  EOF
2025-08-20T21:21:46.6016136Z [00:03:39.866]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:46.6019954Z [00:03:39.866]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1941/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bmatcuk/doublestar/v2@v2.0.4=>github.com/bmatcuk/doublestar/v2@v2.0.4;$WORK/b1941=>" -p github.com/bmatcuk/doublestar/v2 -lang=go1.12 -complete -installsuffix shared -buildid L1ZUI_50TotT2UZPKPyN/L1ZUI_50TotT2UZPKPyN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1941/importcfg -pack /root/go/pkg/mod/github.com/bmatcuk/doublestar/v2@v2.0.4/doublestar.go
2025-08-20T21:21:46.6198721Z [00:03:39.887]➜  go tool buildid -w $WORK/b1909/_pkg_.a # internal
2025-08-20T21:21:46.6395849Z [00:03:39.907]➜  cp $WORK/b1909/_pkg_.a /root/.cache/go-build/dd/dd2d669bb9165f6299811b3ffbf1b0550e6eb7000be137b9dfe2c98fbdc8f8ba-d # internal
2025-08-20T21:21:46.6428492Z [00:03:39.910]➜  github.com/zclconf/go-cty/cty/convert
2025-08-20T21:21:46.6431819Z [00:03:39.910]➜  mkdir -p $WORK/b1912/
2025-08-20T21:21:46.6466795Z [00:03:39.914]➜  cat >/tmp/go-build3547871397/b1912/importcfg << 'EOF' # internal
2025-08-20T21:21:46.6468341Z [00:03:39.914]➜  # import config
2025-08-20T21:21:46.6469638Z [00:03:39.914]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:46.6470765Z [00:03:39.914]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:46.6472186Z [00:03:39.914]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:46.6473850Z [00:03:39.914]➜  packagefile github.com/zclconf/go-cty/cty=/tmp/go-build3547871397/b1909/_pkg_.a
2025-08-20T21:21:46.6475838Z [00:03:39.914]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:46.6476748Z [00:03:39.914]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:46.6477397Z [00:03:39.914]➜  EOF
2025-08-20T21:21:46.6487723Z [00:03:39.914]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1912/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/convert=>github.com/zclconf/go-cty@v1.14.0/cty/convert;$WORK/b1912=>" -p github.com/zclconf/go-cty/cty/convert -lang=go1.18 -complete -installsuffix shared -buildid EiGeo3FXMO3GPQAiIXFP/EiGeo3FXMO3GPQAiIXFP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1912/importcfg -pack /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/convert/compare_types.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/convert/conversion.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/convert/conversion_capsule.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/convert/conversion_collection.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/convert/conversion_dynamic.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/convert/conversion_object.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/convert/conversion_primitive.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/convert/conversion_tuple.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/convert/doc.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/convert/mismatch_msg.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/convert/public.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/convert/sort_types.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/convert/unify.go
2025-08-20T21:21:46.6748540Z [00:03:39.942]➜  go tool buildid -w $WORK/b1941/_pkg_.a # internal
2025-08-20T21:21:46.6765903Z [00:03:39.942]➜  cp $WORK/b1941/_pkg_.a /root/.cache/go-build/36/3626ebdb59380a169b29db700ac9533057f7987d047a000991fe799e25e7224a-d # internal
2025-08-20T21:21:46.6768912Z [00:03:39.942]➜  github.com/zclconf/go-cty/cty/function
2025-08-20T21:21:46.6769813Z [00:03:39.942]➜  mkdir -p $WORK/b1913/
2025-08-20T21:21:46.6770627Z [00:03:39.943]➜  cat >/tmp/go-build3547871397/b1913/importcfg << 'EOF' # internal
2025-08-20T21:21:46.6771397Z [00:03:39.943]➜  # import config
2025-08-20T21:21:46.6772151Z [00:03:39.943]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:46.6775750Z [00:03:39.943]➜  packagefile github.com/zclconf/go-cty/cty=/tmp/go-build3547871397/b1909/_pkg_.a
2025-08-20T21:21:46.6776881Z [00:03:39.943]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:21:46.6777589Z [00:03:39.943]➜  EOF
2025-08-20T21:21:46.6783685Z [00:03:39.943]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1913/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function=>github.com/zclconf/go-cty@v1.14.0/cty/function;$WORK/b1913=>" -p github.com/zclconf/go-cty/cty/function -lang=go1.18 -complete -installsuffix shared -buildid xz9pfTw3q0LHwK0MLwd3/xz9pfTw3q0LHwK0MLwd3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1913/importcfg -pack /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/argument.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/doc.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/error.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/function.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/unpredictable.go
2025-08-20T21:21:46.7490373Z [00:03:40.016]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:46.7517710Z [00:03:40.016]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x008.o -c debug.c
2025-08-20T21:21:46.7707879Z [00:03:40.038]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x009.o -c divsufsort.c
2025-08-20T21:21:46.7830092Z [00:03:40.050]➜  go tool buildid -w $WORK/b1939/_pkg_.a # internal
2025-08-20T21:21:46.7865820Z [00:03:40.054]➜  cp $WORK/b1939/_pkg_.a /root/.cache/go-build/d8/d8b2684d6465435a888a71c78811cac3b7825fc1332655fb9d66e0aa1b3a760f-d # internal
2025-08-20T21:21:46.7871219Z [00:03:40.054]➜  github.com/goccy/go-yaml/lexer
2025-08-20T21:21:46.7871813Z [00:03:40.054]➜  mkdir -p $WORK/b1938/
2025-08-20T21:21:46.7872541Z [00:03:40.054]➜  cat >/tmp/go-build3547871397/b1938/importcfg << 'EOF' # internal
2025-08-20T21:21:46.7873428Z [00:03:40.054]➜  # import config
2025-08-20T21:21:46.7874296Z [00:03:40.054]➜  packagefile github.com/goccy/go-yaml/scanner=/tmp/go-build3547871397/b1939/_pkg_.a
2025-08-20T21:21:46.7875450Z [00:03:40.054]➜  packagefile github.com/goccy/go-yaml/token=/tmp/go-build3547871397/b1933/_pkg_.a
2025-08-20T21:21:46.7876405Z [00:03:40.054]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:46.7877004Z [00:03:40.054]➜  EOF
2025-08-20T21:21:46.7881916Z [00:03:40.056]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:46.7886758Z [00:03:40.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1938/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/lexer=>github.com/goccy/go-yaml@v1.18.0/lexer;$WORK/b1938=>" -p github.com/goccy/go-yaml/lexer -lang=go1.21 -complete -installsuffix shared -buildid w4Ip3Ebj9L8GMRSLro-y/w4Ip3Ebj9L8GMRSLro-y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1938/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/lexer/lexer.go
2025-08-20T21:21:46.7890164Z [00:03:40.056]➜  go tool buildid -w $WORK/b1913/_pkg_.a # internal
2025-08-20T21:21:46.7944314Z [00:03:40.059]➜  cp $WORK/b1913/_pkg_.a /root/.cache/go-build/5d/5d099223b7d56bade5607cf9e3ebf89e5cf012adec3dc3fcbbb346413da245c5-d # internal
2025-08-20T21:21:46.7947065Z [00:03:40.059]➜  github.com/knqyf263/go-apk-version
2025-08-20T21:21:46.7947671Z [00:03:40.059]➜  mkdir -p $WORK/b1955/
2025-08-20T21:21:46.7948410Z [00:03:40.059]➜  cat >/tmp/go-build3547871397/b1955/importcfg << 'EOF' # internal
2025-08-20T21:21:46.7949096Z [00:03:40.059]➜  # import config
2025-08-20T21:21:46.7949716Z [00:03:40.059]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:46.7950509Z [00:03:40.059]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:46.7951308Z [00:03:40.059]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:46.7952109Z [00:03:40.059]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:46.7953790Z [00:03:40.059]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:46.7954445Z [00:03:40.059]➜  EOF
2025-08-20T21:21:46.7959233Z [00:03:40.059]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1955/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/knqyf263/go-apk-version@v0.0.0-20200609155635-041fdbb8563f=>github.com/knqyf263/go-apk-version@v0.0.0-20200609155635-041fdbb8563f;$WORK/b1955=>" -p github.com/knqyf263/go-apk-version -lang=go1.14 -complete -installsuffix shared -buildid ZbfhHmFG-dmI7OCfKp3-/ZbfhHmFG-dmI7OCfKp3- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1955/importcfg -pack /root/go/pkg/mod/github.com/knqyf263/go-apk-version@v0.0.0-20200609155635-041fdbb8563f/version.go /root/go/pkg/mod/github.com/knqyf263/go-apk-version@v0.0.0-20200609155635-041fdbb8563f/version_testcase.go
2025-08-20T21:21:46.8198126Z [00:03:40.087]➜  go tool buildid -w $WORK/b1938/_pkg_.a # internal
2025-08-20T21:21:46.8202892Z [00:03:40.088]➜  cp $WORK/b1938/_pkg_.a /root/.cache/go-build/d6/d6c06987d749a02c9cf90798a3e4616a741bb37897230ef4a69f2aafd16bafdb-d # internal
2025-08-20T21:21:46.8206214Z [00:03:40.088]➜  github.com/goccy/go-yaml/parser
2025-08-20T21:21:46.8206887Z [00:03:40.088]➜  mkdir -p $WORK/b1937/
2025-08-20T21:21:46.8211518Z [00:03:40.088]➜  cat >/tmp/go-build3547871397/b1937/importcfg << 'EOF' # internal
2025-08-20T21:21:46.8214975Z [00:03:40.088]➜  # import config
2025-08-20T21:21:46.8215770Z [00:03:40.088]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:46.8216763Z [00:03:40.088]➜  packagefile github.com/goccy/go-yaml/ast=/tmp/go-build3547871397/b1932/_pkg_.a
2025-08-20T21:21:46.8217988Z [00:03:40.088]➜  packagefile github.com/goccy/go-yaml/internal/errors=/tmp/go-build3547871397/b1934/_pkg_.a
2025-08-20T21:21:46.8219183Z [00:03:40.088]➜  packagefile github.com/goccy/go-yaml/lexer=/tmp/go-build3547871397/b1938/_pkg_.a
2025-08-20T21:21:46.8220318Z [00:03:40.088]➜  packagefile github.com/goccy/go-yaml/token=/tmp/go-build3547871397/b1933/_pkg_.a
2025-08-20T21:21:46.8221270Z [00:03:40.089]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:46.8222065Z [00:03:40.089]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:46.8222853Z [00:03:40.089]➜  EOF
2025-08-20T21:21:46.8242850Z [00:03:40.091]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1937/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/parser=>github.com/goccy/go-yaml@v1.18.0/parser;$WORK/b1937=>" -p github.com/goccy/go-yaml/parser -lang=go1.21 -complete -installsuffix shared -buildid 2M-ECMM7MfcBa4hTE1yC/2M-ECMM7MfcBa4hTE1yC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1937/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/parser/color.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/parser/context.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/parser/node.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/parser/option.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/parser/parser.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/parser/token.go
2025-08-20T21:21:46.8428836Z [00:03:40.110]➜  go tool buildid -w $WORK/b1955/_pkg_.a # internal
2025-08-20T21:21:46.8440722Z [00:03:40.111]➜  cp $WORK/b1955/_pkg_.a /root/.cache/go-build/fe/fe3f9012e6e245b9c83ddd09d28cda0e27c13481648a6833f90aa560fabd36f0-d # internal
2025-08-20T21:21:46.8449934Z [00:03:40.111]➜  github.com/knqyf263/go-deb-version
2025-08-20T21:21:46.8450556Z [00:03:40.111]➜  mkdir -p $WORK/b1956/
2025-08-20T21:21:46.8451301Z [00:03:40.112]➜  cat >/tmp/go-build3547871397/b1956/importcfg << 'EOF' # internal
2025-08-20T21:21:46.8451995Z [00:03:40.112]➜  # import config
2025-08-20T21:21:46.8452824Z [00:03:40.112]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:46.8453669Z [00:03:40.112]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:46.8454495Z [00:03:40.112]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:46.8455342Z [00:03:40.112]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:46.8456197Z [00:03:40.112]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:46.8457040Z [00:03:40.112]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:46.8457886Z [00:03:40.112]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:46.8458485Z [00:03:40.112]➜  EOF
2025-08-20T21:21:46.8464880Z [00:03:40.112]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1956/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/knqyf263/go-deb-version@v0.0.0-20190517075300-09fca494f03d=>github.com/knqyf263/go-deb-version@v0.0.0-20190517075300-09fca494f03d;$WORK/b1956=>" -p github.com/knqyf263/go-deb-version -lang=go1.16 -complete -installsuffix shared -buildid 1qX3ZYtaWbSd3dvOmjrq/1qX3ZYtaWbSd3dvOmjrq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1956/importcfg -pack /root/go/pkg/mod/github.com/knqyf263/go-deb-version@v0.0.0-20190517075300-09fca494f03d/version.go
2025-08-20T21:21:46.9040713Z [00:03:40.171]➜  go tool buildid -w $WORK/b1956/_pkg_.a # internal
2025-08-20T21:21:46.9054389Z [00:03:40.173]➜  cp $WORK/b1956/_pkg_.a /root/.cache/go-build/8a/8a061aaffeee7f8fa757b0209f0c3049a48622badeebb09f38be1845a52f94a8-d # internal
2025-08-20T21:21:46.9060138Z [00:03:40.173]➜  github.com/masahiro331/go-mvn-version
2025-08-20T21:21:46.9063426Z [00:03:40.174]➜  mkdir -p $WORK/b1957/
2025-08-20T21:21:46.9074219Z [00:03:40.175]➜  cat >/tmp/go-build3547871397/b1957/importcfg << 'EOF' # internal
2025-08-20T21:21:46.9075525Z [00:03:40.175]➜  # import config
2025-08-20T21:21:46.9077474Z [00:03:40.175]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:46.9080093Z [00:03:40.175]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3547871397/b871/_pkg_.a
2025-08-20T21:21:46.9081238Z [00:03:40.175]➜  packagefile golang.org/x/xerrors=/tmp/go-build3547871397/b1759/_pkg_.a
2025-08-20T21:21:46.9082158Z [00:03:40.175]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:46.9083253Z [00:03:40.175]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:46.9084117Z [00:03:40.175]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:46.9084783Z [00:03:40.175]➜  EOF
2025-08-20T21:21:46.9092175Z [00:03:40.175]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1957/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/masahiro331/go-mvn-version@v0.0.0-20210429150710-d3157d602a08=>github.com/masahiro331/go-mvn-version@v0.0.0-20210429150710-d3157d602a08;$WORK/b1957=>" -p github.com/masahiro331/go-mvn-version -lang=go1.15 -complete -installsuffix shared -buildid 2x_LB2mOxyLYvzCv1Jbp/2x_LB2mOxyLYvzCv1Jbp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1957/importcfg -pack /root/go/pkg/mod/github.com/masahiro331/go-mvn-version@v0.0.0-20210429150710-d3157d602a08/comparer.go /root/go/pkg/mod/github.com/masahiro331/go-mvn-version@v0.0.0-20210429150710-d3157d602a08/constraint.go /root/go/pkg/mod/github.com/masahiro331/go-mvn-version@v0.0.0-20210429150710-d3157d602a08/requirement.go /root/go/pkg/mod/github.com/masahiro331/go-mvn-version@v0.0.0-20210429150710-d3157d602a08/stack.go /root/go/pkg/mod/github.com/masahiro331/go-mvn-version@v0.0.0-20210429150710-d3157d602a08/version.go
2025-08-20T21:21:46.9555815Z [00:03:40.223]➜  go tool buildid -w $WORK/b1912/_pkg_.a # internal
2025-08-20T21:21:46.9592882Z [00:03:40.226]➜  cp $WORK/b1912/_pkg_.a /root/.cache/go-build/b9/b9719a57dca56e192c23dde4e96798baf1c14653d1f013721a831e4265d983ea-d # internal
2025-08-20T21:21:46.9598396Z [00:03:40.227]➜  github.com/hashicorp/hcl/v2
2025-08-20T21:21:46.9624864Z [00:03:40.227]➜  mkdir -p $WORK/b1905/
2025-08-20T21:21:46.9625646Z [00:03:40.228]➜  cat >/tmp/go-build3547871397/b1905/importcfg << 'EOF' # internal
2025-08-20T21:21:46.9626325Z [00:03:40.228]➜  # import config
2025-08-20T21:21:46.9626986Z [00:03:40.228]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:46.9627836Z [00:03:40.228]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:46.9628639Z [00:03:40.228]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:46.9629453Z [00:03:40.228]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:46.9630440Z [00:03:40.228]➜  packagefile github.com/agext/levenshtein=/tmp/go-build3547871397/b1906/_pkg_.a
2025-08-20T21:21:46.9631734Z [00:03:40.228]➜  packagefile github.com/apparentlymart/go-textseg/v15/textseg=/tmp/go-build3547871397/b1907/_pkg_.a
2025-08-20T21:21:46.9633209Z [00:03:40.228]➜  packagefile github.com/mitchellh/go-wordwrap=/tmp/go-build3547871397/b1908/_pkg_.a
2025-08-20T21:21:46.9634383Z [00:03:40.228]➜  packagefile github.com/zclconf/go-cty/cty=/tmp/go-build3547871397/b1909/_pkg_.a
2025-08-20T21:21:46.9635571Z [00:03:40.228]➜  packagefile github.com/zclconf/go-cty/cty/convert=/tmp/go-build3547871397/b1912/_pkg_.a
2025-08-20T21:21:46.9636817Z [00:03:40.228]➜  packagefile github.com/zclconf/go-cty/cty/function=/tmp/go-build3547871397/b1913/_pkg_.a
2025-08-20T21:21:46.9638027Z [00:03:40.228]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:46.9638877Z [00:03:40.228]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:46.9639728Z [00:03:40.228]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:46.9640486Z [00:03:40.228]➜  EOF
2025-08-20T21:21:46.9653656Z [00:03:40.228]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1905/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0=>github.com/hashicorp/hcl/v2@v2.23.0;$WORK/b1905=>" -p github.com/hashicorp/hcl/v2 -lang=go1.18 -complete -installsuffix shared -buildid msj17vp2enC7Fcd2SToo/msj17vp2enC7Fcd2SToo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1905/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/diagnostic.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/diagnostic_text.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/diagnostic_typeparams.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/didyoumean.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/doc.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/eval_context.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/expr_call.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/expr_list.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/expr_map.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/expr_unwrap.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/merged.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/ops.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/pos.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/pos_scanner.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/schema.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/static_expr.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/structure.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/structure_at_pos.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/traversal.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/traversal_for_expr.go
2025-08-20T21:21:47.0206801Z [00:03:40.288]➜  go tool buildid -w $WORK/b1957/_pkg_.a # internal
2025-08-20T21:21:47.0226758Z [00:03:40.290]➜  cp $WORK/b1957/_pkg_.a /root/.cache/go-build/a4/a41661bfb82af1ec5562d19fd6731a5a346a35ad2e3016c27668593bcdb55a42-d # internal
2025-08-20T21:21:47.0243934Z [00:03:40.290]➜  github.com/zclconf/go-cty/cty/gocty
2025-08-20T21:21:47.0246588Z [00:03:40.291]➜  mkdir -p $WORK/b1919/
2025-08-20T21:21:47.0247688Z [00:03:40.291]➜  cat >/tmp/go-build3547871397/b1919/importcfg << 'EOF' # internal
2025-08-20T21:21:47.0249948Z [00:03:40.291]➜  # import config
2025-08-20T21:21:47.0253074Z [00:03:40.291]➜  packagefile github.com/zclconf/go-cty/cty=/tmp/go-build3547871397/b1909/_pkg_.a
2025-08-20T21:21:47.0254350Z [00:03:40.291]➜  packagefile github.com/zclconf/go-cty/cty/convert=/tmp/go-build3547871397/b1912/_pkg_.a
2025-08-20T21:21:47.0255623Z [00:03:40.291]➜  packagefile github.com/zclconf/go-cty/cty/set=/tmp/go-build3547871397/b1911/_pkg_.a
2025-08-20T21:21:47.0256650Z [00:03:40.291]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:47.0257513Z [00:03:40.291]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:47.0258405Z [00:03:40.291]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:47.0259038Z [00:03:40.291]➜  EOF
2025-08-20T21:21:47.0268029Z [00:03:40.291]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1919/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/gocty=>github.com/zclconf/go-cty@v1.14.0/cty/gocty;$WORK/b1919=>" -p github.com/zclconf/go-cty/cty/gocty -lang=go1.18 -complete -installsuffix shared -buildid Pa2z8m7Ov4xrYG8RZrC7/Pa2z8m7Ov4xrYG8RZrC7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1919/importcfg -pack /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/gocty/doc.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/gocty/helpers.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/gocty/in.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/gocty/out.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/gocty/type_implied.go
2025-08-20T21:21:47.2219828Z [00:03:40.489]➜  go tool buildid -w $WORK/b1905/_pkg_.a # internal
2025-08-20T21:21:47.2356271Z [00:03:40.503]➜  cp $WORK/b1905/_pkg_.a /root/.cache/go-build/7a/7abf5283e636039d717297818f9d24b669489ea14abf57a3f57318ab6a27de1e-d # internal
2025-08-20T21:21:47.2369383Z [00:03:40.504]➜  github.com/hashicorp/hcl/v2/ext/customdecode
2025-08-20T21:21:47.2372485Z [00:03:40.504]➜  mkdir -p $WORK/b1917/
2025-08-20T21:21:47.2417728Z [00:03:40.509]➜  cat >/tmp/go-build3547871397/b1917/importcfg << 'EOF' # internal
2025-08-20T21:21:47.2419161Z [00:03:40.509]➜  # import config
2025-08-20T21:21:47.2420324Z [00:03:40.509]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:47.2421585Z [00:03:40.509]➜  packagefile github.com/hashicorp/hcl/v2=/tmp/go-build3547871397/b1905/_pkg_.a
2025-08-20T21:21:47.2423300Z [00:03:40.509]➜  packagefile github.com/zclconf/go-cty/cty=/tmp/go-build3547871397/b1909/_pkg_.a
2025-08-20T21:21:47.2424906Z [00:03:40.509]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:47.2426136Z [00:03:40.509]➜  EOF
2025-08-20T21:21:47.2431477Z [00:03:40.510]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1917/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/ext/customdecode=>github.com/hashicorp/hcl/v2@v2.23.0/ext/customdecode;$WORK/b1917=>" -p github.com/hashicorp/hcl/v2/ext/customdecode -lang=go1.18 -complete -installsuffix shared -buildid fIB85xy2q0-nvPRdv76E/fIB85xy2q0-nvPRdv76E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1917/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/ext/customdecode/customdecode.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/ext/customdecode/expression_type.go
2025-08-20T21:21:47.2564358Z [00:03:40.523]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:47.2568420Z [00:03:40.523]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x010.o -c entropy_common.c
2025-08-20T21:21:47.2685890Z [00:03:40.533]➜  go tool buildid -w $WORK/b1937/_pkg_.a # internal
2025-08-20T21:21:47.2700074Z [00:03:40.537]➜  cp $WORK/b1937/_pkg_.a /root/.cache/go-build/87/87e4ad147840b96a74d20b1ec97ba8f4135e0b0efebcb8e308833eb0949b43ed-d # internal
2025-08-20T21:21:47.2708070Z [00:03:40.538]➜  github.com/zclconf/go-cty/cty/json
2025-08-20T21:21:47.2710964Z [00:03:40.538]➜  mkdir -p $WORK/b1920/
2025-08-20T21:21:47.2717718Z [00:03:40.539]➜  cat >/tmp/go-build3547871397/b1920/importcfg << 'EOF' # internal
2025-08-20T21:21:47.2719001Z [00:03:40.539]➜  # import config
2025-08-20T21:21:47.2721790Z [00:03:40.539]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:47.2722871Z [00:03:40.539]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:47.2723776Z [00:03:40.539]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:47.2724746Z [00:03:40.539]➜  packagefile github.com/zclconf/go-cty/cty=/tmp/go-build3547871397/b1909/_pkg_.a
2025-08-20T21:21:47.2725943Z [00:03:40.539]➜  packagefile github.com/zclconf/go-cty/cty/convert=/tmp/go-build3547871397/b1912/_pkg_.a
2025-08-20T21:21:47.2727015Z [00:03:40.539]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:47.2727862Z [00:03:40.539]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:47.2728474Z [00:03:40.539]➜  EOF
2025-08-20T21:21:47.2728994Z [00:03:40.539]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:47.2736031Z [00:03:40.539]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1920/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/json=>github.com/zclconf/go-cty@v1.14.0/cty/json;$WORK/b1920=>" -p github.com/zclconf/go-cty/cty/json -lang=go1.18 -complete -installsuffix shared -buildid UwHhaPzR_2NnlF5XGAiA/UwHhaPzR_2NnlF5XGAiA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1920/importcfg -pack /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/json/doc.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/json/marshal.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/json/simple.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/json/type.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/json/type_implied.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/json/unmarshal.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/json/value.go
2025-08-20T21:21:47.3071696Z [00:03:40.574]➜  go tool buildid -w $WORK/b1919/_pkg_.a # internal
2025-08-20T21:21:47.3110438Z [00:03:40.578]➜  cp $WORK/b1919/_pkg_.a /root/.cache/go-build/bb/bbcb6e933ef3636ec79cc32c4b68a5d159d3b6ad657e9c570d4f14e757bb7f6c-d # internal
2025-08-20T21:21:47.3118142Z [00:03:40.579]➜  github.com/goccy/go-yaml
2025-08-20T21:21:47.3121539Z [00:03:40.579]➜  mkdir -p $WORK/b1931/
2025-08-20T21:21:47.3129310Z [00:03:40.580]➜  cat >/tmp/go-build3547871397/b1931/importcfg << 'EOF' # internal
2025-08-20T21:21:47.3142270Z [00:03:40.580]➜  # import config
2025-08-20T21:21:47.3143195Z [00:03:40.580]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:47.3144089Z [00:03:40.580]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:47.3144984Z [00:03:40.580]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:21:47.3145918Z [00:03:40.580]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:47.3146824Z [00:03:40.580]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:47.3148030Z [00:03:40.580]➜  packagefile github.com/goccy/go-yaml/ast=/tmp/go-build3547871397/b1932/_pkg_.a
2025-08-20T21:21:47.3149342Z [00:03:40.580]➜  packagefile github.com/goccy/go-yaml/internal/errors=/tmp/go-build3547871397/b1934/_pkg_.a
2025-08-20T21:21:47.3150701Z [00:03:40.580]➜  packagefile github.com/goccy/go-yaml/internal/format=/tmp/go-build3547871397/b1936/_pkg_.a
2025-08-20T21:21:47.3152195Z [00:03:40.580]➜  packagefile github.com/goccy/go-yaml/parser=/tmp/go-build3547871397/b1937/_pkg_.a
2025-08-20T21:21:47.3153714Z [00:03:40.580]➜  packagefile github.com/goccy/go-yaml/printer=/tmp/go-build3547871397/b1935/_pkg_.a
2025-08-20T21:21:47.3154925Z [00:03:40.580]➜  packagefile github.com/goccy/go-yaml/token=/tmp/go-build3547871397/b1933/_pkg_.a
2025-08-20T21:21:47.3155952Z [00:03:40.580]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:47.3156778Z [00:03:40.580]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:21:47.3157591Z [00:03:40.580]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:47.3158425Z [00:03:40.580]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:47.3159317Z [00:03:40.580]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:47.3160211Z [00:03:40.580]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:47.3161092Z [00:03:40.580]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:47.3161972Z [00:03:40.580]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:47.3163000Z [00:03:40.580]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:47.3163828Z [00:03:40.580]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:47.3164604Z [00:03:40.580]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:47.3165448Z [00:03:40.580]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:47.3166349Z [00:03:40.580]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:47.3167218Z [00:03:40.580]➜  EOF
2025-08-20T21:21:47.3174556Z [00:03:40.580]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1931/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0=>github.com/goccy/go-yaml@v1.18.0;$WORK/b1931=>" -p github.com/goccy/go-yaml -lang=go1.21 -complete -installsuffix shared -buildid Wk3mFTui8qyFFrzHSFGy/Wk3mFTui8qyFFrzHSFGy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1931/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/context.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/decode.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/encode.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/error.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/option.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/path.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/stdlib_quote.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/struct.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/validate.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.18.0/yaml.go
2025-08-20T21:21:47.3579413Z [00:03:40.625]➜  go tool buildid -w $WORK/b1917/_pkg_.a # internal
2025-08-20T21:21:47.3601895Z [00:03:40.627]➜  cp $WORK/b1917/_pkg_.a /root/.cache/go-build/34/34bf00c1f06430f6ed26b5406b052ff71907ef35034fe89a68c74bd2bd8b35c7-d # internal
2025-08-20T21:21:47.3604022Z [00:03:40.628]➜  text/scanner
2025-08-20T21:21:47.3605107Z [00:03:40.628]➜  mkdir -p $WORK/b1958/
2025-08-20T21:21:47.3606540Z [00:03:40.628]➜  cat >/tmp/go-build3547871397/b1958/importcfg << 'EOF' # internal
2025-08-20T21:21:47.3608379Z [00:03:40.628]➜  # import config
2025-08-20T21:21:47.3609227Z [00:03:40.628]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:47.3613712Z [00:03:40.628]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:47.3614871Z [00:03:40.628]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:47.3615806Z [00:03:40.628]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:47.3616778Z [00:03:40.628]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:47.3617620Z [00:03:40.628]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:47.3618352Z [00:03:40.628]➜  EOF
2025-08-20T21:21:47.3621074Z [00:03:40.628]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1958/_pkg_.a -trimpath "/root/.go/src/text/scanner=>text/scanner;$WORK/b1958=>" -p text/scanner -lang=go1.25 -std -complete -installsuffix shared -buildid dk4TQvcv10v96T9WH4GW/dk4TQvcv10v96T9WH4GW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1958/importcfg -pack /root/.go/src/text/scanner/scanner.go
2025-08-20T21:21:47.4171287Z [00:03:40.684]➜  go tool buildid -w $WORK/b1958/_pkg_.a # internal
2025-08-20T21:21:47.4217994Z [00:03:40.689]➜  cp $WORK/b1958/_pkg_.a /root/.cache/go-build/36/361d17653654c9e96c38eeec6ebd814c0fe16a6b5c4b7d3537a541f29135c255-d # internal
2025-08-20T21:21:47.4219545Z [00:03:40.689]➜  github.com/pandatix/go-cvss/20
2025-08-20T21:21:47.4220358Z [00:03:40.689]➜  mkdir -p $WORK/b1961/
2025-08-20T21:21:47.4221281Z [00:03:40.689]➜  cat >/tmp/go-build3547871397/b1961/importcfg << 'EOF' # internal
2025-08-20T21:21:47.4222187Z [00:03:40.689]➜  # import config
2025-08-20T21:21:47.4223451Z [00:03:40.689]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:47.4224461Z [00:03:40.689]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:47.4225442Z [00:03:40.689]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:47.4226477Z [00:03:40.689]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:47.4227523Z [00:03:40.689]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:47.4228338Z [00:03:40.689]➜  EOF
2025-08-20T21:21:47.4233232Z [00:03:40.689]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1961/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/20=>github.com/pandatix/go-cvss@v0.6.2/20;$WORK/b1961=>" -p github.com/pandatix/go-cvss/20 -lang=go1.21 -complete -installsuffix shared -buildid f2aqzb6WXh7Q-CE9QKlz/f2aqzb6WXh7Q-CE9QKlz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1961/importcfg -pack /root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/20/cvss20.go /root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/20/errors.go /root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/20/values.go
2025-08-20T21:21:47.4653135Z [00:03:40.732]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:47.4656322Z [00:03:40.733]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x011.o -c error_private.c
2025-08-20T21:21:47.4695816Z [00:03:40.737]➜  go tool buildid -w $WORK/b1920/_pkg_.a # internal
2025-08-20T21:21:47.4740409Z [00:03:40.741]➜  cp $WORK/b1920/_pkg_.a /root/.cache/go-build/2b/2b6efeed5fb33122903a8851b9a69452b15e654785004c3281494fce4d222842-d # internal
2025-08-20T21:21:47.4753665Z [00:03:40.742]➜  github.com/zclconf/go-cty/cty/function/stdlib
2025-08-20T21:21:47.4758426Z [00:03:40.743]➜  mkdir -p $WORK/b1918/
2025-08-20T21:21:47.4768182Z [00:03:40.744]➜  cat >/tmp/go-build3547871397/b1918/importcfg << 'EOF' # internal
2025-08-20T21:21:47.4778398Z [00:03:40.744]➜  # import config
2025-08-20T21:21:47.4779078Z [00:03:40.744]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:47.4779902Z [00:03:40.744]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:47.4780742Z [00:03:40.744]➜  packagefile encoding/csv=/tmp/go-build3547871397/b280/_pkg_.a
2025-08-20T21:21:47.4781575Z [00:03:40.744]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:47.4782544Z [00:03:40.744]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:47.4783932Z [00:03:40.744]➜  packagefile github.com/apparentlymart/go-textseg/v15/textseg=/tmp/go-build3547871397/b1907/_pkg_.a
2025-08-20T21:21:47.4785275Z [00:03:40.744]➜  packagefile github.com/zclconf/go-cty/cty=/tmp/go-build3547871397/b1909/_pkg_.a
2025-08-20T21:21:47.4786723Z [00:03:40.744]➜  packagefile github.com/zclconf/go-cty/cty/convert=/tmp/go-build3547871397/b1912/_pkg_.a
2025-08-20T21:21:47.4788028Z [00:03:40.744]➜  packagefile github.com/zclconf/go-cty/cty/function=/tmp/go-build3547871397/b1913/_pkg_.a
2025-08-20T21:21:47.4789285Z [00:03:40.744]➜  packagefile github.com/zclconf/go-cty/cty/gocty=/tmp/go-build3547871397/b1919/_pkg_.a
2025-08-20T21:21:47.4790530Z [00:03:40.744]➜  packagefile github.com/zclconf/go-cty/cty/json=/tmp/go-build3547871397/b1920/_pkg_.a
2025-08-20T21:21:47.4791576Z [00:03:40.744]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:47.4792432Z [00:03:40.744]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:47.4796944Z [00:03:40.744]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:47.4797882Z [00:03:40.744]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:47.4798770Z [00:03:40.744]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:47.4799671Z [00:03:40.744]➜  packagefile regexp/syntax=/tmp/go-build3547871397/b081/_pkg_.a
2025-08-20T21:21:47.4800572Z [00:03:40.744]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:47.4801421Z [00:03:40.744]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:47.4802286Z [00:03:40.744]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:47.4803355Z [00:03:40.744]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:47.4804264Z [00:03:40.744]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:47.4804942Z [00:03:40.744]➜  EOF
2025-08-20T21:21:47.4812500Z [00:03:40.748]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:47.4828593Z [00:03:40.748]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1918/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib=>github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib;$WORK/b1918=>" -p github.com/zclconf/go-cty/cty/function/stdlib -lang=go1.18 -complete -installsuffix shared -buildid lNxowx6fAJP8xhAx-Pke/lNxowx6fAJP8xhAx-Pke -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1918/importcfg -pack /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib/bool.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib/bytes.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib/collection.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib/conversion.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib/csv.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib/datetime.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib/datetime_rfc3339.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib/doc.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib/format.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib/format_fsm.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib/general.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib/json.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib/number.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib/regexp.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib/sequence.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib/set.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib/string.go /root/go/pkg/mod/github.com/zclconf/go-cty@v1.14.0/cty/function/stdlib/string_replace.go
2025-08-20T21:21:47.5178120Z [00:03:40.785]➜  go tool buildid -w $WORK/b1961/_pkg_.a # internal
2025-08-20T21:21:47.5201166Z [00:03:40.787]➜  cp $WORK/b1961/_pkg_.a /root/.cache/go-build/ee/ee00db1495cdff4736cf02f7f3af40ea03fe9db0a3f358a54d55f4eb0551bede-d # internal
2025-08-20T21:21:47.5212288Z [00:03:40.788]➜  github.com/pandatix/go-cvss/30
2025-08-20T21:21:47.5215915Z [00:03:40.788]➜  mkdir -p $WORK/b1962/
2025-08-20T21:21:47.5225438Z [00:03:40.790]➜  cat >/tmp/go-build3547871397/b1962/importcfg << 'EOF' # internal
2025-08-20T21:21:47.5232013Z [00:03:40.790]➜  # import config
2025-08-20T21:21:47.5232891Z [00:03:40.790]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:47.5233728Z [00:03:40.790]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:47.5234527Z [00:03:40.790]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:47.5235365Z [00:03:40.790]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:47.5235981Z [00:03:40.790]➜  EOF
2025-08-20T21:21:47.5244923Z [00:03:40.791]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1962/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/30=>github.com/pandatix/go-cvss@v0.6.2/30;$WORK/b1962=>" -p github.com/pandatix/go-cvss/30 -lang=go1.21 -complete -installsuffix shared -buildid RiFbGC5N_SNQYKpuILvn/RiFbGC5N_SNQYKpuILvn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1962/importcfg -pack /root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/30/cvss30.go /root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/30/errors.go /root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/30/values.go
2025-08-20T21:21:47.5329277Z [00:03:40.800]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:47.5336224Z [00:03:40.800]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x012.o -c fastcover.c
2025-08-20T21:21:47.6552902Z [00:03:40.922]➜  go tool buildid -w $WORK/b1962/_pkg_.a # internal
2025-08-20T21:21:47.6569283Z [00:03:40.924]➜  cp $WORK/b1962/_pkg_.a /root/.cache/go-build/3c/3c54a43396d69ae5d913a33d56b121f0e25dc5e37521a8d3d633cd4589b947f6-d # internal
2025-08-20T21:21:47.6575222Z [00:03:40.925]➜  github.com/pandatix/go-cvss/31
2025-08-20T21:21:47.6582984Z [00:03:40.925]➜  mkdir -p $WORK/b1963/
2025-08-20T21:21:47.6583798Z [00:03:40.925]➜  cat >/tmp/go-build3547871397/b1963/importcfg << 'EOF' # internal
2025-08-20T21:21:47.6584530Z [00:03:40.925]➜  # import config
2025-08-20T21:21:47.6585220Z [00:03:40.925]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:47.6586059Z [00:03:40.925]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:47.6586923Z [00:03:40.925]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:47.6587759Z [00:03:40.925]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:47.6588381Z [00:03:40.925]➜  EOF
2025-08-20T21:21:47.6588887Z [00:03:40.925]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:47.6593494Z [00:03:40.925]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1963/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/31=>github.com/pandatix/go-cvss@v0.6.2/31;$WORK/b1963=>" -p github.com/pandatix/go-cvss/31 -lang=go1.21 -complete -installsuffix shared -buildid cNh_-L3Ipq3Aq5fC3kSV/cNh_-L3Ipq3Aq5fC3kSV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1963/importcfg -pack /root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/31/cvss31.go /root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/31/errors.go /root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/31/values.go
2025-08-20T21:21:47.7769561Z [00:03:41.044]➜  go tool buildid -w $WORK/b1963/_pkg_.a # internal
2025-08-20T21:21:47.7784673Z [00:03:41.046]➜  cp $WORK/b1963/_pkg_.a /root/.cache/go-build/51/51aa7dfa215e0c00b1c1b7646998973f387f96b4bd7213ea6639d1cba1418b86-d # internal
2025-08-20T21:21:47.7798413Z [00:03:41.047]➜  github.com/pandatix/go-cvss/40
2025-08-20T21:21:47.7801870Z [00:03:41.047]➜  mkdir -p $WORK/b1964/
2025-08-20T21:21:47.7812394Z [00:03:41.048]➜  cat >/tmp/go-build3547871397/b1964/importcfg << 'EOF' # internal
2025-08-20T21:21:47.7848946Z [00:03:41.048]➜  # import config
2025-08-20T21:21:47.7849802Z [00:03:41.048]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:47.7850792Z [00:03:41.048]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:47.7851617Z [00:03:41.048]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:47.7852442Z [00:03:41.048]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:47.7853259Z [00:03:41.048]➜  EOF
2025-08-20T21:21:47.7859373Z [00:03:41.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1964/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/40=>github.com/pandatix/go-cvss@v0.6.2/40;$WORK/b1964=>" -p github.com/pandatix/go-cvss/40 -lang=go1.21 -complete -installsuffix shared -buildid CV4MZfwmyrrQsHHnBXfa/CV4MZfwmyrrQsHHnBXfa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1964/importcfg -pack /root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/40/cvss40.go /root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/40/depth.go /root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/40/errors.go /root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/40/lookup.go /root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/40/max.go /root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/40/severity.go /root/go/pkg/mod/github.com/pandatix/go-cvss@v0.6.2/40/values.go
2025-08-20T21:21:47.9400001Z [00:03:41.207]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:47.9405860Z [00:03:41.207]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x013.o -c fse_compress.c
2025-08-20T21:21:48.0350551Z [00:03:41.302]➜  go tool buildid -w $WORK/b1931/_pkg_.a # internal
2025-08-20T21:21:48.0358032Z [00:03:41.303]➜  go tool buildid -w $WORK/b1964/_pkg_.a # internal
2025-08-20T21:21:48.0375865Z [00:03:41.305]➜  cp $WORK/b1964/_pkg_.a /root/.cache/go-build/d5/d538076cca24a923cf508439285450e191c508f8a575b21a722be4fa4f5446dc-d # internal
2025-08-20T21:21:48.0387879Z [00:03:41.306]➜  github.com/anchore/grype/internal/file
2025-08-20T21:21:48.0388980Z [00:03:41.306]➜  mkdir -p $WORK/b1965/
2025-08-20T21:21:48.0414776Z [00:03:41.308]➜  cat >/tmp/go-build3547871397/b1965/importcfg << 'EOF' # internal
2025-08-20T21:21:48.0415658Z [00:03:41.308]➜  # import config
2025-08-20T21:21:48.0416415Z [00:03:41.308]➜  packagefile archive/tar=/tmp/go-build3547871397/b861/_pkg_.a
2025-08-20T21:21:48.0417327Z [00:03:41.308]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:48.0418275Z [00:03:41.308]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:21:48.0419144Z [00:03:41.308]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:48.0420158Z [00:03:41.308]➜  packagefile github.com/OneOfOne/xxhash=/tmp/go-build3547871397/b814/_pkg_.a
2025-08-20T21:21:48.0421307Z [00:03:41.308]➜  packagefile github.com/anchore/clio=/tmp/go-build3547871397/b761/_pkg_.a
2025-08-20T21:21:48.0422553Z [00:03:41.308]➜  packagefile github.com/anchore/grype/internal/stringutil=/tmp/go-build3547871397/b945/_pkg_.a
2025-08-20T21:21:48.0424097Z [00:03:41.308]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:48.0425487Z [00:03:41.308]➜  packagefile github.com/hashicorp/go-getter=/tmp/go-build3547871397/b1259/_pkg_.a
2025-08-20T21:21:48.0426752Z [00:03:41.308]➜  packagefile github.com/hashicorp/go-getter/helper/url=/tmp/go-build3547871397/b1568/_pkg_.a
2025-08-20T21:21:48.0428079Z [00:03:41.308]➜  packagefile github.com/spf13/afero=/tmp/go-build3547871397/b777/_pkg_.a
2025-08-20T21:21:48.0429172Z [00:03:41.308]➜  packagefile github.com/wagoodman/go-progress=/tmp/go-build3547871397/b925/_pkg_.a
2025-08-20T21:21:48.0430236Z [00:03:41.308]➜  packagefile github.com/xi2/xz=/tmp/go-build3547871397/b1250/_pkg_.a
2025-08-20T21:21:48.0431123Z [00:03:41.308]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:21:48.0431880Z [00:03:41.308]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:48.0433667Z [00:03:41.308]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:48.0434513Z [00:03:41.308]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:48.0435330Z [00:03:41.308]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:48.0436197Z [00:03:41.308]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:48.0437046Z [00:03:41.308]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:48.0437846Z [00:03:41.308]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:48.0438422Z [00:03:41.308]➜  EOF
2025-08-20T21:21:48.0438891Z [00:03:41.309]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:48.0445752Z [00:03:41.309]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1965/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/file=>github.com/anchore/grype@v0.96.0/internal/file;$WORK/b1965=>" -p github.com/anchore/grype/internal/file -lang=go1.24 -complete -installsuffix shared -buildid m-NmY5Yjdug-0iRKfDW9/m-NmY5Yjdug-0iRKfDW9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1965/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/file/copy.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/file/exists.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/file/getter.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/file/hasher.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/file/tar_xz_decompressor.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/file/xz_decompressor.go
2025-08-20T21:21:48.0511391Z [00:03:41.318]➜  cp $WORK/b1931/_pkg_.a /root/.cache/go-build/f1/f1aac4560f2206c6d3a2f495d3fd0db5a9f9d1aeab5221b43535ec81cc812e79-d # internal
2025-08-20T21:21:48.0539502Z [00:03:41.319]➜  github.com/anchore/syft/syft/source/snapsource
2025-08-20T21:21:48.0540184Z [00:03:41.319]➜  mkdir -p $WORK/b1929/
2025-08-20T21:21:48.0540961Z [00:03:41.319]➜  cat >/tmp/go-build3547871397/b1929/importcfg << 'EOF' # internal
2025-08-20T21:21:48.0541708Z [00:03:41.319]➜  # import config
2025-08-20T21:21:48.0542447Z [00:03:41.319]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:48.0543543Z [00:03:41.319]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:48.0544406Z [00:03:41.319]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:48.0545242Z [00:03:41.320]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:48.0546157Z [00:03:41.320]➜  packagefile github.com/OneOfOne/xxhash=/tmp/go-build3547871397/b814/_pkg_.a
2025-08-20T21:21:48.0547166Z [00:03:41.320]➜  packagefile github.com/anchore/clio=/tmp/go-build3547871397/b761/_pkg_.a
2025-08-20T21:21:48.0548223Z [00:03:41.320]➜  packagefile github.com/anchore/go-homedir=/tmp/go-build3547871397/b764/_pkg_.a
2025-08-20T21:21:48.0549405Z [00:03:41.320]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:21:48.0550670Z [00:03:41.320]➜  packagefile github.com/anchore/stereoscope/pkg/filetree=/tmp/go-build3547871397/b903/_pkg_.a
2025-08-20T21:21:48.0552135Z [00:03:41.320]➜  packagefile github.com/anchore/stereoscope/pkg/image=/tmp/go-build3547871397/b900/_pkg_.a
2025-08-20T21:21:48.0553592Z [00:03:41.320]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:21:48.0554774Z [00:03:41.320]➜  packagefile github.com/anchore/syft/internal/bus=/tmp/go-build3547871397/b1226/_pkg_.a
2025-08-20T21:21:48.0556099Z [00:03:41.320]➜  packagefile github.com/anchore/syft/internal/file=/tmp/go-build3547871397/b1256/_pkg_.a
2025-08-20T21:21:48.0557299Z [00:03:41.320]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:21:48.0558499Z [00:03:41.320]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:48.0559714Z [00:03:41.320]➜  packagefile github.com/anchore/syft/syft/event/monitor=/tmp/go-build3547871397/b1228/_pkg_.a
2025-08-20T21:21:48.0560955Z [00:03:41.320]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:48.0562457Z [00:03:41.320]➜  packagefile github.com/anchore/syft/syft/internal/fileresolver=/tmp/go-build3547871397/b1925/_pkg_.a
2025-08-20T21:21:48.0565771Z [00:03:41.320]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:21:48.0567207Z [00:03:41.320]➜  packagefile github.com/anchore/syft/syft/source/internal=/tmp/go-build3547871397/b1927/_pkg_.a
2025-08-20T21:21:48.0568640Z [00:03:41.320]➜  packagefile github.com/diskfs/go-diskfs/backend/file=/tmp/go-build3547871397/b1930/_pkg_.a
2025-08-20T21:21:48.0570016Z [00:03:41.320]➜  packagefile github.com/diskfs/go-diskfs/filesystem=/tmp/go-build3547871397/b1258/_pkg_.a
2025-08-20T21:21:48.0571437Z [00:03:41.320]➜  packagefile github.com/diskfs/go-diskfs/filesystem/squashfs=/tmp/go-build3547871397/b1580/_pkg_.a
2025-08-20T21:21:48.0572970Z [00:03:41.320]➜  packagefile github.com/goccy/go-yaml=/tmp/go-build3547871397/b1931/_pkg_.a
2025-08-20T21:21:48.0574214Z [00:03:41.320]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build3547871397/b1567/_pkg_.a
2025-08-20T21:21:48.0575445Z [00:03:41.320]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:21:48.0576544Z [00:03:41.320]➜  packagefile github.com/spf13/afero=/tmp/go-build3547871397/b777/_pkg_.a
2025-08-20T21:21:48.0577652Z [00:03:41.320]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:48.0578553Z [00:03:41.320]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:48.0579423Z [00:03:41.320]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:48.0580259Z [00:03:41.320]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:48.0581174Z [00:03:41.320]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:48.0582124Z [00:03:41.320]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:48.0583342Z [00:03:41.320]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:48.0583964Z [00:03:41.320]➜  EOF
2025-08-20T21:21:48.0590488Z [00:03:41.320]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1929/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/snapsource=>github.com/anchore/syft@v1.28.0/syft/source/snapsource;$WORK/b1929=>" -p github.com/anchore/syft/syft/source/snapsource -lang=go1.24 -complete -installsuffix shared -buildid _DOMoC9ujaUTO62Bs5gM/_DOMoC9ujaUTO62Bs5gM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1929/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/snapsource/manifest.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/snapsource/snap.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/snapsource/snap_source.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/snapsource/snap_source_provider.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/snapsource/snapcraft_api.go
2025-08-20T21:21:48.1739703Z [00:03:41.441]➜  go tool buildid -w $WORK/b1918/_pkg_.a # internal
2025-08-20T21:21:48.1869246Z [00:03:41.454]➜  cp $WORK/b1918/_pkg_.a /root/.cache/go-build/0d/0df3e256b5bd1d4a397bf23f507c38699d8240f7cf0808369e5e2a2e0ac7383c-d # internal
2025-08-20T21:21:48.1882896Z [00:03:41.455]➜  github.com/hashicorp/hcl/v2/hclsyntax
2025-08-20T21:21:48.1885638Z [00:03:41.455]➜  mkdir -p $WORK/b1916/
2025-08-20T21:21:48.1894206Z [00:03:41.457]➜  cat >/tmp/go-build3547871397/b1916/importcfg << 'EOF' # internal
2025-08-20T21:21:48.1941518Z [00:03:41.457]➜  # import config
2025-08-20T21:21:48.1942215Z [00:03:41.457]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:48.1943208Z [00:03:41.457]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:48.1944169Z [00:03:41.457]➜  packagefile github.com/agext/levenshtein=/tmp/go-build3547871397/b1906/_pkg_.a
2025-08-20T21:21:48.1945494Z [00:03:41.457]➜  packagefile github.com/apparentlymart/go-textseg/v15/textseg=/tmp/go-build3547871397/b1907/_pkg_.a
2025-08-20T21:21:48.1946893Z [00:03:41.457]➜  packagefile github.com/hashicorp/hcl/v2=/tmp/go-build3547871397/b1905/_pkg_.a
2025-08-20T21:21:48.1948143Z [00:03:41.457]➜  packagefile github.com/hashicorp/hcl/v2/ext/customdecode=/tmp/go-build3547871397/b1917/_pkg_.a
2025-08-20T21:21:48.1949334Z [00:03:41.457]➜  packagefile github.com/zclconf/go-cty/cty=/tmp/go-build3547871397/b1909/_pkg_.a
2025-08-20T21:21:48.1950451Z [00:03:41.457]➜  packagefile github.com/zclconf/go-cty/cty/convert=/tmp/go-build3547871397/b1912/_pkg_.a
2025-08-20T21:21:48.1951980Z [00:03:41.457]➜  packagefile github.com/zclconf/go-cty/cty/function=/tmp/go-build3547871397/b1913/_pkg_.a
2025-08-20T21:21:48.1955803Z [00:03:41.457]➜  packagefile github.com/zclconf/go-cty/cty/function/stdlib=/tmp/go-build3547871397/b1918/_pkg_.a
2025-08-20T21:21:48.1956972Z [00:03:41.457]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:48.1957796Z [00:03:41.457]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:48.1958630Z [00:03:41.457]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:48.1959381Z [00:03:41.457]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:48.1960176Z [00:03:41.457]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:48.1961163Z [00:03:41.457]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:48.1961940Z [00:03:41.457]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:48.1962955Z [00:03:41.457]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:48.1963602Z [00:03:41.457]➜  EOF
2025-08-20T21:21:48.1964140Z [00:03:41.457]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:48.1967445Z [00:03:41.457]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x014.o -c fse_decompress.c
2025-08-20T21:21:48.1970203Z [00:03:41.463]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:48.1990902Z [00:03:41.463]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1916/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax=>github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax;$WORK/b1916=>" -p github.com/hashicorp/hcl/v2/hclsyntax -lang=go1.18 -complete -installsuffix shared -buildid kmiKUhLEyc3m5rOBQUh1/kmiKUhLEyc3m5rOBQUh1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1916/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/diagnostics.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/didyoumean.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/doc.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/expression.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/expression_ops.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/expression_template.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/expression_vars.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/file.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/generate.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/keywords.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/navigation.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/node.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/parser.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/parser_template.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/parser_traversal.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/peeker.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/public.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/scan_string_lit.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/scan_tokens.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/structure.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/structure_at_pos.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/token.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/token_type_string.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/variables.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsyntax/walk.go
2025-08-20T21:21:48.2121810Z [00:03:41.479]➜  go tool buildid -w $WORK/b1929/_pkg_.a # internal
2025-08-20T21:21:48.2157176Z [00:03:41.483]➜  cp $WORK/b1929/_pkg_.a /root/.cache/go-build/7f/7f990088b5641bd1447aa2c7495510615b7475a25fa3c7a571e1686116afef43-d # internal
2025-08-20T21:21:48.2165429Z [00:03:41.483]➜  github.com/anchore/syft/syft/source/sourceproviders
2025-08-20T21:21:48.2169148Z [00:03:41.483]➜  mkdir -p $WORK/b1923/
2025-08-20T21:21:48.2169982Z [00:03:41.483]➜  cat >/tmp/go-build3547871397/b1923/importcfg << 'EOF' # internal
2025-08-20T21:21:48.2170700Z [00:03:41.483]➜  # import config
2025-08-20T21:21:48.2171378Z [00:03:41.483]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:21:48.2172831Z [00:03:41.483]➜  packagefile github.com/anchore/go-collections=/tmp/go-build3547871397/b852/_pkg_.a
2025-08-20T21:21:48.2174050Z [00:03:41.483]➜  packagefile github.com/anchore/stereoscope=/tmp/go-build3547871397/b946/_pkg_.a
2025-08-20T21:21:48.2175303Z [00:03:41.483]➜  packagefile github.com/anchore/stereoscope/pkg/image=/tmp/go-build3547871397/b900/_pkg_.a
2025-08-20T21:21:48.2176583Z [00:03:41.483]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:21:48.2177996Z [00:03:41.483]➜  packagefile github.com/anchore/syft/syft/source/directorysource=/tmp/go-build3547871397/b1924/_pkg_.a
2025-08-20T21:21:48.2179506Z [00:03:41.483]➜  packagefile github.com/anchore/syft/syft/source/filesource=/tmp/go-build3547871397/b1928/_pkg_.a
2025-08-20T21:21:48.2180924Z [00:03:41.483]➜  packagefile github.com/anchore/syft/syft/source/snapsource=/tmp/go-build3547871397/b1929/_pkg_.a
2025-08-20T21:21:48.2182440Z [00:03:41.483]➜  packagefile github.com/anchore/syft/syft/source/stereoscopesource=/tmp/go-build3547871397/b1940/_pkg_.a
2025-08-20T21:21:48.2183629Z [00:03:41.483]➜  EOF
2025-08-20T21:21:48.2188961Z [00:03:41.483]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1923/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/sourceproviders=>github.com/anchore/syft@v1.28.0/syft/source/sourceproviders;$WORK/b1923=>" -p github.com/anchore/syft/syft/source/sourceproviders -lang=go1.24 -complete -installsuffix shared -buildid 8TRsm2sPHZZE50DIBlOs/8TRsm2sPHZZE50DIBlOs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1923/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/sourceproviders/source_provider_config.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/source/sourceproviders/source_providers.go
2025-08-20T21:21:48.3008932Z [00:03:41.568]➜  go tool buildid -w $WORK/b1923/_pkg_.a # internal
2025-08-20T21:21:48.3237468Z [00:03:41.591]➜  cp $WORK/b1923/_pkg_.a /root/.cache/go-build/69/6936ceb4c4599845f2f4908213684569ad212b8a627cea469ad04782f6bf1514-d # internal
2025-08-20T21:21:48.3238975Z [00:03:41.591]➜  github.com/anchore/grype/internal/schemaver
2025-08-20T21:21:48.3239623Z [00:03:41.591]➜  mkdir -p $WORK/b1966/
2025-08-20T21:21:48.3240361Z [00:03:41.591]➜  cat >/tmp/go-build3547871397/b1966/importcfg << 'EOF' # internal
2025-08-20T21:21:48.3241052Z [00:03:41.591]➜  # import config
2025-08-20T21:21:48.3241753Z [00:03:41.591]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:48.3242582Z [00:03:41.591]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:48.3243893Z [00:03:41.591]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:48.3244929Z [00:03:41.591]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:48.3245570Z [00:03:41.591]➜  EOF
2025-08-20T21:21:48.3249595Z [00:03:41.591]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1966/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/schemaver=>github.com/anchore/grype@v0.96.0/internal/schemaver;$WORK/b1966=>" -p github.com/anchore/grype/internal/schemaver -lang=go1.24 -complete -installsuffix shared -buildid D4yjssZ9FbpbU7-qMFhp/D4yjssZ9FbpbU7-qMFhp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1966/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/schemaver/schema_ver.go
2025-08-20T21:21:48.3479553Z [00:03:41.615]➜  go tool buildid -w $WORK/b1966/_pkg_.a # internal
2025-08-20T21:21:48.3487523Z [00:03:41.616]➜  cp $WORK/b1966/_pkg_.a /root/.cache/go-build/44/44d7e155a2b705dd671c8ec63b76ce9f93d6751a440eb066307a530009e416a0-d # internal
2025-08-20T21:21:48.3489381Z [00:03:41.616]➜  github.com/anchore/grype/grype/event
2025-08-20T21:21:48.3493037Z [00:03:41.617]➜  mkdir -p $WORK/b1969/
2025-08-20T21:21:48.3499191Z [00:03:41.617]➜  cat >/tmp/go-build3547871397/b1969/importcfg << 'EOF' # internal
2025-08-20T21:21:48.3500099Z [00:03:41.617]➜  # import config
2025-08-20T21:21:48.3501826Z [00:03:41.617]➜  packagefile github.com/wagoodman/go-partybus=/tmp/go-build3547871397/b811/_pkg_.a
2025-08-20T21:21:48.3502786Z [00:03:41.617]➜  EOF
2025-08-20T21:21:48.3506293Z [00:03:41.617]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1969/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/event=>github.com/anchore/grype@v0.96.0/grype/event;$WORK/b1969=>" -p github.com/anchore/grype/grype/event -lang=go1.24 -complete -installsuffix shared -buildid MaaUwG4Ud8ogweHAJTrf/MaaUwG4Ud8ogweHAJTrf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1969/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/event/event.go
2025-08-20T21:21:48.3577697Z [00:03:41.625]➜  go tool buildid -w $WORK/b1969/_pkg_.a # internal
2025-08-20T21:21:48.3585414Z [00:03:41.626]➜  cp $WORK/b1969/_pkg_.a /root/.cache/go-build/65/6577308549c25818d4020348eff2342b12898e8e4c287f1d89def81679d6b65a-d # internal
2025-08-20T21:21:48.3588408Z [00:03:41.626]➜  github.com/anchore/grype/internal/bus
2025-08-20T21:21:48.3590599Z [00:03:41.626]➜  mkdir -p $WORK/b1968/
2025-08-20T21:21:48.3597254Z [00:03:41.627]➜  cat >/tmp/go-build3547871397/b1968/importcfg << 'EOF' # internal
2025-08-20T21:21:48.3597946Z [00:03:41.627]➜  # import config
2025-08-20T21:21:48.3598711Z [00:03:41.627]➜  packagefile github.com/anchore/clio=/tmp/go-build3547871397/b761/_pkg_.a
2025-08-20T21:21:48.3599810Z [00:03:41.627]➜  packagefile github.com/anchore/grype/grype/event=/tmp/go-build3547871397/b1969/_pkg_.a
2025-08-20T21:21:48.3601002Z [00:03:41.627]➜  packagefile github.com/anchore/grype/internal/redact=/tmp/go-build3547871397/b817/_pkg_.a
2025-08-20T21:21:48.3602368Z [00:03:41.627]➜  packagefile github.com/wagoodman/go-partybus=/tmp/go-build3547871397/b811/_pkg_.a
2025-08-20T21:21:48.3603370Z [00:03:41.627]➜  EOF
2025-08-20T21:21:48.3607979Z [00:03:41.628]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1968/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/bus=>github.com/anchore/grype@v0.96.0/internal/bus;$WORK/b1968=>" -p github.com/anchore/grype/internal/bus -lang=go1.24 -complete -installsuffix shared -buildid oixfUeQ78x3y8zbOTv98/oixfUeQ78x3y8zbOTv98 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1968/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/bus/bus.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/bus/helpers.go
2025-08-20T21:21:48.3756884Z [00:03:41.643]➜  go tool buildid -w $WORK/b1968/_pkg_.a # internal
2025-08-20T21:21:48.3784794Z [00:03:41.646]➜  cp $WORK/b1968/_pkg_.a /root/.cache/go-build/3a/3a501a06b4dc342b2aa754477f02b37cb5f46f48ea3131cc6e6c3b129bf224d8-d # internal
2025-08-20T21:21:48.3786082Z [00:03:41.646]➜  github.com/hako/durafmt
2025-08-20T21:21:48.3786609Z [00:03:41.646]➜  mkdir -p $WORK/b1971/
2025-08-20T21:21:48.3787241Z [00:03:41.646]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:48.3790302Z [00:03:41.646]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x015.o -c hist.c
2025-08-20T21:21:48.3793386Z [00:03:41.646]➜  cat >/tmp/go-build3547871397/b1971/importcfg << 'EOF' # internal
2025-08-20T21:21:48.3794029Z [00:03:41.646]➜  # import config
2025-08-20T21:21:48.3794678Z [00:03:41.646]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:48.3795466Z [00:03:41.646]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:48.3796256Z [00:03:41.646]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:48.3797048Z [00:03:41.646]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:48.3798020Z [00:03:41.646]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:48.3798810Z [00:03:41.646]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:48.3799390Z [00:03:41.646]➜  EOF
2025-08-20T21:21:48.3799833Z [00:03:41.646]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:48.3804574Z [00:03:41.646]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1971/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hako/durafmt@v0.0.0-20210608085754-5c1018a4e16b=>github.com/hako/durafmt@v0.0.0-20210608085754-5c1018a4e16b;$WORK/b1971=>" -p github.com/hako/durafmt -lang=go1.11 -complete -installsuffix shared -buildid 2e-h5PtYQsvZ8VhbACvC/2e-h5PtYQsvZ8VhbACvC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1971/importcfg -pack /root/go/pkg/mod/github.com/hako/durafmt@v0.0.0-20210608085754-5c1018a4e16b/durafmt.go /root/go/pkg/mod/github.com/hako/durafmt@v0.0.0-20210608085754-5c1018a4e16b/unit.go
2025-08-20T21:21:48.4305335Z [00:03:41.698]➜  go tool buildid -w $WORK/b1971/_pkg_.a # internal
2025-08-20T21:21:48.4319680Z [00:03:41.699]➜  cp $WORK/b1971/_pkg_.a /root/.cache/go-build/48/48f3bc14e604b0e930674f1fe4eb6b4d80d8948ab53077fc34f27199c55b54d6-d # internal
2025-08-20T21:21:48.4330595Z [00:03:41.700]➜  github.com/owenrumney/go-sarif/sarif
2025-08-20T21:21:48.4336430Z [00:03:41.701]➜  mkdir -p $WORK/b1981/
2025-08-20T21:21:48.4342828Z [00:03:41.702]➜  cat >/tmp/go-build3547871397/b1981/importcfg << 'EOF' # internal
2025-08-20T21:21:48.4343537Z [00:03:41.702]➜  # import config
2025-08-20T21:21:48.4344214Z [00:03:41.702]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:48.4345024Z [00:03:41.702]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:48.4346132Z [00:03:41.702]➜  packagefile github.com/zclconf/go-cty/cty=/tmp/go-build3547871397/b1909/_pkg_.a
2025-08-20T21:21:48.4347028Z [00:03:41.702]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:48.4347786Z [00:03:41.702]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:48.4348707Z [00:03:41.702]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:48.4349459Z [00:03:41.702]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:48.4350034Z [00:03:41.702]➜  EOF
2025-08-20T21:21:48.4377507Z [00:03:41.703]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1981/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif=>github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif;$WORK/b1981=>" -p github.com/owenrumney/go-sarif/sarif -lang=go1.16 -complete -installsuffix shared -buildid PeEyi6vtCbowaxdZk-HQ/PeEyi6vtCbowaxdZk-HQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1981/importcfg -pack /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/address.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/artifact.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/artifact_change.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/artifact_content.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/artifact_location.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/fix.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/invocation.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/location.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/location_relationship.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/logical_location.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/message.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/multi_format_message_string.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/physical_location.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/properties.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/region.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/replacement.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/reporting_descriptor.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/reporting_descriptor_reference.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/result.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/run.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/sarif.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/suppression.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/test_helpers.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/tool.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/tool_component.go /root/go/pkg/mod/github.com/owenrumney/go-sarif@v1.1.2-0.20231003122901-1000f5e05554/sarif/tool_component_reference.go
2025-08-20T21:21:48.4714300Z [00:03:41.737]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:48.4717625Z [00:03:41.737]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x016.o -c huf_compress.c
2025-08-20T21:21:48.7268788Z [00:03:41.994]➜  go tool buildid -w $WORK/b1981/_pkg_.a # internal
2025-08-20T21:21:48.7390113Z [00:03:42.006]➜  cp $WORK/b1981/_pkg_.a /root/.cache/go-build/59/59a59dc146f3889765d286406f6558aaed2337fd0da6b9a4fcafb03742667936-d # internal
2025-08-20T21:21:48.7417382Z [00:03:42.009]➜  github.com/wagoodman/go-presenter
2025-08-20T21:21:48.7417992Z [00:03:42.009]➜  mkdir -p $WORK/b1984/
2025-08-20T21:21:48.7421761Z [00:03:42.009]➜  cat >/tmp/go-build3547871397/b1984/importcfg << 'EOF' # internal
2025-08-20T21:21:48.7422490Z [00:03:42.009]➜  # import config
2025-08-20T21:21:48.7423336Z [00:03:42.009]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:48.7424198Z [00:03:42.009]➜  EOF
2025-08-20T21:21:48.7446721Z [00:03:42.012]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:48.7452988Z [00:03:42.012]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1984/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/wagoodman/go-presenter@v0.0.0-20211015174752-f9c01afc824b=>github.com/wagoodman/go-presenter@v0.0.0-20211015174752-f9c01afc824b;$WORK/b1984=>" -p github.com/wagoodman/go-presenter -lang=go1.16 -complete -installsuffix shared -buildid U_cRz5IzRlG3tMgQ1rb1/U_cRz5IzRlG3tMgQ1rb1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1984/importcfg -pack /root/go/pkg/mod/github.com/wagoodman/go-presenter@v0.0.0-20211015174752-f9c01afc824b/presenter.go
2025-08-20T21:21:48.7617296Z [00:03:42.029]➜  go tool buildid -w $WORK/b1984/_pkg_.a # internal
2025-08-20T21:21:48.7627669Z [00:03:42.030]➜  cp $WORK/b1984/_pkg_.a /root/.cache/go-build/28/286d90e00f6961bd3c419baef708e44653dfe055df03f154f81e472cf29c9e12-d # internal
2025-08-20T21:21:48.7629551Z [00:03:42.030]➜  github.com/araddon/dateparse
2025-08-20T21:21:48.7632955Z [00:03:42.031]➜  mkdir -p $WORK/b1985/
2025-08-20T21:21:48.7641708Z [00:03:42.031]➜  cat >/tmp/go-build3547871397/b1985/importcfg << 'EOF' # internal
2025-08-20T21:21:48.7642968Z [00:03:42.031]➜  # import config
2025-08-20T21:21:48.7643763Z [00:03:42.031]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:48.7644556Z [00:03:42.031]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:48.7645331Z [00:03:42.031]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:48.7646091Z [00:03:42.031]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:48.7646866Z [00:03:42.031]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:48.7647748Z [00:03:42.031]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:48.7648398Z [00:03:42.031]➜  EOF
2025-08-20T21:21:48.7652401Z [00:03:42.031]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1985/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/araddon/dateparse@v0.0.0-20210429162001-6b43995a97de=>github.com/araddon/dateparse@v0.0.0-20210429162001-6b43995a97de;$WORK/b1985=>" -p github.com/araddon/dateparse -lang=go1.12 -complete -installsuffix shared -buildid C6Ycir4Sn24YyVd0eDbp/C6Ycir4Sn24YyVd0eDbp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1985/importcfg -pack /root/go/pkg/mod/github.com/araddon/dateparse@v0.0.0-20210429162001-6b43995a97de/parseany.go
2025-08-20T21:21:49.0989348Z [00:03:42.366]➜  go tool buildid -w $WORK/b1985/_pkg_.a # internal
2025-08-20T21:21:49.1007702Z [00:03:42.368]➜  cp $WORK/b1985/_pkg_.a /root/.cache/go-build/dd/dd0c4fe025b54b16acc32731f644c08374deecd0b6f1f12d14a34bd8223b73f9-d # internal
2025-08-20T21:21:49.1024785Z [00:03:42.370]➜  github.com/anchore/grype/grype/grypeerr
2025-08-20T21:21:49.1030294Z [00:03:42.370]➜  mkdir -p $WORK/b1988/
2025-08-20T21:21:49.1043295Z [00:03:42.372]➜  cat >/tmp/go-build3547871397/b1988/importcfg << 'EOF' # internal
2025-08-20T21:21:49.1044383Z [00:03:42.372]➜  # import config
2025-08-20T21:21:49.1045282Z [00:03:42.372]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:49.1046156Z [00:03:42.372]➜  EOF
2025-08-20T21:21:49.1050545Z [00:03:42.372]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1988/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/grypeerr=>github.com/anchore/grype@v0.96.0/grype/grypeerr;$WORK/b1988=>" -p github.com/anchore/grype/grype/grypeerr -lang=go1.24 -complete -installsuffix shared -buildid LVLEgWbtS88m_Pqy7aCq/LVLEgWbtS88m_Pqy7aCq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1988/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/grypeerr/errors.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/grypeerr/expected_error.go
2025-08-20T21:21:49.1269365Z [00:03:42.394]➜  go tool buildid -w $WORK/b1988/_pkg_.a # internal
2025-08-20T21:21:49.1282182Z [00:03:42.395]➜  cp $WORK/b1988/_pkg_.a /root/.cache/go-build/72/722d1e4c80fe0de06d224b87017d86ccc4c71e4960c7f589ce8ce5c0f1cb4f8f-d # internal
2025-08-20T21:21:49.1293885Z [00:03:42.396]➜  github.com/openvex/go-vex/pkg/csaf
2025-08-20T21:21:49.1295651Z [00:03:42.396]➜  mkdir -p $WORK/b2006/
2025-08-20T21:21:49.1296274Z [00:03:42.397]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:49.1299203Z [00:03:42.397]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x017.o -c huf_decompress.c
2025-08-20T21:21:49.1314629Z [00:03:42.399]➜  cat >/tmp/go-build3547871397/b2006/importcfg << 'EOF' # internal
2025-08-20T21:21:49.1315242Z [00:03:42.399]➜  # import config
2025-08-20T21:21:49.1316002Z [00:03:42.399]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:49.1316869Z [00:03:42.399]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:49.1317696Z [00:03:42.399]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:49.1318502Z [00:03:42.399]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:49.1319109Z [00:03:42.399]➜  EOF
2025-08-20T21:21:49.1323280Z [00:03:42.400]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:49.1329442Z [00:03:42.400]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2006/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/openvex/go-vex@v0.2.5/pkg/csaf=>github.com/openvex/go-vex@v0.2.5/pkg/csaf;$WORK/b2006=>" -p github.com/openvex/go-vex/pkg/csaf -lang=go1.19 -complete -installsuffix shared -buildid ukOUyKwF8o40BtIwh-M0/ukOUyKwF8o40BtIwh-M0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2006/importcfg -pack /root/go/pkg/mod/github.com/openvex/go-vex@v0.2.5/pkg/csaf/csaf.go /root/go/pkg/mod/github.com/openvex/go-vex@v0.2.5/pkg/csaf/doc.go
2025-08-20T21:21:49.1455596Z [00:03:42.411]➜  go tool buildid -w $WORK/b1965/_pkg_.a # internal
2025-08-20T21:21:49.1947331Z [00:03:42.462]➜  cp $WORK/b1965/_pkg_.a /root/.cache/go-build/13/1395fe8640106a04c49d4010a739cb8dc4a1b074be26c4db6e636bf7c4df2540-d # internal
2025-08-20T21:21:49.1951219Z [00:03:42.462]➜  github.com/package-url/packageurl-go
2025-08-20T21:21:49.1953076Z [00:03:42.462]➜  mkdir -p $WORK/b2007/
2025-08-20T21:21:49.1976048Z [00:03:42.465]➜  cat >/tmp/go-build3547871397/b2007/importcfg << 'EOF' # internal
2025-08-20T21:21:49.1977928Z [00:03:42.465]➜  # import config
2025-08-20T21:21:49.1978599Z [00:03:42.465]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:49.1979358Z [00:03:42.465]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:49.1980081Z [00:03:42.465]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:49.1980859Z [00:03:42.465]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:49.1981598Z [00:03:42.465]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:49.1982353Z [00:03:42.465]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:49.1983316Z [00:03:42.465]➜  EOF
2025-08-20T21:21:49.1986847Z [00:03:42.465]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2007/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/package-url/packageurl-go@v0.1.1=>github.com/package-url/packageurl-go@v0.1.1;$WORK/b2007=>" -p github.com/package-url/packageurl-go -lang=go1.17 -complete -installsuffix shared -buildid QqE41oM9iSu8e8rLS8-e/QqE41oM9iSu8e8rLS8-e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2007/importcfg -pack /root/go/pkg/mod/github.com/package-url/packageurl-go@v0.1.1/packageurl.go
2025-08-20T21:21:49.2084272Z [00:03:42.476]➜  go tool buildid -w $WORK/b2006/_pkg_.a # internal
2025-08-20T21:21:49.2100381Z [00:03:42.477]➜  cp $WORK/b2006/_pkg_.a /root/.cache/go-build/a2/a2e20b121528d589f8102654bcca623d0b0a577e2e371bad8dffd7a076e446b1-d # internal
2025-08-20T21:21:49.2107327Z [00:03:42.478]➜  github.com/itchyny/timefmt-go
2025-08-20T21:21:49.2110642Z [00:03:42.478]➜  mkdir -p $WORK/b2009/
2025-08-20T21:21:49.2117804Z [00:03:42.479]➜  cat >/tmp/go-build3547871397/b2009/importcfg << 'EOF' # internal
2025-08-20T21:21:49.2118927Z [00:03:42.479]➜  # import config
2025-08-20T21:21:49.2121499Z [00:03:42.479]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:49.2122285Z [00:03:42.479]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:49.2126327Z [00:03:42.479]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:49.2127102Z [00:03:42.479]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:49.2127857Z [00:03:42.479]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:49.2128414Z [00:03:42.479]➜  EOF
2025-08-20T21:21:49.2132538Z [00:03:42.479]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2009/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/itchyny/timefmt-go@v0.1.6=>github.com/itchyny/timefmt-go@v0.1.6;$WORK/b2009=>" -p github.com/itchyny/timefmt-go -lang=go1.20 -complete -installsuffix shared -buildid fyziKORZvtKjuXxKVtCE/fyziKORZvtKjuXxKVtCE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2009/importcfg -pack /root/go/pkg/mod/github.com/itchyny/timefmt-go@v0.1.6/format.go /root/go/pkg/mod/github.com/itchyny/timefmt-go@v0.1.6/parse.go /root/go/pkg/mod/github.com/itchyny/timefmt-go@v0.1.6/timefmt.go
2025-08-20T21:21:49.2791121Z [00:03:42.546]➜  go tool buildid -w $WORK/b2007/_pkg_.a # internal
2025-08-20T21:21:49.2806266Z [00:03:42.548]➜  cp $WORK/b2007/_pkg_.a /root/.cache/go-build/10/10c713d0705245c3917906faee33a9739ad23f3adbda5237a48a2335ed24c64a-d # internal
2025-08-20T21:21:49.2813283Z [00:03:42.548]➜  github.com/openvex/go-vex/pkg/vex
2025-08-20T21:21:49.2814692Z [00:03:42.549]➜  mkdir -p $WORK/b2005/
2025-08-20T21:21:49.2823565Z [00:03:42.549]➜  cat >/tmp/go-build3547871397/b2005/importcfg << 'EOF' # internal
2025-08-20T21:21:49.2824922Z [00:03:42.549]➜  # import config
2025-08-20T21:21:49.2827966Z [00:03:42.549]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:49.2828856Z [00:03:42.549]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:21:49.2829730Z [00:03:42.549]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:49.2830549Z [00:03:42.549]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:49.2831305Z [00:03:42.549]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:49.2832243Z [00:03:42.549]➜  packagefile github.com/openvex/go-vex/pkg/csaf=/tmp/go-build3547871397/b2006/_pkg_.a
2025-08-20T21:21:49.2833602Z [00:03:42.549]➜  packagefile github.com/package-url/packageurl-go=/tmp/go-build3547871397/b2007/_pkg_.a
2025-08-20T21:21:49.2834736Z [00:03:42.549]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3547871397/b798/_pkg_.a
2025-08-20T21:21:49.2835725Z [00:03:42.549]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:21:49.2836553Z [00:03:42.549]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:49.2837489Z [00:03:42.549]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:49.2838220Z [00:03:42.549]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:49.2838986Z [00:03:42.549]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:49.2848516Z [00:03:42.549]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:49.2849461Z [00:03:42.549]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:49.2850053Z [00:03:42.549]➜  EOF
2025-08-20T21:21:49.2878427Z [00:03:42.550]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2005/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/openvex/go-vex@v0.2.5/pkg/vex=>github.com/openvex/go-vex@v0.2.5/pkg/vex;$WORK/b2005=>" -p github.com/openvex/go-vex/pkg/vex -lang=go1.19 -complete -installsuffix shared -buildid tDHTBFLqkTevTaXaN82T/tDHTBFLqkTevTaXaN82T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2005/importcfg -pack /root/go/pkg/mod/github.com/openvex/go-vex@v0.2.5/pkg/vex/compat.go /root/go/pkg/mod/github.com/openvex/go-vex@v0.2.5/pkg/vex/component.go /root/go/pkg/mod/github.com/openvex/go-vex@v0.2.5/pkg/vex/functions_documents.go /root/go/pkg/mod/github.com/openvex/go-vex@v0.2.5/pkg/vex/functions_files.go /root/go/pkg/mod/github.com/openvex/go-vex@v0.2.5/pkg/vex/justification.go /root/go/pkg/mod/github.com/openvex/go-vex@v0.2.5/pkg/vex/product.go /root/go/pkg/mod/github.com/openvex/go-vex@v0.2.5/pkg/vex/statement.go /root/go/pkg/mod/github.com/openvex/go-vex@v0.2.5/pkg/vex/status.go /root/go/pkg/mod/github.com/openvex/go-vex@v0.2.5/pkg/vex/vex.go /root/go/pkg/mod/github.com/openvex/go-vex@v0.2.5/pkg/vex/vulnerability.go
2025-08-20T21:21:49.3160162Z [00:03:42.583]➜  go tool buildid -w $WORK/b1916/_pkg_.a # internal
2025-08-20T21:21:49.3260631Z [00:03:42.593]➜  go tool buildid -w $WORK/b2009/_pkg_.a # internal
2025-08-20T21:21:49.3273444Z [00:03:42.594]➜  cp $WORK/b1916/_pkg_.a /root/.cache/go-build/84/84d9e99824cb39e02d6ec75a0401954738ad55163da682956f76a7882123cc04-d # internal
2025-08-20T21:21:49.3278074Z [00:03:42.595]➜  github.com/hashicorp/hcl/v2/hclwrite
2025-08-20T21:21:49.3280988Z [00:03:42.595]➜  mkdir -p $WORK/b1915/
2025-08-20T21:21:49.3284736Z [00:03:42.596]➜  cat >/tmp/go-build3547871397/b1915/importcfg << 'EOF' # internal
2025-08-20T21:21:49.3306040Z [00:03:42.596]➜  # import config
2025-08-20T21:21:49.3306759Z [00:03:42.596]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:49.3307588Z [00:03:42.596]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:49.3308809Z [00:03:42.596]➜  packagefile github.com/apparentlymart/go-textseg/v15/textseg=/tmp/go-build3547871397/b1907/_pkg_.a
2025-08-20T21:21:49.3310311Z [00:03:42.596]➜  packagefile github.com/google/go-cmp/cmp=/tmp/go-build3547871397/b468/_pkg_.a
2025-08-20T21:21:49.3311458Z [00:03:42.596]➜  packagefile github.com/hashicorp/hcl/v2=/tmp/go-build3547871397/b1905/_pkg_.a
2025-08-20T21:21:49.3313591Z [00:03:42.596]➜  packagefile github.com/hashicorp/hcl/v2/hclsyntax=/tmp/go-build3547871397/b1916/_pkg_.a
2025-08-20T21:21:49.3318524Z [00:03:42.596]➜  packagefile github.com/zclconf/go-cty/cty=/tmp/go-build3547871397/b1909/_pkg_.a
2025-08-20T21:21:49.3319874Z [00:03:42.596]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:49.3321067Z [00:03:42.596]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:49.3322159Z [00:03:42.596]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:49.3323448Z [00:03:42.596]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:49.3324548Z [00:03:42.596]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:49.3325914Z [00:03:42.596]➜  EOF
2025-08-20T21:21:49.3347717Z [00:03:42.596]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1915/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclwrite=>github.com/hashicorp/hcl/v2@v2.23.0/hclwrite;$WORK/b1915=>" -p github.com/hashicorp/hcl/v2/hclwrite -lang=go1.18 -complete -installsuffix shared -buildid 0pW1gwRMpUUXoPBmyS88/0pW1gwRMpUUXoPBmyS88 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1915/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclwrite/ast.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclwrite/ast_attribute.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclwrite/ast_block.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclwrite/ast_body.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclwrite/ast_expression.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclwrite/doc.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclwrite/format.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclwrite/generate.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclwrite/native_node_sorter.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclwrite/node.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclwrite/parser.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclwrite/public.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclwrite/tokens.go
2025-08-20T21:21:49.3367159Z [00:03:42.600]➜  cp $WORK/b2009/_pkg_.a /root/.cache/go-build/b8/b81474c26c18bf9c6f9474f1032120dae3211257394777d94aa83c119ca68f4f-d # internal
2025-08-20T21:21:49.3368318Z [00:03:42.601]➜  github.com/hashicorp/hcl/v2/json
2025-08-20T21:21:49.3368901Z [00:03:42.601]➜  mkdir -p $WORK/b1921/
2025-08-20T21:21:49.3369626Z [00:03:42.603]➜  cat >/tmp/go-build3547871397/b1921/importcfg << 'EOF' # internal
2025-08-20T21:21:49.3370294Z [00:03:42.603]➜  # import config
2025-08-20T21:21:49.3371005Z [00:03:42.603]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:49.3371870Z [00:03:42.603]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:49.3374377Z [00:03:42.603]➜  packagefile github.com/agext/levenshtein=/tmp/go-build3547871397/b1906/_pkg_.a
2025-08-20T21:21:49.3375740Z [00:03:42.603]➜  packagefile github.com/apparentlymart/go-textseg/v15/textseg=/tmp/go-build3547871397/b1907/_pkg_.a
2025-08-20T21:21:49.3377091Z [00:03:42.603]➜  packagefile github.com/hashicorp/hcl/v2=/tmp/go-build3547871397/b1905/_pkg_.a
2025-08-20T21:21:49.3378339Z [00:03:42.603]➜  packagefile github.com/hashicorp/hcl/v2/hclsyntax=/tmp/go-build3547871397/b1916/_pkg_.a
2025-08-20T21:21:49.3379575Z [00:03:42.603]➜  packagefile github.com/zclconf/go-cty/cty=/tmp/go-build3547871397/b1909/_pkg_.a
2025-08-20T21:21:49.3380765Z [00:03:42.603]➜  packagefile github.com/zclconf/go-cty/cty/convert=/tmp/go-build3547871397/b1912/_pkg_.a
2025-08-20T21:21:49.3381788Z [00:03:42.603]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:49.3382982Z [00:03:42.603]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:49.3383804Z [00:03:42.603]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:49.3384622Z [00:03:42.603]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:49.3385675Z [00:03:42.603]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:49.3386321Z [00:03:42.603]➜  EOF
2025-08-20T21:21:49.3394940Z [00:03:42.603]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1921/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/json=>github.com/hashicorp/hcl/v2@v2.23.0/json;$WORK/b1921=>" -p github.com/hashicorp/hcl/v2/json -lang=go1.18 -complete -installsuffix shared -buildid 2LDX5ilnznLvQpEg2Fc1/2LDX5ilnznLvQpEg2Fc1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1921/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/json/ast.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/json/didyoumean.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/json/doc.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/json/is.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/json/navigation.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/json/parser.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/json/peeker.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/json/public.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/json/scanner.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/json/structure.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/json/tokentype_string.go
2025-08-20T21:21:49.3986061Z [00:03:42.663]➜  go tool buildid -w $WORK/b2005/_pkg_.a # internal
2025-08-20T21:21:49.3990779Z [00:03:42.666]➜  cp $WORK/b2005/_pkg_.a /root/.cache/go-build/f1/f186c0e178b8b226a9028482aec2911a091c0158c746446940c0fa0b668cd4a6-d # internal
2025-08-20T21:21:49.3998909Z [00:03:42.667]➜  github.com/itchyny/gojq
2025-08-20T21:21:49.4003890Z [00:03:42.668]➜  mkdir -p $WORK/b2008/
2025-08-20T21:21:49.4010207Z [00:03:42.668]➜  cat >/tmp/go-build3547871397/b2008/importcfg << 'EOF' # internal
2025-08-20T21:21:49.4011319Z [00:03:42.668]➜  # import config
2025-08-20T21:21:49.4012318Z [00:03:42.668]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:49.4013898Z [00:03:42.668]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:49.4015079Z [00:03:42.668]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:49.4016325Z [00:03:42.668]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:49.4017620Z [00:03:42.668]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:49.4018639Z [00:03:42.668]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:49.4019841Z [00:03:42.668]➜  packagefile github.com/itchyny/timefmt-go=/tmp/go-build3547871397/b2009/_pkg_.a
2025-08-20T21:21:49.4021362Z [00:03:42.668]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:49.4022505Z [00:03:42.668]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:49.4024094Z [00:03:42.668]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:21:49.4025875Z [00:03:42.668]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:49.4026836Z [00:03:42.668]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:49.4027746Z [00:03:42.668]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:49.4028788Z [00:03:42.668]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:49.4029895Z [00:03:42.668]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:49.4030947Z [00:03:42.668]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:49.4032292Z [00:03:42.668]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:49.4033799Z [00:03:42.668]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:49.4035099Z [00:03:42.668]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:49.4036245Z [00:03:42.668]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:49.4037684Z [00:03:42.668]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:49.4039603Z [00:03:42.668]➜  EOF
2025-08-20T21:21:49.4052324Z [00:03:42.670]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2008/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17=>github.com/itchyny/gojq@v0.12.17;$WORK/b2008=>" -p github.com/itchyny/gojq -lang=go1.21 -complete -installsuffix shared -buildid CcBdN28_jYfqrICfOtzQ/CcBdN28_jYfqrICfOtzQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2008/importcfg -pack /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/builtin.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/code.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/compare.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/compiler.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/encoder.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/env.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/error.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/execute.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/func.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/gojq.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/iter.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/lexer.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/module_loader.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/normalize.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/operator.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/option.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/parser.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/preview.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/query.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/release.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/scope_stack.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/stack.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/term_type.go /root/go/pkg/mod/github.com/itchyny/gojq@v0.12.17/type.go
2025-08-20T21:21:49.5878844Z [00:03:42.855]➜  go tool buildid -w $WORK/b1921/_pkg_.a # internal
2025-08-20T21:21:49.5955225Z [00:03:42.863]➜  cp $WORK/b1921/_pkg_.a /root/.cache/go-build/02/024b767372a132232408c3a9bd43cee381358f630c133a574b53d4b28d3ce6d6-d # internal
2025-08-20T21:21:49.5970073Z [00:03:42.864]➜  golang.org/x/exp/slog/internal/buffer
2025-08-20T21:21:49.5981843Z [00:03:42.864]➜  mkdir -p $WORK/b2013/
2025-08-20T21:21:49.5982817Z [00:03:42.865]➜  cat >/tmp/go-build3547871397/b2013/importcfg << 'EOF' # internal
2025-08-20T21:21:49.5983526Z [00:03:42.865]➜  # import config
2025-08-20T21:21:49.5984204Z [00:03:42.865]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:49.5984840Z [00:03:42.865]➜  EOF
2025-08-20T21:21:49.5989192Z [00:03:42.865]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2013/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slog/internal/buffer=>golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slog/internal/buffer;$WORK/b2013=>" -p golang.org/x/exp/slog/internal/buffer -lang=go1.23 -complete -installsuffix shared -buildid YQn_ox9VpWBvjjz8l40k/YQn_ox9VpWBvjjz8l40k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2013/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slog/internal/buffer/buffer.go
2025-08-20T21:21:49.6307506Z [00:03:42.898]➜  go tool buildid -w $WORK/b2013/_pkg_.a # internal
2025-08-20T21:21:49.6318654Z [00:03:42.899]➜  cp $WORK/b2013/_pkg_.a /root/.cache/go-build/bd/bd904e3fb80c16fee483d7c71afa7c20977825cb8e4f56596f59fdada9d2cb05-d # internal
2025-08-20T21:21:49.6323609Z [00:03:42.900]➜  golang.org/x/exp/slog
2025-08-20T21:21:49.6324885Z [00:03:42.900]➜  mkdir -p $WORK/b2010/
2025-08-20T21:21:49.6328490Z [00:03:42.900]➜  cat >/tmp/go-build3547871397/b2010/importcfg << 'EOF' # internal
2025-08-20T21:21:49.6331727Z [00:03:42.900]➜  # import config
2025-08-20T21:21:49.6332902Z [00:03:42.900]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:49.6334082Z [00:03:42.900]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:49.6335361Z [00:03:42.900]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:21:49.6336425Z [00:03:42.900]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:49.6337500Z [00:03:42.900]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:49.6338490Z [00:03:42.900]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:49.6339614Z [00:03:42.900]➜  packagefile golang.org/x/exp/slices=/tmp/go-build3547871397/b2011/_pkg_.a
2025-08-20T21:21:49.6340936Z [00:03:42.900]➜  packagefile golang.org/x/exp/slog/internal=/tmp/go-build3547871397/b2012/_pkg_.a
2025-08-20T21:21:49.6342452Z [00:03:42.900]➜  packagefile golang.org/x/exp/slog/internal/buffer=/tmp/go-build3547871397/b2013/_pkg_.a
2025-08-20T21:21:49.6348976Z [00:03:42.900]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:49.6349786Z [00:03:42.900]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:49.6350649Z [00:03:42.900]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:49.6351485Z [00:03:42.900]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:49.6352334Z [00:03:42.900]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:49.6353342Z [00:03:42.900]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:49.6354151Z [00:03:42.900]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:49.6354950Z [00:03:42.900]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:49.6355763Z [00:03:42.900]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:49.6356716Z [00:03:42.900]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:49.6357551Z [00:03:42.900]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:49.6358392Z [00:03:42.900]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:49.6359190Z [00:03:42.900]➜  EOF
2025-08-20T21:21:49.6368167Z [00:03:42.902]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2010/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slog=>golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slog;$WORK/b2010=>" -p golang.org/x/exp/slog -lang=go1.23 -complete -installsuffix shared -buildid WKfFuKw3BET1UkYC_FOe/WKfFuKw3BET1UkYC_FOe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2010/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slog/attr.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slog/doc.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slog/handler.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slog/json_handler.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slog/level.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slog/logger.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slog/record.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slog/text_handler.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slog/value.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250408133849-7e4ce0ab07d0/slog/value_120.go
2025-08-20T21:21:49.7334224Z [00:03:43.000]➜  go tool buildid -w $WORK/b1915/_pkg_.a # internal
2025-08-20T21:21:49.7769152Z [00:03:43.044]➜  cp $WORK/b1915/_pkg_.a /root/.cache/go-build/47/4745086ff58d3b048e6bb2bd7efc1d087453825cd7c83d7f1b7c30a69e20c402-d # internal
2025-08-20T21:21:49.7793815Z [00:03:43.046]➜  github.com/hashicorp/hcl/v2/gohcl
2025-08-20T21:21:49.7794478Z [00:03:43.046]➜  mkdir -p $WORK/b1914/
2025-08-20T21:21:49.7795446Z [00:03:43.046]➜  cat >/tmp/go-build3547871397/b1914/importcfg << 'EOF' # internal
2025-08-20T21:21:49.7796083Z [00:03:43.046]➜  # import config
2025-08-20T21:21:49.7829961Z [00:03:43.046]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:49.7843463Z [00:03:43.046]➜  packagefile github.com/hashicorp/hcl/v2=/tmp/go-build3547871397/b1905/_pkg_.a
2025-08-20T21:21:49.7846065Z [00:03:43.046]➜  packagefile github.com/hashicorp/hcl/v2/hclwrite=/tmp/go-build3547871397/b1915/_pkg_.a
2025-08-20T21:21:49.7849346Z [00:03:43.046]➜  packagefile github.com/zclconf/go-cty/cty=/tmp/go-build3547871397/b1909/_pkg_.a
2025-08-20T21:21:49.7850640Z [00:03:43.046]➜  packagefile github.com/zclconf/go-cty/cty/convert=/tmp/go-build3547871397/b1912/_pkg_.a
2025-08-20T21:21:49.7851923Z [00:03:43.046]➜  packagefile github.com/zclconf/go-cty/cty/gocty=/tmp/go-build3547871397/b1919/_pkg_.a
2025-08-20T21:21:49.7853210Z [00:03:43.046]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:49.7854100Z [00:03:43.046]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:49.7854919Z [00:03:43.046]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:49.7855536Z [00:03:43.046]➜  EOF
2025-08-20T21:21:49.7861000Z [00:03:43.046]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1914/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/gohcl=>github.com/hashicorp/hcl/v2@v2.23.0/gohcl;$WORK/b1914=>" -p github.com/hashicorp/hcl/v2/gohcl -lang=go1.18 -complete -installsuffix shared -buildid ig3XObuqexCRe1LnKUbG/ig3XObuqexCRe1LnKUbG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1914/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/gohcl/decode.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/gohcl/doc.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/gohcl/encode.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/gohcl/schema.go /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/gohcl/types.go
2025-08-20T21:21:49.9214585Z [00:03:43.188]➜  go tool buildid -w $WORK/b2010/_pkg_.a # internal
2025-08-20T21:21:49.9318730Z [00:03:43.199]➜  cp $WORK/b2010/_pkg_.a /root/.cache/go-build/76/76a5df69a1f7c0f8f90ce8756948448d911d0ba26c4408c0ba9e8df800f6fbf2-d # internal
2025-08-20T21:21:49.9341958Z [00:03:43.199]➜  golang.org/x/text/internal/catmsg
2025-08-20T21:21:49.9342598Z [00:03:43.200]➜  mkdir -p $WORK/b2016/
2025-08-20T21:21:49.9343525Z [00:03:43.200]➜  cat >/tmp/go-build3547871397/b2016/importcfg << 'EOF' # internal
2025-08-20T21:21:49.9344211Z [00:03:43.200]➜  # import config
2025-08-20T21:21:49.9344863Z [00:03:43.200]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:49.9345646Z [00:03:43.200]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:49.9346550Z [00:03:43.200]➜  packagefile golang.org/x/text/language=/tmp/go-build3547871397/b843/_pkg_.a
2025-08-20T21:21:49.9347483Z [00:03:43.200]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:49.9348326Z [00:03:43.200]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:49.9349118Z [00:03:43.200]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:49.9349687Z [00:03:43.200]➜  EOF
2025-08-20T21:21:49.9363169Z [00:03:43.201]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2016/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/catmsg=>golang.org/x/text@v0.27.0/internal/catmsg;$WORK/b2016=>" -p golang.org/x/text/internal/catmsg -lang=go1.23 -complete -installsuffix shared -buildid pPAwoc8wwdv-Ljmum8zB/pPAwoc8wwdv-Ljmum8zB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2016/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/catmsg/catmsg.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/catmsg/codec.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/catmsg/varint.go
2025-08-20T21:21:49.9657981Z [00:03:43.233]➜  go tool buildid -w $WORK/b1914/_pkg_.a # internal
2025-08-20T21:21:49.9710542Z [00:03:43.238]➜  cp $WORK/b1914/_pkg_.a /root/.cache/go-build/63/638ee2a8cd767035fbcccf6dad7734765b2c5d7e2e4879a0f7b6335e156ff2c9-d # internal
2025-08-20T21:21:49.9718707Z [00:03:43.239]➜  github.com/hashicorp/hcl/v2/hclsimple
2025-08-20T21:21:49.9721072Z [00:03:43.239]➜  mkdir -p $WORK/b1904/
2025-08-20T21:21:49.9756657Z [00:03:43.243]➜  cat >/tmp/go-build3547871397/b1904/importcfg << 'EOF' # internal
2025-08-20T21:21:49.9758476Z [00:03:43.243]➜  # import config
2025-08-20T21:21:49.9760952Z [00:03:43.243]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:49.9763837Z [00:03:43.243]➜  packagefile github.com/hashicorp/hcl/v2=/tmp/go-build3547871397/b1905/_pkg_.a
2025-08-20T21:21:49.9765355Z [00:03:43.243]➜  packagefile github.com/hashicorp/hcl/v2/gohcl=/tmp/go-build3547871397/b1914/_pkg_.a
2025-08-20T21:21:49.9770488Z [00:03:43.243]➜  packagefile github.com/hashicorp/hcl/v2/hclsyntax=/tmp/go-build3547871397/b1916/_pkg_.a
2025-08-20T21:21:49.9774950Z [00:03:43.243]➜  packagefile github.com/hashicorp/hcl/v2/json=/tmp/go-build3547871397/b1921/_pkg_.a
2025-08-20T21:21:49.9776027Z [00:03:43.243]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:49.9776901Z [00:03:43.243]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:49.9777823Z [00:03:43.243]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:49.9778769Z [00:03:43.243]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:49.9779443Z [00:03:43.243]➜  EOF
2025-08-20T21:21:49.9783693Z [00:03:43.243]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1904/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsimple=>github.com/hashicorp/hcl/v2@v2.23.0/hclsimple;$WORK/b1904=>" -p github.com/hashicorp/hcl/v2/hclsimple -lang=go1.18 -complete -installsuffix shared -buildid 8l5PQCp_6KBH_Djorr6l/8l5PQCp_6KBH_Djorr6l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1904/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/hcl/v2@v2.23.0/hclsimple/hclsimple.go
2025-08-20T21:21:50.0019049Z [00:03:43.269]➜  go tool buildid -w $WORK/b2016/_pkg_.a # internal
2025-08-20T21:21:50.0050839Z [00:03:43.272]➜  cp $WORK/b2016/_pkg_.a /root/.cache/go-build/5f/5f42159bec4d02e84127e81143bd19ef80c72f64e63988a93f99d9e18d1d3bcc-d # internal
2025-08-20T21:21:50.0056002Z [00:03:43.273]➜  golang.org/x/text/internal/stringset
2025-08-20T21:21:50.0056587Z [00:03:43.273]➜  mkdir -p $WORK/b2018/
2025-08-20T21:21:50.0057332Z [00:03:43.273]➜  cat >/tmp/go-build3547871397/b2018/importcfg << 'EOF' # internal
2025-08-20T21:21:50.0058032Z [00:03:43.273]➜  # import config
2025-08-20T21:21:50.0058704Z [00:03:43.273]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:50.0059323Z [00:03:43.273]➜  EOF
2025-08-20T21:21:50.0063207Z [00:03:43.273]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2018/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/stringset=>golang.org/x/text@v0.27.0/internal/stringset;$WORK/b2018=>" -p golang.org/x/text/internal/stringset -lang=go1.23 -complete -installsuffix shared -buildid DU8UGUMVDfD3U-D2sHl4/DU8UGUMVDfD3U-D2sHl4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2018/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/stringset/set.go
2025-08-20T21:21:50.0183530Z [00:03:43.286]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:50.0188216Z [00:03:43.286]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x018.o -c pool.c
2025-08-20T21:21:50.0319681Z [00:03:43.299]➜  go tool buildid -w $WORK/b2018/_pkg_.a # internal
2025-08-20T21:21:50.0328698Z [00:03:43.300]➜  cp $WORK/b2018/_pkg_.a /root/.cache/go-build/e8/e8e15eab47ec81d4e9f4322ed8b7da073c799ff2385edd9057e2c161fd8a1685-d # internal
2025-08-20T21:21:50.0359834Z [00:03:43.303]➜  golang.org/x/text/internal/number
2025-08-20T21:21:50.0360653Z [00:03:43.303]➜  mkdir -p $WORK/b2017/
2025-08-20T21:21:50.0368780Z [00:03:43.304]➜  cat >/tmp/go-build3547871397/b2017/importcfg << 'EOF' # internal
2025-08-20T21:21:50.0369483Z [00:03:43.304]➜  # import config
2025-08-20T21:21:50.0370160Z [00:03:43.304]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:50.0371271Z [00:03:43.304]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build3547871397/b846/_pkg_.a
2025-08-20T21:21:50.0372531Z [00:03:43.304]➜  packagefile golang.org/x/text/internal/stringset=/tmp/go-build3547871397/b2018/_pkg_.a
2025-08-20T21:21:50.0373877Z [00:03:43.304]➜  packagefile golang.org/x/text/language=/tmp/go-build3547871397/b843/_pkg_.a
2025-08-20T21:21:50.0374808Z [00:03:43.304]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:50.0375654Z [00:03:43.304]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:50.0376536Z [00:03:43.304]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:50.0377215Z [00:03:43.304]➜  EOF
2025-08-20T21:21:50.0386082Z [00:03:43.306]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:50.0393503Z [00:03:43.306]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2017/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/number=>golang.org/x/text@v0.27.0/internal/number;$WORK/b2017=>" -p golang.org/x/text/internal/number -lang=go1.23 -complete -installsuffix shared -buildid NUcYrkUEho0Z-oiYkNqt/NUcYrkUEho0Z-oiYkNqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2017/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/number/common.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/number/decimal.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/number/format.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/number/number.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/number/pattern.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/number/roundingmode_string.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/number/tables.go
2025-08-20T21:21:50.0528532Z [00:03:43.320]➜  go tool buildid -w $WORK/b1904/_pkg_.a # internal
2025-08-20T21:21:50.0553486Z [00:03:43.322]➜  cp $WORK/b1904/_pkg_.a /root/.cache/go-build/aa/aaefdd86503b29989d75764dd5190978f288847b269a3bee00907293f1b49387-d # internal
2025-08-20T21:21:50.0560485Z [00:03:43.323]➜  github.com/anchore/syft/syft/pkg/cataloger/terraform
2025-08-20T21:21:50.0563819Z [00:03:43.324]➜  mkdir -p $WORK/b1903/
2025-08-20T21:21:50.0586322Z [00:03:43.326]➜  cat >/tmp/go-build3547871397/b1903/importcfg << 'EOF' # internal
2025-08-20T21:21:50.0588998Z [00:03:43.326]➜  # import config
2025-08-20T21:21:50.0590216Z [00:03:43.326]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:50.0591293Z [00:03:43.326]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:50.0593526Z [00:03:43.326]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:21:50.0594825Z [00:03:43.326]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:21:50.0596064Z [00:03:43.326]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:21:50.0597457Z [00:03:43.326]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:21:50.0598890Z [00:03:43.326]➜  packagefile github.com/hashicorp/hcl/v2/hclsimple=/tmp/go-build3547871397/b1904/_pkg_.a
2025-08-20T21:21:50.0599884Z [00:03:43.326]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:50.0600456Z [00:03:43.326]➜  EOF
2025-08-20T21:21:50.0605788Z [00:03:43.326]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1903/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/terraform=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/terraform;$WORK/b1903=>" -p github.com/anchore/syft/syft/pkg/cataloger/terraform -lang=go1.24 -complete -installsuffix shared -buildid mg7XJ0ct_fkoOLd9KMzO/mg7XJ0ct_fkoOLd9KMzO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1903/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/terraform/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/terraform/parse_tf_lock.go
2025-08-20T21:21:50.1249788Z [00:03:43.392]➜  go tool buildid -w $WORK/b1903/_pkg_.a # internal
2025-08-20T21:21:50.1296424Z [00:03:43.397]➜  cp $WORK/b1903/_pkg_.a /root/.cache/go-build/89/8974c30ff7ed76bf2100e0f2bbc0ca15270fbc7a24f24d17967abca11ab8cecb-d # internal
2025-08-20T21:21:50.1327878Z [00:03:43.400]➜  golang.org/x/text/message/catalog
2025-08-20T21:21:50.1330883Z [00:03:43.400]➜  mkdir -p $WORK/b2019/
2025-08-20T21:21:50.1335150Z [00:03:43.401]➜  cat >/tmp/go-build3547871397/b2019/importcfg << 'EOF' # internal
2025-08-20T21:21:50.1345549Z [00:03:43.401]➜  # import config
2025-08-20T21:21:50.1346239Z [00:03:43.401]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:50.1347077Z [00:03:43.401]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:50.1348031Z [00:03:43.401]➜  packagefile golang.org/x/text/internal=/tmp/go-build3547871397/b842/_pkg_.a
2025-08-20T21:21:50.1349215Z [00:03:43.401]➜  packagefile golang.org/x/text/internal/catmsg=/tmp/go-build3547871397/b2016/_pkg_.a
2025-08-20T21:21:50.1350409Z [00:03:43.401]➜  packagefile golang.org/x/text/language=/tmp/go-build3547871397/b843/_pkg_.a
2025-08-20T21:21:50.1351409Z [00:03:43.401]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:50.1352026Z [00:03:43.401]➜  EOF
2025-08-20T21:21:50.1389202Z [00:03:43.404]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2019/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/message/catalog=>golang.org/x/text@v0.27.0/message/catalog;$WORK/b2019=>" -p golang.org/x/text/message/catalog -lang=go1.23 -complete -installsuffix shared -buildid jsAKNnhEdGS3A2eR9Bms/jsAKNnhEdGS3A2eR9Bms -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2019/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/message/catalog/catalog.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/message/catalog/dict.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/message/catalog/go19.go
2025-08-20T21:21:50.1607688Z [00:03:43.428]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:50.1611144Z [00:03:43.428]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x019.o -c threading.c
2025-08-20T21:21:50.2149417Z [00:03:43.482]➜  go tool buildid -w $WORK/b2019/_pkg_.a # internal
2025-08-20T21:21:50.2159868Z [00:03:43.483]➜  cp $WORK/b2019/_pkg_.a /root/.cache/go-build/ed/ed05c2bb2a62898ba3a65e9a221f211298f5ee8f04d8ee8fd4b99d5133bd5efd-d # internal
2025-08-20T21:21:50.2167138Z [00:03:43.484]➜  golang.org/x/text/internal/format
2025-08-20T21:21:50.2167782Z [00:03:43.484]➜  mkdir -p $WORK/b2020/
2025-08-20T21:21:50.2168535Z [00:03:43.484]➜  cat >/tmp/go-build3547871397/b2020/importcfg << 'EOF' # internal
2025-08-20T21:21:50.2169242Z [00:03:43.484]➜  # import config
2025-08-20T21:21:50.2169903Z [00:03:43.484]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:50.2176204Z [00:03:43.484]➜  packagefile golang.org/x/text/language=/tmp/go-build3547871397/b843/_pkg_.a
2025-08-20T21:21:50.2177232Z [00:03:43.484]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:50.2178350Z [00:03:43.484]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:50.2179104Z [00:03:43.484]➜  EOF
2025-08-20T21:21:50.2179618Z [00:03:43.485]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:50.2184379Z [00:03:43.485]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2020/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/format=>golang.org/x/text@v0.27.0/internal/format;$WORK/b2020=>" -p golang.org/x/text/internal/format -lang=go1.23 -complete -installsuffix shared -buildid TCpVraM9_5jaat2-iCfd/TCpVraM9_5jaat2-iCfd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2020/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/format/format.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/format/parser.go
2025-08-20T21:21:50.2271331Z [00:03:43.494]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:50.2277117Z [00:03:43.495]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x020.o -c xxhash.c
2025-08-20T21:21:50.2375700Z [00:03:43.504]➜  go tool buildid -w $WORK/b2017/_pkg_.a # internal
2025-08-20T21:21:50.2395737Z [00:03:43.507]➜  cp $WORK/b2017/_pkg_.a /root/.cache/go-build/9e/9ed7c60092f61e9bf33ac9f6377bac6204f8dc3a209a26d23452fa6c83d3efda-d # internal
2025-08-20T21:21:50.2402276Z [00:03:43.507]➜  golang.org/x/text/feature/plural
2025-08-20T21:21:50.2405920Z [00:03:43.508]➜  mkdir -p $WORK/b2015/
2025-08-20T21:21:50.2414504Z [00:03:43.509]➜  cat >/tmp/go-build3547871397/b2015/importcfg << 'EOF' # internal
2025-08-20T21:21:50.2416125Z [00:03:43.509]➜  # import config
2025-08-20T21:21:50.2418802Z [00:03:43.509]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:50.2420015Z [00:03:43.509]➜  packagefile golang.org/x/text/internal/catmsg=/tmp/go-build3547871397/b2016/_pkg_.a
2025-08-20T21:21:50.2421321Z [00:03:43.509]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build3547871397/b846/_pkg_.a
2025-08-20T21:21:50.2426213Z [00:03:43.509]➜  packagefile golang.org/x/text/internal/number=/tmp/go-build3547871397/b2017/_pkg_.a
2025-08-20T21:21:50.2427431Z [00:03:43.509]➜  packagefile golang.org/x/text/language=/tmp/go-build3547871397/b843/_pkg_.a
2025-08-20T21:21:50.2428580Z [00:03:43.509]➜  packagefile golang.org/x/text/message/catalog=/tmp/go-build3547871397/b2019/_pkg_.a
2025-08-20T21:21:50.2429553Z [00:03:43.509]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:50.2430367Z [00:03:43.509]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:50.2431198Z [00:03:43.509]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:50.2431817Z [00:03:43.509]➜  EOF
2025-08-20T21:21:50.2432316Z [00:03:43.509]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:50.2437580Z [00:03:43.509]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2015/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/feature/plural=>golang.org/x/text@v0.27.0/feature/plural;$WORK/b2015=>" -p golang.org/x/text/feature/plural -lang=go1.23 -complete -installsuffix shared -buildid kKlLRdNkKcmtQA9HoRGt/kKlLRdNkKcmtQA9HoRGt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2015/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/feature/plural/common.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/feature/plural/message.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/feature/plural/plural.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/feature/plural/tables.go
2025-08-20T21:21:50.2659199Z [00:03:43.533]➜  go tool buildid -w $WORK/b2020/_pkg_.a # internal
2025-08-20T21:21:50.2669585Z [00:03:43.534]➜  cp $WORK/b2020/_pkg_.a /root/.cache/go-build/61/6141b82712150bed56b3414bbe74f2a4ad1d78a5619a2edbe77a2ac56ecd913d-d # internal
2025-08-20T21:21:50.2696029Z [00:03:43.537]➜  k8s.io/apimachinery/pkg/util/diff
2025-08-20T21:21:50.2698915Z [00:03:43.537]➜  mkdir -p $WORK/b2024/
2025-08-20T21:21:50.2699705Z [00:03:43.537]➜  cat >/tmp/go-build3547871397/b2024/importcfg << 'EOF' # internal
2025-08-20T21:21:50.2700626Z [00:03:43.537]➜  # import config
2025-08-20T21:21:50.2701314Z [00:03:43.537]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:50.2702170Z [00:03:43.537]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:50.2703409Z [00:03:43.537]➜  packagefile github.com/google/go-cmp/cmp=/tmp/go-build3547871397/b468/_pkg_.a
2025-08-20T21:21:50.2704641Z [00:03:43.537]➜  packagefile k8s.io/apimachinery/pkg/util/dump=/tmp/go-build3547871397/b438/_pkg_.a
2025-08-20T21:21:50.2705692Z [00:03:43.537]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:50.2706575Z [00:03:43.537]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:50.2707535Z [00:03:43.537]➜  packagefile text/tabwriter=/tmp/go-build3547871397/b809/_pkg_.a
2025-08-20T21:21:50.2708248Z [00:03:43.537]➜  EOF
2025-08-20T21:21:50.2737904Z [00:03:43.537]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2024/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/diff=>k8s.io/apimachinery@v0.33.2/pkg/util/diff;$WORK/b2024=>" -p k8s.io/apimachinery/pkg/util/diff -lang=go1.24 -complete -installsuffix shared -buildid 0m6ETueFezBUXim5wVS-/0m6ETueFezBUXim5wVS- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2024/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/diff/diff.go
2025-08-20T21:21:50.3217027Z [00:03:43.589]➜  go tool buildid -w $WORK/b2015/_pkg_.a # internal
2025-08-20T21:21:50.3233131Z [00:03:43.590]➜  go tool buildid -w $WORK/b2024/_pkg_.a # internal
2025-08-20T21:21:50.3237110Z [00:03:43.591]➜  cp $WORK/b2015/_pkg_.a /root/.cache/go-build/1b/1b7641a2730ee770e1d8704a054462cbd30c7b79e74a3b59e4a4d423c63357d6-d # internal
2025-08-20T21:21:50.3247612Z [00:03:43.592]➜  cp $WORK/b2024/_pkg_.a /root/.cache/go-build/8c/8cf62af00a5dd4d12682e46eb602b044b30129bc26f6d2b748cdc4831f7d59ea-d # internal
2025-08-20T21:21:50.3254650Z [00:03:43.592]➜  golang.org/x/text/message
2025-08-20T21:21:50.3255491Z [00:03:43.593]➜  mkdir -p $WORK/b2014/
2025-08-20T21:21:50.3262573Z [00:03:43.593]➜  cat >/tmp/go-build3547871397/b2014/importcfg << 'EOF' # internal
2025-08-20T21:21:50.3263516Z [00:03:43.593]➜  # import config
2025-08-20T21:21:50.3264210Z [00:03:43.593]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:50.3265049Z [00:03:43.593]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:50.3266121Z [00:03:43.593]➜  packagefile golang.org/x/text/feature/plural=/tmp/go-build3547871397/b2015/_pkg_.a
2025-08-20T21:21:50.3267399Z [00:03:43.593]➜  packagefile golang.org/x/text/internal/format=/tmp/go-build3547871397/b2020/_pkg_.a
2025-08-20T21:21:50.3268670Z [00:03:43.593]➜  packagefile golang.org/x/text/internal/number=/tmp/go-build3547871397/b2017/_pkg_.a
2025-08-20T21:21:50.3269850Z [00:03:43.593]➜  packagefile golang.org/x/text/language=/tmp/go-build3547871397/b843/_pkg_.a
2025-08-20T21:21:50.3271019Z [00:03:43.593]➜  packagefile golang.org/x/text/message/catalog=/tmp/go-build3547871397/b2019/_pkg_.a
2025-08-20T21:21:50.3272064Z [00:03:43.593]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:50.3276586Z [00:03:43.593]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:50.3277456Z [00:03:43.593]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:50.3278320Z [00:03:43.593]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:50.3294115Z [00:03:43.593]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:50.3295105Z [00:03:43.593]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:50.3296014Z [00:03:43.593]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:50.3296714Z [00:03:43.593]➜  EOF
2025-08-20T21:21:50.3301930Z [00:03:43.593]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2014/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/message=>golang.org/x/text@v0.27.0/message;$WORK/b2014=>" -p golang.org/x/text/message -lang=go1.23 -complete -installsuffix shared -buildid PuC2hg831AWONvSHH7sG/PuC2hg831AWONvSHH7sG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2014/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/message/catalog.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/message/doc.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/message/format.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/message/message.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/message/print.go
2025-08-20T21:21:50.3326852Z [00:03:43.595]➜  k8s.io/client-go/tools/cache/synctrack
2025-08-20T21:21:50.3327512Z [00:03:43.595]➜  mkdir -p $WORK/b2025/
2025-08-20T21:21:50.3328289Z [00:03:43.595]➜  cat >/tmp/go-build3547871397/b2025/importcfg << 'EOF' # internal
2025-08-20T21:21:50.3329149Z [00:03:43.595]➜  # import config
2025-08-20T21:21:50.3330055Z [00:03:43.595]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:21:50.3331073Z [00:03:43.595]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:50.3331952Z [00:03:43.595]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:50.3332599Z [00:03:43.595]➜  EOF
2025-08-20T21:21:50.3337091Z [00:03:43.596]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2025/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/synctrack=>k8s.io/client-go@v0.33.2/tools/cache/synctrack;$WORK/b2025=>" -p k8s.io/client-go/tools/cache/synctrack -lang=go1.24 -complete -installsuffix shared -buildid 9hxL0J6t9rvSeL0zTX1X/9hxL0J6t9rvSeL0zTX1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2025/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/synctrack/lazy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/synctrack/synctrack.go
2025-08-20T21:21:50.3476960Z [00:03:43.615]➜  go tool buildid -w $WORK/b2025/_pkg_.a # internal
2025-08-20T21:21:50.3487479Z [00:03:43.616]➜  cp $WORK/b2025/_pkg_.a /root/.cache/go-build/26/2660f35283aad8784a00e3f7f0a32658c7ba51e43e6a9f11bff03710d8c2abd6-d # internal
2025-08-20T21:21:50.3490014Z [00:03:43.616]➜  k8s.io/client-go/tools/pager
2025-08-20T21:21:50.3491122Z [00:03:43.616]➜  mkdir -p $WORK/b2026/
2025-08-20T21:21:50.3500990Z [00:03:43.617]➜  cat >/tmp/go-build3547871397/b2026/importcfg << 'EOF' # internal
2025-08-20T21:21:50.3502804Z [00:03:43.618]➜  # import config
2025-08-20T21:21:50.3504556Z [00:03:43.618]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:50.3506576Z [00:03:43.618]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:50.3508024Z [00:03:43.618]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:21:50.3510207Z [00:03:43.618]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:21:50.3511608Z [00:03:43.618]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/internalversion=/tmp/go-build3547871397/b474/_pkg_.a
2025-08-20T21:21:50.3513219Z [00:03:43.618]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:50.3514410Z [00:03:43.618]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:50.3515564Z [00:03:43.618]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:21:50.3516338Z [00:03:43.618]➜  EOF
2025-08-20T21:21:50.3519820Z [00:03:43.618]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2026/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/pager=>k8s.io/client-go@v0.33.2/tools/pager;$WORK/b2026=>" -p k8s.io/client-go/tools/pager -lang=go1.24 -complete -installsuffix shared -buildid 0J4T1XxFt-dU8POFwUQG/0J4T1XxFt-dU8POFwUQG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2026/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/pager/pager.go
2025-08-20T21:21:50.3712063Z [00:03:43.638]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:50.3718298Z [00:03:43.639]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x021.o -c zbuff_common.c
2025-08-20T21:21:50.3905832Z [00:03:43.658]➜  go tool buildid -w $WORK/b2026/_pkg_.a # internal
2025-08-20T21:21:50.3925869Z [00:03:43.659]➜  cp $WORK/b2026/_pkg_.a /root/.cache/go-build/80/800a52d14153f4fe449d97dd2d604e7fc8a4af6b946fe645a12aef7518c8c57c-d # internal
2025-08-20T21:21:50.3938053Z [00:03:43.661]➜  k8s.io/utils/trace
2025-08-20T21:21:50.3940827Z [00:03:43.661]➜  mkdir -p $WORK/b2028/
2025-08-20T21:21:50.3945600Z [00:03:43.662]➜  cat >/tmp/go-build3547871397/b2028/importcfg << 'EOF' # internal
2025-08-20T21:21:50.3953598Z [00:03:43.662]➜  # import config
2025-08-20T21:21:50.3954325Z [00:03:43.662]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:50.3955159Z [00:03:43.662]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:50.3955960Z [00:03:43.662]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:50.3956798Z [00:03:43.662]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:21:50.3957675Z [00:03:43.662]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:50.3958504Z [00:03:43.662]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:50.3959295Z [00:03:43.662]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:50.3959894Z [00:03:43.662]➜  EOF
2025-08-20T21:21:50.3960391Z [00:03:43.662]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:50.3964204Z [00:03:43.662]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2028/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/trace=>k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/trace;$WORK/b2028=>" -p k8s.io/utils/trace -lang=go1.18 -complete -installsuffix shared -buildid FoN227BS3O5cK_huPk7n/FoN227BS3O5cK_huPk7n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2028/importcfg -pack /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/trace/trace.go
2025-08-20T21:21:50.4664681Z [00:03:43.734]➜  go tool buildid -w $WORK/b2028/_pkg_.a # internal
2025-08-20T21:21:50.4681345Z [00:03:43.735]➜  cp $WORK/b2028/_pkg_.a /root/.cache/go-build/1a/1a119c4769a244e9d97b16d33eddf1f1678691d3d0b9737341c68e8bf5648f45-d # internal
2025-08-20T21:21:50.4694132Z [00:03:43.737]➜  k8s.io/client-go/tools/cache
2025-08-20T21:21:50.4696776Z [00:03:43.737]➜  mkdir -p $WORK/b2023/
2025-08-20T21:21:50.4700995Z [00:03:43.737]➜  cat >/tmp/go-build3547871397/b2023/importcfg << 'EOF' # internal
2025-08-20T21:21:50.4711993Z [00:03:43.738]➜  # import config
2025-08-20T21:21:50.4712838Z [00:03:43.738]➜  packagefile container/heap=/tmp/go-build3547871397/b272/_pkg_.a
2025-08-20T21:21:50.4713685Z [00:03:43.738]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:50.4714420Z [00:03:43.738]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:50.4715159Z [00:03:43.738]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:50.4715855Z [00:03:43.738]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:50.4716784Z [00:03:43.738]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:21:50.4717869Z [00:03:43.738]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:21:50.4719121Z [00:03:43.738]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:50.4720368Z [00:03:43.738]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:21:50.4721681Z [00:03:43.738]➜  packagefile k8s.io/apimachinery/pkg/fields=/tmp/go-build3547871397/b101/_pkg_.a
2025-08-20T21:21:50.4726179Z [00:03:43.738]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:50.4727483Z [00:03:43.738]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:50.4728756Z [00:03:43.738]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:50.4730026Z [00:03:43.738]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:21:50.4731221Z [00:03:43.738]➜  packagefile k8s.io/apimachinery/pkg/util/cache=/tmp/go-build3547871397/b271/_pkg_.a
2025-08-20T21:21:50.4732609Z [00:03:43.738]➜  packagefile k8s.io/apimachinery/pkg/util/diff=/tmp/go-build3547871397/b2024/_pkg_.a
2025-08-20T21:21:50.4734083Z [00:03:43.738]➜  packagefile k8s.io/apimachinery/pkg/util/naming=/tmp/go-build3547871397/b145/_pkg_.a
2025-08-20T21:21:50.4735348Z [00:03:43.738]➜  packagefile k8s.io/apimachinery/pkg/util/net=/tmp/go-build3547871397/b255/_pkg_.a
2025-08-20T21:21:50.4736535Z [00:03:43.738]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:21:50.4737724Z [00:03:43.738]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:21:50.4738915Z [00:03:43.738]➜  packagefile k8s.io/apimachinery/pkg/util/wait=/tmp/go-build3547871397/b448/_pkg_.a
2025-08-20T21:21:50.4740094Z [00:03:43.738]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:50.4741164Z [00:03:43.738]➜  packagefile k8s.io/client-go/features=/tmp/go-build3547871397/b433/_pkg_.a
2025-08-20T21:21:50.4742200Z [00:03:43.738]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:21:50.4743578Z [00:03:43.738]➜  packagefile k8s.io/client-go/tools/cache/synctrack=/tmp/go-build3547871397/b2025/_pkg_.a
2025-08-20T21:21:50.4744980Z [00:03:43.738]➜  packagefile k8s.io/client-go/tools/pager=/tmp/go-build3547871397/b2026/_pkg_.a
2025-08-20T21:21:50.4746217Z [00:03:43.738]➜  packagefile k8s.io/client-go/util/consistencydetector=/tmp/go-build3547871397/b467/_pkg_.a
2025-08-20T21:21:50.4747349Z [00:03:43.738]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:21:50.4748305Z [00:03:43.738]➜  packagefile k8s.io/utils/buffer=/tmp/go-build3547871397/b2027/_pkg_.a
2025-08-20T21:21:50.4749267Z [00:03:43.738]➜  packagefile k8s.io/utils/clock=/tmp/go-build3547871397/b273/_pkg_.a
2025-08-20T21:21:50.4750249Z [00:03:43.738]➜  packagefile k8s.io/utils/pointer=/tmp/go-build3547871397/b270/_pkg_.a
2025-08-20T21:21:50.4751213Z [00:03:43.738]➜  packagefile k8s.io/utils/ptr=/tmp/go-build3547871397/b265/_pkg_.a
2025-08-20T21:21:50.4752159Z [00:03:43.738]➜  packagefile k8s.io/utils/trace=/tmp/go-build3547871397/b2028/_pkg_.a
2025-08-20T21:21:50.4753256Z [00:03:43.738]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:50.4754086Z [00:03:43.738]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:50.4754897Z [00:03:43.738]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:50.4755683Z [00:03:43.738]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:50.4756508Z [00:03:43.738]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:50.4757334Z [00:03:43.738]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:50.4758139Z [00:03:43.738]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:50.4758729Z [00:03:43.738]➜  EOF
2025-08-20T21:21:50.4772256Z [00:03:43.740]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2023/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache=>k8s.io/client-go@v0.33.2/tools/cache;$WORK/b2023=>" -p k8s.io/client-go/tools/cache -lang=go1.24 -complete -installsuffix shared -buildid SUhPd3rTmHMJFF_0M9z1/SUhPd3rTmHMJFF_0M9z1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2023/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/controller.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/delta_fifo.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/expiration_cache.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/expiration_cache_fakes.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/fake_custom_store.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/fifo.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/heap.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/index.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/listers.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/listwatch.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/mutation_cache.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/mutation_detector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/object-names.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/reflector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/reflector_data_consistency_detector.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/reflector_metrics.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/retry_with_deadline.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/shared_informer.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/store.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/the_real_fifo.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/thread_safe_store.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/cache/undelta_store.go
2025-08-20T21:21:50.5201803Z [00:03:43.787]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:50.5209161Z [00:03:43.788]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x022.o -c zbuff_compress.c
2025-08-20T21:21:50.6524926Z [00:03:43.920]➜  go tool buildid -w $WORK/b2014/_pkg_.a # internal
2025-08-20T21:21:50.6557375Z [00:03:43.923]➜  cp $WORK/b2014/_pkg_.a /root/.cache/go-build/e6/e63f760c60af6b11c8da3c15315f2a4e7ab4aaab2feaac5c4b3cfba0407edf69-d # internal
2025-08-20T21:21:50.6574118Z [00:03:43.925]➜  k8s.io/client-go/scale/scheme
2025-08-20T21:21:50.6577086Z [00:03:43.925]➜  mkdir -p $WORK/b2031/
2025-08-20T21:21:50.6585282Z [00:03:43.926]➜  cat >/tmp/go-build3547871397/b2031/importcfg << 'EOF' # internal
2025-08-20T21:21:50.6587089Z [00:03:43.926]➜  # import config
2025-08-20T21:21:50.6596132Z [00:03:43.926]➜  packagefile k8s.io/api/autoscaling/v1=/tmp/go-build3547871397/b363/_pkg_.a
2025-08-20T21:21:50.6597342Z [00:03:43.926]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:50.6598562Z [00:03:43.926]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:50.6599773Z [00:03:43.926]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:50.6600591Z [00:03:43.926]➜  EOF
2025-08-20T21:21:50.6601075Z [00:03:43.927]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:50.6606397Z [00:03:43.927]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2031/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme=>k8s.io/client-go@v0.33.2/scale/scheme;$WORK/b2031=>" -p k8s.io/client-go/scale/scheme -lang=go1.24 -complete -installsuffix shared -buildid NHXxG2uzXfMnTwlYMrg-/NHXxG2uzXfMnTwlYMrg- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2031/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/register.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/types.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/zz_generated.deepcopy.go
2025-08-20T21:21:50.6885197Z [00:03:43.955]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:50.6888623Z [00:03:43.955]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x023.o -c zbuff_decompress.c
2025-08-20T21:21:50.7726635Z [00:03:44.039]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x024.o -c zdict.c
2025-08-20T21:21:50.7959490Z [00:03:44.063]➜  go tool buildid -w $WORK/b2031/_pkg_.a # internal
2025-08-20T21:21:50.7979592Z [00:03:44.065]➜  cp $WORK/b2031/_pkg_.a /root/.cache/go-build/dc/dc5cfc8f6d1581dfe450362a7e7d98b7207537bf0c9c5425a98b5789eb676119-d # internal
2025-08-20T21:21:50.7986463Z [00:03:44.065]➜  k8s.io/client-go/scale/scheme/appsint
2025-08-20T21:21:50.7987031Z [00:03:44.065]➜  mkdir -p $WORK/b2032/
2025-08-20T21:21:50.7987706Z [00:03:44.066]➜  cat >/tmp/go-build3547871397/b2032/importcfg << 'EOF' # internal
2025-08-20T21:21:50.7988323Z [00:03:44.066]➜  # import config
2025-08-20T21:21:50.7989073Z [00:03:44.066]➜  packagefile k8s.io/api/apps/v1beta2=/tmp/go-build3547871397/b358/_pkg_.a
2025-08-20T21:21:50.7990096Z [00:03:44.066]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:50.7991387Z [00:03:44.066]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:50.7992469Z [00:03:44.066]➜  packagefile k8s.io/client-go/scale/scheme=/tmp/go-build3547871397/b2031/_pkg_.a
2025-08-20T21:21:50.7993314Z [00:03:44.066]➜  EOF
2025-08-20T21:21:50.7993737Z [00:03:44.066]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:50.7997833Z [00:03:44.066]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2032/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/appsint=>k8s.io/client-go@v0.33.2/scale/scheme/appsint;$WORK/b2032=>" -p k8s.io/client-go/scale/scheme/appsint -lang=go1.24 -complete -installsuffix shared -buildid XRdKrSp_V4Kc1tAegiLO/XRdKrSp_V4Kc1tAegiLO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2032/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/appsint/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/appsint/register.go
2025-08-20T21:21:50.9632502Z [00:03:44.230]➜  go tool buildid -w $WORK/b2032/_pkg_.a # internal
2025-08-20T21:21:50.9649460Z [00:03:44.232]➜  cp $WORK/b2032/_pkg_.a /root/.cache/go-build/a3/a3d8722f3eea027d2ef3066a67eedab52c0363f0b8e7470924049e4b7098be10-d # internal
2025-08-20T21:21:50.9651506Z [00:03:44.232]➜  k8s.io/client-go/scale/scheme/appsv1beta1
2025-08-20T21:21:50.9653781Z [00:03:44.232]➜  mkdir -p $WORK/b2033/
2025-08-20T21:21:50.9657168Z [00:03:44.233]➜  cat >/tmp/go-build3547871397/b2033/importcfg << 'EOF' # internal
2025-08-20T21:21:50.9658655Z [00:03:44.233]➜  # import config
2025-08-20T21:21:50.9661998Z [00:03:44.233]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:50.9663204Z [00:03:44.233]➜  packagefile k8s.io/api/apps/v1beta1=/tmp/go-build3547871397/b357/_pkg_.a
2025-08-20T21:21:50.9664470Z [00:03:44.233]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:50.9665733Z [00:03:44.233]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:21:50.9667188Z [00:03:44.233]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:50.9668423Z [00:03:44.233]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:50.9669648Z [00:03:44.233]➜  packagefile k8s.io/client-go/scale/scheme=/tmp/go-build3547871397/b2031/_pkg_.a
2025-08-20T21:21:50.9670429Z [00:03:44.233]➜  EOF
2025-08-20T21:21:50.9689586Z [00:03:44.233]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2033/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/appsv1beta1=>k8s.io/client-go@v0.33.2/scale/scheme/appsv1beta1;$WORK/b2033=>" -p k8s.io/client-go/scale/scheme/appsv1beta1 -lang=go1.24 -complete -installsuffix shared -buildid nCeW6S8L2VC-gvphIgrj/nCeW6S8L2VC-gvphIgrj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2033/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/appsv1beta1/conversion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/appsv1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/appsv1beta1/register.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/appsv1beta1/zz_generated.conversion.go
2025-08-20T21:21:51.1012495Z [00:03:44.368]➜  go tool buildid -w $WORK/b2033/_pkg_.a # internal
2025-08-20T21:21:51.1037549Z [00:03:44.371]➜  cp $WORK/b2033/_pkg_.a /root/.cache/go-build/21/215a535d27e83cc8f949a4cd638af9c659a03d18cd6f097e2612243d9c82905e-d # internal
2025-08-20T21:21:51.1063498Z [00:03:44.371]➜  k8s.io/client-go/scale/scheme/appsv1beta2
2025-08-20T21:21:51.1064093Z [00:03:44.371]➜  mkdir -p $WORK/b2034/
2025-08-20T21:21:51.1064751Z [00:03:44.372]➜  cat >/tmp/go-build3547871397/b2034/importcfg << 'EOF' # internal
2025-08-20T21:21:51.1065402Z [00:03:44.372]➜  # import config
2025-08-20T21:21:51.1065971Z [00:03:44.372]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:51.1066782Z [00:03:44.372]➜  packagefile k8s.io/api/apps/v1beta2=/tmp/go-build3547871397/b358/_pkg_.a
2025-08-20T21:21:51.1067864Z [00:03:44.372]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:51.1068932Z [00:03:44.372]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:21:51.1069965Z [00:03:44.372]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:51.1071017Z [00:03:44.372]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:51.1072064Z [00:03:44.372]➜  packagefile k8s.io/client-go/scale/scheme=/tmp/go-build3547871397/b2031/_pkg_.a
2025-08-20T21:21:51.1072900Z [00:03:44.372]➜  EOF
2025-08-20T21:21:51.1078210Z [00:03:44.372]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2034/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/appsv1beta2=>k8s.io/client-go@v0.33.2/scale/scheme/appsv1beta2;$WORK/b2034=>" -p k8s.io/client-go/scale/scheme/appsv1beta2 -lang=go1.24 -complete -installsuffix shared -buildid cNKqJXEhIAgaZhiaXk20/cNKqJXEhIAgaZhiaXk20 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2034/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/appsv1beta2/conversion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/appsv1beta2/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/appsv1beta2/register.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/appsv1beta2/zz_generated.conversion.go
2025-08-20T21:21:51.1906781Z [00:03:44.458]➜  go tool buildid -w $WORK/b2034/_pkg_.a # internal
2025-08-20T21:21:51.1975655Z [00:03:44.465]➜  cp $WORK/b2034/_pkg_.a /root/.cache/go-build/c8/c88fcbeadef581788eede797e82868f55e86c8c43f937c3b1d1838d205e90128-d # internal
2025-08-20T21:21:51.2017345Z [00:03:44.469]➜  k8s.io/client-go/scale/scheme/autoscalingv1
2025-08-20T21:21:51.2018867Z [00:03:44.469]➜  mkdir -p $WORK/b2035/
2025-08-20T21:21:51.2021266Z [00:03:44.469]➜  cat >/tmp/go-build3547871397/b2035/importcfg << 'EOF' # internal
2025-08-20T21:21:51.2022479Z [00:03:44.469]➜  # import config
2025-08-20T21:21:51.2023665Z [00:03:44.469]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:51.2024726Z [00:03:44.469]➜  packagefile k8s.io/api/autoscaling/v1=/tmp/go-build3547871397/b363/_pkg_.a
2025-08-20T21:21:51.2025838Z [00:03:44.469]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:51.2026987Z [00:03:44.469]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:21:51.2028096Z [00:03:44.469]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:51.2029427Z [00:03:44.469]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:51.2030554Z [00:03:44.469]➜  packagefile k8s.io/client-go/scale/scheme=/tmp/go-build3547871397/b2031/_pkg_.a
2025-08-20T21:21:51.2031244Z [00:03:44.469]➜  EOF
2025-08-20T21:21:51.2037006Z [00:03:44.469]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2035/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/autoscalingv1=>k8s.io/client-go@v0.33.2/scale/scheme/autoscalingv1;$WORK/b2035=>" -p k8s.io/client-go/scale/scheme/autoscalingv1 -lang=go1.24 -complete -installsuffix shared -buildid LBAVlOCSkAFAsJw8GRLW/LBAVlOCSkAFAsJw8GRLW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2035/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/autoscalingv1/conversion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/autoscalingv1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/autoscalingv1/register.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/autoscalingv1/zz_generated.conversion.go
2025-08-20T21:21:51.2313441Z [00:03:44.499]➜  go tool buildid -w $WORK/b2023/_pkg_.a # internal
2025-08-20T21:21:51.2538441Z [00:03:44.521]➜  cp $WORK/b2023/_pkg_.a /root/.cache/go-build/c8/c8b0014cf8d47bf4ea19376951b3d5dae1c900329e735a1a0ace4f86c81dc99f-d # internal
2025-08-20T21:21:51.2539640Z [00:03:44.521]➜  k8s.io/client-go/tools/watch
2025-08-20T21:21:51.2540176Z [00:03:44.521]➜  mkdir -p $WORK/b2022/
2025-08-20T21:21:51.2550907Z [00:03:44.522]➜  cat >/tmp/go-build3547871397/b2022/importcfg << 'EOF' # internal
2025-08-20T21:21:51.2555863Z [00:03:44.522]➜  # import config
2025-08-20T21:21:51.2556534Z [00:03:44.522]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:51.2557340Z [00:03:44.522]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:51.2558108Z [00:03:44.522]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:51.2558858Z [00:03:44.522]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:51.2560007Z [00:03:44.522]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:21:51.2561176Z [00:03:44.522]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:51.2562303Z [00:03:44.522]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:51.2563657Z [00:03:44.522]➜  packagefile k8s.io/apimachinery/pkg/util/dump=/tmp/go-build3547871397/b438/_pkg_.a
2025-08-20T21:21:51.2564769Z [00:03:44.522]➜  packagefile k8s.io/apimachinery/pkg/util/net=/tmp/go-build3547871397/b255/_pkg_.a
2025-08-20T21:21:51.2565829Z [00:03:44.522]➜  packagefile k8s.io/apimachinery/pkg/util/wait=/tmp/go-build3547871397/b448/_pkg_.a
2025-08-20T21:21:51.2566902Z [00:03:44.522]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:51.2567927Z [00:03:44.522]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:51.2568847Z [00:03:44.522]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:21:51.2569637Z [00:03:44.522]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:51.2570390Z [00:03:44.522]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:51.2571257Z [00:03:44.522]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:51.2571802Z [00:03:44.522]➜  EOF
2025-08-20T21:21:51.2576219Z [00:03:44.522]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2022/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/watch=>k8s.io/client-go@v0.33.2/tools/watch;$WORK/b2022=>" -p k8s.io/client-go/tools/watch -lang=go1.24 -complete -installsuffix shared -buildid p3XQW6mOilNEYtMqaMvK/p3XQW6mOilNEYtMqaMvK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2022/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/watch/informerwatcher.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/watch/retrywatcher.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/watch/until.go
2025-08-20T21:21:51.3111196Z [00:03:44.578]➜  go tool buildid -w $WORK/b2008/_pkg_.a # internal
2025-08-20T21:21:51.3159016Z [00:03:44.583]➜  go tool buildid -w $WORK/b2035/_pkg_.a # internal
2025-08-20T21:21:51.3178824Z [00:03:44.585]➜  cp $WORK/b2035/_pkg_.a /root/.cache/go-build/c9/c9d4933015cc3b6e7f37351d72d8cfdf88c2722170fabd84bf3ad1deb9805939-d # internal
2025-08-20T21:21:51.3188376Z [00:03:44.586]➜  k8s.io/client-go/scale/scheme/extensionsint
2025-08-20T21:21:51.3223267Z [00:03:44.586]➜  mkdir -p $WORK/b2036/
2025-08-20T21:21:51.3224043Z [00:03:44.586]➜  cat >/tmp/go-build3547871397/b2036/importcfg << 'EOF' # internal
2025-08-20T21:21:51.3224718Z [00:03:44.586]➜  # import config
2025-08-20T21:21:51.3225541Z [00:03:44.586]➜  packagefile k8s.io/api/extensions/v1beta1=/tmp/go-build3547871397/b379/_pkg_.a
2025-08-20T21:21:51.3226637Z [00:03:44.586]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:51.3227818Z [00:03:44.586]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:51.3228943Z [00:03:44.586]➜  packagefile k8s.io/client-go/scale/scheme=/tmp/go-build3547871397/b2031/_pkg_.a
2025-08-20T21:21:51.3229666Z [00:03:44.586]➜  EOF
2025-08-20T21:21:51.3234230Z [00:03:44.586]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2036/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/extensionsint=>k8s.io/client-go@v0.33.2/scale/scheme/extensionsint;$WORK/b2036=>" -p k8s.io/client-go/scale/scheme/extensionsint -lang=go1.24 -complete -installsuffix shared -buildid y824QlDiDroIhkC1iYDc/y824QlDiDroIhkC1iYDc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2036/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/extensionsint/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/extensionsint/register.go
2025-08-20T21:21:51.3297761Z [00:03:44.597]➜  cp $WORK/b2008/_pkg_.a /root/.cache/go-build/a4/a40b5719269ffcfcb697750136c832c8a48556f4d734853307f55e985474adfb-d # internal
2025-08-20T21:21:51.3302162Z [00:03:44.598]➜  k8s.io/client-go/scale/scheme/extensionsv1beta1
2025-08-20T21:21:51.3304861Z [00:03:44.598]➜  mkdir -p $WORK/b2037/
2025-08-20T21:21:51.3311700Z [00:03:44.598]➜  cat >/tmp/go-build3547871397/b2037/importcfg << 'EOF' # internal
2025-08-20T21:21:51.3314635Z [00:03:44.599]➜  # import config
2025-08-20T21:21:51.3315386Z [00:03:44.599]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:51.3316370Z [00:03:44.599]➜  packagefile k8s.io/api/extensions/v1beta1=/tmp/go-build3547871397/b379/_pkg_.a
2025-08-20T21:21:51.3317581Z [00:03:44.599]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:51.3318813Z [00:03:44.599]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:21:51.3320025Z [00:03:44.599]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:51.3321275Z [00:03:44.599]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:51.3322470Z [00:03:44.599]➜  packagefile k8s.io/client-go/scale/scheme=/tmp/go-build3547871397/b2031/_pkg_.a
2025-08-20T21:21:51.3323647Z [00:03:44.599]➜  EOF
2025-08-20T21:21:51.3332879Z [00:03:44.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2037/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/extensionsv1beta1=>k8s.io/client-go@v0.33.2/scale/scheme/extensionsv1beta1;$WORK/b2037=>" -p k8s.io/client-go/scale/scheme/extensionsv1beta1 -lang=go1.24 -complete -installsuffix shared -buildid xtzXSJB1tNnZqGQyGXib/xtzXSJB1tNnZqGQyGXib -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2037/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/extensionsv1beta1/conversion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/extensionsv1beta1/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/extensionsv1beta1/register.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/scheme/extensionsv1beta1/zz_generated.conversion.go
2025-08-20T21:21:51.3338194Z [00:03:44.600]➜  go tool buildid -w $WORK/b2022/_pkg_.a # internal
2025-08-20T21:21:51.3347193Z [00:03:44.602]➜  cp $WORK/b2022/_pkg_.a /root/.cache/go-build/34/34d73f814bd11c5174d64211cbad317b62f14c21a86774c35addf6e033d2d8bf-d # internal
2025-08-20T21:21:51.3366462Z [00:03:44.604]➜  k8s.io/apimachinery/pkg/util/version
2025-08-20T21:21:51.3367111Z [00:03:44.604]➜  mkdir -p $WORK/b2039/
2025-08-20T21:21:51.3367867Z [00:03:44.604]➜  cat >/tmp/go-build3547871397/b2039/importcfg << 'EOF' # internal
2025-08-20T21:21:51.3368568Z [00:03:44.604]➜  # import config
2025-08-20T21:21:51.3369336Z [00:03:44.604]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:51.3370194Z [00:03:44.604]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:51.3371056Z [00:03:44.604]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:51.3372112Z [00:03:44.604]➜  packagefile k8s.io/apimachinery/pkg/version=/tmp/go-build3547871397/b274/_pkg_.a
2025-08-20T21:21:51.3373346Z [00:03:44.604]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:51.3374228Z [00:03:44.604]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:51.3375089Z [00:03:44.604]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:51.3375735Z [00:03:44.604]➜  EOF
2025-08-20T21:21:51.3380088Z [00:03:44.604]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2039/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/version=>k8s.io/apimachinery@v0.33.2/pkg/util/version;$WORK/b2039=>" -p k8s.io/apimachinery/pkg/util/version -lang=go1.24 -complete -installsuffix shared -buildid dAatCGQDU9Cti7sbStnB/dAatCGQDU9Cti7sbStnB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2039/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/version/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/version/version.go
2025-08-20T21:21:51.3773228Z [00:03:44.644]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:51.3776709Z [00:03:44.644]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x025.o -c zstd_common.c
2025-08-20T21:21:51.3969960Z [00:03:44.664]➜  go tool buildid -w $WORK/b2039/_pkg_.a # internal
2025-08-20T21:21:51.4004275Z [00:03:44.666]➜  cp $WORK/b2039/_pkg_.a /root/.cache/go-build/a6/a6cbeab6a1d2492b4a7f84d0d407ac08271f844c72848232abe912a18a8e3dfb-d # internal
2025-08-20T21:21:51.4014780Z [00:03:44.668]➜  k8s.io/component-base/version
2025-08-20T21:21:51.4015469Z [00:03:44.668]➜  mkdir -p $WORK/b2038/
2025-08-20T21:21:51.4024436Z [00:03:44.670]➜  cat >/tmp/go-build3547871397/b2038/importcfg << 'EOF' # internal
2025-08-20T21:21:51.4025131Z [00:03:44.670]➜  # import config
2025-08-20T21:21:51.4028453Z [00:03:44.670]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:51.4034196Z [00:03:44.670]➜  packagefile k8s.io/apimachinery/pkg/util/version=/tmp/go-build3547871397/b2039/_pkg_.a
2025-08-20T21:21:51.4038246Z [00:03:44.670]➜  packagefile k8s.io/apimachinery/pkg/version=/tmp/go-build3547871397/b274/_pkg_.a
2025-08-20T21:21:51.4043712Z [00:03:44.670]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:21:51.4044585Z [00:03:44.670]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:51.4045205Z [00:03:44.670]➜  EOF
2025-08-20T21:21:51.4045706Z [00:03:44.670]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:51.4050259Z [00:03:44.670]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2038/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/component-base@v0.33.2/version=>k8s.io/component-base@v0.33.2/version;$WORK/b2038=>" -p k8s.io/component-base/version -lang=go1.24 -complete -installsuffix shared -buildid bIH-p6VlavZIzJYtYMWh/bIH-p6VlavZIzJYtYMWh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2038/importcfg -pack /root/go/pkg/mod/k8s.io/component-base@v0.33.2/version/base.go /root/go/pkg/mod/k8s.io/component-base@v0.33.2/version/dynamic.go /root/go/pkg/mod/k8s.io/component-base@v0.33.2/version/version.go
2025-08-20T21:21:51.4057694Z [00:03:44.673]➜  go tool buildid -w $WORK/b2036/_pkg_.a # internal
2025-08-20T21:21:51.4089896Z [00:03:44.676]➜  cp $WORK/b2036/_pkg_.a /root/.cache/go-build/c6/c621e5e367b9db71fef9773d2c0c1e5d069c1e527ae572df6a1818058eeb89c4-d # internal
2025-08-20T21:21:51.4091318Z [00:03:44.676]➜  k8s.io/api/admission/v1
2025-08-20T21:21:51.4091843Z [00:03:44.676]➜  mkdir -p $WORK/b2041/
2025-08-20T21:21:51.4092792Z [00:03:44.676]➜  cat >/tmp/go-build3547871397/b2041/importcfg << 'EOF' # internal
2025-08-20T21:21:51.4093485Z [00:03:44.676]➜  # import config
2025-08-20T21:21:51.4094162Z [00:03:44.676]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:51.4095204Z [00:03:44.676]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:21:51.4096466Z [00:03:44.676]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:21:51.4097526Z [00:03:44.676]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:51.4098520Z [00:03:44.676]➜  packagefile k8s.io/api/authentication/v1=/tmp/go-build3547871397/b359/_pkg_.a
2025-08-20T21:21:51.4099745Z [00:03:44.676]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:51.4100987Z [00:03:44.676]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:51.4102467Z [00:03:44.676]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:51.4105176Z [00:03:44.676]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:21:51.4106643Z [00:03:44.676]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:51.4108005Z [00:03:44.676]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:51.4109382Z [00:03:44.676]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:51.4110520Z [00:03:44.676]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:51.4111426Z [00:03:44.676]➜  EOF
2025-08-20T21:21:51.4119441Z [00:03:44.676]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2041/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/admission/v1=>k8s.io/api@v0.33.2/admission/v1;$WORK/b2041=>" -p k8s.io/api/admission/v1 -lang=go1.24 -complete -installsuffix shared -buildid WLmKN_PFD0Vv6JnnbnvQ/WLmKN_PFD0Vv6JnnbnvQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2041/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/admission/v1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admission/v1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admission/v1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admission/v1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admission/v1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admission/v1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admission/v1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:21:51.4305894Z [00:03:44.698]➜  go tool buildid -w $WORK/b2038/_pkg_.a # internal
2025-08-20T21:21:51.4312189Z [00:03:44.699]➜  go tool buildid -w $WORK/b2037/_pkg_.a # internal
2025-08-20T21:21:51.4315932Z [00:03:44.699]➜  cp $WORK/b2038/_pkg_.a /root/.cache/go-build/a3/a3af7d25151634f08bd7c0aaca29e33ce86c06cdd307e314c21b8a11cd7e35a3-d # internal
2025-08-20T21:21:51.4321112Z [00:03:44.699]➜  k8s.io/api/admission/v1beta1
2025-08-20T21:21:51.4323259Z [00:03:44.699]➜  mkdir -p $WORK/b2042/
2025-08-20T21:21:51.4330636Z [00:03:44.700]➜  cat >/tmp/go-build3547871397/b2042/importcfg << 'EOF' # internal
2025-08-20T21:21:51.4331475Z [00:03:44.700]➜  # import config
2025-08-20T21:21:51.4332176Z [00:03:44.700]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:51.4333586Z [00:03:44.700]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:21:51.4334777Z [00:03:44.700]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:21:51.4335767Z [00:03:44.700]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:51.4336754Z [00:03:44.700]➜  packagefile k8s.io/api/authentication/v1=/tmp/go-build3547871397/b359/_pkg_.a
2025-08-20T21:21:51.4337942Z [00:03:44.700]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:51.4339160Z [00:03:44.700]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:51.4340415Z [00:03:44.700]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:51.4341631Z [00:03:44.700]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:21:51.4342798Z [00:03:44.700]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:51.4343693Z [00:03:44.700]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:51.4344567Z [00:03:44.700]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:51.4357318Z [00:03:44.700]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:51.4357949Z [00:03:44.700]➜  EOF
2025-08-20T21:21:51.4364636Z [00:03:44.700]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2042/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/admission/v1beta1=>k8s.io/api@v0.33.2/admission/v1beta1;$WORK/b2042=>" -p k8s.io/api/admission/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid n6svc9mLqc3lTBIl_FsI/n6svc9mLqc3lTBIl_FsI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2042/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/admission/v1beta1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admission/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admission/v1beta1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admission/v1beta1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admission/v1beta1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admission/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/api@v0.33.2/admission/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:21:51.4378991Z [00:03:44.705]➜  cp $WORK/b2037/_pkg_.a /root/.cache/go-build/e1/e19ab9c7414042ab5a0382731b5b3ee5001c36b64c28b47a7907bf61178cb779-d # internal
2025-08-20T21:21:51.4386117Z [00:03:44.706]➜  k8s.io/client-go/scale
2025-08-20T21:21:51.4406574Z [00:03:44.708]➜  mkdir -p $WORK/b2030/
2025-08-20T21:21:51.4407340Z [00:03:44.708]➜  cat >/tmp/go-build3547871397/b2030/importcfg << 'EOF' # internal
2025-08-20T21:21:51.4410194Z [00:03:44.708]➜  # import config
2025-08-20T21:21:51.4414583Z [00:03:44.708]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:51.4417680Z [00:03:44.708]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:51.4418690Z [00:03:44.708]➜  packagefile k8s.io/api/autoscaling/v1=/tmp/go-build3547871397/b363/_pkg_.a
2025-08-20T21:21:51.4419835Z [00:03:44.708]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:21:51.4421064Z [00:03:44.708]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:51.4422290Z [00:03:44.708]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:51.4423745Z [00:03:44.708]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:51.4425231Z [00:03:44.708]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3547871397/b346/_pkg_.a
2025-08-20T21:21:51.4426510Z [00:03:44.708]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:21:51.4427752Z [00:03:44.708]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:21:51.4432501Z [00:03:44.708]➜  packagefile k8s.io/client-go/discovery=/tmp/go-build3547871397/b348/_pkg_.a
2025-08-20T21:21:51.4440563Z [00:03:44.708]➜  packagefile k8s.io/client-go/dynamic=/tmp/go-build3547871397/b465/_pkg_.a
2025-08-20T21:21:51.4441599Z [00:03:44.708]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:21:51.4442835Z [00:03:44.708]➜  packagefile k8s.io/client-go/scale/scheme=/tmp/go-build3547871397/b2031/_pkg_.a
2025-08-20T21:21:51.4443999Z [00:03:44.708]➜  packagefile k8s.io/client-go/scale/scheme/appsint=/tmp/go-build3547871397/b2032/_pkg_.a
2025-08-20T21:21:51.4445197Z [00:03:44.708]➜  packagefile k8s.io/client-go/scale/scheme/appsv1beta1=/tmp/go-build3547871397/b2033/_pkg_.a
2025-08-20T21:21:51.4446424Z [00:03:44.708]➜  packagefile k8s.io/client-go/scale/scheme/appsv1beta2=/tmp/go-build3547871397/b2034/_pkg_.a
2025-08-20T21:21:51.4447654Z [00:03:44.708]➜  packagefile k8s.io/client-go/scale/scheme/autoscalingv1=/tmp/go-build3547871397/b2035/_pkg_.a
2025-08-20T21:21:51.4448946Z [00:03:44.708]➜  packagefile k8s.io/client-go/scale/scheme/extensionsint=/tmp/go-build3547871397/b2036/_pkg_.a
2025-08-20T21:21:51.4450290Z [00:03:44.708]➜  packagefile k8s.io/client-go/scale/scheme/extensionsv1beta1=/tmp/go-build3547871397/b2037/_pkg_.a
2025-08-20T21:21:51.4451359Z [00:03:44.708]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:51.4452148Z [00:03:44.708]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:51.4452883Z [00:03:44.708]➜  EOF
2025-08-20T21:21:51.4457274Z [00:03:44.708]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2030/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale=>k8s.io/client-go@v0.33.2/scale;$WORK/b2030=>" -p k8s.io/client-go/scale -lang=go1.24 -complete -installsuffix shared -buildid ralYu1z7NJlVlKL44uFu/ralYu1z7NJlVlKL44uFu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2030/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/client.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/interfaces.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/scale/util.go
2025-08-20T21:21:51.4960719Z [00:03:44.763]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:51.4964908Z [00:03:44.764]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x026.o -c zstd_compress.c
2025-08-20T21:21:51.6034236Z [00:03:44.869]➜  go tool buildid -w $WORK/b2030/_pkg_.a # internal
2025-08-20T21:21:51.6047925Z [00:03:44.872]➜  cp $WORK/b2030/_pkg_.a /root/.cache/go-build/60/60706bd44496e7bf6eda45a4a2f4cafc71d1ba5adec9916fd9f4ca5647962559-d # internal
2025-08-20T21:21:51.6053173Z [00:03:44.872]➜  k8s.io/api/imagepolicy/v1alpha1
2025-08-20T21:21:51.6053801Z [00:03:44.872]➜  mkdir -p $WORK/b2043/
2025-08-20T21:21:51.6058548Z [00:03:44.873]➜  cat >/tmp/go-build3547871397/b2043/importcfg << 'EOF' # internal
2025-08-20T21:21:51.6060375Z [00:03:44.873]➜  # import config
2025-08-20T21:21:51.6061737Z [00:03:44.873]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:51.6063010Z [00:03:44.873]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:21:51.6065118Z [00:03:44.873]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:21:51.6066234Z [00:03:44.873]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:51.6067214Z [00:03:44.873]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:51.6068229Z [00:03:44.873]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:51.6069530Z [00:03:44.873]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:51.6070495Z [00:03:44.873]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:51.6071307Z [00:03:44.873]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:21:51.6072133Z [00:03:44.873]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:51.6073158Z [00:03:44.873]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:51.6073762Z [00:03:44.873]➜  EOF
2025-08-20T21:21:51.6074253Z [00:03:44.873]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:51.6080414Z [00:03:44.873]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2043/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/api@v0.33.2/imagepolicy/v1alpha1=>k8s.io/api@v0.33.2/imagepolicy/v1alpha1;$WORK/b2043=>" -p k8s.io/api/imagepolicy/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid Pp7F8eSnpwg50oJwuBav/Pp7F8eSnpwg50oJwuBav -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2043/importcfg -pack /root/go/pkg/mod/k8s.io/api@v0.33.2/imagepolicy/v1alpha1/doc.go /root/go/pkg/mod/k8s.io/api@v0.33.2/imagepolicy/v1alpha1/generated.pb.go /root/go/pkg/mod/k8s.io/api@v0.33.2/imagepolicy/v1alpha1/register.go /root/go/pkg/mod/k8s.io/api@v0.33.2/imagepolicy/v1alpha1/types.go /root/go/pkg/mod/k8s.io/api@v0.33.2/imagepolicy/v1alpha1/types_swagger_doc_generated.go /root/go/pkg/mod/k8s.io/api@v0.33.2/imagepolicy/v1alpha1/zz_generated.deepcopy.go
2025-08-20T21:21:51.6499874Z [00:03:44.917]➜  go tool buildid -w $WORK/b2041/_pkg_.a # internal
2025-08-20T21:21:51.6536106Z [00:03:44.921]➜  cp $WORK/b2041/_pkg_.a /root/.cache/go-build/71/7124b2074429a718dc43fd74bb3c64e20954d834cf9df952f01da5653adffa3d-d # internal
2025-08-20T21:21:51.6542555Z [00:03:44.921]➜  github.com/chai2010/gettext-go/mo
2025-08-20T21:21:51.6543378Z [00:03:44.921]➜  mkdir -p $WORK/b2046/
2025-08-20T21:21:51.6544361Z [00:03:44.922]➜  cat >/tmp/go-build3547871397/b2046/importcfg << 'EOF' # internal
2025-08-20T21:21:51.6555081Z [00:03:44.922]➜  # import config
2025-08-20T21:21:51.6555747Z [00:03:44.922]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:51.6556616Z [00:03:44.922]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:51.6566759Z [00:03:44.922]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:51.6567741Z [00:03:44.922]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:51.6568611Z [00:03:44.922]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:51.6569461Z [00:03:44.922]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:51.6570132Z [00:03:44.922]➜  EOF
2025-08-20T21:21:51.6579287Z [00:03:44.922]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2046/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/mo=>github.com/chai2010/gettext-go@v1.0.2/mo;$WORK/b2046=>" -p github.com/chai2010/gettext-go/mo -lang=go1.14 -complete -installsuffix shared -buildid ExiFnwjU4vdPqkDWSxl_/ExiFnwjU4vdPqkDWSxl_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2046/importcfg -pack /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/mo/doc.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/mo/encoder.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/mo/file.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/mo/header.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/mo/message.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/mo/util.go
2025-08-20T21:21:51.6764604Z [00:03:44.944]➜  go tool buildid -w $WORK/b2042/_pkg_.a # internal
2025-08-20T21:21:51.6802122Z [00:03:44.947]➜  cp $WORK/b2042/_pkg_.a /root/.cache/go-build/d4/d4c0114eeaf6a3cd4a7393e22ddf99d1becbb732beefd943777d5d9cbe4182ee-d # internal
2025-08-20T21:21:51.6815066Z [00:03:44.949]➜  github.com/chai2010/gettext-go/plural
2025-08-20T21:21:51.6822533Z [00:03:44.949]➜  mkdir -p $WORK/b2047/
2025-08-20T21:21:51.6823504Z [00:03:44.949]➜  cat >/tmp/go-build3547871397/b2047/importcfg << 'EOF' # internal
2025-08-20T21:21:51.6824204Z [00:03:44.949]➜  # import config
2025-08-20T21:21:51.6824875Z [00:03:44.949]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:51.6825500Z [00:03:44.949]➜  EOF
2025-08-20T21:21:51.6830107Z [00:03:44.949]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2047/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/plural=>github.com/chai2010/gettext-go@v1.0.2/plural;$WORK/b2047=>" -p github.com/chai2010/gettext-go/plural -lang=go1.14 -complete -installsuffix shared -buildid JknFFOg9-QIPbrSWetfJ/JknFFOg9-QIPbrSWetfJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2047/importcfg -pack /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/plural/doc.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/plural/formula.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/plural/table.go
2025-08-20T21:21:51.7237004Z [00:03:44.991]➜  go tool buildid -w $WORK/b2046/_pkg_.a # internal
2025-08-20T21:21:51.7244120Z [00:03:44.992]➜  go tool buildid -w $WORK/b2047/_pkg_.a # internal
2025-08-20T21:21:51.7257401Z [00:03:44.993]➜  cp $WORK/b2047/_pkg_.a /root/.cache/go-build/1e/1ebad19927096ddb1362b79899bd3d4ad68abfe7a1bbdc1e201a88542b4178d1-d # internal
2025-08-20T21:21:51.7266511Z [00:03:44.994]➜  github.com/chai2010/gettext-go/po
2025-08-20T21:21:51.7273916Z [00:03:44.994]➜  mkdir -p $WORK/b2048/
2025-08-20T21:21:51.7280041Z [00:03:44.995]➜  cp $WORK/b2046/_pkg_.a /root/.cache/go-build/72/72ecc0f005530190145b99dc13eb6775ab4cd72d5285342f023b2928fe93b921-d # internal
2025-08-20T21:21:51.7288791Z [00:03:44.996]➜  k8s.io/kubectl/pkg/util/openapi
2025-08-20T21:21:51.7294584Z [00:03:44.997]➜  mkdir -p $WORK/b2049/
2025-08-20T21:21:51.7304428Z [00:03:44.998]➜  cat >/tmp/go-build3547871397/b2048/importcfg << 'EOF' # internal
2025-08-20T21:21:51.7305951Z [00:03:44.998]➜  # import config
2025-08-20T21:21:51.7307539Z [00:03:44.998]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:51.7313657Z [00:03:44.998]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:51.7314633Z [00:03:44.998]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:51.7316430Z [00:03:44.998]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:51.7317358Z [00:03:44.998]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:51.7318164Z [00:03:44.998]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:51.7318976Z [00:03:44.998]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:51.7319815Z [00:03:44.998]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:51.7320417Z [00:03:44.998]➜  EOF
2025-08-20T21:21:51.7327571Z [00:03:44.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2048/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/po=>github.com/chai2010/gettext-go@v1.0.2/po;$WORK/b2048=>" -p github.com/chai2010/gettext-go/po -lang=go1.14 -complete -installsuffix shared -buildid WPNkh0qy8KlqCl5V1il4/WPNkh0qy8KlqCl5V1il4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2048/importcfg -pack /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/po/comment.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/po/doc.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/po/file.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/po/header.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/po/line_reader.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/po/message.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/po/re.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/po/util.go
2025-08-20T21:21:51.7350065Z [00:03:45.002]➜  cat >/tmp/go-build3547871397/b2049/importcfg << 'EOF' # internal
2025-08-20T21:21:51.7350796Z [00:03:45.002]➜  # import config
2025-08-20T21:21:51.7352013Z [00:03:45.002]➜  packagefile github.com/google/gnostic-models/openapiv2=/tmp/go-build3547871397/b297/_pkg_.a
2025-08-20T21:21:51.7353621Z [00:03:45.002]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:51.7354753Z [00:03:45.002]➜  packagefile k8s.io/client-go/discovery=/tmp/go-build3547871397/b348/_pkg_.a
2025-08-20T21:21:51.7355850Z [00:03:45.002]➜  packagefile k8s.io/kube-openapi/pkg/util/proto=/tmp/go-build3547871397/b411/_pkg_.a
2025-08-20T21:21:51.7356897Z [00:03:45.002]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:21:51.7357747Z [00:03:45.002]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:51.7358335Z [00:03:45.002]➜  EOF
2025-08-20T21:21:51.7362980Z [00:03:45.002]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2049/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/openapi=>k8s.io/kubectl@v0.33.2/pkg/util/openapi;$WORK/b2049=>" -p k8s.io/kubectl/pkg/util/openapi -lang=go1.24 -complete -installsuffix shared -buildid J4V1qTQ5radhWsbmC6pq/J4V1qTQ5radhWsbmC6pq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2049/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/openapi/doc.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/openapi/openapi.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/openapi/openapi_getter.go
2025-08-20T21:21:51.7905657Z [00:03:45.058]➜  go tool buildid -w $WORK/b2043/_pkg_.a # internal
2025-08-20T21:21:51.7966229Z [00:03:45.064]➜  cp $WORK/b2043/_pkg_.a /root/.cache/go-build/7a/7a9ec3f0f365da5c74c12dca8cc995c215d3b45e4b2a0db026ea7d305a065191-d # internal
2025-08-20T21:21:51.7973642Z [00:03:45.065]➜  k8s.io/kubectl/pkg/scheme
2025-08-20T21:21:51.7999214Z [00:03:45.065]➜  mkdir -p $WORK/b2040/
2025-08-20T21:21:51.8000023Z [00:03:45.065]➜  cat >/tmp/go-build3547871397/b2040/importcfg << 'EOF' # internal
2025-08-20T21:21:51.8000717Z [00:03:45.065]➜  # import config
2025-08-20T21:21:51.8001691Z [00:03:45.065]➜  packagefile k8s.io/api/admission/v1=/tmp/go-build3547871397/b2041/_pkg_.a
2025-08-20T21:21:51.8003945Z [00:03:45.065]➜  packagefile k8s.io/api/admission/v1beta1=/tmp/go-build3547871397/b2042/_pkg_.a
2025-08-20T21:21:51.8005190Z [00:03:45.065]➜  packagefile k8s.io/api/admissionregistration/v1=/tmp/go-build3547871397/b352/_pkg_.a
2025-08-20T21:21:51.8006485Z [00:03:45.065]➜  packagefile k8s.io/api/admissionregistration/v1beta1=/tmp/go-build3547871397/b354/_pkg_.a
2025-08-20T21:21:51.8007613Z [00:03:45.065]➜  packagefile k8s.io/api/apps/v1=/tmp/go-build3547871397/b356/_pkg_.a
2025-08-20T21:21:51.8008651Z [00:03:45.065]➜  packagefile k8s.io/api/apps/v1beta1=/tmp/go-build3547871397/b357/_pkg_.a
2025-08-20T21:21:51.8009711Z [00:03:45.065]➜  packagefile k8s.io/api/apps/v1beta2=/tmp/go-build3547871397/b358/_pkg_.a
2025-08-20T21:21:51.8010768Z [00:03:45.065]➜  packagefile k8s.io/api/authentication/v1=/tmp/go-build3547871397/b359/_pkg_.a
2025-08-20T21:21:51.8011901Z [00:03:45.065]➜  packagefile k8s.io/api/authentication/v1beta1=/tmp/go-build3547871397/b361/_pkg_.a
2025-08-20T21:21:51.8013228Z [00:03:45.065]➜  packagefile k8s.io/api/authorization/v1=/tmp/go-build3547871397/b083/_pkg_.a
2025-08-20T21:21:51.8014334Z [00:03:45.065]➜  packagefile k8s.io/api/authorization/v1beta1=/tmp/go-build3547871397/b362/_pkg_.a
2025-08-20T21:21:51.8015380Z [00:03:45.065]➜  packagefile k8s.io/api/autoscaling/v1=/tmp/go-build3547871397/b363/_pkg_.a
2025-08-20T21:21:51.8016376Z [00:03:45.065]➜  packagefile k8s.io/api/autoscaling/v2=/tmp/go-build3547871397/b364/_pkg_.a
2025-08-20T21:21:51.8017376Z [00:03:45.065]➜  packagefile k8s.io/api/batch/v1=/tmp/go-build3547871397/b367/_pkg_.a
2025-08-20T21:21:51.8018492Z [00:03:45.065]➜  packagefile k8s.io/api/batch/v1beta1=/tmp/go-build3547871397/b368/_pkg_.a
2025-08-20T21:21:51.8019521Z [00:03:45.065]➜  packagefile k8s.io/api/certificates/v1=/tmp/go-build3547871397/b369/_pkg_.a
2025-08-20T21:21:51.8020596Z [00:03:45.065]➜  packagefile k8s.io/api/certificates/v1beta1=/tmp/go-build3547871397/b371/_pkg_.a
2025-08-20T21:21:51.8021819Z [00:03:45.065]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:21:51.8023017Z [00:03:45.065]➜  packagefile k8s.io/api/extensions/v1beta1=/tmp/go-build3547871397/b379/_pkg_.a
2025-08-20T21:21:51.8024184Z [00:03:45.065]➜  packagefile k8s.io/api/imagepolicy/v1alpha1=/tmp/go-build3547871397/b2043/_pkg_.a
2025-08-20T21:21:51.8025284Z [00:03:45.065]➜  packagefile k8s.io/api/networking/v1=/tmp/go-build3547871397/b384/_pkg_.a
2025-08-20T21:21:51.8026278Z [00:03:45.065]➜  packagefile k8s.io/api/policy/v1=/tmp/go-build3547871397/b390/_pkg_.a
2025-08-20T21:21:51.8027268Z [00:03:45.065]➜  packagefile k8s.io/api/policy/v1beta1=/tmp/go-build3547871397/b391/_pkg_.a
2025-08-20T21:21:51.8028223Z [00:03:45.065]➜  packagefile k8s.io/api/rbac/v1=/tmp/go-build3547871397/b392/_pkg_.a
2025-08-20T21:21:51.8029166Z [00:03:45.065]➜  packagefile k8s.io/api/rbac/v1alpha1=/tmp/go-build3547871397/b393/_pkg_.a
2025-08-20T21:21:51.8030138Z [00:03:45.065]➜  packagefile k8s.io/api/rbac/v1beta1=/tmp/go-build3547871397/b394/_pkg_.a
2025-08-20T21:21:51.8031141Z [00:03:45.065]➜  packagefile k8s.io/api/scheduling/v1alpha1=/tmp/go-build3547871397/b399/_pkg_.a
2025-08-20T21:21:51.8032178Z [00:03:45.065]➜  packagefile k8s.io/api/storage/v1=/tmp/go-build3547871397/b401/_pkg_.a
2025-08-20T21:21:51.8043598Z [00:03:45.065]➜  packagefile k8s.io/api/storage/v1alpha1=/tmp/go-build3547871397/b402/_pkg_.a
2025-08-20T21:21:51.8044776Z [00:03:45.065]➜  packagefile k8s.io/api/storage/v1beta1=/tmp/go-build3547871397/b403/_pkg_.a
2025-08-20T21:21:51.8046004Z [00:03:45.065]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:51.8047572Z [00:03:45.065]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:21:51.8049035Z [00:03:45.065]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1beta1=/tmp/go-build3547871397/b475/_pkg_.a
2025-08-20T21:21:51.8050511Z [00:03:45.065]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:51.8051751Z [00:03:45.065]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:51.8053230Z [00:03:45.065]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3547871397/b346/_pkg_.a
2025-08-20T21:21:51.8054541Z [00:03:45.065]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:21:51.8055747Z [00:03:45.065]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:21:51.8056562Z [00:03:45.065]➜  EOF
2025-08-20T21:21:51.8060350Z [00:03:45.065]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2040/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/scheme=>k8s.io/kubectl@v0.33.2/pkg/scheme;$WORK/b2040=>" -p k8s.io/kubectl/pkg/scheme -lang=go1.24 -complete -installsuffix shared -buildid fW7YQZ1ZUVWQlyDFWKmL/fW7YQZ1ZUVWQlyDFWKmL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2040/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/scheme/install.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/scheme/scheme.go
2025-08-20T21:21:51.8228946Z [00:03:45.090]➜  go tool buildid -w $WORK/b2049/_pkg_.a # internal
2025-08-20T21:21:51.8245650Z [00:03:45.092]➜  go tool buildid -w $WORK/b2048/_pkg_.a # internal
2025-08-20T21:21:51.8257424Z [00:03:45.093]➜  cp $WORK/b2049/_pkg_.a /root/.cache/go-build/b8/b80fa207a6e05ee4ae13847d6ff5e9f1e1fde8b9689649b7515290d3a2fbfb73-d # internal
2025-08-20T21:21:51.8268240Z [00:03:45.094]➜  cp $WORK/b2048/_pkg_.a /root/.cache/go-build/3f/3fbd2361b973556c772fa952bf271de3ebc8b2985b88f9b987cdd429eab14207-d # internal
2025-08-20T21:21:51.8269777Z [00:03:45.094]➜  github.com/chai2010/gettext-go
2025-08-20T21:21:51.8271590Z [00:03:45.094]➜  mkdir -p $WORK/b2045/
2025-08-20T21:21:51.8272942Z [00:03:45.094]➜  cat >/tmp/go-build3547871397/b2045/importcfg << 'EOF' # internal
2025-08-20T21:21:51.8275959Z [00:03:45.095]➜  # import config
2025-08-20T21:21:51.8277191Z [00:03:45.095]➜  packagefile archive/zip=/tmp/go-build3547871397/b1257/_pkg_.a
2025-08-20T21:21:51.8278502Z [00:03:45.095]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:51.8279707Z [00:03:45.095]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:51.8280691Z [00:03:45.095]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:51.8282602Z [00:03:45.095]➜  packagefile github.com/chai2010/gettext-go/mo=/tmp/go-build3547871397/b2046/_pkg_.a
2025-08-20T21:21:51.8285825Z [00:03:45.095]➜  packagefile github.com/chai2010/gettext-go/plural=/tmp/go-build3547871397/b2047/_pkg_.a
2025-08-20T21:21:51.8287109Z [00:03:45.095]➜  packagefile github.com/chai2010/gettext-go/po=/tmp/go-build3547871397/b2048/_pkg_.a
2025-08-20T21:21:51.8288137Z [00:03:45.095]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:21:51.8288924Z [00:03:45.095]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:51.8289695Z [00:03:45.095]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:51.8290471Z [00:03:45.095]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:51.8291233Z [00:03:45.095]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:51.8291797Z [00:03:45.095]➜  EOF
2025-08-20T21:21:51.8292253Z [00:03:45.095]➜  github.com/MakeNowJust/heredoc
2025-08-20T21:21:51.8292979Z [00:03:45.095]➜  mkdir -p $WORK/b2051/
2025-08-20T21:21:51.8293696Z [00:03:45.096]➜  cat >/tmp/go-build3547871397/b2051/importcfg << 'EOF' # internal
2025-08-20T21:21:51.8294336Z [00:03:45.096]➜  # import config
2025-08-20T21:21:51.8294971Z [00:03:45.096]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:51.8295933Z [00:03:45.096]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:51.8296767Z [00:03:45.096]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:51.8297492Z [00:03:45.096]➜  EOF
2025-08-20T21:21:51.8301286Z [00:03:45.096]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2051/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!make!now!just/heredoc@v1.0.0=>github.com/MakeNowJust/heredoc@v1.0.0;$WORK/b2051=>" -p github.com/MakeNowJust/heredoc -lang=go1.12 -complete -installsuffix shared -buildid ebfayaXfDXV9LN8Bil50/ebfayaXfDXV9LN8Bil50 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2051/importcfg -pack /root/go/pkg/mod/github.com/!make!now!just/heredoc@v1.0.0/heredoc.go
2025-08-20T21:21:51.8320503Z [00:03:45.096]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2045/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2=>github.com/chai2010/gettext-go@v1.0.2;$WORK/b2045=>" -p github.com/chai2010/gettext-go -lang=go1.14 -complete -installsuffix shared -buildid jBbC4Fv00h7H3oqlPcXO/jBbC4Fv00h7H3oqlPcXO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2045/importcfg -pack /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/doc.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/fs.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/fs_json.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/fs_os.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/fs_zip.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/gettext.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/locale.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/tr.go /root/go/pkg/mod/github.com/chai2010/gettext-go@v1.0.2/util.go
2025-08-20T21:21:51.8457726Z [00:03:45.112]➜  go tool buildid -w $WORK/b2051/_pkg_.a # internal
2025-08-20T21:21:51.8462992Z [00:03:45.113]➜  cp $WORK/b2051/_pkg_.a /root/.cache/go-build/b2/b2b62ecab8511c8c3d647f117054eb20d51929ff48da55f67ad89063ac2fbc01-d # internal
2025-08-20T21:21:51.8467052Z [00:03:45.114]➜  github.com/russross/blackfriday/v2
2025-08-20T21:21:51.8467839Z [00:03:45.114]➜  mkdir -p $WORK/b2052/
2025-08-20T21:21:51.8469861Z [00:03:45.114]➜  cat >/tmp/go-build3547871397/b2052/importcfg << 'EOF' # internal
2025-08-20T21:21:51.8471192Z [00:03:45.114]➜  # import config
2025-08-20T21:21:51.8473554Z [00:03:45.114]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:51.8475007Z [00:03:45.114]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:51.8477402Z [00:03:45.114]➜  packagefile html=/tmp/go-build3547871397/b782/_pkg_.a
2025-08-20T21:21:51.8478541Z [00:03:45.114]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:51.8480043Z [00:03:45.114]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:51.8482417Z [00:03:45.114]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:51.8484065Z [00:03:45.114]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:51.8487630Z [00:03:45.114]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:51.8488590Z [00:03:45.114]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:51.8489217Z [00:03:45.114]➜  EOF
2025-08-20T21:21:51.8496418Z [00:03:45.114]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2052/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0=>github.com/russross/blackfriday/v2@v2.1.0;$WORK/b2052=>" -p github.com/russross/blackfriday/v2 -lang=go1.16 -complete -installsuffix shared -buildid rNhCv4G02gKWbmLpW1VV/rNhCv4G02gKWbmLpW1VV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2052/importcfg -pack /root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/block.go /root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/doc.go /root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/entities.go /root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/esc.go /root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/html.go /root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/inline.go /root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/markdown.go /root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/node.go /root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/smartypants.go
2025-08-20T21:21:51.9288114Z [00:03:45.196]➜  go tool buildid -w $WORK/b2040/_pkg_.a # internal
2025-08-20T21:21:51.9330306Z [00:03:45.200]➜  cp $WORK/b2040/_pkg_.a /root/.cache/go-build/8e/8ecc6e062299387418a1b4025ae47dbfd1572b4cac91ca1fa65339d32c1f2284-d # internal
2025-08-20T21:21:51.9339643Z [00:03:45.201]➜  github.com/gorilla/websocket
2025-08-20T21:21:51.9340538Z [00:03:45.201]➜  mkdir -p $WORK/b2055/
2025-08-20T21:21:51.9350792Z [00:03:45.202]➜  cat >/tmp/go-build3547871397/b2055/importcfg << 'EOF' # internal
2025-08-20T21:21:51.9351552Z [00:03:45.202]➜  # import config
2025-08-20T21:21:51.9352215Z [00:03:45.202]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:51.9353275Z [00:03:45.202]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:51.9354172Z [00:03:45.202]➜  packagefile compress/flate=/tmp/go-build3547871397/b150/_pkg_.a
2025-08-20T21:21:51.9355068Z [00:03:45.202]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:51.9355909Z [00:03:45.202]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:51.9356807Z [00:03:45.202]➜  packagefile crypto/sha1=/tmp/go-build3547871397/b219/_pkg_.a
2025-08-20T21:21:51.9357648Z [00:03:45.202]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:51.9358606Z [00:03:45.202]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:51.9359612Z [00:03:45.202]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:51.9360596Z [00:03:45.202]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:51.9361718Z [00:03:45.202]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:51.9362846Z [00:03:45.202]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:51.9363872Z [00:03:45.202]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3547871397/b1712/_pkg_.a
2025-08-20T21:21:51.9365062Z [00:03:45.202]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:51.9365888Z [00:03:45.202]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:51.9366759Z [00:03:45.202]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:51.9367735Z [00:03:45.202]➜  packagefile net/http/httptrace=/tmp/go-build3547871397/b239/_pkg_.a
2025-08-20T21:21:51.9368686Z [00:03:45.202]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:51.9369531Z [00:03:45.202]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:51.9370354Z [00:03:45.202]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:51.9371168Z [00:03:45.202]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:51.9371826Z [00:03:45.202]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:51.9372544Z [00:03:45.202]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:51.9373606Z [00:03:45.202]➜  EOF
2025-08-20T21:21:51.9383989Z [00:03:45.202]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2055/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/websocket@v1.5.4-0.20250319132907-e064f32e3674=>github.com/gorilla/websocket@v1.5.4-0.20250319132907-e064f32e3674;$WORK/b2055=>" -p github.com/gorilla/websocket -lang=go1.20 -complete -installsuffix shared -buildid LvvN7dLNaKrVqvYQWP3J/LvvN7dLNaKrVqvYQWP3J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2055/importcfg -pack /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.4-0.20250319132907-e064f32e3674/client.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.4-0.20250319132907-e064f32e3674/compression.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.4-0.20250319132907-e064f32e3674/conn.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.4-0.20250319132907-e064f32e3674/doc.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.4-0.20250319132907-e064f32e3674/join.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.4-0.20250319132907-e064f32e3674/json.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.4-0.20250319132907-e064f32e3674/mask.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.4-0.20250319132907-e064f32e3674/prepared.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.4-0.20250319132907-e064f32e3674/proxy.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.4-0.20250319132907-e064f32e3674/server.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.4-0.20250319132907-e064f32e3674/util.go
2025-08-20T21:21:51.9446149Z [00:03:45.212]➜  go tool buildid -w $WORK/b2045/_pkg_.a # internal
2025-08-20T21:21:51.9475063Z [00:03:45.215]➜  cp $WORK/b2045/_pkg_.a /root/.cache/go-build/8e/8e438d8a31283345e66bf96770cc5789178e9085fb31eb547214011cda8ee10a-d # internal
2025-08-20T21:21:51.9505398Z [00:03:45.218]➜  k8s.io/kubectl/pkg/util/i18n
2025-08-20T21:21:51.9508742Z [00:03:45.218]➜  mkdir -p $WORK/b2044/
2025-08-20T21:21:51.9524968Z [00:03:45.219]➜  cat >/tmp/go-build3547871397/b2044/importcfg << 'EOF' # internal
2025-08-20T21:21:51.9556887Z [00:03:45.219]➜  # import config
2025-08-20T21:21:51.9557636Z [00:03:45.219]➜  packagefile archive/zip=/tmp/go-build3547871397/b1257/_pkg_.a
2025-08-20T21:21:51.9558534Z [00:03:45.219]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:51.9559355Z [00:03:45.219]➜  packagefile embed=/tmp/go-build3547871397/b319/_pkg_.a
2025-08-20T21:21:51.9560193Z [00:03:45.219]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:51.9561018Z [00:03:45.219]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:51.9562018Z [00:03:45.219]➜  packagefile github.com/chai2010/gettext-go=/tmp/go-build3547871397/b2045/_pkg_.a
2025-08-20T21:21:51.9563294Z [00:03:45.219]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:21:51.9564139Z [00:03:45.219]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:51.9564963Z [00:03:45.219]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:51.9565993Z [00:03:45.219]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:51.9566602Z [00:03:45.219]➜  EOF
2025-08-20T21:21:51.9567241Z [00:03:45.220]➜  cat >/tmp/go-build3547871397/b2044/embedcfg << 'EOF' # internal
2025-08-20T21:21:51.9567885Z [00:03:45.220]➜  {
2025-08-20T21:21:51.9568289Z [00:03:45.220]➜  	"Patterns": {
2025-08-20T21:21:51.9568763Z [00:03:45.220]➜  		"translations": [
2025-08-20T21:21:51.9569289Z [00:03:45.220]➜  			"translations/OWNERS",
2025-08-20T21:21:51.9569852Z [00:03:45.220]➜  			"translations/README.md",
2025-08-20T21:21:51.9570429Z [00:03:45.220]➜  			"translations/extract.py",
2025-08-20T21:21:51.9571048Z [00:03:45.220]➜  			"translations/kubectl/OWNERS",
2025-08-20T21:21:51.9571757Z [00:03:45.220]➜  			"translations/kubectl/de_DE/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9572526Z [00:03:45.220]➜  			"translations/kubectl/de_DE/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9585242Z [00:03:45.220]➜  			"translations/kubectl/default/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9586068Z [00:03:45.220]➜  			"translations/kubectl/default/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9586845Z [00:03:45.220]➜  			"translations/kubectl/en_US/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9587607Z [00:03:45.220]➜  			"translations/kubectl/en_US/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9588355Z [00:03:45.220]➜  			"translations/kubectl/fr_FR/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9589109Z [00:03:45.220]➜  			"translations/kubectl/fr_FR/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9589865Z [00:03:45.220]➜  			"translations/kubectl/it_IT/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9590615Z [00:03:45.220]➜  			"translations/kubectl/it_IT/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9591545Z [00:03:45.220]➜  			"translations/kubectl/ja_JP/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9592326Z [00:03:45.220]➜  			"translations/kubectl/ja_JP/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9593282Z [00:03:45.220]➜  			"translations/kubectl/ko_KR/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9594215Z [00:03:45.220]➜  			"translations/kubectl/ko_KR/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9594980Z [00:03:45.220]➜  			"translations/kubectl/pt_BR/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9595734Z [00:03:45.220]➜  			"translations/kubectl/pt_BR/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9596438Z [00:03:45.220]➜  			"translations/kubectl/template.pot",
2025-08-20T21:21:51.9597151Z [00:03:45.220]➜  			"translations/kubectl/zh_CN/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9597891Z [00:03:45.220]➜  			"translations/kubectl/zh_CN/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9598626Z [00:03:45.220]➜  			"translations/kubectl/zh_TW/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9599524Z [00:03:45.220]➜  			"translations/kubectl/zh_TW/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9600315Z [00:03:45.220]➜  			"translations/test/default/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9601058Z [00:03:45.220]➜  			"translations/test/default/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9601804Z [00:03:45.220]➜  			"translations/test/en_US/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9602525Z [00:03:45.220]➜  			"translations/test/en_US/LC_MESSAGES/k8s.po"
2025-08-20T21:21:51.9603282Z [00:03:45.220]➜  		]
2025-08-20T21:21:51.9603667Z [00:03:45.220]➜  	},
2025-08-20T21:21:51.9604063Z [00:03:45.220]➜  	"Files": {
2025-08-20T21:21:51.9604994Z [00:03:45.220]➜  		"translations/OWNERS": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/OWNERS",
2025-08-20T21:21:51.9606408Z [00:03:45.220]➜  		"translations/README.md": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/README.md",
2025-08-20T21:21:51.9607883Z [00:03:45.220]➜  		"translations/extract.py": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/extract.py",
2025-08-20T21:21:51.9609481Z [00:03:45.220]➜  		"translations/kubectl/OWNERS": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/OWNERS",
2025-08-20T21:21:51.9611321Z [00:03:45.220]➜  		"translations/kubectl/de_DE/LC_MESSAGES/k8s.mo": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/de_DE/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9613759Z [00:03:45.220]➜  		"translations/kubectl/de_DE/LC_MESSAGES/k8s.po": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/de_DE/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9615850Z [00:03:45.220]➜  		"translations/kubectl/default/LC_MESSAGES/k8s.mo": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/default/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9617926Z [00:03:45.220]➜  		"translations/kubectl/default/LC_MESSAGES/k8s.po": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/default/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9619896Z [00:03:45.220]➜  		"translations/kubectl/en_US/LC_MESSAGES/k8s.mo": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/en_US/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9621810Z [00:03:45.220]➜  		"translations/kubectl/en_US/LC_MESSAGES/k8s.po": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/en_US/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9624043Z [00:03:45.220]➜  		"translations/kubectl/fr_FR/LC_MESSAGES/k8s.mo": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/fr_FR/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9626067Z [00:03:45.220]➜  		"translations/kubectl/fr_FR/LC_MESSAGES/k8s.po": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/fr_FR/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9628073Z [00:03:45.220]➜  		"translations/kubectl/it_IT/LC_MESSAGES/k8s.mo": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/it_IT/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9630220Z [00:03:45.220]➜  		"translations/kubectl/it_IT/LC_MESSAGES/k8s.po": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/it_IT/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9632260Z [00:03:45.220]➜  		"translations/kubectl/ja_JP/LC_MESSAGES/k8s.mo": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/ja_JP/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9634654Z [00:03:45.220]➜  		"translations/kubectl/ja_JP/LC_MESSAGES/k8s.po": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/ja_JP/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9636661Z [00:03:45.220]➜  		"translations/kubectl/ko_KR/LC_MESSAGES/k8s.mo": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/ko_KR/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9638682Z [00:03:45.220]➜  		"translations/kubectl/ko_KR/LC_MESSAGES/k8s.po": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/ko_KR/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9640810Z [00:03:45.220]➜  		"translations/kubectl/pt_BR/LC_MESSAGES/k8s.mo": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/pt_BR/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9647513Z [00:03:45.220]➜  		"translations/kubectl/pt_BR/LC_MESSAGES/k8s.po": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/pt_BR/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9649532Z [00:03:45.220]➜  		"translations/kubectl/template.pot": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/template.pot",
2025-08-20T21:21:51.9651462Z [00:03:45.220]➜  		"translations/kubectl/zh_CN/LC_MESSAGES/k8s.mo": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/zh_CN/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9653696Z [00:03:45.220]➜  		"translations/kubectl/zh_CN/LC_MESSAGES/k8s.po": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/zh_CN/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9655760Z [00:03:45.220]➜  		"translations/kubectl/zh_TW/LC_MESSAGES/k8s.mo": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/zh_TW/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9657793Z [00:03:45.220]➜  		"translations/kubectl/zh_TW/LC_MESSAGES/k8s.po": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/kubectl/zh_TW/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9660010Z [00:03:45.220]➜  		"translations/test/default/LC_MESSAGES/k8s.mo": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/test/default/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9662034Z [00:03:45.220]➜  		"translations/test/default/LC_MESSAGES/k8s.po": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/test/default/LC_MESSAGES/k8s.po",
2025-08-20T21:21:51.9664181Z [00:03:45.220]➜  		"translations/test/en_US/LC_MESSAGES/k8s.mo": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/test/en_US/LC_MESSAGES/k8s.mo",
2025-08-20T21:21:51.9666083Z [00:03:45.220]➜  		"translations/test/en_US/LC_MESSAGES/k8s.po": "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/translations/test/en_US/LC_MESSAGES/k8s.po"
2025-08-20T21:21:51.9667175Z [00:03:45.220]➜  	}
2025-08-20T21:21:51.9667568Z [00:03:45.220]➜  }EOF
2025-08-20T21:21:51.9671188Z [00:03:45.222]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2044/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n=>k8s.io/kubectl@v0.33.2/pkg/util/i18n;$WORK/b2044=>" -p k8s.io/kubectl/pkg/util/i18n -lang=go1.24 -complete -installsuffix shared -buildid XydiQmqCiH2ozf-Vj2JX/XydiQmqCiH2ozf-Vj2JX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2044/importcfg -embedcfg $WORK/b2044/embedcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/i18n/i18n.go
2025-08-20T21:21:52.0126446Z [00:03:45.277]➜  go tool buildid -w $WORK/b2044/_pkg_.a # internal
2025-08-20T21:21:52.0195812Z [00:03:45.284]➜  cp $WORK/b2044/_pkg_.a /root/.cache/go-build/1a/1ab62a61fca1236a4df2c060d15620fe228bbf62875ce6351fb40f82054f8c5c-d # internal
2025-08-20T21:21:52.0215470Z [00:03:45.284]➜  k8s.io/apimachinery/pkg/util/httpstream
2025-08-20T21:21:52.0216321Z [00:03:45.284]➜  mkdir -p $WORK/b2056/
2025-08-20T21:21:52.0217086Z [00:03:45.284]➜  cat >/tmp/go-build3547871397/b2056/importcfg << 'EOF' # internal
2025-08-20T21:21:52.0217743Z [00:03:45.284]➜  # import config
2025-08-20T21:21:52.0218544Z [00:03:45.284]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:52.0219325Z [00:03:45.284]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:52.0220069Z [00:03:45.284]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:52.0220841Z [00:03:45.284]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:52.0221637Z [00:03:45.284]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:52.0222405Z [00:03:45.284]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:52.0223247Z [00:03:45.284]➜  EOF
2025-08-20T21:21:52.0227639Z [00:03:45.284]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2056/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/httpstream=>k8s.io/apimachinery@v0.33.2/pkg/util/httpstream;$WORK/b2056=>" -p k8s.io/apimachinery/pkg/util/httpstream -lang=go1.24 -complete -installsuffix shared -buildid UZ2RVpuE0Npgpf-GTCXR/UZ2RVpuE0Npgpf-GTCXR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2056/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/httpstream/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/httpstream/httpstream.go
2025-08-20T21:21:52.0779042Z [00:03:45.345]➜  go tool buildid -w $WORK/b2056/_pkg_.a # internal
2025-08-20T21:21:52.0791355Z [00:03:45.346]➜  cp $WORK/b2056/_pkg_.a /root/.cache/go-build/e6/e6989c392d79dcf3379362a50af2a92f5a7de25a4b38d7fd721d1df39537fc01-d # internal
2025-08-20T21:21:52.0794370Z [00:03:45.347]➜  k8s.io/apimachinery/pkg/util/remotecommand
2025-08-20T21:21:52.0797169Z [00:03:45.347]➜  mkdir -p $WORK/b2057/
2025-08-20T21:21:52.0798950Z [00:03:45.347]➜  cat >/tmp/go-build3547871397/b2057/importcfg << 'EOF' # internal
2025-08-20T21:21:52.0800326Z [00:03:45.347]➜  # import config
2025-08-20T21:21:52.0801440Z [00:03:45.347]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:52.0805794Z [00:03:45.347]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:52.0806670Z [00:03:45.347]➜  EOF
2025-08-20T21:21:52.0810673Z [00:03:45.347]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2057/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/remotecommand=>k8s.io/apimachinery@v0.33.2/pkg/util/remotecommand;$WORK/b2057=>" -p k8s.io/apimachinery/pkg/util/remotecommand -lang=go1.24 -complete -installsuffix shared -buildid wKHQ-DUesSXzZ9rKh6AP/wKHQ-DUesSXzZ9rKh6AP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2057/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/remotecommand/constants.go
2025-08-20T21:21:52.1339204Z [00:03:45.401]➜  go tool buildid -w $WORK/b2057/_pkg_.a # internal
2025-08-20T21:21:52.1350330Z [00:03:45.402]➜  cp $WORK/b2057/_pkg_.a /root/.cache/go-build/1c/1cb6ec87864a8c40499b01307bf475ca4e34fc25ebba2bcdcd94521a86da0568-d # internal
2025-08-20T21:21:52.1359678Z [00:03:45.403]➜  github.com/moby/spdystream/spdy
2025-08-20T21:21:52.1362280Z [00:03:45.403]➜  mkdir -p $WORK/b2061/
2025-08-20T21:21:52.1380853Z [00:03:45.405]➜  cat >/tmp/go-build3547871397/b2061/importcfg << 'EOF' # internal
2025-08-20T21:21:52.1388502Z [00:03:45.405]➜  # import config
2025-08-20T21:21:52.1389188Z [00:03:45.405]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:52.1390130Z [00:03:45.405]➜  packagefile compress/zlib=/tmp/go-build3547871397/b460/_pkg_.a
2025-08-20T21:21:52.1391079Z [00:03:45.405]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:52.1391926Z [00:03:45.405]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:52.1392978Z [00:03:45.405]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:52.1393850Z [00:03:45.405]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:52.1394457Z [00:03:45.405]➜  EOF
2025-08-20T21:21:52.1399471Z [00:03:45.406]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2061/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/spdystream@v0.5.0/spdy=>github.com/moby/spdystream@v0.5.0/spdy;$WORK/b2061=>" -p github.com/moby/spdystream/spdy -lang=go1.13 -complete -installsuffix shared -buildid cg0KAIblXCeoUKGQPiJc/cg0KAIblXCeoUKGQPiJc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2061/importcfg -pack /root/go/pkg/mod/github.com/moby/spdystream@v0.5.0/spdy/dictionary.go /root/go/pkg/mod/github.com/moby/spdystream@v0.5.0/spdy/read.go /root/go/pkg/mod/github.com/moby/spdystream@v0.5.0/spdy/types.go /root/go/pkg/mod/github.com/moby/spdystream@v0.5.0/spdy/write.go
2025-08-20T21:21:52.2159274Z [00:03:45.483]➜  go tool buildid -w $WORK/b2055/_pkg_.a # internal
2025-08-20T21:21:52.2233316Z [00:03:45.490]➜  cp $WORK/b2055/_pkg_.a /root/.cache/go-build/eb/ebf17a4580af4825c72431fb101daa078d070c17cb6bce20d9c96015a1b17783-d # internal
2025-08-20T21:21:52.2234650Z [00:03:45.490]➜  github.com/mxk/go-flowrate/flowrate
2025-08-20T21:21:52.2235278Z [00:03:45.490]➜  mkdir -p $WORK/b2063/
2025-08-20T21:21:52.2261950Z [00:03:45.493]➜  cat >/tmp/go-build3547871397/b2063/importcfg << 'EOF' # internal
2025-08-20T21:21:52.2273299Z [00:03:45.493]➜  # import config
2025-08-20T21:21:52.2276251Z [00:03:45.493]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:52.2277088Z [00:03:45.493]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:52.2277908Z [00:03:45.493]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:21:52.2278742Z [00:03:45.493]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:52.2279556Z [00:03:45.493]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:52.2280348Z [00:03:45.493]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:52.2280977Z [00:03:45.493]➜  EOF
2025-08-20T21:21:52.2286828Z [00:03:45.494]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2063/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f/flowrate=>github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f/flowrate;$WORK/b2063=>" -p github.com/mxk/go-flowrate/flowrate -lang=go1.16 -complete -installsuffix shared -buildid HGGSFEkTnNPZd_xEd-Vu/HGGSFEkTnNPZd_xEd-Vu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2063/importcfg -pack /root/go/pkg/mod/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f/flowrate/flowrate.go /root/go/pkg/mod/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f/flowrate/io.go /root/go/pkg/mod/github.com/mxk/go-flowrate@v0.0.0-20140419014527-cca7078d478f/flowrate/util.go
2025-08-20T21:21:52.2638607Z [00:03:45.531]➜  go tool buildid -w $WORK/b2061/_pkg_.a # internal
2025-08-20T21:21:52.2655988Z [00:03:45.533]➜  cp $WORK/b2061/_pkg_.a /root/.cache/go-build/37/3713a9812afa400b97363b4729adc261ade9a5bd6bf54dbc6a7fe1b6f7adcfc0-d # internal
2025-08-20T21:21:52.2663024Z [00:03:45.533]➜  github.com/moby/spdystream
2025-08-20T21:21:52.2663659Z [00:03:45.533]➜  mkdir -p $WORK/b2060/
2025-08-20T21:21:52.2680599Z [00:03:45.534]➜  cat >/tmp/go-build3547871397/b2060/importcfg << 'EOF' # internal
2025-08-20T21:21:52.2681308Z [00:03:45.534]➜  # import config
2025-08-20T21:21:52.2682042Z [00:03:45.534]➜  packagefile container/heap=/tmp/go-build3547871397/b272/_pkg_.a
2025-08-20T21:21:52.2683139Z [00:03:45.534]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:52.2683971Z [00:03:45.534]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:52.2685015Z [00:03:45.534]➜  packagefile github.com/moby/spdystream/spdy=/tmp/go-build3547871397/b2061/_pkg_.a
2025-08-20T21:21:52.2686101Z [00:03:45.534]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:52.2686947Z [00:03:45.534]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:52.2687816Z [00:03:45.534]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:52.2688711Z [00:03:45.534]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:52.2689567Z [00:03:45.534]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:52.2690646Z [00:03:45.534]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:52.2691487Z [00:03:45.534]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:52.2692100Z [00:03:45.534]➜  EOF
2025-08-20T21:21:52.2697662Z [00:03:45.534]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2060/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/spdystream@v0.5.0=>github.com/moby/spdystream@v0.5.0;$WORK/b2060=>" -p github.com/moby/spdystream -lang=go1.13 -complete -installsuffix shared -buildid eFEFDbcjkq87IFKWvMsY/eFEFDbcjkq87IFKWvMsY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2060/importcfg -pack /root/go/pkg/mod/github.com/moby/spdystream@v0.5.0/connection.go /root/go/pkg/mod/github.com/moby/spdystream@v0.5.0/handlers.go /root/go/pkg/mod/github.com/moby/spdystream@v0.5.0/priority.go /root/go/pkg/mod/github.com/moby/spdystream@v0.5.0/stream.go /root/go/pkg/mod/github.com/moby/spdystream@v0.5.0/utils.go
2025-08-20T21:21:52.3155323Z [00:03:45.583]➜  go tool buildid -w $WORK/b2063/_pkg_.a # internal
2025-08-20T21:21:52.3181749Z [00:03:45.585]➜  cp $WORK/b2063/_pkg_.a /root/.cache/go-build/2e/2ea2825c659a04ac258f8e97b2c590f5d23448bba9964e3290a28aece273a5f3-d # internal
2025-08-20T21:21:52.3195491Z [00:03:45.585]➜  k8s.io/apimachinery/third_party/forked/golang/netutil
2025-08-20T21:21:52.3196252Z [00:03:45.585]➜  mkdir -p $WORK/b2064/
2025-08-20T21:21:52.3197051Z [00:03:45.585]➜  cat >/tmp/go-build3547871397/b2064/importcfg << 'EOF' # internal
2025-08-20T21:21:52.3197783Z [00:03:45.585]➜  # import config
2025-08-20T21:21:52.3198483Z [00:03:45.585]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:52.3199442Z [00:03:45.585]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:52.3200123Z [00:03:45.585]➜  EOF
2025-08-20T21:21:52.3204564Z [00:03:45.585]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2064/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/third_party/forked/golang/netutil=>k8s.io/apimachinery@v0.33.2/third_party/forked/golang/netutil;$WORK/b2064=>" -p k8s.io/apimachinery/third_party/forked/golang/netutil -lang=go1.24 -complete -installsuffix shared -buildid 7DL2-FEBZgfylFRwXlCG/7DL2-FEBZgfylFRwXlCG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2064/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/third_party/forked/golang/netutil/addr.go
2025-08-20T21:21:52.3213750Z [00:03:45.589]➜  go tool buildid -w $WORK/b2052/_pkg_.a # internal
2025-08-20T21:21:52.3307514Z [00:03:45.598]➜  cp $WORK/b2052/_pkg_.a /root/.cache/go-build/4d/4d9a6316a0dfbe6d137a342280255da52fc02dabef3e8b6df1a68f254d89d46a-d # internal
2025-08-20T21:21:52.3378231Z [00:03:45.605]➜  go tool buildid -w $WORK/b2064/_pkg_.a # internal
2025-08-20T21:21:52.3386661Z [00:03:45.606]➜  golang.org/x/net/websocket
2025-08-20T21:21:52.3387466Z [00:03:45.606]➜  mkdir -p $WORK/b2067/
2025-08-20T21:21:52.3388370Z [00:03:45.606]➜  cat >/tmp/go-build3547871397/b2067/importcfg << 'EOF' # internal
2025-08-20T21:21:52.3389296Z [00:03:45.606]➜  # import config
2025-08-20T21:21:52.3390120Z [00:03:45.606]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:52.3391147Z [00:03:45.606]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:52.3392178Z [00:03:45.606]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:52.3393403Z [00:03:45.606]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:21:52.3394489Z [00:03:45.606]➜  packagefile crypto/sha1=/tmp/go-build3547871397/b219/_pkg_.a
2025-08-20T21:21:52.3395537Z [00:03:45.606]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:52.3396728Z [00:03:45.606]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:52.3397892Z [00:03:45.606]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:21:52.3398995Z [00:03:45.606]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:52.3400223Z [00:03:45.606]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:52.3401191Z [00:03:45.606]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:52.3402125Z [00:03:45.606]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:52.3403215Z [00:03:45.606]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:52.3404204Z [00:03:45.606]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:52.3408974Z [00:03:45.606]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:52.3410082Z [00:03:45.606]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:52.3411301Z [00:03:45.606]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:52.3412395Z [00:03:45.606]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:52.3417494Z [00:03:45.606]➜  EOF
2025-08-20T21:21:52.3422994Z [00:03:45.606]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2067/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/websocket=>golang.org/x/net@v0.42.0/websocket;$WORK/b2067=>" -p golang.org/x/net/websocket -lang=go1.23 -complete -installsuffix shared -buildid e3-KAy5XvAQvZYPtnLOd/e3-KAy5XvAQvZYPtnLOd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2067/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/websocket/client.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/websocket/dial.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/websocket/hybi.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/websocket/server.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/websocket/websocket.go
2025-08-20T21:21:52.3428079Z [00:03:45.606]➜  cp $WORK/b2064/_pkg_.a /root/.cache/go-build/2e/2ef53854929bb61deee67d22ad8f91e936fad181a73cecae610c695b496dbcf5-d # internal
2025-08-20T21:21:52.3429311Z [00:03:45.606]➜  k8s.io/apimachinery/pkg/util/proxy
2025-08-20T21:21:52.3429964Z [00:03:45.606]➜  mkdir -p $WORK/b2062/
2025-08-20T21:21:52.3437243Z [00:03:45.611]➜  cat >/tmp/go-build3547871397/b2062/importcfg << 'EOF' # internal
2025-08-20T21:21:52.3439290Z [00:03:45.611]➜  # import config
2025-08-20T21:21:52.3441386Z [00:03:45.611]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:52.3443475Z [00:03:45.611]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:52.3444463Z [00:03:45.611]➜  packagefile compress/flate=/tmp/go-build3547871397/b150/_pkg_.a
2025-08-20T21:21:52.3445445Z [00:03:45.611]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:21:52.3446382Z [00:03:45.611]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:52.3447487Z [00:03:45.611]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:52.3448405Z [00:03:45.611]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:52.3449466Z [00:03:45.611]➜  packagefile github.com/mxk/go-flowrate/flowrate=/tmp/go-build3547871397/b2063/_pkg_.a
2025-08-20T21:21:52.3450656Z [00:03:45.611]➜  packagefile golang.org/x/net/html=/tmp/go-build3547871397/b865/_pkg_.a
2025-08-20T21:21:52.3451801Z [00:03:45.611]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build3547871397/b866/_pkg_.a
2025-08-20T21:21:52.3452968Z [00:03:45.611]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:52.3454040Z [00:03:45.611]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:21:52.3455402Z [00:03:45.611]➜  packagefile k8s.io/apimachinery/pkg/util/httpstream=/tmp/go-build3547871397/b2056/_pkg_.a
2025-08-20T21:21:52.3456707Z [00:03:45.611]➜  packagefile k8s.io/apimachinery/pkg/util/net=/tmp/go-build3547871397/b255/_pkg_.a
2025-08-20T21:21:52.3458005Z [00:03:45.611]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:21:52.3459254Z [00:03:45.611]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:21:52.3460826Z [00:03:45.611]➜  packagefile k8s.io/apimachinery/third_party/forked/golang/netutil=/tmp/go-build3547871397/b2064/_pkg_.a
2025-08-20T21:21:52.3462111Z [00:03:45.611]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:21:52.3463213Z [00:03:45.611]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:21:52.3464042Z [00:03:45.611]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:52.3464913Z [00:03:45.611]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:52.3465848Z [00:03:45.611]➜  packagefile net/http/httputil=/tmp/go-build3547871397/b563/_pkg_.a
2025-08-20T21:21:52.3466813Z [00:03:45.611]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:52.3467848Z [00:03:45.611]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:52.3468744Z [00:03:45.611]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:21:52.3469640Z [00:03:45.611]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:52.3470651Z [00:03:45.611]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:52.3471300Z [00:03:45.611]➜  EOF
2025-08-20T21:21:52.3485029Z [00:03:45.611]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2062/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/proxy=>k8s.io/apimachinery@v0.33.2/pkg/util/proxy;$WORK/b2062=>" -p k8s.io/apimachinery/pkg/util/proxy -lang=go1.24 -complete -installsuffix shared -buildid Bz3ntuDOfX2UfuEhG16T/Bz3ntuDOfX2UfuEhG16T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2062/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/proxy/dial.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/proxy/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/proxy/transport.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/proxy/upgradeaware.go
2025-08-20T21:21:52.3880068Z [00:03:45.653]➜  go tool buildid -w $WORK/b2060/_pkg_.a # internal
2025-08-20T21:21:52.3881631Z [00:03:45.653]➜  cp $WORK/b2060/_pkg_.a /root/.cache/go-build/72/7205f8df0de639a35c7df92d868e5828b5657418dfb250bc3a53202c0f9f6a80-d # internal
2025-08-20T21:21:52.3883014Z [00:03:45.653]➜  k8s.io/kubectl/pkg/util/interrupt
2025-08-20T21:21:52.3883585Z [00:03:45.653]➜  mkdir -p $WORK/b2070/
2025-08-20T21:21:52.3884326Z [00:03:45.654]➜  cat >/tmp/go-build3547871397/b2070/importcfg << 'EOF' # internal
2025-08-20T21:21:52.3896054Z [00:03:45.654]➜  # import config
2025-08-20T21:21:52.3896755Z [00:03:45.654]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:52.3897609Z [00:03:45.654]➜  packagefile os/signal=/tmp/go-build3547871397/b751/_pkg_.a
2025-08-20T21:21:52.3898624Z [00:03:45.654]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:52.3899429Z [00:03:45.654]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:52.3900014Z [00:03:45.654]➜  EOF
2025-08-20T21:21:52.3903795Z [00:03:45.654]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2070/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/interrupt=>k8s.io/kubectl@v0.33.2/pkg/util/interrupt;$WORK/b2070=>" -p k8s.io/kubectl/pkg/util/interrupt -lang=go1.24 -complete -installsuffix shared -buildid 90aguqODgTQFonYI3ni-/90aguqODgTQFonYI3ni- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2070/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/interrupt/interrupt.go
2025-08-20T21:21:52.4125263Z [00:03:45.677]➜  go tool buildid -w $WORK/b2070/_pkg_.a # internal
2025-08-20T21:21:52.4134722Z [00:03:45.678]➜  cp $WORK/b2070/_pkg_.a /root/.cache/go-build/f3/f351ffa1a8e487633f68aae78190175d2c48e21f40877bab99868d04e9e08594-d # internal
2025-08-20T21:21:52.4135918Z [00:03:45.678]➜  github.com/exponent-io/jsonpath
2025-08-20T21:21:52.4136526Z [00:03:45.679]➜  mkdir -p $WORK/b2072/
2025-08-20T21:21:52.4137241Z [00:03:45.679]➜  cat >/tmp/go-build3547871397/b2072/importcfg << 'EOF' # internal
2025-08-20T21:21:52.4137943Z [00:03:45.679]➜  # import config
2025-08-20T21:21:52.4138664Z [00:03:45.679]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:52.4139547Z [00:03:45.679]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:52.4140377Z [00:03:45.679]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:52.4140991Z [00:03:45.679]➜  EOF
2025-08-20T21:21:52.4147207Z [00:03:45.679]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2072/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/exponent-io/jsonpath@v0.0.0-20210407135951-1de76d718b3f=>github.com/exponent-io/jsonpath@v0.0.0-20210407135951-1de76d718b3f;$WORK/b2072=>" -p github.com/exponent-io/jsonpath -lang=go1.15 -complete -installsuffix shared -buildid AqU7KiK9SbvHjXCMi-kX/AqU7KiK9SbvHjXCMi-kX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2072/importcfg -pack /root/go/pkg/mod/github.com/exponent-io/jsonpath@v0.0.0-20210407135951-1de76d718b3f/decoder.go /root/go/pkg/mod/github.com/exponent-io/jsonpath@v0.0.0-20210407135951-1de76d718b3f/path.go /root/go/pkg/mod/github.com/exponent-io/jsonpath@v0.0.0-20210407135951-1de76d718b3f/pathaction.go
2025-08-20T21:21:52.4967718Z [00:03:45.764]➜  go tool buildid -w $WORK/b2072/_pkg_.a # internal
2025-08-20T21:21:52.4990463Z [00:03:45.766]➜  cp $WORK/b2072/_pkg_.a /root/.cache/go-build/5f/5f62eb13bda0a5482e64e71e5bd792a33d0fef2673dc6296f39b7c7caacca148-d # internal
2025-08-20T21:21:52.4997224Z [00:03:45.767]➜  k8s.io/kube-openapi/pkg/util/proto/validation
2025-08-20T21:21:52.4999458Z [00:03:45.767]➜  mkdir -p $WORK/b2073/
2025-08-20T21:21:52.5009169Z [00:03:45.768]➜  cat >/tmp/go-build3547871397/b2073/importcfg << 'EOF' # internal
2025-08-20T21:21:52.5010153Z [00:03:45.768]➜  # import config
2025-08-20T21:21:52.5012367Z [00:03:45.768]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:52.5013792Z [00:03:45.768]➜  packagefile k8s.io/kube-openapi/pkg/util/proto=/tmp/go-build3547871397/b411/_pkg_.a
2025-08-20T21:21:52.5018957Z [00:03:45.768]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:52.5019822Z [00:03:45.768]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:52.5020436Z [00:03:45.768]➜  EOF
2025-08-20T21:21:52.5027022Z [00:03:45.769]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2073/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/util/proto/validation=>k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/util/proto/validation;$WORK/b2073=>" -p k8s.io/kube-openapi/pkg/util/proto/validation -lang=go1.21 -complete -installsuffix shared -buildid eLh2On03Usj3qNc5VV69/eLh2On03Usj3qNc5VV69 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2073/importcfg -pack /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/util/proto/validation/errors.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/util/proto/validation/types.go /root/go/pkg/mod/k8s.io/kube-openapi@v0.0.0-20250318190949-c8a335a9a2ff/pkg/util/proto/validation/validation.go
2025-08-20T21:21:52.5429880Z [00:03:45.810]➜  go tool buildid -w $WORK/b2062/_pkg_.a # internal
2025-08-20T21:21:52.5457511Z [00:03:45.813]➜  cp $WORK/b2062/_pkg_.a /root/.cache/go-build/b2/b2aca8fbe772cbbbed728fa9af44a1b4a3c5e3457fdc649440c6fbd081296535-d # internal
2025-08-20T21:21:52.5465549Z [00:03:45.814]➜  k8s.io/apimachinery/pkg/util/httpstream/spdy
2025-08-20T21:21:52.5467913Z [00:03:45.814]➜  mkdir -p $WORK/b2059/
2025-08-20T21:21:52.5468633Z [00:03:45.814]➜  cat >/tmp/go-build3547871397/b2059/importcfg << 'EOF' # internal
2025-08-20T21:21:52.5469270Z [00:03:45.814]➜  # import config
2025-08-20T21:21:52.5469885Z [00:03:45.814]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:52.5470710Z [00:03:45.814]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:52.5471511Z [00:03:45.814]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:52.5472387Z [00:03:45.814]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:52.5476336Z [00:03:45.814]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:52.5477139Z [00:03:45.814]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:52.5478035Z [00:03:45.814]➜  packagefile github.com/moby/spdystream=/tmp/go-build3547871397/b2060/_pkg_.a
2025-08-20T21:21:52.5479056Z [00:03:45.814]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3547871397/b1712/_pkg_.a
2025-08-20T21:21:52.5479922Z [00:03:45.814]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:52.5480893Z [00:03:45.814]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:21:52.5482294Z [00:03:45.814]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:52.5483764Z [00:03:45.814]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:52.5485156Z [00:03:45.814]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3547871397/b346/_pkg_.a
2025-08-20T21:21:52.5486450Z [00:03:45.814]➜  packagefile k8s.io/apimachinery/pkg/util/httpstream=/tmp/go-build3547871397/b2056/_pkg_.a
2025-08-20T21:21:52.5487742Z [00:03:45.814]➜  packagefile k8s.io/apimachinery/pkg/util/net=/tmp/go-build3547871397/b255/_pkg_.a
2025-08-20T21:21:52.5488904Z [00:03:45.814]➜  packagefile k8s.io/apimachinery/pkg/util/proxy=/tmp/go-build3547871397/b2062/_pkg_.a
2025-08-20T21:21:52.5490104Z [00:03:45.814]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:21:52.5491444Z [00:03:45.814]➜  packagefile k8s.io/apimachinery/third_party/forked/golang/netutil=/tmp/go-build3547871397/b2064/_pkg_.a
2025-08-20T21:21:52.5492592Z [00:03:45.814]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:21:52.5500987Z [00:03:45.814]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:52.5501842Z [00:03:45.814]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:52.5502927Z [00:03:45.814]➜  packagefile net/http/httputil=/tmp/go-build3547871397/b563/_pkg_.a
2025-08-20T21:21:52.5503836Z [00:03:45.814]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:52.5504674Z [00:03:45.814]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:52.5505460Z [00:03:45.814]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:52.5506281Z [00:03:45.814]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:21:52.5507107Z [00:03:45.814]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:52.5507680Z [00:03:45.814]➜  EOF
2025-08-20T21:21:52.5513167Z [00:03:45.814]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2059/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/httpstream/spdy=>k8s.io/apimachinery@v0.33.2/pkg/util/httpstream/spdy;$WORK/b2059=>" -p k8s.io/apimachinery/pkg/util/httpstream/spdy -lang=go1.24 -complete -installsuffix shared -buildid urwmCCnbkly1Dn_dHT_x/urwmCCnbkly1Dn_dHT_x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2059/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/httpstream/spdy/connection.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/httpstream/spdy/roundtripper.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/httpstream/spdy/upgrade.go
2025-08-20T21:21:52.5526740Z [00:03:45.820]➜  go tool buildid -w $WORK/b2067/_pkg_.a # internal
2025-08-20T21:21:52.5584508Z [00:03:45.826]➜  cp $WORK/b2067/_pkg_.a /root/.cache/go-build/1f/1fc897b473532029e93b81338ab076e7839eff1c38db277d1f6f76425348c61e-d # internal
2025-08-20T21:21:52.5592251Z [00:03:45.826]➜  k8s.io/apimachinery/pkg/util/httpstream/wsstream
2025-08-20T21:21:52.5593039Z [00:03:45.826]➜  mkdir -p $WORK/b2066/
2025-08-20T21:21:52.5602287Z [00:03:45.827]➜  cat >/tmp/go-build3547871397/b2066/importcfg << 'EOF' # internal
2025-08-20T21:21:52.5603224Z [00:03:45.827]➜  # import config
2025-08-20T21:21:52.5604016Z [00:03:45.827]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:21:52.5604924Z [00:03:45.827]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:52.5605909Z [00:03:45.827]➜  packagefile golang.org/x/net/websocket=/tmp/go-build3547871397/b2067/_pkg_.a
2025-08-20T21:21:52.5606866Z [00:03:45.827]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:52.5607965Z [00:03:45.827]➜  packagefile k8s.io/apimachinery/pkg/util/httpstream=/tmp/go-build3547871397/b2056/_pkg_.a
2025-08-20T21:21:52.5609309Z [00:03:45.827]➜  packagefile k8s.io/apimachinery/pkg/util/portforward=/tmp/go-build3547871397/b2068/_pkg_.a
2025-08-20T21:21:52.5610842Z [00:03:45.827]➜  packagefile k8s.io/apimachinery/pkg/util/remotecommand=/tmp/go-build3547871397/b2057/_pkg_.a
2025-08-20T21:21:52.5612158Z [00:03:45.827]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:21:52.5615960Z [00:03:45.828]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:21:52.5616911Z [00:03:45.828]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:52.5617738Z [00:03:45.828]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:52.5618680Z [00:03:45.828]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:52.5619487Z [00:03:45.828]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:52.5620096Z [00:03:45.828]➜  EOF
2025-08-20T21:21:52.5625579Z [00:03:45.828]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2066/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/httpstream/wsstream=>k8s.io/apimachinery@v0.33.2/pkg/util/httpstream/wsstream;$WORK/b2066=>" -p k8s.io/apimachinery/pkg/util/httpstream/wsstream -lang=go1.24 -complete -installsuffix shared -buildid Urz5FRjyJckgpeyPYIGW/Urz5FRjyJckgpeyPYIGW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2066/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/httpstream/wsstream/conn.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/httpstream/wsstream/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/httpstream/wsstream/stream.go
2025-08-20T21:21:52.5943325Z [00:03:45.861]➜  go tool buildid -w $WORK/b2073/_pkg_.a # internal
2025-08-20T21:21:52.5968392Z [00:03:45.864]➜  cp $WORK/b2073/_pkg_.a /root/.cache/go-build/d9/d992ccb25642580ab8f9752dae4449571c71b3aed233f6cadfc9ef4dac8cdd4a-d # internal
2025-08-20T21:21:52.5972530Z [00:03:45.865]➜  k8s.io/kubectl/pkg/validation
2025-08-20T21:21:52.5976620Z [00:03:45.865]➜  mkdir -p $WORK/b2071/
2025-08-20T21:21:52.5985770Z [00:03:45.866]➜  cat >/tmp/go-build3547871397/b2071/importcfg << 'EOF' # internal
2025-08-20T21:21:52.5988962Z [00:03:45.866]➜  # import config
2025-08-20T21:21:52.5999686Z [00:03:45.866]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:52.6000813Z [00:03:45.866]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:52.6001681Z [00:03:45.866]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:52.6002511Z [00:03:45.866]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:52.6003647Z [00:03:45.866]➜  packagefile github.com/exponent-io/jsonpath=/tmp/go-build3547871397/b2072/_pkg_.a
2025-08-20T21:21:52.6004838Z [00:03:45.866]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:52.6006073Z [00:03:45.866]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:52.6007300Z [00:03:45.866]➜  packagefile k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3547871397/b107/_pkg_.a
2025-08-20T21:21:52.6008464Z [00:03:45.866]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3547871397/b142/_pkg_.a
2025-08-20T21:21:52.6009584Z [00:03:45.866]➜  packagefile k8s.io/apimachinery/pkg/util/yaml=/tmp/go-build3547871397/b344/_pkg_.a
2025-08-20T21:21:52.6010713Z [00:03:45.866]➜  packagefile k8s.io/cli-runtime/pkg/resource=/tmp/go-build3547871397/b296/_pkg_.a
2025-08-20T21:21:52.6011690Z [00:03:45.866]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:21:52.6017745Z [00:03:45.866]➜  packagefile k8s.io/kube-openapi/pkg/util/proto/validation=/tmp/go-build3547871397/b2073/_pkg_.a
2025-08-20T21:21:52.6019094Z [00:03:45.866]➜  packagefile k8s.io/kubectl/pkg/util/openapi=/tmp/go-build3547871397/b2049/_pkg_.a
2025-08-20T21:21:52.6019863Z [00:03:45.866]➜  EOF
2025-08-20T21:21:52.6024083Z [00:03:45.866]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2071/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/validation=>k8s.io/kubectl@v0.33.2/pkg/validation;$WORK/b2071=>" -p k8s.io/kubectl/pkg/validation -lang=go1.24 -complete -installsuffix shared -buildid JPhWh4NaUmGAehA9MWUx/JPhWh4NaUmGAehA9MWUx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2071/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/validation/schema.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/validation/validation.go
2025-08-20T21:21:52.6789116Z [00:03:45.946]➜  go tool buildid -w $WORK/b2066/_pkg_.a # internal
2025-08-20T21:21:52.6789949Z [00:03:45.946]➜  go tool buildid -w $WORK/b2071/_pkg_.a # internal
2025-08-20T21:21:52.6809892Z [00:03:45.948]➜  cp $WORK/b2066/_pkg_.a /root/.cache/go-build/9b/9b875ea703ae2effd53845603b0cbbbb06995e1efc60359e6cae55f8c2c2d63f-d # internal
2025-08-20T21:21:52.6812861Z [00:03:45.949]➜  k8s.io/client-go/transport/websocket
2025-08-20T21:21:52.6815319Z [00:03:45.949]➜  mkdir -p $WORK/b2065/
2025-08-20T21:21:52.6823971Z [00:03:45.950]➜  cp $WORK/b2071/_pkg_.a /root/.cache/go-build/02/02a4e6dc18ab297147d37b3b76acae6aa26c197c70a4a02747b32dc780f2b87c-d # internal
2025-08-20T21:21:52.6827333Z [00:03:45.950]➜  cat >/tmp/go-build3547871397/b2065/importcfg << 'EOF' # internal
2025-08-20T21:21:52.6831641Z [00:03:45.950]➜  # import config
2025-08-20T21:21:52.6834751Z [00:03:45.950]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:21:52.6835665Z [00:03:45.950]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:52.6836493Z [00:03:45.950]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:52.6837456Z [00:03:45.950]➜  packagefile github.com/gorilla/websocket=/tmp/go-build3547871397/b2055/_pkg_.a
2025-08-20T21:21:52.6838423Z [00:03:45.950]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:52.6839427Z [00:03:45.950]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:21:52.6840638Z [00:03:45.950]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:52.6842031Z [00:03:45.950]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:52.6843494Z [00:03:45.950]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3547871397/b346/_pkg_.a
2025-08-20T21:21:52.6845020Z [00:03:45.950]➜  packagefile k8s.io/apimachinery/pkg/util/httpstream=/tmp/go-build3547871397/b2056/_pkg_.a
2025-08-20T21:21:52.6846432Z [00:03:45.950]➜  packagefile k8s.io/apimachinery/pkg/util/httpstream/wsstream=/tmp/go-build3547871397/b2066/_pkg_.a
2025-08-20T21:21:52.6847727Z [00:03:45.950]➜  packagefile k8s.io/apimachinery/pkg/util/net=/tmp/go-build3547871397/b255/_pkg_.a
2025-08-20T21:21:52.6848798Z [00:03:45.950]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:21:52.6849831Z [00:03:45.950]➜  packagefile k8s.io/client-go/transport=/tmp/go-build3547871397/b445/_pkg_.a
2025-08-20T21:21:52.6850804Z [00:03:45.950]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:52.6851679Z [00:03:45.950]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:52.6852523Z [00:03:45.950]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:52.6869048Z [00:03:45.950]➜  EOF
2025-08-20T21:21:52.6872963Z [00:03:45.950]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2065/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/transport/websocket=>k8s.io/client-go@v0.33.2/transport/websocket;$WORK/b2065=>" -p k8s.io/client-go/transport/websocket -lang=go1.24 -complete -installsuffix shared -buildid vd3w2A46VExezCni_aNi/vd3w2A46VExezCni_aNi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2065/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/transport/websocket/roundtripper.go
2025-08-20T21:21:52.6876243Z [00:03:45.950]➜  k8s.io/utils/exec
2025-08-20T21:21:52.6876777Z [00:03:45.954]➜  mkdir -p $WORK/b2074/
2025-08-20T21:21:52.6877482Z [00:03:45.954]➜  cat >/tmp/go-build3547871397/b2074/importcfg << 'EOF' # internal
2025-08-20T21:21:52.6878335Z [00:03:45.954]➜  # import config
2025-08-20T21:21:52.6879006Z [00:03:45.954]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:52.6879827Z [00:03:45.954]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:52.6880772Z [00:03:45.954]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:52.6881586Z [00:03:45.954]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:21:52.6882403Z [00:03:45.954]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:21:52.6883395Z [00:03:45.954]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:21:52.6884196Z [00:03:45.954]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:52.6884785Z [00:03:45.954]➜  EOF
2025-08-20T21:21:52.6889431Z [00:03:45.954]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2074/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/exec=>k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/exec;$WORK/b2074=>" -p k8s.io/utils/exec -lang=go1.18 -complete -installsuffix shared -buildid D3_zOToq9BQhwdJYvRH4/D3_zOToq9BQhwdJYvRH4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2074/importcfg -pack /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/exec/doc.go /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/exec/exec.go /root/go/pkg/mod/k8s.io/utils@v0.0.0-20241104100929-3ea5e8cea738/exec/fixup_go119.go
2025-08-20T21:21:52.6895077Z [00:03:45.956]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:52.6898550Z [00:03:45.956]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x027.o -c zstd_compress_literals.c
2025-08-20T21:21:52.7094171Z [00:03:45.975]➜  go tool buildid -w $WORK/b2059/_pkg_.a # internal
2025-08-20T21:21:52.7096627Z [00:03:45.977]➜  cp $WORK/b2059/_pkg_.a /root/.cache/go-build/65/657571a2296d11956b03ffc7cdb628edb11981b0e2705630df2646776159dc4b-d # internal
2025-08-20T21:21:52.7098003Z [00:03:45.977]➜  k8s.io/client-go/transport/spdy
2025-08-20T21:21:52.7098605Z [00:03:45.977]➜  mkdir -p $WORK/b2058/
2025-08-20T21:21:52.7107585Z [00:03:45.978]➜  cat >/tmp/go-build3547871397/b2058/importcfg << 'EOF' # internal
2025-08-20T21:21:52.7109092Z [00:03:45.978]➜  # import config
2025-08-20T21:21:52.7109723Z [00:03:45.978]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:52.7110751Z [00:03:45.978]➜  packagefile k8s.io/apimachinery/pkg/util/httpstream=/tmp/go-build3547871397/b2056/_pkg_.a
2025-08-20T21:21:52.7112045Z [00:03:45.978]➜  packagefile k8s.io/apimachinery/pkg/util/httpstream/spdy=/tmp/go-build3547871397/b2059/_pkg_.a
2025-08-20T21:21:52.7113973Z [00:03:45.979]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:21:52.7116481Z [00:03:45.979]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:52.7119896Z [00:03:45.979]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:52.7120758Z [00:03:45.979]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:52.7123194Z [00:03:45.980]➜  EOF
2025-08-20T21:21:52.7123669Z [00:03:45.980]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:52.7127410Z [00:03:45.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2058/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/transport/spdy=>k8s.io/client-go@v0.33.2/transport/spdy;$WORK/b2058=>" -p k8s.io/client-go/transport/spdy -lang=go1.24 -complete -installsuffix shared -buildid 5WzzddFk__lehFkpubjS/5WzzddFk__lehFkpubjS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2058/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/transport/spdy/spdy.go
2025-08-20T21:21:52.7541790Z [00:03:46.021]➜  go tool buildid -w $WORK/b2074/_pkg_.a # internal
2025-08-20T21:21:52.7588231Z [00:03:46.026]➜  cp $WORK/b2074/_pkg_.a /root/.cache/go-build/a5/a52c67688d4552656c3f5f66aaca89d86aeb602ee121ee8e6628caea56c89f21-d # internal
2025-08-20T21:21:52.7591356Z [00:03:46.026]➜  k8s.io/kubectl/pkg/rawhttp
2025-08-20T21:21:52.7591919Z [00:03:46.026]➜  mkdir -p $WORK/b2075/
2025-08-20T21:21:52.7597259Z [00:03:46.027]➜  cat >/tmp/go-build3547871397/b2075/importcfg << 'EOF' # internal
2025-08-20T21:21:52.7614766Z [00:03:46.027]➜  # import config
2025-08-20T21:21:52.7615473Z [00:03:46.027]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:52.7616308Z [00:03:46.029]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:52.7617105Z [00:03:46.029]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:52.7619445Z [00:03:46.029]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:52.7620681Z [00:03:46.029]➜  packagefile k8s.io/cli-runtime/pkg/genericiooptions=/tmp/go-build3547871397/b286/_pkg_.a
2025-08-20T21:21:52.7621791Z [00:03:46.029]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:21:52.7622832Z [00:03:46.029]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:52.7623434Z [00:03:46.029]➜  EOF
2025-08-20T21:21:52.7628472Z [00:03:46.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2075/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/rawhttp=>k8s.io/kubectl@v0.33.2/pkg/rawhttp;$WORK/b2075=>" -p k8s.io/kubectl/pkg/rawhttp -lang=go1.24 -complete -installsuffix shared -buildid EH0CrkQMlvUtjNfYdsbG/EH0CrkQMlvUtjNfYdsbG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2075/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/rawhttp/raw.go
2025-08-20T21:21:52.7732129Z [00:03:46.039]➜  go tool buildid -w $WORK/b2058/_pkg_.a # internal
2025-08-20T21:21:52.7738333Z [00:03:46.041]➜  cp $WORK/b2058/_pkg_.a /root/.cache/go-build/9e/9e84aa7bb2afe40a29d6f65bed0b9f6eeec78ccab3f11e398d36717c48ebb68a-d # internal
2025-08-20T21:21:52.7739495Z [00:03:46.041]➜  k8s.io/kubectl/pkg/util/storage
2025-08-20T21:21:52.7741251Z [00:03:46.041]➜  mkdir -p $WORK/b2076/
2025-08-20T21:21:52.7742381Z [00:03:46.041]➜  cat >/tmp/go-build3547871397/b2076/importcfg << 'EOF' # internal
2025-08-20T21:21:52.7743729Z [00:03:46.041]➜  # import config
2025-08-20T21:21:52.7744651Z [00:03:46.041]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:21:52.7745744Z [00:03:46.041]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:52.7746724Z [00:03:46.041]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:52.7747314Z [00:03:46.041]➜  EOF
2025-08-20T21:21:52.7750685Z [00:03:46.041]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2076/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/storage=>k8s.io/kubectl@v0.33.2/pkg/util/storage;$WORK/b2076=>" -p k8s.io/kubectl/pkg/util/storage -lang=go1.24 -complete -installsuffix shared -buildid MajUIzDCR4m3NUO8jj8g/MajUIzDCR4m3NUO8jj8g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2076/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/storage/storage.go
2025-08-20T21:21:52.7834139Z [00:03:46.051]➜  go tool buildid -w $WORK/b2065/_pkg_.a # internal
2025-08-20T21:21:52.7859656Z [00:03:46.053]➜  cp $WORK/b2065/_pkg_.a /root/.cache/go-build/03/033ad4fd3e3d76a1f8ffb021b6ae635269374cc37df7155a8acab923317bfd29-d # internal
2025-08-20T21:21:52.7868380Z [00:03:46.054]➜  k8s.io/client-go/tools/remotecommand
2025-08-20T21:21:52.7869084Z [00:03:46.054]➜  mkdir -p $WORK/b2054/
2025-08-20T21:21:52.7879497Z [00:03:46.055]➜  cat >/tmp/go-build3547871397/b2054/importcfg << 'EOF' # internal
2025-08-20T21:21:52.7880459Z [00:03:46.055]➜  # import config
2025-08-20T21:21:52.7881511Z [00:03:46.055]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:52.7882445Z [00:03:46.055]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:52.7883476Z [00:03:46.055]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:52.7884399Z [00:03:46.055]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:52.7885322Z [00:03:46.055]➜  packagefile github.com/gorilla/websocket=/tmp/go-build3547871397/b2055/_pkg_.a
2025-08-20T21:21:52.7886208Z [00:03:46.055]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:52.7887066Z [00:03:46.055]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:21:52.7888199Z [00:03:46.055]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:52.7889423Z [00:03:46.055]➜  packagefile k8s.io/apimachinery/pkg/util/httpstream=/tmp/go-build3547871397/b2056/_pkg_.a
2025-08-20T21:21:52.7890741Z [00:03:46.055]➜  packagefile k8s.io/apimachinery/pkg/util/remotecommand=/tmp/go-build3547871397/b2057/_pkg_.a
2025-08-20T21:21:52.7892084Z [00:03:46.055]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:21:52.7893370Z [00:03:46.055]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:21:52.7894481Z [00:03:46.055]➜  packagefile k8s.io/client-go/transport/spdy=/tmp/go-build3547871397/b2058/_pkg_.a
2025-08-20T21:21:52.7895658Z [00:03:46.055]➜  packagefile k8s.io/client-go/transport/websocket=/tmp/go-build3547871397/b2065/_pkg_.a
2025-08-20T21:21:52.7896791Z [00:03:46.055]➜  packagefile k8s.io/client-go/util/exec=/tmp/go-build3547871397/b2069/_pkg_.a
2025-08-20T21:21:52.7897778Z [00:03:46.055]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:21:52.7898556Z [00:03:46.055]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:21:52.7899354Z [00:03:46.055]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:21:52.7900333Z [00:03:46.055]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:52.7901192Z [00:03:46.055]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:52.7902104Z [00:03:46.055]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:52.7903292Z [00:03:46.055]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:52.7903904Z [00:03:46.055]➜  EOF
2025-08-20T21:21:52.7926893Z [00:03:46.055]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2054/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/remotecommand=>k8s.io/client-go@v0.33.2/tools/remotecommand;$WORK/b2054=>" -p k8s.io/client-go/tools/remotecommand -lang=go1.24 -complete -installsuffix shared -buildid iYagxLJbecNDkItQshta/iYagxLJbecNDkItQshta -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2054/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/remotecommand/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/remotecommand/errorstream.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/remotecommand/fallback.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/remotecommand/reader.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/remotecommand/remotecommand.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/remotecommand/resize.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/remotecommand/spdy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/remotecommand/v1.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/remotecommand/v2.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/remotecommand/v3.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/remotecommand/v4.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/remotecommand/v5.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/remotecommand/websocket.go
2025-08-20T21:21:52.8107360Z [00:03:46.078]➜  go tool buildid -w $WORK/b2075/_pkg_.a # internal
2025-08-20T21:21:52.8126108Z [00:03:46.080]➜  cp $WORK/b2075/_pkg_.a /root/.cache/go-build/e5/e53b3a42ecbfd77137bd235e645ff412e0af4f3e68a416bbb348b7db3f2adcd7-d # internal
2025-08-20T21:21:52.8133888Z [00:03:46.080]➜  helm.sh/helm/v3/pkg/chart
2025-08-20T21:21:52.8134553Z [00:03:46.081]➜  mkdir -p $WORK/b2079/
2025-08-20T21:21:52.8139559Z [00:03:46.081]➜  cat >/tmp/go-build3547871397/b2079/importcfg << 'EOF' # internal
2025-08-20T21:21:52.8142323Z [00:03:46.081]➜  # import config
2025-08-20T21:21:52.8143589Z [00:03:46.081]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:52.8145044Z [00:03:46.081]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build3547871397/b1801/_pkg_.a
2025-08-20T21:21:52.8146514Z [00:03:46.081]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:21:52.8147908Z [00:03:46.081]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:52.8149807Z [00:03:46.081]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:52.8150672Z [00:03:46.081]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:52.8151550Z [00:03:46.082]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:52.8152189Z [00:03:46.082]➜  EOF
2025-08-20T21:21:52.8157204Z [00:03:46.082]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2079/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chart=>helm.sh/helm/v3@v3.18.4/pkg/chart;$WORK/b2079=>" -p helm.sh/helm/v3/pkg/chart -lang=go1.24 -complete -installsuffix shared -buildid 9AAEhhdfHudrs4iuKdIo/9AAEhhdfHudrs4iuKdIo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2079/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chart/chart.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chart/dependency.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chart/errors.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chart/file.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chart/metadata.go
2025-08-20T21:21:52.8175120Z [00:03:46.085]➜  go tool buildid -w $WORK/b2076/_pkg_.a # internal
2025-08-20T21:21:52.8204298Z [00:03:46.086]➜  cp $WORK/b2076/_pkg_.a /root/.cache/go-build/6f/6f966df236cab2e0d21b6c0885ea3604a5155b49bbefc3577a15695645c7f35a-d # internal
2025-08-20T21:21:52.8218722Z [00:03:46.088]➜  helm.sh/helm/v3/pkg/time
2025-08-20T21:21:52.8228384Z [00:03:46.088]➜  mkdir -p $WORK/b2080/
2025-08-20T21:21:52.8229327Z [00:03:46.088]➜  cat >/tmp/go-build3547871397/b2080/importcfg << 'EOF' # internal
2025-08-20T21:21:52.8230018Z [00:03:46.088]➜  # import config
2025-08-20T21:21:52.8230679Z [00:03:46.088]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:52.8231484Z [00:03:46.088]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:52.8232088Z [00:03:46.088]➜  EOF
2025-08-20T21:21:52.8235476Z [00:03:46.088]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2080/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/time=>helm.sh/helm/v3@v3.18.4/pkg/time;$WORK/b2080=>" -p helm.sh/helm/v3/pkg/time -lang=go1.24 -complete -installsuffix shared -buildid FSTyrVteK55W3bBE3mlq/FSTyrVteK55W3bBE3mlq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2080/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/time/time.go
2025-08-20T21:21:52.8595447Z [00:03:46.127]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:52.8599683Z [00:03:46.127]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x028.o -c zstd_compress_sequences.c
2025-08-20T21:21:52.8790379Z [00:03:46.146]➜  go tool buildid -w $WORK/b2079/_pkg_.a # internal
2025-08-20T21:21:52.8791729Z [00:03:46.146]➜  cp $WORK/b2079/_pkg_.a /root/.cache/go-build/bc/bc6b166b242fb2d809d5b496a8d404d98a9cb0fa930e6b7a0507e3a6c7276ee4-d # internal
2025-08-20T21:21:52.8793277Z [00:03:46.146]➜  k8s.io/client-go/dynamic/dynamiclister
2025-08-20T21:21:52.8793897Z [00:03:46.146]➜  mkdir -p $WORK/b2083/
2025-08-20T21:21:52.8794628Z [00:03:46.146]➜  cat >/tmp/go-build3547871397/b2083/importcfg << 'EOF' # internal
2025-08-20T21:21:52.8795454Z [00:03:46.146]➜  # import config
2025-08-20T21:21:52.8796301Z [00:03:46.146]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:21:52.8797627Z [00:03:46.146]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:21:52.8798885Z [00:03:46.146]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:52.8800007Z [00:03:46.146]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:52.8801184Z [00:03:46.146]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:52.8802347Z [00:03:46.146]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:52.8803293Z [00:03:46.146]➜  EOF
2025-08-20T21:21:52.8803780Z [00:03:46.146]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:52.8808619Z [00:03:46.146]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2083/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/dynamic/dynamiclister=>k8s.io/client-go@v0.33.2/dynamic/dynamiclister;$WORK/b2083=>" -p k8s.io/client-go/dynamic/dynamiclister -lang=go1.24 -complete -installsuffix shared -buildid YZcXyWnirntqJETTvznD/YZcXyWnirntqJETTvznD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2083/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/dynamic/dynamiclister/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/dynamic/dynamiclister/lister.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/dynamic/dynamiclister/shim.go
2025-08-20T21:21:52.9054848Z [00:03:46.173]➜  go tool buildid -w $WORK/b2080/_pkg_.a # internal
2025-08-20T21:21:52.9080667Z [00:03:46.175]➜  cp $WORK/b2080/_pkg_.a /root/.cache/go-build/32/32a5e24ff042b0d8d4761f7ac441663968aa75c5d8f54b39470f0ec6cce6af66-d # internal
2025-08-20T21:21:52.9096501Z [00:03:46.177]➜  helm.sh/helm/v3/pkg/release
2025-08-20T21:21:52.9108977Z [00:03:46.177]➜  mkdir -p $WORK/b2078/
2025-08-20T21:21:52.9109757Z [00:03:46.177]➜  cat >/tmp/go-build3547871397/b2078/importcfg << 'EOF' # internal
2025-08-20T21:21:52.9110453Z [00:03:46.178]➜  # import config
2025-08-20T21:21:52.9114251Z [00:03:46.179]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:52.9154843Z [00:03:46.179]➜  packagefile helm.sh/helm/v3/pkg/chart=/tmp/go-build3547871397/b2079/_pkg_.a
2025-08-20T21:21:52.9155956Z [00:03:46.179]➜  packagefile helm.sh/helm/v3/pkg/time=/tmp/go-build3547871397/b2080/_pkg_.a
2025-08-20T21:21:52.9157128Z [00:03:46.179]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:52.9158211Z [00:03:46.179]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:21:52.9159072Z [00:03:46.179]➜  EOF
2025-08-20T21:21:52.9165502Z [00:03:46.179]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2078/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/release=>helm.sh/helm/v3@v3.18.4/pkg/release;$WORK/b2078=>" -p helm.sh/helm/v3/pkg/release -lang=go1.24 -complete -installsuffix shared -buildid IW31tmQQMB0wk19v17cx/IW31tmQQMB0wk19v17cx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2078/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/release/hook.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/release/info.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/release/mock.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/release/release.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/release/responses.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/release/status.go
2025-08-20T21:21:52.9447202Z [00:03:46.212]➜  go tool buildid -w $WORK/b2078/_pkg_.a # internal
2025-08-20T21:21:52.9467179Z [00:03:46.213]➜  cp $WORK/b2078/_pkg_.a /root/.cache/go-build/d5/d5f5efaca55886d9db683a1bcfe637291f22855a7464dce51c5bf2ab785160b9-d # internal
2025-08-20T21:21:52.9468506Z [00:03:46.214]➜  k8s.io/client-go/informers/internalinterfaces
2025-08-20T21:21:52.9469889Z [00:03:46.214]➜  mkdir -p $WORK/b2087/
2025-08-20T21:21:52.9472447Z [00:03:46.215]➜  cat >/tmp/go-build3547871397/b2087/importcfg << 'EOF' # internal
2025-08-20T21:21:52.9475891Z [00:03:46.215]➜  # import config
2025-08-20T21:21:52.9476787Z [00:03:46.215]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:52.9478047Z [00:03:46.215]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:52.9479236Z [00:03:46.215]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:52.9480368Z [00:03:46.215]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:52.9481372Z [00:03:46.215]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:52.9481996Z [00:03:46.215]➜  EOF
2025-08-20T21:21:52.9489721Z [00:03:46.215]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2087/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/internalinterfaces=>k8s.io/client-go@v0.33.2/informers/internalinterfaces;$WORK/b2087=>" -p k8s.io/client-go/informers/internalinterfaces -lang=go1.24 -complete -installsuffix shared -buildid Mf57KxRvcVFG6hzb1io5/Mf57KxRvcVFG6hzb1io5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2087/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/internalinterfaces/factory_interfaces.go
2025-08-20T21:21:52.9537387Z [00:03:46.219]➜  go tool buildid -w $WORK/b2083/_pkg_.a # internal
2025-08-20T21:21:52.9540093Z [00:03:46.221]➜  cp $WORK/b2083/_pkg_.a /root/.cache/go-build/22/22b17fd714ed62ace4692a6e3f861641ea5446bee60bc62b6bf0c7afdf05149e-d # internal
2025-08-20T21:21:52.9541188Z [00:03:46.221]➜  k8s.io/client-go/listers
2025-08-20T21:21:52.9541886Z [00:03:46.221]➜  mkdir -p $WORK/b2089/
2025-08-20T21:21:52.9542604Z [00:03:46.221]➜  cat >/tmp/go-build3547871397/b2089/importcfg << 'EOF' # internal
2025-08-20T21:21:52.9543504Z [00:03:46.221]➜  # import config
2025-08-20T21:21:52.9544528Z [00:03:46.221]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:21:52.9545793Z [00:03:46.221]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:52.9547016Z [00:03:46.221]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:52.9548294Z [00:03:46.221]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:52.9549531Z [00:03:46.221]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:52.9550339Z [00:03:46.221]➜  EOF
2025-08-20T21:21:52.9554444Z [00:03:46.221]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2089/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers=>k8s.io/client-go@v0.33.2/listers;$WORK/b2089=>" -p k8s.io/client-go/listers -lang=go1.24 -complete -installsuffix shared -buildid 8ssnhVJ2IJ9ek0LB2vv9/8ssnhVJ2IJ9ek0LB2vv9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2089/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/generic_helpers.go
2025-08-20T21:21:52.9701297Z [00:03:46.237]➜  go tool buildid -w $WORK/b2089/_pkg_.a # internal
2025-08-20T21:21:52.9703431Z [00:03:46.238]➜  cp $WORK/b2089/_pkg_.a /root/.cache/go-build/83/833616221821d6e7b87a025c887cce801557d62fd1e80f189cea1bd73051959c-d # internal
2025-08-20T21:21:52.9705165Z [00:03:46.238]➜  k8s.io/client-go/listers/admissionregistration/v1
2025-08-20T21:21:52.9706131Z [00:03:46.238]➜  mkdir -p $WORK/b2088/
2025-08-20T21:21:52.9712093Z [00:03:46.239]➜  cat >/tmp/go-build3547871397/b2088/importcfg << 'EOF' # internal
2025-08-20T21:21:52.9713426Z [00:03:46.239]➜  # import config
2025-08-20T21:21:52.9715525Z [00:03:46.239]➜  packagefile k8s.io/api/admissionregistration/v1=/tmp/go-build3547871397/b352/_pkg_.a
2025-08-20T21:21:52.9716787Z [00:03:46.239]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:52.9718128Z [00:03:46.239]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:52.9719235Z [00:03:46.239]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:52.9720014Z [00:03:46.239]➜  EOF
2025-08-20T21:21:52.9727842Z [00:03:46.239]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2088/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/admissionregistration/v1=>k8s.io/client-go@v0.33.2/listers/admissionregistration/v1;$WORK/b2088=>" -p k8s.io/client-go/listers/admissionregistration/v1 -lang=go1.24 -complete -installsuffix shared -buildid FLa_auxC5W_9Pnm3hBRq/FLa_auxC5W_9Pnm3hBRq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2088/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/admissionregistration/v1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/admissionregistration/v1/mutatingwebhookconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/admissionregistration/v1/validatingadmissionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/admissionregistration/v1/validatingadmissionpolicybinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/admissionregistration/v1/validatingwebhookconfiguration.go
2025-08-20T21:21:52.9735667Z [00:03:46.241]➜  go tool buildid -w $WORK/b2054/_pkg_.a # internal
2025-08-20T21:21:52.9765278Z [00:03:46.244]➜  cp $WORK/b2054/_pkg_.a /root/.cache/go-build/c6/c6dcd7ee93b22d87e38ebe9d216978cf2a63e7c03535d6ee262d4b3ffad3578f-d # internal
2025-08-20T21:21:52.9767487Z [00:03:46.244]➜  k8s.io/kubectl/pkg/util/term
2025-08-20T21:21:52.9768041Z [00:03:46.244]➜  mkdir -p $WORK/b2053/
2025-08-20T21:21:52.9771954Z [00:03:46.244]➜  cat >/tmp/go-build3547871397/b2053/importcfg << 'EOF' # internal
2025-08-20T21:21:52.9772851Z [00:03:46.244]➜  # import config
2025-08-20T21:21:52.9773546Z [00:03:46.244]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:52.9774571Z [00:03:46.244]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:52.9775577Z [00:03:46.244]➜  packagefile github.com/mitchellh/go-wordwrap=/tmp/go-build3547871397/b1908/_pkg_.a
2025-08-20T21:21:52.9776670Z [00:03:46.244]➜  packagefile github.com/moby/term=/tmp/go-build3547871397/b289/_pkg_.a
2025-08-20T21:21:52.9777664Z [00:03:46.244]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:21:52.9778549Z [00:03:46.244]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:52.9779578Z [00:03:46.244]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:21:52.9780908Z [00:03:46.244]➜  packagefile k8s.io/cli-runtime/pkg/printers=/tmp/go-build3547871397/b287/_pkg_.a
2025-08-20T21:21:52.9782144Z [00:03:46.244]➜  packagefile k8s.io/client-go/tools/remotecommand=/tmp/go-build3547871397/b2054/_pkg_.a
2025-08-20T21:21:52.9783567Z [00:03:46.244]➜  packagefile k8s.io/kubectl/pkg/util/interrupt=/tmp/go-build3547871397/b2070/_pkg_.a
2025-08-20T21:21:52.9784572Z [00:03:46.244]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:52.9785382Z [00:03:46.244]➜  packagefile os/signal=/tmp/go-build3547871397/b751/_pkg_.a
2025-08-20T21:21:52.9786019Z [00:03:46.244]➜  EOF
2025-08-20T21:21:52.9791661Z [00:03:46.246]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2053/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/term=>k8s.io/kubectl@v0.33.2/pkg/util/term;$WORK/b2053=>" -p k8s.io/kubectl/pkg/util/term -lang=go1.24 -complete -installsuffix shared -buildid oQp9vUEbVVdAU0p7DrZQ/oQp9vUEbVVdAU0p7DrZQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2053/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/term/resize.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/term/resizeevents.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/term/term.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/term/term_writer.go
2025-08-20T21:21:53.0390445Z [00:03:46.306]➜  go tool buildid -w $WORK/b2088/_pkg_.a # internal
2025-08-20T21:21:53.0414258Z [00:03:46.308]➜  go tool buildid -w $WORK/b2053/_pkg_.a # internal
2025-08-20T21:21:53.0415933Z [00:03:46.309]➜  cp $WORK/b2053/_pkg_.a /root/.cache/go-build/cf/cfd7e32be42702b25b6b65fc1ab01935d2104f9faeb9cf641881debe7c6419a1-d # internal
2025-08-20T21:21:53.0418297Z [00:03:46.309]➜  k8s.io/kubectl/pkg/util/templates
2025-08-20T21:21:53.0419127Z [00:03:46.309]➜  mkdir -p $WORK/b2050/
2025-08-20T21:21:53.0420101Z [00:03:46.309]➜  cat >/tmp/go-build3547871397/b2050/importcfg << 'EOF' # internal
2025-08-20T21:21:53.0421303Z [00:03:46.309]➜  # import config
2025-08-20T21:21:53.0422241Z [00:03:46.309]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:53.0423729Z [00:03:46.309]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:53.0425119Z [00:03:46.309]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build3547871397/b2051/_pkg_.a
2025-08-20T21:21:53.0426787Z [00:03:46.309]➜  packagefile github.com/mitchellh/go-wordwrap=/tmp/go-build3547871397/b1908/_pkg_.a
2025-08-20T21:21:53.0428374Z [00:03:46.309]➜  packagefile github.com/russross/blackfriday/v2=/tmp/go-build3547871397/b2052/_pkg_.a
2025-08-20T21:21:53.0430052Z [00:03:46.309]➜  packagefile github.com/spf13/cobra=/tmp/go-build3547871397/b278/_pkg_.a
2025-08-20T21:21:53.0431494Z [00:03:46.309]➜  packagefile github.com/spf13/pflag=/tmp/go-build3547871397/b279/_pkg_.a
2025-08-20T21:21:53.0432946Z [00:03:46.309]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:53.0434294Z [00:03:46.309]➜  packagefile k8s.io/kubectl/pkg/util/term=/tmp/go-build3547871397/b2053/_pkg_.a
2025-08-20T21:21:53.0435824Z [00:03:46.309]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:53.0437095Z [00:03:46.309]➜  packagefile text/template=/tmp/go-build3547871397/b281/_pkg_.a
2025-08-20T21:21:53.0438230Z [00:03:46.309]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:53.0439493Z [00:03:46.309]➜  EOF
2025-08-20T21:21:53.0458444Z [00:03:46.309]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2050/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/templates=>k8s.io/kubectl@v0.33.2/pkg/util/templates;$WORK/b2050=>" -p k8s.io/kubectl/pkg/util/templates -lang=go1.24 -complete -installsuffix shared -buildid fXHUi1PaNZDzG5EKqe7O/fXHUi1PaNZDzG5EKqe7O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2050/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/templates/command_groups.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/templates/help_flags_printer.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/templates/markdown.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/templates/normalizers.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/templates/templater.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/templates/templates.go
2025-08-20T21:21:53.0464829Z [00:03:46.312]➜  cp $WORK/b2088/_pkg_.a /root/.cache/go-build/dd/dd14d21c9e7d25a9f64845b25b195e484e5f80119281c99ec86c7f3621e15d3e-d # internal
2025-08-20T21:21:53.0470847Z [00:03:46.314]➜  k8s.io/client-go/listers/admissionregistration/v1alpha1
2025-08-20T21:21:53.0473150Z [00:03:46.314]➜  mkdir -p $WORK/b2091/
2025-08-20T21:21:53.0486298Z [00:03:46.316]➜  cat >/tmp/go-build3547871397/b2091/importcfg << 'EOF' # internal
2025-08-20T21:21:53.0506452Z [00:03:46.316]➜  # import config
2025-08-20T21:21:53.0507417Z [00:03:46.316]➜  packagefile k8s.io/api/admissionregistration/v1alpha1=/tmp/go-build3547871397/b353/_pkg_.a
2025-08-20T21:21:53.0508646Z [00:03:46.316]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:53.0509763Z [00:03:46.316]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:53.0510853Z [00:03:46.316]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:53.0511564Z [00:03:46.316]➜  EOF
2025-08-20T21:21:53.0523581Z [00:03:46.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2091/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/admissionregistration/v1alpha1=>k8s.io/client-go@v0.33.2/listers/admissionregistration/v1alpha1;$WORK/b2091=>" -p k8s.io/client-go/listers/admissionregistration/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid bZhid94vXZfOEfhQPbuv/bZhid94vXZfOEfhQPbuv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2091/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/admissionregistration/v1alpha1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/admissionregistration/v1alpha1/mutatingadmissionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/admissionregistration/v1alpha1/mutatingadmissionpolicybinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/admissionregistration/v1alpha1/validatingadmissionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/admissionregistration/v1alpha1/validatingadmissionpolicybinding.go
2025-08-20T21:21:53.0695172Z [00:03:46.334]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:53.0700673Z [00:03:46.334]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x029.o -c zstd_compress_superblock.c
2025-08-20T21:21:53.1112492Z [00:03:46.378]➜  go tool buildid -w $WORK/b2091/_pkg_.a # internal
2025-08-20T21:21:53.1135270Z [00:03:46.381]➜  cp $WORK/b2091/_pkg_.a /root/.cache/go-build/e6/e6e5a8745220545ddef789a4fd9b820162679862b0e6a7294d95a934c47b1026-d # internal
2025-08-20T21:21:53.1141922Z [00:03:46.381]➜  k8s.io/client-go/listers/admissionregistration/v1beta1
2025-08-20T21:21:53.1142996Z [00:03:46.381]➜  mkdir -p $WORK/b2093/
2025-08-20T21:21:53.1143775Z [00:03:46.381]➜  cat >/tmp/go-build3547871397/b2093/importcfg << 'EOF' # internal
2025-08-20T21:21:53.1145039Z [00:03:46.381]➜  # import config
2025-08-20T21:21:53.1146160Z [00:03:46.382]➜  packagefile k8s.io/api/admissionregistration/v1beta1=/tmp/go-build3547871397/b354/_pkg_.a
2025-08-20T21:21:53.1147779Z [00:03:46.382]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:53.1149162Z [00:03:46.382]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:53.1150525Z [00:03:46.382]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:53.1151494Z [00:03:46.382]➜  EOF
2025-08-20T21:21:53.1152514Z [00:03:46.382]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:53.1164402Z [00:03:46.382]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2093/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/admissionregistration/v1beta1=>k8s.io/client-go@v0.33.2/listers/admissionregistration/v1beta1;$WORK/b2093=>" -p k8s.io/client-go/listers/admissionregistration/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid BOPs9VKl6XLYv1Z-ydFH/BOPs9VKl6XLYv1Z-ydFH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2093/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/admissionregistration/v1beta1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/admissionregistration/v1beta1/mutatingwebhookconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/admissionregistration/v1beta1/validatingadmissionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/admissionregistration/v1beta1/validatingadmissionpolicybinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/admissionregistration/v1beta1/validatingwebhookconfiguration.go
2025-08-20T21:21:53.1654919Z [00:03:46.433]➜  go tool buildid -w $WORK/b2050/_pkg_.a # internal
2025-08-20T21:21:53.1696575Z [00:03:46.437]➜  cp $WORK/b2050/_pkg_.a /root/.cache/go-build/43/43f5d935efc43ca1e4a4f61b9e77c12133732a1a98501d3eb2522dc4771a37d8-d # internal
2025-08-20T21:21:53.1705125Z [00:03:46.438]➜  k8s.io/kubectl/pkg/cmd/util
2025-08-20T21:21:53.1706108Z [00:03:46.438]➜  mkdir -p $WORK/b2029/
2025-08-20T21:21:53.1719449Z [00:03:46.439]➜  cat >/tmp/go-build3547871397/b2029/importcfg << 'EOF' # internal
2025-08-20T21:21:53.1720192Z [00:03:46.439]➜  # import config
2025-08-20T21:21:53.1720890Z [00:03:46.439]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:53.1721834Z [00:03:46.439]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:53.1722920Z [00:03:46.439]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:53.1724025Z [00:03:46.439]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:53.1725035Z [00:03:46.439]➜  packagefile github.com/spf13/cobra=/tmp/go-build3547871397/b278/_pkg_.a
2025-08-20T21:21:53.1726120Z [00:03:46.439]➜  packagefile github.com/spf13/pflag=/tmp/go-build3547871397/b279/_pkg_.a
2025-08-20T21:21:53.1727310Z [00:03:46.439]➜  packagefile gopkg.in/evanphx/json-patch.v4=/tmp/go-build3547871397/b283/_pkg_.a
2025-08-20T21:21:53.1736586Z [00:03:46.439]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:53.1737557Z [00:03:46.439]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:21:53.1738717Z [00:03:46.439]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:21:53.1739997Z [00:03:46.439]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:21:53.1741298Z [00:03:46.439]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:53.1742607Z [00:03:46.439]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:53.1744121Z [00:03:46.439]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:53.1745699Z [00:03:46.439]➜  packagefile k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3547871397/b107/_pkg_.a
2025-08-20T21:21:53.1746985Z [00:03:46.439]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:21:53.1748231Z [00:03:46.439]➜  packagefile k8s.io/apimachinery/pkg/util/strategicpatch=/tmp/go-build3547871397/b581/_pkg_.a
2025-08-20T21:21:53.1749484Z [00:03:46.439]➜  packagefile k8s.io/apimachinery/pkg/util/validation=/tmp/go-build3547871397/b105/_pkg_.a
2025-08-20T21:21:53.1750648Z [00:03:46.439]➜  packagefile k8s.io/apimachinery/pkg/util/yaml=/tmp/go-build3547871397/b344/_pkg_.a
2025-08-20T21:21:53.1751975Z [00:03:46.439]➜  packagefile k8s.io/cli-runtime/pkg/genericclioptions=/tmp/go-build3547871397/b275/_pkg_.a
2025-08-20T21:21:53.1755484Z [00:03:46.439]➜  packagefile k8s.io/cli-runtime/pkg/resource=/tmp/go-build3547871397/b296/_pkg_.a
2025-08-20T21:21:53.1756636Z [00:03:46.439]➜  packagefile k8s.io/client-go/discovery=/tmp/go-build3547871397/b348/_pkg_.a
2025-08-20T21:21:53.1757877Z [00:03:46.439]➜  packagefile k8s.io/client-go/dynamic=/tmp/go-build3547871397/b465/_pkg_.a
2025-08-20T21:21:53.1758989Z [00:03:46.439]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:53.1760078Z [00:03:46.439]➜  packagefile k8s.io/client-go/openapi=/tmp/go-build3547871397/b405/_pkg_.a
2025-08-20T21:21:53.1761190Z [00:03:46.439]➜  packagefile k8s.io/client-go/openapi/cached=/tmp/go-build3547871397/b567/_pkg_.a
2025-08-20T21:21:53.1762269Z [00:03:46.439]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:21:53.1763489Z [00:03:46.439]➜  packagefile k8s.io/client-go/scale=/tmp/go-build3547871397/b2030/_pkg_.a
2025-08-20T21:21:53.1764606Z [00:03:46.439]➜  packagefile k8s.io/client-go/tools/clientcmd=/tmp/go-build3547871397/b568/_pkg_.a
2025-08-20T21:21:53.1765742Z [00:03:46.439]➜  packagefile k8s.io/component-base/version=/tmp/go-build3547871397/b2038/_pkg_.a
2025-08-20T21:21:53.1766770Z [00:03:46.439]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:21:53.1767765Z [00:03:46.439]➜  packagefile k8s.io/kubectl/pkg/scheme=/tmp/go-build3547871397/b2040/_pkg_.a
2025-08-20T21:21:53.1768892Z [00:03:46.439]➜  packagefile k8s.io/kubectl/pkg/util/i18n=/tmp/go-build3547871397/b2044/_pkg_.a
2025-08-20T21:21:53.1770064Z [00:03:46.439]➜  packagefile k8s.io/kubectl/pkg/util/openapi=/tmp/go-build3547871397/b2049/_pkg_.a
2025-08-20T21:21:53.1771303Z [00:03:46.439]➜  packagefile k8s.io/kubectl/pkg/util/templates=/tmp/go-build3547871397/b2050/_pkg_.a
2025-08-20T21:21:53.1772531Z [00:03:46.439]➜  packagefile k8s.io/kubectl/pkg/validation=/tmp/go-build3547871397/b2071/_pkg_.a
2025-08-20T21:21:53.1773968Z [00:03:46.439]➜  packagefile k8s.io/utils/exec=/tmp/go-build3547871397/b2074/_pkg_.a
2025-08-20T21:21:53.1774976Z [00:03:46.439]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:53.1775834Z [00:03:46.439]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:53.1776712Z [00:03:46.439]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:21:53.1777616Z [00:03:46.439]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:53.1778494Z [00:03:46.439]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:21:53.1779351Z [00:03:46.439]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:53.1780208Z [00:03:46.439]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:21:53.1781145Z [00:03:46.439]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:21:53.1781847Z [00:03:46.439]➜  EOF
2025-08-20T21:21:53.1798792Z [00:03:46.439]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2029/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/util=>k8s.io/kubectl@v0.33.2/pkg/cmd/util;$WORK/b2029=>" -p k8s.io/kubectl/pkg/cmd/util -lang=go1.24 -complete -installsuffix shared -buildid Sh6D--rApsmtb1OteY-Z/Sh6D--rApsmtb1OteY-Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2029/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/util/env_file.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/util/factory.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/util/factory_client_access.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/util/helpers.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/util/kubectl_match_version.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/util/override_options.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/util/printing.go
2025-08-20T21:21:53.1848753Z [00:03:46.452]➜  go tool buildid -w $WORK/b2093/_pkg_.a # internal
2025-08-20T21:21:53.1889652Z [00:03:46.454]➜  cp $WORK/b2093/_pkg_.a /root/.cache/go-build/78/784cc1d99e0cf44bb40b2ffd3bd40793ae8da512aa0bb63a8f058bf627862483-d # internal
2025-08-20T21:21:53.1891062Z [00:03:46.454]➜  k8s.io/client-go/listers/apiserverinternal/v1alpha1
2025-08-20T21:21:53.1891793Z [00:03:46.456]➜  mkdir -p $WORK/b2096/
2025-08-20T21:21:53.1892959Z [00:03:46.456]➜  cat >/tmp/go-build3547871397/b2096/importcfg << 'EOF' # internal
2025-08-20T21:21:53.1893722Z [00:03:46.456]➜  # import config
2025-08-20T21:21:53.1894677Z [00:03:46.456]➜  packagefile k8s.io/api/apiserverinternal/v1alpha1=/tmp/go-build3547871397/b355/_pkg_.a
2025-08-20T21:21:53.1895982Z [00:03:46.456]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:53.1897164Z [00:03:46.456]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:53.1898321Z [00:03:46.456]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:53.1899119Z [00:03:46.456]➜  EOF
2025-08-20T21:21:53.1904213Z [00:03:46.456]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2096/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apiserverinternal/v1alpha1=>k8s.io/client-go@v0.33.2/listers/apiserverinternal/v1alpha1;$WORK/b2096=>" -p k8s.io/client-go/listers/apiserverinternal/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid wxm8Tfg-eovnR1oThz58/wxm8Tfg-eovnR1oThz58 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2096/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apiserverinternal/v1alpha1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apiserverinternal/v1alpha1/storageversion.go
2025-08-20T21:21:53.2529824Z [00:03:46.520]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:53.2533529Z [00:03:46.520]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x030.o -c zstd_ddict.c
2025-08-20T21:21:53.2821207Z [00:03:46.549]➜  go tool buildid -w $WORK/b2096/_pkg_.a # internal
2025-08-20T21:21:53.2860287Z [00:03:46.553]➜  cp $WORK/b2096/_pkg_.a /root/.cache/go-build/b0/b065be42bdfdc5a4f8bb57b938a1ed7dd7f4c4803dbb04bb18191afebb4d9f3f-d # internal
2025-08-20T21:21:53.2864170Z [00:03:46.554]➜  k8s.io/client-go/listers/apps/v1
2025-08-20T21:21:53.2866391Z [00:03:46.554]➜  mkdir -p $WORK/b2099/
2025-08-20T21:21:53.2870037Z [00:03:46.554]➜  cat >/tmp/go-build3547871397/b2099/importcfg << 'EOF' # internal
2025-08-20T21:21:53.2870720Z [00:03:46.554]➜  # import config
2025-08-20T21:21:53.2874069Z [00:03:46.554]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:53.2879029Z [00:03:46.554]➜  packagefile k8s.io/api/apps/v1=/tmp/go-build3547871397/b356/_pkg_.a
2025-08-20T21:21:53.2884451Z [00:03:46.554]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:21:53.2886539Z [00:03:46.554]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:53.2888313Z [00:03:46.554]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:53.2890662Z [00:03:46.554]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:53.2891782Z [00:03:46.554]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:53.2892594Z [00:03:46.554]➜  EOF
2025-08-20T21:21:53.2894150Z [00:03:46.554]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:53.2902350Z [00:03:46.554]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2099/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1=>k8s.io/client-go@v0.33.2/listers/apps/v1;$WORK/b2099=>" -p k8s.io/client-go/listers/apps/v1 -lang=go1.24 -complete -installsuffix shared -buildid b3uHYMarrnm8sOud4IzQ/b3uHYMarrnm8sOud4IzQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2099/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1/controllerrevision.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1/daemonset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1/daemonset_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1/deployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1/replicaset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1/replicaset_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1/statefulset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1/statefulset_expansion.go
2025-08-20T21:21:53.4255969Z [00:03:46.693]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:53.4260031Z [00:03:46.693]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x031.o -c zstd_decompress.c
2025-08-20T21:21:53.4778047Z [00:03:46.745]➜  go tool buildid -w $WORK/b2099/_pkg_.a # internal
2025-08-20T21:21:53.4817024Z [00:03:46.749]➜  go tool buildid -w $WORK/b2087/_pkg_.a # internal
2025-08-20T21:21:53.4864817Z [00:03:46.754]➜  cp $WORK/b2099/_pkg_.a /root/.cache/go-build/c1/c1ff07d16701751cbede4f36ff72816fcd16ecdf0d152f35be06d71919ef67f4-d # internal
2025-08-20T21:21:53.4870702Z [00:03:46.754]➜  k8s.io/client-go/listers/apps/v1beta1
2025-08-20T21:21:53.4871337Z [00:03:46.754]➜  mkdir -p $WORK/b2101/
2025-08-20T21:21:53.4873306Z [00:03:46.754]➜  cat >/tmp/go-build3547871397/b2101/importcfg << 'EOF' # internal
2025-08-20T21:21:53.4875166Z [00:03:46.755]➜  # import config
2025-08-20T21:21:53.4877708Z [00:03:46.755]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:53.4878687Z [00:03:46.755]➜  packagefile k8s.io/api/apps/v1beta1=/tmp/go-build3547871397/b357/_pkg_.a
2025-08-20T21:21:53.4879823Z [00:03:46.755]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:21:53.4880937Z [00:03:46.755]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:53.4882152Z [00:03:46.755]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:53.4883472Z [00:03:46.755]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:53.4884584Z [00:03:46.755]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:53.4885375Z [00:03:46.755]➜  EOF
2025-08-20T21:21:53.4885900Z [00:03:46.755]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:53.4892135Z [00:03:46.755]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2101/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1beta1=>k8s.io/client-go@v0.33.2/listers/apps/v1beta1;$WORK/b2101=>" -p k8s.io/client-go/listers/apps/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid Z7Zq7xOaiu6t8hanm1mA/Z7Zq7xOaiu6t8hanm1mA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2101/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1beta1/controllerrevision.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1beta1/deployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1beta1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1beta1/statefulset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1beta1/statefulset_expansion.go
2025-08-20T21:21:53.5002798Z [00:03:46.764]➜  cp $WORK/b2087/_pkg_.a /root/.cache/go-build/7e/7ef82607936bb190e7eaa5c054912efa333a30822683ec47663c7b99d86c3405-d # internal
2025-08-20T21:21:53.5004457Z [00:03:46.765]➜  k8s.io/client-go/informers/admissionregistration/v1
2025-08-20T21:21:53.5005185Z [00:03:46.765]➜  mkdir -p $WORK/b2086/
2025-08-20T21:21:53.5006172Z [00:03:46.765]➜  cat >/tmp/go-build3547871397/b2086/importcfg << 'EOF' # internal
2025-08-20T21:21:53.5006917Z [00:03:46.765]➜  # import config
2025-08-20T21:21:53.5007637Z [00:03:46.765]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:53.5008786Z [00:03:46.765]➜  packagefile k8s.io/api/admissionregistration/v1=/tmp/go-build3547871397/b352/_pkg_.a
2025-08-20T21:21:53.5010117Z [00:03:46.765]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:53.5011390Z [00:03:46.765]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:53.5015199Z [00:03:46.765]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:53.5016655Z [00:03:46.765]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:53.5017991Z [00:03:46.765]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:53.5019370Z [00:03:46.765]➜  packagefile k8s.io/client-go/listers/admissionregistration/v1=/tmp/go-build3547871397/b2088/_pkg_.a
2025-08-20T21:21:53.5020720Z [00:03:46.765]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:53.5021714Z [00:03:46.765]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:53.5022439Z [00:03:46.765]➜  EOF
2025-08-20T21:21:53.5030416Z [00:03:46.765]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2086/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/v1=>k8s.io/client-go@v0.33.2/informers/admissionregistration/v1;$WORK/b2086=>" -p k8s.io/client-go/informers/admissionregistration/v1 -lang=go1.24 -complete -installsuffix shared -buildid IgszUra2HvbE8vT0X8wx/IgszUra2HvbE8vT0X8wx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2086/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/v1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/v1/mutatingwebhookconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/v1/validatingadmissionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/v1/validatingadmissionpolicybinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/v1/validatingwebhookconfiguration.go
2025-08-20T21:21:53.6026721Z [00:03:46.870]➜  go tool buildid -w $WORK/b2101/_pkg_.a # internal
2025-08-20T21:21:53.6067148Z [00:03:46.874]➜  cp $WORK/b2101/_pkg_.a /root/.cache/go-build/b6/b6e0bfbc886297d5a207681183887175587a4101679466f6a4b68a4e542fc05b-d # internal
2025-08-20T21:21:53.6071719Z [00:03:46.874]➜  k8s.io/client-go/informers/admissionregistration/v1alpha1
2025-08-20T21:21:53.6074804Z [00:03:46.874]➜  mkdir -p $WORK/b2090/
2025-08-20T21:21:53.6080896Z [00:03:46.875]➜  cat >/tmp/go-build3547871397/b2090/importcfg << 'EOF' # internal
2025-08-20T21:21:53.6089869Z [00:03:46.875]➜  # import config
2025-08-20T21:21:53.6090632Z [00:03:46.875]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:53.6091818Z [00:03:46.875]➜  packagefile k8s.io/api/admissionregistration/v1alpha1=/tmp/go-build3547871397/b353/_pkg_.a
2025-08-20T21:21:53.6093341Z [00:03:46.875]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:53.6094547Z [00:03:46.875]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:53.6095725Z [00:03:46.875]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:53.6097222Z [00:03:46.875]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:53.6098530Z [00:03:46.875]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:53.6099908Z [00:03:46.875]➜  packagefile k8s.io/client-go/listers/admissionregistration/v1alpha1=/tmp/go-build3547871397/b2091/_pkg_.a
2025-08-20T21:21:53.6101426Z [00:03:46.875]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:53.6102389Z [00:03:46.875]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:53.6103282Z [00:03:46.875]➜  EOF
2025-08-20T21:21:53.6111266Z [00:03:46.875]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2090/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/v1alpha1=>k8s.io/client-go@v0.33.2/informers/admissionregistration/v1alpha1;$WORK/b2090=>" -p k8s.io/client-go/informers/admissionregistration/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid y2hHzxc5xHvA0lkRTLHs/y2hHzxc5xHvA0lkRTLHs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2090/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/v1alpha1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/v1alpha1/mutatingadmissionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/v1alpha1/mutatingadmissionpolicybinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/v1alpha1/validatingadmissionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/v1alpha1/validatingadmissionpolicybinding.go
2025-08-20T21:21:53.9122386Z [00:03:47.179]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:53.9128398Z [00:03:47.179]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x032.o -c zstd_decompress_block.c
2025-08-20T21:21:54.0710425Z [00:03:47.338]➜  go tool buildid -w $WORK/b2086/_pkg_.a # internal
2025-08-20T21:21:54.0865343Z [00:03:47.354]➜  cp $WORK/b2086/_pkg_.a /root/.cache/go-build/68/68c7008afac4cfa28f41eec8f9d00ad4b13bac0468bab25efe35d8deebec726c-d # internal
2025-08-20T21:21:54.0867967Z [00:03:47.354]➜  k8s.io/client-go/informers/admissionregistration/v1beta1
2025-08-20T21:21:54.0870350Z [00:03:47.354]➜  mkdir -p $WORK/b2092/
2025-08-20T21:21:54.0876216Z [00:03:47.355]➜  cat >/tmp/go-build3547871397/b2092/importcfg << 'EOF' # internal
2025-08-20T21:21:54.0877497Z [00:03:47.355]➜  # import config
2025-08-20T21:21:54.0878826Z [00:03:47.355]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:54.0880875Z [00:03:47.355]➜  packagefile k8s.io/api/admissionregistration/v1beta1=/tmp/go-build3547871397/b354/_pkg_.a
2025-08-20T21:21:54.0882901Z [00:03:47.355]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:54.0884657Z [00:03:47.355]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:54.0886131Z [00:03:47.355]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:54.0887672Z [00:03:47.355]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:54.0889193Z [00:03:47.355]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:54.0890918Z [00:03:47.355]➜  packagefile k8s.io/client-go/listers/admissionregistration/v1beta1=/tmp/go-build3547871397/b2093/_pkg_.a
2025-08-20T21:21:54.0892473Z [00:03:47.355]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:54.0894117Z [00:03:47.355]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:54.0895859Z [00:03:47.355]➜  EOF
2025-08-20T21:21:54.0896336Z [00:03:47.355]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:54.0904330Z [00:03:47.355]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2092/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/v1beta1=>k8s.io/client-go@v0.33.2/informers/admissionregistration/v1beta1;$WORK/b2092=>" -p k8s.io/client-go/informers/admissionregistration/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid p-hRyo8lP9SW7rZ_NqrV/p-hRyo8lP9SW7rZ_NqrV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2092/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/v1beta1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/v1beta1/mutatingwebhookconfiguration.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/v1beta1/validatingadmissionpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/v1beta1/validatingadmissionpolicybinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/v1beta1/validatingwebhookconfiguration.go
2025-08-20T21:21:54.1196289Z [00:03:47.387]➜  go tool buildid -w $WORK/b2029/_pkg_.a # internal
2025-08-20T21:21:54.1377714Z [00:03:47.405]➜  cp $WORK/b2029/_pkg_.a /root/.cache/go-build/16/16a712d8c3e988d8ad26cf28dcd3e7c5b8a4088ecc4b75f31c9809acac9d7398-d # internal
2025-08-20T21:21:54.1380152Z [00:03:47.405]➜  k8s.io/kubectl/pkg/cmd/get
2025-08-20T21:21:54.1380780Z [00:03:47.405]➜  mkdir -p $WORK/b2021/
2025-08-20T21:21:54.1390495Z [00:03:47.406]➜  cat >/tmp/go-build3547871397/b2021/importcfg << 'EOF' # internal
2025-08-20T21:21:54.1391231Z [00:03:47.406]➜  # import config
2025-08-20T21:21:54.1391894Z [00:03:47.406]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:21:54.1392888Z [00:03:47.406]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:21:54.1393960Z [00:03:47.406]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:54.1394883Z [00:03:47.406]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:21:54.1395749Z [00:03:47.406]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:21:54.1396762Z [00:03:47.406]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:54.1397724Z [00:03:47.406]➜  packagefile github.com/liggitt/tabwriter=/tmp/go-build3547871397/b288/_pkg_.a
2025-08-20T21:21:54.1399064Z [00:03:47.406]➜  packagefile github.com/spf13/cobra=/tmp/go-build3547871397/b278/_pkg_.a
2025-08-20T21:21:54.1400194Z [00:03:47.406]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:21:54.1401294Z [00:03:47.406]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:21:54.1402566Z [00:03:47.406]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:21:54.1404293Z [00:03:47.406]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:21:54.1405703Z [00:03:47.406]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:21:54.1407165Z [00:03:47.406]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:54.1408593Z [00:03:47.406]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:21:54.1410211Z [00:03:47.406]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1beta1=/tmp/go-build3547871397/b475/_pkg_.a
2025-08-20T21:21:54.1411660Z [00:03:47.406]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:54.1414864Z [00:03:47.406]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:21:54.1416215Z [00:03:47.406]➜  packagefile k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3547871397/b107/_pkg_.a
2025-08-20T21:21:54.1417624Z [00:03:47.406]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:21:54.1418845Z [00:03:47.406]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:54.1420251Z [00:03:47.406]➜  packagefile k8s.io/cli-runtime/pkg/genericclioptions=/tmp/go-build3547871397/b275/_pkg_.a
2025-08-20T21:21:54.1421524Z [00:03:47.406]➜  packagefile k8s.io/cli-runtime/pkg/genericiooptions=/tmp/go-build3547871397/b286/_pkg_.a
2025-08-20T21:21:54.1422926Z [00:03:47.406]➜  packagefile k8s.io/cli-runtime/pkg/printers=/tmp/go-build3547871397/b287/_pkg_.a
2025-08-20T21:21:54.1424151Z [00:03:47.406]➜  packagefile k8s.io/cli-runtime/pkg/resource=/tmp/go-build3547871397/b296/_pkg_.a
2025-08-20T21:21:54.1425428Z [00:03:47.406]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:21:54.1426575Z [00:03:47.406]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:21:54.1427674Z [00:03:47.406]➜  packagefile k8s.io/client-go/tools/watch=/tmp/go-build3547871397/b2022/_pkg_.a
2025-08-20T21:21:54.1428868Z [00:03:47.406]➜  packagefile k8s.io/client-go/util/jsonpath=/tmp/go-build3547871397/b293/_pkg_.a
2025-08-20T21:21:54.1429942Z [00:03:47.406]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:21:54.1431016Z [00:03:47.406]➜  packagefile k8s.io/kubectl/pkg/cmd/util=/tmp/go-build3547871397/b2029/_pkg_.a
2025-08-20T21:21:54.1432151Z [00:03:47.406]➜  packagefile k8s.io/kubectl/pkg/rawhttp=/tmp/go-build3547871397/b2075/_pkg_.a
2025-08-20T21:21:54.1433565Z [00:03:47.406]➜  packagefile k8s.io/kubectl/pkg/scheme=/tmp/go-build3547871397/b2040/_pkg_.a
2025-08-20T21:21:54.1434691Z [00:03:47.406]➜  packagefile k8s.io/kubectl/pkg/util/i18n=/tmp/go-build3547871397/b2044/_pkg_.a
2025-08-20T21:21:54.1435885Z [00:03:47.406]➜  packagefile k8s.io/kubectl/pkg/util/interrupt=/tmp/go-build3547871397/b2070/_pkg_.a
2025-08-20T21:21:54.1437325Z [00:03:47.406]➜  packagefile k8s.io/kubectl/pkg/util/templates=/tmp/go-build3547871397/b2050/_pkg_.a
2025-08-20T21:21:54.1438485Z [00:03:47.406]➜  packagefile k8s.io/utils/ptr=/tmp/go-build3547871397/b265/_pkg_.a
2025-08-20T21:21:54.1439417Z [00:03:47.406]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:21:54.1440472Z [00:03:47.406]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:21:54.1441282Z [00:03:47.406]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:21:54.1442155Z [00:03:47.406]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:21:54.1443220Z [00:03:47.406]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:21:54.1444050Z [00:03:47.406]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:21:54.1444672Z [00:03:47.406]➜  EOF
2025-08-20T21:21:54.1451259Z [00:03:47.406]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2021/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/get=>k8s.io/kubectl@v0.33.2/pkg/cmd/get;$WORK/b2021=>" -p k8s.io/kubectl/pkg/cmd/get -lang=go1.24 -complete -installsuffix shared -buildid KQgNbpIQ2-Muuc7mzmGl/KQgNbpIQ2-Muuc7mzmGl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2021/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/get/customcolumn.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/get/customcolumn_flags.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/get/get.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/get/get_flags.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/get/humanreadable_flags.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/get/skip_printer.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/get/sorter.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/get/table_printer.go
2025-08-20T21:21:54.3130246Z [00:03:47.580]➜  go tool buildid -w $WORK/b2090/_pkg_.a # internal
2025-08-20T21:21:54.3609863Z [00:03:47.628]➜  cp $WORK/b2090/_pkg_.a /root/.cache/go-build/30/30c2f3fefd996efa95fd25547cebd37fe32e0d8a05fdf91aaedf551bf1d17484-d # internal
2025-08-20T21:21:54.3611210Z [00:03:47.628]➜  k8s.io/client-go/informers/apiserverinternal/v1alpha1
2025-08-20T21:21:54.3611898Z [00:03:47.628]➜  mkdir -p $WORK/b2095/
2025-08-20T21:21:54.3621360Z [00:03:47.629]➜  cat >/tmp/go-build3547871397/b2095/importcfg << 'EOF' # internal
2025-08-20T21:21:54.3632092Z [00:03:47.629]➜  # import config
2025-08-20T21:21:54.3633111Z [00:03:47.629]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:54.3634212Z [00:03:47.629]➜  packagefile k8s.io/api/apiserverinternal/v1alpha1=/tmp/go-build3547871397/b355/_pkg_.a
2025-08-20T21:21:54.3635487Z [00:03:47.629]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:54.3636690Z [00:03:47.629]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:54.3637833Z [00:03:47.629]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:54.3639097Z [00:03:47.629]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:54.3643689Z [00:03:47.629]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:54.3645022Z [00:03:47.629]➜  packagefile k8s.io/client-go/listers/apiserverinternal/v1alpha1=/tmp/go-build3547871397/b2096/_pkg_.a
2025-08-20T21:21:54.3646276Z [00:03:47.629]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:54.3647234Z [00:03:47.629]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:54.3647862Z [00:03:47.629]➜  EOF
2025-08-20T21:21:54.3653120Z [00:03:47.630]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2095/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apiserverinternal/v1alpha1=>k8s.io/client-go@v0.33.2/informers/apiserverinternal/v1alpha1;$WORK/b2095=>" -p k8s.io/client-go/informers/apiserverinternal/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid RyBL-PpiFnyOvf66CuJT/RyBL-PpiFnyOvf66CuJT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2095/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apiserverinternal/v1alpha1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apiserverinternal/v1alpha1/storageversion.go
2025-08-20T21:21:54.6550566Z [00:03:47.922]➜  go tool buildid -w $WORK/b2092/_pkg_.a # internal
2025-08-20T21:21:54.6701712Z [00:03:47.937]➜  cp $WORK/b2092/_pkg_.a /root/.cache/go-build/20/20b285125bd277daa1a661cfd95aa69252b4df194e6ca895fa8335804e417d98-d # internal
2025-08-20T21:21:54.6704433Z [00:03:47.938]➜  k8s.io/client-go/informers/admissionregistration
2025-08-20T21:21:54.6706265Z [00:03:47.938]➜  mkdir -p $WORK/b2085/
2025-08-20T21:21:54.6708056Z [00:03:47.938]➜  cat >/tmp/go-build3547871397/b2085/importcfg << 'EOF' # internal
2025-08-20T21:21:54.6708735Z [00:03:47.938]➜  # import config
2025-08-20T21:21:54.6709823Z [00:03:47.938]➜  packagefile k8s.io/client-go/informers/admissionregistration/v1=/tmp/go-build3547871397/b2086/_pkg_.a
2025-08-20T21:21:54.6711324Z [00:03:47.938]➜  packagefile k8s.io/client-go/informers/admissionregistration/v1alpha1=/tmp/go-build3547871397/b2090/_pkg_.a
2025-08-20T21:21:54.6713055Z [00:03:47.938]➜  packagefile k8s.io/client-go/informers/admissionregistration/v1beta1=/tmp/go-build3547871397/b2092/_pkg_.a
2025-08-20T21:21:54.6714575Z [00:03:47.938]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:54.6715444Z [00:03:47.938]➜  EOF
2025-08-20T21:21:54.6719620Z [00:03:47.938]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2085/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration=>k8s.io/client-go@v0.33.2/informers/admissionregistration;$WORK/b2085=>" -p k8s.io/client-go/informers/admissionregistration -lang=go1.24 -complete -installsuffix shared -buildid wc5bM5OyETVmOWe0XiLt/wc5bM5OyETVmOWe0XiLt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2085/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/admissionregistration/interface.go
2025-08-20T21:21:54.8387220Z [00:03:48.106]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:54.8392917Z [00:03:48.106]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x033.o -c zstd_double_fast.c
2025-08-20T21:21:54.9707755Z [00:03:48.238]➜  go tool buildid -w $WORK/b2095/_pkg_.a # internal
2025-08-20T21:21:54.9839332Z [00:03:48.251]➜  cp $WORK/b2095/_pkg_.a /root/.cache/go-build/51/51472228f43bfdb08a596ac0714d0d876c30ee65ac9403383334580c46b11924-d # internal
2025-08-20T21:21:54.9847105Z [00:03:48.252]➜  k8s.io/client-go/informers/apiserverinternal
2025-08-20T21:21:54.9852867Z [00:03:48.252]➜  mkdir -p $WORK/b2094/
2025-08-20T21:21:54.9861029Z [00:03:48.253]➜  cat >/tmp/go-build3547871397/b2094/importcfg << 'EOF' # internal
2025-08-20T21:21:54.9868197Z [00:03:48.253]➜  # import config
2025-08-20T21:21:54.9869255Z [00:03:48.253]➜  packagefile k8s.io/client-go/informers/apiserverinternal/v1alpha1=/tmp/go-build3547871397/b2095/_pkg_.a
2025-08-20T21:21:54.9870710Z [00:03:48.253]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:54.9871632Z [00:03:48.253]➜  EOF
2025-08-20T21:21:54.9877423Z [00:03:48.255]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:54.9886394Z [00:03:48.256]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2094/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apiserverinternal=>k8s.io/client-go@v0.33.2/informers/apiserverinternal;$WORK/b2094=>" -p k8s.io/client-go/informers/apiserverinternal -lang=go1.24 -complete -installsuffix shared -buildid pj1lovLDo11-BNhlaHOD/pj1lovLDo11-BNhlaHOD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2094/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apiserverinternal/interface.go
2025-08-20T21:21:55.0207817Z [00:03:48.288]➜  go tool buildid -w $WORK/b2021/_pkg_.a # internal
2025-08-20T21:21:55.0383286Z [00:03:48.305]➜  cp $WORK/b2021/_pkg_.a /root/.cache/go-build/92/92107df7d72792d072fa4f469e473f3139c63f9d012cb89a80295f486189fdc9-d # internal
2025-08-20T21:21:55.0388347Z [00:03:48.306]➜  k8s.io/client-go/informers/apps/v1
2025-08-20T21:21:55.0393682Z [00:03:48.306]➜  mkdir -p $WORK/b2098/
2025-08-20T21:21:55.0394448Z [00:03:48.306]➜  cat >/tmp/go-build3547871397/b2098/importcfg << 'EOF' # internal
2025-08-20T21:21:55.0395125Z [00:03:48.306]➜  # import config
2025-08-20T21:21:55.0395903Z [00:03:48.306]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:55.0396838Z [00:03:48.306]➜  packagefile k8s.io/api/apps/v1=/tmp/go-build3547871397/b356/_pkg_.a
2025-08-20T21:21:55.0397938Z [00:03:48.306]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:55.0399091Z [00:03:48.306]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:55.0400237Z [00:03:48.306]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:55.0401466Z [00:03:48.306]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:55.0402837Z [00:03:48.306]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:55.0404050Z [00:03:48.306]➜  packagefile k8s.io/client-go/listers/apps/v1=/tmp/go-build3547871397/b2099/_pkg_.a
2025-08-20T21:21:55.0405148Z [00:03:48.306]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:55.0406244Z [00:03:48.306]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:55.0406851Z [00:03:48.306]➜  EOF
2025-08-20T21:21:55.0436511Z [00:03:48.306]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2098/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1=>k8s.io/client-go@v0.33.2/informers/apps/v1;$WORK/b2098=>" -p k8s.io/client-go/informers/apps/v1 -lang=go1.24 -complete -installsuffix shared -buildid GDrn6YzXlACg5d3UOl08/GDrn6YzXlACg5d3UOl08 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2098/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1/controllerrevision.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1/daemonset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1/deployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1/replicaset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1/statefulset.go
2025-08-20T21:21:55.1903571Z [00:03:48.457]➜  go tool buildid -w $WORK/b2085/_pkg_.a # internal
2025-08-20T21:21:55.2044676Z [00:03:48.472]➜  cp $WORK/b2085/_pkg_.a /root/.cache/go-build/19/1981dea2a00ab9a969e935b65145dcc96c0209f3249b37930698d7a4fdf1cbe1-d # internal
2025-08-20T21:21:55.2047892Z [00:03:48.472]➜  k8s.io/client-go/informers/apps/v1beta1
2025-08-20T21:21:55.2048502Z [00:03:48.472]➜  mkdir -p $WORK/b2100/
2025-08-20T21:21:55.2058966Z [00:03:48.472]➜  cat >/tmp/go-build3547871397/b2100/importcfg << 'EOF' # internal
2025-08-20T21:21:55.2059782Z [00:03:48.472]➜  # import config
2025-08-20T21:21:55.2060491Z [00:03:48.472]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:55.2061479Z [00:03:48.472]➜  packagefile k8s.io/api/apps/v1beta1=/tmp/go-build3547871397/b357/_pkg_.a
2025-08-20T21:21:55.2062882Z [00:03:48.472]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:55.2064369Z [00:03:48.473]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:55.2065946Z [00:03:48.473]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:55.2067457Z [00:03:48.473]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:55.2069129Z [00:03:48.473]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:55.2070483Z [00:03:48.473]➜  packagefile k8s.io/client-go/listers/apps/v1beta1=/tmp/go-build3547871397/b2101/_pkg_.a
2025-08-20T21:21:55.2072821Z [00:03:48.473]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:55.2073803Z [00:03:48.473]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:55.2074414Z [00:03:48.473]➜  EOF
2025-08-20T21:21:55.2079840Z [00:03:48.473]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2100/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1beta1=>k8s.io/client-go@v0.33.2/informers/apps/v1beta1;$WORK/b2100=>" -p k8s.io/client-go/informers/apps/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid FJErXI5bMdcL-UMN6PkB/FJErXI5bMdcL-UMN6PkB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2100/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1beta1/controllerrevision.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1beta1/deployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1beta1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1beta1/statefulset.go
2025-08-20T21:21:55.4493775Z [00:03:48.717]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:55.4497672Z [00:03:48.717]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x034.o -c zstd_fast.c
2025-08-20T21:21:55.5903503Z [00:03:48.857]➜  go tool buildid -w $WORK/b2094/_pkg_.a # internal
2025-08-20T21:21:55.6040842Z [00:03:48.871]➜  cp $WORK/b2094/_pkg_.a /root/.cache/go-build/ff/ff2c84ec870e2504ee0cc51cd4a0c8bc3784b25dd9b5217c5564d711164799b5-d # internal
2025-08-20T21:21:55.6049900Z [00:03:48.872]➜  k8s.io/client-go/listers/apps/v1beta2
2025-08-20T21:21:55.6054905Z [00:03:48.873]➜  mkdir -p $WORK/b2103/
2025-08-20T21:21:55.6064605Z [00:03:48.874]➜  cat >/tmp/go-build3547871397/b2103/importcfg << 'EOF' # internal
2025-08-20T21:21:55.6067838Z [00:03:48.874]➜  # import config
2025-08-20T21:21:55.6068548Z [00:03:48.874]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:55.6069518Z [00:03:48.874]➜  packagefile k8s.io/api/apps/v1beta2=/tmp/go-build3547871397/b358/_pkg_.a
2025-08-20T21:21:55.6070613Z [00:03:48.874]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:21:55.6071759Z [00:03:48.874]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:55.6073238Z [00:03:48.874]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:55.6074448Z [00:03:48.874]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:55.6075576Z [00:03:48.874]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:55.6076352Z [00:03:48.874]➜  EOF
2025-08-20T21:21:55.6084370Z [00:03:48.875]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:55.6096442Z [00:03:48.876]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2103/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1beta2=>k8s.io/client-go@v0.33.2/listers/apps/v1beta2;$WORK/b2103=>" -p k8s.io/client-go/listers/apps/v1beta2 -lang=go1.24 -complete -installsuffix shared -buildid GzSZ9blLcjuHm8NIFHz7/GzSZ9blLcjuHm8NIFHz7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2103/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1beta2/controllerrevision.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1beta2/daemonset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1beta2/daemonset_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1beta2/deployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1beta2/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1beta2/replicaset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1beta2/replicaset_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1beta2/statefulset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/apps/v1beta2/statefulset_expansion.go
2025-08-20T21:21:55.6585239Z [00:03:48.925]➜  go tool buildid -w $WORK/b2098/_pkg_.a # internal
2025-08-20T21:21:55.6733640Z [00:03:48.940]➜  cp $WORK/b2098/_pkg_.a /root/.cache/go-build/d6/d63bc440a8067309c54000061e001deaf481a2207c869ebdf72fb26afabd91ef-d # internal
2025-08-20T21:21:55.6736612Z [00:03:48.941]➜  k8s.io/client-go/listers/autoscaling/v1
2025-08-20T21:21:55.6737217Z [00:03:48.941]➜  mkdir -p $WORK/b2106/
2025-08-20T21:21:55.6743351Z [00:03:48.942]➜  cat >/tmp/go-build3547871397/b2106/importcfg << 'EOF' # internal
2025-08-20T21:21:55.6744324Z [00:03:48.942]➜  # import config
2025-08-20T21:21:55.6745310Z [00:03:48.942]➜  packagefile k8s.io/api/autoscaling/v1=/tmp/go-build3547871397/b363/_pkg_.a
2025-08-20T21:21:55.6747198Z [00:03:48.942]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:55.6748276Z [00:03:48.942]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:55.6749315Z [00:03:48.942]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:55.6750024Z [00:03:48.942]➜  EOF
2025-08-20T21:21:55.6754802Z [00:03:48.942]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2106/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/autoscaling/v1=>k8s.io/client-go@v0.33.2/listers/autoscaling/v1;$WORK/b2106=>" -p k8s.io/client-go/listers/autoscaling/v1 -lang=go1.24 -complete -installsuffix shared -buildid x8Iy6DBT5mcpX4B7uJDw/x8Iy6DBT5mcpX4B7uJDw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2106/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/autoscaling/v1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/autoscaling/v1/horizontalpodautoscaler.go
2025-08-20T21:21:55.7285840Z [00:03:48.994]➜  go tool buildid -w $WORK/b2106/_pkg_.a # internal
2025-08-20T21:21:55.7296145Z [00:03:48.996]➜  cp $WORK/b2106/_pkg_.a /root/.cache/go-build/34/3485a6a932d2250e681f9002a6e64f9731a12f32a88c75eb3cce754aeaec5171-d # internal
2025-08-20T21:21:55.7297270Z [00:03:48.996]➜  k8s.io/client-go/informers/autoscaling/v1
2025-08-20T21:21:55.7297857Z [00:03:48.996]➜  mkdir -p $WORK/b2105/
2025-08-20T21:21:55.7298547Z [00:03:48.996]➜  cat >/tmp/go-build3547871397/b2105/importcfg << 'EOF' # internal
2025-08-20T21:21:55.7299170Z [00:03:48.996]➜  # import config
2025-08-20T21:21:55.7299767Z [00:03:48.996]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:55.7300677Z [00:03:48.996]➜  packagefile k8s.io/api/autoscaling/v1=/tmp/go-build3547871397/b363/_pkg_.a
2025-08-20T21:21:55.7301751Z [00:03:48.996]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:55.7303049Z [00:03:48.996]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:55.7304144Z [00:03:48.996]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:55.7305292Z [00:03:48.996]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:55.7306602Z [00:03:48.996]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:55.7307702Z [00:03:48.996]➜  packagefile k8s.io/client-go/listers/autoscaling/v1=/tmp/go-build3547871397/b2106/_pkg_.a
2025-08-20T21:21:55.7308784Z [00:03:48.996]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:55.7309862Z [00:03:48.996]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:55.7310451Z [00:03:48.996]➜  EOF
2025-08-20T21:21:55.7317167Z [00:03:48.997]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2105/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/autoscaling/v1=>k8s.io/client-go@v0.33.2/informers/autoscaling/v1;$WORK/b2105=>" -p k8s.io/client-go/informers/autoscaling/v1 -lang=go1.24 -complete -installsuffix shared -buildid Cu34xk8PFHQ57NQqLA0X/Cu34xk8PFHQ57NQqLA0X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2105/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/autoscaling/v1/horizontalpodautoscaler.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/autoscaling/v1/interface.go
2025-08-20T21:21:55.7719591Z [00:03:49.039]➜  go tool buildid -w $WORK/b2103/_pkg_.a # internal
2025-08-20T21:21:55.7770981Z [00:03:49.044]➜  cp $WORK/b2103/_pkg_.a /root/.cache/go-build/75/7558f826225fcc0bbdcd9eb793841d1e1b4e230c8453ce4fb78d58568d28bb9c-d # internal
2025-08-20T21:21:55.7786572Z [00:03:49.046]➜  k8s.io/client-go/informers/apps/v1beta2
2025-08-20T21:21:55.7789164Z [00:03:49.046]➜  mkdir -p $WORK/b2102/
2025-08-20T21:21:55.7789891Z [00:03:49.046]➜  cat >/tmp/go-build3547871397/b2102/importcfg << 'EOF' # internal
2025-08-20T21:21:55.7790576Z [00:03:49.046]➜  # import config
2025-08-20T21:21:55.7791217Z [00:03:49.046]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:55.7792131Z [00:03:49.046]➜  packagefile k8s.io/api/apps/v1beta2=/tmp/go-build3547871397/b358/_pkg_.a
2025-08-20T21:21:55.7793454Z [00:03:49.046]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:55.7794797Z [00:03:49.046]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:55.7795909Z [00:03:49.046]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:55.7797273Z [00:03:49.046]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:55.7798442Z [00:03:49.046]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:55.7799549Z [00:03:49.046]➜  packagefile k8s.io/client-go/listers/apps/v1beta2=/tmp/go-build3547871397/b2103/_pkg_.a
2025-08-20T21:21:55.7800644Z [00:03:49.046]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:55.7801523Z [00:03:49.046]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:55.7802095Z [00:03:49.046]➜  EOF
2025-08-20T21:21:55.7808683Z [00:03:49.046]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2102/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1beta2=>k8s.io/client-go@v0.33.2/informers/apps/v1beta2;$WORK/b2102=>" -p k8s.io/client-go/informers/apps/v1beta2 -lang=go1.24 -complete -installsuffix shared -buildid DiowdCZSasWamdBXAw4F/DiowdCZSasWamdBXAw4F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2102/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1beta2/controllerrevision.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1beta2/daemonset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1beta2/deployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1beta2/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1beta2/replicaset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/v1beta2/statefulset.go
2025-08-20T21:21:55.8338102Z [00:03:49.101]➜  go tool buildid -w $WORK/b2100/_pkg_.a # internal
2025-08-20T21:21:55.8483471Z [00:03:49.115]➜  cp $WORK/b2100/_pkg_.a /root/.cache/go-build/8c/8cd8d3c25126217844496d97decdbcc86962cf1ed05ace17f2df539b1ead541d-d # internal
2025-08-20T21:21:55.8488086Z [00:03:49.116]➜  k8s.io/client-go/listers/autoscaling/v2
2025-08-20T21:21:55.8490002Z [00:03:49.116]➜  mkdir -p $WORK/b2108/
2025-08-20T21:21:55.8490996Z [00:03:49.116]➜  cat >/tmp/go-build3547871397/b2108/importcfg << 'EOF' # internal
2025-08-20T21:21:55.8491696Z [00:03:49.116]➜  # import config
2025-08-20T21:21:55.8492485Z [00:03:49.116]➜  packagefile k8s.io/api/autoscaling/v2=/tmp/go-build3547871397/b364/_pkg_.a
2025-08-20T21:21:55.8493789Z [00:03:49.116]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:55.8494870Z [00:03:49.116]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:55.8495919Z [00:03:49.116]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:55.8496648Z [00:03:49.116]➜  EOF
2025-08-20T21:21:55.8501266Z [00:03:49.116]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2108/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/autoscaling/v2=>k8s.io/client-go@v0.33.2/listers/autoscaling/v2;$WORK/b2108=>" -p k8s.io/client-go/listers/autoscaling/v2 -lang=go1.24 -complete -installsuffix shared -buildid 8obzoqgBaLGfqfIEU537/8obzoqgBaLGfqfIEU537 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2108/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/autoscaling/v2/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/autoscaling/v2/horizontalpodautoscaler.go
2025-08-20T21:21:55.8941731Z [00:03:49.161]➜  go tool buildid -w $WORK/b2108/_pkg_.a # internal
2025-08-20T21:21:55.8966283Z [00:03:49.164]➜  cp $WORK/b2108/_pkg_.a /root/.cache/go-build/d8/d82226aa740864f1187d14eb6d8722e21defd961824eb800fe92cc3e9285a4e5-d # internal
2025-08-20T21:21:55.8975711Z [00:03:49.165]➜  k8s.io/client-go/informers/autoscaling/v2
2025-08-20T21:21:55.8982594Z [00:03:49.165]➜  mkdir -p $WORK/b2107/
2025-08-20T21:21:55.8994040Z [00:03:49.167]➜  cat >/tmp/go-build3547871397/b2107/importcfg << 'EOF' # internal
2025-08-20T21:21:55.8995030Z [00:03:49.167]➜  # import config
2025-08-20T21:21:55.8995971Z [00:03:49.167]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:55.8998059Z [00:03:49.167]➜  packagefile k8s.io/api/autoscaling/v2=/tmp/go-build3547871397/b364/_pkg_.a
2025-08-20T21:21:55.8999226Z [00:03:49.167]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:55.9000383Z [00:03:49.167]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:55.9001483Z [00:03:49.167]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:55.9005849Z [00:03:49.167]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:55.9007118Z [00:03:49.167]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:55.9008290Z [00:03:49.167]➜  packagefile k8s.io/client-go/listers/autoscaling/v2=/tmp/go-build3547871397/b2108/_pkg_.a
2025-08-20T21:21:55.9009414Z [00:03:49.167]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:55.9010343Z [00:03:49.167]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:55.9010921Z [00:03:49.167]➜  EOF
2025-08-20T21:21:55.9021656Z [00:03:49.169]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2107/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/autoscaling/v2=>k8s.io/client-go@v0.33.2/informers/autoscaling/v2;$WORK/b2107=>" -p k8s.io/client-go/informers/autoscaling/v2 -lang=go1.24 -complete -installsuffix shared -buildid un-OBpOTIviams8j12id/un-OBpOTIviams8j12id -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2107/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/autoscaling/v2/horizontalpodautoscaler.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/autoscaling/v2/interface.go
2025-08-20T21:21:56.0135096Z [00:03:49.281]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:56.0140506Z [00:03:49.281]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x035.o -c zstd_lazy.c
2025-08-20T21:21:56.2976727Z [00:03:49.565]➜  go tool buildid -w $WORK/b2105/_pkg_.a # internal
2025-08-20T21:21:56.3122580Z [00:03:49.579]➜  cp $WORK/b2105/_pkg_.a /root/.cache/go-build/cf/cf757d0be456656fade877c12998d38bedc3796e11beec47eb3f22fd290bd855-d # internal
2025-08-20T21:21:56.3131363Z [00:03:49.580]➜  k8s.io/client-go/listers/autoscaling/v2beta1
2025-08-20T21:21:56.3136637Z [00:03:49.581]➜  mkdir -p $WORK/b2110/
2025-08-20T21:21:56.3137451Z [00:03:49.581]➜  cat >/tmp/go-build3547871397/b2110/importcfg << 'EOF' # internal
2025-08-20T21:21:56.3138912Z [00:03:49.581]➜  # import config
2025-08-20T21:21:56.3140227Z [00:03:49.581]➜  packagefile k8s.io/api/autoscaling/v2beta1=/tmp/go-build3547871397/b365/_pkg_.a
2025-08-20T21:21:56.3141700Z [00:03:49.581]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:56.3143669Z [00:03:49.581]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:56.3145237Z [00:03:49.581]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:56.3147098Z [00:03:49.581]➜  EOF
2025-08-20T21:21:56.3149195Z [00:03:49.581]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:56.3157614Z [00:03:49.581]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2110/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/autoscaling/v2beta1=>k8s.io/client-go@v0.33.2/listers/autoscaling/v2beta1;$WORK/b2110=>" -p k8s.io/client-go/listers/autoscaling/v2beta1 -lang=go1.24 -complete -installsuffix shared -buildid 4tcJ2HEky4JyDot-1k7N/4tcJ2HEky4JyDot-1k7N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2110/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/autoscaling/v2beta1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/autoscaling/v2beta1/horizontalpodautoscaler.go
2025-08-20T21:21:56.3597331Z [00:03:49.627]➜  go tool buildid -w $WORK/b2110/_pkg_.a # internal
2025-08-20T21:21:56.3610741Z [00:03:49.628]➜  cp $WORK/b2110/_pkg_.a /root/.cache/go-build/27/2704e94cf47b35c488773f9c38c0f40d589ff98c9606ab01ed093cac8ddd1e71-d # internal
2025-08-20T21:21:56.3617300Z [00:03:49.629]➜  k8s.io/client-go/informers/autoscaling/v2beta1
2025-08-20T21:21:56.3630110Z [00:03:49.629]➜  mkdir -p $WORK/b2109/
2025-08-20T21:21:56.3631160Z [00:03:49.629]➜  cat >/tmp/go-build3547871397/b2109/importcfg << 'EOF' # internal
2025-08-20T21:21:56.3632095Z [00:03:49.629]➜  # import config
2025-08-20T21:21:56.3633139Z [00:03:49.629]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:56.3634060Z [00:03:49.629]➜  packagefile k8s.io/api/autoscaling/v2beta1=/tmp/go-build3547871397/b365/_pkg_.a
2025-08-20T21:21:56.3635129Z [00:03:49.629]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:56.3636177Z [00:03:49.629]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:56.3637232Z [00:03:49.629]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:56.3638413Z [00:03:49.629]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:56.3639556Z [00:03:49.629]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:56.3640909Z [00:03:49.629]➜  packagefile k8s.io/client-go/listers/autoscaling/v2beta1=/tmp/go-build3547871397/b2110/_pkg_.a
2025-08-20T21:21:56.3642066Z [00:03:49.629]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:56.3645445Z [00:03:49.629]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:56.3646280Z [00:03:49.629]➜  EOF
2025-08-20T21:21:56.3652056Z [00:03:49.629]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2109/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/autoscaling/v2beta1=>k8s.io/client-go@v0.33.2/informers/autoscaling/v2beta1;$WORK/b2109=>" -p k8s.io/client-go/informers/autoscaling/v2beta1 -lang=go1.24 -complete -installsuffix shared -buildid QBvvdMmTyexbli3Sqvou/QBvvdMmTyexbli3Sqvou -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2109/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/autoscaling/v2beta1/horizontalpodautoscaler.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/autoscaling/v2beta1/interface.go
2025-08-20T21:21:56.3866395Z [00:03:49.654]➜  go tool buildid -w $WORK/b2102/_pkg_.a # internal
2025-08-20T21:21:56.4026637Z [00:03:49.670]➜  cp $WORK/b2102/_pkg_.a /root/.cache/go-build/6a/6a1911cad409dd6652b6e3a07babf0e9a604a7d342c33486e5f11e00f0882e48-d # internal
2025-08-20T21:21:56.4027976Z [00:03:49.670]➜  k8s.io/client-go/informers/apps
2025-08-20T21:21:56.4029058Z [00:03:49.670]➜  mkdir -p $WORK/b2097/
2025-08-20T21:21:56.4034700Z [00:03:49.671]➜  cat >/tmp/go-build3547871397/b2097/importcfg << 'EOF' # internal
2025-08-20T21:21:56.4035783Z [00:03:49.671]➜  # import config
2025-08-20T21:21:56.4036918Z [00:03:49.671]➜  packagefile k8s.io/client-go/informers/apps/v1=/tmp/go-build3547871397/b2098/_pkg_.a
2025-08-20T21:21:56.4038157Z [00:03:49.671]➜  packagefile k8s.io/client-go/informers/apps/v1beta1=/tmp/go-build3547871397/b2100/_pkg_.a
2025-08-20T21:21:56.4039395Z [00:03:49.671]➜  packagefile k8s.io/client-go/informers/apps/v1beta2=/tmp/go-build3547871397/b2102/_pkg_.a
2025-08-20T21:21:56.4040560Z [00:03:49.671]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:56.4041428Z [00:03:49.671]➜  EOF
2025-08-20T21:21:56.4045006Z [00:03:49.671]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2097/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps=>k8s.io/client-go@v0.33.2/informers/apps;$WORK/b2097=>" -p k8s.io/client-go/informers/apps -lang=go1.24 -complete -installsuffix shared -buildid 6HC4fCBXndZbhCqy2y-w/6HC4fCBXndZbhCqy2y-w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2097/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/apps/interface.go
2025-08-20T21:21:56.4919764Z [00:03:49.759]➜  go tool buildid -w $WORK/b2107/_pkg_.a # internal
2025-08-20T21:21:56.5066498Z [00:03:49.774]➜  cp $WORK/b2107/_pkg_.a /root/.cache/go-build/70/7052827da8d45669bcf84ef25bf0f16eb7ca588b147a1159cda6a0ce41f557ad-d # internal
2025-08-20T21:21:56.5067761Z [00:03:49.774]➜  k8s.io/client-go/listers/autoscaling/v2beta2
2025-08-20T21:21:56.5068392Z [00:03:49.774]➜  mkdir -p $WORK/b2112/
2025-08-20T21:21:56.5080629Z [00:03:49.775]➜  cat >/tmp/go-build3547871397/b2112/importcfg << 'EOF' # internal
2025-08-20T21:21:56.5085243Z [00:03:49.776]➜  # import config
2025-08-20T21:21:56.5086052Z [00:03:49.776]➜  packagefile k8s.io/api/autoscaling/v2beta2=/tmp/go-build3547871397/b366/_pkg_.a
2025-08-20T21:21:56.5087100Z [00:03:49.776]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:56.5088098Z [00:03:49.776]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:56.5089073Z [00:03:49.776]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:56.5089741Z [00:03:49.776]➜  EOF
2025-08-20T21:21:56.5094461Z [00:03:49.776]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2112/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/autoscaling/v2beta2=>k8s.io/client-go@v0.33.2/listers/autoscaling/v2beta2;$WORK/b2112=>" -p k8s.io/client-go/listers/autoscaling/v2beta2 -lang=go1.24 -complete -installsuffix shared -buildid 3hV59JWllUEhTIflWuvt/3hV59JWllUEhTIflWuvt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2112/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/autoscaling/v2beta2/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/autoscaling/v2beta2/horizontalpodautoscaler.go
2025-08-20T21:21:56.5687754Z [00:03:49.836]➜  go tool buildid -w $WORK/b2112/_pkg_.a # internal
2025-08-20T21:21:56.5705091Z [00:03:49.838]➜  cp $WORK/b2112/_pkg_.a /root/.cache/go-build/cf/cf7f038712888721ef5047d275bfdf13df1697c906ac6979f14b5eed7608039d-d # internal
2025-08-20T21:21:56.5717348Z [00:03:49.838]➜  k8s.io/client-go/informers/autoscaling/v2beta2
2025-08-20T21:21:56.5718031Z [00:03:49.838]➜  mkdir -p $WORK/b2111/
2025-08-20T21:21:56.5718819Z [00:03:49.838]➜  cat >/tmp/go-build3547871397/b2111/importcfg << 'EOF' # internal
2025-08-20T21:21:56.5719809Z [00:03:49.838]➜  # import config
2025-08-20T21:21:56.5720594Z [00:03:49.838]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:56.5721635Z [00:03:49.838]➜  packagefile k8s.io/api/autoscaling/v2beta2=/tmp/go-build3547871397/b366/_pkg_.a
2025-08-20T21:21:56.5723207Z [00:03:49.838]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:56.5724451Z [00:03:49.838]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:56.5725592Z [00:03:49.838]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:56.5726914Z [00:03:49.838]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:56.5728206Z [00:03:49.838]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:56.5729520Z [00:03:49.838]➜  packagefile k8s.io/client-go/listers/autoscaling/v2beta2=/tmp/go-build3547871397/b2112/_pkg_.a
2025-08-20T21:21:56.5730776Z [00:03:49.838]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:56.5731768Z [00:03:49.838]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:56.5732859Z [00:03:49.838]➜  EOF
2025-08-20T21:21:56.5737564Z [00:03:49.838]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2111/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/autoscaling/v2beta2=>k8s.io/client-go@v0.33.2/informers/autoscaling/v2beta2;$WORK/b2111=>" -p k8s.io/client-go/informers/autoscaling/v2beta2 -lang=go1.24 -complete -installsuffix shared -buildid X_a7u--WOprlLqiE3opd/X_a7u--WOprlLqiE3opd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2111/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/autoscaling/v2beta2/horizontalpodautoscaler.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/autoscaling/v2beta2/interface.go
2025-08-20T21:21:56.9680628Z [00:03:50.235]➜  go tool buildid -w $WORK/b2109/_pkg_.a # internal
2025-08-20T21:21:56.9822128Z [00:03:50.249]➜  cp $WORK/b2109/_pkg_.a /root/.cache/go-build/db/db8b8f49ebc0c1c586bf0d71ded8828df560fc7d4d4e1bc87d08b341ad723a53-d # internal
2025-08-20T21:21:56.9830932Z [00:03:50.250]➜  k8s.io/client-go/listers/batch/v1
2025-08-20T21:21:56.9833504Z [00:03:50.250]➜  mkdir -p $WORK/b2115/
2025-08-20T21:21:56.9844895Z [00:03:50.251]➜  cat >/tmp/go-build3547871397/b2115/importcfg << 'EOF' # internal
2025-08-20T21:21:56.9845621Z [00:03:50.251]➜  # import config
2025-08-20T21:21:56.9846245Z [00:03:50.251]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:56.9847104Z [00:03:50.251]➜  packagefile k8s.io/api/batch/v1=/tmp/go-build3547871397/b367/_pkg_.a
2025-08-20T21:21:56.9848030Z [00:03:50.251]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:21:56.9849099Z [00:03:50.251]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:56.9850446Z [00:03:50.251]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:56.9851508Z [00:03:50.251]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:56.9852830Z [00:03:50.251]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:56.9853540Z [00:03:50.251]➜  EOF
2025-08-20T21:21:56.9867624Z [00:03:50.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2115/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/batch/v1=>k8s.io/client-go@v0.33.2/listers/batch/v1;$WORK/b2115=>" -p k8s.io/client-go/listers/batch/v1 -lang=go1.24 -complete -installsuffix shared -buildid h7n5069FJ2cU_8rkmszv/h7n5069FJ2cU_8rkmszv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2115/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/batch/v1/cronjob.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/batch/v1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/batch/v1/job.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/batch/v1/job_expansion.go
2025-08-20T21:21:57.0098169Z [00:03:50.277]➜  go tool buildid -w $WORK/b2097/_pkg_.a # internal
2025-08-20T21:21:57.0443094Z [00:03:50.311]➜  cp $WORK/b2097/_pkg_.a /root/.cache/go-build/23/23961a3731cb8ca196ddfd7dd255a7574ff4f06bebb6f51f1dade6967326b40a-d # internal
2025-08-20T21:21:57.0446086Z [00:03:50.312]➜  k8s.io/client-go/listers/batch/v1beta1
2025-08-20T21:21:57.0454414Z [00:03:50.313]➜  mkdir -p $WORK/b2117/
2025-08-20T21:21:57.0457042Z [00:03:50.313]➜  cat >/tmp/go-build3547871397/b2117/importcfg << 'EOF' # internal
2025-08-20T21:21:57.0457668Z [00:03:50.313]➜  # import config
2025-08-20T21:21:57.0458369Z [00:03:50.313]➜  packagefile k8s.io/api/batch/v1beta1=/tmp/go-build3547871397/b368/_pkg_.a
2025-08-20T21:21:57.0459368Z [00:03:50.313]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:57.0460409Z [00:03:50.313]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:57.0461369Z [00:03:50.313]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:57.0462217Z [00:03:50.313]➜  EOF
2025-08-20T21:21:57.0466389Z [00:03:50.313]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2117/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/batch/v1beta1=>k8s.io/client-go@v0.33.2/listers/batch/v1beta1;$WORK/b2117=>" -p k8s.io/client-go/listers/batch/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid Oq5Cnq-GGJ4fs4NasUqw/Oq5Cnq-GGJ4fs4NasUqw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2117/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/batch/v1beta1/cronjob.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/batch/v1beta1/expansion_generated.go
2025-08-20T21:21:57.0837170Z [00:03:50.351]➜  go tool buildid -w $WORK/b2115/_pkg_.a # internal
2025-08-20T21:21:57.0873630Z [00:03:50.354]➜  cp $WORK/b2115/_pkg_.a /root/.cache/go-build/c5/c5f110b4dc9c4ce0818890fbf5e5e676ff0fe0c5ef412a8b24b8a859c78998b4-d # internal
2025-08-20T21:21:57.0892132Z [00:03:50.355]➜  k8s.io/client-go/informers/batch/v1
2025-08-20T21:21:57.0893021Z [00:03:50.355]➜  mkdir -p $WORK/b2114/
2025-08-20T21:21:57.0893739Z [00:03:50.355]➜  cat >/tmp/go-build3547871397/b2114/importcfg << 'EOF' # internal
2025-08-20T21:21:57.0894380Z [00:03:50.355]➜  # import config
2025-08-20T21:21:57.0895022Z [00:03:50.355]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:57.0920253Z [00:03:50.355]➜  packagefile k8s.io/api/batch/v1=/tmp/go-build3547871397/b367/_pkg_.a
2025-08-20T21:21:57.0921472Z [00:03:50.355]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:57.0922817Z [00:03:50.355]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:57.0924172Z [00:03:50.355]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:57.0925359Z [00:03:50.355]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:57.0926511Z [00:03:50.355]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:57.0927743Z [00:03:50.355]➜  packagefile k8s.io/client-go/listers/batch/v1=/tmp/go-build3547871397/b2115/_pkg_.a
2025-08-20T21:21:57.0928818Z [00:03:50.355]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:57.0929727Z [00:03:50.355]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:57.0930293Z [00:03:50.355]➜  EOF
2025-08-20T21:21:57.0938556Z [00:03:50.356]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2114/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/batch/v1=>k8s.io/client-go@v0.33.2/informers/batch/v1;$WORK/b2114=>" -p k8s.io/client-go/informers/batch/v1 -lang=go1.24 -complete -installsuffix shared -buildid AwuDJocWKyyuarPr5pPM/AwuDJocWKyyuarPr5pPM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2114/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/batch/v1/cronjob.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/batch/v1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/batch/v1/job.go
2025-08-20T21:21:57.1241421Z [00:03:50.391]➜  go tool buildid -w $WORK/b2111/_pkg_.a # internal
2025-08-20T21:21:57.1292482Z [00:03:50.396]➜  go tool buildid -w $WORK/b2117/_pkg_.a # internal
2025-08-20T21:21:57.1316395Z [00:03:50.399]➜  cp $WORK/b2117/_pkg_.a /root/.cache/go-build/58/58565f0cb7d42606b32eeb82de15c3d2b35a672604c834bb28bc6ce4c4a4dcd7-d # internal
2025-08-20T21:21:57.1326178Z [00:03:50.399]➜  k8s.io/client-go/informers/batch/v1beta1
2025-08-20T21:21:57.1326785Z [00:03:50.399]➜  mkdir -p $WORK/b2116/
2025-08-20T21:21:57.1327496Z [00:03:50.399]➜  cat >/tmp/go-build3547871397/b2116/importcfg << 'EOF' # internal
2025-08-20T21:21:57.1328175Z [00:03:50.399]➜  # import config
2025-08-20T21:21:57.1328799Z [00:03:50.399]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:57.1329709Z [00:03:50.399]➜  packagefile k8s.io/api/batch/v1beta1=/tmp/go-build3547871397/b368/_pkg_.a
2025-08-20T21:21:57.1330960Z [00:03:50.399]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:57.1332065Z [00:03:50.399]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:57.1333303Z [00:03:50.400]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:57.1334532Z [00:03:50.400]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:57.1335666Z [00:03:50.400]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:57.1336757Z [00:03:50.400]➜  packagefile k8s.io/client-go/listers/batch/v1beta1=/tmp/go-build3547871397/b2117/_pkg_.a
2025-08-20T21:21:57.1337831Z [00:03:50.400]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:57.1338710Z [00:03:50.400]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:57.1339284Z [00:03:50.400]➜  EOF
2025-08-20T21:21:57.1363647Z [00:03:50.400]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2116/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/batch/v1beta1=>k8s.io/client-go@v0.33.2/informers/batch/v1beta1;$WORK/b2116=>" -p k8s.io/client-go/informers/batch/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid P4xAB81370oKjHyS7xnN/P4xAB81370oKjHyS7xnN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2116/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/batch/v1beta1/cronjob.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/batch/v1beta1/interface.go
2025-08-20T21:21:57.1387238Z [00:03:50.406]➜  cp $WORK/b2111/_pkg_.a /root/.cache/go-build/98/987b3df8a2eae1cb3094e517c2a3c27638621670caa3d371d79ae7a2923e46f5-d # internal
2025-08-20T21:21:57.1389220Z [00:03:50.406]➜  k8s.io/client-go/informers/autoscaling
2025-08-20T21:21:57.1391016Z [00:03:50.406]➜  mkdir -p $WORK/b2104/
2025-08-20T21:21:57.1397692Z [00:03:50.407]➜  cat >/tmp/go-build3547871397/b2104/importcfg << 'EOF' # internal
2025-08-20T21:21:57.1398266Z [00:03:50.407]➜  # import config
2025-08-20T21:21:57.1399156Z [00:03:50.407]➜  packagefile k8s.io/client-go/informers/autoscaling/v1=/tmp/go-build3547871397/b2105/_pkg_.a
2025-08-20T21:21:57.1400395Z [00:03:50.407]➜  packagefile k8s.io/client-go/informers/autoscaling/v2=/tmp/go-build3547871397/b2107/_pkg_.a
2025-08-20T21:21:57.1401750Z [00:03:50.407]➜  packagefile k8s.io/client-go/informers/autoscaling/v2beta1=/tmp/go-build3547871397/b2109/_pkg_.a
2025-08-20T21:21:57.1403255Z [00:03:50.407]➜  packagefile k8s.io/client-go/informers/autoscaling/v2beta2=/tmp/go-build3547871397/b2111/_pkg_.a
2025-08-20T21:21:57.1404820Z [00:03:50.407]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:57.1405712Z [00:03:50.407]➜  EOF
2025-08-20T21:21:57.1409989Z [00:03:50.408]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2104/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/autoscaling=>k8s.io/client-go@v0.33.2/informers/autoscaling;$WORK/b2104=>" -p k8s.io/client-go/informers/autoscaling -lang=go1.24 -complete -installsuffix shared -buildid 9b8Zf9CjHoEpdZwI3d0-/9b8Zf9CjHoEpdZwI3d0- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2104/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/autoscaling/interface.go
2025-08-20T21:21:57.6869589Z [00:03:50.954]➜  go tool buildid -w $WORK/b2114/_pkg_.a # internal
2025-08-20T21:21:57.7001456Z [00:03:50.967]➜  go tool buildid -w $WORK/b2116/_pkg_.a # internal
2025-08-20T21:21:57.7019595Z [00:03:50.969]➜  cp $WORK/b2114/_pkg_.a /root/.cache/go-build/64/64b07655fd3cae05e788ba85b598f08e90d36e30ccf747f4dbe1d19f6abbb040-d # internal
2025-08-20T21:21:57.7021997Z [00:03:50.970]➜  k8s.io/client-go/listers/certificates/v1
2025-08-20T21:21:57.7023974Z [00:03:50.970]➜  mkdir -p $WORK/b2120/
2025-08-20T21:21:57.7031288Z [00:03:50.970]➜  cat >/tmp/go-build3547871397/b2120/importcfg << 'EOF' # internal
2025-08-20T21:21:57.7034632Z [00:03:50.971]➜  # import config
2025-08-20T21:21:57.7037527Z [00:03:50.971]➜  packagefile k8s.io/api/certificates/v1=/tmp/go-build3547871397/b369/_pkg_.a
2025-08-20T21:21:57.7038592Z [00:03:50.971]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:57.7039714Z [00:03:50.971]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:57.7040771Z [00:03:50.971]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:57.7041516Z [00:03:50.971]➜  EOF
2025-08-20T21:21:57.7046643Z [00:03:50.971]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2120/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/certificates/v1=>k8s.io/client-go@v0.33.2/listers/certificates/v1;$WORK/b2120=>" -p k8s.io/client-go/listers/certificates/v1 -lang=go1.24 -complete -installsuffix shared -buildid dsvD5D8qCu9abD0sk2r9/dsvD5D8qCu9abD0sk2r9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2120/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/certificates/v1/certificatesigningrequest.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/certificates/v1/expansion_generated.go
2025-08-20T21:21:57.7145215Z [00:03:50.980]➜  cp $WORK/b2116/_pkg_.a /root/.cache/go-build/a9/a9d76c48c3852900b0aa53b9df8e72deabb2df78a6dc7e03a68cf13501ee6897-d # internal
2025-08-20T21:21:57.7148902Z [00:03:50.982]➜  k8s.io/client-go/informers/batch
2025-08-20T21:21:57.7153228Z [00:03:50.982]➜  mkdir -p $WORK/b2113/
2025-08-20T21:21:57.7155775Z [00:03:50.982]➜  cat >/tmp/go-build3547871397/b2113/importcfg << 'EOF' # internal
2025-08-20T21:21:57.7157146Z [00:03:50.982]➜  # import config
2025-08-20T21:21:57.7158371Z [00:03:50.982]➜  packagefile k8s.io/client-go/informers/batch/v1=/tmp/go-build3547871397/b2114/_pkg_.a
2025-08-20T21:21:57.7160029Z [00:03:50.982]➜  packagefile k8s.io/client-go/informers/batch/v1beta1=/tmp/go-build3547871397/b2116/_pkg_.a
2025-08-20T21:21:57.7162034Z [00:03:50.982]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:57.7163430Z [00:03:50.982]➜  EOF
2025-08-20T21:21:57.7167365Z [00:03:50.982]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2113/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/batch=>k8s.io/client-go@v0.33.2/informers/batch;$WORK/b2113=>" -p k8s.io/client-go/informers/batch -lang=go1.24 -complete -installsuffix shared -buildid BEYgAV8bhEobvstK49Zb/BEYgAV8bhEobvstK49Zb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2113/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/batch/interface.go
2025-08-20T21:21:57.7357493Z [00:03:51.003]➜  go tool buildid -w $WORK/b2104/_pkg_.a # internal
2025-08-20T21:21:57.7455992Z [00:03:51.013]➜  go tool buildid -w $WORK/b2120/_pkg_.a # internal
2025-08-20T21:21:57.7465452Z [00:03:51.014]➜  cp $WORK/b2104/_pkg_.a /root/.cache/go-build/aa/aaf785173ae1b35b813b52d8ecf4daf1542359b29a7c577ffb096ff511525118-d # internal
2025-08-20T21:21:57.7467695Z [00:03:51.014]➜  k8s.io/client-go/listers/certificates/v1alpha1
2025-08-20T21:21:57.7469293Z [00:03:51.014]➜  mkdir -p $WORK/b2122/
2025-08-20T21:21:57.7470941Z [00:03:51.014]➜  cat >/tmp/go-build3547871397/b2122/importcfg << 'EOF' # internal
2025-08-20T21:21:57.7473596Z [00:03:51.014]➜  # import config
2025-08-20T21:21:57.7474519Z [00:03:51.014]➜  packagefile k8s.io/api/certificates/v1alpha1=/tmp/go-build3547871397/b370/_pkg_.a
2025-08-20T21:21:57.7475747Z [00:03:51.014]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:57.7476873Z [00:03:51.014]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:57.7478033Z [00:03:51.014]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:57.7478805Z [00:03:51.014]➜  EOF
2025-08-20T21:21:57.7486763Z [00:03:51.014]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2122/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/certificates/v1alpha1=>k8s.io/client-go@v0.33.2/listers/certificates/v1alpha1;$WORK/b2122=>" -p k8s.io/client-go/listers/certificates/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid 9j8zfnu3_v4hlNhZcZWo/9j8zfnu3_v4hlNhZcZWo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2122/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/certificates/v1alpha1/clustertrustbundle.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/certificates/v1alpha1/expansion_generated.go
2025-08-20T21:21:57.7491438Z [00:03:51.015]➜  cp $WORK/b2120/_pkg_.a /root/.cache/go-build/cd/cdd0ab9813b7bd8699ad291d70260c139a0c27e37424ab0f0774e68a77cb8ba0-d # internal
2025-08-20T21:21:57.7493355Z [00:03:51.016]➜  k8s.io/client-go/informers/certificates/v1
2025-08-20T21:21:57.7494054Z [00:03:51.016]➜  mkdir -p $WORK/b2119/
2025-08-20T21:21:57.7494797Z [00:03:51.016]➜  cat >/tmp/go-build3547871397/b2119/importcfg << 'EOF' # internal
2025-08-20T21:21:57.7495474Z [00:03:51.016]➜  # import config
2025-08-20T21:21:57.7496097Z [00:03:51.016]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:57.7497036Z [00:03:51.016]➜  packagefile k8s.io/api/certificates/v1=/tmp/go-build3547871397/b369/_pkg_.a
2025-08-20T21:21:57.7498180Z [00:03:51.016]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:57.7499472Z [00:03:51.016]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:57.7500576Z [00:03:51.016]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:57.7501792Z [00:03:51.016]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:57.7503189Z [00:03:51.016]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:57.7504371Z [00:03:51.016]➜  packagefile k8s.io/client-go/listers/certificates/v1=/tmp/go-build3547871397/b2120/_pkg_.a
2025-08-20T21:21:57.7505722Z [00:03:51.016]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:57.7506618Z [00:03:51.016]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:57.7507195Z [00:03:51.016]➜  EOF
2025-08-20T21:21:57.7511725Z [00:03:51.016]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2119/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/certificates/v1=>k8s.io/client-go@v0.33.2/informers/certificates/v1;$WORK/b2119=>" -p k8s.io/client-go/informers/certificates/v1 -lang=go1.24 -complete -installsuffix shared -buildid 1yEAMN_wDipxNyZ_xVrL/1yEAMN_wDipxNyZ_xVrL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2119/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/certificates/v1/certificatesigningrequest.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/certificates/v1/interface.go
2025-08-20T21:21:57.7815931Z [00:03:51.049]➜  go tool buildid -w $WORK/b2122/_pkg_.a # internal
2025-08-20T21:21:57.7827994Z [00:03:51.050]➜  cp $WORK/b2122/_pkg_.a /root/.cache/go-build/af/afc1290513fa374201d8700403c1d54fcfe783cf9cbc4dba9d9548fabc1931a2-d # internal
2025-08-20T21:21:57.7854400Z [00:03:51.050]➜  k8s.io/client-go/informers/certificates/v1alpha1
2025-08-20T21:21:57.7855101Z [00:03:51.051]➜  mkdir -p $WORK/b2121/
2025-08-20T21:21:57.7855862Z [00:03:51.051]➜  cat >/tmp/go-build3547871397/b2121/importcfg << 'EOF' # internal
2025-08-20T21:21:57.7856556Z [00:03:51.051]➜  # import config
2025-08-20T21:21:57.7857200Z [00:03:51.051]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:57.7858055Z [00:03:51.051]➜  packagefile k8s.io/api/certificates/v1alpha1=/tmp/go-build3547871397/b370/_pkg_.a
2025-08-20T21:21:57.7859215Z [00:03:51.051]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:57.7860325Z [00:03:51.051]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:57.7861293Z [00:03:51.051]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:57.7862546Z [00:03:51.051]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:57.7864525Z [00:03:51.051]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:57.7865752Z [00:03:51.051]➜  packagefile k8s.io/client-go/listers/certificates/v1alpha1=/tmp/go-build3547871397/b2122/_pkg_.a
2025-08-20T21:21:57.7866900Z [00:03:51.051]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:57.7867884Z [00:03:51.051]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:57.7868528Z [00:03:51.051]➜  EOF
2025-08-20T21:21:57.7873278Z [00:03:51.051]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2121/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/certificates/v1alpha1=>k8s.io/client-go@v0.33.2/informers/certificates/v1alpha1;$WORK/b2121=>" -p k8s.io/client-go/informers/certificates/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid nmped9mHQ-DEwfyzMpmr/nmped9mHQ-DEwfyzMpmr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2121/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/certificates/v1alpha1/clustertrustbundle.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/certificates/v1alpha1/interface.go
2025-08-20T21:21:58.2427114Z [00:03:51.510]➜  go tool buildid -w $WORK/b2113/_pkg_.a # internal
2025-08-20T21:21:58.2552027Z [00:03:51.522]➜  cp $WORK/b2113/_pkg_.a /root/.cache/go-build/bf/bf8aa844b3d65beeadad88f91120b3cdcca6f110febf5ec9952a23334871e3a1-d # internal
2025-08-20T21:21:58.2554262Z [00:03:51.523]➜  k8s.io/client-go/listers/certificates/v1beta1
2025-08-20T21:21:58.2556561Z [00:03:51.523]➜  mkdir -p $WORK/b2124/
2025-08-20T21:21:58.2561117Z [00:03:51.523]➜  cat >/tmp/go-build3547871397/b2124/importcfg << 'EOF' # internal
2025-08-20T21:21:58.2562324Z [00:03:51.523]➜  # import config
2025-08-20T21:21:58.2564992Z [00:03:51.523]➜  packagefile k8s.io/api/certificates/v1beta1=/tmp/go-build3547871397/b371/_pkg_.a
2025-08-20T21:21:58.2566273Z [00:03:51.523]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:58.2572194Z [00:03:51.523]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:58.2573662Z [00:03:51.523]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:58.2574439Z [00:03:51.523]➜  EOF
2025-08-20T21:21:58.2579932Z [00:03:51.524]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2124/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/certificates/v1beta1=>k8s.io/client-go@v0.33.2/listers/certificates/v1beta1;$WORK/b2124=>" -p k8s.io/client-go/listers/certificates/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid SW03yeHSZPdQ2QaGEZLe/SW03yeHSZPdQ2QaGEZLe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2124/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/certificates/v1beta1/certificatesigningrequest.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/certificates/v1beta1/clustertrustbundle.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/certificates/v1beta1/expansion_generated.go
2025-08-20T21:21:58.3095551Z [00:03:51.577]➜  go tool buildid -w $WORK/b2124/_pkg_.a # internal
2025-08-20T21:21:58.3109291Z [00:03:51.578]➜  cp $WORK/b2124/_pkg_.a /root/.cache/go-build/a3/a3d56b45e5f6b1bbfd1ea1d057c56ed8c4cbb479bc6bbb7f3466dd940e59d0bd-d # internal
2025-08-20T21:21:58.3116597Z [00:03:51.578]➜  k8s.io/client-go/informers/certificates/v1beta1
2025-08-20T21:21:58.3117343Z [00:03:51.579]➜  mkdir -p $WORK/b2123/
2025-08-20T21:21:58.3122463Z [00:03:51.579]➜  cat >/tmp/go-build3547871397/b2123/importcfg << 'EOF' # internal
2025-08-20T21:21:58.3125865Z [00:03:51.579]➜  # import config
2025-08-20T21:21:58.3126555Z [00:03:51.579]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:58.3127542Z [00:03:51.579]➜  packagefile k8s.io/api/certificates/v1beta1=/tmp/go-build3547871397/b371/_pkg_.a
2025-08-20T21:21:58.3128667Z [00:03:51.579]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:58.3129781Z [00:03:51.579]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:58.3130856Z [00:03:51.579]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:58.3132067Z [00:03:51.579]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:58.3133729Z [00:03:51.579]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:58.3134961Z [00:03:51.579]➜  packagefile k8s.io/client-go/listers/certificates/v1beta1=/tmp/go-build3547871397/b2124/_pkg_.a
2025-08-20T21:21:58.3136264Z [00:03:51.579]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:58.3137175Z [00:03:51.579]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:58.3137855Z [00:03:51.579]➜  EOF
2025-08-20T21:21:58.3143540Z [00:03:51.579]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2123/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/certificates/v1beta1=>k8s.io/client-go@v0.33.2/informers/certificates/v1beta1;$WORK/b2123=>" -p k8s.io/client-go/informers/certificates/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid qwA2xyR8M16q3j6APmd5/qwA2xyR8M16q3j6APmd5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2123/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/certificates/v1beta1/certificatesigningrequest.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/certificates/v1beta1/clustertrustbundle.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/certificates/v1beta1/interface.go
2025-08-20T21:21:58.3669923Z [00:03:51.634]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:58.3673621Z [00:03:51.634]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x036.o -c zstd_ldm.c
2025-08-20T21:21:58.3689205Z [00:03:51.636]➜  go tool buildid -w $WORK/b2119/_pkg_.a # internal
2025-08-20T21:21:58.3697067Z [00:03:51.637]➜  go tool buildid -w $WORK/b2121/_pkg_.a # internal
2025-08-20T21:21:58.3838107Z [00:03:51.650]➜  cp $WORK/b2121/_pkg_.a /root/.cache/go-build/1b/1bf8abc5ac784a2e84e94a47dca3062b65d5a5dded7cce4b0e3a5b83f55272ad-d # internal
2025-08-20T21:21:58.3839304Z [00:03:51.651]➜  k8s.io/client-go/listers/coordination/v1
2025-08-20T21:21:58.3843736Z [00:03:51.652]➜  mkdir -p $WORK/b2127/
2025-08-20T21:21:58.3844913Z [00:03:51.652]➜  cat >/tmp/go-build3547871397/b2127/importcfg << 'EOF' # internal
2025-08-20T21:21:58.3847231Z [00:03:51.652]➜  # import config
2025-08-20T21:21:58.3848237Z [00:03:51.652]➜  packagefile k8s.io/api/coordination/v1=/tmp/go-build3547871397/b372/_pkg_.a
2025-08-20T21:21:58.3850496Z [00:03:51.652]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:58.3851727Z [00:03:51.652]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:58.3855951Z [00:03:51.652]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:58.3856733Z [00:03:51.652]➜  EOF
2025-08-20T21:21:58.3857214Z [00:03:51.652]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:58.3861646Z [00:03:51.652]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2127/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/coordination/v1=>k8s.io/client-go@v0.33.2/listers/coordination/v1;$WORK/b2127=>" -p k8s.io/client-go/listers/coordination/v1 -lang=go1.24 -complete -installsuffix shared -buildid HXoHWSg8LiVvxqXZ4eQf/HXoHWSg8LiVvxqXZ4eQf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2127/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/coordination/v1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/coordination/v1/lease.go
2025-08-20T21:21:58.3879324Z [00:03:51.655]➜  cp $WORK/b2119/_pkg_.a /root/.cache/go-build/58/58591b7da202209b721ebd7502f1c79ba65f919b57922010a67de03d6c66e0d9-d # internal
2025-08-20T21:21:58.3900078Z [00:03:51.656]➜  k8s.io/client-go/listers/coordination/v1alpha2
2025-08-20T21:21:58.3900928Z [00:03:51.656]➜  mkdir -p $WORK/b2129/
2025-08-20T21:21:58.3901691Z [00:03:51.656]➜  cat >/tmp/go-build3547871397/b2129/importcfg << 'EOF' # internal
2025-08-20T21:21:58.3902368Z [00:03:51.656]➜  # import config
2025-08-20T21:21:58.3903628Z [00:03:51.656]➜  packagefile k8s.io/api/coordination/v1alpha2=/tmp/go-build3547871397/b373/_pkg_.a
2025-08-20T21:21:58.3904832Z [00:03:51.656]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:58.3905957Z [00:03:51.656]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:58.3906983Z [00:03:51.656]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:58.3907720Z [00:03:51.656]➜  EOF
2025-08-20T21:21:58.3912431Z [00:03:51.656]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2129/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/coordination/v1alpha2=>k8s.io/client-go@v0.33.2/listers/coordination/v1alpha2;$WORK/b2129=>" -p k8s.io/client-go/listers/coordination/v1alpha2 -lang=go1.24 -complete -installsuffix shared -buildid j9s4oZp7jrp7nEifYSjV/j9s4oZp7jrp7nEifYSjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2129/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/coordination/v1alpha2/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/coordination/v1alpha2/leasecandidate.go
2025-08-20T21:21:58.4264265Z [00:03:51.693]➜  go tool buildid -w $WORK/b2127/_pkg_.a # internal
2025-08-20T21:21:58.4276281Z [00:03:51.695]➜  cp $WORK/b2127/_pkg_.a /root/.cache/go-build/6b/6b5d6894164c6a7ee5449af5f33841e7aaa3cfaa76ffcb7da1fd71321be39e36-d # internal
2025-08-20T21:21:58.4287779Z [00:03:51.695]➜  k8s.io/client-go/informers/coordination/v1
2025-08-20T21:21:58.4289763Z [00:03:51.695]➜  mkdir -p $WORK/b2126/
2025-08-20T21:21:58.4290640Z [00:03:51.696]➜  cat >/tmp/go-build3547871397/b2126/importcfg << 'EOF' # internal
2025-08-20T21:21:58.4291538Z [00:03:51.696]➜  # import config
2025-08-20T21:21:58.4292271Z [00:03:51.696]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:58.4293441Z [00:03:51.696]➜  packagefile k8s.io/api/coordination/v1=/tmp/go-build3547871397/b372/_pkg_.a
2025-08-20T21:21:58.4294728Z [00:03:51.696]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:58.4295872Z [00:03:51.696]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:58.4297003Z [00:03:51.696]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:58.4298297Z [00:03:51.696]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:58.4300272Z [00:03:51.696]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:58.4302115Z [00:03:51.696]➜  packagefile k8s.io/client-go/listers/coordination/v1=/tmp/go-build3547871397/b2127/_pkg_.a
2025-08-20T21:21:58.4303799Z [00:03:51.696]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:58.4304880Z [00:03:51.696]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:58.4308499Z [00:03:51.696]➜  EOF
2025-08-20T21:21:58.4313994Z [00:03:51.696]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2126/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/coordination/v1=>k8s.io/client-go@v0.33.2/informers/coordination/v1;$WORK/b2126=>" -p k8s.io/client-go/informers/coordination/v1 -lang=go1.24 -complete -installsuffix shared -buildid pjk2_s0dmiDBfdRDT1VE/pjk2_s0dmiDBfdRDT1VE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2126/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/coordination/v1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/coordination/v1/lease.go
2025-08-20T21:21:58.4317878Z [00:03:51.698]➜  go tool buildid -w $WORK/b2129/_pkg_.a # internal
2025-08-20T21:21:58.4330023Z [00:03:51.700]➜  cp $WORK/b2129/_pkg_.a /root/.cache/go-build/a9/a9a2e5bb3550028b46d875437031da0e988fda3b10856d8838f1248a98d876fe-d # internal
2025-08-20T21:21:58.4338252Z [00:03:51.701]➜  k8s.io/client-go/informers/coordination/v1alpha2
2025-08-20T21:21:58.4339141Z [00:03:51.701]➜  mkdir -p $WORK/b2128/
2025-08-20T21:21:58.4348516Z [00:03:51.702]➜  cat >/tmp/go-build3547871397/b2128/importcfg << 'EOF' # internal
2025-08-20T21:21:58.4352228Z [00:03:51.702]➜  # import config
2025-08-20T21:21:58.4353084Z [00:03:51.702]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:58.4355114Z [00:03:51.702]➜  packagefile k8s.io/api/coordination/v1alpha2=/tmp/go-build3547871397/b373/_pkg_.a
2025-08-20T21:21:58.4356337Z [00:03:51.702]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:58.4357483Z [00:03:51.702]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:58.4358575Z [00:03:51.702]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:58.4359800Z [00:03:51.702]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:58.4360983Z [00:03:51.702]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:58.4362165Z [00:03:51.702]➜  packagefile k8s.io/client-go/listers/coordination/v1alpha2=/tmp/go-build3547871397/b2129/_pkg_.a
2025-08-20T21:21:58.4363558Z [00:03:51.702]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:58.4364473Z [00:03:51.702]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:58.4365052Z [00:03:51.703]➜  EOF
2025-08-20T21:21:58.4376529Z [00:03:51.704]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2128/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/coordination/v1alpha2=>k8s.io/client-go@v0.33.2/informers/coordination/v1alpha2;$WORK/b2128=>" -p k8s.io/client-go/informers/coordination/v1alpha2 -lang=go1.24 -complete -installsuffix shared -buildid vIpYFMmIHxUWU9a8jmSw/vIpYFMmIHxUWU9a8jmSw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2128/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/coordination/v1alpha2/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/coordination/v1alpha2/leasecandidate.go
2025-08-20T21:21:58.5955065Z [00:03:51.863]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:58.5959732Z [00:03:51.863]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x037.o -c zstd_opt.c
2025-08-20T21:21:58.8716945Z [00:03:52.139]➜  go tool buildid -w $WORK/b2123/_pkg_.a # internal
2025-08-20T21:21:58.8994871Z [00:03:52.166]➜  cp $WORK/b2123/_pkg_.a /root/.cache/go-build/1a/1abaf0e132357e2ea32f2de5aaeb4fccc436ae86b392befd251900feba6badde-d # internal
2025-08-20T21:21:58.8996245Z [00:03:52.166]➜  k8s.io/client-go/informers/certificates
2025-08-20T21:21:58.8996867Z [00:03:52.166]➜  mkdir -p $WORK/b2118/
2025-08-20T21:21:58.8997597Z [00:03:52.166]➜  cat >/tmp/go-build3547871397/b2118/importcfg << 'EOF' # internal
2025-08-20T21:21:58.8998294Z [00:03:52.166]➜  # import config
2025-08-20T21:21:58.8999233Z [00:03:52.166]➜  packagefile k8s.io/client-go/informers/certificates/v1=/tmp/go-build3547871397/b2119/_pkg_.a
2025-08-20T21:21:58.9000615Z [00:03:52.166]➜  packagefile k8s.io/client-go/informers/certificates/v1alpha1=/tmp/go-build3547871397/b2121/_pkg_.a
2025-08-20T21:21:58.9002108Z [00:03:52.166]➜  packagefile k8s.io/client-go/informers/certificates/v1beta1=/tmp/go-build3547871397/b2123/_pkg_.a
2025-08-20T21:21:58.9004030Z [00:03:52.166]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:58.9005013Z [00:03:52.166]➜  EOF
2025-08-20T21:21:58.9005526Z [00:03:52.166]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:58.9009716Z [00:03:52.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2118/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/certificates=>k8s.io/client-go@v0.33.2/informers/certificates;$WORK/b2118=>" -p k8s.io/client-go/informers/certificates -lang=go1.24 -complete -installsuffix shared -buildid 0vtnyQJA0mRy3JFptEF_/0vtnyQJA0mRy3JFptEF_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2118/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/certificates/interface.go
2025-08-20T21:21:58.9777538Z [00:03:52.245]➜  go tool buildid -w $WORK/b2128/_pkg_.a # internal
2025-08-20T21:21:58.9793000Z [00:03:52.246]➜  go tool buildid -w $WORK/b2126/_pkg_.a # internal
2025-08-20T21:21:58.9929549Z [00:03:52.260]➜  cp $WORK/b2128/_pkg_.a /root/.cache/go-build/db/dbac675da523b2d418a70d584f939abb05ddc15a04e4e3017a183df938c20182-d # internal
2025-08-20T21:21:58.9946700Z [00:03:52.261]➜  k8s.io/client-go/listers/coordination/v1beta1
2025-08-20T21:21:58.9950208Z [00:03:52.261]➜  mkdir -p $WORK/b2131/
2025-08-20T21:21:58.9951419Z [00:03:52.262]➜  cp $WORK/b2126/_pkg_.a /root/.cache/go-build/d8/d85232961cdd6e9b2c55029476a4cbb1bc5082b7bf231c9b02d0a13e8affc585-d # internal
2025-08-20T21:21:58.9952532Z [00:03:52.262]➜  k8s.io/client-go/listers/core/v1
2025-08-20T21:21:58.9953331Z [00:03:52.262]➜  mkdir -p $WORK/b2134/
2025-08-20T21:21:58.9962521Z [00:03:52.263]➜  cat >/tmp/go-build3547871397/b2131/importcfg << 'EOF' # internal
2025-08-20T21:21:58.9964765Z [00:03:52.263]➜  # import config
2025-08-20T21:21:58.9968135Z [00:03:52.263]➜  packagefile k8s.io/api/coordination/v1beta1=/tmp/go-build3547871397/b374/_pkg_.a
2025-08-20T21:21:58.9969614Z [00:03:52.263]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:58.9970914Z [00:03:52.263]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:58.9971984Z [00:03:52.263]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:58.9980994Z [00:03:52.263]➜  EOF
2025-08-20T21:21:58.9981782Z [00:03:52.263]➜  cat >/tmp/go-build3547871397/b2134/importcfg << 'EOF' # internal
2025-08-20T21:21:58.9982493Z [00:03:52.263]➜  # import config
2025-08-20T21:21:58.9983365Z [00:03:52.263]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:21:58.9984292Z [00:03:52.263]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:21:58.9985356Z [00:03:52.263]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:58.9986440Z [00:03:52.263]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:58.9987499Z [00:03:52.264]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:58.9988244Z [00:03:52.264]➜  EOF
2025-08-20T21:21:59.0003054Z [00:03:52.265]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2134/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1=>k8s.io/client-go@v0.33.2/listers/core/v1;$WORK/b2134=>" -p k8s.io/client-go/listers/core/v1 -lang=go1.24 -complete -installsuffix shared -buildid SRvCZekt1Hw56yt0DIxm/SRvCZekt1Hw56yt0DIxm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2134/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1/componentstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1/configmap.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1/endpoints.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1/event.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1/limitrange.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1/namespace.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1/node.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1/persistentvolume.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1/persistentvolumeclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1/pod.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1/podtemplate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1/replicationcontroller.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1/replicationcontroller_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1/resourcequota.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1/secret.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1/service.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/core/v1/serviceaccount.go
2025-08-20T21:21:59.0019916Z [00:03:52.265]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2131/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/coordination/v1beta1=>k8s.io/client-go@v0.33.2/listers/coordination/v1beta1;$WORK/b2131=>" -p k8s.io/client-go/listers/coordination/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid MTR95BjA9anaClshAMAt/MTR95BjA9anaClshAMAt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2131/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/coordination/v1beta1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/coordination/v1beta1/lease.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/coordination/v1beta1/leasecandidate.go
2025-08-20T21:21:59.0603912Z [00:03:52.327]➜  go tool buildid -w $WORK/b2131/_pkg_.a # internal
2025-08-20T21:21:59.0615440Z [00:03:52.329]➜  cp $WORK/b2131/_pkg_.a /root/.cache/go-build/ff/fff5181f2fd1949b0f079b814456077615815bbf2e3619003a834715a10a1ddd-d # internal
2025-08-20T21:21:59.0627908Z [00:03:52.330]➜  k8s.io/client-go/informers/coordination/v1beta1
2025-08-20T21:21:59.0634736Z [00:03:52.330]➜  mkdir -p $WORK/b2130/
2025-08-20T21:21:59.0635469Z [00:03:52.330]➜  cat >/tmp/go-build3547871397/b2130/importcfg << 'EOF' # internal
2025-08-20T21:21:59.0636108Z [00:03:52.330]➜  # import config
2025-08-20T21:21:59.0636712Z [00:03:52.330]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:59.0637794Z [00:03:52.330]➜  packagefile k8s.io/api/coordination/v1beta1=/tmp/go-build3547871397/b374/_pkg_.a
2025-08-20T21:21:59.0638901Z [00:03:52.330]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:59.0639982Z [00:03:52.330]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:59.0641012Z [00:03:52.330]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:59.0642167Z [00:03:52.330]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:59.0664439Z [00:03:52.330]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:59.0665565Z [00:03:52.330]➜  packagefile k8s.io/client-go/listers/coordination/v1beta1=/tmp/go-build3547871397/b2131/_pkg_.a
2025-08-20T21:21:59.0666621Z [00:03:52.330]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:59.0667519Z [00:03:52.330]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:59.0668093Z [00:03:52.330]➜  EOF
2025-08-20T21:21:59.0673521Z [00:03:52.330]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2130/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/coordination/v1beta1=>k8s.io/client-go@v0.33.2/informers/coordination/v1beta1;$WORK/b2130=>" -p k8s.io/client-go/informers/coordination/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid OC2JkidQ5jvWI1JkTl_n/OC2JkidQ5jvWI1JkTl_n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2130/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/coordination/v1beta1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/coordination/v1beta1/lease.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/coordination/v1beta1/leasecandidate.go
2025-08-20T21:21:59.2352314Z [00:03:52.502]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:59.2358367Z [00:03:52.502]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x038.o -c zstd_v01.c
2025-08-20T21:21:59.2630431Z [00:03:52.530]➜  go tool buildid -w $WORK/b2134/_pkg_.a # internal
2025-08-20T21:21:59.2727220Z [00:03:52.538]➜  cp $WORK/b2134/_pkg_.a /root/.cache/go-build/ad/ad4e55de3e1e648ebc674ea4ff5b4ee5a040ab1fd4e16e33edb1b587f0e52ad3-d # internal
2025-08-20T21:21:59.2730502Z [00:03:52.540]➜  k8s.io/client-go/informers/core/v1
2025-08-20T21:21:59.2731017Z [00:03:52.540]➜  mkdir -p $WORK/b2133/
2025-08-20T21:21:59.2731656Z [00:03:52.540]➜  cat >/tmp/go-build3547871397/b2133/importcfg << 'EOF' # internal
2025-08-20T21:21:59.2732283Z [00:03:52.540]➜  # import config
2025-08-20T21:21:59.2732997Z [00:03:52.540]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:59.2733776Z [00:03:52.540]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:21:59.2734794Z [00:03:52.540]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:59.2735850Z [00:03:52.540]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:59.2736849Z [00:03:52.540]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:59.2738134Z [00:03:52.540]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:59.2739282Z [00:03:52.540]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:59.2740310Z [00:03:52.540]➜  packagefile k8s.io/client-go/listers/core/v1=/tmp/go-build3547871397/b2134/_pkg_.a
2025-08-20T21:21:59.2741482Z [00:03:52.540]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:59.2742344Z [00:03:52.540]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:59.2743126Z [00:03:52.540]➜  EOF
2025-08-20T21:21:59.2743696Z [00:03:52.540]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:59.2767889Z [00:03:52.540]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2133/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/v1=>k8s.io/client-go@v0.33.2/informers/core/v1;$WORK/b2133=>" -p k8s.io/client-go/informers/core/v1 -lang=go1.24 -complete -installsuffix shared -buildid wv4njJuLXyoV63XQAyVT/wv4njJuLXyoV63XQAyVT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2133/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/v1/componentstatus.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/v1/configmap.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/v1/endpoints.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/v1/event.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/v1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/v1/limitrange.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/v1/namespace.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/v1/node.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/v1/persistentvolume.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/v1/persistentvolumeclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/v1/pod.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/v1/podtemplate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/v1/replicationcontroller.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/v1/resourcequota.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/v1/secret.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/v1/service.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/v1/serviceaccount.go
2025-08-20T21:21:59.5015274Z [00:03:52.769]➜  go tool buildid -w $WORK/b2118/_pkg_.a # internal
2025-08-20T21:21:59.5153329Z [00:03:52.782]➜  cp $WORK/b2118/_pkg_.a /root/.cache/go-build/ce/ce3dd71e8427a07dc3cf8c969412c8547a800936b6c3e8c75027366acedff2da-d # internal
2025-08-20T21:21:59.5154954Z [00:03:52.783]➜  k8s.io/client-go/listers/discovery/v1
2025-08-20T21:21:59.5157423Z [00:03:52.783]➜  mkdir -p $WORK/b2137/
2025-08-20T21:21:59.5163265Z [00:03:52.783]➜  cat >/tmp/go-build3547871397/b2137/importcfg << 'EOF' # internal
2025-08-20T21:21:59.5167738Z [00:03:52.783]➜  # import config
2025-08-20T21:21:59.5172465Z [00:03:52.783]➜  packagefile k8s.io/api/discovery/v1=/tmp/go-build3547871397/b375/_pkg_.a
2025-08-20T21:21:59.5176413Z [00:03:52.783]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:21:59.5178153Z [00:03:52.784]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:21:59.5180677Z [00:03:52.784]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:59.5181447Z [00:03:52.784]➜  EOF
2025-08-20T21:21:59.5186158Z [00:03:52.784]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2137/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/discovery/v1=>k8s.io/client-go@v0.33.2/listers/discovery/v1;$WORK/b2137=>" -p k8s.io/client-go/listers/discovery/v1 -lang=go1.24 -complete -installsuffix shared -buildid 0exNTg91VE5gz3fzm68G/0exNTg91VE5gz3fzm68G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2137/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/discovery/v1/endpointslice.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/discovery/v1/expansion_generated.go
2025-08-20T21:21:59.5228307Z [00:03:52.790]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:59.5234384Z [00:03:52.790]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x039.o -c zstd_v02.c
2025-08-20T21:21:59.5594858Z [00:03:52.827]➜  go tool buildid -w $WORK/b2137/_pkg_.a # internal
2025-08-20T21:21:59.5613522Z [00:03:52.828]➜  cp $WORK/b2137/_pkg_.a /root/.cache/go-build/84/84e819207fffebcfd1ff78c9bb8e1d1f5962a8a8564fd3fb51ce582f14415589-d # internal
2025-08-20T21:21:59.5617845Z [00:03:52.829]➜  k8s.io/client-go/informers/discovery/v1
2025-08-20T21:21:59.5620548Z [00:03:52.829]➜  mkdir -p $WORK/b2136/
2025-08-20T21:21:59.5627729Z [00:03:52.830]➜  cat >/tmp/go-build3547871397/b2136/importcfg << 'EOF' # internal
2025-08-20T21:21:59.5629923Z [00:03:52.830]➜  # import config
2025-08-20T21:21:59.5631020Z [00:03:52.830]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:21:59.5632088Z [00:03:52.830]➜  packagefile k8s.io/api/discovery/v1=/tmp/go-build3547871397/b375/_pkg_.a
2025-08-20T21:21:59.5634206Z [00:03:52.830]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:21:59.5636137Z [00:03:52.830]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:21:59.5637199Z [00:03:52.830]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:21:59.5638374Z [00:03:52.830]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:59.5639677Z [00:03:52.830]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:21:59.5640812Z [00:03:52.830]➜  packagefile k8s.io/client-go/listers/discovery/v1=/tmp/go-build3547871397/b2137/_pkg_.a
2025-08-20T21:21:59.5642007Z [00:03:52.830]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:21:59.5643154Z [00:03:52.830]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:21:59.5643723Z [00:03:52.830]➜  EOF
2025-08-20T21:21:59.5644154Z [00:03:52.830]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:21:59.5648366Z [00:03:52.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2136/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/discovery/v1=>k8s.io/client-go@v0.33.2/informers/discovery/v1;$WORK/b2136=>" -p k8s.io/client-go/informers/discovery/v1 -lang=go1.24 -complete -installsuffix shared -buildid BXzpJLCtt4QknurSnrfq/BXzpJLCtt4QknurSnrfq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2136/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/discovery/v1/endpointslice.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/discovery/v1/interface.go
2025-08-20T21:21:59.7083090Z [00:03:52.975]➜  go tool buildid -w $WORK/b2130/_pkg_.a # internal
2025-08-20T21:21:59.7245222Z [00:03:52.991]➜  cp $WORK/b2130/_pkg_.a /root/.cache/go-build/90/90e136b169f816cc4b0abb864746c9823f7813acbe17a8dd5877c4269a4a0083-d # internal
2025-08-20T21:21:59.7253499Z [00:03:52.992]➜  k8s.io/client-go/informers/coordination
2025-08-20T21:21:59.7255542Z [00:03:52.992]➜  mkdir -p $WORK/b2125/
2025-08-20T21:21:59.7256356Z [00:03:52.992]➜  cat >/tmp/go-build3547871397/b2125/importcfg << 'EOF' # internal
2025-08-20T21:21:59.7257111Z [00:03:52.992]➜  # import config
2025-08-20T21:21:59.7258110Z [00:03:52.992]➜  packagefile k8s.io/client-go/informers/coordination/v1=/tmp/go-build3547871397/b2126/_pkg_.a
2025-08-20T21:21:59.7259577Z [00:03:52.992]➜  packagefile k8s.io/client-go/informers/coordination/v1alpha2=/tmp/go-build3547871397/b2128/_pkg_.a
2025-08-20T21:21:59.7261270Z [00:03:52.992]➜  packagefile k8s.io/client-go/informers/coordination/v1beta1=/tmp/go-build3547871397/b2130/_pkg_.a
2025-08-20T21:21:59.7263046Z [00:03:52.992]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:21:59.7264240Z [00:03:52.992]➜  EOF
2025-08-20T21:21:59.7268165Z [00:03:52.992]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2125/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/coordination=>k8s.io/client-go@v0.33.2/informers/coordination;$WORK/b2125=>" -p k8s.io/client-go/informers/coordination -lang=go1.24 -complete -installsuffix shared -buildid vEqVdOv5t-a0mHoCSMNC/vEqVdOv5t-a0mHoCSMNC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2125/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/coordination/interface.go
2025-08-20T21:21:59.9810392Z [00:03:53.248]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:21:59.9911109Z [00:03:53.258]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x040.o -c zstd_v03.c
2025-08-20T21:22:00.0573129Z [00:03:53.324]➜  go tool buildid -w $WORK/b2133/_pkg_.a # internal
2025-08-20T21:22:00.0903551Z [00:03:53.356]➜  cp $WORK/b2133/_pkg_.a /root/.cache/go-build/98/98316513ebaa94e37ab618f4341f964d00a215f171e0b195fcd5616c38a44852-d # internal
2025-08-20T21:22:00.0904864Z [00:03:53.357]➜  k8s.io/client-go/informers/core
2025-08-20T21:22:00.0905474Z [00:03:53.357]➜  mkdir -p $WORK/b2132/
2025-08-20T21:22:00.0906279Z [00:03:53.358]➜  cat >/tmp/go-build3547871397/b2132/importcfg << 'EOF' # internal
2025-08-20T21:22:00.0907002Z [00:03:53.358]➜  # import config
2025-08-20T21:22:00.0908158Z [00:03:53.358]➜  packagefile k8s.io/client-go/informers/core/v1=/tmp/go-build3547871397/b2133/_pkg_.a
2025-08-20T21:22:00.0909578Z [00:03:53.358]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:00.0910775Z [00:03:53.358]➜  EOF
2025-08-20T21:22:00.0916544Z [00:03:53.359]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:22:00.0921454Z [00:03:53.359]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2132/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core=>k8s.io/client-go@v0.33.2/informers/core;$WORK/b2132=>" -p k8s.io/client-go/informers/core -lang=go1.24 -complete -installsuffix shared -buildid 2P2TL8yiygBiXEO8R6Yk/2P2TL8yiygBiXEO8R6Yk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2132/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/core/interface.go
2025-08-20T21:22:00.1810504Z [00:03:53.448]➜  go tool buildid -w $WORK/b2136/_pkg_.a # internal
2025-08-20T21:22:00.1991660Z [00:03:53.466]➜  cp $WORK/b2136/_pkg_.a /root/.cache/go-build/b8/b8ef471f573b5bb4a11b92f65a83345551c604e5f6587762755622cf2c3128d0-d # internal
2025-08-20T21:22:00.1999368Z [00:03:53.467]➜  k8s.io/client-go/listers/discovery/v1beta1
2025-08-20T21:22:00.2002586Z [00:03:53.467]➜  mkdir -p $WORK/b2139/
2025-08-20T21:22:00.2061632Z [00:03:53.471]➜  cat >/tmp/go-build3547871397/b2139/importcfg << 'EOF' # internal
2025-08-20T21:22:00.2063973Z [00:03:53.473]➜  # import config
2025-08-20T21:22:00.2066053Z [00:03:53.473]➜  packagefile k8s.io/api/discovery/v1beta1=/tmp/go-build3547871397/b376/_pkg_.a
2025-08-20T21:22:00.2069015Z [00:03:53.473]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:00.2070072Z [00:03:53.473]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:00.2071120Z [00:03:53.473]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:00.2072078Z [00:03:53.473]➜  EOF
2025-08-20T21:22:00.2076948Z [00:03:53.473]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2139/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/discovery/v1beta1=>k8s.io/client-go@v0.33.2/listers/discovery/v1beta1;$WORK/b2139=>" -p k8s.io/client-go/listers/discovery/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid HXgRPM0Wh4tcyvwq-0OH/HXgRPM0Wh4tcyvwq-0OH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2139/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/discovery/v1beta1/endpointslice.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/discovery/v1beta1/expansion_generated.go
2025-08-20T21:22:00.2439261Z [00:03:53.511]➜  go tool buildid -w $WORK/b2139/_pkg_.a # internal
2025-08-20T21:22:00.2459373Z [00:03:53.513]➜  cp $WORK/b2139/_pkg_.a /root/.cache/go-build/c5/c5e397cf8480d1746f048fa593212db088f17116cc7af895d3f22ef12e72de6c-d # internal
2025-08-20T21:22:00.2475750Z [00:03:53.513]➜  k8s.io/client-go/informers/discovery/v1beta1
2025-08-20T21:22:00.2476373Z [00:03:53.513]➜  mkdir -p $WORK/b2138/
2025-08-20T21:22:00.2477086Z [00:03:53.514]➜  cat >/tmp/go-build3547871397/b2138/importcfg << 'EOF' # internal
2025-08-20T21:22:00.2477729Z [00:03:53.514]➜  # import config
2025-08-20T21:22:00.2478384Z [00:03:53.514]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:00.2479332Z [00:03:53.514]➜  packagefile k8s.io/api/discovery/v1beta1=/tmp/go-build3547871397/b376/_pkg_.a
2025-08-20T21:22:00.2480464Z [00:03:53.514]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:00.2481576Z [00:03:53.514]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:00.2483154Z [00:03:53.514]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:00.2484384Z [00:03:53.514]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:00.2485707Z [00:03:53.514]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:00.2486884Z [00:03:53.514]➜  packagefile k8s.io/client-go/listers/discovery/v1beta1=/tmp/go-build3547871397/b2139/_pkg_.a
2025-08-20T21:22:00.2488146Z [00:03:53.514]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:00.2489048Z [00:03:53.514]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:00.2489618Z [00:03:53.514]➜  EOF
2025-08-20T21:22:00.2494564Z [00:03:53.514]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2138/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/discovery/v1beta1=>k8s.io/client-go@v0.33.2/informers/discovery/v1beta1;$WORK/b2138=>" -p k8s.io/client-go/informers/discovery/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid S-FoEtDOu5tfa27bOR2y/S-FoEtDOu5tfa27bOR2y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2138/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/discovery/v1beta1/endpointslice.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/discovery/v1beta1/interface.go
2025-08-20T21:22:00.2791475Z [00:03:53.546]➜  go tool buildid -w $WORK/b2125/_pkg_.a # internal
2025-08-20T21:22:00.2959842Z [00:03:53.563]➜  cp $WORK/b2125/_pkg_.a /root/.cache/go-build/99/99448527ac4e5e5c3a378833f65c3b0d0a6107da32afffb8f57f8a78efe48ff3-d # internal
2025-08-20T21:22:00.2967103Z [00:03:53.564]➜  k8s.io/client-go/listers/events/v1
2025-08-20T21:22:00.2967707Z [00:03:53.564]➜  mkdir -p $WORK/b2142/
2025-08-20T21:22:00.2968454Z [00:03:53.564]➜  cat >/tmp/go-build3547871397/b2142/importcfg << 'EOF' # internal
2025-08-20T21:22:00.2969145Z [00:03:53.564]➜  # import config
2025-08-20T21:22:00.2969873Z [00:03:53.564]➜  packagefile k8s.io/api/events/v1=/tmp/go-build3547871397/b377/_pkg_.a
2025-08-20T21:22:00.2970967Z [00:03:53.564]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:00.2972394Z [00:03:53.564]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:00.2973620Z [00:03:53.564]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:00.2974518Z [00:03:53.564]➜  EOF
2025-08-20T21:22:00.2978500Z [00:03:53.564]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2142/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/events/v1=>k8s.io/client-go@v0.33.2/listers/events/v1;$WORK/b2142=>" -p k8s.io/client-go/listers/events/v1 -lang=go1.24 -complete -installsuffix shared -buildid p-eaqxAbq-Aa43IIS5E9/p-eaqxAbq-Aa43IIS5E9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2142/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/events/v1/event.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/events/v1/expansion_generated.go
2025-08-20T21:22:00.3329264Z [00:03:53.600]➜  go tool buildid -w $WORK/b2142/_pkg_.a # internal
2025-08-20T21:22:00.3346243Z [00:03:53.602]➜  cp $WORK/b2142/_pkg_.a /root/.cache/go-build/2a/2a56ab432917a5d866bc5a250200a8073c159ae5a19d460626cc8e6c1cba7e21-d # internal
2025-08-20T21:22:00.3347486Z [00:03:53.602]➜  k8s.io/client-go/informers/events/v1
2025-08-20T21:22:00.3348149Z [00:03:53.602]➜  mkdir -p $WORK/b2141/
2025-08-20T21:22:00.3351256Z [00:03:53.602]➜  cat >/tmp/go-build3547871397/b2141/importcfg << 'EOF' # internal
2025-08-20T21:22:00.3352527Z [00:03:53.602]➜  # import config
2025-08-20T21:22:00.3353855Z [00:03:53.602]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:00.3355053Z [00:03:53.602]➜  packagefile k8s.io/api/events/v1=/tmp/go-build3547871397/b377/_pkg_.a
2025-08-20T21:22:00.3357087Z [00:03:53.602]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:00.3358768Z [00:03:53.602]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:00.3360253Z [00:03:53.602]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:00.3361855Z [00:03:53.602]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:00.3364357Z [00:03:53.602]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:00.3367232Z [00:03:53.602]➜  packagefile k8s.io/client-go/listers/events/v1=/tmp/go-build3547871397/b2142/_pkg_.a
2025-08-20T21:22:00.3368452Z [00:03:53.602]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:00.3369436Z [00:03:53.602]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:00.3370026Z [00:03:53.602]➜  EOF
2025-08-20T21:22:00.3374217Z [00:03:53.603]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2141/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/events/v1=>k8s.io/client-go@v0.33.2/informers/events/v1;$WORK/b2141=>" -p k8s.io/client-go/informers/events/v1 -lang=go1.24 -complete -installsuffix shared -buildid MzboWh4CPbI-fSutuj-0/MzboWh4CPbI-fSutuj-0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2141/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/events/v1/event.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/events/v1/interface.go
2025-08-20T21:22:00.3425872Z [00:03:53.610]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:22:00.3433999Z [00:03:53.610]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x041.o -c zstd_v04.c
2025-08-20T21:22:00.6630761Z [00:03:53.930]➜  go tool buildid -w $WORK/b2132/_pkg_.a # internal
2025-08-20T21:22:00.6941172Z [00:03:53.961]➜  cp $WORK/b2132/_pkg_.a /root/.cache/go-build/74/7455e47f8ee19a33ecdfb99fe233e639b4a5a873a5efadcfc315f08cf5b226b9-d # internal
2025-08-20T21:22:00.6947260Z [00:03:53.962]➜  k8s.io/client-go/listers/events/v1beta1
2025-08-20T21:22:00.6957190Z [00:03:53.962]➜  mkdir -p $WORK/b2144/
2025-08-20T21:22:00.6958137Z [00:03:53.962]➜  cat >/tmp/go-build3547871397/b2144/importcfg << 'EOF' # internal
2025-08-20T21:22:00.6958761Z [00:03:53.962]➜  # import config
2025-08-20T21:22:00.6959522Z [00:03:53.962]➜  packagefile k8s.io/api/events/v1beta1=/tmp/go-build3547871397/b378/_pkg_.a
2025-08-20T21:22:00.6960575Z [00:03:53.963]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:00.6962822Z [00:03:53.964]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:00.6964304Z [00:03:53.964]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:00.6965464Z [00:03:53.964]➜  EOF
2025-08-20T21:22:00.6966131Z [00:03:53.964]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:22:00.6970500Z [00:03:53.964]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2144/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/events/v1beta1=>k8s.io/client-go@v0.33.2/listers/events/v1beta1;$WORK/b2144=>" -p k8s.io/client-go/listers/events/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid 1Q2r14P40XpSLR3cHETM/1Q2r14P40XpSLR3cHETM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2144/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/events/v1beta1/event.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/events/v1beta1/expansion_generated.go
2025-08-20T21:22:00.7365116Z [00:03:54.004]➜  go tool buildid -w $WORK/b2144/_pkg_.a # internal
2025-08-20T21:22:00.7381235Z [00:03:54.005]➜  cp $WORK/b2144/_pkg_.a /root/.cache/go-build/4d/4d57728beb74978cba354b319252dbed9b21e87d1d36f9ad9bd8bf07c116e310-d # internal
2025-08-20T21:22:00.7388364Z [00:03:54.006]➜  k8s.io/client-go/informers/events/v1beta1
2025-08-20T21:22:00.7389273Z [00:03:54.006]➜  mkdir -p $WORK/b2143/
2025-08-20T21:22:00.7399100Z [00:03:54.006]➜  cat >/tmp/go-build3547871397/b2143/importcfg << 'EOF' # internal
2025-08-20T21:22:00.7399852Z [00:03:54.006]➜  # import config
2025-08-20T21:22:00.7400808Z [00:03:54.006]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:00.7401835Z [00:03:54.006]➜  packagefile k8s.io/api/events/v1beta1=/tmp/go-build3547871397/b378/_pkg_.a
2025-08-20T21:22:00.7403921Z [00:03:54.006]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:00.7405196Z [00:03:54.006]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:00.7406365Z [00:03:54.006]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:00.7407670Z [00:03:54.006]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:00.7409117Z [00:03:54.006]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:00.7410416Z [00:03:54.006]➜  packagefile k8s.io/client-go/listers/events/v1beta1=/tmp/go-build3547871397/b2144/_pkg_.a
2025-08-20T21:22:00.7411713Z [00:03:54.006]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:00.7412965Z [00:03:54.006]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:00.7413598Z [00:03:54.006]➜  EOF
2025-08-20T21:22:00.7418016Z [00:03:54.007]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2143/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/events/v1beta1=>k8s.io/client-go@v0.33.2/informers/events/v1beta1;$WORK/b2143=>" -p k8s.io/client-go/informers/events/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid nBycw9rDXLxIjdX2WssP/nBycw9rDXLxIjdX2WssP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2143/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/events/v1beta1/event.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/events/v1beta1/interface.go
2025-08-20T21:22:00.7492968Z [00:03:54.016]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:22:00.7501585Z [00:03:54.017]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x042.o -c zstd_v05.c
2025-08-20T21:22:00.8217183Z [00:03:54.089]➜  go tool buildid -w $WORK/b2138/_pkg_.a # internal
2025-08-20T21:22:00.8366418Z [00:03:54.102]➜  cp $WORK/b2138/_pkg_.a /root/.cache/go-build/85/85031d91d378f81cae5e1a1673ccc9b659785826d3851e7f3f77c3f416c52d0b-d # internal
2025-08-20T21:22:00.8376079Z [00:03:54.104]➜  k8s.io/client-go/informers/discovery
2025-08-20T21:22:00.8376665Z [00:03:54.104]➜  mkdir -p $WORK/b2135/
2025-08-20T21:22:00.8377333Z [00:03:54.104]➜  cat >/tmp/go-build3547871397/b2135/importcfg << 'EOF' # internal
2025-08-20T21:22:00.8377954Z [00:03:54.104]➜  # import config
2025-08-20T21:22:00.8378795Z [00:03:54.104]➜  packagefile k8s.io/client-go/informers/discovery/v1=/tmp/go-build3547871397/b2136/_pkg_.a
2025-08-20T21:22:00.8379987Z [00:03:54.104]➜  packagefile k8s.io/client-go/informers/discovery/v1beta1=/tmp/go-build3547871397/b2138/_pkg_.a
2025-08-20T21:22:00.8381230Z [00:03:54.104]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:00.8382025Z [00:03:54.104]➜  EOF
2025-08-20T21:22:00.8382458Z [00:03:54.104]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:22:00.8386321Z [00:03:54.104]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2135/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/discovery=>k8s.io/client-go@v0.33.2/informers/discovery;$WORK/b2135=>" -p k8s.io/client-go/informers/discovery -lang=go1.24 -complete -installsuffix shared -buildid ot__cl3wTRJJFcXIVorP/ot__cl3wTRJJFcXIVorP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2135/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/discovery/interface.go
2025-08-20T21:22:00.9439540Z [00:03:54.211]➜  go tool buildid -w $WORK/b2141/_pkg_.a # internal
2025-08-20T21:22:00.9575749Z [00:03:54.225]➜  cp $WORK/b2141/_pkg_.a /root/.cache/go-build/64/644da9b7f97a99fd3f1fd355020e1f023013c810720479972ff44199d5655e9c-d # internal
2025-08-20T21:22:00.9578169Z [00:03:54.225]➜  k8s.io/client-go/listers/extensions/v1beta1
2025-08-20T21:22:00.9580298Z [00:03:54.225]➜  mkdir -p $WORK/b2147/
2025-08-20T21:22:00.9581372Z [00:03:54.225]➜  cat >/tmp/go-build3547871397/b2147/importcfg << 'EOF' # internal
2025-08-20T21:22:00.9582191Z [00:03:54.225]➜  # import config
2025-08-20T21:22:00.9583686Z [00:03:54.225]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:00.9585105Z [00:03:54.225]➜  packagefile k8s.io/api/apps/v1beta1=/tmp/go-build3547871397/b357/_pkg_.a
2025-08-20T21:22:00.9587726Z [00:03:54.225]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:00.9589271Z [00:03:54.225]➜  packagefile k8s.io/api/extensions/v1beta1=/tmp/go-build3547871397/b379/_pkg_.a
2025-08-20T21:22:00.9590543Z [00:03:54.225]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:00.9591699Z [00:03:54.225]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:00.9593185Z [00:03:54.225]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:00.9594252Z [00:03:54.225]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:00.9594995Z [00:03:54.225]➜  EOF
2025-08-20T21:22:00.9628000Z [00:03:54.226]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2147/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/extensions/v1beta1=>k8s.io/client-go@v0.33.2/listers/extensions/v1beta1;$WORK/b2147=>" -p k8s.io/client-go/listers/extensions/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid -qVA4knhMVStqSatfLqG/-qVA4knhMVStqSatfLqG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2147/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/extensions/v1beta1/daemonset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/extensions/v1beta1/daemonset_expansion.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/extensions/v1beta1/deployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/extensions/v1beta1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/extensions/v1beta1/ingress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/extensions/v1beta1/networkpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/extensions/v1beta1/replicaset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/extensions/v1beta1/replicaset_expansion.go
2025-08-20T21:22:01.1093371Z [00:03:54.376]➜  go tool buildid -w $WORK/b2147/_pkg_.a # internal
2025-08-20T21:22:01.1140473Z [00:03:54.381]➜  cp $WORK/b2147/_pkg_.a /root/.cache/go-build/f6/f68db353992791203574a896eb783417302878858dc5218863ee16e26c2440f5-d # internal
2025-08-20T21:22:01.1148303Z [00:03:54.382]➜  k8s.io/client-go/informers/extensions/v1beta1
2025-08-20T21:22:01.1148991Z [00:03:54.382]➜  mkdir -p $WORK/b2146/
2025-08-20T21:22:01.1164096Z [00:03:54.382]➜  cat >/tmp/go-build3547871397/b2146/importcfg << 'EOF' # internal
2025-08-20T21:22:01.1164886Z [00:03:54.382]➜  # import config
2025-08-20T21:22:01.1165589Z [00:03:54.383]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:01.1166573Z [00:03:54.383]➜  packagefile k8s.io/api/extensions/v1beta1=/tmp/go-build3547871397/b379/_pkg_.a
2025-08-20T21:22:01.1167720Z [00:03:54.383]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:01.1169042Z [00:03:54.383]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:01.1170210Z [00:03:54.383]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:01.1171708Z [00:03:54.383]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:01.1173056Z [00:03:54.384]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:01.1175572Z [00:03:54.385]➜  packagefile k8s.io/client-go/listers/extensions/v1beta1=/tmp/go-build3547871397/b2147/_pkg_.a
2025-08-20T21:22:01.1177298Z [00:03:54.385]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:01.1178484Z [00:03:54.385]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:01.1179238Z [00:03:54.385]➜  EOF
2025-08-20T21:22:01.1189683Z [00:03:54.385]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2146/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/extensions/v1beta1=>k8s.io/client-go@v0.33.2/informers/extensions/v1beta1;$WORK/b2146=>" -p k8s.io/client-go/informers/extensions/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid i-ukWq45hmrASILdJXve/i-ukWq45hmrASILdJXve -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2146/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/extensions/v1beta1/daemonset.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/extensions/v1beta1/deployment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/extensions/v1beta1/ingress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/extensions/v1beta1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/extensions/v1beta1/networkpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/extensions/v1beta1/replicaset.go
2025-08-20T21:22:01.1775710Z [00:03:54.444]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:22:01.1779131Z [00:03:54.445]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x043.o -c zstd_v06.c
2025-08-20T21:22:01.3404445Z [00:03:54.607]➜  go tool buildid -w $WORK/b2143/_pkg_.a # internal
2025-08-20T21:22:01.3544132Z [00:03:54.621]➜  cp $WORK/b2143/_pkg_.a /root/.cache/go-build/68/68a0dce2bec234b39a35d4a19bfe793abcabc1f0f6ff484818a9223b60474a8f-d # internal
2025-08-20T21:22:01.3546176Z [00:03:54.622]➜  k8s.io/client-go/informers/events
2025-08-20T21:22:01.3548299Z [00:03:54.622]➜  mkdir -p $WORK/b2140/
2025-08-20T21:22:01.3551195Z [00:03:54.622]➜  cat >/tmp/go-build3547871397/b2140/importcfg << 'EOF' # internal
2025-08-20T21:22:01.3554678Z [00:03:54.622]➜  # import config
2025-08-20T21:22:01.3557577Z [00:03:54.622]➜  packagefile k8s.io/client-go/informers/events/v1=/tmp/go-build3547871397/b2141/_pkg_.a
2025-08-20T21:22:01.3558820Z [00:03:54.622]➜  packagefile k8s.io/client-go/informers/events/v1beta1=/tmp/go-build3547871397/b2143/_pkg_.a
2025-08-20T21:22:01.3560133Z [00:03:54.622]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:01.3560991Z [00:03:54.622]➜  EOF
2025-08-20T21:22:01.3561472Z [00:03:54.623]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:22:01.3567379Z [00:03:54.623]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2140/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/events=>k8s.io/client-go@v0.33.2/informers/events;$WORK/b2140=>" -p k8s.io/client-go/informers/events -lang=go1.24 -complete -installsuffix shared -buildid 9ShA8mquear_Si01Q747/9ShA8mquear_Si01Q747 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2140/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/events/interface.go
2025-08-20T21:22:01.3790589Z [00:03:54.646]➜  go tool buildid -w $WORK/b2135/_pkg_.a # internal
2025-08-20T21:22:01.3924317Z [00:03:54.659]➜  cp $WORK/b2135/_pkg_.a /root/.cache/go-build/0d/0dc47ebbc082385da5345c37767a3dcae679563799cee7208ab7d7b8c84efc4a-d # internal
2025-08-20T21:22:01.3925829Z [00:03:54.659]➜  k8s.io/client-go/listers/flowcontrol/v1
2025-08-20T21:22:01.3927994Z [00:03:54.660]➜  mkdir -p $WORK/b2150/
2025-08-20T21:22:01.3929818Z [00:03:54.660]➜  cat >/tmp/go-build3547871397/b2150/importcfg << 'EOF' # internal
2025-08-20T21:22:01.3930806Z [00:03:54.660]➜  # import config
2025-08-20T21:22:01.3933335Z [00:03:54.660]➜  packagefile k8s.io/api/flowcontrol/v1=/tmp/go-build3547871397/b380/_pkg_.a
2025-08-20T21:22:01.3935004Z [00:03:54.660]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:01.3938316Z [00:03:54.660]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:01.3939746Z [00:03:54.660]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:01.3940523Z [00:03:54.660]➜  EOF
2025-08-20T21:22:01.3950683Z [00:03:54.660]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2150/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/flowcontrol/v1=>k8s.io/client-go@v0.33.2/listers/flowcontrol/v1;$WORK/b2150=>" -p k8s.io/client-go/listers/flowcontrol/v1 -lang=go1.24 -complete -installsuffix shared -buildid h78DoVshWe3UHczrGXfl/h78DoVshWe3UHczrGXfl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2150/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/flowcontrol/v1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/flowcontrol/v1/flowschema.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/flowcontrol/v1/prioritylevelconfiguration.go
2025-08-20T21:22:01.4438808Z [00:03:54.711]➜  go tool buildid -w $WORK/b2150/_pkg_.a # internal
2025-08-20T21:22:01.4463275Z [00:03:54.713]➜  cp $WORK/b2150/_pkg_.a /root/.cache/go-build/19/19aa5792b0385bd8d7c6a0e769b392e9d9487e52935dfd5dba5ad6b34af2ef67-d # internal
2025-08-20T21:22:01.4465415Z [00:03:54.714]➜  k8s.io/client-go/informers/flowcontrol/v1
2025-08-20T21:22:01.4466998Z [00:03:54.714]➜  mkdir -p $WORK/b2149/
2025-08-20T21:22:01.4472499Z [00:03:54.714]➜  cat >/tmp/go-build3547871397/b2149/importcfg << 'EOF' # internal
2025-08-20T21:22:01.4473925Z [00:03:54.714]➜  # import config
2025-08-20T21:22:01.4475287Z [00:03:54.714]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:01.4476429Z [00:03:54.714]➜  packagefile k8s.io/api/flowcontrol/v1=/tmp/go-build3547871397/b380/_pkg_.a
2025-08-20T21:22:01.4477844Z [00:03:54.714]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:01.4480241Z [00:03:54.714]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:01.4481754Z [00:03:54.715]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:01.4483630Z [00:03:54.715]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:01.4485873Z [00:03:54.715]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:01.4487113Z [00:03:54.715]➜  packagefile k8s.io/client-go/listers/flowcontrol/v1=/tmp/go-build3547871397/b2150/_pkg_.a
2025-08-20T21:22:01.4488291Z [00:03:54.715]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:01.4489224Z [00:03:54.715]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:01.4489823Z [00:03:54.715]➜  EOF
2025-08-20T21:22:01.4495187Z [00:03:54.715]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2149/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/flowcontrol/v1=>k8s.io/client-go@v0.33.2/informers/flowcontrol/v1;$WORK/b2149=>" -p k8s.io/client-go/informers/flowcontrol/v1 -lang=go1.24 -complete -installsuffix shared -buildid ozdJjrv1F0bgxkrsH9dT/ozdJjrv1F0bgxkrsH9dT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2149/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/flowcontrol/v1/flowschema.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/flowcontrol/v1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/flowcontrol/v1/prioritylevelconfiguration.go
2025-08-20T21:22:01.5966470Z [00:03:54.864]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:22:01.5971484Z [00:03:54.864]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x044.o -c zstd_v07.c
2025-08-20T21:22:01.7600345Z [00:03:55.027]➜  go tool buildid -w $WORK/b2146/_pkg_.a # internal
2025-08-20T21:22:01.7797461Z [00:03:55.046]➜  cp $WORK/b2146/_pkg_.a /root/.cache/go-build/21/21a1675ad6f5539ec41face9b07232ce6f17ab560ebdeef98a8a5763c71faeff-d # internal
2025-08-20T21:22:01.7803344Z [00:03:55.047]➜  k8s.io/client-go/informers/extensions
2025-08-20T21:22:01.7803969Z [00:03:55.048]➜  mkdir -p $WORK/b2145/
2025-08-20T21:22:01.7806196Z [00:03:55.048]➜  cat >/tmp/go-build3547871397/b2145/importcfg << 'EOF' # internal
2025-08-20T21:22:01.7808058Z [00:03:55.048]➜  # import config
2025-08-20T21:22:01.7809269Z [00:03:55.048]➜  packagefile k8s.io/client-go/informers/extensions/v1beta1=/tmp/go-build3547871397/b2146/_pkg_.a
2025-08-20T21:22:01.7810574Z [00:03:55.048]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:01.7811364Z [00:03:55.048]➜  EOF
2025-08-20T21:22:01.7818869Z [00:03:55.049]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:22:01.7822992Z [00:03:55.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2145/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/extensions=>k8s.io/client-go@v0.33.2/informers/extensions;$WORK/b2145=>" -p k8s.io/client-go/informers/extensions -lang=go1.24 -complete -installsuffix shared -buildid hhT54Ho2WI3Mwrr5WX3z/hhT54Ho2WI3Mwrr5WX3z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2145/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/extensions/interface.go
2025-08-20T21:22:01.9182197Z [00:03:55.185]➜  go tool buildid -w $WORK/b2140/_pkg_.a # internal
2025-08-20T21:22:01.9436342Z [00:03:55.211]➜  cp $WORK/b2140/_pkg_.a /root/.cache/go-build/39/39a513a5809ce1da4dc54926221d945e3cccf8f83c94be135d2b2f0648ddae32-d # internal
2025-08-20T21:22:01.9467492Z [00:03:55.214]➜  k8s.io/client-go/listers/flowcontrol/v1beta1
2025-08-20T21:22:01.9470788Z [00:03:55.214]➜  mkdir -p $WORK/b2152/
2025-08-20T21:22:01.9474661Z [00:03:55.215]➜  cat >/tmp/go-build3547871397/b2152/importcfg << 'EOF' # internal
2025-08-20T21:22:01.9477576Z [00:03:55.215]➜  # import config
2025-08-20T21:22:01.9478364Z [00:03:55.215]➜  packagefile k8s.io/api/flowcontrol/v1beta1=/tmp/go-build3547871397/b381/_pkg_.a
2025-08-20T21:22:01.9479450Z [00:03:55.215]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:01.9480498Z [00:03:55.215]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:01.9481539Z [00:03:55.215]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:01.9482195Z [00:03:55.215]➜  EOF
2025-08-20T21:22:01.9487414Z [00:03:55.215]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2152/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/flowcontrol/v1beta1=>k8s.io/client-go@v0.33.2/listers/flowcontrol/v1beta1;$WORK/b2152=>" -p k8s.io/client-go/listers/flowcontrol/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid -eeF6KO_VejL6KcXdL5f/-eeF6KO_VejL6KcXdL5f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2152/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/flowcontrol/v1beta1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/flowcontrol/v1beta1/flowschema.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/flowcontrol/v1beta1/prioritylevelconfiguration.go
2025-08-20T21:22:01.9886360Z [00:03:55.256]➜  go tool buildid -w $WORK/b2152/_pkg_.a # internal
2025-08-20T21:22:01.9906072Z [00:03:55.258]➜  cp $WORK/b2152/_pkg_.a /root/.cache/go-build/16/16bbb27608fb7974cc16218b639bdb01292c3b280b22e15de810feb30509c69a-d # internal
2025-08-20T21:22:01.9911549Z [00:03:55.258]➜  k8s.io/client-go/informers/flowcontrol/v1beta1
2025-08-20T21:22:01.9912263Z [00:03:55.258]➜  mkdir -p $WORK/b2151/
2025-08-20T21:22:01.9919026Z [00:03:55.259]➜  cat >/tmp/go-build3547871397/b2151/importcfg << 'EOF' # internal
2025-08-20T21:22:01.9928788Z [00:03:55.259]➜  # import config
2025-08-20T21:22:01.9929761Z [00:03:55.259]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:01.9930886Z [00:03:55.259]➜  packagefile k8s.io/api/flowcontrol/v1beta1=/tmp/go-build3547871397/b381/_pkg_.a
2025-08-20T21:22:01.9932186Z [00:03:55.259]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:01.9933995Z [00:03:55.259]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:01.9935217Z [00:03:55.259]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:01.9936560Z [00:03:55.259]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:01.9937869Z [00:03:55.259]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:01.9939198Z [00:03:55.259]➜  packagefile k8s.io/client-go/listers/flowcontrol/v1beta1=/tmp/go-build3547871397/b2152/_pkg_.a
2025-08-20T21:22:01.9940565Z [00:03:55.259]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:01.9941625Z [00:03:55.259]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:01.9942314Z [00:03:55.259]➜  EOF
2025-08-20T21:22:01.9948018Z [00:03:55.259]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2151/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/flowcontrol/v1beta1=>k8s.io/client-go@v0.33.2/informers/flowcontrol/v1beta1;$WORK/b2151=>" -p k8s.io/client-go/informers/flowcontrol/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid f1XwwgeSmP8NPOM1FHXk/f1XwwgeSmP8NPOM1FHXk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2151/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/flowcontrol/v1beta1/flowschema.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/flowcontrol/v1beta1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/flowcontrol/v1beta1/prioritylevelconfiguration.go
2025-08-20T21:22:02.0250037Z [00:03:55.292]➜  go tool buildid -w $WORK/b2149/_pkg_.a # internal
2025-08-20T21:22:02.0396252Z [00:03:55.307]➜  cp $WORK/b2149/_pkg_.a /root/.cache/go-build/80/80f1a52938b2dc877fc7ed9a448dc52d9a8459c765138978c97ad4dc33d01629-d # internal
2025-08-20T21:22:02.0399625Z [00:03:55.307]➜  k8s.io/client-go/listers/flowcontrol/v1beta2
2025-08-20T21:22:02.0401054Z [00:03:55.307]➜  mkdir -p $WORK/b2154/
2025-08-20T21:22:02.0404586Z [00:03:55.307]➜  cat >/tmp/go-build3547871397/b2154/importcfg << 'EOF' # internal
2025-08-20T21:22:02.0405314Z [00:03:55.307]➜  # import config
2025-08-20T21:22:02.0406161Z [00:03:55.307]➜  packagefile k8s.io/api/flowcontrol/v1beta2=/tmp/go-build3547871397/b382/_pkg_.a
2025-08-20T21:22:02.0407359Z [00:03:55.307]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:02.0408484Z [00:03:55.307]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:02.0409585Z [00:03:55.307]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:02.0410319Z [00:03:55.307]➜  EOF
2025-08-20T21:22:02.0415730Z [00:03:55.307]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2154/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/flowcontrol/v1beta2=>k8s.io/client-go@v0.33.2/listers/flowcontrol/v1beta2;$WORK/b2154=>" -p k8s.io/client-go/listers/flowcontrol/v1beta2 -lang=go1.24 -complete -installsuffix shared -buildid knclyIVlLj3WCjHWLSpB/knclyIVlLj3WCjHWLSpB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2154/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/flowcontrol/v1beta2/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/flowcontrol/v1beta2/flowschema.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/flowcontrol/v1beta2/prioritylevelconfiguration.go
2025-08-20T21:22:02.0855807Z [00:03:55.353]➜  go tool buildid -w $WORK/b2154/_pkg_.a # internal
2025-08-20T21:22:02.0872900Z [00:03:55.354]➜  cp $WORK/b2154/_pkg_.a /root/.cache/go-build/87/8734eadd17eeb2a607370d241e70693fed0460ecf4245064b306f14d437574e7-d # internal
2025-08-20T21:22:02.0893939Z [00:03:55.355]➜  k8s.io/client-go/informers/flowcontrol/v1beta2
2025-08-20T21:22:02.0894605Z [00:03:55.355]➜  mkdir -p $WORK/b2153/
2025-08-20T21:22:02.0895519Z [00:03:55.355]➜  cat >/tmp/go-build3547871397/b2153/importcfg << 'EOF' # internal
2025-08-20T21:22:02.0896179Z [00:03:55.355]➜  # import config
2025-08-20T21:22:02.0896845Z [00:03:55.355]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:02.0897837Z [00:03:55.355]➜  packagefile k8s.io/api/flowcontrol/v1beta2=/tmp/go-build3547871397/b382/_pkg_.a
2025-08-20T21:22:02.0899012Z [00:03:55.355]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:02.0900163Z [00:03:55.355]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:02.0901243Z [00:03:55.355]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:02.0902478Z [00:03:55.355]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:02.0913987Z [00:03:55.355]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:02.0915164Z [00:03:55.355]➜  packagefile k8s.io/client-go/listers/flowcontrol/v1beta2=/tmp/go-build3547871397/b2154/_pkg_.a
2025-08-20T21:22:02.0916323Z [00:03:55.355]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:02.0917234Z [00:03:55.355]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:02.0917781Z [00:03:55.355]➜  EOF
2025-08-20T21:22:02.0922968Z [00:03:55.355]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2153/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/flowcontrol/v1beta2=>k8s.io/client-go@v0.33.2/informers/flowcontrol/v1beta2;$WORK/b2153=>" -p k8s.io/client-go/informers/flowcontrol/v1beta2 -lang=go1.24 -complete -installsuffix shared -buildid 9xKlRLt6s-s_61j78RmF/9xKlRLt6s-s_61j78RmF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2153/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/flowcontrol/v1beta2/flowschema.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/flowcontrol/v1beta2/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/flowcontrol/v1beta2/prioritylevelconfiguration.go
2025-08-20T21:22:02.1624115Z [00:03:55.429]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:22:02.1629969Z [00:03:55.430]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x045.o -c zstdmt_compress.c
2025-08-20T21:22:02.3680769Z [00:03:55.635]➜  go tool buildid -w $WORK/b2145/_pkg_.a # internal
2025-08-20T21:22:02.3975595Z [00:03:55.662]➜  cp $WORK/b2145/_pkg_.a /root/.cache/go-build/e4/e4a25e69921bfa12b23a2fb855e70869a2e4a45962f80da5a8692691591e4d21-d # internal
2025-08-20T21:22:02.3982066Z [00:03:55.665]➜  k8s.io/client-go/listers/flowcontrol/v1beta3
2025-08-20T21:22:02.3983078Z [00:03:55.665]➜  mkdir -p $WORK/b2156/
2025-08-20T21:22:02.3987426Z [00:03:55.666]➜  cat >/tmp/go-build3547871397/b2156/importcfg << 'EOF' # internal
2025-08-20T21:22:02.3988102Z [00:03:55.666]➜  # import config
2025-08-20T21:22:02.3988887Z [00:03:55.666]➜  packagefile k8s.io/api/flowcontrol/v1beta3=/tmp/go-build3547871397/b383/_pkg_.a
2025-08-20T21:22:02.3989899Z [00:03:55.666]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:02.3990850Z [00:03:55.666]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:02.3991976Z [00:03:55.666]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:02.3992807Z [00:03:55.666]➜  EOF
2025-08-20T21:22:02.3993234Z [00:03:55.666]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:22:02.3998319Z [00:03:55.666]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2156/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/flowcontrol/v1beta3=>k8s.io/client-go@v0.33.2/listers/flowcontrol/v1beta3;$WORK/b2156=>" -p k8s.io/client-go/listers/flowcontrol/v1beta3 -lang=go1.24 -complete -installsuffix shared -buildid IAwddI1mFKUIwaYEOOEu/IAwddI1mFKUIwaYEOOEu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2156/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/flowcontrol/v1beta3/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/flowcontrol/v1beta3/flowschema.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/flowcontrol/v1beta3/prioritylevelconfiguration.go
2025-08-20T21:22:02.4517428Z [00:03:55.719]➜  go tool buildid -w $WORK/b2156/_pkg_.a # internal
2025-08-20T21:22:02.4556590Z [00:03:55.721]➜  cp $WORK/b2156/_pkg_.a /root/.cache/go-build/d3/d3bc09d5ac92becdb92a70088802e72f907e5adf4695ef077166568e677e1a1c-d # internal
2025-08-20T21:22:02.4557931Z [00:03:55.722]➜  k8s.io/client-go/informers/flowcontrol/v1beta3
2025-08-20T21:22:02.4558578Z [00:03:55.722]➜  mkdir -p $WORK/b2155/
2025-08-20T21:22:02.4559332Z [00:03:55.722]➜  cat >/tmp/go-build3547871397/b2155/importcfg << 'EOF' # internal
2025-08-20T21:22:02.4560038Z [00:03:55.722]➜  # import config
2025-08-20T21:22:02.4560726Z [00:03:55.722]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:02.4561751Z [00:03:55.722]➜  packagefile k8s.io/api/flowcontrol/v1beta3=/tmp/go-build3547871397/b383/_pkg_.a
2025-08-20T21:22:02.4563423Z [00:03:55.722]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:02.4564684Z [00:03:55.722]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:02.4566034Z [00:03:55.722]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:02.4567384Z [00:03:55.722]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:02.4568692Z [00:03:55.722]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:02.4569955Z [00:03:55.722]➜  packagefile k8s.io/client-go/listers/flowcontrol/v1beta3=/tmp/go-build3547871397/b2156/_pkg_.a
2025-08-20T21:22:02.4571200Z [00:03:55.722]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:02.4572218Z [00:03:55.722]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:02.4573420Z [00:03:55.722]➜  EOF
2025-08-20T21:22:02.4587640Z [00:03:55.722]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2155/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/flowcontrol/v1beta3=>k8s.io/client-go@v0.33.2/informers/flowcontrol/v1beta3;$WORK/b2155=>" -p k8s.io/client-go/informers/flowcontrol/v1beta3 -lang=go1.24 -complete -installsuffix shared -buildid LQPkPBgPYaP-gUx1wUsd/LQPkPBgPYaP-gUx1wUsd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2155/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/flowcontrol/v1beta3/flowschema.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/flowcontrol/v1beta3/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/flowcontrol/v1beta3/prioritylevelconfiguration.go
2025-08-20T21:22:02.4701433Z [00:03:55.737]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:22:02.4707338Z [00:03:55.737]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_x046.o -c huf_decompress_amd64.S
2025-08-20T21:22:02.5265418Z [00:03:55.794]➜  cd $WORK/b1894
2025-08-20T21:22:02.5277708Z [00:03:55.794]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1894/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b1894/_cgo_main.o -c _cgo_main.c
2025-08-20T21:22:02.5473540Z [00:03:55.814]➜  go tool buildid -w $WORK/b2151/_pkg_.a # internal
2025-08-20T21:22:02.5539819Z [00:03:55.821]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:22:02.5549371Z [00:03:55.821]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -o $WORK/b1894/_cgo_.o $WORK/b1894/_cgo_main.o $WORK/b1894/preferlinkext $WORK/b1894/_x001.o $WORK/b1894/_x002.o $WORK/b1894/_x003.o $WORK/b1894/_x004.o $WORK/b1894/_x005.o $WORK/b1894/_x006.o $WORK/b1894/_x007.o $WORK/b1894/_x008.o $WORK/b1894/_x009.o $WORK/b1894/_x010.o $WORK/b1894/_x011.o $WORK/b1894/_x012.o $WORK/b1894/_x013.o $WORK/b1894/_x014.o $WORK/b1894/_x015.o $WORK/b1894/_x016.o $WORK/b1894/_x017.o $WORK/b1894/_x018.o $WORK/b1894/_x019.o $WORK/b1894/_x020.o $WORK/b1894/_x021.o $WORK/b1894/_x022.o $WORK/b1894/_x023.o $WORK/b1894/_x024.o $WORK/b1894/_x025.o $WORK/b1894/_x026.o $WORK/b1894/_x027.o $WORK/b1894/_x028.o $WORK/b1894/_x029.o $WORK/b1894/_x030.o $WORK/b1894/_x031.o $WORK/b1894/_x032.o $WORK/b1894/_x033.o $WORK/b1894/_x034.o $WORK/b1894/_x035.o $WORK/b1894/_x036.o $WORK/b1894/_x037.o $WORK/b1894/_x038.o $WORK/b1894/_x039.o $WORK/b1894/_x040.o $WORK/b1894/_x041.o $WORK/b1894/_x042.o $WORK/b1894/_x043.o $WORK/b1894/_x044.o $WORK/b1894/_x045.o $WORK/b1894/_x046.o -O2 -g
2025-08-20T21:22:02.5609566Z [00:03:55.828]➜  cp $WORK/b2151/_pkg_.a /root/.cache/go-build/fd/fdfcff37da8ba374e4ee45a0a9cdf0a50c68c67ef92f4d928add1f1651f265af-d # internal
2025-08-20T21:22:02.5616736Z [00:03:55.828]➜  k8s.io/client-go/listers/networking/v1
2025-08-20T21:22:02.5621074Z [00:03:55.829]➜  mkdir -p $WORK/b2159/
2025-08-20T21:22:02.5621768Z [00:03:55.829]➜  cat >/tmp/go-build3547871397/b2159/importcfg << 'EOF' # internal
2025-08-20T21:22:02.5627540Z [00:03:55.830]➜  # import config
2025-08-20T21:22:02.5628273Z [00:03:55.830]➜  packagefile k8s.io/api/networking/v1=/tmp/go-build3547871397/b384/_pkg_.a
2025-08-20T21:22:02.5629281Z [00:03:55.830]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:02.5630278Z [00:03:55.830]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:02.5631287Z [00:03:55.830]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:02.5631969Z [00:03:55.830]➜  EOF
2025-08-20T21:22:02.5640088Z [00:03:55.830]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2159/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/networking/v1=>k8s.io/client-go@v0.33.2/listers/networking/v1;$WORK/b2159=>" -p k8s.io/client-go/listers/networking/v1 -lang=go1.24 -complete -installsuffix shared -buildid cMKDpB0P6dUs1VkyEfqL/cMKDpB0P6dUs1VkyEfqL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2159/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/networking/v1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/networking/v1/ingress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/networking/v1/ingressclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/networking/v1/ipaddress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/networking/v1/networkpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/networking/v1/servicecidr.go
2025-08-20T21:22:02.6495835Z [00:03:55.917]➜  go tool buildid -w $WORK/b2153/_pkg_.a # internal
2025-08-20T21:22:02.6599030Z [00:03:55.927]➜  go tool buildid -w $WORK/b2159/_pkg_.a # internal
2025-08-20T21:22:02.6621382Z [00:03:55.929]➜  cp $WORK/b2159/_pkg_.a /root/.cache/go-build/0d/0d64b89253103c519dd428366d9dbabc50e6b67a1c91e2c1ace2ebf988523046-d # internal
2025-08-20T21:22:02.6624214Z [00:03:55.930]➜  k8s.io/client-go/informers/networking/v1
2025-08-20T21:22:02.6626507Z [00:03:55.930]➜  mkdir -p $WORK/b2158/
2025-08-20T21:22:02.6629888Z [00:03:55.930]➜  cat >/tmp/go-build3547871397/b2158/importcfg << 'EOF' # internal
2025-08-20T21:22:02.6633436Z [00:03:55.930]➜  # import config
2025-08-20T21:22:02.6634202Z [00:03:55.930]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:02.6635215Z [00:03:55.930]➜  packagefile k8s.io/api/networking/v1=/tmp/go-build3547871397/b384/_pkg_.a
2025-08-20T21:22:02.6636441Z [00:03:55.930]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:02.6637646Z [00:03:55.930]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:02.6638789Z [00:03:55.930]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:02.6640061Z [00:03:55.930]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:02.6641437Z [00:03:55.930]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:02.6642904Z [00:03:55.930]➜  packagefile k8s.io/client-go/listers/networking/v1=/tmp/go-build3547871397/b2159/_pkg_.a
2025-08-20T21:22:02.6644069Z [00:03:55.930]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:02.6645026Z [00:03:55.930]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:02.6645603Z [00:03:55.930]➜  EOF
2025-08-20T21:22:02.6652545Z [00:03:55.930]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2158/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking/v1=>k8s.io/client-go@v0.33.2/informers/networking/v1;$WORK/b2158=>" -p k8s.io/client-go/informers/networking/v1 -lang=go1.24 -complete -installsuffix shared -buildid rc60dbhR2aY0h-IHOVCZ/rc60dbhR2aY0h-IHOVCZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2158/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking/v1/ingress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking/v1/ingressclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking/v1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking/v1/ipaddress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking/v1/networkpolicy.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking/v1/servicecidr.go
2025-08-20T21:22:02.6660902Z [00:03:55.933]➜  cp $WORK/b2153/_pkg_.a /root/.cache/go-build/8b/8b4d7c342a603f4ab73bc7bece71776dd6755f9c4bcd18fc3fc55a96510bfb3b-d # internal
2025-08-20T21:22:02.6662383Z [00:03:55.933]➜  k8s.io/client-go/listers/networking/v1alpha1
2025-08-20T21:22:02.6663452Z [00:03:55.933]➜  mkdir -p $WORK/b2161/
2025-08-20T21:22:02.6667022Z [00:03:55.934]➜  cat >/tmp/go-build3547871397/b2161/importcfg << 'EOF' # internal
2025-08-20T21:22:02.6667710Z [00:03:55.934]➜  # import config
2025-08-20T21:22:02.6668563Z [00:03:55.934]➜  packagefile k8s.io/api/networking/v1alpha1=/tmp/go-build3547871397/b385/_pkg_.a
2025-08-20T21:22:02.6669785Z [00:03:55.934]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:02.6670899Z [00:03:55.934]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:02.6671967Z [00:03:55.934]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:02.6673092Z [00:03:55.934]➜  EOF
2025-08-20T21:22:02.6678945Z [00:03:55.934]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2161/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/networking/v1alpha1=>k8s.io/client-go@v0.33.2/listers/networking/v1alpha1;$WORK/b2161=>" -p k8s.io/client-go/listers/networking/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid b0isvaphUK2xWXeKxCYf/b0isvaphUK2xWXeKxCYf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2161/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/networking/v1alpha1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/networking/v1alpha1/ipaddress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/networking/v1alpha1/servicecidr.go
2025-08-20T21:22:02.7169200Z [00:03:55.984]➜  go tool buildid -w $WORK/b2161/_pkg_.a # internal
2025-08-20T21:22:02.7180339Z [00:03:55.985]➜  cp $WORK/b2161/_pkg_.a /root/.cache/go-build/a3/a358ad72af812fcb27220fba7cc8870d23a0b2af4da61d8736446466973f62e5-d # internal
2025-08-20T21:22:02.7184607Z [00:03:55.986]➜  k8s.io/client-go/informers/networking/v1alpha1
2025-08-20T21:22:02.7189415Z [00:03:55.986]➜  mkdir -p $WORK/b2160/
2025-08-20T21:22:02.7194152Z [00:03:55.987]➜  cat >/tmp/go-build3547871397/b2160/importcfg << 'EOF' # internal
2025-08-20T21:22:02.7198194Z [00:03:55.987]➜  # import config
2025-08-20T21:22:02.7224010Z [00:03:55.987]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:02.7225077Z [00:03:55.987]➜  packagefile k8s.io/api/networking/v1alpha1=/tmp/go-build3547871397/b385/_pkg_.a
2025-08-20T21:22:02.7226225Z [00:03:55.987]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:02.7227358Z [00:03:55.987]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:02.7229741Z [00:03:55.987]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:02.7232245Z [00:03:55.987]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:02.7239044Z [00:03:55.987]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:02.7240296Z [00:03:55.987]➜  packagefile k8s.io/client-go/listers/networking/v1alpha1=/tmp/go-build3547871397/b2161/_pkg_.a
2025-08-20T21:22:02.7241571Z [00:03:55.987]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:02.7242443Z [00:03:55.987]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:02.7244323Z [00:03:55.987]➜  EOF
2025-08-20T21:22:02.7249489Z [00:03:55.987]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2160/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking/v1alpha1=>k8s.io/client-go@v0.33.2/informers/networking/v1alpha1;$WORK/b2160=>" -p k8s.io/client-go/informers/networking/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid ct9xjfLyfwG9lhcoWFDb/ct9xjfLyfwG9lhcoWFDb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2160/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking/v1alpha1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking/v1alpha1/ipaddress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking/v1alpha1/servicecidr.go
2025-08-20T21:22:02.8227841Z [00:03:56.089]➜  gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1894=/tmp/go-build -gno-record-gcc-switches -o $WORK/b1894/_cgo_.o $WORK/b1894/_cgo_main.o $WORK/b1894/preferlinkext $WORK/b1894/_x001.o $WORK/b1894/_x002.o $WORK/b1894/_x003.o $WORK/b1894/_x004.o $WORK/b1894/_x005.o $WORK/b1894/_x006.o $WORK/b1894/_x007.o $WORK/b1894/_x008.o $WORK/b1894/_x009.o $WORK/b1894/_x010.o $WORK/b1894/_x011.o $WORK/b1894/_x012.o $WORK/b1894/_x013.o $WORK/b1894/_x014.o $WORK/b1894/_x015.o $WORK/b1894/_x016.o $WORK/b1894/_x017.o $WORK/b1894/_x018.o $WORK/b1894/_x019.o $WORK/b1894/_x020.o $WORK/b1894/_x021.o $WORK/b1894/_x022.o $WORK/b1894/_x023.o $WORK/b1894/_x024.o $WORK/b1894/_x025.o $WORK/b1894/_x026.o $WORK/b1894/_x027.o $WORK/b1894/_x028.o $WORK/b1894/_x029.o $WORK/b1894/_x030.o $WORK/b1894/_x031.o $WORK/b1894/_x032.o $WORK/b1894/_x033.o $WORK/b1894/_x034.o $WORK/b1894/_x035.o $WORK/b1894/_x036.o $WORK/b1894/_x037.o $WORK/b1894/_x038.o $WORK/b1894/_x039.o $WORK/b1894/_x040.o $WORK/b1894/_x041.o $WORK/b1894/_x042.o $WORK/b1894/_x043.o $WORK/b1894/_x044.o $WORK/b1894/_x045.o $WORK/b1894/_x046.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T21:22:02.8235909Z [00:03:56.089]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage zstd -dynimport $WORK/b1894/_cgo_.o -dynout $WORK/b1894/_cgo_import.go
2025-08-20T21:22:02.8371684Z [00:03:56.104]➜  cat >/tmp/go-build3547871397/b1894/importcfg << 'EOF' # internal
2025-08-20T21:22:02.8372428Z [00:03:56.104]➜  # import config
2025-08-20T21:22:02.8373359Z [00:03:56.104]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:02.8374233Z [00:03:56.104]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:02.8375010Z [00:03:56.104]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:02.8375623Z [00:03:56.104]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:02.8376312Z [00:03:56.104]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:22:02.8377035Z [00:03:56.104]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:22:02.8377808Z [00:03:56.104]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:02.8378648Z [00:03:56.104]➜  packagefile runtime/cgo=/tmp/go-build3547871397/b117/_pkg_.a
2025-08-20T21:22:02.8379420Z [00:03:56.104]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:22:02.8379907Z [00:03:56.104]➜  EOF
2025-08-20T21:22:02.8386689Z [00:03:56.105]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1894/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=>github.com/DataDog/zstd@v1.5.5;$WORK/b1894=>" -p github.com/DataDog/zstd -lang=go1.14 -installsuffix shared -buildid k5gKtfmi4Aq71mWzV1_M/k5gKtfmi4Aq71mWzV1_M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1894/importcfg -pack $WORK/b1894/_cgo_gotypes.go $WORK/b1894/errors.cgo1.go $WORK/b1894/zstd.cgo1.go $WORK/b1894/zstd_bulk.cgo1.go $WORK/b1894/zstd_ctx.cgo1.go $WORK/b1894/zstd_stream.cgo1.go $WORK/b1894/_cgo_import.go
2025-08-20T21:22:02.9895858Z [00:03:56.255]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T21:22:02.9905274Z [00:03:56.257]➜  go tool pack r $WORK/b1894/_pkg_.a $WORK/b1894/preferlinkext $WORK/b1894/_x001.o $WORK/b1894/_x002.o $WORK/b1894/_x003.o $WORK/b1894/_x004.o $WORK/b1894/_x005.o $WORK/b1894/_x006.o $WORK/b1894/_x007.o $WORK/b1894/_x008.o $WORK/b1894/_x009.o $WORK/b1894/_x010.o $WORK/b1894/_x011.o $WORK/b1894/_x012.o $WORK/b1894/_x013.o $WORK/b1894/_x014.o $WORK/b1894/_x015.o $WORK/b1894/_x016.o $WORK/b1894/_x017.o $WORK/b1894/_x018.o $WORK/b1894/_x019.o $WORK/b1894/_x020.o $WORK/b1894/_x021.o $WORK/b1894/_x022.o $WORK/b1894/_x023.o $WORK/b1894/_x024.o $WORK/b1894/_x025.o $WORK/b1894/_x026.o $WORK/b1894/_x027.o $WORK/b1894/_x028.o $WORK/b1894/_x029.o $WORK/b1894/_x030.o $WORK/b1894/_x031.o $WORK/b1894/_x032.o $WORK/b1894/_x033.o $WORK/b1894/_x034.o $WORK/b1894/_x035.o $WORK/b1894/_x036.o $WORK/b1894/_x037.o $WORK/b1894/_x038.o $WORK/b1894/_x039.o $WORK/b1894/_x040.o $WORK/b1894/_x041.o $WORK/b1894/_x042.o $WORK/b1894/_x043.o $WORK/b1894/_x044.o $WORK/b1894/_x045.o $WORK/b1894/_x046.o # internal
2025-08-20T21:22:02.9945399Z [00:03:56.262]➜  go tool buildid -w $WORK/b1894/_pkg_.a # internal
2025-08-20T21:22:03.0324536Z [00:03:56.299]➜  cp $WORK/b1894/_pkg_.a /root/.cache/go-build/21/21ae5c9e6219f5728d7c8eb613a47df536df35a7455715dd7dc7698de05d27a1-d # internal
2025-08-20T21:22:03.0331098Z [00:03:56.300]➜  github.com/sassoftware/go-rpmutils
2025-08-20T21:22:03.0344965Z [00:03:56.300]➜  mkdir -p $WORK/b1893/
2025-08-20T21:22:03.0346016Z [00:03:56.301]➜  cat >/tmp/go-build3547871397/b1893/importcfg << 'EOF' # internal
2025-08-20T21:22:03.0346735Z [00:03:56.301]➜  # import config
2025-08-20T21:22:03.0347378Z [00:03:56.301]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:03.0348229Z [00:03:56.301]➜  packagefile compress/bzip2=/tmp/go-build3547871397/b1516/_pkg_.a
2025-08-20T21:22:03.0349335Z [00:03:56.301]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:22:03.0350243Z [00:03:56.301]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:22:03.0351115Z [00:03:56.301]➜  packagefile crypto/md5=/tmp/go-build3547871397/b215/_pkg_.a
2025-08-20T21:22:03.0352021Z [00:03:56.301]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:22:03.0353115Z [00:03:56.301]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:22:03.0353968Z [00:03:56.301]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:03.0354739Z [00:03:56.301]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:03.0355646Z [00:03:56.301]➜  packagefile github.com/DataDog/zstd=/tmp/go-build3547871397/b1894/_pkg_.a
2025-08-20T21:22:03.0356790Z [00:03:56.301]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build3547871397/b1605/_pkg_.a
2025-08-20T21:22:03.0358106Z [00:03:56.301]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build3547871397/b1635/_pkg_.a
2025-08-20T21:22:03.0359388Z [00:03:56.301]➜  packagefile github.com/sassoftware/go-rpmutils/cpio=/tmp/go-build3547871397/b1895/_pkg_.a
2025-08-20T21:22:03.0360643Z [00:03:56.301]➜  packagefile github.com/sassoftware/go-rpmutils/fileutil=/tmp/go-build3547871397/b1896/_pkg_.a
2025-08-20T21:22:03.0361810Z [00:03:56.301]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3547871397/b893/_pkg_.a
2025-08-20T21:22:03.0363079Z [00:03:56.301]➜  packagefile github.com/xi2/xz=/tmp/go-build3547871397/b1250/_pkg_.a
2025-08-20T21:22:03.0363946Z [00:03:56.301]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:22:03.0364845Z [00:03:56.301]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:03.0365607Z [00:03:56.301]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:03.0366349Z [00:03:56.301]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:03.0367297Z [00:03:56.301]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:03.0368092Z [00:03:56.301]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:03.0368884Z [00:03:56.301]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:03.0369693Z [00:03:56.301]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:03.0370473Z [00:03:56.301]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:03.0371054Z [00:03:56.301]➜  EOF
2025-08-20T21:22:03.0371525Z [00:03:56.301]➜  cd /tmp/tmp.gv9cDu0mVo/TEMPREPO
2025-08-20T21:22:03.0413735Z [00:03:56.301]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1893/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0=>github.com/sassoftware/go-rpmutils@v0.4.0;$WORK/b1893=>" -p github.com/sassoftware/go-rpmutils -lang=go1.21 -complete -installsuffix shared -buildid iVJ3i6evfHOjg1gABu5z/iVJ3i6evfHOjg1gABu5z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1893/importcfg -pack /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/errors.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/fileinfo.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/filesigs.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/header.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/nevra.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/payload.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/rpmutils.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/signatures.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/tags.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/uncompress.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/uncompress_cgo.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/vercmp.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/verify.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/verify_digests.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/verify_nov3.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/verify_v4.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/writeheader.go
2025-08-20T21:22:03.0660394Z [00:03:56.333]➜  go tool buildid -w $WORK/b2155/_pkg_.a # internal
2025-08-20T21:22:03.0805749Z [00:03:56.348]➜  cp $WORK/b2155/_pkg_.a /root/.cache/go-build/75/754c13e001e81651390cd0741adeb403b0268fd93165ac1ca86772327e5675bf-d # internal
2025-08-20T21:22:03.0807047Z [00:03:56.348]➜  k8s.io/client-go/informers/flowcontrol
2025-08-20T21:22:03.0807662Z [00:03:56.348]➜  mkdir -p $WORK/b2148/
2025-08-20T21:22:03.0808449Z [00:03:56.348]➜  cat >/tmp/go-build3547871397/b2148/importcfg << 'EOF' # internal
2025-08-20T21:22:03.0809166Z [00:03:56.348]➜  # import config
2025-08-20T21:22:03.0810101Z [00:03:56.348]➜  packagefile k8s.io/client-go/informers/flowcontrol/v1=/tmp/go-build3547871397/b2149/_pkg_.a
2025-08-20T21:22:03.0811464Z [00:03:56.348]➜  packagefile k8s.io/client-go/informers/flowcontrol/v1beta1=/tmp/go-build3547871397/b2151/_pkg_.a
2025-08-20T21:22:03.0813000Z [00:03:56.348]➜  packagefile k8s.io/client-go/informers/flowcontrol/v1beta2=/tmp/go-build3547871397/b2153/_pkg_.a
2025-08-20T21:22:03.0814356Z [00:03:56.348]➜  packagefile k8s.io/client-go/informers/flowcontrol/v1beta3=/tmp/go-build3547871397/b2155/_pkg_.a
2025-08-20T21:22:03.0815727Z [00:03:56.348]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:03.0816610Z [00:03:56.348]➜  EOF
2025-08-20T21:22:03.0820565Z [00:03:56.348]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2148/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/flowcontrol=>k8s.io/client-go@v0.33.2/informers/flowcontrol;$WORK/b2148=>" -p k8s.io/client-go/informers/flowcontrol -lang=go1.24 -complete -installsuffix shared -buildid u3WSHYip0VL_6VCrpuRN/u3WSHYip0VL_6VCrpuRN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2148/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/flowcontrol/interface.go
2025-08-20T21:22:03.2429508Z [00:03:56.510]➜  go tool buildid -w $WORK/b2158/_pkg_.a # internal
2025-08-20T21:22:03.2715376Z [00:03:56.539]➜  cp $WORK/b2158/_pkg_.a /root/.cache/go-build/a3/a3d0a32b0c7d73366e6bc952237bba394559f2631882562b076d6937fb26419b-d # internal
2025-08-20T21:22:03.2719548Z [00:03:56.539]➜  k8s.io/client-go/listers/networking/v1beta1
2025-08-20T21:22:03.2723162Z [00:03:56.540]➜  mkdir -p $WORK/b2163/
2025-08-20T21:22:03.2726203Z [00:03:56.540]➜  cat >/tmp/go-build3547871397/b2163/importcfg << 'EOF' # internal
2025-08-20T21:22:03.2729210Z [00:03:56.540]➜  # import config
2025-08-20T21:22:03.2732009Z [00:03:56.541]➜  packagefile k8s.io/api/networking/v1beta1=/tmp/go-build3547871397/b386/_pkg_.a
2025-08-20T21:22:03.2736457Z [00:03:56.541]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:03.2740289Z [00:03:56.541]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:03.2743761Z [00:03:56.542]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:03.2749958Z [00:03:56.542]➜  EOF
2025-08-20T21:22:03.2756489Z [00:03:56.542]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2163/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/networking/v1beta1=>k8s.io/client-go@v0.33.2/listers/networking/v1beta1;$WORK/b2163=>" -p k8s.io/client-go/listers/networking/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid H4WsaG_ybutOWPI_4HoG/H4WsaG_ybutOWPI_4HoG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2163/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/networking/v1beta1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/networking/v1beta1/ingress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/networking/v1beta1/ingressclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/networking/v1beta1/ipaddress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/networking/v1beta1/servicecidr.go
2025-08-20T21:22:03.2911793Z [00:03:56.558]➜  go tool buildid -w $WORK/b1893/_pkg_.a # internal
2025-08-20T21:22:03.2954704Z [00:03:56.563]➜  cp $WORK/b1893/_pkg_.a /root/.cache/go-build/94/94f3bf45fbb59d71de9fa2a1d091da0f8468393997b8383f6e069a6809485225-d # internal
2025-08-20T21:22:03.2963267Z [00:03:56.564]➜  github.com/anchore/syft/syft/pkg/cataloger/redhat
2025-08-20T21:22:03.2973846Z [00:03:56.564]➜  mkdir -p $WORK/b1887/
2025-08-20T21:22:03.2974638Z [00:03:56.564]➜  cat >/tmp/go-build3547871397/b1887/importcfg << 'EOF' # internal
2025-08-20T21:22:03.2975350Z [00:03:56.564]➜  # import config
2025-08-20T21:22:03.2976077Z [00:03:56.564]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:22:03.2976892Z [00:03:56.564]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:03.2977666Z [00:03:56.564]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:03.2978501Z [00:03:56.564]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:22:03.2979363Z [00:03:56.564]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:22:03.2982544Z [00:03:56.565]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:03.2984109Z [00:03:56.565]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:03.2985379Z [00:03:56.565]➜  packagefile github.com/anchore/go-rpmdb/pkg=/tmp/go-build3547871397/b1888/_pkg_.a
2025-08-20T21:22:03.2988940Z [00:03:56.565]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:22:03.2990403Z [00:03:56.565]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:22:03.2991676Z [00:03:56.565]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:22:03.2993333Z [00:03:56.565]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:22:03.2994566Z [00:03:56.565]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:22:03.2995820Z [00:03:56.565]➜  packagefile github.com/anchore/syft/syft/linux=/tmp/go-build3547871397/b854/_pkg_.a
2025-08-20T21:22:03.2997048Z [00:03:56.565]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:03.2998406Z [00:03:56.565]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:22:03.3000038Z [00:03:56.565]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/internal/dependency=/tmp/go-build3547871397/b1756/_pkg_.a
2025-08-20T21:22:03.3001530Z [00:03:56.566]➜  packagefile github.com/sassoftware/go-rpmutils=/tmp/go-build3547871397/b1893/_pkg_.a
2025-08-20T21:22:03.3002567Z [00:03:56.566]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:03.3003620Z [00:03:56.566]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:03.3004475Z [00:03:56.566]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:03.3005342Z [00:03:56.566]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:03.3006216Z [00:03:56.566]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:03.3007082Z [00:03:56.566]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:03.3007723Z [00:03:56.566]➜  EOF
2025-08-20T21:22:03.3037751Z [00:03:56.566]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1887/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/redhat=>github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/redhat;$WORK/b1887=>" -p github.com/anchore/syft/syft/pkg/cataloger/redhat -lang=go1.24 -complete -installsuffix shared -buildid 09BcYXisw6bEAHKLqsDz/09BcYXisw6bEAHKLqsDz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1887/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/redhat/cataloger.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/redhat/dependency.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/redhat/package.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/redhat/parse_rpm_archive.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/redhat/parse_rpm_db.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/pkg/cataloger/redhat/parse_rpm_manifest.go
2025-08-20T21:22:03.3388721Z [00:03:56.606]➜  go tool buildid -w $WORK/b2160/_pkg_.a # internal
2025-08-20T21:22:03.3542602Z [00:03:56.621]➜  cp $WORK/b2160/_pkg_.a /root/.cache/go-build/3d/3d3d2492648563ee264d715f329e0bb96a0a53f3ae2b759855fc177ad9f103ab-d # internal
2025-08-20T21:22:03.3548451Z [00:03:56.622]➜  k8s.io/client-go/listers/node/v1
2025-08-20T21:22:03.3551025Z [00:03:56.622]➜  mkdir -p $WORK/b2166/
2025-08-20T21:22:03.3558784Z [00:03:56.623]➜  cat >/tmp/go-build3547871397/b2166/importcfg << 'EOF' # internal
2025-08-20T21:22:03.3582892Z [00:03:56.623]➜  # import config
2025-08-20T21:22:03.3583658Z [00:03:56.623]➜  packagefile k8s.io/api/node/v1=/tmp/go-build3547871397/b387/_pkg_.a
2025-08-20T21:22:03.3584714Z [00:03:56.623]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:03.3585752Z [00:03:56.623]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:03.3586764Z [00:03:56.623]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:03.3587446Z [00:03:56.623]➜  EOF
2025-08-20T21:22:03.3591474Z [00:03:56.623]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2166/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/node/v1=>k8s.io/client-go@v0.33.2/listers/node/v1;$WORK/b2166=>" -p k8s.io/client-go/listers/node/v1 -lang=go1.24 -complete -installsuffix shared -buildid AClvt-py0lOzcaBT2Hpb/AClvt-py0lOzcaBT2Hpb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2166/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/node/v1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/node/v1/runtimeclass.go
2025-08-20T21:22:03.3613732Z [00:03:56.628]➜  go tool buildid -w $WORK/b2163/_pkg_.a # internal
2025-08-20T21:22:03.3624380Z [00:03:56.630]➜  cp $WORK/b2163/_pkg_.a /root/.cache/go-build/54/54bcf6890444178c470f6d07f5ca44fd967ea82e98af2d534786b96a232fd4c5-d # internal
2025-08-20T21:22:03.3627596Z [00:03:56.630]➜  k8s.io/client-go/informers/networking/v1beta1
2025-08-20T21:22:03.3633424Z [00:03:56.630]➜  mkdir -p $WORK/b2162/
2025-08-20T21:22:03.3634281Z [00:03:56.630]➜  cat >/tmp/go-build3547871397/b2162/importcfg << 'EOF' # internal
2025-08-20T21:22:03.3635014Z [00:03:56.630]➜  # import config
2025-08-20T21:22:03.3635694Z [00:03:56.630]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:03.3636680Z [00:03:56.631]➜  packagefile k8s.io/api/networking/v1beta1=/tmp/go-build3547871397/b386/_pkg_.a
2025-08-20T21:22:03.3645720Z [00:03:56.631]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:03.3647000Z [00:03:56.631]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:03.3648192Z [00:03:56.631]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:03.3649482Z [00:03:56.631]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:03.3650694Z [00:03:56.631]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:03.3652091Z [00:03:56.631]➜  packagefile k8s.io/client-go/listers/networking/v1beta1=/tmp/go-build3547871397/b2163/_pkg_.a
2025-08-20T21:22:03.3660500Z [00:03:56.631]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:03.3661681Z [00:03:56.631]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:03.3662269Z [00:03:56.631]➜  EOF
2025-08-20T21:22:03.3668811Z [00:03:56.633]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2162/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking/v1beta1=>k8s.io/client-go@v0.33.2/informers/networking/v1beta1;$WORK/b2162=>" -p k8s.io/client-go/informers/networking/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid mHmxEuU1HvUXdbaAFdQn/mHmxEuU1HvUXdbaAFdQn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2162/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking/v1beta1/ingress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking/v1beta1/ingressclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking/v1beta1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking/v1beta1/ipaddress.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking/v1beta1/servicecidr.go
2025-08-20T21:22:03.3999265Z [00:03:56.667]➜  go tool buildid -w $WORK/b2166/_pkg_.a # internal
2025-08-20T21:22:03.4001323Z [00:03:56.667]➜  cp $WORK/b2166/_pkg_.a /root/.cache/go-build/a4/a46c4b73e58114bb6877197dac792873585a9a8d0d9ce07f3b8f946656bca67f-d # internal
2025-08-20T21:22:03.4008947Z [00:03:56.668]➜  k8s.io/client-go/informers/node/v1
2025-08-20T21:22:03.4009544Z [00:03:56.668]➜  mkdir -p $WORK/b2165/
2025-08-20T21:22:03.4010298Z [00:03:56.668]➜  cat >/tmp/go-build3547871397/b2165/importcfg << 'EOF' # internal
2025-08-20T21:22:03.4010949Z [00:03:56.668]➜  # import config
2025-08-20T21:22:03.4011545Z [00:03:56.668]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:03.4012858Z [00:03:56.668]➜  packagefile k8s.io/api/node/v1=/tmp/go-build3547871397/b387/_pkg_.a
2025-08-20T21:22:03.4014044Z [00:03:56.668]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:03.4015256Z [00:03:56.668]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:03.4016564Z [00:03:56.668]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:03.4017823Z [00:03:56.668]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:03.4019023Z [00:03:56.668]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:03.4020131Z [00:03:56.668]➜  packagefile k8s.io/client-go/listers/node/v1=/tmp/go-build3547871397/b2166/_pkg_.a
2025-08-20T21:22:03.4022589Z [00:03:56.670]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:03.4024274Z [00:03:56.670]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:03.4025373Z [00:03:56.670]➜  EOF
2025-08-20T21:22:03.4041637Z [00:03:56.671]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2165/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/node/v1=>k8s.io/client-go@v0.33.2/informers/node/v1;$WORK/b2165=>" -p k8s.io/client-go/informers/node/v1 -lang=go1.24 -complete -installsuffix shared -buildid dAXjNFDMzVWXBwqD04t2/dAXjNFDMzVWXBwqD04t2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2165/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/node/v1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/node/v1/runtimeclass.go
2025-08-20T21:22:03.4610789Z [00:03:56.728]➜  go tool buildid -w $WORK/b1887/_pkg_.a # internal
2025-08-20T21:22:03.4639572Z [00:03:56.731]➜  cp $WORK/b1887/_pkg_.a /root/.cache/go-build/16/165f903db407c0b02425dde0a648b68cc1eb481efb3d6fe7ac6794a9ef5f291d-d # internal
2025-08-20T21:22:03.4804070Z [00:03:56.747]➜  github.com/anchore/syft/internal/task
2025-08-20T21:22:03.4807682Z [00:03:56.748]➜  mkdir -p $WORK/b1232/
2025-08-20T21:22:03.4813493Z [00:03:56.748]➜  cat >/tmp/go-build3547871397/b1232/importcfg << 'EOF' # internal
2025-08-20T21:22:03.4825958Z [00:03:56.749]➜  # import config
2025-08-20T21:22:03.4826869Z [00:03:56.749]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:03.4827718Z [00:03:56.749]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:22:03.4828525Z [00:03:56.749]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:03.4829505Z [00:03:56.749]➜  packagefile github.com/anchore/archiver/v3=/tmp/go-build3547871397/b1233/_pkg_.a
2025-08-20T21:22:03.4830707Z [00:03:56.749]➜  packagefile github.com/anchore/syft/internal/bus=/tmp/go-build3547871397/b1226/_pkg_.a
2025-08-20T21:22:03.4831756Z [00:03:56.749]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:22:03.4833197Z [00:03:56.749]➜  packagefile github.com/anchore/syft/internal/relationship=/tmp/go-build3547871397/b1251/_pkg_.a
2025-08-20T21:22:03.4834642Z [00:03:56.749]➜  packagefile github.com/anchore/syft/internal/relationship/binary=/tmp/go-build3547871397/b1252/_pkg_.a
2025-08-20T21:22:03.4836047Z [00:03:56.749]➜  packagefile github.com/anchore/syft/internal/sbomsync=/tmp/go-build3547871397/b1229/_pkg_.a
2025-08-20T21:22:03.4837358Z [00:03:56.749]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:22:03.4838369Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:22:03.4839520Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/cataloging=/tmp/go-build3547871397/b1254/_pkg_.a
2025-08-20T21:22:03.4840806Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/cataloging/filecataloging=/tmp/go-build3547871397/b1255/_pkg_.a
2025-08-20T21:22:03.4842093Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/cataloging/pkgcataloging=/tmp/go-build3547871397/b1585/_pkg_.a
2025-08-20T21:22:03.4843921Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:22:03.4845107Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/event/monitor=/tmp/go-build3547871397/b1228/_pkg_.a
2025-08-20T21:22:03.4846335Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:22:03.4847517Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/file/cataloger/executable=/tmp/go-build3547871397/b1571/_pkg_.a
2025-08-20T21:22:03.4848954Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/file/cataloger/filecontent=/tmp/go-build3547871397/b1584/_pkg_.a
2025-08-20T21:22:03.4850235Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/file/cataloger/filedigest=/tmp/go-build3547871397/b1761/_pkg_.a
2025-08-20T21:22:03.4851721Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/file/cataloger/filemetadata=/tmp/go-build3547871397/b1763/_pkg_.a
2025-08-20T21:22:03.4853244Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/linux=/tmp/go-build3547871397/b854/_pkg_.a
2025-08-20T21:22:03.4854422Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:03.4855733Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/alpine=/tmp/go-build3547871397/b1764/_pkg_.a
2025-08-20T21:22:03.4857095Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/arch=/tmp/go-build3547871397/b1765/_pkg_.a
2025-08-20T21:22:03.4858439Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/binary=/tmp/go-build3547871397/b1586/_pkg_.a
2025-08-20T21:22:03.4859776Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/bitnami=/tmp/go-build3547871397/b1770/_pkg_.a
2025-08-20T21:22:03.4861135Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/common/cpe=/tmp/go-build3547871397/b1838/_pkg_.a
2025-08-20T21:22:03.4862587Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/cpp=/tmp/go-build3547871397/b1839/_pkg_.a
2025-08-20T21:22:03.4864159Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/dart=/tmp/go-build3547871397/b1840/_pkg_.a
2025-08-20T21:22:03.4865622Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/debian=/tmp/go-build3547871397/b1841/_pkg_.a
2025-08-20T21:22:03.4866959Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/dotnet=/tmp/go-build3547871397/b1591/_pkg_.a
2025-08-20T21:22:03.4868270Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/elixir=/tmp/go-build3547871397/b1875/_pkg_.a
2025-08-20T21:22:03.4869565Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/erlang=/tmp/go-build3547871397/b1876/_pkg_.a
2025-08-20T21:22:03.4870878Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/gentoo=/tmp/go-build3547871397/b1878/_pkg_.a
2025-08-20T21:22:03.4872276Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/githubactions=/tmp/go-build3547871397/b1879/_pkg_.a
2025-08-20T21:22:03.4873846Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/golang=/tmp/go-build3547871397/b1593/_pkg_.a
2025-08-20T21:22:03.4875181Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/haskell=/tmp/go-build3547871397/b1880/_pkg_.a
2025-08-20T21:22:03.4876520Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/homebrew=/tmp/go-build3547871397/b1881/_pkg_.a
2025-08-20T21:22:03.4877834Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/java=/tmp/go-build3547871397/b1721/_pkg_.a
2025-08-20T21:22:03.4879188Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/javascript=/tmp/go-build3547871397/b1743/_pkg_.a
2025-08-20T21:22:03.4880663Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/kernel=/tmp/go-build3547871397/b1744/_pkg_.a
2025-08-20T21:22:03.4882112Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/lua=/tmp/go-build3547871397/b1882/_pkg_.a
2025-08-20T21:22:03.4883574Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/nix=/tmp/go-build3547871397/b1748/_pkg_.a
2025-08-20T21:22:03.4885007Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/ocaml=/tmp/go-build3547871397/b1883/_pkg_.a
2025-08-20T21:22:03.4886281Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/php=/tmp/go-build3547871397/b1884/_pkg_.a
2025-08-20T21:22:03.4887582Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/python=/tmp/go-build3547871397/b1753/_pkg_.a
2025-08-20T21:22:03.4888873Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/r=/tmp/go-build3547871397/b1886/_pkg_.a
2025-08-20T21:22:03.4890172Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/redhat=/tmp/go-build3547871397/b1887/_pkg_.a
2025-08-20T21:22:03.4891493Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/ruby=/tmp/go-build3547871397/b1897/_pkg_.a
2025-08-20T21:22:03.4892966Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/rust=/tmp/go-build3547871397/b1898/_pkg_.a
2025-08-20T21:22:03.4894277Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/sbom=/tmp/go-build3547871397/b1900/_pkg_.a
2025-08-20T21:22:03.4895557Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/swift=/tmp/go-build3547871397/b1901/_pkg_.a
2025-08-20T21:22:03.4896857Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/swipl=/tmp/go-build3547871397/b1902/_pkg_.a
2025-08-20T21:22:03.4898198Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/terraform=/tmp/go-build3547871397/b1903/_pkg_.a
2025-08-20T21:22:03.4899563Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/wordpress=/tmp/go-build3547871397/b1922/_pkg_.a
2025-08-20T21:22:03.4900891Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:22:03.4901998Z [00:03:56.749]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:22:03.4903408Z [00:03:56.749]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3547871397/b871/_pkg_.a
2025-08-20T21:22:03.4904591Z [00:03:56.749]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:22:03.4905630Z [00:03:56.749]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:03.4906484Z [00:03:56.749]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:22:03.4907322Z [00:03:56.749]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:22:03.4908107Z [00:03:56.749]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:03.4908894Z [00:03:56.749]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:03.4909708Z [00:03:56.749]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:03.4910505Z [00:03:56.749]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:22:03.4911107Z [00:03:56.749]➜  EOF
2025-08-20T21:22:03.4921520Z [00:03:56.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1232/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/task=>github.com/anchore/syft@v1.28.0/internal/task;$WORK/b1232=>" -p github.com/anchore/syft/internal/task -lang=go1.24 -complete -installsuffix shared -buildid K-g6IRJpbockm4SKusGT/K-g6IRJpbockm4SKusGT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1232/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/task/cataloging_config.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/task/environment_tasks.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/task/executor.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/task/expression.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/task/factory.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/task/file_tasks.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/task/package_task_factory.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/task/package_tasks.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/task/relationship_tasks.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/task/scope_tasks.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/task/selection.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/task/set.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/task/task.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/internal/task/unknowns_tasks.go
2025-08-20T21:22:03.7062333Z [00:03:56.973]➜  go tool buildid -w $WORK/b2148/_pkg_.a # internal
2025-08-20T21:22:03.7205924Z [00:03:56.987]➜  cp $WORK/b2148/_pkg_.a /root/.cache/go-build/80/8076c21df69cbd50779576b67ed0ba2860d586684cf52bc486bfa9538609b820-d # internal
2025-08-20T21:22:03.7236051Z [00:03:56.988]➜  k8s.io/client-go/listers/node/v1alpha1
2025-08-20T21:22:03.7236754Z [00:03:56.990]➜  mkdir -p $WORK/b2168/
2025-08-20T21:22:03.7237561Z [00:03:56.990]➜  cat >/tmp/go-build3547871397/b2168/importcfg << 'EOF' # internal
2025-08-20T21:22:03.7238331Z [00:03:56.990]➜  # import config
2025-08-20T21:22:03.7239133Z [00:03:56.990]➜  packagefile k8s.io/api/node/v1alpha1=/tmp/go-build3547871397/b388/_pkg_.a
2025-08-20T21:22:03.7240304Z [00:03:56.990]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:03.7241440Z [00:03:56.990]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:03.7242578Z [00:03:56.990]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:03.7243572Z [00:03:56.990]➜  EOF
2025-08-20T21:22:03.7248031Z [00:03:56.990]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2168/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/node/v1alpha1=>k8s.io/client-go@v0.33.2/listers/node/v1alpha1;$WORK/b2168=>" -p k8s.io/client-go/listers/node/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid cMaSSf-wr1am4uR8K5sg/cMaSSf-wr1am4uR8K5sg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2168/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/node/v1alpha1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/node/v1alpha1/runtimeclass.go
2025-08-20T21:22:03.7717498Z [00:03:57.039]➜  go tool buildid -w $WORK/b2168/_pkg_.a # internal
2025-08-20T21:22:03.7735032Z [00:03:57.041]➜  cp $WORK/b2168/_pkg_.a /root/.cache/go-build/3c/3c8294fdff723fafc86e6b9b792f6de7c0bb2433ea51f2ae19dd1b328e0fb520-d # internal
2025-08-20T21:22:03.7737126Z [00:03:57.041]➜  k8s.io/client-go/informers/node/v1alpha1
2025-08-20T21:22:03.7739713Z [00:03:57.041]➜  mkdir -p $WORK/b2167/
2025-08-20T21:22:03.7746488Z [00:03:57.042]➜  cat >/tmp/go-build3547871397/b2167/importcfg << 'EOF' # internal
2025-08-20T21:22:03.7747269Z [00:03:57.042]➜  # import config
2025-08-20T21:22:03.7747973Z [00:03:57.042]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:03.7748950Z [00:03:57.042]➜  packagefile k8s.io/api/node/v1alpha1=/tmp/go-build3547871397/b388/_pkg_.a
2025-08-20T21:22:03.7750143Z [00:03:57.042]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:03.7751343Z [00:03:57.042]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:03.7752484Z [00:03:57.042]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:03.7753978Z [00:03:57.042]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:03.7755247Z [00:03:57.042]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:03.7756653Z [00:03:57.042]➜  packagefile k8s.io/client-go/listers/node/v1alpha1=/tmp/go-build3547871397/b2168/_pkg_.a
2025-08-20T21:22:03.7757865Z [00:03:57.042]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:03.7758809Z [00:03:57.042]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:03.7759562Z [00:03:57.042]➜  EOF
2025-08-20T21:22:03.7787883Z [00:03:57.046]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2167/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/node/v1alpha1=>k8s.io/client-go@v0.33.2/informers/node/v1alpha1;$WORK/b2167=>" -p k8s.io/client-go/informers/node/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid 22Dgu_7dwyAcZvKIYCIc/22Dgu_7dwyAcZvKIYCIc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2167/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/node/v1alpha1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/node/v1alpha1/runtimeclass.go
2025-08-20T21:22:03.9221449Z [00:03:57.189]➜  go tool buildid -w $WORK/b1232/_pkg_.a # internal
2025-08-20T21:22:03.9272844Z [00:03:57.194]➜  cp $WORK/b1232/_pkg_.a /root/.cache/go-build/d5/d5c6d839401940f34682461877f3e6c35a092bde362832acd60f5506c9945c96-d # internal
2025-08-20T21:22:03.9283918Z [00:03:57.195]➜  github.com/anchore/syft/syft
2025-08-20T21:22:03.9284526Z [00:03:57.195]➜  mkdir -p $WORK/b1224/
2025-08-20T21:22:03.9285246Z [00:03:57.195]➜  cat >/tmp/go-build3547871397/b1224/importcfg << 'EOF' # internal
2025-08-20T21:22:03.9285894Z [00:03:57.195]➜  # import config
2025-08-20T21:22:03.9286534Z [00:03:57.195]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:03.9287339Z [00:03:57.195]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:22:03.9288174Z [00:03:57.195]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:03.9305792Z [00:03:57.195]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:03.9306593Z [00:03:57.195]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:03.9307581Z [00:03:57.195]➜  packagefile github.com/anchore/go-collections=/tmp/go-build3547871397/b852/_pkg_.a
2025-08-20T21:22:03.9308659Z [00:03:57.195]➜  packagefile github.com/anchore/go-logger=/tmp/go-build3547871397/b765/_pkg_.a
2025-08-20T21:22:03.9309890Z [00:03:57.195]➜  packagefile github.com/anchore/go-sync=/tmp/go-build3547871397/b1225/_pkg_.a
2025-08-20T21:22:03.9311043Z [00:03:57.195]➜  packagefile github.com/anchore/stereoscope/pkg/image=/tmp/go-build3547871397/b900/_pkg_.a
2025-08-20T21:22:03.9312241Z [00:03:57.195]➜  packagefile github.com/anchore/syft/internal/bus=/tmp/go-build3547871397/b1226/_pkg_.a
2025-08-20T21:22:03.9313622Z [00:03:57.195]➜  packagefile github.com/anchore/syft/internal/licenses=/tmp/go-build3547871397/b937/_pkg_.a
2025-08-20T21:22:03.9314848Z [00:03:57.195]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:22:03.9316104Z [00:03:57.195]➜  packagefile github.com/anchore/syft/internal/sbomsync=/tmp/go-build3547871397/b1229/_pkg_.a
2025-08-20T21:22:03.9317343Z [00:03:57.195]➜  packagefile github.com/anchore/syft/internal/task=/tmp/go-build3547871397/b1232/_pkg_.a
2025-08-20T21:22:03.9318532Z [00:03:57.195]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:22:03.9319753Z [00:03:57.195]➜  packagefile github.com/anchore/syft/syft/cataloging=/tmp/go-build3547871397/b1254/_pkg_.a
2025-08-20T21:22:03.9321118Z [00:03:57.195]➜  packagefile github.com/anchore/syft/syft/cataloging/filecataloging=/tmp/go-build3547871397/b1255/_pkg_.a
2025-08-20T21:22:03.9322589Z [00:03:57.195]➜  packagefile github.com/anchore/syft/syft/cataloging/pkgcataloging=/tmp/go-build3547871397/b1585/_pkg_.a
2025-08-20T21:22:03.9324221Z [00:03:57.195]➜  packagefile github.com/anchore/syft/syft/event/monitor=/tmp/go-build3547871397/b1228/_pkg_.a
2025-08-20T21:22:03.9325435Z [00:03:57.195]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:22:03.9326697Z [00:03:57.195]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:03.9327844Z [00:03:57.195]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:22:03.9329108Z [00:03:57.195]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:22:03.9330418Z [00:03:57.195]➜  packagefile github.com/anchore/syft/syft/source/sourceproviders=/tmp/go-build3547871397/b1923/_pkg_.a
2025-08-20T21:22:03.9331657Z [00:03:57.195]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3547871397/b822/_pkg_.a
2025-08-20T21:22:03.9332908Z [00:03:57.195]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:22:03.9334043Z [00:03:57.195]➜  packagefile github.com/wagoodman/go-partybus=/tmp/go-build3547871397/b811/_pkg_.a
2025-08-20T21:22:03.9334954Z [00:03:57.196]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:03.9335835Z [00:03:57.196]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:03.9336659Z [00:03:57.196]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:22:03.9337494Z [00:03:57.196]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:22:03.9338320Z [00:03:57.196]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:03.9339085Z [00:03:57.196]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:03.9339667Z [00:03:57.196]➜  EOF
2025-08-20T21:22:03.9345845Z [00:03:57.196]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1224/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft=>github.com/anchore/syft@v1.28.0/syft;$WORK/b1224=>" -p github.com/anchore/syft/syft -lang=go1.24 -complete -installsuffix shared -buildid KPqtkk8Nysr5N65-tC2j/KPqtkk8Nysr5N65-tC2j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1224/importcfg -pack /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/configuration_audit_trail.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/create_sbom.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/create_sbom_config.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/get_source.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/get_source_config.go /root/go/pkg/mod/github.com/anchore/syft@v1.28.0/syft/lib.go
2025-08-20T21:22:03.9614729Z [00:03:57.228]➜  go tool buildid -w $WORK/b2162/_pkg_.a # internal
2025-08-20T21:22:03.9757574Z [00:03:57.243]➜  cp $WORK/b2162/_pkg_.a /root/.cache/go-build/ff/ff6bd9cda27a3dfcb1b251b98ad605d0143adfc82ec88670ac12deaba7f1f161-d # internal
2025-08-20T21:22:03.9758871Z [00:03:57.243]➜  k8s.io/client-go/informers/networking
2025-08-20T21:22:03.9760298Z [00:03:57.243]➜  mkdir -p $WORK/b2157/
2025-08-20T21:22:03.9762878Z [00:03:57.243]➜  cat >/tmp/go-build3547871397/b2157/importcfg << 'EOF' # internal
2025-08-20T21:22:03.9785830Z [00:03:57.244]➜  # import config
2025-08-20T21:22:03.9786843Z [00:03:57.244]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:03.9788172Z [00:03:57.244]➜  packagefile k8s.io/client-go/informers/networking/v1=/tmp/go-build3547871397/b2158/_pkg_.a
2025-08-20T21:22:03.9789504Z [00:03:57.244]➜  packagefile k8s.io/client-go/informers/networking/v1alpha1=/tmp/go-build3547871397/b2160/_pkg_.a
2025-08-20T21:22:03.9790807Z [00:03:57.246]➜  packagefile k8s.io/client-go/informers/networking/v1beta1=/tmp/go-build3547871397/b2162/_pkg_.a
2025-08-20T21:22:03.9791641Z [00:03:57.246]➜  EOF
2025-08-20T21:22:03.9796361Z [00:03:57.246]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2157/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking=>k8s.io/client-go@v0.33.2/informers/networking;$WORK/b2157=>" -p k8s.io/client-go/informers/networking -lang=go1.24 -complete -installsuffix shared -buildid wguoI9IgFVxGiRK0L4de/wguoI9IgFVxGiRK0L4de -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2157/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/networking/interface.go
2025-08-20T21:22:04.0641892Z [00:03:57.331]➜  go tool buildid -w $WORK/b2165/_pkg_.a # internal
2025-08-20T21:22:04.0777607Z [00:03:57.345]➜  cp $WORK/b2165/_pkg_.a /root/.cache/go-build/ef/ef98a58457a039d21ab86a8a940b142c599461eccc89888b0184857a3d04fc55-d # internal
2025-08-20T21:22:04.0779436Z [00:03:57.345]➜  k8s.io/client-go/listers/node/v1beta1
2025-08-20T21:22:04.0780256Z [00:03:57.345]➜  mkdir -p $WORK/b2170/
2025-08-20T21:22:04.0788036Z [00:03:57.346]➜  cat >/tmp/go-build3547871397/b2170/importcfg << 'EOF' # internal
2025-08-20T21:22:04.0790552Z [00:03:57.346]➜  # import config
2025-08-20T21:22:04.0793171Z [00:03:57.347]➜  packagefile k8s.io/api/node/v1beta1=/tmp/go-build3547871397/b389/_pkg_.a
2025-08-20T21:22:04.0794265Z [00:03:57.347]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:04.0795529Z [00:03:57.347]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:04.0796599Z [00:03:57.347]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:04.0797307Z [00:03:57.347]➜  EOF
2025-08-20T21:22:04.0801560Z [00:03:57.347]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2170/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/node/v1beta1=>k8s.io/client-go@v0.33.2/listers/node/v1beta1;$WORK/b2170=>" -p k8s.io/client-go/listers/node/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid UE71Pj7gRIc46wZ42OT1/UE71Pj7gRIc46wZ42OT1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2170/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/node/v1beta1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/node/v1beta1/runtimeclass.go
2025-08-20T21:22:04.1417132Z [00:03:57.409]➜  go tool buildid -w $WORK/b2170/_pkg_.a # internal
2025-08-20T21:22:04.1428821Z [00:03:57.410]➜  cp $WORK/b2170/_pkg_.a /root/.cache/go-build/e6/e6bf98184ccaccb161ca6ce28be890ad4a795ec5c2859de0efa9ba17be03582a-d # internal
2025-08-20T21:22:04.1433579Z [00:03:57.410]➜  k8s.io/client-go/informers/node/v1beta1
2025-08-20T21:22:04.1434245Z [00:03:57.410]➜  mkdir -p $WORK/b2169/
2025-08-20T21:22:04.1435945Z [00:03:57.411]➜  cat >/tmp/go-build3547871397/b2169/importcfg << 'EOF' # internal
2025-08-20T21:22:04.1436782Z [00:03:57.411]➜  # import config
2025-08-20T21:22:04.1439342Z [00:03:57.411]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:04.1440262Z [00:03:57.411]➜  packagefile k8s.io/api/node/v1beta1=/tmp/go-build3547871397/b389/_pkg_.a
2025-08-20T21:22:04.1441347Z [00:03:57.411]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:04.1442464Z [00:03:57.411]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:04.1445048Z [00:03:57.412]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:04.1446587Z [00:03:57.412]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:04.1448553Z [00:03:57.412]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:04.1449676Z [00:03:57.412]➜  packagefile k8s.io/client-go/listers/node/v1beta1=/tmp/go-build3547871397/b2170/_pkg_.a
2025-08-20T21:22:04.1450772Z [00:03:57.412]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:04.1451683Z [00:03:57.412]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:04.1452296Z [00:03:57.412]➜  EOF
2025-08-20T21:22:04.1456769Z [00:03:57.412]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2169/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/node/v1beta1=>k8s.io/client-go@v0.33.2/informers/node/v1beta1;$WORK/b2169=>" -p k8s.io/client-go/informers/node/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid KQnRVEyMywYsuLQPVvmj/KQnRVEyMywYsuLQPVvmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2169/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/node/v1beta1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/node/v1beta1/runtimeclass.go
2025-08-20T21:22:04.1531445Z [00:03:57.420]➜  go tool buildid -w $WORK/b1224/_pkg_.a # internal
2025-08-20T21:22:04.1653424Z [00:03:57.432]➜  cp $WORK/b1224/_pkg_.a /root/.cache/go-build/11/11d243bf97a0daf3b470718ed38c7ca21e54e04a91f661fd1b644b38886a10d1-d # internal
2025-08-20T21:22:04.1658279Z [00:03:57.433]➜  github.com/anchore/grype/grype/pkg
2025-08-20T21:22:04.1658924Z [00:03:57.433]➜  mkdir -p $WORK/b851/
2025-08-20T21:22:04.1673049Z [00:03:57.434]➜  cat >/tmp/go-build3547871397/b851/importcfg << 'EOF' # internal
2025-08-20T21:22:04.1677419Z [00:03:57.434]➜  # import config
2025-08-20T21:22:04.1678139Z [00:03:57.434]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:22:04.1679221Z [00:03:57.434]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:04.1680105Z [00:03:57.434]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:04.1680849Z [00:03:57.434]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:04.1681817Z [00:03:57.434]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:04.1682998Z [00:03:57.434]➜  packagefile github.com/anchore/go-collections=/tmp/go-build3547871397/b852/_pkg_.a
2025-08-20T21:22:04.1684117Z [00:03:57.434]➜  packagefile github.com/anchore/go-homedir=/tmp/go-build3547871397/b764/_pkg_.a
2025-08-20T21:22:04.1685271Z [00:03:57.434]➜  packagefile github.com/anchore/grype/grype/distro=/tmp/go-build3547871397/b853/_pkg_.a
2025-08-20T21:22:04.1686557Z [00:03:57.434]➜  packagefile github.com/anchore/grype/grype/internal=/tmp/go-build3547871397/b934/_pkg_.a
2025-08-20T21:22:04.1687824Z [00:03:57.434]➜  packagefile github.com/anchore/grype/internal=/tmp/go-build3547871397/b944/_pkg_.a
2025-08-20T21:22:04.1689029Z [00:03:57.434]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:22:04.1690395Z [00:03:57.434]➜  packagefile github.com/anchore/grype/internal/stringutil=/tmp/go-build3547871397/b945/_pkg_.a
2025-08-20T21:22:04.1691748Z [00:03:57.434]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:22:04.1695693Z [00:03:57.434]➜  packagefile github.com/anchore/stereoscope=/tmp/go-build3547871397/b946/_pkg_.a
2025-08-20T21:22:04.1697048Z [00:03:57.434]➜  packagefile github.com/anchore/stereoscope/pkg/image=/tmp/go-build3547871397/b900/_pkg_.a
2025-08-20T21:22:04.1698300Z [00:03:57.434]➜  packagefile github.com/anchore/syft/syft=/tmp/go-build3547871397/b1224/_pkg_.a
2025-08-20T21:22:04.1699396Z [00:03:57.434]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:22:04.1700618Z [00:03:57.434]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:22:04.1701986Z [00:03:57.434]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:22:04.1703406Z [00:03:57.434]➜  packagefile github.com/anchore/syft/syft/format=/tmp/go-build3547871397/b1771/_pkg_.a
2025-08-20T21:22:04.1704796Z [00:03:57.434]➜  packagefile github.com/anchore/syft/syft/format/syftjson=/tmp/go-build3547871397/b1800/_pkg_.a
2025-08-20T21:22:04.1706076Z [00:03:57.434]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:04.1707465Z [00:03:57.434]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/common/cpe=/tmp/go-build3547871397/b1838/_pkg_.a
2025-08-20T21:22:04.1708884Z [00:03:57.434]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:22:04.1710135Z [00:03:57.434]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:22:04.1711485Z [00:03:57.434]➜  packagefile github.com/anchore/syft/syft/source/sourceproviders=/tmp/go-build3547871397/b1923/_pkg_.a
2025-08-20T21:22:04.1712911Z [00:03:57.434]➜  packagefile github.com/bmatcuk/doublestar/v2=/tmp/go-build3547871397/b1941/_pkg_.a
2025-08-20T21:22:04.1714094Z [00:03:57.434]➜  packagefile github.com/gabriel-vasile/mimetype=/tmp/go-build3547871397/b863/_pkg_.a
2025-08-20T21:22:04.1715491Z [00:03:57.434]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:22:04.1716468Z [00:03:57.434]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:04.1717275Z [00:03:57.434]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:04.1718098Z [00:03:57.435]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:04.1718930Z [00:03:57.435]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:22:04.1719774Z [00:03:57.435]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:04.1720419Z [00:03:57.435]➜  EOF
2025-08-20T21:22:04.1730902Z [00:03:57.437]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b851/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg=>github.com/anchore/grype@v0.96.0/grype/pkg;$WORK/b851=>" -p github.com/anchore/grype/grype/pkg -lang=go1.24 -complete -installsuffix shared -buildid O1vg9DH6wwLpjuqtOTcp/O1vg9DH6wwLpjuqtOTcp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b851/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/apk_metadata.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/context.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/cpe_provider.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/golang_metadata.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/java_metadata.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/package.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/provider.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/provider_config.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/purl_provider.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/rpm_metadata.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/syft_provider.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/syft_sbom_provider.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/upstream_package.go
2025-08-20T21:22:04.3839033Z [00:03:57.651]➜  go tool buildid -w $WORK/b2167/_pkg_.a # internal
2025-08-20T21:22:04.4007706Z [00:03:57.668]➜  cp $WORK/b2167/_pkg_.a /root/.cache/go-build/84/84b4f83c9a230e4a9dd62362d39ade5a8bb16eac529e4eba2fbe75fd9da766b7-d # internal
2025-08-20T21:22:04.4013547Z [00:03:57.668]➜  k8s.io/client-go/listers/policy/v1
2025-08-20T21:22:04.4014159Z [00:03:57.668]➜  mkdir -p $WORK/b2173/
2025-08-20T21:22:04.4018684Z [00:03:57.669]➜  cat >/tmp/go-build3547871397/b2173/importcfg << 'EOF' # internal
2025-08-20T21:22:04.4019838Z [00:03:57.669]➜  # import config
2025-08-20T21:22:04.4021034Z [00:03:57.669]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:04.4022203Z [00:03:57.669]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:04.4023598Z [00:03:57.669]➜  packagefile k8s.io/api/policy/v1=/tmp/go-build3547871397/b390/_pkg_.a
2025-08-20T21:22:04.4025016Z [00:03:57.669]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:04.4027128Z [00:03:57.669]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:04.4028200Z [00:03:57.669]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:04.4029238Z [00:03:57.669]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:04.4029941Z [00:03:57.669]➜  EOF
2025-08-20T21:22:04.4035393Z [00:03:57.669]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2173/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/policy/v1=>k8s.io/client-go@v0.33.2/listers/policy/v1;$WORK/b2173=>" -p k8s.io/client-go/listers/policy/v1 -lang=go1.24 -complete -installsuffix shared -buildid aO9ui0HhLNxguVXyNXR8/aO9ui0HhLNxguVXyNXR8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2173/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/policy/v1/eviction.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/policy/v1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/policy/v1/poddisruptionbudget.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/policy/v1/poddisruptionbudget_expansion.go
2025-08-20T21:22:04.4092878Z [00:03:57.676]➜  go tool buildid -w $WORK/b851/_pkg_.a # internal
2025-08-20T21:22:04.4128629Z [00:03:57.680]➜  cp $WORK/b851/_pkg_.a /root/.cache/go-build/70/7054d8d7a8e5ba1a2fa54c8b5db07021d289bcf94ea5b7c89ce57ca4d79201ae-d # internal
2025-08-20T21:22:04.4148365Z [00:03:57.680]➜  github.com/anchore/grype/grype/db/v6/name
2025-08-20T21:22:04.4149183Z [00:03:57.680]➜  mkdir -p $WORK/b850/
2025-08-20T21:22:04.4149932Z [00:03:57.680]➜  cat >/tmp/go-build3547871397/b850/importcfg << 'EOF' # internal
2025-08-20T21:22:04.4150606Z [00:03:57.680]➜  # import config
2025-08-20T21:22:04.4151303Z [00:03:57.681]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:04.4152460Z [00:03:57.681]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:04.4153860Z [00:03:57.681]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:22:04.4155134Z [00:03:57.681]➜  packagefile github.com/anchore/grype/internal/stringutil=/tmp/go-build3547871397/b945/_pkg_.a
2025-08-20T21:22:04.4156374Z [00:03:57.681]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:22:04.4157503Z [00:03:57.681]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:04.4158461Z [00:03:57.681]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:04.4159087Z [00:03:57.681]➜  EOF
2025-08-20T21:22:04.4169499Z [00:03:57.681]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b850/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/name=>github.com/anchore/grype@v0.96.0/grype/db/v6/name;$WORK/b850=>" -p github.com/anchore/grype/grype/db/v6/name -lang=go1.24 -complete -installsuffix shared -buildid jGub1gw1WYgLIid9Mp1W/jGub1gw1WYgLIid9Mp1W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b850/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/name/java.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/name/python.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/name/resolver.go
2025-08-20T21:22:04.4594926Z [00:03:57.726]➜  go tool buildid -w $WORK/b850/_pkg_.a # internal
2025-08-20T21:22:04.4605233Z [00:03:57.728]➜  cp $WORK/b850/_pkg_.a /root/.cache/go-build/a0/a08af47958238234c9c38f6ec57f20b4f4eb3e20aca09c2e342447271a462911-d # internal
2025-08-20T21:22:04.4610724Z [00:03:57.728]➜  github.com/anchore/grype/grype/pkg/qualifier
2025-08-20T21:22:04.4615390Z [00:03:57.729]➜  mkdir -p $WORK/b1942/
2025-08-20T21:22:04.4624186Z [00:03:57.730]➜  cat >/tmp/go-build3547871397/b1942/importcfg << 'EOF' # internal
2025-08-20T21:22:04.4626738Z [00:03:57.730]➜  # import config
2025-08-20T21:22:04.4634531Z [00:03:57.730]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:04.4635450Z [00:03:57.730]➜  EOF
2025-08-20T21:22:04.4639575Z [00:03:57.731]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1942/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/qualifier=>github.com/anchore/grype@v0.96.0/grype/pkg/qualifier;$WORK/b1942=>" -p github.com/anchore/grype/grype/pkg/qualifier -lang=go1.24 -complete -installsuffix shared -buildid GxtXi5Nk1Vt9PiUXszll/GxtXi5Nk1Vt9PiUXszll -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1942/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/qualifier/qualifier.go
2025-08-20T21:22:04.5115195Z [00:03:57.779]➜  go tool buildid -w $WORK/b2173/_pkg_.a # internal
2025-08-20T21:22:04.5142501Z [00:03:57.781]➜  cp $WORK/b2173/_pkg_.a /root/.cache/go-build/fd/fde51856fe3ee79f229ce5c5d733c9f918011adcea3f979b4aa223121a9c48a7-d # internal
2025-08-20T21:22:04.5146132Z [00:03:57.782]➜  github.com/anchore/grype/grype/db/v5/pkg/resolver/java
2025-08-20T21:22:04.5152996Z [00:03:57.782]➜  mkdir -p $WORK/b1949/
2025-08-20T21:22:04.5156504Z [00:03:57.783]➜  cat >/tmp/go-build3547871397/b1949/importcfg << 'EOF' # internal
2025-08-20T21:22:04.5161076Z [00:03:57.783]➜  # import config
2025-08-20T21:22:04.5161878Z [00:03:57.783]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:04.5163487Z [00:03:57.783]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:04.5164888Z [00:03:57.783]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:22:04.5166249Z [00:03:57.783]➜  packagefile github.com/anchore/grype/internal/stringutil=/tmp/go-build3547871397/b945/_pkg_.a
2025-08-20T21:22:04.5167474Z [00:03:57.783]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:22:04.5168564Z [00:03:57.783]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:04.5169112Z [00:03:57.783]➜  EOF
2025-08-20T21:22:04.5173363Z [00:03:57.783]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1949/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v5/pkg/resolver/java=>github.com/anchore/grype@v0.96.0/grype/db/v5/pkg/resolver/java;$WORK/b1949=>" -p github.com/anchore/grype/grype/db/v5/pkg/resolver/java -lang=go1.24 -complete -installsuffix shared -buildid ex9ZbhgnwuciCymxYvNX/ex9ZbhgnwuciCymxYvNX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1949/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v5/pkg/resolver/java/resolver.go
2025-08-20T21:22:04.5188176Z [00:03:57.783]➜  go tool buildid -w $WORK/b1942/_pkg_.a # internal
2025-08-20T21:22:04.5189481Z [00:03:57.785]➜  cp $WORK/b1942/_pkg_.a /root/.cache/go-build/e9/e9a38de4f18db95144126421008eb941ef215510c5de41d92e349daf794d43ce-d # internal
2025-08-20T21:22:04.5190768Z [00:03:57.785]➜  github.com/anchore/grype/grype/pkg/qualifier/platformcpe
2025-08-20T21:22:04.5191479Z [00:03:57.785]➜  mkdir -p $WORK/b1943/
2025-08-20T21:22:04.5194402Z [00:03:57.786]➜  cat >/tmp/go-build3547871397/b1943/importcfg << 'EOF' # internal
2025-08-20T21:22:04.5195347Z [00:03:57.786]➜  # import config
2025-08-20T21:22:04.5196555Z [00:03:57.786]➜  packagefile github.com/anchore/grype/grype/distro=/tmp/go-build3547871397/b853/_pkg_.a
2025-08-20T21:22:04.5198175Z [00:03:57.786]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:04.5200008Z [00:03:57.786]➜  packagefile github.com/anchore/grype/grype/pkg/qualifier=/tmp/go-build3547871397/b1942/_pkg_.a
2025-08-20T21:22:04.5201668Z [00:03:57.786]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:22:04.5204134Z [00:03:57.786]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:04.5204821Z [00:03:57.786]➜  EOF
2025-08-20T21:22:04.5209133Z [00:03:57.787]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1943/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/qualifier/platformcpe=>github.com/anchore/grype@v0.96.0/grype/pkg/qualifier/platformcpe;$WORK/b1943=>" -p github.com/anchore/grype/grype/pkg/qualifier/platformcpe -lang=go1.24 -complete -installsuffix shared -buildid qBOfbnvtpmr6OTLySD5O/qBOfbnvtpmr6OTLySD5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1943/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/qualifier/platformcpe/qualifier.go
2025-08-20T21:22:04.5565560Z [00:03:57.823]➜  go tool buildid -w $WORK/b1943/_pkg_.a # internal
2025-08-20T21:22:04.5577931Z [00:03:57.823]➜  go tool buildid -w $WORK/b1949/_pkg_.a # internal
2025-08-20T21:22:04.5579215Z [00:03:57.824]➜  cp $WORK/b1943/_pkg_.a /root/.cache/go-build/39/3969b3c5a478f96623fd1f6df83ef975854d4b9e9265767da5175dbd19600ca7-d # internal
2025-08-20T21:22:04.5580562Z [00:03:57.824]➜  github.com/anchore/grype/grype/pkg/qualifier/rpmmodularity
2025-08-20T21:22:04.5581301Z [00:03:57.824]➜  mkdir -p $WORK/b1944/
2025-08-20T21:22:04.5582092Z [00:03:57.825]➜  cat >/tmp/go-build3547871397/b1944/importcfg << 'EOF' # internal
2025-08-20T21:22:04.5582933Z [00:03:57.825]➜  # import config
2025-08-20T21:22:04.5583796Z [00:03:57.825]➜  packagefile github.com/anchore/grype/grype/distro=/tmp/go-build3547871397/b853/_pkg_.a
2025-08-20T21:22:04.5585060Z [00:03:57.825]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:04.5586493Z [00:03:57.825]➜  packagefile github.com/anchore/grype/grype/pkg/qualifier=/tmp/go-build3547871397/b1942/_pkg_.a
2025-08-20T21:22:04.5587632Z [00:03:57.825]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:04.5588348Z [00:03:57.825]➜  EOF
2025-08-20T21:22:04.5618875Z [00:03:57.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1944/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/qualifier/rpmmodularity=>github.com/anchore/grype@v0.96.0/grype/pkg/qualifier/rpmmodularity;$WORK/b1944=>" -p github.com/anchore/grype/grype/pkg/qualifier/rpmmodularity -lang=go1.24 -complete -installsuffix shared -buildid XsF2SIdNE5CHO-Pz1G9i/XsF2SIdNE5CHO-Pz1G9i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1944/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/pkg/qualifier/rpmmodularity/qualifier.go
2025-08-20T21:22:04.5624014Z [00:03:57.827]➜  cp $WORK/b1949/_pkg_.a /root/.cache/go-build/f7/f7d1093bdbd64099aa3487f58638e9bb1cc132843128cb780c0b46bf776a1b14-d # internal
2025-08-20T21:22:04.5625302Z [00:03:57.828]➜  github.com/anchore/grype/grype/db/v5/pkg/resolver/python
2025-08-20T21:22:04.5626054Z [00:03:57.828]➜  mkdir -p $WORK/b1950/
2025-08-20T21:22:04.5626778Z [00:03:57.829]➜  cat >/tmp/go-build3547871397/b1950/importcfg << 'EOF' # internal
2025-08-20T21:22:04.5627458Z [00:03:57.829]➜  # import config
2025-08-20T21:22:04.5628314Z [00:03:57.829]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:04.5629327Z [00:03:57.829]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:04.5630130Z [00:03:57.829]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:04.5630728Z [00:03:57.829]➜  EOF
2025-08-20T21:22:04.5635511Z [00:03:57.829]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1950/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v5/pkg/resolver/python=>github.com/anchore/grype@v0.96.0/grype/db/v5/pkg/resolver/python;$WORK/b1950=>" -p github.com/anchore/grype/grype/db/v5/pkg/resolver/python -lang=go1.24 -complete -installsuffix shared -buildid IftXvqgt5cIX13e7jCBl/IftXvqgt5cIX13e7jCBl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1950/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v5/pkg/resolver/python/resolver.go
2025-08-20T21:22:04.5782495Z [00:03:57.845]➜  go tool buildid -w $WORK/b2157/_pkg_.a # internal
2025-08-20T21:22:04.5865169Z [00:03:57.854]➜  go tool buildid -w $WORK/b1944/_pkg_.a # internal
2025-08-20T21:22:04.5875272Z [00:03:57.855]➜  cp $WORK/b1944/_pkg_.a /root/.cache/go-build/f6/f6737e7d5cb862b2ae4316393aaa10d04ecee46f5cf98e05d39af2901eb5c9a9-d # internal
2025-08-20T21:22:04.5876632Z [00:03:57.855]➜  github.com/anchore/grype/grype/db/v5/pkg/resolver/stock
2025-08-20T21:22:04.5891455Z [00:03:57.855]➜  mkdir -p $WORK/b1951/
2025-08-20T21:22:04.5895887Z [00:03:57.855]➜  cat >/tmp/go-build3547871397/b1951/importcfg << 'EOF' # internal
2025-08-20T21:22:04.5900273Z [00:03:57.855]➜  # import config
2025-08-20T21:22:04.5903541Z [00:03:57.855]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:04.5906249Z [00:03:57.855]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:04.5909731Z [00:03:57.855]➜  EOF
2025-08-20T21:22:04.5913992Z [00:03:57.856]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1951/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v5/pkg/resolver/stock=>github.com/anchore/grype@v0.96.0/grype/db/v5/pkg/resolver/stock;$WORK/b1951=>" -p github.com/anchore/grype/grype/db/v5/pkg/resolver/stock -lang=go1.24 -complete -installsuffix shared -buildid JyrhfAvvBYvtVnvDx_I3/JyrhfAvvBYvtVnvDx_I3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1951/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v5/pkg/resolver/stock/resolver.go
2025-08-20T21:22:04.5927545Z [00:03:57.860]➜  cp $WORK/b2157/_pkg_.a /root/.cache/go-build/46/460019a9be28dce604707f2aebc25e9f5cf148d4c9a814747997244ffa3263bf-d # internal
2025-08-20T21:22:04.5936059Z [00:03:57.860]➜  github.com/anchore/grype/grype/version
2025-08-20T21:22:04.5940582Z [00:03:57.861]➜  mkdir -p $WORK/b1954/
2025-08-20T21:22:04.5945760Z [00:03:57.861]➜  cat >/tmp/go-build3547871397/b1954/importcfg << 'EOF' # internal
2025-08-20T21:22:04.5946666Z [00:03:57.861]➜  # import config
2025-08-20T21:22:04.5948759Z [00:03:57.861]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:04.5949624Z [00:03:57.861]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:04.5950471Z [00:03:57.861]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:04.5951638Z [00:03:57.861]➜  packagefile github.com/anchore/go-version=/tmp/go-build3547871397/b1592/_pkg_.a
2025-08-20T21:22:04.5953002Z [00:03:57.861]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:04.5954169Z [00:03:57.861]➜  packagefile github.com/anchore/grype/internal=/tmp/go-build3547871397/b944/_pkg_.a
2025-08-20T21:22:04.5955367Z [00:03:57.861]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:22:04.5956962Z [00:03:57.861]➜  packagefile github.com/anchore/grype/internal/stringutil=/tmp/go-build3547871397/b945/_pkg_.a
2025-08-20T21:22:04.5958588Z [00:03:57.861]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:04.5959872Z [00:03:57.861]➜  packagefile github.com/aquasecurity/go-pep440-version=/tmp/go-build3547871397/b1757/_pkg_.a
2025-08-20T21:22:04.5961182Z [00:03:57.861]➜  packagefile github.com/bitnami/go-version/pkg/version=/tmp/go-build3547871397/b1836/_pkg_.a
2025-08-20T21:22:04.5962572Z [00:03:57.861]➜  packagefile github.com/knqyf263/go-apk-version=/tmp/go-build3547871397/b1955/_pkg_.a
2025-08-20T21:22:04.5964000Z [00:03:57.861]➜  packagefile github.com/knqyf263/go-deb-version=/tmp/go-build3547871397/b1956/_pkg_.a
2025-08-20T21:22:04.5965376Z [00:03:57.862]➜  packagefile github.com/masahiro331/go-mvn-version=/tmp/go-build3547871397/b1957/_pkg_.a
2025-08-20T21:22:04.5966645Z [00:03:57.862]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:22:04.5967661Z [00:03:57.862]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:22:04.5968671Z [00:03:57.862]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:04.5969499Z [00:03:57.862]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:04.5970302Z [00:03:57.862]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:04.5971091Z [00:03:57.862]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:04.5972095Z [00:03:57.862]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:04.5973083Z [00:03:57.862]➜  packagefile text/scanner=/tmp/go-build3547871397/b1958/_pkg_.a
2025-08-20T21:22:04.5973956Z [00:03:57.862]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:22:04.5974586Z [00:03:57.862]➜  EOF
2025-08-20T21:22:04.6006077Z [00:03:57.862]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1954/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version=>github.com/anchore/grype@v0.96.0/grype/version;$WORK/b1954=>" -p github.com/anchore/grype/grype/version -lang=go1.24 -complete -installsuffix shared -buildid RaaP_clargHQdAwqPKh6/RaaP_clargHQdAwqPKh6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1954/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/apk_version.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/bitnami_version.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/combined_constraint.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/comparator.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/constraint.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/deb_version.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/error.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/format.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/fuzzy_constraint.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/fuzzy_version.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/gem_version.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/generic_constraint.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/golang_version.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/jvm_version.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/kb_constraint.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/kb_version.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/maven_version.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/operator.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/pep440_version.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/portage_version.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/range.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/range_expression.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/rpm_version.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/semantic_version.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/set.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/version/version.go
2025-08-20T21:22:04.6079607Z [00:03:57.875]➜  go tool buildid -w $WORK/b1950/_pkg_.a # internal
2025-08-20T21:22:04.6095755Z [00:03:57.877]➜  cp $WORK/b1950/_pkg_.a /root/.cache/go-build/fe/fe5223130cb0a9eb83623a34d7c4505c687718169856536b1cfcb5d80fae4dcb-d # internal
2025-08-20T21:22:04.6097802Z [00:03:57.877]➜  github.com/anchore/grype/grype/internal/packagemetadata
2025-08-20T21:22:04.6099190Z [00:03:57.877]➜  mkdir -p $WORK/b1976/
2025-08-20T21:22:04.6101495Z [00:03:57.877]➜  cat >/tmp/go-build3547871397/b1976/importcfg << 'EOF' # internal
2025-08-20T21:22:04.6103898Z [00:03:57.877]➜  # import config
2025-08-20T21:22:04.6104699Z [00:03:57.877]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:04.6105770Z [00:03:57.877]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:04.6107152Z [00:03:57.877]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:22:04.6108139Z [00:03:57.877]➜  packagefile go/ast=/tmp/go-build3547871397/b129/_pkg_.a
2025-08-20T21:22:04.6108965Z [00:03:57.877]➜  packagefile go/parser=/tmp/go-build3547871397/b135/_pkg_.a
2025-08-20T21:22:04.6109804Z [00:03:57.877]➜  packagefile go/token=/tmp/go-build3547871397/b131/_pkg_.a
2025-08-20T21:22:04.6110622Z [00:03:57.877]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:22:04.6113854Z [00:03:57.877]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:04.6114806Z [00:03:57.879]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:04.6115628Z [00:03:57.879]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:04.6116443Z [00:03:57.879]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:04.6117300Z [00:03:57.879]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:22:04.6117903Z [00:03:57.879]➜  EOF
2025-08-20T21:22:04.6123913Z [00:03:57.879]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1976/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/internal/packagemetadata=>github.com/anchore/grype@v0.96.0/grype/internal/packagemetadata;$WORK/b1976=>" -p github.com/anchore/grype/grype/internal/packagemetadata -lang=go1.24 -complete -installsuffix shared -buildid 11yGNn5ADRuEv8Z9FZYn/11yGNn5ADRuEv8Z9FZYn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1976/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/internal/packagemetadata/discover_type_names.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/internal/packagemetadata/generated.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/internal/packagemetadata/names.go
2025-08-20T21:22:04.6221512Z [00:03:57.889]➜  go tool buildid -w $WORK/b1951/_pkg_.a # internal
2025-08-20T21:22:04.6234183Z [00:03:57.890]➜  cp $WORK/b1951/_pkg_.a /root/.cache/go-build/60/607821d08e4df924b12164b4818c6c5119314d8d089fee559fd1ee54ac77bed0-d # internal
2025-08-20T21:22:04.6243277Z [00:03:57.891]➜  github.com/anchore/grype/grype/db/v5/pkg/resolver
2025-08-20T21:22:04.6243960Z [00:03:57.891]➜  mkdir -p $WORK/b1948/
2025-08-20T21:22:04.6244692Z [00:03:57.892]➜  cat >/tmp/go-build3547871397/b1948/importcfg << 'EOF' # internal
2025-08-20T21:22:04.6245356Z [00:03:57.892]➜  # import config
2025-08-20T21:22:04.6246779Z [00:03:57.892]➜  packagefile github.com/anchore/grype/grype/db/v5/pkg/resolver/java=/tmp/go-build3547871397/b1949/_pkg_.a
2025-08-20T21:22:04.6248457Z [00:03:57.892]➜  packagefile github.com/anchore/grype/grype/db/v5/pkg/resolver/python=/tmp/go-build3547871397/b1950/_pkg_.a
2025-08-20T21:22:04.6252829Z [00:03:57.892]➜  packagefile github.com/anchore/grype/grype/db/v5/pkg/resolver/stock=/tmp/go-build3547871397/b1951/_pkg_.a
2025-08-20T21:22:04.6254246Z [00:03:57.892]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:04.6255415Z [00:03:57.892]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:04.6256164Z [00:03:57.892]➜  EOF
2025-08-20T21:22:04.6260312Z [00:03:57.893]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1948/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v5/pkg/resolver=>github.com/anchore/grype@v0.96.0/grype/db/v5/pkg/resolver;$WORK/b1948=>" -p github.com/anchore/grype/grype/db/v5/pkg/resolver -lang=go1.24 -complete -installsuffix shared -buildid _wO-gq5afn1p3YBI6Uz7/_wO-gq5afn1p3YBI6Uz7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1948/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v5/pkg/resolver/resolver.go
2025-08-20T21:22:04.6542956Z [00:03:57.921]➜  go tool buildid -w $WORK/b1948/_pkg_.a # internal
2025-08-20T21:22:04.6566114Z [00:03:57.923]➜  cp $WORK/b1948/_pkg_.a /root/.cache/go-build/c4/c437d399a5a2139b508fad589808875c73f0ad4329ac47bc89425789fc8e37bc-d # internal
2025-08-20T21:22:04.6572960Z [00:03:57.924]➜  github.com/anchore/grype/grype/db/v5/namespace/cpe
2025-08-20T21:22:04.6575893Z [00:03:57.925]➜  mkdir -p $WORK/b1947/
2025-08-20T21:22:04.6576600Z [00:03:57.925]➜  cat >/tmp/go-build3547871397/b1947/importcfg << 'EOF' # internal
2025-08-20T21:22:04.6577241Z [00:03:57.925]➜  # import config
2025-08-20T21:22:04.6577862Z [00:03:57.925]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:04.6578601Z [00:03:57.925]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:04.6579713Z [00:03:57.925]➜  packagefile github.com/anchore/grype/grype/db/v5/pkg/resolver=/tmp/go-build3547871397/b1948/_pkg_.a
2025-08-20T21:22:04.6581116Z [00:03:57.925]➜  packagefile github.com/anchore/grype/grype/db/v5/pkg/resolver/stock=/tmp/go-build3547871397/b1951/_pkg_.a
2025-08-20T21:22:04.6582170Z [00:03:57.925]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:04.6582933Z [00:03:57.925]➜  EOF
2025-08-20T21:22:04.6586779Z [00:03:57.925]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1947/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v5/namespace/cpe=>github.com/anchore/grype@v0.96.0/grype/db/v5/namespace/cpe;$WORK/b1947=>" -p github.com/anchore/grype/grype/db/v5/namespace/cpe -lang=go1.24 -complete -installsuffix shared -buildid ewxPNFBiHgxQSbiy5pEi/ewxPNFBiHgxQSbiy5pEi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1947/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v5/namespace/cpe/namespace.go
2025-08-20T21:22:04.7086099Z [00:03:57.976]➜  go tool buildid -w $WORK/b1976/_pkg_.a # internal
2025-08-20T21:22:04.7097968Z [00:03:57.977]➜  go tool buildid -w $WORK/b1947/_pkg_.a # internal
2025-08-20T21:22:04.7115062Z [00:03:57.978]➜  cp $WORK/b1947/_pkg_.a /root/.cache/go-build/89/894c2230bc07c7756eb2178b4b5ace655d29b30820ccc75980cf51ae87e0056b-d # internal
2025-08-20T21:22:04.7116532Z [00:03:57.978]➜  github.com/anchore/grype/grype/db/v5/namespace/distro
2025-08-20T21:22:04.7117194Z [00:03:57.978]➜  mkdir -p $WORK/b1952/
2025-08-20T21:22:04.7118751Z [00:03:57.979]➜  cp $WORK/b1976/_pkg_.a /root/.cache/go-build/d5/d54897aafa87e27fb619c07b91e6d1a076ee3c7395b924cd5490ccc37eaa357e-d # internal
2025-08-20T21:22:04.7119993Z [00:03:57.979]➜  cat >/tmp/go-build3547871397/b1952/importcfg << 'EOF' # internal
2025-08-20T21:22:04.7120661Z [00:03:57.979]➜  # import config
2025-08-20T21:22:04.7121770Z [00:03:57.979]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:04.7122843Z [00:03:57.979]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:04.7126522Z [00:03:57.979]➜  packagefile github.com/anchore/grype/grype/db/v5/pkg/resolver=/tmp/go-build3547871397/b1948/_pkg_.a
2025-08-20T21:22:04.7128181Z [00:03:57.979]➜  packagefile github.com/anchore/grype/grype/db/v5/pkg/resolver/stock=/tmp/go-build3547871397/b1951/_pkg_.a
2025-08-20T21:22:04.7129568Z [00:03:57.979]➜  packagefile github.com/anchore/grype/grype/distro=/tmp/go-build3547871397/b853/_pkg_.a
2025-08-20T21:22:04.7130662Z [00:03:57.979]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:04.7131313Z [00:03:57.979]➜  EOF
2025-08-20T21:22:04.7145761Z [00:03:57.979]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1952/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v5/namespace/distro=>github.com/anchore/grype@v0.96.0/grype/db/v5/namespace/distro;$WORK/b1952=>" -p github.com/anchore/grype/grype/db/v5/namespace/distro -lang=go1.24 -complete -installsuffix shared -buildid Nr4ohHEB5kRd4ILlJgyl/Nr4ohHEB5kRd4ILlJgyl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1952/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v5/namespace/distro/namespace.go
2025-08-20T21:22:04.7149727Z [00:03:57.979]➜  github.com/anchore/grype/grype/db/v5/namespace/language
2025-08-20T21:22:04.7150535Z [00:03:57.979]➜  mkdir -p $WORK/b1953/
2025-08-20T21:22:04.7151246Z [00:03:57.980]➜  cat >/tmp/go-build3547871397/b1953/importcfg << 'EOF' # internal
2025-08-20T21:22:04.7151901Z [00:03:57.980]➜  # import config
2025-08-20T21:22:04.7152542Z [00:03:57.980]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:04.7153501Z [00:03:57.980]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:04.7154602Z [00:03:57.980]➜  packagefile github.com/anchore/grype/grype/db/v5/pkg/resolver=/tmp/go-build3547871397/b1948/_pkg_.a
2025-08-20T21:22:04.7155834Z [00:03:57.980]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:04.7156853Z [00:03:57.980]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:04.7157452Z [00:03:57.980]➜  EOF
2025-08-20T21:22:04.7161629Z [00:03:57.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1953/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v5/namespace/language=>github.com/anchore/grype@v0.96.0/grype/db/v5/namespace/language;$WORK/b1953=>" -p github.com/anchore/grype/grype/db/v5/namespace/language -lang=go1.24 -complete -installsuffix shared -buildid 0p51k3hd9iMXjd0stlYl/0p51k3hd9iMXjd0stlYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1953/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v5/namespace/language/namespace.go
2025-08-20T21:22:04.7476787Z [00:03:58.015]➜  go tool buildid -w $WORK/b1952/_pkg_.a # internal
2025-08-20T21:22:04.7491914Z [00:03:58.016]➜  cp $WORK/b1952/_pkg_.a /root/.cache/go-build/bf/bf3de436fc0e6d8f29bb53e0a9013bdbc65740a1f24958ec7393439a955002e3-d # internal
2025-08-20T21:22:04.7495347Z [00:03:58.017]➜  k8s.io/client-go/informers/policy/v1
2025-08-20T21:22:04.7495976Z [00:03:58.017]➜  mkdir -p $WORK/b2172/
2025-08-20T21:22:04.7502886Z [00:03:58.018]➜  cat >/tmp/go-build3547871397/b2172/importcfg << 'EOF' # internal
2025-08-20T21:22:04.7506846Z [00:03:58.018]➜  # import config
2025-08-20T21:22:04.7507547Z [00:03:58.018]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:04.7508508Z [00:03:58.018]➜  packagefile k8s.io/api/policy/v1=/tmp/go-build3547871397/b390/_pkg_.a
2025-08-20T21:22:04.7509700Z [00:03:58.018]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:04.7510945Z [00:03:58.018]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:04.7512110Z [00:03:58.018]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:04.7513673Z [00:03:58.018]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:04.7514994Z [00:03:58.018]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:04.7516193Z [00:03:58.018]➜  packagefile k8s.io/client-go/listers/policy/v1=/tmp/go-build3547871397/b2173/_pkg_.a
2025-08-20T21:22:04.7517454Z [00:03:58.018]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:04.7518450Z [00:03:58.018]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:04.7519092Z [00:03:58.018]➜  EOF
2025-08-20T21:22:04.7526867Z [00:03:58.018]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2172/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/policy/v1=>k8s.io/client-go@v0.33.2/informers/policy/v1;$WORK/b2172=>" -p k8s.io/client-go/informers/policy/v1 -lang=go1.24 -complete -installsuffix shared -buildid y2jP9wq1cii15v6cmAg3/y2jP9wq1cii15v6cmAg3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2172/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/policy/v1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/policy/v1/poddisruptionbudget.go
2025-08-20T21:22:04.7554450Z [00:03:58.020]➜  go tool buildid -w $WORK/b1953/_pkg_.a # internal
2025-08-20T21:22:04.7555946Z [00:03:58.020]➜  cp $WORK/b1953/_pkg_.a /root/.cache/go-build/fc/fc9164bd04d64933e19d211210c701b260eddc5ea146b6b2410ead534d8346d6-d # internal
2025-08-20T21:22:04.7557167Z [00:03:58.020]➜  github.com/anchore/grype/grype/db/v5/namespace
2025-08-20T21:22:04.7557793Z [00:03:58.020]➜  mkdir -p $WORK/b1946/
2025-08-20T21:22:04.7558503Z [00:03:58.022]➜  cat >/tmp/go-build3547871397/b1946/importcfg << 'EOF' # internal
2025-08-20T21:22:04.7559182Z [00:03:58.023]➜  # import config
2025-08-20T21:22:04.7559824Z [00:03:58.023]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:04.7560616Z [00:03:58.023]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:04.7561761Z [00:03:58.023]➜  packagefile github.com/anchore/grype/grype/db/v5/namespace/cpe=/tmp/go-build3547871397/b1947/_pkg_.a
2025-08-20T21:22:04.7563474Z [00:03:58.023]➜  packagefile github.com/anchore/grype/grype/db/v5/namespace/distro=/tmp/go-build3547871397/b1952/_pkg_.a
2025-08-20T21:22:04.7565003Z [00:03:58.023]➜  packagefile github.com/anchore/grype/grype/db/v5/namespace/language=/tmp/go-build3547871397/b1953/_pkg_.a
2025-08-20T21:22:04.7566509Z [00:03:58.023]➜  packagefile github.com/anchore/grype/grype/db/v5/pkg/resolver=/tmp/go-build3547871397/b1948/_pkg_.a
2025-08-20T21:22:04.7567659Z [00:03:58.023]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:04.7568287Z [00:03:58.023]➜  EOF
2025-08-20T21:22:04.7573246Z [00:03:58.023]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1946/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v5/namespace=>github.com/anchore/grype@v0.96.0/grype/db/v5/namespace;$WORK/b1946=>" -p github.com/anchore/grype/grype/db/v5/namespace -lang=go1.24 -complete -installsuffix shared -buildid d_i2W7IsVetX4cHWDYqb/d_i2W7IsVetX4cHWDYqb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1946/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v5/namespace/from_string.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v5/namespace/namespace.go
2025-08-20T21:22:04.7584884Z [00:03:58.026]➜  go tool buildid -w $WORK/b2169/_pkg_.a # internal
2025-08-20T21:22:04.7842447Z [00:03:58.051]➜  cp $WORK/b2169/_pkg_.a /root/.cache/go-build/fe/fe1509293a83a15b236b28afdd335ba6e5f1d12e4caa712913ee79552aa7d4bc-d # internal
2025-08-20T21:22:04.7847521Z [00:03:58.052]➜  k8s.io/client-go/informers/node
2025-08-20T21:22:04.7851148Z [00:03:58.052]➜  mkdir -p $WORK/b2164/
2025-08-20T21:22:04.7885769Z [00:03:58.056]➜  cat >/tmp/go-build3547871397/b2164/importcfg << 'EOF' # internal
2025-08-20T21:22:04.7893666Z [00:03:58.056]➜  # import config
2025-08-20T21:22:04.7894680Z [00:03:58.056]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:04.7896051Z [00:03:58.056]➜  packagefile k8s.io/client-go/informers/node/v1=/tmp/go-build3547871397/b2165/_pkg_.a
2025-08-20T21:22:04.7897303Z [00:03:58.056]➜  packagefile k8s.io/client-go/informers/node/v1alpha1=/tmp/go-build3547871397/b2167/_pkg_.a
2025-08-20T21:22:04.7898606Z [00:03:58.056]➜  packagefile k8s.io/client-go/informers/node/v1beta1=/tmp/go-build3547871397/b2169/_pkg_.a
2025-08-20T21:22:04.7899447Z [00:03:58.056]➜  EOF
2025-08-20T21:22:04.7903154Z [00:03:58.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2164/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/node=>k8s.io/client-go@v0.33.2/informers/node;$WORK/b2164=>" -p k8s.io/client-go/informers/node -lang=go1.24 -complete -installsuffix shared -buildid Lbfnvhoa17g0aDjFVH1G/Lbfnvhoa17g0aDjFVH1G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2164/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/node/interface.go
2025-08-20T21:22:04.8145319Z [00:03:58.082]➜  go tool buildid -w $WORK/b1946/_pkg_.a # internal
2025-08-20T21:22:04.8154652Z [00:03:58.083]➜  cp $WORK/b1946/_pkg_.a /root/.cache/go-build/ca/cab41f69dd7b1fca3183f0e3d08479a8af3d96b9683b2a7f519b622514f01daf-d # internal
2025-08-20T21:22:04.8160207Z [00:03:58.083]➜  k8s.io/client-go/listers/policy/v1beta1
2025-08-20T21:22:04.8160870Z [00:03:58.083]➜  mkdir -p $WORK/b2175/
2025-08-20T21:22:04.8165395Z [00:03:58.084]➜  cat >/tmp/go-build3547871397/b2175/importcfg << 'EOF' # internal
2025-08-20T21:22:04.8187455Z [00:03:58.086]➜  # import config
2025-08-20T21:22:04.8188130Z [00:03:58.086]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:04.8189044Z [00:03:58.086]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:04.8190073Z [00:03:58.086]➜  packagefile k8s.io/api/policy/v1beta1=/tmp/go-build3547871397/b391/_pkg_.a
2025-08-20T21:22:04.8191221Z [00:03:58.086]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:04.8192408Z [00:03:58.086]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:04.8193703Z [00:03:58.086]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:04.8194818Z [00:03:58.086]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:04.8195529Z [00:03:58.086]➜  EOF
2025-08-20T21:22:04.8201420Z [00:03:58.086]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2175/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/policy/v1beta1=>k8s.io/client-go@v0.33.2/listers/policy/v1beta1;$WORK/b2175=>" -p k8s.io/client-go/listers/policy/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid Dq_KWCxhuDyzOK4GpK49/Dq_KWCxhuDyzOK4GpK49 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2175/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/policy/v1beta1/eviction.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/policy/v1beta1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/policy/v1beta1/poddisruptionbudget.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/policy/v1beta1/poddisruptionbudget_expansion.go
2025-08-20T21:22:04.8480635Z [00:03:58.115]➜  go tool buildid -w $WORK/b1954/_pkg_.a # internal
2025-08-20T21:22:04.8517304Z [00:03:58.119]➜  cp $WORK/b1954/_pkg_.a /root/.cache/go-build/89/89e329a5db1763ec90b590abe763c65e55ffaff0ba2d8ac543a7491b9b032e24-d # internal
2025-08-20T21:22:04.8518660Z [00:03:58.119]➜  github.com/anchore/grype/grype/vulnerability
2025-08-20T21:22:04.8520644Z [00:03:58.119]➜  mkdir -p $WORK/b1959/
2025-08-20T21:22:04.8530844Z [00:03:58.120]➜  cat >/tmp/go-build3547871397/b1959/importcfg << 'EOF' # internal
2025-08-20T21:22:04.8535714Z [00:03:58.120]➜  # import config
2025-08-20T21:22:04.8538701Z [00:03:58.120]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:04.8545205Z [00:03:58.120]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:04.8546301Z [00:03:58.120]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:04.8547600Z [00:03:58.120]➜  packagefile github.com/anchore/grype/grype/pkg/qualifier=/tmp/go-build3547871397/b1942/_pkg_.a
2025-08-20T21:22:04.8548955Z [00:03:58.120]➜  packagefile github.com/anchore/grype/grype/version=/tmp/go-build3547871397/b1954/_pkg_.a
2025-08-20T21:22:04.8553435Z [00:03:58.120]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:22:04.8554418Z [00:03:58.120]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:04.8555228Z [00:03:58.120]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:04.8556050Z [00:03:58.120]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:04.8556700Z [00:03:58.120]➜  EOF
2025-08-20T21:22:04.8563989Z [00:03:58.120]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1959/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/vulnerability=>github.com/anchore/grype@v0.96.0/grype/vulnerability;$WORK/b1959=>" -p github.com/anchore/grype/grype/vulnerability -lang=go1.24 -complete -installsuffix shared -buildid AgZbOyNAKUiDL0wIasyQ/AgZbOyNAKUiDL0wIasyQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1959/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/vulnerability/advisory.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/vulnerability/fix.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/vulnerability/metadata.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/vulnerability/provider.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/vulnerability/severity.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/vulnerability/vulnerability.go
2025-08-20T21:22:04.9194301Z [00:03:58.186]➜  go tool buildid -w $WORK/b1959/_pkg_.a # internal
2025-08-20T21:22:04.9203006Z [00:03:58.187]➜  go tool buildid -w $WORK/b2175/_pkg_.a # internal
2025-08-20T21:22:04.9211179Z [00:03:58.188]➜  cp $WORK/b1959/_pkg_.a /root/.cache/go-build/07/079db94be1bcf4c19f5b7ab7b630d4dafda92f595e1f43b96ac1f4d2ce982898-d # internal
2025-08-20T21:22:04.9215784Z [00:03:58.189]➜  github.com/anchore/grype/grype/search
2025-08-20T21:22:04.9216473Z [00:03:58.189]➜  mkdir -p $WORK/b1945/
2025-08-20T21:22:04.9220725Z [00:03:58.189]➜  cat >/tmp/go-build3547871397/b1945/importcfg << 'EOF' # internal
2025-08-20T21:22:04.9222929Z [00:03:58.189]➜  # import config
2025-08-20T21:22:04.9223620Z [00:03:58.189]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:04.9224448Z [00:03:58.189]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:04.9225558Z [00:03:58.189]➜  packagefile github.com/anchore/grype/grype/db/v5/namespace=/tmp/go-build3547871397/b1946/_pkg_.a
2025-08-20T21:22:04.9227002Z [00:03:58.189]➜  packagefile github.com/anchore/grype/grype/db/v5/namespace/distro=/tmp/go-build3547871397/b1952/_pkg_.a
2025-08-20T21:22:04.9228667Z [00:03:58.189]➜  packagefile github.com/anchore/grype/grype/db/v5/namespace/language=/tmp/go-build3547871397/b1953/_pkg_.a
2025-08-20T21:22:04.9230064Z [00:03:58.189]➜  packagefile github.com/anchore/grype/grype/distro=/tmp/go-build3547871397/b853/_pkg_.a
2025-08-20T21:22:04.9231461Z [00:03:58.189]➜  packagefile github.com/anchore/grype/grype/version=/tmp/go-build3547871397/b1954/_pkg_.a
2025-08-20T21:22:04.9232996Z [00:03:58.189]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:04.9234303Z [00:03:58.189]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:22:04.9235469Z [00:03:58.189]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:22:04.9236600Z [00:03:58.189]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:04.9237558Z [00:03:58.189]➜  packagefile iter=/tmp/go-build3547871397/b039/_pkg_.a
2025-08-20T21:22:04.9238339Z [00:03:58.189]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:04.9239001Z [00:03:58.189]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:22:04.9239792Z [00:03:58.189]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:04.9240396Z [00:03:58.189]➜  EOF
2025-08-20T21:22:04.9259083Z [00:03:58.189]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1945/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/search=>github.com/anchore/grype@v0.96.0/grype/search;$WORK/b1945=>" -p github.com/anchore/grype/grype/search -lang=go1.24 -complete -installsuffix shared -buildid abG4BA9f-01VeGp1ljDQ/abG4BA9f-01VeGp1ljDQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1945/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/search/cpe.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/search/criteria.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/search/distro.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/search/ecosystem.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/search/func.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/search/id.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/search/package_name.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/search/version_constraint.go
2025-08-20T21:22:04.9283011Z [00:03:58.195]➜  cp $WORK/b2175/_pkg_.a /root/.cache/go-build/ca/ca477e0fc585bd5d4dbf80b49caf068231de45584e2fdcc9f16cbe3811eb7711-d # internal
2025-08-20T21:22:04.9287400Z [00:03:58.195]➜  github.com/anchore/grype/internal/cvss
2025-08-20T21:22:04.9288004Z [00:03:58.195]➜  mkdir -p $WORK/b1960/
2025-08-20T21:22:04.9296675Z [00:03:58.197]➜  cat >/tmp/go-build3547871397/b1960/importcfg << 'EOF' # internal
2025-08-20T21:22:04.9305688Z [00:03:58.197]➜  # import config
2025-08-20T21:22:04.9306356Z [00:03:58.197]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:04.9307490Z [00:03:58.197]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:04.9308837Z [00:03:58.197]➜  packagefile github.com/pandatix/go-cvss/20=/tmp/go-build3547871397/b1961/_pkg_.a
2025-08-20T21:22:04.9309999Z [00:03:58.197]➜  packagefile github.com/pandatix/go-cvss/30=/tmp/go-build3547871397/b1962/_pkg_.a
2025-08-20T21:22:04.9311124Z [00:03:58.197]➜  packagefile github.com/pandatix/go-cvss/31=/tmp/go-build3547871397/b1963/_pkg_.a
﻿2025-08-20T21:22:04.9315248Z [00:03:58.197]➜  packagefile github.com/pandatix/go-cvss/40=/tmp/go-build3547871397/b1964/_pkg_.a
2025-08-20T21:22:04.9316410Z [00:03:58.197]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:22:04.9317526Z [00:03:58.197]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:04.9318440Z [00:03:58.197]➜  EOF
2025-08-20T21:22:04.9322854Z [00:03:58.197]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1960/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/cvss=>github.com/anchore/grype@v0.96.0/internal/cvss;$WORK/b1960=>" -p github.com/anchore/grype/internal/cvss -lang=go1.24 -complete -installsuffix shared -buildid Iz9Y-qODO4SJairx3Pyb/Iz9Y-qODO4SJairx3Pyb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1960/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/cvss/metrics.go
2025-08-20T21:22:04.9719262Z [00:03:58.239]➜  go tool buildid -w $WORK/b1960/_pkg_.a # internal
2025-08-20T21:22:04.9733955Z [00:03:58.241]➜  cp $WORK/b1960/_pkg_.a /root/.cache/go-build/14/143b01312fa5c9329b282bb79cb4edc569ecd0b5133fd3decbd645f577924136-d # internal
2025-08-20T21:22:04.9741797Z [00:03:58.241]➜  github.com/anchore/grype/grype/match
2025-08-20T21:22:04.9744401Z [00:03:58.241]➜  mkdir -p $WORK/b1972/
2025-08-20T21:22:04.9754394Z [00:03:58.243]➜  cat >/tmp/go-build3547871397/b1972/importcfg << 'EOF' # internal
2025-08-20T21:22:04.9755330Z [00:03:58.243]➜  # import config
2025-08-20T21:22:04.9758161Z [00:03:58.243]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:04.9759005Z [00:03:58.243]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:04.9759828Z [00:03:58.243]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:04.9760977Z [00:03:58.243]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:04.9762197Z [00:03:58.243]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:22:04.9763385Z [00:03:58.243]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:22:04.9764494Z [00:03:58.243]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:04.9765636Z [00:03:58.243]➜  packagefile github.com/bmatcuk/doublestar/v2=/tmp/go-build3547871397/b1941/_pkg_.a
2025-08-20T21:22:04.9767025Z [00:03:58.243]➜  packagefile github.com/gohugoio/hashstructure=/tmp/go-build3547871397/b928/_pkg_.a
2025-08-20T21:22:04.9768270Z [00:03:58.243]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:22:04.9769214Z [00:03:58.243]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:04.9769999Z [00:03:58.243]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:04.9770791Z [00:03:58.243]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:04.9771394Z [00:03:58.243]➜  EOF
2025-08-20T21:22:04.9780671Z [00:03:58.243]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1972/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/match=>github.com/anchore/grype@v0.96.0/grype/match;$WORK/b1972=>" -p github.com/anchore/grype/grype/match -lang=go1.24 -complete -installsuffix shared -buildid u_UMTMS8703HtZLGPZQf/u_UMTMS8703HtZLGPZQf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1972/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/match/details.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/match/explicit_ignores.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/match/fingerprint.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/match/ignore.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/match/match.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/match/matcher.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/match/matcher_type.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/match/matches.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/match/provider.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/match/results.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/match/sort.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/match/type.go
2025-08-20T21:22:05.0353448Z [00:03:58.302]➜  go tool buildid -w $WORK/b1945/_pkg_.a # internal
2025-08-20T21:22:05.0380794Z [00:03:58.305]➜  cp $WORK/b1945/_pkg_.a /root/.cache/go-build/69/69d0c84838b05d9583ceb04c583b5b8aac167ae39c3f74fc3f4f8b58b3ce3dcd-d # internal
2025-08-20T21:22:05.0389769Z [00:03:58.306]➜  github.com/anchore/grype/grype/db/v6
2025-08-20T21:22:05.0392349Z [00:03:58.306]➜  mkdir -p $WORK/b813/
2025-08-20T21:22:05.0397794Z [00:03:58.307]➜  cat >/tmp/go-build3547871397/b813/importcfg << 'EOF' # internal
2025-08-20T21:22:05.0413902Z [00:03:58.307]➜  # import config
2025-08-20T21:22:05.0414589Z [00:03:58.307]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:05.0415486Z [00:03:58.307]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:05.0416330Z [00:03:58.307]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:05.0417100Z [00:03:58.307]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:05.0417960Z [00:03:58.307]➜  packagefile github.com/OneOfOne/xxhash=/tmp/go-build3547871397/b814/_pkg_.a
2025-08-20T21:22:05.0420230Z [00:03:58.307]➜  packagefile github.com/anchore/go-logger=/tmp/go-build3547871397/b765/_pkg_.a
2025-08-20T21:22:05.0423274Z [00:03:58.307]➜  packagefile github.com/anchore/grype/grype/db/internal/gormadapter=/tmp/go-build3547871397/b815/_pkg_.a
2025-08-20T21:22:05.0425666Z [00:03:58.307]➜  packagefile github.com/anchore/grype/grype/db/v6/name=/tmp/go-build3547871397/b850/_pkg_.a
2025-08-20T21:22:05.0428514Z [00:03:58.307]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:05.0429632Z [00:03:58.307]➜  packagefile github.com/anchore/grype/grype/pkg/qualifier=/tmp/go-build3547871397/b1942/_pkg_.a
2025-08-20T21:22:05.0430899Z [00:03:58.307]➜  packagefile github.com/anchore/grype/grype/pkg/qualifier/platformcpe=/tmp/go-build3547871397/b1943/_pkg_.a
2025-08-20T21:22:05.0432235Z [00:03:58.307]➜  packagefile github.com/anchore/grype/grype/pkg/qualifier/rpmmodularity=/tmp/go-build3547871397/b1944/_pkg_.a
2025-08-20T21:22:05.0436679Z [00:03:58.307]➜  packagefile github.com/anchore/grype/grype/search=/tmp/go-build3547871397/b1945/_pkg_.a
2025-08-20T21:22:05.0437801Z [00:03:58.307]➜  packagefile github.com/anchore/grype/grype/version=/tmp/go-build3547871397/b1954/_pkg_.a
2025-08-20T21:22:05.0438954Z [00:03:58.307]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.0440106Z [00:03:58.307]➜  packagefile github.com/anchore/grype/internal/cvss=/tmp/go-build3547871397/b1960/_pkg_.a
2025-08-20T21:22:05.0441249Z [00:03:58.307]➜  packagefile github.com/anchore/grype/internal/file=/tmp/go-build3547871397/b1965/_pkg_.a
2025-08-20T21:22:05.0442341Z [00:03:58.307]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:22:05.0443706Z [00:03:58.307]➜  packagefile github.com/anchore/grype/internal/schemaver=/tmp/go-build3547871397/b1966/_pkg_.a
2025-08-20T21:22:05.0444852Z [00:03:58.307]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:22:05.0446067Z [00:03:58.307]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:05.0447176Z [00:03:58.307]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3547871397/b871/_pkg_.a
2025-08-20T21:22:05.0448232Z [00:03:58.307]➜  packagefile github.com/iancoleman/strcase=/tmp/go-build3547871397/b803/_pkg_.a
2025-08-20T21:22:05.0449261Z [00:03:58.307]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:22:05.0450257Z [00:03:58.307]➜  packagefile github.com/spf13/afero=/tmp/go-build3547871397/b777/_pkg_.a
2025-08-20T21:22:05.0451353Z [00:03:58.307]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3547871397/b1742/_pkg_.a
2025-08-20T21:22:05.0452247Z [00:03:58.307]➜  packagefile gorm.io/gorm=/tmp/go-build3547871397/b830/_pkg_.a
2025-08-20T21:22:05.0453235Z [00:03:58.307]➜  packagefile gorm.io/gorm/clause=/tmp/go-build3547871397/b832/_pkg_.a
2025-08-20T21:22:05.0454047Z [00:03:58.307]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:05.0454750Z [00:03:58.307]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:05.0455516Z [00:03:58.307]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:05.0456418Z [00:03:58.307]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:05.0457205Z [00:03:58.307]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:22:05.0457918Z [00:03:58.307]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:05.0458663Z [00:03:58.307]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:05.0459392Z [00:03:58.307]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:05.0460106Z [00:03:58.307]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:05.0460643Z [00:03:58.307]➜  EOF
2025-08-20T21:22:05.0475809Z [00:03:58.307]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b813/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6=>github.com/anchore/grype@v0.96.0/grype/db/v6;$WORK/b813=>" -p github.com/anchore/grype/grype/db/v6 -lang=go1.24 -complete -installsuffix shared -buildid P6boiNQSJ6ZlR54_vV9q/P6boiNQSJ6ZlR54_vV9q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b813/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/affected_cpe_store.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/affected_package_store.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/blob_store.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/blobs.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/cache.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/data.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/db.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/db_metadata_store.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/description.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/enumerations.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/fillers.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/import_metadata.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/log_dropped.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/models.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/operating_system_store.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/provider_store.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/refs.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/severity.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/store.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/vulnerability.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/vulnerability_decorator_store.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/vulnerability_provider.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/vulnerability_store.go
2025-08-20T21:22:05.1989935Z [00:03:58.466]➜  go tool buildid -w $WORK/b1972/_pkg_.a # internal
2025-08-20T21:22:05.2043236Z [00:03:58.471]➜  cp $WORK/b1972/_pkg_.a /root/.cache/go-build/1f/1ff3f540461fc9cd2b08e57f1db524b896576f3a702dd5c27baa30749fa4d451-d # internal
2025-08-20T21:22:05.2045590Z [00:03:58.472]➜  github.com/anchore/grype/grype/matcher/internal
2025-08-20T21:22:05.2046833Z [00:03:58.472]➜  mkdir -p $WORK/b1974/
2025-08-20T21:22:05.2078822Z [00:03:58.475]➜  cat >/tmp/go-build3547871397/b1974/importcfg << 'EOF' # internal
2025-08-20T21:22:05.2080739Z [00:03:58.475]➜  # import config
2025-08-20T21:22:05.2081806Z [00:03:58.475]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:05.2083008Z [00:03:58.475]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:05.2084282Z [00:03:58.475]➜  packagefile github.com/anchore/grype/grype/internal=/tmp/go-build3547871397/b934/_pkg_.a
2025-08-20T21:22:05.2085539Z [00:03:58.475]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:05.2086712Z [00:03:58.475]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:05.2088105Z [00:03:58.475]➜  packagefile github.com/anchore/grype/grype/search=/tmp/go-build3547871397/b1945/_pkg_.a
2025-08-20T21:22:05.2089346Z [00:03:58.475]➜  packagefile github.com/anchore/grype/grype/version=/tmp/go-build3547871397/b1954/_pkg_.a
2025-08-20T21:22:05.2090717Z [00:03:58.475]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.2092098Z [00:03:58.475]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:22:05.2093583Z [00:03:58.475]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:22:05.2094836Z [00:03:58.475]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:05.2096137Z [00:03:58.475]➜  packagefile github.com/facebookincubator/nvdtools/wfn=/tmp/go-build3547871397/b941/_pkg_.a
2025-08-20T21:22:05.2097392Z [00:03:58.475]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:22:05.2098431Z [00:03:58.475]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:05.2099294Z [00:03:58.475]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:05.2099962Z [00:03:58.475]➜  EOF
2025-08-20T21:22:05.2127475Z [00:03:58.475]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1974/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/internal=>github.com/anchore/grype@v0.96.0/grype/matcher/internal;$WORK/b1974=>" -p github.com/anchore/grype/grype/matcher/internal -lang=go1.24 -complete -installsuffix shared -buildid zlTr3Y-v0YMAa3PcpSU9/zlTr3Y-v0YMAa3PcpSU9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1974/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/internal/common.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/internal/cpe.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/internal/distro.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/internal/language.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/internal/only_non_withdrawn_vulnerabilities.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/internal/only_qualified_packages.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/internal/only_vulnerable_targets.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/internal/only_vulnerable_versions.go
2025-08-20T21:22:05.3237960Z [00:03:58.591]➜  go tool buildid -w $WORK/b2172/_pkg_.a # internal
2025-08-20T21:22:05.3388205Z [00:03:58.606]➜  go tool buildid -w $WORK/b1974/_pkg_.a # internal
2025-08-20T21:22:05.3406241Z [00:03:58.608]➜  cp $WORK/b1974/_pkg_.a /root/.cache/go-build/e1/e1b62858fa6127448da748bcb0152b95c8aa25554ae501361e4d193e58523423-d # internal
2025-08-20T21:22:05.3408074Z [00:03:58.608]➜  github.com/anchore/grype/grype/matcher/java
2025-08-20T21:22:05.3409031Z [00:03:58.608]➜  mkdir -p $WORK/b1973/
2025-08-20T21:22:05.3410552Z [00:03:58.608]➜  cat >/tmp/go-build3547871397/b1973/importcfg << 'EOF' # internal
2025-08-20T21:22:05.3411957Z [00:03:58.608]➜  # import config
2025-08-20T21:22:05.3414419Z [00:03:58.608]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:05.3415511Z [00:03:58.608]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:05.3416383Z [00:03:58.608]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:05.3417196Z [00:03:58.608]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:05.3418207Z [00:03:58.608]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:05.3419559Z [00:03:58.608]➜  packagefile github.com/anchore/grype/grype/matcher/internal=/tmp/go-build3547871397/b1974/_pkg_.a
2025-08-20T21:22:05.3420859Z [00:03:58.608]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:05.3422319Z [00:03:58.608]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.3429135Z [00:03:58.608]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:22:05.3430346Z [00:03:58.608]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:05.3431425Z [00:03:58.608]➜  packagefile golang.org/x/time/rate=/tmp/go-build3547871397/b451/_pkg_.a
2025-08-20T21:22:05.3432286Z [00:03:58.608]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:05.3433334Z [00:03:58.608]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:05.3434113Z [00:03:58.608]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:05.3434894Z [00:03:58.608]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:05.3435442Z [00:03:58.608]➜  EOF
2025-08-20T21:22:05.3439585Z [00:03:58.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1973/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/java=>github.com/anchore/grype@v0.96.0/grype/matcher/java;$WORK/b1973=>" -p github.com/anchore/grype/grype/matcher/java -lang=go1.24 -complete -installsuffix shared -buildid pcNi_VAlBh2MFjv_JtP4/pcNi_VAlBh2MFjv_JtP4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1973/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/java/matcher.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/java/maven_search.go
2025-08-20T21:22:05.3483359Z [00:03:58.615]➜  cp $WORK/b2172/_pkg_.a /root/.cache/go-build/17/1744e237dd24778956b6ad7d474bbd73a071015b5fb9d36bbc816ed066a1ab65-d # internal
2025-08-20T21:22:05.3492803Z [00:03:58.616]➜  github.com/anchore/grype/grype/presenter/models
2025-08-20T21:22:05.3495471Z [00:03:58.616]➜  mkdir -p $WORK/b1975/
2025-08-20T21:22:05.3503935Z [00:03:58.618]➜  cat >/tmp/go-build3547871397/b1975/importcfg << 'EOF' # internal
2025-08-20T21:22:05.3510326Z [00:03:58.618]➜  # import config
2025-08-20T21:22:05.3510932Z [00:03:58.618]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:05.3511778Z [00:03:58.618]➜  packagefile github.com/anchore/clio=/tmp/go-build3547871397/b761/_pkg_.a
2025-08-20T21:22:05.3513005Z [00:03:58.618]➜  packagefile github.com/anchore/grype/grype/distro=/tmp/go-build3547871397/b853/_pkg_.a
2025-08-20T21:22:05.3514327Z [00:03:58.618]➜  packagefile github.com/anchore/grype/grype/internal/packagemetadata=/tmp/go-build3547871397/b1976/_pkg_.a
2025-08-20T21:22:05.3515609Z [00:03:58.618]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:05.3516855Z [00:03:58.618]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:05.3518028Z [00:03:58.618]➜  packagefile github.com/anchore/grype/grype/version=/tmp/go-build3547871397/b1954/_pkg_.a
2025-08-20T21:22:05.3519248Z [00:03:58.618]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.3520466Z [00:03:58.618]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:22:05.3521582Z [00:03:58.618]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:22:05.3523490Z [00:03:58.618]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:05.3524719Z [00:03:58.618]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:22:05.3525986Z [00:03:58.618]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:22:05.3527034Z [00:03:58.618]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:05.3527871Z [00:03:58.618]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:05.3528738Z [00:03:58.618]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:05.3529552Z [00:03:58.618]➜  EOF
2025-08-20T21:22:05.3541123Z [00:03:58.618]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1975/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/models=>github.com/anchore/grype@v0.96.0/grype/presenter/models;$WORK/b1975=>" -p github.com/anchore/grype/grype/presenter/models -lang=go1.24 -complete -installsuffix shared -buildid gyWxpMNEskf2XV2Hxk5k/gyWxpMNEskf2XV2Hxk5k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1975/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/models/cvss.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/models/descriptor.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/models/distribution.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/models/document.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/models/ignore.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/models/match.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/models/metadata_mock.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/models/package.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/models/presenter_bundle.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/models/sort.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/models/source.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/models/vulnerability.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/models/vulnerability_metadata.go
2025-08-20T21:22:05.3967751Z [00:03:58.663]➜  go tool buildid -w $WORK/b2164/_pkg_.a # internal
2025-08-20T21:22:05.4088621Z [00:03:58.676]➜  cp $WORK/b2164/_pkg_.a /root/.cache/go-build/e6/e69b78e5a3cd8f8dfc308b65e687ee2c71b79c233e7bf1e5a90d8bebe7bbc809-d # internal
2025-08-20T21:22:05.4100592Z [00:03:58.676]➜  github.com/anchore/grype/grype/event/monitor
2025-08-20T21:22:05.4101241Z [00:03:58.676]➜  mkdir -p $WORK/b1987/
2025-08-20T21:22:05.4101928Z [00:03:58.677]➜  cat >/tmp/go-build3547871397/b1987/importcfg << 'EOF' # internal
2025-08-20T21:22:05.4102577Z [00:03:58.677]➜  # import config
2025-08-20T21:22:05.4103696Z [00:03:58.677]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.4104957Z [00:03:58.677]➜  packagefile github.com/wagoodman/go-progress=/tmp/go-build3547871397/b925/_pkg_.a
2025-08-20T21:22:05.4105724Z [00:03:58.677]➜  EOF
2025-08-20T21:22:05.4110341Z [00:03:58.677]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1987/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/event/monitor=>github.com/anchore/grype@v0.96.0/grype/event/monitor;$WORK/b1987=>" -p github.com/anchore/grype/grype/event/monitor -lang=go1.24 -complete -installsuffix shared -buildid C-dvlgUm5NPCnIvnvCj0/C-dvlgUm5NPCnIvnvCj0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1987/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/event/monitor/db_diff.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/event/monitor/matching.go
2025-08-20T21:22:05.4333927Z [00:03:58.700]➜  go tool buildid -w $WORK/b1987/_pkg_.a # internal
2025-08-20T21:22:05.4345564Z [00:03:58.702]➜  cp $WORK/b1987/_pkg_.a /root/.cache/go-build/ee/ee8523b8220ac5e779451c1066cf588490593789d4bf4a5e3e038fb151aa17bf-d # internal
2025-08-20T21:22:05.4364973Z [00:03:58.702]➜  github.com/anchore/grype/grype/matcher/apk
2025-08-20T21:22:05.4365704Z [00:03:58.702]➜  mkdir -p $WORK/b1990/
2025-08-20T21:22:05.4366436Z [00:03:58.703]➜  cat >/tmp/go-build3547871397/b1990/importcfg << 'EOF' # internal
2025-08-20T21:22:05.4367121Z [00:03:58.703]➜  # import config
2025-08-20T21:22:05.4367774Z [00:03:58.703]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:05.4368547Z [00:03:58.703]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:05.4369773Z [00:03:58.703]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:05.4371094Z [00:03:58.703]➜  packagefile github.com/anchore/grype/grype/matcher/internal=/tmp/go-build3547871397/b1974/_pkg_.a
2025-08-20T21:22:05.4372542Z [00:03:58.703]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:05.4373945Z [00:03:58.703]➜  packagefile github.com/anchore/grype/grype/search=/tmp/go-build3547871397/b1945/_pkg_.a
2025-08-20T21:22:05.4375190Z [00:03:58.703]➜  packagefile github.com/anchore/grype/grype/version=/tmp/go-build3547871397/b1954/_pkg_.a
2025-08-20T21:22:05.4376504Z [00:03:58.703]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.4377938Z [00:03:58.703]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:22:05.4379136Z [00:03:58.703]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:05.4380047Z [00:03:58.703]➜  EOF
2025-08-20T21:22:05.4387134Z [00:03:58.703]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1990/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/apk=>github.com/anchore/grype@v0.96.0/grype/matcher/apk;$WORK/b1990=>" -p github.com/anchore/grype/grype/matcher/apk -lang=go1.24 -complete -installsuffix shared -buildid sN3j0tUeDJFR59t7tKb5/sN3j0tUeDJFR59t7tKb5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1990/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/apk/matcher.go
2025-08-20T21:22:05.4649438Z [00:03:58.732]➜  go tool buildid -w $WORK/b1973/_pkg_.a # internal
2025-08-20T21:22:05.4670596Z [00:03:58.734]➜  cp $WORK/b1973/_pkg_.a /root/.cache/go-build/b7/b7a0bba4275341ea5ba95646c04532b6b491f1395e09afad6012676dd42b506d-d # internal
2025-08-20T21:22:05.4677821Z [00:03:58.734]➜  github.com/anchore/grype/grype/matcher/bitnami
2025-08-20T21:22:05.4678485Z [00:03:58.735]➜  mkdir -p $WORK/b1991/
2025-08-20T21:22:05.4712044Z [00:03:58.735]➜  cat >/tmp/go-build3547871397/b1991/importcfg << 'EOF' # internal
2025-08-20T21:22:05.4712957Z [00:03:58.735]➜  # import config
2025-08-20T21:22:05.4713876Z [00:03:58.735]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:05.4715494Z [00:03:58.735]➜  packagefile github.com/anchore/grype/grype/matcher/internal=/tmp/go-build3547871397/b1974/_pkg_.a
2025-08-20T21:22:05.4716838Z [00:03:58.735]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:05.4718176Z [00:03:58.735]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.4719676Z [00:03:58.735]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:05.4720486Z [00:03:58.735]➜  EOF
2025-08-20T21:22:05.4724669Z [00:03:58.738]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1991/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/bitnami=>github.com/anchore/grype@v0.96.0/grype/matcher/bitnami;$WORK/b1991=>" -p github.com/anchore/grype/grype/matcher/bitnami -lang=go1.24 -complete -installsuffix shared -buildid m4UV_RiMSLDPAL-ar5bH/m4UV_RiMSLDPAL-ar5bH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1991/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/bitnami/matcher.go
2025-08-20T21:22:05.5131738Z [00:03:58.780]➜  go tool buildid -w $WORK/b1991/_pkg_.a # internal
2025-08-20T21:22:05.5146275Z [00:03:58.782]➜  cp $WORK/b1991/_pkg_.a /root/.cache/go-build/a1/a1f1eb6103090bc61c7dcdaacfd769d39ddc11abfbb7091f94f926be11a34d65-d # internal
2025-08-20T21:22:05.5148217Z [00:03:58.782]➜  github.com/anchore/grype/grype/matcher/dotnet
2025-08-20T21:22:05.5150464Z [00:03:58.782]➜  mkdir -p $WORK/b1992/
2025-08-20T21:22:05.5155364Z [00:03:58.783]➜  cat >/tmp/go-build3547871397/b1992/importcfg << 'EOF' # internal
2025-08-20T21:22:05.5156218Z [00:03:58.783]➜  # import config
2025-08-20T21:22:05.5158825Z [00:03:58.783]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:05.5161054Z [00:03:58.783]➜  packagefile github.com/anchore/grype/grype/matcher/internal=/tmp/go-build3547871397/b1974/_pkg_.a
2025-08-20T21:22:05.5162959Z [00:03:58.783]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:05.5164411Z [00:03:58.783]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.5166072Z [00:03:58.783]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:05.5167191Z [00:03:58.783]➜  EOF
2025-08-20T21:22:05.5171596Z [00:03:58.783]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1992/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/dotnet=>github.com/anchore/grype@v0.96.0/grype/matcher/dotnet;$WORK/b1992=>" -p github.com/anchore/grype/grype/matcher/dotnet -lang=go1.24 -complete -installsuffix shared -buildid McVq_tS2-88he-0HUby5/McVq_tS2-88he-0HUby5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1992/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/dotnet/matcher.go
2025-08-20T21:22:05.5246648Z [00:03:58.792]➜  go tool buildid -w $WORK/b1990/_pkg_.a # internal
2025-08-20T21:22:05.5263913Z [00:03:58.794]➜  cp $WORK/b1990/_pkg_.a /root/.cache/go-build/81/81099dcd2dde3dd9d056072ca5d24edabdf3ca8b1b222d109f9c42d1a646caa7-d # internal
2025-08-20T21:22:05.5276841Z [00:03:58.795]➜  github.com/anchore/grype/grype/matcher/dpkg
2025-08-20T21:22:05.5278179Z [00:03:58.795]➜  mkdir -p $WORK/b1993/
2025-08-20T21:22:05.5282864Z [00:03:58.796]➜  cat >/tmp/go-build3547871397/b1993/importcfg << 'EOF' # internal
2025-08-20T21:22:05.5283602Z [00:03:58.796]➜  # import config
2025-08-20T21:22:05.5284249Z [00:03:58.796]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:05.5285381Z [00:03:58.796]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:05.5286688Z [00:03:58.796]➜  packagefile github.com/anchore/grype/grype/matcher/internal=/tmp/go-build3547871397/b1974/_pkg_.a
2025-08-20T21:22:05.5287965Z [00:03:58.796]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:05.5289221Z [00:03:58.796]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.5290447Z [00:03:58.796]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:05.5291199Z [00:03:58.796]➜  EOF
2025-08-20T21:22:05.5307423Z [00:03:58.798]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1993/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/dpkg=>github.com/anchore/grype@v0.96.0/grype/matcher/dpkg;$WORK/b1993=>" -p github.com/anchore/grype/grype/matcher/dpkg -lang=go1.24 -complete -installsuffix shared -buildid eGBu5595fnabkYO_X_a4/eGBu5595fnabkYO_X_a4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1993/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/dpkg/matcher.go
2025-08-20T21:22:05.5418318Z [00:03:58.809]➜  go tool buildid -w $WORK/b1975/_pkg_.a # internal
2025-08-20T21:22:05.5514325Z [00:03:58.817]➜  cp $WORK/b1975/_pkg_.a /root/.cache/go-build/60/606bf674ed3a15fc24d9b2ccd69c28508a3126278acea1d2c2be4f4a88e4a13a-d # internal
2025-08-20T21:22:05.5565009Z [00:03:58.821]➜  github.com/anchore/grype/grype/presenter/cyclonedx
2025-08-20T21:22:05.5569073Z [00:03:58.824]➜  mkdir -p $WORK/b1978/
2025-08-20T21:22:05.5598176Z [00:03:58.827]➜  cat >/tmp/go-build3547871397/b1978/importcfg << 'EOF' # internal
2025-08-20T21:22:05.5599581Z [00:03:58.827]➜  # import config
2025-08-20T21:22:05.5619704Z [00:03:58.827]➜  packagefile github.com/CycloneDX/cyclonedx-go=/tmp/go-build3547871397/b1723/_pkg_.a
2025-08-20T21:22:05.5620961Z [00:03:58.827]➜  packagefile github.com/anchore/clio=/tmp/go-build3547871397/b761/_pkg_.a
2025-08-20T21:22:05.5622455Z [00:03:58.827]➜  packagefile github.com/anchore/grype/grype/presenter/models=/tmp/go-build3547871397/b1975/_pkg_.a
2025-08-20T21:22:05.5624020Z [00:03:58.828]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:22:05.5625480Z [00:03:58.828]➜  packagefile github.com/anchore/syft/syft/format/common/cyclonedxhelpers=/tmp/go-build3547871397/b1725/_pkg_.a
2025-08-20T21:22:05.5626970Z [00:03:58.828]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:22:05.5628455Z [00:03:58.828]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:22:05.5629766Z [00:03:58.828]➜  packagefile github.com/google/uuid=/tmp/go-build3547871397/b276/_pkg_.a
2025-08-20T21:22:05.5630702Z [00:03:58.828]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:05.5631537Z [00:03:58.828]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:05.5632367Z [00:03:58.828]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:05.5652365Z [00:03:58.828]➜  EOF
2025-08-20T21:22:05.5658322Z [00:03:58.828]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1978/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/cyclonedx=>github.com/anchore/grype@v0.96.0/grype/presenter/cyclonedx;$WORK/b1978=>" -p github.com/anchore/grype/grype/presenter/cyclonedx -lang=go1.24 -complete -installsuffix shared -buildid C8ZJ4nNZNCxOS84Yinvg/C8ZJ4nNZNCxOS84Yinvg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1978/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/cyclonedx/presenter.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/cyclonedx/vulnerability.go
2025-08-20T21:22:05.5729845Z [00:03:58.838]➜  go tool buildid -w $WORK/b1993/_pkg_.a # internal
2025-08-20T21:22:05.5776266Z [00:03:58.839]➜  cp $WORK/b1993/_pkg_.a /root/.cache/go-build/5e/5edaf326b31cea9bae3d0848c7177204ff27141bd4c952d06ca4b51a0184bf94-d # internal
2025-08-20T21:22:05.5781448Z [00:03:58.839]➜  github.com/anchore/grype/grype/presenter/json
2025-08-20T21:22:05.5782166Z [00:03:58.839]➜  mkdir -p $WORK/b1979/
2025-08-20T21:22:05.5783136Z [00:03:58.839]➜  cat >/tmp/go-build3547871397/b1979/importcfg << 'EOF' # internal
2025-08-20T21:22:05.5783784Z [00:03:58.839]➜  # import config
2025-08-20T21:22:05.5784448Z [00:03:58.840]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:05.5785555Z [00:03:58.840]➜  packagefile github.com/anchore/grype/grype/presenter/models=/tmp/go-build3547871397/b1975/_pkg_.a
2025-08-20T21:22:05.5786733Z [00:03:58.840]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:05.5806712Z [00:03:58.840]➜  EOF
2025-08-20T21:22:05.5810820Z [00:03:58.840]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1979/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/json=>github.com/anchore/grype@v0.96.0/grype/presenter/json;$WORK/b1979=>" -p github.com/anchore/grype/grype/presenter/json -lang=go1.24 -complete -installsuffix shared -buildid JddN2oz3eMCB5OUKpimP/JddN2oz3eMCB5OUKpimP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1979/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/json/presenter.go
2025-08-20T21:22:05.5815106Z [00:03:58.844]➜  go tool buildid -w $WORK/b1992/_pkg_.a # internal
2025-08-20T21:22:05.5816464Z [00:03:58.844]➜  cp $WORK/b1992/_pkg_.a /root/.cache/go-build/b2/b208e754feffd00f772294b4d485ebcfd75b652686f7e0f0ea3e94113c891fd4-d # internal
2025-08-20T21:22:05.5817717Z [00:03:58.845]➜  github.com/anchore/grype/grype/presenter/sarif
2025-08-20T21:22:05.5818452Z [00:03:58.846]➜  mkdir -p $WORK/b1980/
2025-08-20T21:22:05.5819219Z [00:03:58.846]➜  cat >/tmp/go-build3547871397/b1980/importcfg << 'EOF' # internal
2025-08-20T21:22:05.5822505Z [00:03:58.846]➜  # import config
2025-08-20T21:22:05.5826109Z [00:03:58.846]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:22:05.5827010Z [00:03:58.846]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:05.5827974Z [00:03:58.846]➜  packagefile github.com/anchore/clio=/tmp/go-build3547871397/b761/_pkg_.a
2025-08-20T21:22:05.5829214Z [00:03:58.846]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:05.5830553Z [00:03:58.846]➜  packagefile github.com/anchore/grype/grype/presenter/models=/tmp/go-build3547871397/b1975/_pkg_.a
2025-08-20T21:22:05.5832035Z [00:03:58.846]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.5833402Z [00:03:58.846]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:22:05.5834522Z [00:03:58.846]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:22:05.5835721Z [00:03:58.846]➜  packagefile github.com/owenrumney/go-sarif/sarif=/tmp/go-build3547871397/b1981/_pkg_.a
2025-08-20T21:22:05.5836643Z [00:03:58.846]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:22:05.5837388Z [00:03:58.846]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:05.5838250Z [00:03:58.846]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:05.5839137Z [00:03:58.846]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:05.5839966Z [00:03:58.846]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:05.5840616Z [00:03:58.846]➜  EOF
2025-08-20T21:22:05.5844883Z [00:03:58.846]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1980/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/sarif=>github.com/anchore/grype@v0.96.0/grype/presenter/sarif;$WORK/b1980=>" -p github.com/anchore/grype/grype/presenter/sarif -lang=go1.24 -complete -installsuffix shared -buildid usB2QweLnb3_qEingC0F/usB2QweLnb3_qEingC0F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1980/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/sarif/presenter.go
2025-08-20T21:22:05.6424002Z [00:03:58.910]➜  go tool buildid -w $WORK/b1979/_pkg_.a # internal
2025-08-20T21:22:05.6441552Z [00:03:58.910]➜  cp $WORK/b1979/_pkg_.a /root/.cache/go-build/d5/d54025e0ddc87bda63d264528d624563b12167f733265bbe97d1ded75e1e6bc8-d # internal
2025-08-20T21:22:05.6444435Z [00:03:58.911]➜  github.com/anchore/grype/grype/presenter/table
2025-08-20T21:22:05.6445100Z [00:03:58.911]➜  mkdir -p $WORK/b1982/
2025-08-20T21:22:05.6445870Z [00:03:58.911]➜  cat >/tmp/go-build3547871397/b1982/importcfg << 'EOF' # internal
2025-08-20T21:22:05.6446579Z [00:03:58.911]➜  # import config
2025-08-20T21:22:05.6447217Z [00:03:58.911]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:05.6451652Z [00:03:58.912]➜  packagefile github.com/anchore/grype/grype/db/v5/namespace/distro=/tmp/go-build3547871397/b1952/_pkg_.a
2025-08-20T21:22:05.6455436Z [00:03:58.912]➜  packagefile github.com/anchore/grype/grype/presenter/models=/tmp/go-build3547871397/b1975/_pkg_.a
2025-08-20T21:22:05.6459826Z [00:03:58.912]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.6461128Z [00:03:58.912]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3547871397/b1805/_pkg_.a
2025-08-20T21:22:05.6462302Z [00:03:58.912]➜  packagefile github.com/olekukonko/tablewriter=/tmp/go-build3547871397/b1815/_pkg_.a
2025-08-20T21:22:05.6464890Z [00:03:58.912]➜  packagefile github.com/olekukonko/tablewriter/renderer=/tmp/go-build3547871397/b1822/_pkg_.a
2025-08-20T21:22:05.6466146Z [00:03:58.912]➜  packagefile github.com/olekukonko/tablewriter/tw=/tmp/go-build3547871397/b1824/_pkg_.a
2025-08-20T21:22:05.6468938Z [00:03:58.912]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:22:05.6470086Z [00:03:58.912]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:05.6470883Z [00:03:58.912]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:05.6471459Z [00:03:58.912]➜  EOF
2025-08-20T21:22:05.6478171Z [00:03:58.912]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1982/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/table=>github.com/anchore/grype@v0.96.0/grype/presenter/table;$WORK/b1982=>" -p github.com/anchore/grype/grype/presenter/table -lang=go1.24 -complete -installsuffix shared -buildid u4-OtxgB4YxtS7igT-FF/u4-OtxgB4YxtS7igT-FF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1982/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/table/presenter.go
2025-08-20T21:22:05.6636737Z [00:03:58.928]➜  go tool buildid -w $WORK/b1978/_pkg_.a # internal
2025-08-20T21:22:05.6638116Z [00:03:58.928]➜  cp $WORK/b1978/_pkg_.a /root/.cache/go-build/0b/0bf17a3868860b68621acac05e8b4d9160c6749bd290c0d32a6b55c7e2a6d844-d # internal
2025-08-20T21:22:05.6639371Z [00:03:58.928]➜  github.com/anchore/grype/grype/presenter/template
2025-08-20T21:22:05.6640037Z [00:03:58.928]➜  mkdir -p $WORK/b1983/
2025-08-20T21:22:05.6640812Z [00:03:58.928]➜  cat >/tmp/go-build3547871397/b1983/importcfg << 'EOF' # internal
2025-08-20T21:22:05.6641501Z [00:03:58.928]➜  # import config
2025-08-20T21:22:05.6642159Z [00:03:58.928]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:05.6643434Z [00:03:58.928]➜  packagefile github.com/Masterminds/sprig/v3=/tmp/go-build3547871397/b1826/_pkg_.a
2025-08-20T21:22:05.6644485Z [00:03:58.928]➜  packagefile github.com/anchore/clio=/tmp/go-build3547871397/b761/_pkg_.a
2025-08-20T21:22:05.6645493Z [00:03:58.928]➜  packagefile github.com/anchore/go-homedir=/tmp/go-build3547871397/b764/_pkg_.a
2025-08-20T21:22:05.6646677Z [00:03:58.928]➜  packagefile github.com/anchore/grype/grype/presenter/models=/tmp/go-build3547871397/b1975/_pkg_.a
2025-08-20T21:22:05.6647695Z [00:03:58.929]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:05.6648413Z [00:03:58.929]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:05.6649152Z [00:03:58.929]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:05.6649975Z [00:03:58.929]➜  packagefile text/template=/tmp/go-build3547871397/b281/_pkg_.a
2025-08-20T21:22:05.6650580Z [00:03:58.929]➜  EOF
2025-08-20T21:22:05.6654672Z [00:03:58.929]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1983/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/template=>github.com/anchore/grype@v0.96.0/grype/presenter/template;$WORK/b1983=>" -p github.com/anchore/grype/grype/presenter/template -lang=go1.24 -complete -installsuffix shared -buildid YrWtmqtV2RgxAgxx49DG/YrWtmqtV2RgxAgxx49DG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1983/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/presenter/template/presenter.go
2025-08-20T21:22:05.7223870Z [00:03:58.989]➜  go tool buildid -w $WORK/b1983/_pkg_.a # internal
2025-08-20T21:22:05.7243962Z [00:03:58.991]➜  cp $WORK/b1983/_pkg_.a /root/.cache/go-build/9e/9e1375447ed73e19c115cdd78324ef0ddd1767e616fe7f3cb8e863508a3f4450-d # internal
2025-08-20T21:22:05.7247538Z [00:03:58.991]➜  github.com/anchore/grype/grype/matcher/golang
2025-08-20T21:22:05.7253169Z [00:03:58.991]➜  mkdir -p $WORK/b1994/
2025-08-20T21:22:05.7253970Z [00:03:58.992]➜  cat >/tmp/go-build3547871397/b1994/importcfg << 'EOF' # internal
2025-08-20T21:22:05.7254672Z [00:03:58.992]➜  # import config
2025-08-20T21:22:05.7255572Z [00:03:58.992]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:05.7256922Z [00:03:58.992]➜  packagefile github.com/anchore/grype/grype/matcher/internal=/tmp/go-build3547871397/b1974/_pkg_.a
2025-08-20T21:22:05.7258246Z [00:03:58.992]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:05.7262173Z [00:03:58.992]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.7265038Z [00:03:58.992]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:05.7267492Z [00:03:58.992]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:05.7268796Z [00:03:58.992]➜  EOF
2025-08-20T21:22:05.7273513Z [00:03:58.992]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1994/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/golang=>github.com/anchore/grype@v0.96.0/grype/matcher/golang;$WORK/b1994=>" -p github.com/anchore/grype/grype/matcher/golang -lang=go1.24 -complete -installsuffix shared -buildid SlQj903Ytd_mZKXxXwP9/SlQj903Ytd_mZKXxXwP9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1994/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/golang/matcher.go
2025-08-20T21:22:05.7949183Z [00:03:59.062]➜  go tool buildid -w $WORK/b1994/_pkg_.a # internal
2025-08-20T21:22:05.7967539Z [00:03:59.064]➜  cp $WORK/b1994/_pkg_.a /root/.cache/go-build/8f/8f22cb0e0cef569534baf122c79b71fefece98d99416d9e5278732fde6aa66fb-d # internal
2025-08-20T21:22:05.7973962Z [00:03:59.065]➜  github.com/anchore/grype/grype/matcher/javascript
2025-08-20T21:22:05.7985649Z [00:03:59.066]➜  mkdir -p $WORK/b1995/
2025-08-20T21:22:05.7993488Z [00:03:59.067]➜  cat >/tmp/go-build3547871397/b1995/importcfg << 'EOF' # internal
2025-08-20T21:22:05.7994316Z [00:03:59.067]➜  # import config
2025-08-20T21:22:05.7995312Z [00:03:59.067]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:05.7996770Z [00:03:59.067]➜  packagefile github.com/anchore/grype/grype/matcher/internal=/tmp/go-build3547871397/b1974/_pkg_.a
2025-08-20T21:22:05.7998226Z [00:03:59.067]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:05.7999678Z [00:03:59.067]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.8001039Z [00:03:59.067]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:05.8001901Z [00:03:59.067]➜  EOF
2025-08-20T21:22:05.8011910Z [00:03:59.068]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1995/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/javascript=>github.com/anchore/grype@v0.96.0/grype/matcher/javascript;$WORK/b1995=>" -p github.com/anchore/grype/grype/matcher/javascript -lang=go1.24 -complete -installsuffix shared -buildid TQiBiCTqg4ZrQCn4Uszy/TQiBiCTqg4ZrQCn4Uszy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1995/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/javascript/matcher.go
2025-08-20T21:22:05.8304991Z [00:03:59.098]➜  go tool buildid -w $WORK/b1995/_pkg_.a # internal
2025-08-20T21:22:05.8318478Z [00:03:59.099]➜  cp $WORK/b1995/_pkg_.a /root/.cache/go-build/0d/0de0b44cc4d3264a4f3e0ca9cce83ace1b20d4c60fba5d8953f0320fd6762e02-d # internal
2025-08-20T21:22:05.8325639Z [00:03:59.099]➜  github.com/anchore/grype/grype/matcher/msrc
2025-08-20T21:22:05.8326462Z [00:03:59.099]➜  mkdir -p $WORK/b1996/
2025-08-20T21:22:05.8327195Z [00:03:59.100]➜  cat >/tmp/go-build3547871397/b1996/importcfg << 'EOF' # internal
2025-08-20T21:22:05.8327865Z [00:03:59.100]➜  # import config
2025-08-20T21:22:05.8328741Z [00:03:59.100]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:05.8330055Z [00:03:59.100]➜  packagefile github.com/anchore/grype/grype/matcher/internal=/tmp/go-build3547871397/b1974/_pkg_.a
2025-08-20T21:22:05.8331332Z [00:03:59.100]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:05.8332833Z [00:03:59.100]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.8334282Z [00:03:59.100]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:05.8335024Z [00:03:59.100]➜  EOF
2025-08-20T21:22:05.8339902Z [00:03:59.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1996/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/msrc=>github.com/anchore/grype@v0.96.0/grype/matcher/msrc;$WORK/b1996=>" -p github.com/anchore/grype/grype/matcher/msrc -lang=go1.24 -complete -installsuffix shared -buildid teMGrUycZwqbW91DZpjy/teMGrUycZwqbW91DZpjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1996/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/msrc/matcher.go
2025-08-20T21:22:05.8393102Z [00:03:59.107]➜  go tool buildid -w $WORK/b1980/_pkg_.a # internal
2025-08-20T21:22:05.8430865Z [00:03:59.110]➜  cp $WORK/b1980/_pkg_.a /root/.cache/go-build/e4/e42a4f148e354d643d7724bfcbe6353e8b3e739a69a1a6c4f36f443f2a63da30-d # internal
2025-08-20T21:22:05.8443902Z [00:03:59.111]➜  github.com/anchore/grype/grype/matcher/portage
2025-08-20T21:22:05.8444560Z [00:03:59.111]➜  mkdir -p $WORK/b1997/
2025-08-20T21:22:05.8445280Z [00:03:59.111]➜  cat >/tmp/go-build3547871397/b1997/importcfg << 'EOF' # internal
2025-08-20T21:22:05.8445970Z [00:03:59.111]➜  # import config
2025-08-20T21:22:05.8446824Z [00:03:59.111]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:05.8448105Z [00:03:59.112]➜  packagefile github.com/anchore/grype/grype/matcher/internal=/tmp/go-build3547871397/b1974/_pkg_.a
2025-08-20T21:22:05.8449402Z [00:03:59.112]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:05.8450710Z [00:03:59.112]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.8451995Z [00:03:59.112]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:05.8452971Z [00:03:59.112]➜  EOF
2025-08-20T21:22:05.8456781Z [00:03:59.112]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1997/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/portage=>github.com/anchore/grype@v0.96.0/grype/matcher/portage;$WORK/b1997=>" -p github.com/anchore/grype/grype/matcher/portage -lang=go1.24 -complete -installsuffix shared -buildid 4rNxdUnOPyyOeLgkG3-L/4rNxdUnOPyyOeLgkG3-L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1997/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/portage/matcher.go
2025-08-20T21:22:05.8655887Z [00:03:59.132]➜  go tool buildid -w $WORK/b1996/_pkg_.a # internal
2025-08-20T21:22:05.8666568Z [00:03:59.134]➜  cp $WORK/b1996/_pkg_.a /root/.cache/go-build/60/6040643b9cd15cf3d4357431beb4726e4e85ad9dd4e6ea2bd5eab5a3a32239f4-d # internal
2025-08-20T21:22:05.8677094Z [00:03:59.134]➜  github.com/anchore/grype/grype/matcher/python
2025-08-20T21:22:05.8681135Z [00:03:59.135]➜  mkdir -p $WORK/b1998/
2025-08-20T21:22:05.8684826Z [00:03:59.136]➜  cat >/tmp/go-build3547871397/b1998/importcfg << 'EOF' # internal
2025-08-20T21:22:05.8688538Z [00:03:59.136]➜  # import config
2025-08-20T21:22:05.8693879Z [00:03:59.136]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:05.8695348Z [00:03:59.136]➜  packagefile github.com/anchore/grype/grype/matcher/internal=/tmp/go-build3547871397/b1974/_pkg_.a
2025-08-20T21:22:05.8696596Z [00:03:59.136]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:05.8697774Z [00:03:59.136]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.8699010Z [00:03:59.136]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:05.8699754Z [00:03:59.136]➜  EOF
2025-08-20T21:22:05.8704044Z [00:03:59.136]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1998/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/python=>github.com/anchore/grype@v0.96.0/grype/matcher/python;$WORK/b1998=>" -p github.com/anchore/grype/grype/matcher/python -lang=go1.24 -complete -installsuffix shared -buildid j4hFDzoBxO4sUNdVsx6Q/j4hFDzoBxO4sUNdVsx6Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1998/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/python/matcher.go
2025-08-20T21:22:05.8865232Z [00:03:59.154]➜  go tool buildid -w $WORK/b1997/_pkg_.a # internal
2025-08-20T21:22:05.8902017Z [00:03:59.157]➜  cp $WORK/b1997/_pkg_.a /root/.cache/go-build/ab/abcaaa85c36381cc7a1dd5ffa58a62675b1cff56f6d4c2e38bbffaabd857b262-d # internal
2025-08-20T21:22:05.8909116Z [00:03:59.158]➜  github.com/anchore/grype/grype/matcher/rpm
2025-08-20T21:22:05.8909800Z [00:03:59.158]➜  mkdir -p $WORK/b1999/
2025-08-20T21:22:05.8945205Z [00:03:59.162]➜  cat >/tmp/go-build3547871397/b1999/importcfg << 'EOF' # internal
2025-08-20T21:22:05.8947527Z [00:03:59.162]➜  # import config
2025-08-20T21:22:05.8949995Z [00:03:59.162]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:05.8951248Z [00:03:59.162]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:05.8954376Z [00:03:59.162]➜  packagefile github.com/anchore/grype/grype/matcher/internal=/tmp/go-build3547871397/b1974/_pkg_.a
2025-08-20T21:22:05.8955693Z [00:03:59.162]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:05.8956973Z [00:03:59.162]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.8958273Z [00:03:59.162]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:05.8959333Z [00:03:59.162]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:05.8959963Z [00:03:59.162]➜  EOF
2025-08-20T21:22:05.8963855Z [00:03:59.162]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1999/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/rpm=>github.com/anchore/grype@v0.96.0/grype/matcher/rpm;$WORK/b1999=>" -p github.com/anchore/grype/grype/matcher/rpm -lang=go1.24 -complete -installsuffix shared -buildid a-q3htG7WCBW4VI_awGG/a-q3htG7WCBW4VI_awGG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1999/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/rpm/matcher.go
2025-08-20T21:22:05.9020265Z [00:03:59.169]➜  go tool buildid -w $WORK/b1998/_pkg_.a # internal
2025-08-20T21:22:05.9039641Z [00:03:59.170]➜  cp $WORK/b1998/_pkg_.a /root/.cache/go-build/c9/c93aa28362b7aaf7fd2d28e804a8196103a9c0196eb1720b8512f42996fe5b3f-d # internal
2025-08-20T21:22:05.9040925Z [00:03:59.170]➜  github.com/anchore/grype/grype/matcher/ruby
2025-08-20T21:22:05.9041594Z [00:03:59.170]➜  mkdir -p $WORK/b2000/
2025-08-20T21:22:05.9042327Z [00:03:59.170]➜  cat >/tmp/go-build3547871397/b2000/importcfg << 'EOF' # internal
2025-08-20T21:22:05.9043967Z [00:03:59.170]➜  # import config
2025-08-20T21:22:05.9044890Z [00:03:59.170]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:05.9046261Z [00:03:59.170]➜  packagefile github.com/anchore/grype/grype/matcher/internal=/tmp/go-build3547871397/b1974/_pkg_.a
2025-08-20T21:22:05.9047790Z [00:03:59.170]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:05.9049135Z [00:03:59.170]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.9050398Z [00:03:59.170]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:05.9051181Z [00:03:59.170]➜  EOF
2025-08-20T21:22:05.9055334Z [00:03:59.170]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2000/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/ruby=>github.com/anchore/grype@v0.96.0/grype/matcher/ruby;$WORK/b2000=>" -p github.com/anchore/grype/grype/matcher/ruby -lang=go1.24 -complete -installsuffix shared -buildid UKZ4IiMjMsA_6kYnfx53/UKZ4IiMjMsA_6kYnfx53 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2000/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/ruby/matcher.go
2025-08-20T21:22:05.9386484Z [00:03:59.206]➜  go tool buildid -w $WORK/b813/_pkg_.a # internal
2025-08-20T21:22:05.9611883Z [00:03:59.228]➜  go tool buildid -w $WORK/b1999/_pkg_.a # internal
2025-08-20T21:22:05.9636359Z [00:03:59.231]➜  cp $WORK/b1999/_pkg_.a /root/.cache/go-build/b6/b6ea996c025272d4f824112b01fe598b01513e0c603137ca3318b12fc2098229-d # internal
2025-08-20T21:22:05.9656473Z [00:03:59.233]➜  go tool buildid -w $WORK/b2000/_pkg_.a # internal
2025-08-20T21:22:05.9670932Z [00:03:59.234]➜  cp $WORK/b2000/_pkg_.a /root/.cache/go-build/1e/1e941006544cfb0dd824791fa58d96d7335864370e16cc66ec4a9723792a028b-d # internal
2025-08-20T21:22:05.9672215Z [00:03:59.234]➜  github.com/anchore/grype/grype/matcher/stock
2025-08-20T21:22:05.9673053Z [00:03:59.234]➜  mkdir -p $WORK/b2002/
2025-08-20T21:22:05.9673781Z [00:03:59.234]➜  cat >/tmp/go-build3547871397/b2002/importcfg << 'EOF' # internal
2025-08-20T21:22:05.9674454Z [00:03:59.234]➜  # import config
2025-08-20T21:22:05.9675338Z [00:03:59.234]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:05.9676722Z [00:03:59.234]➜  packagefile github.com/anchore/grype/grype/matcher/internal=/tmp/go-build3547871397/b1974/_pkg_.a
2025-08-20T21:22:05.9678244Z [00:03:59.234]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:05.9679567Z [00:03:59.234]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.9680805Z [00:03:59.234]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:05.9681564Z [00:03:59.234]➜  EOF
2025-08-20T21:22:05.9685583Z [00:03:59.234]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2002/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/stock=>github.com/anchore/grype@v0.96.0/grype/matcher/stock;$WORK/b2002=>" -p github.com/anchore/grype/grype/matcher/stock -lang=go1.24 -complete -installsuffix shared -buildid JTsOjzZeYeNGwFpBiUL6/JTsOjzZeYeNGwFpBiUL6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2002/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/stock/matcher.go
2025-08-20T21:22:05.9693808Z [00:03:59.236]➜  cp $WORK/b813/_pkg_.a /root/.cache/go-build/e4/e46de26ef5c7e452948c4877cbfb06c0d2691377325375c62a9abe695e93fd95-d # internal
2025-08-20T21:22:05.9699185Z [00:03:59.236]➜  github.com/anchore/grype/grype/db/v6/distribution
2025-08-20T21:22:05.9711472Z [00:03:59.236]➜  mkdir -p $WORK/b1967/
2025-08-20T21:22:05.9722026Z [00:03:59.236]➜  cat >/tmp/go-build3547871397/b1967/importcfg << 'EOF' # internal
2025-08-20T21:22:05.9723426Z [00:03:59.236]➜  # import config
2025-08-20T21:22:05.9724135Z [00:03:59.236]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:22:05.9725015Z [00:03:59.236]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:22:05.9726638Z [00:03:59.236]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:22:05.9727958Z [00:03:59.236]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:05.9728974Z [00:03:59.236]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:05.9730114Z [00:03:59.236]➜  packagefile github.com/anchore/clio=/tmp/go-build3547871397/b761/_pkg_.a
2025-08-20T21:22:05.9731438Z [00:03:59.236]➜  packagefile github.com/anchore/grype/grype/db/v6=/tmp/go-build3547871397/b813/_pkg_.a
2025-08-20T21:22:05.9733052Z [00:03:59.236]➜  packagefile github.com/anchore/grype/internal/bus=/tmp/go-build3547871397/b1968/_pkg_.a
2025-08-20T21:22:05.9735255Z [00:03:59.236]➜  packagefile github.com/anchore/grype/internal/file=/tmp/go-build3547871397/b1965/_pkg_.a
2025-08-20T21:22:05.9737944Z [00:03:59.236]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:22:05.9739323Z [00:03:59.236]➜  packagefile github.com/anchore/grype/internal/schemaver=/tmp/go-build3547871397/b1966/_pkg_.a
2025-08-20T21:22:05.9740667Z [00:03:59.236]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build3547871397/b1567/_pkg_.a
2025-08-20T21:22:05.9741805Z [00:03:59.236]➜  packagefile github.com/spf13/afero=/tmp/go-build3547871397/b777/_pkg_.a
2025-08-20T21:22:05.9749504Z [00:03:59.236]➜  packagefile github.com/wagoodman/go-progress=/tmp/go-build3547871397/b925/_pkg_.a
2025-08-20T21:22:05.9750769Z [00:03:59.236]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:05.9751635Z [00:03:59.236]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:05.9752487Z [00:03:59.236]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:05.9753445Z [00:03:59.236]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:05.9754215Z [00:03:59.236]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:05.9755056Z [00:03:59.236]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:05.9755899Z [00:03:59.236]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:05.9756691Z [00:03:59.236]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:05.9757505Z [00:03:59.236]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:05.9758111Z [00:03:59.236]➜  EOF
2025-08-20T21:22:05.9763515Z [00:03:59.236]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1967/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/distribution=>github.com/anchore/grype@v0.96.0/grype/db/v6/distribution;$WORK/b1967=>" -p github.com/anchore/grype/grype/db/v6/distribution -lang=go1.24 -complete -installsuffix shared -buildid 5Fv5kHfegBERfSg8KUjP/5Fv5kHfegBERfSg8KUjP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1967/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/distribution/client.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/distribution/latest.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/distribution/status.go
2025-08-20T21:22:05.9775719Z [00:03:59.237]➜  github.com/anchore/grype/grype/matcher/rust
2025-08-20T21:22:05.9776397Z [00:03:59.237]➜  mkdir -p $WORK/b2001/
2025-08-20T21:22:05.9777135Z [00:03:59.237]➜  cat >/tmp/go-build3547871397/b2001/importcfg << 'EOF' # internal
2025-08-20T21:22:05.9777724Z [00:03:59.237]➜  # import config
2025-08-20T21:22:05.9778491Z [00:03:59.237]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:05.9779675Z [00:03:59.237]➜  packagefile github.com/anchore/grype/grype/matcher/internal=/tmp/go-build3547871397/b1974/_pkg_.a
2025-08-20T21:22:05.9781045Z [00:03:59.237]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:05.9782249Z [00:03:59.237]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:05.9803947Z [00:03:59.237]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:05.9804681Z [00:03:59.237]➜  EOF
2025-08-20T21:22:05.9808306Z [00:03:59.237]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2001/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/rust=>github.com/anchore/grype@v0.96.0/grype/matcher/rust;$WORK/b2001=>" -p github.com/anchore/grype/grype/matcher/rust -lang=go1.24 -complete -installsuffix shared -buildid R0OGc3uXrt66rt2OayDq/R0OGc3uXrt66rt2OayDq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2001/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/rust/matcher.go
2025-08-20T21:22:06.0018233Z [00:03:59.269]➜  go tool buildid -w $WORK/b2001/_pkg_.a # internal
2025-08-20T21:22:06.0030528Z [00:03:59.270]➜  cp $WORK/b2001/_pkg_.a /root/.cache/go-build/6f/6f02f34eb6c25b5dfa700950b353cf392a859ac58c5c00145d159f743c4e5678-d # internal
2025-08-20T21:22:06.0032490Z [00:03:59.271]➜  github.com/anchore/grype/grype/vex/openvex
2025-08-20T21:22:06.0033722Z [00:03:59.271]➜  mkdir -p $WORK/b2004/
2025-08-20T21:22:06.0040415Z [00:03:59.271]➜  cat >/tmp/go-build3547871397/b2004/importcfg << 'EOF' # internal
2025-08-20T21:22:06.0041410Z [00:03:59.271]➜  # import config
2025-08-20T21:22:06.0044126Z [00:03:59.272]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:06.0044896Z [00:03:59.272]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:06.0046002Z [00:03:59.272]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:06.0047111Z [00:03:59.272]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:06.0048467Z [00:03:59.272]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:22:06.0050021Z [00:03:59.272]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:22:06.0051228Z [00:03:59.272]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build3547871397/b920/_pkg_.a
2025-08-20T21:22:06.0052392Z [00:03:59.272]➜  packagefile github.com/openvex/go-vex/pkg/vex=/tmp/go-build3547871397/b2005/_pkg_.a
2025-08-20T21:22:06.0053406Z [00:03:59.272]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:22:06.0054126Z [00:03:59.272]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:06.0054688Z [00:03:59.272]➜  EOF
2025-08-20T21:22:06.0058254Z [00:03:59.272]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2004/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/vex/openvex=>github.com/anchore/grype@v0.96.0/grype/vex/openvex;$WORK/b2004=>" -p github.com/anchore/grype/grype/vex/openvex -lang=go1.24 -complete -installsuffix shared -buildid noSshgQg4UudcCdXSSs4/noSshgQg4UudcCdXSSs4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2004/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/vex/openvex/implementation.go
2025-08-20T21:22:06.0278619Z [00:03:59.295]➜  go tool buildid -w $WORK/b2002/_pkg_.a # internal
2025-08-20T21:22:06.0293527Z [00:03:59.296]➜  cp $WORK/b2002/_pkg_.a /root/.cache/go-build/23/23e1eb3d13892d2ad2d5348a12c287e1b82a5f6202c27dff53d72ca382ae96cd-d # internal
2025-08-20T21:22:06.0301317Z [00:03:59.297]➜  github.com/anchore/grype/grype/matcher
2025-08-20T21:22:06.0301991Z [00:03:59.297]➜  mkdir -p $WORK/b1989/
2025-08-20T21:22:06.0313957Z [00:03:59.298]➜  cat >/tmp/go-build3547871397/b1989/importcfg << 'EOF' # internal
2025-08-20T21:22:06.0316722Z [00:03:59.298]➜  # import config
2025-08-20T21:22:06.0317630Z [00:03:59.298]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:06.0319125Z [00:03:59.298]➜  packagefile github.com/anchore/grype/grype/matcher/apk=/tmp/go-build3547871397/b1990/_pkg_.a
2025-08-20T21:22:06.0320470Z [00:03:59.298]➜  packagefile github.com/anchore/grype/grype/matcher/bitnami=/tmp/go-build3547871397/b1991/_pkg_.a
2025-08-20T21:22:06.0322015Z [00:03:59.298]➜  packagefile github.com/anchore/grype/grype/matcher/dotnet=/tmp/go-build3547871397/b1992/_pkg_.a
2025-08-20T21:22:06.0323562Z [00:03:59.298]➜  packagefile github.com/anchore/grype/grype/matcher/dpkg=/tmp/go-build3547871397/b1993/_pkg_.a
2025-08-20T21:22:06.0324883Z [00:03:59.298]➜  packagefile github.com/anchore/grype/grype/matcher/golang=/tmp/go-build3547871397/b1994/_pkg_.a
2025-08-20T21:22:06.0326204Z [00:03:59.298]➜  packagefile github.com/anchore/grype/grype/matcher/java=/tmp/go-build3547871397/b1973/_pkg_.a
2025-08-20T21:22:06.0327632Z [00:03:59.298]➜  packagefile github.com/anchore/grype/grype/matcher/javascript=/tmp/go-build3547871397/b1995/_pkg_.a
2025-08-20T21:22:06.0329246Z [00:03:59.298]➜  packagefile github.com/anchore/grype/grype/matcher/msrc=/tmp/go-build3547871397/b1996/_pkg_.a
2025-08-20T21:22:06.0330752Z [00:03:59.298]➜  packagefile github.com/anchore/grype/grype/matcher/portage=/tmp/go-build3547871397/b1997/_pkg_.a
2025-08-20T21:22:06.0332221Z [00:03:59.298]➜  packagefile github.com/anchore/grype/grype/matcher/python=/tmp/go-build3547871397/b1998/_pkg_.a
2025-08-20T21:22:06.0333872Z [00:03:59.298]➜  packagefile github.com/anchore/grype/grype/matcher/rpm=/tmp/go-build3547871397/b1999/_pkg_.a
2025-08-20T21:22:06.0335205Z [00:03:59.298]➜  packagefile github.com/anchore/grype/grype/matcher/ruby=/tmp/go-build3547871397/b2000/_pkg_.a
2025-08-20T21:22:06.0336706Z [00:03:59.298]➜  packagefile github.com/anchore/grype/grype/matcher/rust=/tmp/go-build3547871397/b2001/_pkg_.a
2025-08-20T21:22:06.0338070Z [00:03:59.298]➜  packagefile github.com/anchore/grype/grype/matcher/stock=/tmp/go-build3547871397/b2002/_pkg_.a
2025-08-20T21:22:06.0338939Z [00:03:59.298]➜  EOF
2025-08-20T21:22:06.0344886Z [00:03:59.299]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1989/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher=>github.com/anchore/grype@v0.96.0/grype/matcher;$WORK/b1989=>" -p github.com/anchore/grype/grype/matcher -lang=go1.24 -complete -installsuffix shared -buildid zjTenNvPr0QuaDzLbNN5/zjTenNvPr0QuaDzLbNN5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1989/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/matcher/matchers.go
2025-08-20T21:22:06.0934292Z [00:03:59.360]➜  go tool buildid -w $WORK/b2004/_pkg_.a # internal
2025-08-20T21:22:06.0945791Z [00:03:59.362]➜  cp $WORK/b2004/_pkg_.a /root/.cache/go-build/3f/3f46c9f7e5b02dc6fda279342bca3188c14ce842288abe7581811c586c403852-d # internal
2025-08-20T21:22:06.0953623Z [00:03:59.363]➜  github.com/anchore/grype/grype/vex
2025-08-20T21:22:06.0959157Z [00:03:59.363]➜  mkdir -p $WORK/b2003/
2025-08-20T21:22:06.0972145Z [00:03:59.364]➜  cat >/tmp/go-build3547871397/b2003/importcfg << 'EOF' # internal
2025-08-20T21:22:06.0973609Z [00:03:59.364]➜  # import config
2025-08-20T21:22:06.0974813Z [00:03:59.364]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:06.0976155Z [00:03:59.364]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:06.0978241Z [00:03:59.364]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:06.0979619Z [00:03:59.364]➜  packagefile github.com/anchore/grype/grype/vex/openvex=/tmp/go-build3547871397/b2004/_pkg_.a
2025-08-20T21:22:06.0980969Z [00:03:59.364]➜  packagefile github.com/openvex/go-vex/pkg/vex=/tmp/go-build3547871397/b2005/_pkg_.a
2025-08-20T21:22:06.0981793Z [00:03:59.364]➜  EOF
2025-08-20T21:22:06.0985591Z [00:03:59.364]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2003/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/vex=>github.com/anchore/grype@v0.96.0/grype/vex;$WORK/b2003=>" -p github.com/anchore/grype/grype/vex -lang=go1.24 -complete -installsuffix shared -buildid v2ozBVso-mNaCx86rD9g/v2ozBVso-mNaCx86rD9g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2003/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/vex/processor.go
2025-08-20T21:22:06.0989351Z [00:03:59.364]➜  go tool buildid -w $WORK/b1989/_pkg_.a # internal
2025-08-20T21:22:06.1040193Z [00:03:59.369]➜  cp $WORK/b1989/_pkg_.a /root/.cache/go-build/2f/2fa5683d60e682d56a8c2cf99c306b1c946139263657570b6a11ccb27efcf01f-d # internal
2025-08-20T21:22:06.1052258Z [00:03:59.370]➜  k8s.io/client-go/informers/policy/v1beta1
2025-08-20T21:22:06.1054024Z [00:03:59.370]➜  mkdir -p $WORK/b2174/
2025-08-20T21:22:06.1054776Z [00:03:59.370]➜  cat >/tmp/go-build3547871397/b2174/importcfg << 'EOF' # internal
2025-08-20T21:22:06.1055450Z [00:03:59.370]➜  # import config
2025-08-20T21:22:06.1056276Z [00:03:59.370]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:06.1057459Z [00:03:59.370]➜  packagefile k8s.io/api/policy/v1beta1=/tmp/go-build3547871397/b391/_pkg_.a
2025-08-20T21:22:06.1058677Z [00:03:59.370]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:06.1059983Z [00:03:59.370]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:06.1061183Z [00:03:59.370]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:06.1062457Z [00:03:59.370]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:06.1063972Z [00:03:59.370]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:06.1065337Z [00:03:59.370]➜  packagefile k8s.io/client-go/listers/policy/v1beta1=/tmp/go-build3547871397/b2175/_pkg_.a
2025-08-20T21:22:06.1066523Z [00:03:59.370]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:06.1067467Z [00:03:59.370]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:06.1068079Z [00:03:59.370]➜  EOF
2025-08-20T21:22:06.1072536Z [00:03:59.370]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2174/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/policy/v1beta1=>k8s.io/client-go@v0.33.2/informers/policy/v1beta1;$WORK/b2174=>" -p k8s.io/client-go/informers/policy/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid 2brggOjjlsHwkW-A9VE5/2brggOjjlsHwkW-A9VE5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2174/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/policy/v1beta1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/policy/v1beta1/poddisruptionbudget.go
2025-08-20T21:22:06.1546669Z [00:03:59.422]➜  go tool buildid -w $WORK/b1967/_pkg_.a # internal
2025-08-20T21:22:06.1619996Z [00:03:59.429]➜  cp $WORK/b1967/_pkg_.a /root/.cache/go-build/6d/6d9bd09c6253bbd27b3f6256e9f46bc600a79ce49ac7f1782b933a138eff0bc5-d # internal
2025-08-20T21:22:06.1626438Z [00:03:59.430]➜  github.com/anchore/grype/grype/db/v6/installation
2025-08-20T21:22:06.1629633Z [00:03:59.430]➜  mkdir -p $WORK/b1970/
2025-08-20T21:22:06.1635380Z [00:03:59.431]➜  cat >/tmp/go-build3547871397/b1970/importcfg << 'EOF' # internal
2025-08-20T21:22:06.1654126Z [00:03:59.431]➜  # import config
2025-08-20T21:22:06.1654828Z [00:03:59.431]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:06.1655632Z [00:03:59.432]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:06.1656497Z [00:03:59.432]➜  packagefile github.com/adrg/xdg=/tmp/go-build3547871397/b697/_pkg_.a
2025-08-20T21:22:06.1657619Z [00:03:59.432]➜  packagefile github.com/anchore/archiver/v3=/tmp/go-build3547871397/b1233/_pkg_.a
2025-08-20T21:22:06.1658823Z [00:03:59.432]➜  packagefile github.com/anchore/clio=/tmp/go-build3547871397/b761/_pkg_.a
2025-08-20T21:22:06.1660264Z [00:03:59.432]➜  packagefile github.com/anchore/grype/grype/db/v6=/tmp/go-build3547871397/b813/_pkg_.a
2025-08-20T21:22:06.1661610Z [00:03:59.433]➜  packagefile github.com/anchore/grype/grype/db/v6/distribution=/tmp/go-build3547871397/b1967/_pkg_.a
2025-08-20T21:22:06.1663132Z [00:03:59.433]➜  packagefile github.com/anchore/grype/grype/event=/tmp/go-build3547871397/b1969/_pkg_.a
2025-08-20T21:22:06.1669320Z [00:03:59.434]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:06.1670648Z [00:03:59.434]➜  packagefile github.com/anchore/grype/internal/bus=/tmp/go-build3547871397/b1968/_pkg_.a
2025-08-20T21:22:06.1671885Z [00:03:59.434]➜  packagefile github.com/anchore/grype/internal/file=/tmp/go-build3547871397/b1965/_pkg_.a
2025-08-20T21:22:06.1673374Z [00:03:59.434]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:22:06.1674614Z [00:03:59.434]➜  packagefile github.com/anchore/grype/internal/schemaver=/tmp/go-build3547871397/b1966/_pkg_.a
2025-08-20T21:22:06.1676002Z [00:03:59.434]➜  packagefile github.com/hako/durafmt=/tmp/go-build3547871397/b1971/_pkg_.a
2025-08-20T21:22:06.1677012Z [00:03:59.434]➜  packagefile github.com/spf13/afero=/tmp/go-build3547871397/b777/_pkg_.a
2025-08-20T21:22:06.1678066Z [00:03:59.434]➜  packagefile github.com/wagoodman/go-partybus=/tmp/go-build3547871397/b811/_pkg_.a
2025-08-20T21:22:06.1679160Z [00:03:59.434]➜  packagefile github.com/wagoodman/go-progress=/tmp/go-build3547871397/b925/_pkg_.a
2025-08-20T21:22:06.1680055Z [00:03:59.434]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:06.1680849Z [00:03:59.434]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:06.1681802Z [00:03:59.434]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:06.1682799Z [00:03:59.434]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:06.1683594Z [00:03:59.434]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:06.1684403Z [00:03:59.434]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:06.1684998Z [00:03:59.434]➜  EOF
2025-08-20T21:22:06.1693654Z [00:03:59.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1970/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/installation=>github.com/anchore/grype@v0.96.0/grype/db/v6/installation;$WORK/b1970=>" -p github.com/anchore/grype/grype/db/v6/installation -lang=go1.24 -complete -installsuffix shared -buildid 0ZnKmXWsqs6nlhqjfRLn/0ZnKmXWsqs6nlhqjfRLn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1970/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/db/v6/installation/curator.go
2025-08-20T21:22:06.1784871Z [00:03:59.446]➜  go tool buildid -w $WORK/b2003/_pkg_.a # internal
2025-08-20T21:22:06.1791216Z [00:03:59.446]➜  cp $WORK/b2003/_pkg_.a /root/.cache/go-build/89/89ca0ff1834a90ecde6db7d1cbca4e71f5343b8e7df458e866730cc55d2c5770-d # internal
2025-08-20T21:22:06.1792584Z [00:03:59.446]➜  k8s.io/client-go/listers/rbac/v1
2025-08-20T21:22:06.1793678Z [00:03:59.446]➜  mkdir -p $WORK/b2178/
2025-08-20T21:22:06.1794410Z [00:03:59.446]➜  cat >/tmp/go-build3547871397/b2178/importcfg << 'EOF' # internal
2025-08-20T21:22:06.1795280Z [00:03:59.446]➜  # import config
2025-08-20T21:22:06.1796144Z [00:03:59.446]➜  packagefile k8s.io/api/rbac/v1=/tmp/go-build3547871397/b392/_pkg_.a
2025-08-20T21:22:06.1797168Z [00:03:59.446]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:06.1798228Z [00:03:59.446]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:06.1799640Z [00:03:59.446]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:06.1800355Z [00:03:59.446]➜  EOF
2025-08-20T21:22:06.1808769Z [00:03:59.446]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2178/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/rbac/v1=>k8s.io/client-go@v0.33.2/listers/rbac/v1;$WORK/b2178=>" -p k8s.io/client-go/listers/rbac/v1 -lang=go1.24 -complete -installsuffix shared -buildid nQV_PJqug1SpR2q3Hyyk/nQV_PJqug1SpR2q3Hyyk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2178/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/rbac/v1/clusterrole.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/rbac/v1/clusterrolebinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/rbac/v1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/rbac/v1/role.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/rbac/v1/rolebinding.go
2025-08-20T21:22:06.2079540Z [00:03:59.475]➜  go tool buildid -w $WORK/b1982/_pkg_.a # internal
2025-08-20T21:22:06.2230249Z [00:03:59.490]➜  cp $WORK/b1982/_pkg_.a /root/.cache/go-build/1c/1c112bcdd558b953e0dea5abaa726087eb846866d55b1ed9da628530ebe4167a-d # internal
2025-08-20T21:22:06.2248576Z [00:03:59.491]➜  github.com/anchore/grype/internal/format
2025-08-20T21:22:06.2249240Z [00:03:59.491]➜  mkdir -p $WORK/b1977/
2025-08-20T21:22:06.2250132Z [00:03:59.491]➜  cat >/tmp/go-build3547871397/b1977/importcfg << 'EOF' # internal
2025-08-20T21:22:06.2250830Z [00:03:59.491]➜  # import config
2025-08-20T21:22:06.2251486Z [00:03:59.491]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:06.2252293Z [00:03:59.491]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:06.2253423Z [00:03:59.491]➜  packagefile github.com/anchore/go-homedir=/tmp/go-build3547871397/b764/_pkg_.a
2025-08-20T21:22:06.2254708Z [00:03:59.491]➜  packagefile github.com/anchore/grype/grype/presenter/cyclonedx=/tmp/go-build3547871397/b1978/_pkg_.a
2025-08-20T21:22:06.2256283Z [00:03:59.491]➜  packagefile github.com/anchore/grype/grype/presenter/json=/tmp/go-build3547871397/b1979/_pkg_.a
2025-08-20T21:22:06.2257667Z [00:03:59.491]➜  packagefile github.com/anchore/grype/grype/presenter/models=/tmp/go-build3547871397/b1975/_pkg_.a
2025-08-20T21:22:06.2259101Z [00:03:59.491]➜  packagefile github.com/anchore/grype/grype/presenter/sarif=/tmp/go-build3547871397/b1980/_pkg_.a
2025-08-20T21:22:06.2260523Z [00:03:59.491]➜  packagefile github.com/anchore/grype/grype/presenter/table=/tmp/go-build3547871397/b1982/_pkg_.a
2025-08-20T21:22:06.2261916Z [00:03:59.491]➜  packagefile github.com/anchore/grype/grype/presenter/template=/tmp/go-build3547871397/b1983/_pkg_.a
2025-08-20T21:22:06.2263476Z [00:03:59.491]➜  packagefile github.com/anchore/grype/internal/bus=/tmp/go-build3547871397/b1968/_pkg_.a
2025-08-20T21:22:06.2264693Z [00:03:59.491]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:22:06.2265875Z [00:03:59.491]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3547871397/b871/_pkg_.a
2025-08-20T21:22:06.2267042Z [00:03:59.491]➜  packagefile github.com/wagoodman/go-presenter=/tmp/go-build3547871397/b1984/_pkg_.a
2025-08-20T21:22:06.2267968Z [00:03:59.491]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:06.2268739Z [00:03:59.491]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:06.2269566Z [00:03:59.491]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:06.2270411Z [00:03:59.491]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:06.2271369Z [00:03:59.491]➜  EOF
2025-08-20T21:22:06.2276815Z [00:03:59.491]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1977/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/format=>github.com/anchore/grype@v0.96.0/internal/format;$WORK/b1977=>" -p github.com/anchore/grype/internal/format -lang=go1.24 -complete -installsuffix shared -buildid G8vAS04f_tjS0MI1vM33/G8vAS04f_tjS0MI1vM33 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1977/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/format/format.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/format/presenter.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/internal/format/writer.go
2025-08-20T21:22:06.2503576Z [00:03:59.517]➜  go tool buildid -w $WORK/b2178/_pkg_.a # internal
2025-08-20T21:22:06.2527145Z [00:03:59.520]➜  cp $WORK/b2178/_pkg_.a /root/.cache/go-build/3f/3f81be92ff983bc995c958315370506e905af865ffbb3b8a677d863cbf1bcde8-d # internal
2025-08-20T21:22:06.2558708Z [00:03:59.523]➜  k8s.io/client-go/informers/rbac/v1
2025-08-20T21:22:06.2585534Z [00:03:59.523]➜  mkdir -p $WORK/b2177/
2025-08-20T21:22:06.2586266Z [00:03:59.523]➜  cat >/tmp/go-build3547871397/b2177/importcfg << 'EOF' # internal
2025-08-20T21:22:06.2586931Z [00:03:59.523]➜  # import config
2025-08-20T21:22:06.2587552Z [00:03:59.523]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:06.2588425Z [00:03:59.523]➜  packagefile k8s.io/api/rbac/v1=/tmp/go-build3547871397/b392/_pkg_.a
2025-08-20T21:22:06.2589465Z [00:03:59.523]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:06.2590737Z [00:03:59.523]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:06.2591844Z [00:03:59.523]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:06.2593690Z [00:03:59.523]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:06.2594850Z [00:03:59.523]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:06.2595883Z [00:03:59.523]➜  packagefile k8s.io/client-go/listers/rbac/v1=/tmp/go-build3547871397/b2178/_pkg_.a
2025-08-20T21:22:06.2596920Z [00:03:59.523]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:06.2597915Z [00:03:59.523]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:06.2598474Z [00:03:59.523]➜  EOF
2025-08-20T21:22:06.2603983Z [00:03:59.523]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2177/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/v1=>k8s.io/client-go@v0.33.2/informers/rbac/v1;$WORK/b2177=>" -p k8s.io/client-go/informers/rbac/v1 -lang=go1.24 -complete -installsuffix shared -buildid r4t1WKegXcbESf82zZe-/r4t1WKegXcbESf82zZe- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2177/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/v1/clusterrole.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/v1/clusterrolebinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/v1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/v1/role.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/v1/rolebinding.go
2025-08-20T21:22:06.3480501Z [00:03:59.615]➜  go tool buildid -w $WORK/b1977/_pkg_.a # internal
2025-08-20T21:22:06.3509882Z [00:03:59.618]➜  cp $WORK/b1977/_pkg_.a /root/.cache/go-build/b2/b24168a6dce6ea1c1007a6ea4cff395c58c5b8362b4da25b3622c6e1dda6058d-d # internal
2025-08-20T21:22:06.3516191Z [00:03:59.619]➜  k8s.io/client-go/listers/rbac/v1alpha1
2025-08-20T21:22:06.3519143Z [00:03:59.619]➜  mkdir -p $WORK/b2180/
2025-08-20T21:22:06.3519991Z [00:03:59.619]➜  cat >/tmp/go-build3547871397/b2180/importcfg << 'EOF' # internal
2025-08-20T21:22:06.3538315Z [00:03:59.621]➜  # import config
2025-08-20T21:22:06.3540932Z [00:03:59.621]➜  packagefile k8s.io/api/rbac/v1alpha1=/tmp/go-build3547871397/b393/_pkg_.a
2025-08-20T21:22:06.3542259Z [00:03:59.621]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:06.3548490Z [00:03:59.621]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:06.3549566Z [00:03:59.621]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:06.3550294Z [00:03:59.621]➜  EOF
2025-08-20T21:22:06.3556281Z [00:03:59.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2180/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/rbac/v1alpha1=>k8s.io/client-go@v0.33.2/listers/rbac/v1alpha1;$WORK/b2180=>" -p k8s.io/client-go/listers/rbac/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid MbtAQfc4X3Lwqq6AKpp-/MbtAQfc4X3Lwqq6AKpp- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2180/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/rbac/v1alpha1/clusterrole.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/rbac/v1alpha1/clusterrolebinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/rbac/v1alpha1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/rbac/v1alpha1/role.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/rbac/v1alpha1/rolebinding.go
2025-08-20T21:22:06.4138735Z [00:03:59.681]➜  go tool buildid -w $WORK/b2180/_pkg_.a # internal
2025-08-20T21:22:06.4157828Z [00:03:59.683]➜  cp $WORK/b2180/_pkg_.a /root/.cache/go-build/ac/ac60b9e94dbd367cf7ba63df0a75d1f6a62d9c75eec64ce3bd24436750f1a0de-d # internal
2025-08-20T21:22:06.4170841Z [00:03:59.683]➜  k8s.io/client-go/informers/rbac/v1alpha1
2025-08-20T21:22:06.4171508Z [00:03:59.684]➜  mkdir -p $WORK/b2179/
2025-08-20T21:22:06.4172352Z [00:03:59.684]➜  cat >/tmp/go-build3547871397/b2179/importcfg << 'EOF' # internal
2025-08-20T21:22:06.4178462Z [00:03:59.685]➜  # import config
2025-08-20T21:22:06.4180654Z [00:03:59.685]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:06.4187840Z [00:03:59.685]➜  packagefile k8s.io/api/rbac/v1alpha1=/tmp/go-build3547871397/b393/_pkg_.a
2025-08-20T21:22:06.4189012Z [00:03:59.685]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:06.4190219Z [00:03:59.685]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:06.4194067Z [00:03:59.685]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:06.4197414Z [00:03:59.685]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:06.4198697Z [00:03:59.685]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:06.4199896Z [00:03:59.685]➜  packagefile k8s.io/client-go/listers/rbac/v1alpha1=/tmp/go-build3547871397/b2180/_pkg_.a
2025-08-20T21:22:06.4201071Z [00:03:59.685]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:06.4202033Z [00:03:59.685]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:06.4202816Z [00:03:59.685]➜  EOF
2025-08-20T21:22:06.4208924Z [00:03:59.685]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2179/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/v1alpha1=>k8s.io/client-go@v0.33.2/informers/rbac/v1alpha1;$WORK/b2179=>" -p k8s.io/client-go/informers/rbac/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid 8OD7r0yTmXUw2V4r0FWh/8OD7r0yTmXUw2V4r0FWh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2179/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/v1alpha1/clusterrole.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/v1alpha1/clusterrolebinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/v1alpha1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/v1alpha1/role.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/v1alpha1/rolebinding.go
2025-08-20T21:22:06.4709634Z [00:03:59.738]➜  go tool buildid -w $WORK/b1970/_pkg_.a # internal
2025-08-20T21:22:06.4775781Z [00:03:59.745]➜  cp $WORK/b1970/_pkg_.a /root/.cache/go-build/a6/a6edc0ef4df85feccbcbe69fc4bead57cce4bbaa09534e3c3a072d27842b3ec1-d # internal
2025-08-20T21:22:06.4784995Z [00:03:59.746]➜  github.com/anchore/grype/cmd/grype/cli/options
2025-08-20T21:22:06.4788192Z [00:03:59.746]➜  mkdir -p $WORK/b812/
2025-08-20T21:22:06.4797080Z [00:03:59.747]➜  cat >/tmp/go-build3547871397/b812/importcfg << 'EOF' # internal
2025-08-20T21:22:06.4815335Z [00:03:59.747]➜  # import config
2025-08-20T21:22:06.4816038Z [00:03:59.747]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:06.4817049Z [00:03:59.747]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:06.4817988Z [00:03:59.747]➜  packagefile github.com/anchore/clio=/tmp/go-build3547871397/b761/_pkg_.a
2025-08-20T21:22:06.4819075Z [00:03:59.747]➜  packagefile github.com/anchore/fangs=/tmp/go-build3547871397/b762/_pkg_.a
2025-08-20T21:22:06.4820184Z [00:03:59.747]➜  packagefile github.com/anchore/go-homedir=/tmp/go-build3547871397/b764/_pkg_.a
2025-08-20T21:22:06.4821379Z [00:03:59.747]➜  packagefile github.com/anchore/grype/grype/db/v6=/tmp/go-build3547871397/b813/_pkg_.a
2025-08-20T21:22:06.4823311Z [00:03:59.747]➜  packagefile github.com/anchore/grype/grype/db/v6/distribution=/tmp/go-build3547871397/b1967/_pkg_.a
2025-08-20T21:22:06.4824827Z [00:03:59.747]➜  packagefile github.com/anchore/grype/grype/db/v6/installation=/tmp/go-build3547871397/b1970/_pkg_.a
2025-08-20T21:22:06.4826184Z [00:03:59.747]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:06.4827682Z [00:03:59.747]➜  packagefile github.com/anchore/grype/grype/matcher/java=/tmp/go-build3547871397/b1973/_pkg_.a
2025-08-20T21:22:06.4829132Z [00:03:59.747]➜  packagefile github.com/anchore/grype/grype/presenter/models=/tmp/go-build3547871397/b1975/_pkg_.a
2025-08-20T21:22:06.4830600Z [00:03:59.747]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:06.4831997Z [00:03:59.747]➜  packagefile github.com/anchore/grype/internal/format=/tmp/go-build3547871397/b1977/_pkg_.a
2025-08-20T21:22:06.4833516Z [00:03:59.747]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:22:06.4834985Z [00:03:59.747]➜  packagefile github.com/anchore/grype/internal/redact=/tmp/go-build3547871397/b817/_pkg_.a
2025-08-20T21:22:06.4836271Z [00:03:59.747]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:22:06.4837553Z [00:03:59.747]➜  packagefile github.com/anchore/stereoscope/pkg/image=/tmp/go-build3547871397/b900/_pkg_.a
2025-08-20T21:22:06.4838880Z [00:03:59.747]➜  packagefile github.com/anchore/syft/syft/cataloging=/tmp/go-build3547871397/b1254/_pkg_.a
2025-08-20T21:22:06.4840130Z [00:03:59.747]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:22:06.4841378Z [00:03:59.747]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:22:06.4842566Z [00:03:59.747]➜  packagefile github.com/araddon/dateparse=/tmp/go-build3547871397/b1985/_pkg_.a
2025-08-20T21:22:06.4844007Z [00:03:59.747]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:22:06.4845018Z [00:03:59.747]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:06.4845862Z [00:03:59.747]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:06.4846693Z [00:03:59.747]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:06.4847547Z [00:03:59.747]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:22:06.4848181Z [00:03:59.747]➜  EOF
2025-08-20T21:22:06.4861512Z [00:03:59.747]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b812/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/cmd/grype/cli/options=>github.com/anchore/grype@v0.96.0/cmd/grype/cli/options;$WORK/b812=>" -p github.com/anchore/grype/cmd/grype/cli/options -lang=go1.24 -complete -installsuffix shared -buildid d6l9IilAnA-EHUJmNmYf/d6l9IilAnA-EHUJmNmYf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b812/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/cmd/grype/cli/options/database.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/cmd/grype/cli/options/database_command.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/cmd/grype/cli/options/database_search_bounds.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/cmd/grype/cli/options/database_search_format.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/cmd/grype/cli/options/database_search_os.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/cmd/grype/cli/options/database_search_packages.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/cmd/grype/cli/options/database_search_vulnerabilities.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/cmd/grype/cli/options/datasources.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/cmd/grype/cli/options/experimental.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/cmd/grype/cli/options/grype.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/cmd/grype/cli/options/match.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/cmd/grype/cli/options/registry.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/cmd/grype/cli/options/search.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/cmd/grype/cli/options/secret.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/cmd/grype/cli/options/sort_by.go
2025-08-20T21:22:06.6448071Z [00:03:59.912]➜  go tool buildid -w $WORK/b812/_pkg_.a # internal
2025-08-20T21:22:06.6472429Z [00:03:59.914]➜  cp $WORK/b812/_pkg_.a /root/.cache/go-build/a5/a5a457158fa5994ea0b8364486b4e35df8d41b7810ce6ac95df165c11e2a6c01-d # internal
2025-08-20T21:22:06.6477109Z [00:03:59.915]➜  github.com/anchore/grype/grype
2025-08-20T21:22:06.6477733Z [00:03:59.915]➜  mkdir -p $WORK/b1986/
2025-08-20T21:22:06.6481614Z [00:03:59.915]➜  cat >/tmp/go-build3547871397/b1986/importcfg << 'EOF' # internal
2025-08-20T21:22:06.6485291Z [00:03:59.915]➜  # import config
2025-08-20T21:22:06.6486126Z [00:03:59.916]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:06.6487045Z [00:03:59.916]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:06.6488237Z [00:03:59.916]➜  packagefile github.com/anchore/go-logger=/tmp/go-build3547871397/b765/_pkg_.a
2025-08-20T21:22:06.6489560Z [00:03:59.916]➜  packagefile github.com/anchore/grype/grype/db/v6=/tmp/go-build3547871397/b813/_pkg_.a
2025-08-20T21:22:06.6491000Z [00:03:59.916]➜  packagefile github.com/anchore/grype/grype/db/v6/distribution=/tmp/go-build3547871397/b1967/_pkg_.a
2025-08-20T21:22:06.6492600Z [00:03:59.916]➜  packagefile github.com/anchore/grype/grype/db/v6/installation=/tmp/go-build3547871397/b1970/_pkg_.a
2025-08-20T21:22:06.6494187Z [00:03:59.916]➜  packagefile github.com/anchore/grype/grype/distro=/tmp/go-build3547871397/b853/_pkg_.a
2025-08-20T21:22:06.6495523Z [00:03:59.916]➜  packagefile github.com/anchore/grype/grype/event=/tmp/go-build3547871397/b1969/_pkg_.a
2025-08-20T21:22:06.6496908Z [00:03:59.916]➜  packagefile github.com/anchore/grype/grype/event/monitor=/tmp/go-build3547871397/b1987/_pkg_.a
2025-08-20T21:22:06.6498307Z [00:03:59.916]➜  packagefile github.com/anchore/grype/grype/grypeerr=/tmp/go-build3547871397/b1988/_pkg_.a
2025-08-20T21:22:06.6499632Z [00:03:59.916]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:06.6500950Z [00:03:59.916]➜  packagefile github.com/anchore/grype/grype/matcher=/tmp/go-build3547871397/b1989/_pkg_.a
2025-08-20T21:22:06.6502535Z [00:03:59.916]➜  packagefile github.com/anchore/grype/grype/matcher/stock=/tmp/go-build3547871397/b2002/_pkg_.a
2025-08-20T21:22:06.6506638Z [00:03:59.916]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:06.6507926Z [00:03:59.916]➜  packagefile github.com/anchore/grype/grype/vex=/tmp/go-build3547871397/b2003/_pkg_.a
2025-08-20T21:22:06.6509201Z [00:03:59.916]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:06.6510581Z [00:03:59.916]➜  packagefile github.com/anchore/grype/internal/bus=/tmp/go-build3547871397/b1968/_pkg_.a
2025-08-20T21:22:06.6511856Z [00:03:59.916]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:22:06.6513194Z [00:03:59.916]➜  packagefile github.com/anchore/stereoscope/pkg/image=/tmp/go-build3547871397/b900/_pkg_.a
2025-08-20T21:22:06.6514339Z [00:03:59.916]➜  packagefile github.com/anchore/syft/syft=/tmp/go-build3547871397/b1224/_pkg_.a
2025-08-20T21:22:06.6515409Z [00:03:59.916]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:06.6516521Z [00:03:59.916]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:22:06.6517692Z [00:03:59.916]➜  packagefile github.com/wagoodman/go-partybus=/tmp/go-build3547871397/b811/_pkg_.a
2025-08-20T21:22:06.6518808Z [00:03:59.916]➜  packagefile github.com/wagoodman/go-progress=/tmp/go-build3547871397/b925/_pkg_.a
2025-08-20T21:22:06.6519773Z [00:03:59.916]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:22:06.6520727Z [00:03:59.916]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:22:06.6521513Z [00:03:59.916]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:06.6522082Z [00:03:59.916]➜  EOF
2025-08-20T21:22:06.6527171Z [00:03:59.916]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1986/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype=>github.com/anchore/grype@v0.96.0/grype;$WORK/b1986=>" -p github.com/anchore/grype/grype -lang=go1.24 -complete -installsuffix shared -buildid fjzEJDoKjdZaGhqdJrwJ/fjzEJDoKjdZaGhqdJrwJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1986/importcfg -pack /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/deprecated.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/lib.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/load_vulnerability_db.go /root/go/pkg/mod/github.com/anchore/grype@v0.96.0/grype/vulnerability_matcher.go
2025-08-20T21:22:06.6725583Z [00:03:59.936]➜  go tool buildid -w $WORK/b2174/_pkg_.a # internal
2025-08-20T21:22:06.6841002Z [00:03:59.951]➜  cp $WORK/b2174/_pkg_.a /root/.cache/go-build/83/837cd7cd10131e0a05c68c3b163213c46ea1a92ac7eb2079be4fae39ddee97bd-d # internal
2025-08-20T21:22:06.6847556Z [00:03:59.952]➜  k8s.io/client-go/informers/policy
2025-08-20T21:22:06.6858778Z [00:03:59.953]➜  mkdir -p $WORK/b2171/
2025-08-20T21:22:06.6862150Z [00:03:59.953]➜  cat >/tmp/go-build3547871397/b2171/importcfg << 'EOF' # internal
2025-08-20T21:22:06.6863093Z [00:03:59.953]➜  # import config
2025-08-20T21:22:06.6864089Z [00:03:59.953]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:06.6865422Z [00:03:59.953]➜  packagefile k8s.io/client-go/informers/policy/v1=/tmp/go-build3547871397/b2172/_pkg_.a
2025-08-20T21:22:06.6866791Z [00:03:59.953]➜  packagefile k8s.io/client-go/informers/policy/v1beta1=/tmp/go-build3547871397/b2174/_pkg_.a
2025-08-20T21:22:06.6867784Z [00:03:59.953]➜  EOF
2025-08-20T21:22:06.6871450Z [00:03:59.953]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2171/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/policy=>k8s.io/client-go@v0.33.2/informers/policy;$WORK/b2171=>" -p k8s.io/client-go/informers/policy -lang=go1.24 -complete -installsuffix shared -buildid fqLHTbQQaRg-GbD7kULh/fqLHTbQQaRg-GbD7kULh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2171/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/policy/interface.go
2025-08-20T21:22:06.9379518Z [00:04:00.205]➜  go tool buildid -w $WORK/b1986/_pkg_.a # internal
2025-08-20T21:22:06.9441521Z [00:04:00.211]➜  cp $WORK/b1986/_pkg_.a /root/.cache/go-build/74/74a5e129692df5a32eb66770a95abc3e2a25addbfd2823742226285bd879c06f-d # internal
2025-08-20T21:22:06.9449338Z [00:04:00.212]➜  github.com/derailed/k9s/internal/vul
2025-08-20T21:22:06.9453851Z [00:04:00.213]➜  mkdir -p $WORK/b760/
2025-08-20T21:22:06.9480571Z [00:04:00.215]➜  cat >/tmp/go-build3547871397/b760/importcfg << 'EOF' # internal
2025-08-20T21:22:06.9485867Z [00:04:00.215]➜  # import config
2025-08-20T21:22:06.9486549Z [00:04:00.215]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:06.9487352Z [00:04:00.215]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:06.9488153Z [00:04:00.215]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:06.9489030Z [00:04:00.215]➜  packagefile github.com/anchore/clio=/tmp/go-build3547871397/b761/_pkg_.a
2025-08-20T21:22:06.9490198Z [00:04:00.215]➜  packagefile github.com/anchore/grype/cmd/grype/cli/options=/tmp/go-build3547871397/b812/_pkg_.a
2025-08-20T21:22:06.9491406Z [00:04:00.215]➜  packagefile github.com/anchore/grype/grype=/tmp/go-build3547871397/b1986/_pkg_.a
2025-08-20T21:22:06.9492537Z [00:04:00.215]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:06.9493921Z [00:04:00.215]➜  packagefile github.com/anchore/grype/grype/matcher=/tmp/go-build3547871397/b1989/_pkg_.a
2025-08-20T21:22:06.9495399Z [00:04:00.215]➜  packagefile github.com/anchore/grype/grype/matcher/dotnet=/tmp/go-build3547871397/b1992/_pkg_.a
2025-08-20T21:22:06.9496738Z [00:04:00.215]➜  packagefile github.com/anchore/grype/grype/matcher/golang=/tmp/go-build3547871397/b1994/_pkg_.a
2025-08-20T21:22:06.9498182Z [00:04:00.215]➜  packagefile github.com/anchore/grype/grype/matcher/java=/tmp/go-build3547871397/b1973/_pkg_.a
2025-08-20T21:22:06.9499551Z [00:04:00.215]➜  packagefile github.com/anchore/grype/grype/matcher/javascript=/tmp/go-build3547871397/b1995/_pkg_.a
2025-08-20T21:22:06.9500939Z [00:04:00.215]➜  packagefile github.com/anchore/grype/grype/matcher/python=/tmp/go-build3547871397/b1998/_pkg_.a
2025-08-20T21:22:06.9502245Z [00:04:00.215]➜  packagefile github.com/anchore/grype/grype/matcher/ruby=/tmp/go-build3547871397/b2000/_pkg_.a
2025-08-20T21:22:06.9524425Z [00:04:00.215]➜  packagefile github.com/anchore/grype/grype/matcher/stock=/tmp/go-build3547871397/b2002/_pkg_.a
2025-08-20T21:22:06.9525706Z [00:04:00.215]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:06.9526869Z [00:04:00.215]➜  packagefile github.com/anchore/grype/grype/vex=/tmp/go-build3547871397/b2003/_pkg_.a
2025-08-20T21:22:06.9528119Z [00:04:00.215]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:06.9529469Z [00:04:00.215]➜  packagefile github.com/anchore/syft/syft=/tmp/go-build3547871397/b1224/_pkg_.a
2025-08-20T21:22:06.9530624Z [00:04:00.215]➜  packagefile github.com/derailed/k9s/internal/config=/tmp/go-build3547871397/b696/_pkg_.a
2025-08-20T21:22:06.9531846Z [00:04:00.215]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:22:06.9533436Z [00:04:00.215]➜  packagefile github.com/olekukonko/tablewriter=/tmp/go-build3547871397/b1815/_pkg_.a
2025-08-20T21:22:06.9534674Z [00:04:00.215]➜  packagefile github.com/olekukonko/tablewriter/renderer=/tmp/go-build3547871397/b1822/_pkg_.a
2025-08-20T21:22:06.9535915Z [00:04:00.215]➜  packagefile github.com/olekukonko/tablewriter/tw=/tmp/go-build3547871397/b1824/_pkg_.a
2025-08-20T21:22:06.9536863Z [00:04:00.215]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:06.9537828Z [00:04:00.215]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:22:06.9538613Z [00:04:00.215]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:06.9539387Z [00:04:00.215]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:06.9540351Z [00:04:00.215]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:06.9541119Z [00:04:00.215]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:06.9541684Z [00:04:00.215]➜  EOF
2025-08-20T21:22:06.9545857Z [00:04:00.215]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b760/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul=>github.com/derailed/k9s/internal/vul;$WORK/b760=>" -p github.com/derailed/k9s/internal/vul -lang=go1.24 -complete -installsuffix shared -buildid paMmvOZDjxroFhdQQb4A/paMmvOZDjxroFhdQQb4A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b760/importcfg -pack ./internal/vul/scan.go ./internal/vul/scanner.go ./internal/vul/scorer.go ./internal/vul/table.go ./internal/vul/tally.go ./internal/vul/types.go
2025-08-20T21:22:06.9862278Z [00:04:00.253]➜  go tool buildid -w $WORK/b2177/_pkg_.a # internal
2025-08-20T21:22:07.0010149Z [00:04:00.268]➜  cp $WORK/b2177/_pkg_.a /root/.cache/go-build/c3/c3feb67653232869b4591f77318c1675ff7f03bcac2bca595b26fe948f639bfb-d # internal
2025-08-20T21:22:07.0016191Z [00:04:00.269]➜  k8s.io/client-go/listers/rbac/v1beta1
2025-08-20T21:22:07.0018952Z [00:04:00.269]➜  mkdir -p $WORK/b2182/
2025-08-20T21:22:07.0026185Z [00:04:00.270]➜  cat >/tmp/go-build3547871397/b2182/importcfg << 'EOF' # internal
2025-08-20T21:22:07.0036162Z [00:04:00.270]➜  # import config
2025-08-20T21:22:07.0036965Z [00:04:00.270]➜  packagefile k8s.io/api/rbac/v1beta1=/tmp/go-build3547871397/b394/_pkg_.a
2025-08-20T21:22:07.0038229Z [00:04:00.270]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:07.0039340Z [00:04:00.270]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:07.0040548Z [00:04:00.270]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:07.0041310Z [00:04:00.270]➜  EOF
2025-08-20T21:22:07.0047523Z [00:04:00.270]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2182/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/rbac/v1beta1=>k8s.io/client-go@v0.33.2/listers/rbac/v1beta1;$WORK/b2182=>" -p k8s.io/client-go/listers/rbac/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid 2g9eVogx8Tw4ak2kW2GX/2g9eVogx8Tw4ak2kW2GX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2182/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/rbac/v1beta1/clusterrole.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/rbac/v1beta1/clusterrolebinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/rbac/v1beta1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/rbac/v1beta1/role.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/rbac/v1beta1/rolebinding.go
2025-08-20T21:22:07.0157417Z [00:04:00.283]➜  go tool buildid -w $WORK/b2179/_pkg_.a # internal
2025-08-20T21:22:07.0298217Z [00:04:00.297]➜  cp $WORK/b2179/_pkg_.a /root/.cache/go-build/fe/fe1ce0f4539d17c42a5db881d315eb6749bf660bde3e0bfa9d2cfa53c13aedf2-d # internal
2025-08-20T21:22:07.0300353Z [00:04:00.297]➜  k8s.io/client-go/listers/resource/v1alpha3
2025-08-20T21:22:07.0304373Z [00:04:00.297]➜  mkdir -p $WORK/b2185/
2025-08-20T21:22:07.0305175Z [00:04:00.298]➜  cat >/tmp/go-build3547871397/b2185/importcfg << 'EOF' # internal
2025-08-20T21:22:07.0305892Z [00:04:00.298]➜  # import config
2025-08-20T21:22:07.0306707Z [00:04:00.298]➜  packagefile k8s.io/api/resource/v1alpha3=/tmp/go-build3547871397/b395/_pkg_.a
2025-08-20T21:22:07.0309485Z [00:04:00.298]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:07.0310856Z [00:04:00.298]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:07.0312984Z [00:04:00.298]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:07.0314455Z [00:04:00.298]➜  EOF
2025-08-20T21:22:07.0321752Z [00:04:00.298]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2185/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1alpha3=>k8s.io/client-go@v0.33.2/listers/resource/v1alpha3;$WORK/b2185=>" -p k8s.io/client-go/listers/resource/v1alpha3 -lang=go1.24 -complete -installsuffix shared -buildid Gvq24jGBWVC9-TWit8wN/Gvq24jGBWVC9-TWit8wN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2185/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1alpha3/deviceclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1alpha3/devicetaintrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1alpha3/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1alpha3/resourceclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1alpha3/resourceclaimtemplate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1alpha3/resourceslice.go
2025-08-20T21:22:07.0987170Z [00:04:00.366]➜  go tool buildid -w $WORK/b2182/_pkg_.a # internal
2025-08-20T21:22:07.1008582Z [00:04:00.368]➜  cp $WORK/b2182/_pkg_.a /root/.cache/go-build/15/154325d03dd2024e0d88df4435f1196add2384cd16db5354c72b66378949f68e-d # internal
2025-08-20T21:22:07.1027616Z [00:04:00.370]➜  k8s.io/client-go/informers/rbac/v1beta1
2025-08-20T21:22:07.1045183Z [00:04:00.372]➜  mkdir -p $WORK/b2181/
2025-08-20T21:22:07.1050870Z [00:04:00.372]➜  cat >/tmp/go-build3547871397/b2181/importcfg << 'EOF' # internal
2025-08-20T21:22:07.1051568Z [00:04:00.372]➜  # import config
2025-08-20T21:22:07.1052400Z [00:04:00.372]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:07.1053603Z [00:04:00.372]➜  packagefile k8s.io/api/rbac/v1beta1=/tmp/go-build3547871397/b394/_pkg_.a
2025-08-20T21:22:07.1054700Z [00:04:00.372]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:07.1055826Z [00:04:00.372]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:07.1056905Z [00:04:00.372]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:07.1058072Z [00:04:00.372]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:07.1059152Z [00:04:00.372]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:07.1060188Z [00:04:00.372]➜  packagefile k8s.io/client-go/listers/rbac/v1beta1=/tmp/go-build3547871397/b2182/_pkg_.a
2025-08-20T21:22:07.1061234Z [00:04:00.372]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:07.1062085Z [00:04:00.372]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:07.1062804Z [00:04:00.372]➜  EOF
2025-08-20T21:22:07.1088735Z [00:04:00.374]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2181/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/v1beta1=>k8s.io/client-go@v0.33.2/informers/rbac/v1beta1;$WORK/b2181=>" -p k8s.io/client-go/informers/rbac/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid B7APq2jUfLpMSZsDhBiz/B7APq2jUfLpMSZsDhBiz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2181/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/v1beta1/clusterrole.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/v1beta1/clusterrolebinding.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/v1beta1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/v1beta1/role.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/v1beta1/rolebinding.go
2025-08-20T21:22:07.1412512Z [00:04:00.408]➜  go tool buildid -w $WORK/b2185/_pkg_.a # internal
2025-08-20T21:22:07.1437595Z [00:04:00.411]➜  cp $WORK/b2185/_pkg_.a /root/.cache/go-build/64/64b01f62011462f5564af38a772f67bd10da5033812b96a2c47a21c0b6b8aa7a-d # internal
2025-08-20T21:22:07.1440123Z [00:04:00.411]➜  k8s.io/client-go/informers/resource/v1alpha3
2025-08-20T21:22:07.1440754Z [00:04:00.411]➜  mkdir -p $WORK/b2184/
2025-08-20T21:22:07.1446036Z [00:04:00.412]➜  cat >/tmp/go-build3547871397/b2184/importcfg << 'EOF' # internal
2025-08-20T21:22:07.1449471Z [00:04:00.412]➜  # import config
2025-08-20T21:22:07.1450134Z [00:04:00.412]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:07.1451104Z [00:04:00.412]➜  packagefile k8s.io/api/resource/v1alpha3=/tmp/go-build3547871397/b395/_pkg_.a
2025-08-20T21:22:07.1452249Z [00:04:00.412]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:07.1453604Z [00:04:00.412]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:07.1454723Z [00:04:00.412]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:07.1456118Z [00:04:00.412]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:07.1457410Z [00:04:00.412]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:07.1458667Z [00:04:00.412]➜  packagefile k8s.io/client-go/listers/resource/v1alpha3=/tmp/go-build3547871397/b2185/_pkg_.a
2025-08-20T21:22:07.1459873Z [00:04:00.412]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:07.1460829Z [00:04:00.412]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:07.1461437Z [00:04:00.412]➜  EOF
2025-08-20T21:22:07.1469522Z [00:04:00.412]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2184/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1alpha3=>k8s.io/client-go@v0.33.2/informers/resource/v1alpha3;$WORK/b2184=>" -p k8s.io/client-go/informers/resource/v1alpha3 -lang=go1.24 -complete -installsuffix shared -buildid -_g_edTZySuKuIly9ciL/-_g_edTZySuKuIly9ciL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2184/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1alpha3/deviceclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1alpha3/devicetaintrule.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1alpha3/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1alpha3/resourceclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1alpha3/resourceclaimtemplate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1alpha3/resourceslice.go
2025-08-20T21:22:07.3233091Z [00:04:00.590]➜  go tool buildid -w $WORK/b2171/_pkg_.a # internal
2025-08-20T21:22:07.3383645Z [00:04:00.605]➜  cp $WORK/b2171/_pkg_.a /root/.cache/go-build/a6/a6a8b2db80638eb138e4b82c4e3adbd7502cf9d742cebb2140696eb7aa4cb8d0-d # internal
2025-08-20T21:22:07.3389874Z [00:04:00.606]➜  k8s.io/client-go/listers/resource/v1beta1
2025-08-20T21:22:07.3392944Z [00:04:00.606]➜  mkdir -p $WORK/b2187/
2025-08-20T21:22:07.3400767Z [00:04:00.607]➜  cat >/tmp/go-build3547871397/b2187/importcfg << 'EOF' # internal
2025-08-20T21:22:07.3407715Z [00:04:00.607]➜  # import config
2025-08-20T21:22:07.3408592Z [00:04:00.607]➜  packagefile k8s.io/api/resource/v1beta1=/tmp/go-build3547871397/b396/_pkg_.a
2025-08-20T21:22:07.3409820Z [00:04:00.607]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:07.3410981Z [00:04:00.607]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:07.3412103Z [00:04:00.607]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:07.3413107Z [00:04:00.607]➜  EOF
2025-08-20T21:22:07.3419667Z [00:04:00.607]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2187/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1beta1=>k8s.io/client-go@v0.33.2/listers/resource/v1beta1;$WORK/b2187=>" -p k8s.io/client-go/listers/resource/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid EO8wRejYOmuQ7siIUTIJ/EO8wRejYOmuQ7siIUTIJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2187/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1beta1/deviceclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1beta1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1beta1/resourceclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1beta1/resourceclaimtemplate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1beta1/resourceslice.go
2025-08-20T21:22:07.4627356Z [00:04:00.730]➜  go tool buildid -w $WORK/b2187/_pkg_.a # internal
2025-08-20T21:22:07.4650044Z [00:04:00.732]➜  cp $WORK/b2187/_pkg_.a /root/.cache/go-build/ba/ba975dc86c5a26e35ba8fa5dec2a7dd523b21d21229cec57e36b8fe2c147d1aa-d # internal
2025-08-20T21:22:07.4651999Z [00:04:00.732]➜  k8s.io/client-go/informers/resource/v1beta1
2025-08-20T21:22:07.4654859Z [00:04:00.733]➜  mkdir -p $WORK/b2186/
2025-08-20T21:22:07.4659910Z [00:04:00.733]➜  cat >/tmp/go-build3547871397/b2186/importcfg << 'EOF' # internal
2025-08-20T21:22:07.4660570Z [00:04:00.733]➜  # import config
2025-08-20T21:22:07.4661202Z [00:04:00.733]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:07.4662142Z [00:04:00.733]➜  packagefile k8s.io/api/resource/v1beta1=/tmp/go-build3547871397/b396/_pkg_.a
2025-08-20T21:22:07.4663417Z [00:04:00.733]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:07.4664570Z [00:04:00.733]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:07.4665792Z [00:04:00.733]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:07.4666983Z [00:04:00.733]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:07.4668268Z [00:04:00.733]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:07.4669451Z [00:04:00.733]➜  packagefile k8s.io/client-go/listers/resource/v1beta1=/tmp/go-build3547871397/b2187/_pkg_.a
2025-08-20T21:22:07.4670690Z [00:04:00.733]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:07.4671705Z [00:04:00.733]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:07.4672317Z [00:04:00.733]➜  EOF
2025-08-20T21:22:07.4682590Z [00:04:00.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2186/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1beta1=>k8s.io/client-go@v0.33.2/informers/resource/v1beta1;$WORK/b2186=>" -p k8s.io/client-go/informers/resource/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid pepgX-A5m24x7SEjIqbG/pepgX-A5m24x7SEjIqbG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2186/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1beta1/deviceclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1beta1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1beta1/resourceclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1beta1/resourceclaimtemplate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1beta1/resourceslice.go
2025-08-20T21:22:07.5710083Z [00:04:00.838]➜  go tool buildid -w $WORK/b760/_pkg_.a # internal
2025-08-20T21:22:07.5988248Z [00:04:00.866]➜  cp $WORK/b760/_pkg_.a /root/.cache/go-build/7f/7f318d8684b846cd89637068ec2f7c0ea18a9359246fa8d42bd4fc9d60fff657-d # internal
2025-08-20T21:22:07.6016532Z [00:04:00.869]➜  github.com/derailed/k9s/internal/render
2025-08-20T21:22:07.6019212Z [00:04:00.869]➜  mkdir -p $WORK/b757/
2025-08-20T21:22:07.6026847Z [00:04:00.869]➜  cat >/tmp/go-build3547871397/b757/importcfg << 'EOF' # internal
2025-08-20T21:22:07.6035457Z [00:04:00.869]➜  # import config
2025-08-20T21:22:07.6036413Z [00:04:00.870]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:07.6037332Z [00:04:00.870]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:07.6038234Z [00:04:00.870]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:07.6039247Z [00:04:00.870]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:07.6040325Z [00:04:00.870]➜  packagefile github.com/derailed/k9s/internal/client=/tmp/go-build3547871397/b066/_pkg_.a
2025-08-20T21:22:07.6041564Z [00:04:00.870]➜  packagefile github.com/derailed/k9s/internal/config=/tmp/go-build3547871397/b696/_pkg_.a
2025-08-20T21:22:07.6042955Z [00:04:00.870]➜  packagefile github.com/derailed/k9s/internal/model1=/tmp/go-build3547871397/b758/_pkg_.a
2025-08-20T21:22:07.6044095Z [00:04:00.870]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:22:07.6045190Z [00:04:00.870]➜  packagefile github.com/derailed/k9s/internal/vul=/tmp/go-build3547871397/b760/_pkg_.a
2025-08-20T21:22:07.6046399Z [00:04:00.870]➜  packagefile github.com/derailed/tcell/v2=/tmp/go-build3547871397/b707/_pkg_.a
2025-08-20T21:22:07.6047390Z [00:04:00.870]➜  packagefile github.com/derailed/tview=/tmp/go-build3547871397/b752/_pkg_.a
2025-08-20T21:22:07.6048326Z [00:04:00.870]➜  packagefile github.com/itchyny/gojq=/tmp/go-build3547871397/b2008/_pkg_.a
2025-08-20T21:22:07.6049265Z [00:04:00.870]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3547871397/b749/_pkg_.a
2025-08-20T21:22:07.6050318Z [00:04:00.870]➜  packagefile golang.org/x/exp/slog=/tmp/go-build3547871397/b2010/_pkg_.a
2025-08-20T21:22:07.6051390Z [00:04:00.870]➜  packagefile golang.org/x/text/language=/tmp/go-build3547871397/b843/_pkg_.a
2025-08-20T21:22:07.6052571Z [00:04:00.870]➜  packagefile golang.org/x/text/message=/tmp/go-build3547871397/b2014/_pkg_.a
2025-08-20T21:22:07.6054501Z [00:04:00.870]➜  packagefile k8s.io/api/apps/v1=/tmp/go-build3547871397/b356/_pkg_.a
2025-08-20T21:22:07.6055481Z [00:04:00.870]➜  packagefile k8s.io/api/batch/v1=/tmp/go-build3547871397/b367/_pkg_.a
2025-08-20T21:22:07.6056428Z [00:04:00.870]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:07.6057395Z [00:04:00.870]➜  packagefile k8s.io/api/discovery/v1=/tmp/go-build3547871397/b375/_pkg_.a
2025-08-20T21:22:07.6058405Z [00:04:00.870]➜  packagefile k8s.io/api/networking/v1=/tmp/go-build3547871397/b384/_pkg_.a
2025-08-20T21:22:07.6059377Z [00:04:00.870]➜  packagefile k8s.io/api/policy/v1=/tmp/go-build3547871397/b390/_pkg_.a
2025-08-20T21:22:07.6060316Z [00:04:00.870]➜  packagefile k8s.io/api/rbac/v1=/tmp/go-build3547871397/b392/_pkg_.a
2025-08-20T21:22:07.6061262Z [00:04:00.870]➜  packagefile k8s.io/api/storage/v1=/tmp/go-build3547871397/b401/_pkg_.a
2025-08-20T21:22:07.6062527Z [00:04:00.870]➜  packagefile k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1=/tmp/go-build3547871397/b267/_pkg_.a
2025-08-20T21:22:07.6064184Z [00:04:00.870]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:22:07.6065390Z [00:04:00.870]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:22:07.6066586Z [00:04:00.870]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:07.6067898Z [00:04:00.870]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:22:07.6069146Z [00:04:00.870]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:07.6070295Z [00:04:00.870]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:22:07.6071508Z [00:04:00.870]➜  packagefile k8s.io/apimachinery/pkg/util/duration=/tmp/go-build3547871397/b292/_pkg_.a
2025-08-20T21:22:07.6072841Z [00:04:00.870]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:22:07.6074187Z [00:04:00.870]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:22:07.6075335Z [00:04:00.870]➜  packagefile k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3547871397/b443/_pkg_.a
2025-08-20T21:22:07.6076441Z [00:04:00.870]➜  packagefile k8s.io/client-go/util/jsonpath=/tmp/go-build3547871397/b293/_pkg_.a
2025-08-20T21:22:07.6077638Z [00:04:00.870]➜  packagefile k8s.io/kubectl/pkg/cmd/get=/tmp/go-build3547871397/b2021/_pkg_.a
2025-08-20T21:22:07.6078724Z [00:04:00.870]➜  packagefile k8s.io/kubectl/pkg/util/storage=/tmp/go-build3547871397/b2076/_pkg_.a
2025-08-20T21:22:07.6079886Z [00:04:00.870]➜  packagefile k8s.io/metrics/pkg/apis/metrics/v1beta1=/tmp/go-build3547871397/b689/_pkg_.a
2025-08-20T21:22:07.6080897Z [00:04:00.870]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:22:07.6081682Z [00:04:00.870]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:07.6082473Z [00:04:00.870]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:07.6083614Z [00:04:00.870]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:07.6084485Z [00:04:00.870]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:07.6085283Z [00:04:00.870]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:07.6086068Z [00:04:00.870]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:22:07.6086842Z [00:04:00.870]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:07.6087621Z [00:04:00.870]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:07.6088421Z [00:04:00.870]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:07.6089316Z [00:04:00.870]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:07.6090093Z [00:04:00.870]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:07.6090649Z [00:04:00.870]➜  EOF
2025-08-20T21:22:07.6102562Z [00:04:00.870]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b757/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render=>github.com/derailed/k9s/internal/render;$WORK/b757=>" -p github.com/derailed/k9s/internal/render -lang=go1.24 -complete -installsuffix shared -buildid T2yI8AL9fFKRyFnWCchz/T2yI8AL9fFKRyFnWCchz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b757/importcfg -pack ./internal/render/alias.go ./internal/render/base.go ./internal/render/benchmark.go ./internal/render/cm.go ./internal/render/container.go ./internal/render/context.go ./internal/render/cr.go ./internal/render/crb.go ./internal/render/crd.go ./internal/render/cronjob.go ./internal/render/cust_col.go ./internal/render/cust_cols.go ./internal/render/dir.go ./internal/render/dp.go ./internal/render/ds.go ./internal/render/ep.go ./internal/render/eps.go ./internal/render/ev.go ./internal/render/generic.go ./internal/render/helpers.go ./internal/render/hpa.go ./internal/render/img_scan.go ./internal/render/job.go ./internal/render/node.go ./internal/render/np.go ./internal/render/ns.go ./internal/render/pdb.go ./internal/render/pod.go ./internal/render/policy.go ./internal/render/portforward.go ./internal/render/pv.go ./internal/render/pvc.go ./internal/render/rbac.go ./internal/render/reference.go ./internal/render/ro.go ./internal/render/rob.go ./internal/render/rs.go ./internal/render/sa.go ./internal/render/sc.go ./internal/render/screen_dump.go ./internal/render/secret.go ./internal/render/section.go ./internal/render/sts.go ./internal/render/subject.go ./internal/render/svc.go ./internal/render/table.go ./internal/render/types.go ./internal/render/workload.go
2025-08-20T21:22:07.7849290Z [00:04:01.052]➜  go tool buildid -w $WORK/b2181/_pkg_.a # internal
2025-08-20T21:22:07.7997039Z [00:04:01.067]➜  cp $WORK/b2181/_pkg_.a /root/.cache/go-build/2f/2f630c9018ea8cf54215b58be59c44c0d451175a2d5f82e4e747dc567d666012-d # internal
2025-08-20T21:22:07.8004700Z [00:04:01.068]➜  k8s.io/client-go/informers/rbac
2025-08-20T21:22:07.8007339Z [00:04:01.068]➜  mkdir -p $WORK/b2176/
2025-08-20T21:22:07.8015307Z [00:04:01.069]➜  cat >/tmp/go-build3547871397/b2176/importcfg << 'EOF' # internal
2025-08-20T21:22:07.8031761Z [00:04:01.069]➜  # import config
2025-08-20T21:22:07.8032809Z [00:04:01.069]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:07.8034167Z [00:04:01.069]➜  packagefile k8s.io/client-go/informers/rbac/v1=/tmp/go-build3547871397/b2177/_pkg_.a
2025-08-20T21:22:07.8035295Z [00:04:01.069]➜  packagefile k8s.io/client-go/informers/rbac/v1alpha1=/tmp/go-build3547871397/b2179/_pkg_.a
2025-08-20T21:22:07.8036458Z [00:04:01.069]➜  packagefile k8s.io/client-go/informers/rbac/v1beta1=/tmp/go-build3547871397/b2181/_pkg_.a
2025-08-20T21:22:07.8037223Z [00:04:01.069]➜  EOF
2025-08-20T21:22:07.8045750Z [00:04:01.071]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2176/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac=>k8s.io/client-go@v0.33.2/informers/rbac;$WORK/b2176=>" -p k8s.io/client-go/informers/rbac -lang=go1.24 -complete -installsuffix shared -buildid 8CXTTMPS3qN2EL4tarao/8CXTTMPS3qN2EL4tarao -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2176/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/rbac/interface.go
2025-08-20T21:22:07.9120021Z [00:04:01.179]➜  go tool buildid -w $WORK/b2184/_pkg_.a # internal
2025-08-20T21:22:07.9318029Z [00:04:01.199]➜  cp $WORK/b2184/_pkg_.a /root/.cache/go-build/32/32a16fd32c8973fe6bdb2c4a728aab3063a5a7875fecc8c67cecf79f9de9ffc8-d # internal
2025-08-20T21:22:07.9322517Z [00:04:01.199]➜  k8s.io/client-go/listers/resource/v1beta2
2025-08-20T21:22:07.9323389Z [00:04:01.199]➜  mkdir -p $WORK/b2189/
2025-08-20T21:22:07.9328023Z [00:04:01.200]➜  cat >/tmp/go-build3547871397/b2189/importcfg << 'EOF' # internal
2025-08-20T21:22:07.9329181Z [00:04:01.200]➜  # import config
2025-08-20T21:22:07.9330375Z [00:04:01.200]➜  packagefile k8s.io/api/resource/v1beta2=/tmp/go-build3547871397/b397/_pkg_.a
2025-08-20T21:22:07.9332180Z [00:04:01.200]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:07.9334097Z [00:04:01.200]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:07.9337928Z [00:04:01.200]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:07.9338734Z [00:04:01.200]➜  EOF
2025-08-20T21:22:07.9377604Z [00:04:01.200]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2189/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1beta2=>k8s.io/client-go@v0.33.2/listers/resource/v1beta2;$WORK/b2189=>" -p k8s.io/client-go/listers/resource/v1beta2 -lang=go1.24 -complete -installsuffix shared -buildid C_OhoeTfCSPVXT0Sna7r/C_OhoeTfCSPVXT0Sna7r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2189/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1beta2/deviceclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1beta2/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1beta2/resourceclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1beta2/resourceclaimtemplate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/resource/v1beta2/resourceslice.go
2025-08-20T21:22:08.0145513Z [00:04:01.282]➜  go tool buildid -w $WORK/b2189/_pkg_.a # internal
2025-08-20T21:22:08.0166062Z [00:04:01.284]➜  cp $WORK/b2189/_pkg_.a /root/.cache/go-build/40/40453420da0ba0c8429e88db012517792ade748967c14dbfd15333949567ceb8-d # internal
2025-08-20T21:22:08.0171544Z [00:04:01.284]➜  k8s.io/client-go/informers/resource/v1beta2
2025-08-20T21:22:08.0174255Z [00:04:01.284]➜  mkdir -p $WORK/b2188/
2025-08-20T21:22:08.0179786Z [00:04:01.285]➜  cat >/tmp/go-build3547871397/b2188/importcfg << 'EOF' # internal
2025-08-20T21:22:08.0181015Z [00:04:01.285]➜  # import config
2025-08-20T21:22:08.0182205Z [00:04:01.285]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:08.0183832Z [00:04:01.285]➜  packagefile k8s.io/api/resource/v1beta2=/tmp/go-build3547871397/b397/_pkg_.a
2025-08-20T21:22:08.0184963Z [00:04:01.285]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:08.0186256Z [00:04:01.285]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:08.0187284Z [00:04:01.285]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:08.0188460Z [00:04:01.285]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:08.0189563Z [00:04:01.285]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:08.0190627Z [00:04:01.285]➜  packagefile k8s.io/client-go/listers/resource/v1beta2=/tmp/go-build3547871397/b2189/_pkg_.a
2025-08-20T21:22:08.0191673Z [00:04:01.285]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:08.0192918Z [00:04:01.285]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:08.0193580Z [00:04:01.285]➜  EOF
2025-08-20T21:22:08.0199945Z [00:04:01.285]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2188/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1beta2=>k8s.io/client-go@v0.33.2/informers/resource/v1beta2;$WORK/b2188=>" -p k8s.io/client-go/informers/resource/v1beta2 -lang=go1.24 -complete -installsuffix shared -buildid 8203Ge2yrAt-Kptr14hg/8203Ge2yrAt-Kptr14hg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2188/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1beta2/deviceclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1beta2/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1beta2/resourceclaim.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1beta2/resourceclaimtemplate.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/v1beta2/resourceslice.go
2025-08-20T21:22:08.1183194Z [00:04:01.386]➜  go tool buildid -w $WORK/b2186/_pkg_.a # internal
2025-08-20T21:22:08.1337704Z [00:04:01.401]➜  cp $WORK/b2186/_pkg_.a /root/.cache/go-build/d4/d4b6cfb52c2e1c9f476c15127051c97c349e4314e108fbce5c9bb0a411c51773-d # internal
2025-08-20T21:22:08.1354664Z [00:04:01.403]➜  k8s.io/client-go/listers/scheduling/v1
2025-08-20T21:22:08.1355328Z [00:04:01.403]➜  mkdir -p $WORK/b2192/
2025-08-20T21:22:08.1356058Z [00:04:01.403]➜  cat >/tmp/go-build3547871397/b2192/importcfg << 'EOF' # internal
2025-08-20T21:22:08.1356774Z [00:04:01.403]➜  # import config
2025-08-20T21:22:08.1357542Z [00:04:01.403]➜  packagefile k8s.io/api/scheduling/v1=/tmp/go-build3547871397/b398/_pkg_.a
2025-08-20T21:22:08.1358679Z [00:04:01.403]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:08.1359787Z [00:04:01.403]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:08.1360890Z [00:04:01.403]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:08.1361634Z [00:04:01.403]➜  EOF
2025-08-20T21:22:08.1366169Z [00:04:01.403]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2192/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/scheduling/v1=>k8s.io/client-go@v0.33.2/listers/scheduling/v1;$WORK/b2192=>" -p k8s.io/client-go/listers/scheduling/v1 -lang=go1.24 -complete -installsuffix shared -buildid 8OtcE0tnLoWB3N1Glg7I/8OtcE0tnLoWB3N1Glg7I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2192/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/scheduling/v1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/scheduling/v1/priorityclass.go
2025-08-20T21:22:08.1771217Z [00:04:01.444]➜  go tool buildid -w $WORK/b2192/_pkg_.a # internal
2025-08-20T21:22:08.1781509Z [00:04:01.445]➜  cp $WORK/b2192/_pkg_.a /root/.cache/go-build/52/5224a9942598d450070e3335228c09bbc467ca6df9b68af3696ea9af7971a761-d # internal
2025-08-20T21:22:08.1793000Z [00:04:01.445]➜  k8s.io/client-go/informers/scheduling/v1
2025-08-20T21:22:08.1793688Z [00:04:01.445]➜  mkdir -p $WORK/b2191/
2025-08-20T21:22:08.1794450Z [00:04:01.446]➜  cat >/tmp/go-build3547871397/b2191/importcfg << 'EOF' # internal
2025-08-20T21:22:08.1795417Z [00:04:01.446]➜  # import config
2025-08-20T21:22:08.1796109Z [00:04:01.446]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:08.1797115Z [00:04:01.446]➜  packagefile k8s.io/api/scheduling/v1=/tmp/go-build3547871397/b398/_pkg_.a
2025-08-20T21:22:08.1798311Z [00:04:01.446]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:08.1799585Z [00:04:01.446]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:08.1800830Z [00:04:01.446]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:08.1802323Z [00:04:01.446]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:08.1803854Z [00:04:01.446]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:08.1805082Z [00:04:01.446]➜  packagefile k8s.io/client-go/listers/scheduling/v1=/tmp/go-build3547871397/b2192/_pkg_.a
2025-08-20T21:22:08.1806314Z [00:04:01.446]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:08.1807283Z [00:04:01.446]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:08.1807915Z [00:04:01.446]➜  EOF
2025-08-20T21:22:08.1812499Z [00:04:01.446]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2191/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/scheduling/v1=>k8s.io/client-go@v0.33.2/informers/scheduling/v1;$WORK/b2191=>" -p k8s.io/client-go/informers/scheduling/v1 -lang=go1.24 -complete -installsuffix shared -buildid 2qEd0yJUAEkjootJdjgD/2qEd0yJUAEkjootJdjgD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2191/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/scheduling/v1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/scheduling/v1/priorityclass.go
2025-08-20T21:22:08.4714020Z [00:04:01.738]➜  go tool buildid -w $WORK/b2176/_pkg_.a # internal
2025-08-20T21:22:08.4845036Z [00:04:01.752]➜  cp $WORK/b2176/_pkg_.a /root/.cache/go-build/46/46bbb3183a60c971be5400f490824324acbf5aee4e29c74a8f0f209d63961446-d # internal
2025-08-20T21:22:08.4848037Z [00:04:01.752]➜  k8s.io/client-go/listers/scheduling/v1alpha1
2025-08-20T21:22:08.4850748Z [00:04:01.752]➜  mkdir -p $WORK/b2194/
2025-08-20T21:22:08.4852498Z [00:04:01.752]➜  cat >/tmp/go-build3547871397/b2194/importcfg << 'EOF' # internal
2025-08-20T21:22:08.4853482Z [00:04:01.752]➜  # import config
2025-08-20T21:22:08.4854345Z [00:04:01.752]➜  packagefile k8s.io/api/scheduling/v1alpha1=/tmp/go-build3547871397/b399/_pkg_.a
2025-08-20T21:22:08.4855554Z [00:04:01.752]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:08.4856682Z [00:04:01.752]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:08.4857773Z [00:04:01.752]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:08.4858573Z [00:04:01.752]➜  EOF
2025-08-20T21:22:08.4863471Z [00:04:01.752]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2194/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/scheduling/v1alpha1=>k8s.io/client-go@v0.33.2/listers/scheduling/v1alpha1;$WORK/b2194=>" -p k8s.io/client-go/listers/scheduling/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid EQQWNHh3ZwBFFNmBQaPZ/EQQWNHh3ZwBFFNmBQaPZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2194/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/scheduling/v1alpha1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/scheduling/v1alpha1/priorityclass.go
2025-08-20T21:22:08.5390757Z [00:04:01.806]➜  go tool buildid -w $WORK/b2194/_pkg_.a # internal
2025-08-20T21:22:08.5401218Z [00:04:01.807]➜  cp $WORK/b2194/_pkg_.a /root/.cache/go-build/3a/3a4aee66e2e4149779fabc9d9d4599e962a5589a26e58b0e00aa2ea2c06fc848-d # internal
2025-08-20T21:22:08.5429731Z [00:04:01.807]➜  k8s.io/client-go/informers/scheduling/v1alpha1
2025-08-20T21:22:08.5430400Z [00:04:01.807]➜  mkdir -p $WORK/b2193/
2025-08-20T21:22:08.5431122Z [00:04:01.808]➜  cat >/tmp/go-build3547871397/b2193/importcfg << 'EOF' # internal
2025-08-20T21:22:08.5431796Z [00:04:01.808]➜  # import config
2025-08-20T21:22:08.5432451Z [00:04:01.808]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:08.5433726Z [00:04:01.808]➜  packagefile k8s.io/api/scheduling/v1alpha1=/tmp/go-build3547871397/b399/_pkg_.a
2025-08-20T21:22:08.5434849Z [00:04:01.808]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:08.5436101Z [00:04:01.808]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:08.5437163Z [00:04:01.808]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:08.5438308Z [00:04:01.808]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:08.5439426Z [00:04:01.808]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:08.5440541Z [00:04:01.808]➜  packagefile k8s.io/client-go/listers/scheduling/v1alpha1=/tmp/go-build3547871397/b2194/_pkg_.a
2025-08-20T21:22:08.5441637Z [00:04:01.808]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:08.5442600Z [00:04:01.808]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:08.5443621Z [00:04:01.808]➜  EOF
2025-08-20T21:22:08.5448217Z [00:04:01.808]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2193/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/scheduling/v1alpha1=>k8s.io/client-go@v0.33.2/informers/scheduling/v1alpha1;$WORK/b2193=>" -p k8s.io/client-go/informers/scheduling/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid YHOIdg75jCTBc_TS4WiJ/YHOIdg75jCTBc_TS4WiJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2193/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/scheduling/v1alpha1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/scheduling/v1alpha1/priorityclass.go
2025-08-20T21:22:08.7089202Z [00:04:01.976]➜  go tool buildid -w $WORK/b2188/_pkg_.a # internal
2025-08-20T21:22:08.7552550Z [00:04:02.022]➜  cp $WORK/b2188/_pkg_.a /root/.cache/go-build/38/38f97a1fec7afa41f91a5612206d9fad3149179f1b95ee53f77ffa5a890f814b-d # internal
2025-08-20T21:22:08.7555154Z [00:04:02.022]➜  k8s.io/client-go/informers/resource
2025-08-20T21:22:08.7557122Z [00:04:02.022]➜  mkdir -p $WORK/b2183/
2025-08-20T21:22:08.7559415Z [00:04:02.023]➜  cat >/tmp/go-build3547871397/b2183/importcfg << 'EOF' # internal
2025-08-20T21:22:08.7560347Z [00:04:02.023]➜  # import config
2025-08-20T21:22:08.7561517Z [00:04:02.023]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:08.7563213Z [00:04:02.023]➜  packagefile k8s.io/client-go/informers/resource/v1alpha3=/tmp/go-build3547871397/b2184/_pkg_.a
2025-08-20T21:22:08.7564767Z [00:04:02.023]➜  packagefile k8s.io/client-go/informers/resource/v1beta1=/tmp/go-build3547871397/b2186/_pkg_.a
2025-08-20T21:22:08.7566373Z [00:04:02.023]➜  packagefile k8s.io/client-go/informers/resource/v1beta2=/tmp/go-build3547871397/b2188/_pkg_.a
2025-08-20T21:22:08.7567441Z [00:04:02.023]➜  EOF
2025-08-20T21:22:08.7576372Z [00:04:02.023]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2183/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource=>k8s.io/client-go@v0.33.2/informers/resource;$WORK/b2183=>" -p k8s.io/client-go/informers/resource -lang=go1.24 -complete -installsuffix shared -buildid OR4y8n-YTRlmc4nkFcZp/OR4y8n-YTRlmc4nkFcZp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2183/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/resource/interface.go
2025-08-20T21:22:08.8467227Z [00:04:02.114]➜  go tool buildid -w $WORK/b2191/_pkg_.a # internal
2025-08-20T21:22:08.8641933Z [00:04:02.131]➜  cp $WORK/b2191/_pkg_.a /root/.cache/go-build/c2/c2e0ea6c3d240ec5d7486cc852404f554b4a2d811b04f9675e02ebca64905368-d # internal
2025-08-20T21:22:08.8647046Z [00:04:02.132]➜  k8s.io/client-go/listers/scheduling/v1beta1
2025-08-20T21:22:08.8649484Z [00:04:02.132]➜  mkdir -p $WORK/b2196/
2025-08-20T21:22:08.8656035Z [00:04:02.133]➜  cat >/tmp/go-build3547871397/b2196/importcfg << 'EOF' # internal
2025-08-20T21:22:08.8656656Z [00:04:02.133]➜  # import config
2025-08-20T21:22:08.8657499Z [00:04:02.133]➜  packagefile k8s.io/api/scheduling/v1beta1=/tmp/go-build3547871397/b400/_pkg_.a
2025-08-20T21:22:08.8659690Z [00:04:02.133]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:08.8661278Z [00:04:02.133]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:08.8662914Z [00:04:02.133]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:08.8665625Z [00:04:02.133]➜  EOF
2025-08-20T21:22:08.8677852Z [00:04:02.134]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2196/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/scheduling/v1beta1=>k8s.io/client-go@v0.33.2/listers/scheduling/v1beta1;$WORK/b2196=>" -p k8s.io/client-go/listers/scheduling/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid pjwfCgp8kTB4xZ6nynT9/pjwfCgp8kTB4xZ6nynT9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2196/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/scheduling/v1beta1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/scheduling/v1beta1/priorityclass.go
2025-08-20T21:22:08.9106398Z [00:04:02.175]➜  go tool buildid -w $WORK/b2196/_pkg_.a # internal
2025-08-20T21:22:08.9155898Z [00:04:02.182]➜  cp $WORK/b2196/_pkg_.a /root/.cache/go-build/e1/e1613156f05ae87970d501168c60a44e7e77479f4ea9d78bbfcb1ab461dbab5d-d # internal
2025-08-20T21:22:08.9157127Z [00:04:02.183]➜  k8s.io/client-go/informers/scheduling/v1beta1
2025-08-20T21:22:08.9158162Z [00:04:02.183]➜  mkdir -p $WORK/b2195/
2025-08-20T21:22:08.9165214Z [00:04:02.184]➜  cat >/tmp/go-build3547871397/b2195/importcfg << 'EOF' # internal
2025-08-20T21:22:08.9166019Z [00:04:02.184]➜  # import config
2025-08-20T21:22:08.9167374Z [00:04:02.184]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:08.9168648Z [00:04:02.184]➜  packagefile k8s.io/api/scheduling/v1beta1=/tmp/go-build3547871397/b400/_pkg_.a
2025-08-20T21:22:08.9169992Z [00:04:02.184]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:08.9171287Z [00:04:02.184]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:08.9173188Z [00:04:02.184]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:08.9175050Z [00:04:02.184]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:08.9176715Z [00:04:02.184]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:08.9177999Z [00:04:02.184]➜  packagefile k8s.io/client-go/listers/scheduling/v1beta1=/tmp/go-build3547871397/b2196/_pkg_.a
2025-08-20T21:22:08.9179397Z [00:04:02.184]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:08.9181015Z [00:04:02.184]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:08.9181567Z [00:04:02.184]➜  EOF
2025-08-20T21:22:08.9186075Z [00:04:02.184]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2195/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/scheduling/v1beta1=>k8s.io/client-go@v0.33.2/informers/scheduling/v1beta1;$WORK/b2195=>" -p k8s.io/client-go/informers/scheduling/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid aJ43NRlLmHD3e40DCoi3/aJ43NRlLmHD3e40DCoi3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2195/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/scheduling/v1beta1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/scheduling/v1beta1/priorityclass.go
2025-08-20T21:22:08.9424955Z [00:04:02.210]➜  go tool buildid -w $WORK/b757/_pkg_.a # internal
2025-08-20T21:22:08.9611906Z [00:04:02.228]➜  cp $WORK/b757/_pkg_.a /root/.cache/go-build/77/77ab62ae75eaf52f9436912873cc6785d954caaf3eeea590cc40d35523018748-d # internal
2025-08-20T21:22:08.9620775Z [00:04:02.229]➜  github.com/derailed/k9s/internal/render/helm
2025-08-20T21:22:08.9621415Z [00:04:02.229]➜  mkdir -p $WORK/b2077/
2025-08-20T21:22:08.9622122Z [00:04:02.229]➜  cat >/tmp/go-build3547871397/b2077/importcfg << 'EOF' # internal
2025-08-20T21:22:08.9623148Z [00:04:02.229]➜  # import config
2025-08-20T21:22:08.9623831Z [00:04:02.229]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:08.9624638Z [00:04:02.229]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:08.9625694Z [00:04:02.229]➜  packagefile github.com/derailed/k9s/internal/client=/tmp/go-build3547871397/b066/_pkg_.a
2025-08-20T21:22:08.9626922Z [00:04:02.229]➜  packagefile github.com/derailed/k9s/internal/config=/tmp/go-build3547871397/b696/_pkg_.a
2025-08-20T21:22:08.9628136Z [00:04:02.229]➜  packagefile github.com/derailed/k9s/internal/model1=/tmp/go-build3547871397/b758/_pkg_.a
2025-08-20T21:22:08.9629490Z [00:04:02.229]➜  packagefile github.com/derailed/k9s/internal/render=/tmp/go-build3547871397/b757/_pkg_.a
2025-08-20T21:22:08.9630699Z [00:04:02.229]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:22:08.9631840Z [00:04:02.229]➜  packagefile helm.sh/helm/v3/pkg/release=/tmp/go-build3547871397/b2078/_pkg_.a
2025-08-20T21:22:08.9633215Z [00:04:02.229]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:08.9634381Z [00:04:02.229]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:08.9635554Z [00:04:02.229]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:22:08.9636556Z [00:04:02.229]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:22:08.9637376Z [00:04:02.229]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:08.9637978Z [00:04:02.229]➜  EOF
2025-08-20T21:22:08.9644499Z [00:04:02.231]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2077/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/helm=>github.com/derailed/k9s/internal/render/helm;$WORK/b2077=>" -p github.com/derailed/k9s/internal/render/helm -lang=go1.24 -complete -installsuffix shared -buildid D0QL27npvb9BwfjmuDCL/D0QL27npvb9BwfjmuDCL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2077/importcfg -pack ./internal/render/helm/chart.go ./internal/render/helm/history.go
2025-08-20T21:22:09.0938036Z [00:04:02.361]➜  go tool buildid -w $WORK/b2077/_pkg_.a # internal
2025-08-20T21:22:09.1090956Z [00:04:02.376]➜  cp $WORK/b2077/_pkg_.a /root/.cache/go-build/c4/c4804e06d2bd1e495c7714c820fc4fea37b3a7185b437e86f5f52a84e6737908-d # internal
2025-08-20T21:22:09.1102440Z [00:04:02.377]➜  k8s.io/client-go/listers/storage/v1
2025-08-20T21:22:09.1108261Z [00:04:02.378]➜  mkdir -p $WORK/b2199/
2025-08-20T21:22:09.1118432Z [00:04:02.379]➜  cat >/tmp/go-build3547871397/b2199/importcfg << 'EOF' # internal
2025-08-20T21:22:09.1119560Z [00:04:02.379]➜  # import config
2025-08-20T21:22:09.1122006Z [00:04:02.379]➜  packagefile k8s.io/api/storage/v1=/tmp/go-build3547871397/b401/_pkg_.a
2025-08-20T21:22:09.1123681Z [00:04:02.379]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:09.1131602Z [00:04:02.379]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:09.1132969Z [00:04:02.379]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:09.1133781Z [00:04:02.379]➜  EOF
2025-08-20T21:22:09.1151442Z [00:04:02.382]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2199/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1=>k8s.io/client-go@v0.33.2/listers/storage/v1;$WORK/b2199=>" -p k8s.io/client-go/listers/storage/v1 -lang=go1.24 -complete -installsuffix shared -buildid H35r-7JqQgTt10htf-ZN/H35r-7JqQgTt10htf-ZN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2199/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1/csidriver.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1/csinode.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1/csistoragecapacity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1/storageclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1/volumeattachment.go
2025-08-20T21:22:09.2064712Z [00:04:02.474]➜  go tool buildid -w $WORK/b2193/_pkg_.a # internal
2025-08-20T21:22:09.2261622Z [00:04:02.493]➜  cp $WORK/b2193/_pkg_.a /root/.cache/go-build/a5/a5c82fb932e0db8bae7d427a3ce1f47fe224b56ecfe1498a9d3c3771a528a8d1-d # internal
2025-08-20T21:22:09.2269096Z [00:04:02.494]➜  k8s.io/client-go/listers/storage/v1alpha1
2025-08-20T21:22:09.2274377Z [00:04:02.495]➜  mkdir -p $WORK/b2201/
2025-08-20T21:22:09.2283643Z [00:04:02.495]➜  cat >/tmp/go-build3547871397/b2201/importcfg << 'EOF' # internal
2025-08-20T21:22:09.2290345Z [00:04:02.496]➜  # import config
2025-08-20T21:22:09.2291127Z [00:04:02.496]➜  packagefile k8s.io/api/storage/v1alpha1=/tmp/go-build3547871397/b402/_pkg_.a
2025-08-20T21:22:09.2292174Z [00:04:02.496]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:09.2293400Z [00:04:02.496]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:09.2294407Z [00:04:02.496]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:09.2295120Z [00:04:02.496]➜  EOF
2025-08-20T21:22:09.2322766Z [00:04:02.497]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2201/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1alpha1=>k8s.io/client-go@v0.33.2/listers/storage/v1alpha1;$WORK/b2201=>" -p k8s.io/client-go/listers/storage/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid igJCWdDTAQd5MLHMa8xW/igJCWdDTAQd5MLHMa8xW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2201/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1alpha1/csistoragecapacity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1alpha1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1alpha1/volumeattachment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1alpha1/volumeattributesclass.go
2025-08-20T21:22:09.2327852Z [00:04:02.498]➜  go tool buildid -w $WORK/b2199/_pkg_.a # internal
2025-08-20T21:22:09.2368338Z [00:04:02.504]➜  cp $WORK/b2199/_pkg_.a /root/.cache/go-build/1d/1db7b64c6683077dd319da144e394b5b4657c1ddf7a1aa63d7d74ab8941e62ca-d # internal
2025-08-20T21:22:09.2375632Z [00:04:02.505]➜  k8s.io/client-go/informers/storage/v1
2025-08-20T21:22:09.2387293Z [00:04:02.506]➜  mkdir -p $WORK/b2198/
2025-08-20T21:22:09.2396163Z [00:04:02.507]➜  cat >/tmp/go-build3547871397/b2198/importcfg << 'EOF' # internal
2025-08-20T21:22:09.2397123Z [00:04:02.507]➜  # import config
2025-08-20T21:22:09.2398068Z [00:04:02.507]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:09.2399745Z [00:04:02.507]➜  packagefile k8s.io/api/storage/v1=/tmp/go-build3547871397/b401/_pkg_.a
2025-08-20T21:22:09.2401312Z [00:04:02.507]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:09.2404695Z [00:04:02.507]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:09.2407298Z [00:04:02.507]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:09.2409034Z [00:04:02.507]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:09.2410494Z [00:04:02.507]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:09.2411635Z [00:04:02.507]➜  packagefile k8s.io/client-go/listers/storage/v1=/tmp/go-build3547871397/b2199/_pkg_.a
2025-08-20T21:22:09.2412960Z [00:04:02.507]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:09.2413870Z [00:04:02.507]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:09.2414438Z [00:04:02.507]➜  EOF
2025-08-20T21:22:09.2420894Z [00:04:02.508]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2198/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1=>k8s.io/client-go@v0.33.2/informers/storage/v1;$WORK/b2198=>" -p k8s.io/client-go/informers/storage/v1 -lang=go1.24 -complete -installsuffix shared -buildid WcIPD3SD5_B7jg1aqsCg/WcIPD3SD5_B7jg1aqsCg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2198/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1/csidriver.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1/csinode.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1/csistoragecapacity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1/storageclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1/volumeattachment.go
2025-08-20T21:22:09.3142956Z [00:04:02.582]➜  go tool buildid -w $WORK/b2201/_pkg_.a # internal
2025-08-20T21:22:09.3162053Z [00:04:02.583]➜  cp $WORK/b2201/_pkg_.a /root/.cache/go-build/d7/d7f52196f3d95bd54f6fbb69ec2abd3402ef5e69c04b356f184be65f7b18de4c-d # internal
2025-08-20T21:22:09.3167982Z [00:04:02.584]➜  k8s.io/client-go/informers/storage/v1alpha1
2025-08-20T21:22:09.3174416Z [00:04:02.584]➜  mkdir -p $WORK/b2200/
2025-08-20T21:22:09.3176618Z [00:04:02.584]➜  cat >/tmp/go-build3547871397/b2200/importcfg << 'EOF' # internal
2025-08-20T21:22:09.3177251Z [00:04:02.584]➜  # import config
2025-08-20T21:22:09.3177859Z [00:04:02.584]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:09.3178745Z [00:04:02.584]➜  packagefile k8s.io/api/storage/v1alpha1=/tmp/go-build3547871397/b402/_pkg_.a
2025-08-20T21:22:09.3179806Z [00:04:02.584]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:09.3180863Z [00:04:02.584]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:09.3181868Z [00:04:02.584]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:09.3183177Z [00:04:02.584]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:09.3184269Z [00:04:02.584]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:09.3185519Z [00:04:02.584]➜  packagefile k8s.io/client-go/listers/storage/v1alpha1=/tmp/go-build3547871397/b2201/_pkg_.a
2025-08-20T21:22:09.3186573Z [00:04:02.584]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:09.3187407Z [00:04:02.584]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:09.3187936Z [00:04:02.584]➜  EOF
2025-08-20T21:22:09.3197857Z [00:04:02.587]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2200/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1alpha1=>k8s.io/client-go@v0.33.2/informers/storage/v1alpha1;$WORK/b2200=>" -p k8s.io/client-go/informers/storage/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid alIGoH-0hh3-RiaGCm1Y/alIGoH-0hh3-RiaGCm1Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2200/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1alpha1/csistoragecapacity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1alpha1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1alpha1/volumeattachment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1alpha1/volumeattributesclass.go
2025-08-20T21:22:09.3303399Z [00:04:02.598]➜  go tool buildid -w $WORK/b2183/_pkg_.a # internal
2025-08-20T21:22:09.3452034Z [00:04:02.612]➜  cp $WORK/b2183/_pkg_.a /root/.cache/go-build/53/5366fd563cb278033b4a2a76a72d25ae2d50bfa7f702bb52e442338df3882652-d # internal
2025-08-20T21:22:09.3468985Z [00:04:02.614]➜  k8s.io/client-go/listers/storage/v1beta1
2025-08-20T21:22:09.3469631Z [00:04:02.614]➜  mkdir -p $WORK/b2203/
2025-08-20T21:22:09.3470522Z [00:04:02.614]➜  cat >/tmp/go-build3547871397/b2203/importcfg << 'EOF' # internal
2025-08-20T21:22:09.3471169Z [00:04:02.614]➜  # import config
2025-08-20T21:22:09.3471904Z [00:04:02.614]➜  packagefile k8s.io/api/storage/v1beta1=/tmp/go-build3547871397/b403/_pkg_.a
2025-08-20T21:22:09.3473115Z [00:04:02.614]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:09.3474136Z [00:04:02.614]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:09.3475140Z [00:04:02.614]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:09.3475811Z [00:04:02.614]➜  EOF
2025-08-20T21:22:09.3483160Z [00:04:02.614]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2203/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1beta1=>k8s.io/client-go@v0.33.2/listers/storage/v1beta1;$WORK/b2203=>" -p k8s.io/client-go/listers/storage/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid W3Wv4X_PiU0anf0j8Oc0/W3Wv4X_PiU0anf0j8Oc0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2203/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1beta1/csidriver.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1beta1/csinode.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1beta1/csistoragecapacity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1beta1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1beta1/storageclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1beta1/volumeattachment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storage/v1beta1/volumeattributesclass.go
2025-08-20T21:22:09.4423320Z [00:04:02.709]➜  go tool buildid -w $WORK/b2195/_pkg_.a # internal
2025-08-20T21:22:09.4533883Z [00:04:02.720]➜  go tool buildid -w $WORK/b2203/_pkg_.a # internal
2025-08-20T21:22:09.4558406Z [00:04:02.723]➜  cp $WORK/b2203/_pkg_.a /root/.cache/go-build/7b/7bbda35d291e845f8b963985316c23ca9dcd7454d3e1c6351048fe6e88f95d55-d # internal
2025-08-20T21:22:09.4563767Z [00:04:02.724]➜  k8s.io/client-go/informers/storage/v1beta1
2025-08-20T21:22:09.4566453Z [00:04:02.724]➜  mkdir -p $WORK/b2202/
2025-08-20T21:22:09.4571631Z [00:04:02.724]➜  cat >/tmp/go-build3547871397/b2202/importcfg << 'EOF' # internal
2025-08-20T21:22:09.4587853Z [00:04:02.724]➜  # import config
2025-08-20T21:22:09.4588546Z [00:04:02.724]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:09.4589498Z [00:04:02.724]➜  packagefile k8s.io/api/storage/v1beta1=/tmp/go-build3547871397/b403/_pkg_.a
2025-08-20T21:22:09.4590647Z [00:04:02.724]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:09.4591833Z [00:04:02.724]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:09.4593211Z [00:04:02.724]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:09.4594740Z [00:04:02.724]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:09.4595941Z [00:04:02.724]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:09.4597110Z [00:04:02.724]➜  packagefile k8s.io/client-go/listers/storage/v1beta1=/tmp/go-build3547871397/b2203/_pkg_.a
2025-08-20T21:22:09.4598249Z [00:04:02.724]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:09.4599159Z [00:04:02.724]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:09.4599750Z [00:04:02.724]➜  EOF
2025-08-20T21:22:09.4607426Z [00:04:02.724]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2202/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1beta1=>k8s.io/client-go@v0.33.2/informers/storage/v1beta1;$WORK/b2202=>" -p k8s.io/client-go/informers/storage/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid wkpQOzXqZiM6Rk8CnD9R/wkpQOzXqZiM6Rk8CnD9R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2202/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1beta1/csidriver.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1beta1/csinode.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1beta1/csistoragecapacity.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1beta1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1beta1/storageclass.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1beta1/volumeattachment.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/v1beta1/volumeattributesclass.go
2025-08-20T21:22:09.4653239Z [00:04:02.732]➜  cp $WORK/b2195/_pkg_.a /root/.cache/go-build/d7/d7abe10f7b6afa4aca03078ac7ba4a2088fca1514d0c7224628729bafd63a1fb-d # internal
2025-08-20T21:22:09.4660216Z [00:04:02.733]➜  k8s.io/client-go/informers/scheduling
2025-08-20T21:22:09.4662346Z [00:04:02.734]➜  mkdir -p $WORK/b2190/
2025-08-20T21:22:09.4671448Z [00:04:02.734]➜  cat >/tmp/go-build3547871397/b2190/importcfg << 'EOF' # internal
2025-08-20T21:22:09.4673471Z [00:04:02.735]➜  # import config
2025-08-20T21:22:09.4674886Z [00:04:02.735]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:09.4676523Z [00:04:02.735]➜  packagefile k8s.io/client-go/informers/scheduling/v1=/tmp/go-build3547871397/b2191/_pkg_.a
2025-08-20T21:22:09.4678029Z [00:04:02.735]➜  packagefile k8s.io/client-go/informers/scheduling/v1alpha1=/tmp/go-build3547871397/b2193/_pkg_.a
2025-08-20T21:22:09.4679468Z [00:04:02.735]➜  packagefile k8s.io/client-go/informers/scheduling/v1beta1=/tmp/go-build3547871397/b2195/_pkg_.a
2025-08-20T21:22:09.4681001Z [00:04:02.735]➜  EOF
2025-08-20T21:22:09.4692573Z [00:04:02.736]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2190/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/scheduling=>k8s.io/client-go@v0.33.2/informers/scheduling;$WORK/b2190=>" -p k8s.io/client-go/informers/scheduling -lang=go1.24 -complete -installsuffix shared -buildid r7MVFTOAZLk4MaYbhb-K/r7MVFTOAZLk4MaYbhb-K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2190/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/scheduling/interface.go
2025-08-20T21:22:09.8743426Z [00:04:03.141]➜  go tool buildid -w $WORK/b2198/_pkg_.a # internal
2025-08-20T21:22:09.8890339Z [00:04:03.156]➜  cp $WORK/b2198/_pkg_.a /root/.cache/go-build/1e/1e1b6b591cbb632b32f5355ec80224b3a5058af40b7eb479a1f2481044f41846-d # internal
2025-08-20T21:22:09.8894121Z [00:04:03.157]➜  k8s.io/client-go/listers/storagemigration/v1alpha1
2025-08-20T21:22:09.8894850Z [00:04:03.157]➜  mkdir -p $WORK/b2206/
2025-08-20T21:22:09.8906968Z [00:04:03.158]➜  cat >/tmp/go-build3547871397/b2206/importcfg << 'EOF' # internal
2025-08-20T21:22:09.8908352Z [00:04:03.158]➜  # import config
2025-08-20T21:22:09.8910766Z [00:04:03.158]➜  packagefile k8s.io/api/storagemigration/v1alpha1=/tmp/go-build3547871397/b404/_pkg_.a
2025-08-20T21:22:09.8913313Z [00:04:03.159]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:09.8914560Z [00:04:03.159]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:09.8916209Z [00:04:03.159]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:09.8917481Z [00:04:03.159]➜  EOF
2025-08-20T21:22:09.8931454Z [00:04:03.160]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2206/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storagemigration/v1alpha1=>k8s.io/client-go@v0.33.2/listers/storagemigration/v1alpha1;$WORK/b2206=>" -p k8s.io/client-go/listers/storagemigration/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid Bt7l_cEHIbLNnytdMu4I/Bt7l_cEHIbLNnytdMu4I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2206/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storagemigration/v1alpha1/expansion_generated.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/listers/storagemigration/v1alpha1/storageversionmigration.go
2025-08-20T21:22:09.9228391Z [00:04:03.190]➜  go tool buildid -w $WORK/b2200/_pkg_.a # internal
2025-08-20T21:22:09.9379422Z [00:04:03.205]➜  go tool buildid -w $WORK/b2206/_pkg_.a # internal
2025-08-20T21:22:09.9387697Z [00:04:03.206]➜  cp $WORK/b2206/_pkg_.a /root/.cache/go-build/b3/b3a2699ea7a8a78cdef3748b772eac0b30e265c68c6795b2a04ca10f10f19f8d-d # internal
2025-08-20T21:22:09.9396167Z [00:04:03.207]➜  k8s.io/client-go/informers/storagemigration/v1alpha1
2025-08-20T21:22:09.9396849Z [00:04:03.207]➜  mkdir -p $WORK/b2205/
2025-08-20T21:22:09.9404141Z [00:04:03.207]➜  cat >/tmp/go-build3547871397/b2205/importcfg << 'EOF' # internal
2025-08-20T21:22:09.9404856Z [00:04:03.207]➜  # import config
2025-08-20T21:22:09.9405477Z [00:04:03.207]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:09.9406508Z [00:04:03.207]➜  packagefile k8s.io/api/storagemigration/v1alpha1=/tmp/go-build3547871397/b404/_pkg_.a
2025-08-20T21:22:09.9407673Z [00:04:03.207]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:09.9408836Z [00:04:03.207]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:09.9445597Z [00:04:03.207]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:09.9446897Z [00:04:03.207]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:09.9448100Z [00:04:03.207]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:09.9449381Z [00:04:03.207]➜  packagefile k8s.io/client-go/listers/storagemigration/v1alpha1=/tmp/go-build3547871397/b2206/_pkg_.a
2025-08-20T21:22:09.9450605Z [00:04:03.207]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:09.9451718Z [00:04:03.207]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:09.9452294Z [00:04:03.207]➜  EOF
2025-08-20T21:22:09.9457391Z [00:04:03.207]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2205/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storagemigration/v1alpha1=>k8s.io/client-go@v0.33.2/informers/storagemigration/v1alpha1;$WORK/b2205=>" -p k8s.io/client-go/informers/storagemigration/v1alpha1 -lang=go1.24 -complete -installsuffix shared -buildid eXDy6h1_x9SanSUtaDNh/eXDy6h1_x9SanSUtaDNh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2205/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storagemigration/v1alpha1/interface.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storagemigration/v1alpha1/storageversionmigration.go
2025-08-20T21:22:09.9462597Z [00:04:03.209]➜  cp $WORK/b2200/_pkg_.a /root/.cache/go-build/e3/e3ec94b3d194f53e0e92a7072faa2ed79da976fe702b9718a7b689ce2eb9e67b-d # internal
2025-08-20T21:22:09.9463990Z [00:04:03.209]➜  k8s.io/client-go/tools/portforward
2025-08-20T21:22:09.9464559Z [00:04:03.212]➜  mkdir -p $WORK/b2207/
2025-08-20T21:22:09.9465269Z [00:04:03.212]➜  cat >/tmp/go-build3547871397/b2207/importcfg << 'EOF' # internal
2025-08-20T21:22:09.9465932Z [00:04:03.212]➜  # import config
2025-08-20T21:22:09.9466562Z [00:04:03.212]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:09.9467328Z [00:04:03.212]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:09.9468262Z [00:04:03.212]➜  packagefile github.com/gorilla/websocket=/tmp/go-build3547871397/b2055/_pkg_.a
2025-08-20T21:22:09.9469179Z [00:04:03.212]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:09.9470181Z [00:04:03.212]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:09.9471305Z [00:04:03.212]➜  packagefile k8s.io/apimachinery/pkg/util/httpstream=/tmp/go-build3547871397/b2056/_pkg_.a
2025-08-20T21:22:09.9473025Z [00:04:03.212]➜  packagefile k8s.io/apimachinery/pkg/util/httpstream/spdy=/tmp/go-build3547871397/b2059/_pkg_.a
2025-08-20T21:22:09.9474380Z [00:04:03.212]➜  packagefile k8s.io/apimachinery/pkg/util/portforward=/tmp/go-build3547871397/b2068/_pkg_.a
2025-08-20T21:22:09.9475705Z [00:04:03.212]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:22:09.9476798Z [00:04:03.212]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:22:09.9477873Z [00:04:03.212]➜  packagefile k8s.io/client-go/transport/websocket=/tmp/go-build3547871397/b2065/_pkg_.a
2025-08-20T21:22:09.9478888Z [00:04:03.212]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:22:09.9479783Z [00:04:03.212]➜  packagefile k8s.io/utils/net=/tmp/go-build3547871397/b119/_pkg_.a
2025-08-20T21:22:09.9480607Z [00:04:03.212]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:22:09.9481382Z [00:04:03.212]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:09.9482207Z [00:04:03.212]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:09.9483134Z [00:04:03.212]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:09.9483918Z [00:04:03.212]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:09.9484725Z [00:04:03.212]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:09.9485489Z [00:04:03.212]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:09.9486241Z [00:04:03.212]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:09.9486809Z [00:04:03.212]➜  EOF
2025-08-20T21:22:09.9492481Z [00:04:03.212]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2207/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/portforward=>k8s.io/client-go@v0.33.2/tools/portforward;$WORK/b2207=>" -p k8s.io/client-go/tools/portforward -lang=go1.24 -complete -installsuffix shared -buildid 2ZxnoBw1GkiWKhHgPPm4/2ZxnoBw1GkiWKhHgPPm4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2207/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/portforward/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/portforward/fallback_dialer.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/portforward/portforward.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/portforward/tunneling_connection.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/tools/portforward/tunneling_dialer.go
2025-08-20T21:22:10.0697676Z [00:04:03.337]➜  go tool buildid -w $WORK/b2207/_pkg_.a # internal
2025-08-20T21:22:10.0722275Z [00:04:03.339]➜  cp $WORK/b2207/_pkg_.a /root/.cache/go-build/4c/4c0d6eb73826ac6a1f03cef1244f1097508fdb8343988627b3d5f45ddbeab985-d # internal
2025-08-20T21:22:10.0725813Z [00:04:03.340]➜  github.com/gosuri/uitable/util/strutil
2025-08-20T21:22:10.0729570Z [00:04:03.340]➜  mkdir -p $WORK/b2210/
2025-08-20T21:22:10.0739516Z [00:04:03.341]➜  cat >/tmp/go-build3547871397/b2210/importcfg << 'EOF' # internal
2025-08-20T21:22:10.0740288Z [00:04:03.341]➜  # import config
2025-08-20T21:22:10.0740955Z [00:04:03.341]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:10.0741927Z [00:04:03.341]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3547871397/b749/_pkg_.a
2025-08-20T21:22:10.0752105Z [00:04:03.341]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:10.0752947Z [00:04:03.341]➜  EOF
2025-08-20T21:22:10.0756874Z [00:04:03.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2210/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gosuri/uitable@v0.0.4/util/strutil=>github.com/gosuri/uitable@v0.0.4/util/strutil;$WORK/b2210=>" -p github.com/gosuri/uitable/util/strutil -lang=go1.16 -complete -installsuffix shared -buildid Kl8vovVa8ZWLUMARtPHO/Kl8vovVa8ZWLUMARtPHO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2210/importcfg -pack /root/go/pkg/mod/github.com/gosuri/uitable@v0.0.4/util/strutil/strutil.go
2025-08-20T21:22:10.0933217Z [00:04:03.359]➜  go tool buildid -w $WORK/b2210/_pkg_.a # internal
2025-08-20T21:22:10.0938778Z [00:04:03.361]➜  cp $WORK/b2210/_pkg_.a /root/.cache/go-build/23/23f85db7b13454efb60700de49f7db115e9ecbb1fe4633fd575efa401bb4d81a-d # internal
2025-08-20T21:22:10.0939946Z [00:04:03.361]➜  github.com/gosuri/uitable/util/wordwrap
2025-08-20T21:22:10.0940537Z [00:04:03.361]➜  mkdir -p $WORK/b2211/
2025-08-20T21:22:10.0941236Z [00:04:03.361]➜  cat >/tmp/go-build3547871397/b2211/importcfg << 'EOF' # internal
2025-08-20T21:22:10.0941885Z [00:04:03.361]➜  # import config
2025-08-20T21:22:10.0942527Z [00:04:03.361]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:10.0943726Z [00:04:03.361]➜  packagefile github.com/gosuri/uitable/util/strutil=/tmp/go-build3547871397/b2210/_pkg_.a
2025-08-20T21:22:10.0944691Z [00:04:03.361]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:22:10.0945256Z [00:04:03.361]➜  EOF
2025-08-20T21:22:10.0948906Z [00:04:03.361]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2211/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gosuri/uitable@v0.0.4/util/wordwrap=>github.com/gosuri/uitable@v0.0.4/util/wordwrap;$WORK/b2211=>" -p github.com/gosuri/uitable/util/wordwrap -lang=go1.16 -complete -installsuffix shared -buildid Dhnuf3tlUKdhG9NhMD_v/Dhnuf3tlUKdhG9NhMD_v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2211/importcfg -pack /root/go/pkg/mod/github.com/gosuri/uitable@v0.0.4/util/wordwrap/wordwrap.go
2025-08-20T21:22:10.1088374Z [00:04:03.376]➜  go tool buildid -w $WORK/b2190/_pkg_.a # internal
2025-08-20T21:22:10.1199990Z [00:04:03.387]➜  cp $WORK/b2190/_pkg_.a /root/.cache/go-build/a2/a211dee537892e614df19d9e1d803f7d541d93b85de4cde42ec4eac4becc9c25-d # internal
2025-08-20T21:22:10.1203338Z [00:04:03.387]➜  helm.sh/helm/v3/internal/sympath
2025-08-20T21:22:10.1209240Z [00:04:03.388]➜  mkdir -p $WORK/b2213/
2025-08-20T21:22:10.1210040Z [00:04:03.388]➜  cat >/tmp/go-build3547871397/b2213/importcfg << 'EOF' # internal
2025-08-20T21:22:10.1210914Z [00:04:03.388]➜  # import config
2025-08-20T21:22:10.1212389Z [00:04:03.388]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:10.1213548Z [00:04:03.388]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:22:10.1214506Z [00:04:03.388]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:10.1215324Z [00:04:03.388]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:10.1218724Z [00:04:03.389]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:10.1242055Z [00:04:03.389]➜  EOF
2025-08-20T21:22:10.1246014Z [00:04:03.389]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2213/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/internal/sympath=>helm.sh/helm/v3@v3.18.4/internal/sympath;$WORK/b2213=>" -p helm.sh/helm/v3/internal/sympath -lang=go1.24 -complete -installsuffix shared -buildid pmWxwCnWdnoLQ5rL29wS/pmWxwCnWdnoLQ5rL29wS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2213/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/internal/sympath/walk.go
2025-08-20T21:22:10.1257519Z [00:04:03.393]➜  go tool buildid -w $WORK/b2211/_pkg_.a # internal
2025-08-20T21:22:10.1265237Z [00:04:03.394]➜  cp $WORK/b2211/_pkg_.a /root/.cache/go-build/0d/0d721aa1c8cdf29b2af298503e90fd9f805df44ce573bf8182501ab2f4aa0e12-d # internal
2025-08-20T21:22:10.1272312Z [00:04:03.394]➜  github.com/gosuri/uitable
2025-08-20T21:22:10.1273224Z [00:04:03.394]➜  mkdir -p $WORK/b2209/
2025-08-20T21:22:10.1274172Z [00:04:03.394]➜  cat >/tmp/go-build3547871397/b2209/importcfg << 'EOF' # internal
2025-08-20T21:22:10.1275669Z [00:04:03.394]➜  # import config
2025-08-20T21:22:10.1276308Z [00:04:03.394]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:10.1277395Z [00:04:03.394]➜  packagefile github.com/fatih/color=/tmp/go-build3547871397/b1823/_pkg_.a
2025-08-20T21:22:10.1278558Z [00:04:03.395]➜  packagefile github.com/gosuri/uitable/util/strutil=/tmp/go-build3547871397/b2210/_pkg_.a
2025-08-20T21:22:10.1279934Z [00:04:03.395]➜  packagefile github.com/gosuri/uitable/util/wordwrap=/tmp/go-build3547871397/b2211/_pkg_.a
2025-08-20T21:22:10.1281024Z [00:04:03.395]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:10.1281851Z [00:04:03.395]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:10.1282451Z [00:04:03.395]➜  EOF
2025-08-20T21:22:10.1285826Z [00:04:03.395]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2209/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gosuri/uitable@v0.0.4=>github.com/gosuri/uitable@v0.0.4;$WORK/b2209=>" -p github.com/gosuri/uitable -lang=go1.16 -complete -installsuffix shared -buildid gCS6zscZ1QXg9SSzUzN3/gCS6zscZ1QXg9SSzUzN3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2209/importcfg -pack /root/go/pkg/mod/github.com/gosuri/uitable@v0.0.4/table.go
2025-08-20T21:22:10.1528526Z [00:04:03.420]➜  go tool buildid -w $WORK/b2202/_pkg_.a # internal
2025-08-20T21:22:10.1532250Z [00:04:03.420]➜  go tool buildid -w $WORK/b2213/_pkg_.a # internal
2025-08-20T21:22:10.1541487Z [00:04:03.421]➜  cp $WORK/b2213/_pkg_.a /root/.cache/go-build/ec/ecb5ee857fbbbe4d8fa6cdee95053ee084fb3a9c074992c3c15e4a063539cee6-d # internal
2025-08-20T21:22:10.1542777Z [00:04:03.421]➜  helm.sh/helm/v3/pkg/ignore
2025-08-20T21:22:10.1543355Z [00:04:03.421]➜  mkdir -p $WORK/b2214/
2025-08-20T21:22:10.1545849Z [00:04:03.422]➜  cat >/tmp/go-build3547871397/b2214/importcfg << 'EOF' # internal
2025-08-20T21:22:10.1548568Z [00:04:03.422]➜  # import config
2025-08-20T21:22:10.1549172Z [00:04:03.422]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:22:10.1549904Z [00:04:03.422]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:10.1550782Z [00:04:03.422]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:10.1551678Z [00:04:03.422]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:10.1552442Z [00:04:03.422]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:22:10.1555629Z [00:04:03.422]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:10.1556494Z [00:04:03.422]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:10.1557385Z [00:04:03.422]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:10.1558159Z [00:04:03.422]➜  EOF
2025-08-20T21:22:10.1561757Z [00:04:03.422]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2214/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/ignore=>helm.sh/helm/v3@v3.18.4/pkg/ignore;$WORK/b2214=>" -p helm.sh/helm/v3/pkg/ignore -lang=go1.24 -complete -installsuffix shared -buildid KFsDv9KGtPbQOoqk2ZXM/KFsDv9KGtPbQOoqk2ZXM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2214/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/ignore/doc.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/ignore/rules.go
2025-08-20T21:22:10.1591922Z [00:04:03.426]➜  go tool buildid -w $WORK/b2209/_pkg_.a # internal
2025-08-20T21:22:10.1627716Z [00:04:03.430]➜  cp $WORK/b2209/_pkg_.a /root/.cache/go-build/22/222962eefad865e73cba4dda3356d996fc0b18b28e768a9cdd5a43f954f9a35b-d # internal
2025-08-20T21:22:10.1630642Z [00:04:03.430]➜  helm.sh/helm/v3/internal/version
2025-08-20T21:22:10.1633778Z [00:04:03.430]➜  mkdir -p $WORK/b2216/
2025-08-20T21:22:10.1635020Z [00:04:03.430]➜  cat >/tmp/go-build3547871397/b2216/importcfg << 'EOF' # internal
2025-08-20T21:22:10.1635707Z [00:04:03.430]➜  # import config
2025-08-20T21:22:10.1636359Z [00:04:03.430]➜  packagefile flag=/tmp/go-build3547871397/b002/_pkg_.a
2025-08-20T21:22:10.1637170Z [00:04:03.430]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:22:10.1638169Z [00:04:03.430]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:10.1638824Z [00:04:03.430]➜  EOF
2025-08-20T21:22:10.1642257Z [00:04:03.430]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2216/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/internal/version=>helm.sh/helm/v3@v3.18.4/internal/version;$WORK/b2216=>" -p helm.sh/helm/v3/internal/version -lang=go1.24 -complete -installsuffix shared -buildid vmP2qWaTfUwDGadxsqS-/vmP2qWaTfUwDGadxsqS- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2216/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/internal/version/version.go
2025-08-20T21:22:10.1694714Z [00:04:03.437]➜  cp $WORK/b2202/_pkg_.a /root/.cache/go-build/ba/ba7ba779ee5bf0d65fceba4e305f13a01b1c80dd524529c478317b4bce8567c0-d # internal
2025-08-20T21:22:10.1701446Z [00:04:03.437]➜  k8s.io/client-go/informers/storage
2025-08-20T21:22:10.1707173Z [00:04:03.438]➜  mkdir -p $WORK/b2197/
2025-08-20T21:22:10.1716229Z [00:04:03.439]➜  cat >/tmp/go-build3547871397/b2197/importcfg << 'EOF' # internal
2025-08-20T21:22:10.1717593Z [00:04:03.439]➜  # import config
2025-08-20T21:22:10.1720085Z [00:04:03.439]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:10.1721576Z [00:04:03.439]➜  packagefile k8s.io/client-go/informers/storage/v1=/tmp/go-build3547871397/b2198/_pkg_.a
2025-08-20T21:22:10.1725066Z [00:04:03.439]➜  packagefile k8s.io/client-go/informers/storage/v1alpha1=/tmp/go-build3547871397/b2200/_pkg_.a
2025-08-20T21:22:10.1726398Z [00:04:03.439]➜  packagefile k8s.io/client-go/informers/storage/v1beta1=/tmp/go-build3547871397/b2202/_pkg_.a
2025-08-20T21:22:10.1727221Z [00:04:03.439]➜  EOF
2025-08-20T21:22:10.1739438Z [00:04:03.441]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2197/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage=>k8s.io/client-go@v0.33.2/informers/storage;$WORK/b2197=>" -p k8s.io/client-go/informers/storage -lang=go1.24 -complete -installsuffix shared -buildid GyDuMJBPomvO5H7xMke9/GyDuMJBPomvO5H7xMke9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2197/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storage/interface.go
2025-08-20T21:22:10.1808666Z [00:04:03.448]➜  go tool buildid -w $WORK/b2216/_pkg_.a # internal
2025-08-20T21:22:10.1815585Z [00:04:03.449]➜  cp $WORK/b2216/_pkg_.a /root/.cache/go-build/c8/c8a5c1a013d470cf946cea2db87f8ea89dc14b78b4ce121e33f2fe3dd8f6b5dd-d # internal
2025-08-20T21:22:10.1823344Z [00:04:03.449]➜  k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1
2025-08-20T21:22:10.1833527Z [00:04:03.450]➜  mkdir -p $WORK/b2217/
2025-08-20T21:22:10.1834306Z [00:04:03.450]➜  cat >/tmp/go-build3547871397/b2217/importcfg << 'EOF' # internal
2025-08-20T21:22:10.1835021Z [00:04:03.450]➜  # import config
2025-08-20T21:22:10.1835690Z [00:04:03.450]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:10.1836581Z [00:04:03.450]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:22:10.1837470Z [00:04:03.450]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:10.1838281Z [00:04:03.450]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:10.1839455Z [00:04:03.450]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:22:10.1840657Z [00:04:03.450]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:22:10.1841621Z [00:04:03.450]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:10.1842921Z [00:04:03.450]➜  packagefile k8s.io/apiextensions-apiserver/pkg/apis/apiextensions=/tmp/go-build3547871397/b268/_pkg_.a
2025-08-20T21:22:10.1844279Z [00:04:03.450]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:10.1845504Z [00:04:03.450]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:22:10.1846842Z [00:04:03.450]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:10.1848087Z [00:04:03.450]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:22:10.1849492Z [00:04:03.450]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct=/tmp/go-build3547871397/b092/_pkg_.a
2025-08-20T21:22:10.1850786Z [00:04:03.451]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:22:10.1851936Z [00:04:03.451]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3547871397/b142/_pkg_.a
2025-08-20T21:22:10.1855776Z [00:04:03.451]➜  packagefile k8s.io/utils/pointer=/tmp/go-build3547871397/b270/_pkg_.a
2025-08-20T21:22:10.1856689Z [00:04:03.451]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:22:10.1857501Z [00:04:03.451]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:22:10.1858327Z [00:04:03.451]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:10.1859148Z [00:04:03.451]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:10.1859760Z [00:04:03.451]➜  EOF
2025-08-20T21:22:10.1873793Z [00:04:03.451]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2217/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1beta1=>k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1beta1;$WORK/b2217=>" -p k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1 -lang=go1.24 -complete -installsuffix shared -buildid K_ZYSl-j5laADp0CiW4Z/K_ZYSl-j5laADp0CiW4Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2217/importcfg -pack /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1beta1/conversion.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1beta1/deepcopy.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1beta1/defaults.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1beta1/doc.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1beta1/generated.pb.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1beta1/marshal.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1beta1/register.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1beta1/types.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1beta1/types_jsonschema.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1beta1/zz_generated.conversion.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1beta1/zz_generated.deepcopy.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1beta1/zz_generated.defaults.go /root/go/pkg/mod/k8s.io/apiextensions-apiserver@v0.33.2/pkg/apis/apiextensions/v1beta1/zz_generated.prerelease-lifecycle.go
2025-08-20T21:22:10.1947946Z [00:04:03.462]➜  go tool buildid -w $WORK/b2214/_pkg_.a # internal
2025-08-20T21:22:10.1963044Z [00:04:03.463]➜  cp $WORK/b2214/_pkg_.a /root/.cache/go-build/37/370baf5eb963b197bd90dfab0e7cc074325ffe6878239a8b61fb6ded1723560a-d # internal
2025-08-20T21:22:10.1976081Z [00:04:03.465]➜  helm.sh/helm/v3/pkg/chart/loader
2025-08-20T21:22:10.1989476Z [00:04:03.465]➜  mkdir -p $WORK/b2212/
2025-08-20T21:22:10.1990175Z [00:04:03.465]➜  cat >/tmp/go-build3547871397/b2212/importcfg << 'EOF' # internal
2025-08-20T21:22:10.1990820Z [00:04:03.465]➜  # import config
2025-08-20T21:22:10.1991457Z [00:04:03.465]➜  packagefile archive/tar=/tmp/go-build3547871397/b861/_pkg_.a
2025-08-20T21:22:10.1992233Z [00:04:03.465]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:10.1993225Z [00:04:03.465]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:22:10.1994016Z [00:04:03.465]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:10.1994970Z [00:04:03.465]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:10.1995988Z [00:04:03.465]➜  packagefile helm.sh/helm/v3/internal/sympath=/tmp/go-build3547871397/b2213/_pkg_.a
2025-08-20T21:22:10.1997017Z [00:04:03.465]➜  packagefile helm.sh/helm/v3/pkg/chart=/tmp/go-build3547871397/b2079/_pkg_.a
2025-08-20T21:22:10.1997994Z [00:04:03.465]➜  packagefile helm.sh/helm/v3/pkg/ignore=/tmp/go-build3547871397/b2214/_pkg_.a
2025-08-20T21:22:10.1998821Z [00:04:03.465]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:10.1999523Z [00:04:03.465]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:22:10.2000258Z [00:04:03.465]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:10.2000984Z [00:04:03.465]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:10.2002744Z [00:04:03.465]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:10.2003549Z [00:04:03.465]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:10.2004326Z [00:04:03.465]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:10.2005110Z [00:04:03.465]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:22:10.2005921Z [00:04:03.465]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:10.2006469Z [00:04:03.465]➜  EOF
2025-08-20T21:22:10.2010613Z [00:04:03.465]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2212/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chart/loader=>helm.sh/helm/v3@v3.18.4/pkg/chart/loader;$WORK/b2212=>" -p helm.sh/helm/v3/pkg/chart/loader -lang=go1.24 -complete -installsuffix shared -buildid -86NOwmdIo3yuv48pnEr/-86NOwmdIo3yuv48pnEr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2212/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chart/loader/archive.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chart/loader/directory.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chart/loader/load.go
2025-08-20T21:22:10.3165454Z [00:04:03.584]➜  go tool buildid -w $WORK/b2212/_pkg_.a # internal
2025-08-20T21:22:10.3180778Z [00:04:03.585]➜  cp $WORK/b2212/_pkg_.a /root/.cache/go-build/65/65c70e44283b4713e139c9079f95971226847c4936831b8ae39662c45e18e955-d # internal
2025-08-20T21:22:10.3194872Z [00:04:03.586]➜  helm.sh/helm/v3/pkg/helmpath
2025-08-20T21:22:10.3195401Z [00:04:03.586]➜  mkdir -p $WORK/b2219/
2025-08-20T21:22:10.3196081Z [00:04:03.586]➜  cat >/tmp/go-build3547871397/b2219/importcfg << 'EOF' # internal
2025-08-20T21:22:10.3196859Z [00:04:03.586]➜  # import config
2025-08-20T21:22:10.3197635Z [00:04:03.586]➜  packagefile helm.sh/helm/v3/pkg/helmpath/xdg=/tmp/go-build3547871397/b2220/_pkg_.a
2025-08-20T21:22:10.3198685Z [00:04:03.586]➜  packagefile k8s.io/client-go/util/homedir=/tmp/go-build3547871397/b572/_pkg_.a
2025-08-20T21:22:10.3199535Z [00:04:03.586]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:10.3200329Z [00:04:03.586]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:10.3200934Z [00:04:03.586]➜  EOF
2025-08-20T21:22:10.3207011Z [00:04:03.586]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2219/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/helmpath=>helm.sh/helm/v3@v3.18.4/pkg/helmpath;$WORK/b2219=>" -p helm.sh/helm/v3/pkg/helmpath -lang=go1.24 -complete -installsuffix shared -buildid DTZmRyFdi3NMZ1rouz7e/DTZmRyFdi3NMZ1rouz7e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2219/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/helmpath/home.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/helmpath/lazypath.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/helmpath/lazypath_unix.go
2025-08-20T21:22:10.3440596Z [00:04:03.609]➜  go tool buildid -w $WORK/b2219/_pkg_.a # internal
2025-08-20T21:22:10.3442403Z [00:04:03.610]➜  cp $WORK/b2219/_pkg_.a /root/.cache/go-build/cd/cd45ac578c729b6984cba703578752cca96030c7229eb402f8c7c7a11404a1ba-d # internal
2025-08-20T21:22:10.3443712Z [00:04:03.610]➜  github.com/evanphx/json-patch
2025-08-20T21:22:10.3444295Z [00:04:03.610]➜  mkdir -p $WORK/b2222/
2025-08-20T21:22:10.3445017Z [00:04:03.611]➜  cat >/tmp/go-build3547871397/b2222/importcfg << 'EOF' # internal
2025-08-20T21:22:10.3445720Z [00:04:03.611]➜  # import config
2025-08-20T21:22:10.3446374Z [00:04:03.611]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:10.3447228Z [00:04:03.611]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:10.3448119Z [00:04:03.611]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:10.3448903Z [00:04:03.611]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:10.3454648Z [00:04:03.611]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:10.3455497Z [00:04:03.611]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:10.3456318Z [00:04:03.611]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:10.3456919Z [00:04:03.611]➜  EOF
2025-08-20T21:22:10.3461702Z [00:04:03.611]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2222/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/evanphx/json-patch@v5.9.11+incompatible=>github.com/evanphx/json-patch@v5.9.11+incompatible;$WORK/b2222=>" -p github.com/evanphx/json-patch -lang=go1.16 -complete -installsuffix shared -buildid lHO1z6QWGu5s4RYC2jY4/lHO1z6QWGu5s4RYC2jY4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2222/importcfg -pack /root/go/pkg/mod/github.com/evanphx/json-patch@v5.9.11+incompatible/errors.go /root/go/pkg/mod/github.com/evanphx/json-patch@v5.9.11+incompatible/merge.go /root/go/pkg/mod/github.com/evanphx/json-patch@v5.9.11+incompatible/patch.go
2025-08-20T21:22:10.4544240Z [00:04:03.721]➜  go tool buildid -w $WORK/b2222/_pkg_.a # internal
2025-08-20T21:22:10.4558139Z [00:04:03.723]➜  cp $WORK/b2222/_pkg_.a /root/.cache/go-build/89/8932e1978f78ca7615c8a04f3ccd237f26b5592fb4dd1b956003e1a85400ba6a-d # internal
2025-08-20T21:22:10.4590479Z [00:04:03.723]➜  helm.sh/helm/v3/internal/third_party/k8s.io/kubernetes/deployment/util
2025-08-20T21:22:10.4591253Z [00:04:03.723]➜  mkdir -p $WORK/b2223/
2025-08-20T21:22:10.4592176Z [00:04:03.724]➜  cat >/tmp/go-build3547871397/b2223/importcfg << 'EOF' # internal
2025-08-20T21:22:10.4593011Z [00:04:03.724]➜  # import config
2025-08-20T21:22:10.4593657Z [00:04:03.724]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:10.4594673Z [00:04:03.724]➜  packagefile k8s.io/api/apps/v1=/tmp/go-build3547871397/b356/_pkg_.a
2025-08-20T21:22:10.4595604Z [00:04:03.724]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:10.4596669Z [00:04:03.724]➜  packagefile k8s.io/apimachinery/pkg/api/equality=/tmp/go-build3547871397/b269/_pkg_.a
2025-08-20T21:22:10.4597845Z [00:04:03.724]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:10.4599032Z [00:04:03.724]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:22:10.4600256Z [00:04:03.726]➜  packagefile k8s.io/client-go/kubernetes/typed/apps/v1=/tmp/go-build3547871397/b590/_pkg_.a
2025-08-20T21:22:10.4601355Z [00:04:03.726]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:10.4601933Z [00:04:03.726]➜  EOF
2025-08-20T21:22:10.4607271Z [00:04:03.726]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2223/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/internal/third_party/k8s.io/kubernetes/deployment/util=>helm.sh/helm/v3@v3.18.4/internal/third_party/k8s.io/kubernetes/deployment/util;$WORK/b2223=>" -p helm.sh/helm/v3/internal/third_party/k8s.io/kubernetes/deployment/util -lang=go1.24 -complete -installsuffix shared -buildid Xz_t8GozjjUYsRtNzaNK/Xz_t8GozjjUYsRtNzaNK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2223/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/internal/third_party/k8s.io/kubernetes/deployment/util/deploymentutil.go
2025-08-20T21:22:10.4945530Z [00:04:03.761]➜  go tool buildid -w $WORK/b2205/_pkg_.a # internal
2025-08-20T21:22:10.5109798Z [00:04:03.778]➜  cp $WORK/b2205/_pkg_.a /root/.cache/go-build/db/dbf944ae4643bda1549f83c58fc841371b4de5b11af3cb961103120c7e598343-d # internal
2025-08-20T21:22:10.5127319Z [00:04:03.780]➜  k8s.io/client-go/informers/storagemigration
2025-08-20T21:22:10.5136103Z [00:04:03.780]➜  mkdir -p $WORK/b2204/
2025-08-20T21:22:10.5136898Z [00:04:03.780]➜  cat >/tmp/go-build3547871397/b2204/importcfg << 'EOF' # internal
2025-08-20T21:22:10.5137604Z [00:04:03.780]➜  # import config
2025-08-20T21:22:10.5138546Z [00:04:03.780]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:10.5139946Z [00:04:03.780]➜  packagefile k8s.io/client-go/informers/storagemigration/v1alpha1=/tmp/go-build3547871397/b2205/_pkg_.a
2025-08-20T21:22:10.5140826Z [00:04:03.780]➜  EOF
2025-08-20T21:22:10.5144643Z [00:04:03.780]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2204/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storagemigration=>k8s.io/client-go@v0.33.2/informers/storagemigration;$WORK/b2204=>" -p k8s.io/client-go/informers/storagemigration -lang=go1.24 -complete -installsuffix shared -buildid dt-8v78zj7QESc76_1j1/dt-8v78zj7QESc76_1j1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2204/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/storagemigration/interface.go
2025-08-20T21:22:10.5490367Z [00:04:03.816]➜  go tool buildid -w $WORK/b2223/_pkg_.a # internal
2025-08-20T21:22:10.5527638Z [00:04:03.819]➜  cp $WORK/b2223/_pkg_.a /root/.cache/go-build/1e/1e5af5382025e1ef9d4d034f27c8ef849004d210f6aa9017be4c42e387b4e8f9-d # internal
2025-08-20T21:22:10.5542010Z [00:04:03.820]➜  k8s.io/apimachinery/pkg/util/jsonmergepatch
2025-08-20T21:22:10.5542948Z [00:04:03.820]➜  mkdir -p $WORK/b2224/
2025-08-20T21:22:10.5543736Z [00:04:03.820]➜  cat >/tmp/go-build3547871397/b2224/importcfg << 'EOF' # internal
2025-08-20T21:22:10.5544436Z [00:04:03.820]➜  # import config
2025-08-20T21:22:10.5545073Z [00:04:03.820]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:10.5546254Z [00:04:03.820]➜  packagefile gopkg.in/evanphx/json-patch.v4=/tmp/go-build3547871397/b283/_pkg_.a
2025-08-20T21:22:10.5547363Z [00:04:03.821]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3547871397/b142/_pkg_.a
2025-08-20T21:22:10.5548577Z [00:04:03.821]➜  packagefile k8s.io/apimachinery/pkg/util/mergepatch=/tmp/go-build3547871397/b582/_pkg_.a
2025-08-20T21:22:10.5549781Z [00:04:03.821]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:10.5550395Z [00:04:03.821]➜  EOF
2025-08-20T21:22:10.5574837Z [00:04:03.821]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2224/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/jsonmergepatch=>k8s.io/apimachinery@v0.33.2/pkg/util/jsonmergepatch;$WORK/b2224=>" -p k8s.io/apimachinery/pkg/util/jsonmergepatch -lang=go1.24 -complete -installsuffix shared -buildid SQP2jQW8CVoSYfakwM29/SQP2jQW8CVoSYfakwM29 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2224/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/jsonmergepatch/patch.go
2025-08-20T21:22:10.5873144Z [00:04:03.854]➜  go tool buildid -w $WORK/b2224/_pkg_.a # internal
2025-08-20T21:22:10.5882256Z [00:04:03.855]➜  cp $WORK/b2224/_pkg_.a /root/.cache/go-build/d5/d5fc6bc5391ad0ca08c55ee17f4ffb7f2526ddf4fba73d75b54d7e9cd454d7cd-d # internal
2025-08-20T21:22:10.5883846Z [00:04:03.856]➜  k8s.io/client-go/util/retry
2025-08-20T21:22:10.5884899Z [00:04:03.856]➜  mkdir -p $WORK/b2225/
2025-08-20T21:22:10.5889617Z [00:04:03.856]➜  cat >/tmp/go-build3547871397/b2225/importcfg << 'EOF' # internal
2025-08-20T21:22:10.5892112Z [00:04:03.856]➜  # import config
2025-08-20T21:22:10.5893170Z [00:04:03.856]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:22:10.5894620Z [00:04:03.856]➜  packagefile k8s.io/apimachinery/pkg/util/wait=/tmp/go-build3547871397/b448/_pkg_.a
2025-08-20T21:22:10.5895621Z [00:04:03.856]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:10.5896219Z [00:04:03.856]➜  EOF
2025-08-20T21:22:10.5899438Z [00:04:03.856]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2225/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/retry=>k8s.io/client-go@v0.33.2/util/retry;$WORK/b2225=>" -p k8s.io/client-go/util/retry -lang=go1.24 -complete -installsuffix shared -buildid 9jcYGXqifmJ0uJDC-2c_/9jcYGXqifmJ0uJDC-2c_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2225/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/retry/util.go
2025-08-20T21:22:10.6046070Z [00:04:03.872]➜  go tool buildid -w $WORK/b2225/_pkg_.a # internal
2025-08-20T21:22:10.6054575Z [00:04:03.873]➜  cp $WORK/b2225/_pkg_.a /root/.cache/go-build/25/25cd7a1273cbb6e15af1bf0398c75cc496ceca404ec6ae918abebf13ff5cd3a2-d # internal
2025-08-20T21:22:10.6060606Z [00:04:03.873]➜  helm.sh/helm/v3/internal/third_party/dep/fs
2025-08-20T21:22:10.6061386Z [00:04:03.873]➜  mkdir -p $WORK/b2228/
2025-08-20T21:22:10.6067980Z [00:04:03.874]➜  cat >/tmp/go-build3547871397/b2228/importcfg << 'EOF' # internal
2025-08-20T21:22:10.6068704Z [00:04:03.874]➜  # import config
2025-08-20T21:22:10.6069565Z [00:04:03.874]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:10.6070454Z [00:04:03.874]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:10.6071231Z [00:04:03.874]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:10.6072053Z [00:04:03.874]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:10.6073050Z [00:04:03.874]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:22:10.6073903Z [00:04:03.874]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:22:10.6074485Z [00:04:03.874]➜  EOF
2025-08-20T21:22:10.6078681Z [00:04:03.874]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2228/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/internal/third_party/dep/fs=>helm.sh/helm/v3@v3.18.4/internal/third_party/dep/fs;$WORK/b2228=>" -p helm.sh/helm/v3/internal/third_party/dep/fs -lang=go1.24 -complete -installsuffix shared -buildid cBN7Vyi_lKxsg3l0A3hd/cBN7Vyi_lKxsg3l0A3hd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2228/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/internal/third_party/dep/fs/fs.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/internal/third_party/dep/fs/rename.go
2025-08-20T21:22:10.6643659Z [00:04:03.931]➜  go tool buildid -w $WORK/b2228/_pkg_.a # internal
2025-08-20T21:22:10.6644917Z [00:04:03.931]➜  cp $WORK/b2228/_pkg_.a /root/.cache/go-build/63/636b867ba440face6aae92fe30f056a079557ecce87eb91125c571397844937e-d # internal
2025-08-20T21:22:10.6645953Z [00:04:03.931]➜  helm.sh/helm/v3/internal/fileutil
2025-08-20T21:22:10.6646530Z [00:04:03.931]➜  mkdir -p $WORK/b2227/
2025-08-20T21:22:10.6647273Z [00:04:03.931]➜  cat >/tmp/go-build3547871397/b2227/importcfg << 'EOF' # internal
2025-08-20T21:22:10.6647931Z [00:04:03.931]➜  # import config
2025-08-20T21:22:10.6648997Z [00:04:03.931]➜  packagefile helm.sh/helm/v3/internal/third_party/dep/fs=/tmp/go-build3547871397/b2228/_pkg_.a
2025-08-20T21:22:10.6650050Z [00:04:03.931]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:10.6650806Z [00:04:03.931]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:10.6651634Z [00:04:03.931]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:10.6652277Z [00:04:03.931]➜  EOF
2025-08-20T21:22:10.6656046Z [00:04:03.931]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2227/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/internal/fileutil=>helm.sh/helm/v3@v3.18.4/internal/fileutil;$WORK/b2227=>" -p helm.sh/helm/v3/internal/fileutil -lang=go1.24 -complete -installsuffix shared -buildid QCiVtXr-aLiym8T4TVHx/QCiVtXr-aLiym8T4TVHx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2227/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/internal/fileutil/fileutil.go
2025-08-20T21:22:10.6968286Z [00:04:03.964]➜  go tool buildid -w $WORK/b2227/_pkg_.a # internal
2025-08-20T21:22:10.6977834Z [00:04:03.965]➜  cp $WORK/b2227/_pkg_.a /root/.cache/go-build/23/238c8189cafe042459aa0ab6d7d2cf5fe4203c55c92005e81a83ac774eb7e71d-d # internal
2025-08-20T21:22:10.7005720Z [00:04:03.968]➜  golang.org/x/crypto/openpgp/errors
2025-08-20T21:22:10.7007688Z [00:04:03.968]➜  mkdir -p $WORK/b2233/
2025-08-20T21:22:10.7010374Z [00:04:03.968]➜  cat >/tmp/go-build3547871397/b2233/importcfg << 'EOF' # internal
2025-08-20T21:22:10.7011089Z [00:04:03.968]➜  # import config
2025-08-20T21:22:10.7011773Z [00:04:03.968]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:10.7012401Z [00:04:03.968]➜  EOF
2025-08-20T21:22:10.7016305Z [00:04:03.969]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2233/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/errors=>golang.org/x/crypto@v0.40.0/openpgp/errors;$WORK/b2233=>" -p golang.org/x/crypto/openpgp/errors -lang=go1.23 -complete -installsuffix shared -buildid AeNerwuTn7EpBu1VN0ZW/AeNerwuTn7EpBu1VN0ZW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2233/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/errors/errors.go
2025-08-20T21:22:10.7323828Z [00:04:03.999]➜  go tool buildid -w $WORK/b2233/_pkg_.a # internal
2025-08-20T21:22:10.7334692Z [00:04:04.001]➜  cp $WORK/b2233/_pkg_.a /root/.cache/go-build/ad/ad5b4b6de7ed92bae144d516e5b24ec4647dd870352f051e37147ed29ee39b0c-d # internal
2025-08-20T21:22:10.7340553Z [00:04:04.001]➜  golang.org/x/crypto/openpgp/armor
2025-08-20T21:22:10.7341480Z [00:04:04.001]➜  mkdir -p $WORK/b2232/
2025-08-20T21:22:10.7346783Z [00:04:04.002]➜  cat >/tmp/go-build3547871397/b2232/importcfg << 'EOF' # internal
2025-08-20T21:22:10.7347572Z [00:04:04.002]➜  # import config
2025-08-20T21:22:10.7348284Z [00:04:04.002]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:22:10.7349140Z [00:04:04.002]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:10.7351884Z [00:04:04.002]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:22:10.7354290Z [00:04:04.002]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build3547871397/b2233/_pkg_.a
2025-08-20T21:22:10.7355271Z [00:04:04.002]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:10.7356063Z [00:04:04.002]➜  EOF
2025-08-20T21:22:10.7359979Z [00:04:04.002]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2232/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/armor=>golang.org/x/crypto@v0.40.0/openpgp/armor;$WORK/b2232=>" -p golang.org/x/crypto/openpgp/armor -lang=go1.23 -complete -installsuffix shared -buildid Ic2C20cRRGbuBhq42YSI/Ic2C20cRRGbuBhq42YSI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2232/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/armor/armor.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/armor/encode.go
2025-08-20T21:22:10.7751549Z [00:04:04.042]➜  go tool buildid -w $WORK/b2232/_pkg_.a # internal
2025-08-20T21:22:10.7764629Z [00:04:04.044]➜  cp $WORK/b2232/_pkg_.a /root/.cache/go-build/af/af1384dd7684f20d5dbb436efc7d66302000ea2b86c7c8fca51304a85d481dc3-d # internal
2025-08-20T21:22:10.7766636Z [00:04:04.044]➜  golang.org/x/crypto/openpgp/elgamal
2025-08-20T21:22:10.7768307Z [00:04:04.044]➜  mkdir -p $WORK/b2235/
2025-08-20T21:22:10.7773732Z [00:04:04.045]➜  cat >/tmp/go-build3547871397/b2235/importcfg << 'EOF' # internal
2025-08-20T21:22:10.7775835Z [00:04:04.045]➜  # import config
2025-08-20T21:22:10.7778184Z [00:04:04.045]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:22:10.7779111Z [00:04:04.045]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:22:10.7780177Z [00:04:04.045]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:10.7780993Z [00:04:04.045]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:10.7781774Z [00:04:04.045]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:22:10.7782400Z [00:04:04.045]➜  EOF
2025-08-20T21:22:10.7786302Z [00:04:04.045]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2235/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/elgamal=>golang.org/x/crypto@v0.40.0/openpgp/elgamal;$WORK/b2235=>" -p golang.org/x/crypto/openpgp/elgamal -lang=go1.23 -complete -installsuffix shared -buildid F_lqcrelsqhQV24B6G9D/F_lqcrelsqhQV24B6G9D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2235/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/elgamal/elgamal.go
2025-08-20T21:22:10.7999857Z [00:04:04.067]➜  go tool buildid -w $WORK/b2197/_pkg_.a # internal
2025-08-20T21:22:10.8034065Z [00:04:04.070]➜  go tool buildid -w $WORK/b2235/_pkg_.a # internal
2025-08-20T21:22:10.8052275Z [00:04:04.072]➜  cp $WORK/b2235/_pkg_.a /root/.cache/go-build/79/7998843e2e6ede6364486ba089592c3443f5bc478c70abdb21a57d3922419de2-d # internal
2025-08-20T21:22:10.8073986Z [00:04:04.073]➜  golang.org/x/crypto/openpgp/s2k
2025-08-20T21:22:10.8080237Z [00:04:04.075]➜  mkdir -p $WORK/b2236/
2025-08-20T21:22:10.8081002Z [00:04:04.075]➜  cat >/tmp/go-build3547871397/b2236/importcfg << 'EOF' # internal
2025-08-20T21:22:10.8081675Z [00:04:04.075]➜  # import config
2025-08-20T21:22:10.8083340Z [00:04:04.075]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:22:10.8084930Z [00:04:04.075]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build3547871397/b2233/_pkg_.a
2025-08-20T21:22:10.8086791Z [00:04:04.075]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:22:10.8087584Z [00:04:04.075]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:10.8088371Z [00:04:04.075]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:10.8088982Z [00:04:04.075]➜  EOF
2025-08-20T21:22:10.8092311Z [00:04:04.076]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2236/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/s2k=>golang.org/x/crypto@v0.40.0/openpgp/s2k;$WORK/b2236=>" -p golang.org/x/crypto/openpgp/s2k -lang=go1.23 -complete -installsuffix shared -buildid JpFshSlqZgMcoiv_BoqN/JpFshSlqZgMcoiv_BoqN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2236/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/s2k/s2k.go
2025-08-20T21:22:10.8217251Z [00:04:04.089]➜  cp $WORK/b2197/_pkg_.a /root/.cache/go-build/e9/e9497540fcc107a782471ea27bb92487d47862e02c984a25a3bd0c5f056c342c-d # internal
2025-08-20T21:22:10.8228847Z [00:04:04.090]➜  helm.sh/helm/v3/internal/tlsutil
2025-08-20T21:22:10.8234815Z [00:04:04.091]➜  mkdir -p $WORK/b2239/
2025-08-20T21:22:10.8238703Z [00:04:04.091]➜  cat >/tmp/go-build3547871397/b2239/importcfg << 'EOF' # internal
2025-08-20T21:22:10.8239416Z [00:04:04.091]➜  # import config
2025-08-20T21:22:10.8240112Z [00:04:04.091]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:22:10.8241016Z [00:04:04.091]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:22:10.8242171Z [00:04:04.091]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:10.8244373Z [00:04:04.091]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:10.8244967Z [00:04:04.091]➜  EOF
2025-08-20T21:22:10.8248958Z [00:04:04.091]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2239/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/internal/tlsutil=>helm.sh/helm/v3@v3.18.4/internal/tlsutil;$WORK/b2239=>" -p helm.sh/helm/v3/internal/tlsutil -lang=go1.24 -complete -installsuffix shared -buildid rlNpxL-LByLhFOUumzbh/rlNpxL-LByLhFOUumzbh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2239/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/internal/tlsutil/cfg.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/internal/tlsutil/tls.go
2025-08-20T21:22:10.8559668Z [00:04:04.123]➜  go tool buildid -w $WORK/b2236/_pkg_.a # internal
2025-08-20T21:22:10.8567911Z [00:04:04.124]➜  cp $WORK/b2236/_pkg_.a /root/.cache/go-build/08/0807e805ca49f47b877049a4f0e03b32496d92ec09e0743d16e85aa319ced9de-d # internal
2025-08-20T21:22:10.8576395Z [00:04:04.125]➜  golang.org/x/crypto/openpgp/packet
2025-08-20T21:22:10.8578459Z [00:04:04.125]➜  mkdir -p $WORK/b2234/
2025-08-20T21:22:10.8585648Z [00:04:04.126]➜  cat >/tmp/go-build3547871397/b2234/importcfg << 'EOF' # internal
2025-08-20T21:22:10.8590517Z [00:04:04.126]➜  # import config
2025-08-20T21:22:10.8591168Z [00:04:04.126]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:22:10.8591956Z [00:04:04.126]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:10.8592954Z [00:04:04.126]➜  packagefile compress/bzip2=/tmp/go-build3547871397/b1516/_pkg_.a
2025-08-20T21:22:10.8593895Z [00:04:04.126]➜  packagefile compress/flate=/tmp/go-build3547871397/b150/_pkg_.a
2025-08-20T21:22:10.8594827Z [00:04:04.126]➜  packagefile compress/zlib=/tmp/go-build3547871397/b460/_pkg_.a
2025-08-20T21:22:10.8595698Z [00:04:04.126]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:22:10.8596568Z [00:04:04.126]➜  packagefile crypto/aes=/tmp/go-build3547871397/b181/_pkg_.a
2025-08-20T21:22:10.8597476Z [00:04:04.126]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:22:10.8598557Z [00:04:04.126]➜  packagefile crypto/des=/tmp/go-build3547871397/b182/_pkg_.a
2025-08-20T21:22:10.8599429Z [00:04:04.126]➜  packagefile crypto/dsa=/tmp/go-build3547871397/b224/_pkg_.a
2025-08-20T21:22:10.8600312Z [00:04:04.126]➜  packagefile crypto/ecdsa=/tmp/go-build3547871397/b188/_pkg_.a
2025-08-20T21:22:10.8624042Z [00:04:04.128]➜  packagefile crypto/elliptic=/tmp/go-build3547871397/b189/_pkg_.a
2025-08-20T21:22:10.8625459Z [00:04:04.128]➜  packagefile crypto/md5=/tmp/go-build3547871397/b215/_pkg_.a
2025-08-20T21:22:10.8626839Z [00:04:04.128]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:22:10.8628281Z [00:04:04.128]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:22:10.8629822Z [00:04:04.128]➜  packagefile crypto/sha1=/tmp/go-build3547871397/b219/_pkg_.a
2025-08-20T21:22:10.8631245Z [00:04:04.128]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:22:10.8632470Z [00:04:04.128]➜  packagefile crypto/sha512=/tmp/go-build3547871397/b196/_pkg_.a
2025-08-20T21:22:10.8633961Z [00:04:04.128]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:22:10.8635698Z [00:04:04.128]➜  packagefile encoding/asn1=/tmp/go-build3547871397/b198/_pkg_.a
2025-08-20T21:22:10.8636646Z [00:04:04.128]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:22:10.8637517Z [00:04:04.128]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:10.8638495Z [00:04:04.128]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build3547871397/b1614/_pkg_.a
2025-08-20T21:22:10.8639638Z [00:04:04.128]➜  packagefile golang.org/x/crypto/openpgp/elgamal=/tmp/go-build3547871397/b2235/_pkg_.a
2025-08-20T21:22:10.8641008Z [00:04:04.128]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build3547871397/b2233/_pkg_.a
2025-08-20T21:22:10.8642272Z [00:04:04.128]➜  packagefile golang.org/x/crypto/openpgp/s2k=/tmp/go-build3547871397/b2236/_pkg_.a
2025-08-20T21:22:10.8643492Z [00:04:04.128]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:22:10.8644283Z [00:04:04.128]➜  packagefile image=/tmp/go-build3547871397/b1642/_pkg_.a
2025-08-20T21:22:10.8645074Z [00:04:04.128]➜  packagefile image/jpeg=/tmp/go-build3547871397/b1643/_pkg_.a
2025-08-20T21:22:10.8645853Z [00:04:04.128]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:10.8646609Z [00:04:04.128]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:22:10.8647558Z [00:04:04.128]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:22:10.8648409Z [00:04:04.128]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:10.8649247Z [00:04:04.128]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:10.8650126Z [00:04:04.128]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:10.8650679Z [00:04:04.128]➜  EOF
2025-08-20T21:22:10.8664029Z [00:04:04.128]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2234/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet=>golang.org/x/crypto@v0.40.0/openpgp/packet;$WORK/b2234=>" -p golang.org/x/crypto/openpgp/packet -lang=go1.23 -complete -installsuffix shared -buildid zNIiIPl0YynUNyRAFbU-/zNIiIPl0YynUNyRAFbU- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2234/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/compressed.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/config.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/encrypted_key.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/literal.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/ocfb.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/one_pass_signature.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/opaque.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/packet.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/private_key.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/public_key.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/public_key_v3.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/reader.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/signature.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/signature_v3.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/symmetric_key_encrypted.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/symmetrically_encrypted.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/userattribute.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/userid.go
2025-08-20T21:22:10.8855011Z [00:04:04.152]➜  go tool buildid -w $WORK/b2239/_pkg_.a # internal
2025-08-20T21:22:10.8863546Z [00:04:04.153]➜  cp $WORK/b2239/_pkg_.a /root/.cache/go-build/04/04275a191c27696cf32a727e12f5d638e7590837176a9859996ff5f7d66a31c2-d # internal
2025-08-20T21:22:10.8867679Z [00:04:04.154]➜  oras.land/oras-go/v2/errdef
2025-08-20T21:22:10.8868251Z [00:04:04.154]➜  mkdir -p $WORK/b2242/
2025-08-20T21:22:10.8868966Z [00:04:04.154]➜  cat >/tmp/go-build3547871397/b2242/importcfg << 'EOF' # internal
2025-08-20T21:22:10.8869605Z [00:04:04.154]➜  # import config
2025-08-20T21:22:10.8870231Z [00:04:04.154]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:10.8870827Z [00:04:04.154]➜  EOF
2025-08-20T21:22:10.8874109Z [00:04:04.154]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2242/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/errdef=>oras.land/oras-go/v2@v2.6.0/errdef;$WORK/b2242=>" -p oras.land/oras-go/v2/errdef -lang=go1.23 -complete -installsuffix shared -buildid E80Q093Z8iqS1Ue5o_mw/E80Q093Z8iqS1Ue5o_mw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2242/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/errdef/errors.go
2025-08-20T21:22:10.8944206Z [00:04:04.162]➜  go tool buildid -w $WORK/b2242/_pkg_.a # internal
2025-08-20T21:22:10.8956327Z [00:04:04.163]➜  cp $WORK/b2242/_pkg_.a /root/.cache/go-build/c7/c7cffe548c47fdf4842d9bb4aaee5df10a3b3ef69930d43618d8658f62f6654f-d # internal
2025-08-20T21:22:10.8958114Z [00:04:04.163]➜  oras.land/oras-go/v2/internal/spec
2025-08-20T21:22:10.8958690Z [00:04:04.163]➜  mkdir -p $WORK/b2245/
2025-08-20T21:22:10.8959384Z [00:04:04.163]➜  cat >/tmp/go-build3547871397/b2245/importcfg << 'EOF' # internal
2025-08-20T21:22:10.8960033Z [00:04:04.163]➜  # import config
2025-08-20T21:22:10.8961157Z [00:04:04.163]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:22:10.8962075Z [00:04:04.163]➜  EOF
2025-08-20T21:22:10.8965774Z [00:04:04.163]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2245/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/spec=>oras.land/oras-go/v2@v2.6.0/internal/spec;$WORK/b2245=>" -p oras.land/oras-go/v2/internal/spec -lang=go1.23 -complete -installsuffix shared -buildid gq1bJZlT0TywpZfk7Lpl/gq1bJZlT0TywpZfk7Lpl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2245/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/spec/artifact.go
2025-08-20T21:22:10.9047092Z [00:04:04.172]➜  go tool buildid -w $WORK/b2245/_pkg_.a # internal
2025-08-20T21:22:10.9054235Z [00:04:04.173]➜  cp $WORK/b2245/_pkg_.a /root/.cache/go-build/3a/3a8b8918caefa6b06ab42f6f07649fe8798c5a4438f92ce72f83ca3fc2a0f7d0-d # internal
2025-08-20T21:22:10.9057313Z [00:04:04.173]➜  oras.land/oras-go/v2/internal/descriptor
2025-08-20T21:22:10.9062547Z [00:04:04.174]➜  mkdir -p $WORK/b2243/
2025-08-20T21:22:10.9063659Z [00:04:04.174]➜  cat >/tmp/go-build3547871397/b2243/importcfg << 'EOF' # internal
2025-08-20T21:22:10.9064535Z [00:04:04.174]➜  # import config
2025-08-20T21:22:10.9065617Z [00:04:04.174]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:22:10.9067110Z [00:04:04.174]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:22:10.9068800Z [00:04:04.174]➜  packagefile oras.land/oras-go/v2/internal/docker=/tmp/go-build3547871397/b2244/_pkg_.a
2025-08-20T21:22:10.9070039Z [00:04:04.174]➜  packagefile oras.land/oras-go/v2/internal/spec=/tmp/go-build3547871397/b2245/_pkg_.a
2025-08-20T21:22:10.9070947Z [00:04:04.174]➜  EOF
2025-08-20T21:22:10.9074772Z [00:04:04.174]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2243/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/descriptor=>oras.land/oras-go/v2@v2.6.0/internal/descriptor;$WORK/b2243=>" -p oras.land/oras-go/v2/internal/descriptor -lang=go1.23 -complete -installsuffix shared -buildid OItf1-zC5fxVgUg1YRo5/OItf1-zC5fxVgUg1YRo5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2243/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/descriptor/descriptor.go
2025-08-20T21:22:10.9479145Z [00:04:04.215]➜  go tool buildid -w $WORK/b2243/_pkg_.a # internal
2025-08-20T21:22:10.9491089Z [00:04:04.216]➜  cp $WORK/b2243/_pkg_.a /root/.cache/go-build/25/25a1bca6a363306d593e0137f9b38c5daa2cf4471323ecb71e9e1118abb904d0-d # internal
2025-08-20T21:22:10.9499415Z [00:04:04.217]➜  oras.land/oras-go/v2/content
2025-08-20T21:22:10.9504697Z [00:04:04.218]➜  mkdir -p $WORK/b2241/
2025-08-20T21:22:10.9529851Z [00:04:04.219]➜  cat >/tmp/go-build3547871397/b2241/importcfg << 'EOF' # internal
2025-08-20T21:22:10.9530679Z [00:04:04.219]➜  # import config
2025-08-20T21:22:10.9531372Z [00:04:04.219]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:10.9532240Z [00:04:04.219]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:10.9533307Z [00:04:04.219]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:10.9534273Z [00:04:04.219]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:10.9535266Z [00:04:04.219]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:22:10.9536558Z [00:04:04.219]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:22:10.9537603Z [00:04:04.219]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:10.9538519Z [00:04:04.219]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build3547871397/b2242/_pkg_.a
2025-08-20T21:22:10.9539676Z [00:04:04.219]➜  packagefile oras.land/oras-go/v2/internal/descriptor=/tmp/go-build3547871397/b2243/_pkg_.a
2025-08-20T21:22:10.9541013Z [00:04:04.219]➜  packagefile oras.land/oras-go/v2/internal/docker=/tmp/go-build3547871397/b2244/_pkg_.a
2025-08-20T21:22:10.9542179Z [00:04:04.219]➜  packagefile oras.land/oras-go/v2/internal/spec=/tmp/go-build3547871397/b2245/_pkg_.a
2025-08-20T21:22:10.9544703Z [00:04:04.219]➜  EOF
2025-08-20T21:22:10.9550176Z [00:04:04.219]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2241/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content=>oras.land/oras-go/v2@v2.6.0/content;$WORK/b2241=>" -p oras.land/oras-go/v2/content -lang=go1.23 -complete -installsuffix shared -buildid CnU6NT83YySaAvvGASPA/CnU6NT83YySaAvvGASPA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2241/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/descriptor.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/graph.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/limitedstorage.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/reader.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/resolver.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/storage.go
2025-08-20T21:22:11.0090089Z [00:04:04.276]➜  go tool buildid -w $WORK/b2241/_pkg_.a # internal
2025-08-20T21:22:11.0108653Z [00:04:04.278]➜  cp $WORK/b2241/_pkg_.a /root/.cache/go-build/9f/9f088172fee1c5df392281a0f64192e9d87d3cc901b320cfe2ca14166e4849be-d # internal
2025-08-20T21:22:11.0130119Z [00:04:04.280]➜  oras.land/oras-go/v2/internal/ioutil
2025-08-20T21:22:11.0135522Z [00:04:04.281]➜  mkdir -p $WORK/b2247/
2025-08-20T21:22:11.0144671Z [00:04:04.282]➜  cat >/tmp/go-build3547871397/b2247/importcfg << 'EOF' # internal
2025-08-20T21:22:11.0148878Z [00:04:04.282]➜  # import config
2025-08-20T21:22:11.0149477Z [00:04:04.282]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:11.0150500Z [00:04:04.282]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:22:11.0151472Z [00:04:04.282]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:11.0152362Z [00:04:04.282]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build3547871397/b2241/_pkg_.a
2025-08-20T21:22:11.0153531Z [00:04:04.282]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:11.0154368Z [00:04:04.282]➜  EOF
2025-08-20T21:22:11.0163316Z [00:04:04.283]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2247/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/ioutil=>oras.land/oras-go/v2@v2.6.0/internal/ioutil;$WORK/b2247=>" -p oras.land/oras-go/v2/internal/ioutil -lang=go1.23 -complete -installsuffix shared -buildid 3eUjkV3XzeC6sZ9Zp23R/3eUjkV3XzeC6sZ9Zp23R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2247/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/ioutil/io.go
2025-08-20T21:22:11.0670700Z [00:04:04.334]➜  go tool buildid -w $WORK/b2247/_pkg_.a # internal
2025-08-20T21:22:11.0687070Z [00:04:04.336]➜  cp $WORK/b2247/_pkg_.a /root/.cache/go-build/0f/0fdb479b1a50e7a817d5b6ad06b1aa4d6fb735d21efd7b0399ed10a381ee08b9-d # internal
2025-08-20T21:22:11.0700988Z [00:04:04.337]➜  oras.land/oras-go/v2/internal/cas
2025-08-20T21:22:11.0706685Z [00:04:04.338]➜  mkdir -p $WORK/b2246/
2025-08-20T21:22:11.0714013Z [00:04:04.338]➜  cat >/tmp/go-build3547871397/b2246/importcfg << 'EOF' # internal
2025-08-20T21:22:11.0718021Z [00:04:04.338]➜  # import config
2025-08-20T21:22:11.0718686Z [00:04:04.338]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:11.0719497Z [00:04:04.338]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:11.0720288Z [00:04:04.338]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:11.0721412Z [00:04:04.338]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:22:11.0722459Z [00:04:04.338]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:11.0723738Z [00:04:04.338]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build3547871397/b2241/_pkg_.a
2025-08-20T21:22:11.0724954Z [00:04:04.338]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build3547871397/b2242/_pkg_.a
2025-08-20T21:22:11.0726113Z [00:04:04.339]➜  packagefile oras.land/oras-go/v2/internal/descriptor=/tmp/go-build3547871397/b2243/_pkg_.a
2025-08-20T21:22:11.0727320Z [00:04:04.339]➜  packagefile oras.land/oras-go/v2/internal/ioutil=/tmp/go-build3547871397/b2247/_pkg_.a
2025-08-20T21:22:11.0728269Z [00:04:04.339]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:11.0728843Z [00:04:04.339]➜  EOF
2025-08-20T21:22:11.0739172Z [00:04:04.339]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2246/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/cas=>oras.land/oras-go/v2@v2.6.0/internal/cas;$WORK/b2246=>" -p oras.land/oras-go/v2/internal/cas -lang=go1.23 -complete -installsuffix shared -buildid 35L-Bc80QEYDvNuZUrXr/35L-Bc80QEYDvNuZUrXr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2246/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/cas/memory.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/cas/proxy.go
2025-08-20T21:22:11.1100116Z [00:04:04.377]➜  go tool buildid -w $WORK/b2204/_pkg_.a # internal
2025-08-20T21:22:11.1233616Z [00:04:04.390]➜  cp $WORK/b2204/_pkg_.a /root/.cache/go-build/d7/d7404ea7822b86ffdf30b78c719ccf2d8155186a04e323d88fa44f196cfd1229-d # internal
2025-08-20T21:22:11.1279592Z [00:04:04.391]➜  k8s.io/client-go/informers
2025-08-20T21:22:11.1280355Z [00:04:04.391]➜  mkdir -p $WORK/b2084/
2025-08-20T21:22:11.1281264Z [00:04:04.391]➜  cat >/tmp/go-build3547871397/b2084/importcfg << 'EOF' # internal
2025-08-20T21:22:11.1281926Z [00:04:04.391]➜  # import config
2025-08-20T21:22:11.1282583Z [00:04:04.391]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:11.1284016Z [00:04:04.391]➜  packagefile k8s.io/api/admissionregistration/v1=/tmp/go-build3547871397/b352/_pkg_.a
2025-08-20T21:22:11.1285323Z [00:04:04.391]➜  packagefile k8s.io/api/admissionregistration/v1alpha1=/tmp/go-build3547871397/b353/_pkg_.a
2025-08-20T21:22:11.1286624Z [00:04:04.391]➜  packagefile k8s.io/api/admissionregistration/v1beta1=/tmp/go-build3547871397/b354/_pkg_.a
2025-08-20T21:22:11.1287862Z [00:04:04.391]➜  packagefile k8s.io/api/apiserverinternal/v1alpha1=/tmp/go-build3547871397/b355/_pkg_.a
2025-08-20T21:22:11.1289139Z [00:04:04.391]➜  packagefile k8s.io/api/apps/v1=/tmp/go-build3547871397/b356/_pkg_.a
2025-08-20T21:22:11.1290136Z [00:04:04.391]➜  packagefile k8s.io/api/apps/v1beta1=/tmp/go-build3547871397/b357/_pkg_.a
2025-08-20T21:22:11.1291168Z [00:04:04.391]➜  packagefile k8s.io/api/apps/v1beta2=/tmp/go-build3547871397/b358/_pkg_.a
2025-08-20T21:22:11.1292172Z [00:04:04.391]➜  packagefile k8s.io/api/autoscaling/v1=/tmp/go-build3547871397/b363/_pkg_.a
2025-08-20T21:22:11.1293545Z [00:04:04.391]➜  packagefile k8s.io/api/autoscaling/v2=/tmp/go-build3547871397/b364/_pkg_.a
2025-08-20T21:22:11.1294722Z [00:04:04.391]➜  packagefile k8s.io/api/autoscaling/v2beta1=/tmp/go-build3547871397/b365/_pkg_.a
2025-08-20T21:22:11.1295837Z [00:04:04.391]➜  packagefile k8s.io/api/autoscaling/v2beta2=/tmp/go-build3547871397/b366/_pkg_.a
2025-08-20T21:22:11.1296846Z [00:04:04.391]➜  packagefile k8s.io/api/batch/v1=/tmp/go-build3547871397/b367/_pkg_.a
2025-08-20T21:22:11.1297988Z [00:04:04.391]➜  packagefile k8s.io/api/batch/v1beta1=/tmp/go-build3547871397/b368/_pkg_.a
2025-08-20T21:22:11.1299089Z [00:04:04.391]➜  packagefile k8s.io/api/certificates/v1=/tmp/go-build3547871397/b369/_pkg_.a
2025-08-20T21:22:11.1300190Z [00:04:04.391]➜  packagefile k8s.io/api/certificates/v1alpha1=/tmp/go-build3547871397/b370/_pkg_.a
2025-08-20T21:22:11.1301400Z [00:04:04.391]➜  packagefile k8s.io/api/certificates/v1beta1=/tmp/go-build3547871397/b371/_pkg_.a
2025-08-20T21:22:11.1302527Z [00:04:04.391]➜  packagefile k8s.io/api/coordination/v1=/tmp/go-build3547871397/b372/_pkg_.a
2025-08-20T21:22:11.1308470Z [00:04:04.391]➜  packagefile k8s.io/api/coordination/v1alpha2=/tmp/go-build3547871397/b373/_pkg_.a
2025-08-20T21:22:11.1309845Z [00:04:04.391]➜  packagefile k8s.io/api/coordination/v1beta1=/tmp/go-build3547871397/b374/_pkg_.a
2025-08-20T21:22:11.1310926Z [00:04:04.391]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:11.1311952Z [00:04:04.391]➜  packagefile k8s.io/api/discovery/v1=/tmp/go-build3547871397/b375/_pkg_.a
2025-08-20T21:22:11.1313384Z [00:04:04.391]➜  packagefile k8s.io/api/discovery/v1beta1=/tmp/go-build3547871397/b376/_pkg_.a
2025-08-20T21:22:11.1314427Z [00:04:04.391]➜  packagefile k8s.io/api/events/v1=/tmp/go-build3547871397/b377/_pkg_.a
2025-08-20T21:22:11.1315469Z [00:04:04.391]➜  packagefile k8s.io/api/events/v1beta1=/tmp/go-build3547871397/b378/_pkg_.a
2025-08-20T21:22:11.1316575Z [00:04:04.391]➜  packagefile k8s.io/api/extensions/v1beta1=/tmp/go-build3547871397/b379/_pkg_.a
2025-08-20T21:22:11.1317636Z [00:04:04.391]➜  packagefile k8s.io/api/flowcontrol/v1=/tmp/go-build3547871397/b380/_pkg_.a
2025-08-20T21:22:11.1318753Z [00:04:04.391]➜  packagefile k8s.io/api/flowcontrol/v1beta1=/tmp/go-build3547871397/b381/_pkg_.a
2025-08-20T21:22:11.1319863Z [00:04:04.391]➜  packagefile k8s.io/api/flowcontrol/v1beta2=/tmp/go-build3547871397/b382/_pkg_.a
2025-08-20T21:22:11.1320967Z [00:04:04.391]➜  packagefile k8s.io/api/flowcontrol/v1beta3=/tmp/go-build3547871397/b383/_pkg_.a
2025-08-20T21:22:11.1322062Z [00:04:04.391]➜  packagefile k8s.io/api/networking/v1=/tmp/go-build3547871397/b384/_pkg_.a
2025-08-20T21:22:11.1323400Z [00:04:04.391]➜  packagefile k8s.io/api/networking/v1alpha1=/tmp/go-build3547871397/b385/_pkg_.a
2025-08-20T21:22:11.1324710Z [00:04:04.392]➜  packagefile k8s.io/api/networking/v1beta1=/tmp/go-build3547871397/b386/_pkg_.a
2025-08-20T21:22:11.1325760Z [00:04:04.392]➜  packagefile k8s.io/api/node/v1=/tmp/go-build3547871397/b387/_pkg_.a
2025-08-20T21:22:11.1326820Z [00:04:04.392]➜  packagefile k8s.io/api/node/v1alpha1=/tmp/go-build3547871397/b388/_pkg_.a
2025-08-20T21:22:11.1327915Z [00:04:04.392]➜  packagefile k8s.io/api/node/v1beta1=/tmp/go-build3547871397/b389/_pkg_.a
2025-08-20T21:22:11.1328956Z [00:04:04.392]➜  packagefile k8s.io/api/policy/v1=/tmp/go-build3547871397/b390/_pkg_.a
2025-08-20T21:22:11.1329983Z [00:04:04.392]➜  packagefile k8s.io/api/policy/v1beta1=/tmp/go-build3547871397/b391/_pkg_.a
2025-08-20T21:22:11.1331194Z [00:04:04.392]➜  packagefile k8s.io/api/rbac/v1=/tmp/go-build3547871397/b392/_pkg_.a
2025-08-20T21:22:11.1332224Z [00:04:04.392]➜  packagefile k8s.io/api/rbac/v1alpha1=/tmp/go-build3547871397/b393/_pkg_.a
2025-08-20T21:22:11.1333485Z [00:04:04.392]➜  packagefile k8s.io/api/rbac/v1beta1=/tmp/go-build3547871397/b394/_pkg_.a
2025-08-20T21:22:11.1334571Z [00:04:04.392]➜  packagefile k8s.io/api/resource/v1alpha3=/tmp/go-build3547871397/b395/_pkg_.a
2025-08-20T21:22:11.1335676Z [00:04:04.392]➜  packagefile k8s.io/api/resource/v1beta1=/tmp/go-build3547871397/b396/_pkg_.a
2025-08-20T21:22:11.1336784Z [00:04:04.392]➜  packagefile k8s.io/api/resource/v1beta2=/tmp/go-build3547871397/b397/_pkg_.a
2025-08-20T21:22:11.1338011Z [00:04:04.392]➜  packagefile k8s.io/api/scheduling/v1=/tmp/go-build3547871397/b398/_pkg_.a
2025-08-20T21:22:11.1339153Z [00:04:04.392]➜  packagefile k8s.io/api/scheduling/v1alpha1=/tmp/go-build3547871397/b399/_pkg_.a
2025-08-20T21:22:11.1340278Z [00:04:04.392]➜  packagefile k8s.io/api/scheduling/v1beta1=/tmp/go-build3547871397/b400/_pkg_.a
2025-08-20T21:22:11.1341500Z [00:04:04.392]➜  packagefile k8s.io/api/storage/v1=/tmp/go-build3547871397/b401/_pkg_.a
2025-08-20T21:22:11.1342597Z [00:04:04.392]➜  packagefile k8s.io/api/storage/v1alpha1=/tmp/go-build3547871397/b402/_pkg_.a
2025-08-20T21:22:11.1344062Z [00:04:04.392]➜  packagefile k8s.io/api/storage/v1beta1=/tmp/go-build3547871397/b403/_pkg_.a
2025-08-20T21:22:11.1345250Z [00:04:04.392]➜  packagefile k8s.io/api/storagemigration/v1alpha1=/tmp/go-build3547871397/b404/_pkg_.a
2025-08-20T21:22:11.1346507Z [00:04:04.392]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:11.1347706Z [00:04:04.392]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:11.1348925Z [00:04:04.392]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:22:11.1350312Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/admissionregistration=/tmp/go-build3547871397/b2085/_pkg_.a
2025-08-20T21:22:11.1351731Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/apiserverinternal=/tmp/go-build3547871397/b2094/_pkg_.a
2025-08-20T21:22:11.1353207Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/apps=/tmp/go-build3547871397/b2097/_pkg_.a
2025-08-20T21:22:11.1354466Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/autoscaling=/tmp/go-build3547871397/b2104/_pkg_.a
2025-08-20T21:22:11.1355666Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/batch=/tmp/go-build3547871397/b2113/_pkg_.a
2025-08-20T21:22:11.1356848Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/certificates=/tmp/go-build3547871397/b2118/_pkg_.a
2025-08-20T21:22:11.1358124Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/coordination=/tmp/go-build3547871397/b2125/_pkg_.a
2025-08-20T21:22:11.1359371Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/core=/tmp/go-build3547871397/b2132/_pkg_.a
2025-08-20T21:22:11.1360823Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/discovery=/tmp/go-build3547871397/b2135/_pkg_.a
2025-08-20T21:22:11.1362054Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/events=/tmp/go-build3547871397/b2140/_pkg_.a
2025-08-20T21:22:11.1363498Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/extensions=/tmp/go-build3547871397/b2145/_pkg_.a
2025-08-20T21:22:11.1364931Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/flowcontrol=/tmp/go-build3547871397/b2148/_pkg_.a
2025-08-20T21:22:11.1366273Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:11.1367613Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/networking=/tmp/go-build3547871397/b2157/_pkg_.a
2025-08-20T21:22:11.1368811Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/node=/tmp/go-build3547871397/b2164/_pkg_.a
2025-08-20T21:22:11.1369987Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/policy=/tmp/go-build3547871397/b2171/_pkg_.a
2025-08-20T21:22:11.1371168Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/rbac=/tmp/go-build3547871397/b2176/_pkg_.a
2025-08-20T21:22:11.1372344Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/resource=/tmp/go-build3547871397/b2183/_pkg_.a
2025-08-20T21:22:11.1373933Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/scheduling=/tmp/go-build3547871397/b2190/_pkg_.a
2025-08-20T21:22:11.1375150Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/storage=/tmp/go-build3547871397/b2197/_pkg_.a
2025-08-20T21:22:11.1376510Z [00:04:04.392]➜  packagefile k8s.io/client-go/informers/storagemigration=/tmp/go-build3547871397/b2204/_pkg_.a
2025-08-20T21:22:11.1377733Z [00:04:04.392]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:11.1378983Z [00:04:04.392]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:11.1380001Z [00:04:04.392]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:11.1380985Z [00:04:04.392]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:11.1381828Z [00:04:04.392]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:11.1382487Z [00:04:04.392]➜  EOF
2025-08-20T21:22:11.1386955Z [00:04:04.398]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2084/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers=>k8s.io/client-go@v0.33.2/informers;$WORK/b2084=>" -p k8s.io/client-go/informers -lang=go1.24 -complete -installsuffix shared -buildid ZHkmab_P37iZxc-AMzwm/ZHkmab_P37iZxc-AMzwm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2084/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/doc.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/factory.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/informers/generic.go
2025-08-20T21:22:11.2800740Z [00:04:04.547]➜  go tool buildid -w $WORK/b2246/_pkg_.a # internal
2025-08-20T21:22:11.2874337Z [00:04:04.554]➜  cp $WORK/b2246/_pkg_.a /root/.cache/go-build/1a/1a54568c363a72a9b3a1d36f76d17020794e5f7bfc2bfd61506308ad2d738e8e-d # internal
2025-08-20T21:22:11.2879272Z [00:04:04.555]➜  oras.land/oras-go/v2/internal/copyutil
2025-08-20T21:22:11.2882121Z [00:04:04.556]➜  mkdir -p $WORK/b2249/
2025-08-20T21:22:11.2888168Z [00:04:04.556]➜  cat >/tmp/go-build3547871397/b2249/importcfg << 'EOF' # internal
2025-08-20T21:22:11.2894364Z [00:04:04.556]➜  # import config
2025-08-20T21:22:11.2895364Z [00:04:04.556]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:22:11.2896216Z [00:04:04.556]➜  EOF
2025-08-20T21:22:11.2899740Z [00:04:04.556]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2249/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/copyutil=>oras.land/oras-go/v2@v2.6.0/internal/copyutil;$WORK/b2249=>" -p oras.land/oras-go/v2/internal/copyutil -lang=go1.23 -complete -installsuffix shared -buildid w-CgS2tPqlFmF6ZhxNam/w-CgS2tPqlFmF6ZhxNam -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2249/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/copyutil/stack.go
2025-08-20T21:22:11.3107956Z [00:04:04.578]➜  go tool buildid -w $WORK/b2249/_pkg_.a # internal
2025-08-20T21:22:11.3114302Z [00:04:04.579]➜  cp $WORK/b2249/_pkg_.a /root/.cache/go-build/68/6819a353b123f3c125f368f573e7f6a4b5cbf0e8c62ef4d27d76a800ebf6cf29-d # internal
2025-08-20T21:22:11.3126178Z [00:04:04.579]➜  oras.land/oras-go/v2/registry
2025-08-20T21:22:11.3126799Z [00:04:04.579]➜  mkdir -p $WORK/b2251/
2025-08-20T21:22:11.3127550Z [00:04:04.580]➜  cat >/tmp/go-build3547871397/b2251/importcfg << 'EOF' # internal
2025-08-20T21:22:11.3128256Z [00:04:04.580]➜  # import config
2025-08-20T21:22:11.3128950Z [00:04:04.580]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:11.3129874Z [00:04:04.580]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:11.3130757Z [00:04:04.580]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:11.3131819Z [00:04:04.580]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:22:11.3133359Z [00:04:04.580]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:22:11.3134487Z [00:04:04.580]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:11.3135303Z [00:04:04.580]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:11.3136297Z [00:04:04.580]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build3547871397/b2241/_pkg_.a
2025-08-20T21:22:11.3137409Z [00:04:04.580]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build3547871397/b2242/_pkg_.a
2025-08-20T21:22:11.3138797Z [00:04:04.580]➜  packagefile oras.land/oras-go/v2/internal/descriptor=/tmp/go-build3547871397/b2243/_pkg_.a
2025-08-20T21:22:11.3140097Z [00:04:04.580]➜  packagefile oras.land/oras-go/v2/internal/spec=/tmp/go-build3547871397/b2245/_pkg_.a
2025-08-20T21:22:11.3141280Z [00:04:04.580]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:11.3142145Z [00:04:04.580]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:11.3143103Z [00:04:04.580]➜  EOF
2025-08-20T21:22:11.3150547Z [00:04:04.582]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2251/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry=>oras.land/oras-go/v2@v2.6.0/registry;$WORK/b2251=>" -p oras.land/oras-go/v2/registry -lang=go1.23 -complete -installsuffix shared -buildid 3lA4LCcixWUpM35V7phR/3lA4LCcixWUpM35V7phR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2251/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/reference.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/registry.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/repository.go
2025-08-20T21:22:11.3559722Z [00:04:04.623]➜  go tool buildid -w $WORK/b2217/_pkg_.a # internal
2025-08-20T21:22:11.4017074Z [00:04:04.669]➜  cp $WORK/b2217/_pkg_.a /root/.cache/go-build/fa/fa473c3b2d13f4b0df99104f90f8d4f98d92e8b640c059e61a4ed432c4f3793c-d # internal
2025-08-20T21:22:11.4021006Z [00:04:04.669]➜  helm.sh/helm/v3/pkg/chartutil
2025-08-20T21:22:11.4035807Z [00:04:04.671]➜  mkdir -p $WORK/b2215/
2025-08-20T21:22:11.4038797Z [00:04:04.671]➜  go tool buildid -w $WORK/b2251/_pkg_.a # internal
2025-08-20T21:22:11.4050726Z [00:04:04.672]➜  cat >/tmp/go-build3547871397/b2215/importcfg << 'EOF' # internal
2025-08-20T21:22:11.4052002Z [00:04:04.672]➜  # import config
2025-08-20T21:22:11.4055819Z [00:04:04.672]➜  packagefile archive/tar=/tmp/go-build3547871397/b861/_pkg_.a
2025-08-20T21:22:11.4056693Z [00:04:04.672]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:11.4065475Z [00:04:04.672]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:22:11.4070173Z [00:04:04.672]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:11.4071070Z [00:04:04.672]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:11.4072226Z [00:04:04.672]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build3547871397/b1801/_pkg_.a
2025-08-20T21:22:11.4073617Z [00:04:04.672]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build3547871397/b1647/_pkg_.a
2025-08-20T21:22:11.4074987Z [00:04:04.672]➜  packagefile github.com/mitchellh/copystructure=/tmp/go-build3547871397/b1829/_pkg_.a
2025-08-20T21:22:11.4076078Z [00:04:04.672]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:11.4077208Z [00:04:04.672]➜  packagefile github.com/xeipuuv/gojsonschema=/tmp/go-build3547871397/b702/_pkg_.a
2025-08-20T21:22:11.4078380Z [00:04:04.672]➜  packagefile helm.sh/helm/v3/internal/version=/tmp/go-build3547871397/b2216/_pkg_.a
2025-08-20T21:22:11.4079506Z [00:04:04.672]➜  packagefile helm.sh/helm/v3/pkg/chart=/tmp/go-build3547871397/b2079/_pkg_.a
2025-08-20T21:22:11.4080593Z [00:04:04.672]➜  packagefile helm.sh/helm/v3/pkg/chart/loader=/tmp/go-build3547871397/b2212/_pkg_.a
2025-08-20T21:22:11.4081631Z [00:04:04.672]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:11.4100158Z [00:04:04.672]➜  packagefile k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1=/tmp/go-build3547871397/b267/_pkg_.a
2025-08-20T21:22:11.4101895Z [00:04:04.672]➜  packagefile k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1=/tmp/go-build3547871397/b2217/_pkg_.a
2025-08-20T21:22:11.4103501Z [00:04:04.672]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:22:11.4104443Z [00:04:04.672]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:22:11.4105221Z [00:04:04.672]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:11.4106344Z [00:04:04.672]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:11.4107200Z [00:04:04.672]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:11.4108105Z [00:04:04.672]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:22:11.4109015Z [00:04:04.672]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:11.4109922Z [00:04:04.672]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:11.4110719Z [00:04:04.672]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:11.4111288Z [00:04:04.672]➜  EOF
2025-08-20T21:22:11.4120186Z [00:04:04.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2215/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chartutil=>helm.sh/helm/v3@v3.18.4/pkg/chartutil;$WORK/b2215=>" -p helm.sh/helm/v3/pkg/chartutil -lang=go1.24 -complete -installsuffix shared -buildid qFj0jNC02MN1eRCIq-T0/qFj0jNC02MN1eRCIq-T0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2215/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chartutil/capabilities.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chartutil/chartfile.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chartutil/coalesce.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chartutil/compatible.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chartutil/create.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chartutil/dependencies.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chartutil/doc.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chartutil/errors.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chartutil/expand.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chartutil/jsonschema.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chartutil/save.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chartutil/validate_name.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/chartutil/values.go
2025-08-20T21:22:11.4129058Z [00:04:04.673]➜  cp $WORK/b2251/_pkg_.a /root/.cache/go-build/80/80edf1419d03146b42c35ce0883b64c07ab668261c8511938dbe2a221e5fbb2c-d # internal
2025-08-20T21:22:11.4130145Z [00:04:04.673]➜  helm.sh/helm/v3/pkg/kube
2025-08-20T21:22:11.4130687Z [00:04:04.673]➜  mkdir -p $WORK/b2221/
2025-08-20T21:22:11.4131597Z [00:04:04.674]➜  cat >/tmp/go-build3547871397/b2221/importcfg << 'EOF' # internal
2025-08-20T21:22:11.4132273Z [00:04:04.674]➜  # import config
2025-08-20T21:22:11.4133104Z [00:04:04.674]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:11.4134091Z [00:04:04.674]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:11.4134964Z [00:04:04.674]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:11.4135790Z [00:04:04.674]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:11.4136745Z [00:04:04.674]➜  packagefile github.com/evanphx/json-patch=/tmp/go-build3547871397/b2222/_pkg_.a
2025-08-20T21:22:11.4137908Z [00:04:04.674]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3547871397/b871/_pkg_.a
2025-08-20T21:22:11.4139021Z [00:04:04.674]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:11.4140542Z [00:04:04.674]➜  packagefile helm.sh/helm/v3/internal/third_party/k8s.io/kubernetes/deployment/util=/tmp/go-build3547871397/b2223/_pkg_.a
2025-08-20T21:22:11.4141811Z [00:04:04.674]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:11.4142868Z [00:04:04.674]➜  packagefile k8s.io/api/apps/v1=/tmp/go-build3547871397/b356/_pkg_.a
2025-08-20T21:22:11.4143881Z [00:04:04.674]➜  packagefile k8s.io/api/apps/v1beta1=/tmp/go-build3547871397/b357/_pkg_.a
2025-08-20T21:22:11.4144898Z [00:04:04.674]➜  packagefile k8s.io/api/apps/v1beta2=/tmp/go-build3547871397/b358/_pkg_.a
2025-08-20T21:22:11.4145886Z [00:04:04.674]➜  packagefile k8s.io/api/batch/v1=/tmp/go-build3547871397/b367/_pkg_.a
2025-08-20T21:22:11.4146851Z [00:04:04.674]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:11.4148040Z [00:04:04.674]➜  packagefile k8s.io/api/extensions/v1beta1=/tmp/go-build3547871397/b379/_pkg_.a
2025-08-20T21:22:11.4149466Z [00:04:04.674]➜  packagefile k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1=/tmp/go-build3547871397/b267/_pkg_.a
2025-08-20T21:22:11.4151136Z [00:04:04.674]➜  packagefile k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1=/tmp/go-build3547871397/b2217/_pkg_.a
2025-08-20T21:22:11.4152562Z [00:04:04.674]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:22:11.4155008Z [00:04:04.674]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:22:11.4156253Z [00:04:04.674]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:11.4157594Z [00:04:04.674]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:22:11.4158975Z [00:04:04.674]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1beta1=/tmp/go-build3547871397/b475/_pkg_.a
2025-08-20T21:22:11.4160184Z [00:04:04.674]➜  packagefile k8s.io/apimachinery/pkg/fields=/tmp/go-build3547871397/b101/_pkg_.a
2025-08-20T21:22:11.4161310Z [00:04:04.674]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:11.4162441Z [00:04:04.677]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:11.4163804Z [00:04:04.677]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:22:11.4164985Z [00:04:04.677]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:22:11.4166136Z [00:04:04.677]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:22:11.4167393Z [00:04:04.677]➜  packagefile k8s.io/apimachinery/pkg/util/jsonmergepatch=/tmp/go-build3547871397/b2224/_pkg_.a
2025-08-20T21:22:11.4168664Z [00:04:04.677]➜  packagefile k8s.io/apimachinery/pkg/util/mergepatch=/tmp/go-build3547871397/b582/_pkg_.a
2025-08-20T21:22:11.4169943Z [00:04:04.677]➜  packagefile k8s.io/apimachinery/pkg/util/strategicpatch=/tmp/go-build3547871397/b581/_pkg_.a
2025-08-20T21:22:11.4171404Z [00:04:04.677]➜  packagefile k8s.io/apimachinery/pkg/util/wait=/tmp/go-build3547871397/b448/_pkg_.a
2025-08-20T21:22:11.4172553Z [00:04:04.677]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:11.4174262Z [00:04:04.677]➜  packagefile k8s.io/cli-runtime/pkg/genericclioptions=/tmp/go-build3547871397/b275/_pkg_.a
2025-08-20T21:22:11.4175483Z [00:04:04.677]➜  packagefile k8s.io/cli-runtime/pkg/resource=/tmp/go-build3547871397/b296/_pkg_.a
2025-08-20T21:22:11.4176536Z [00:04:04.677]➜  packagefile k8s.io/client-go/dynamic=/tmp/go-build3547871397/b465/_pkg_.a
2025-08-20T21:22:11.4177648Z [00:04:04.677]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:11.4178786Z [00:04:04.677]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:22:11.4179874Z [00:04:04.677]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:22:11.4181059Z [00:04:04.677]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:11.4182186Z [00:04:04.677]➜  packagefile k8s.io/client-go/tools/clientcmd=/tmp/go-build3547871397/b568/_pkg_.a
2025-08-20T21:22:11.4183863Z [00:04:04.677]➜  packagefile k8s.io/client-go/tools/watch=/tmp/go-build3547871397/b2022/_pkg_.a
2025-08-20T21:22:11.4184916Z [00:04:04.677]➜  packagefile k8s.io/client-go/util/retry=/tmp/go-build3547871397/b2225/_pkg_.a
2025-08-20T21:22:11.4185945Z [00:04:04.677]➜  packagefile k8s.io/kubectl/pkg/cmd/util=/tmp/go-build3547871397/b2029/_pkg_.a
2025-08-20T21:22:11.4187010Z [00:04:04.677]➜  packagefile k8s.io/kubectl/pkg/validation=/tmp/go-build3547871397/b2071/_pkg_.a
2025-08-20T21:22:11.4188085Z [00:04:04.677]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:11.4188891Z [00:04:04.677]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:11.4189731Z [00:04:04.677]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:11.4190616Z [00:04:04.677]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:11.4191423Z [00:04:04.677]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:11.4192219Z [00:04:04.677]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:11.4193561Z [00:04:04.677]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:11.4194213Z [00:04:04.677]➜  EOF
2025-08-20T21:22:11.4201659Z [00:04:04.677]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2221/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/kube=>helm.sh/helm/v3@v3.18.4/pkg/kube;$WORK/b2221=>" -p helm.sh/helm/v3/pkg/kube -lang=go1.24 -complete -installsuffix shared -buildid I0jyrBp-aVWzBmuO0VH8/I0jyrBp-aVWzBmuO0VH8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2221/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/kube/client.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/kube/config.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/kube/converter.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/kube/factory.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/kube/interface.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/kube/ready.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/kube/resource.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/kube/resource_policy.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/kube/result.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/kube/roundtripper.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/kube/wait.go
2025-08-20T21:22:11.4315293Z [00:04:04.699]➜  go tool buildid -w $WORK/b2234/_pkg_.a # internal
2025-08-20T21:22:11.4372856Z [00:04:04.704]➜  cp $WORK/b2234/_pkg_.a /root/.cache/go-build/b4/b4ee9eb395b775d7dadc9e535f62d5c989df9a661888d14044e36d5fde25e7d5-d # internal
2025-08-20T21:22:11.4380070Z [00:04:04.705]➜  golang.org/x/crypto/openpgp
2025-08-20T21:22:11.4380617Z [00:04:04.705]➜  mkdir -p $WORK/b2231/
2025-08-20T21:22:11.4385218Z [00:04:04.706]➜  cat >/tmp/go-build3547871397/b2231/importcfg << 'EOF' # internal
2025-08-20T21:22:11.4390634Z [00:04:04.706]➜  # import config
2025-08-20T21:22:11.4391291Z [00:04:04.706]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:22:11.4392140Z [00:04:04.706]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:22:11.4393477Z [00:04:04.706]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:22:11.4394506Z [00:04:04.706]➜  packagefile golang.org/x/crypto/openpgp/armor=/tmp/go-build3547871397/b2232/_pkg_.a
2025-08-20T21:22:11.4395654Z [00:04:04.706]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build3547871397/b2233/_pkg_.a
2025-08-20T21:22:11.4396836Z [00:04:04.706]➜  packagefile golang.org/x/crypto/openpgp/packet=/tmp/go-build3547871397/b2234/_pkg_.a
2025-08-20T21:22:11.4397972Z [00:04:04.706]➜  packagefile golang.org/x/crypto/openpgp/s2k=/tmp/go-build3547871397/b2236/_pkg_.a
2025-08-20T21:22:11.4398908Z [00:04:04.706]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:22:11.4399768Z [00:04:04.706]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:11.4400549Z [00:04:04.706]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:11.4401336Z [00:04:04.706]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:11.4401906Z [00:04:04.706]➜  EOF
2025-08-20T21:22:11.4406755Z [00:04:04.706]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2231/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp=>golang.org/x/crypto@v0.40.0/openpgp;$WORK/b2231=>" -p golang.org/x/crypto/openpgp -lang=go1.23 -complete -installsuffix shared -buildid jIxp7yXCKgQgo9zCyz2Y/jIxp7yXCKgQgo9zCyz2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2231/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/canonical_text.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/keys.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/read.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/write.go
2025-08-20T21:22:11.5658668Z [00:04:04.833]➜  go tool buildid -w $WORK/b2231/_pkg_.a # internal
2025-08-20T21:22:11.5708147Z [00:04:04.838]➜  cp $WORK/b2231/_pkg_.a /root/.cache/go-build/39/3910ead55b96874ff00132034718342f92148778d77a1019f237e64ab55220a8-d # internal
2025-08-20T21:22:11.5715685Z [00:04:04.839]➜  golang.org/x/crypto/openpgp/clearsign
2025-08-20T21:22:11.5717173Z [00:04:04.839]➜  mkdir -p $WORK/b2237/
2025-08-20T21:22:11.5748035Z [00:04:04.842]➜  cat >/tmp/go-build3547871397/b2237/importcfg << 'EOF' # internal
2025-08-20T21:22:11.5754872Z [00:04:04.842]➜  # import config
2025-08-20T21:22:11.5755571Z [00:04:04.842]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:22:11.5756445Z [00:04:04.842]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:11.5757261Z [00:04:04.842]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:22:11.5758060Z [00:04:04.842]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:11.5759092Z [00:04:04.842]➜  packagefile golang.org/x/crypto/openpgp/armor=/tmp/go-build3547871397/b2232/_pkg_.a
2025-08-20T21:22:11.5760312Z [00:04:04.842]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build3547871397/b2233/_pkg_.a
2025-08-20T21:22:11.5761554Z [00:04:04.842]➜  packagefile golang.org/x/crypto/openpgp/packet=/tmp/go-build3547871397/b2234/_pkg_.a
2025-08-20T21:22:11.5762549Z [00:04:04.842]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:22:11.5764622Z [00:04:04.844]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:11.5765622Z [00:04:04.844]➜  packagefile net/textproto=/tmp/go-build3547871397/b233/_pkg_.a
2025-08-20T21:22:11.5766743Z [00:04:04.844]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:11.5767708Z [00:04:04.844]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:11.5768478Z [00:04:04.844]➜  EOF
2025-08-20T21:22:11.5772474Z [00:04:04.844]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2237/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/clearsign=>golang.org/x/crypto@v0.40.0/openpgp/clearsign;$WORK/b2237=>" -p golang.org/x/crypto/openpgp/clearsign -lang=go1.23 -complete -installsuffix shared -buildid MiUTgvO2ZPdihnxdL3yt/MiUTgvO2ZPdihnxdL3yt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2237/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/clearsign/clearsign.go
2025-08-20T21:22:11.6454999Z [00:04:04.913]➜  go tool buildid -w $WORK/b2237/_pkg_.a # internal
2025-08-20T21:22:11.6471628Z [00:04:04.914]➜  cp $WORK/b2237/_pkg_.a /root/.cache/go-build/62/627f083f10f230d03928fbbb1314c8d6b2986d0e72425743e07d3d55563cd72c-d # internal
2025-08-20T21:22:11.6480300Z [00:04:04.915]➜  helm.sh/helm/v3/pkg/provenance
2025-08-20T21:22:11.6485529Z [00:04:04.916]➜  mkdir -p $WORK/b2230/
2025-08-20T21:22:11.6496099Z [00:04:04.917]➜  cat >/tmp/go-build3547871397/b2230/importcfg << 'EOF' # internal
2025-08-20T21:22:11.6497161Z [00:04:04.917]➜  # import config
2025-08-20T21:22:11.6499659Z [00:04:04.917]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:11.6500453Z [00:04:04.917]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:22:11.6501275Z [00:04:04.917]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:22:11.6502161Z [00:04:04.917]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:11.6503335Z [00:04:04.917]➜  packagefile golang.org/x/crypto/openpgp=/tmp/go-build3547871397/b2231/_pkg_.a
2025-08-20T21:22:11.6504431Z [00:04:04.917]➜  packagefile golang.org/x/crypto/openpgp/clearsign=/tmp/go-build3547871397/b2237/_pkg_.a
2025-08-20T21:22:11.6505713Z [00:04:04.917]➜  packagefile golang.org/x/crypto/openpgp/packet=/tmp/go-build3547871397/b2234/_pkg_.a
2025-08-20T21:22:11.6506774Z [00:04:04.917]➜  packagefile helm.sh/helm/v3/pkg/chart=/tmp/go-build3547871397/b2079/_pkg_.a
2025-08-20T21:22:11.6507785Z [00:04:04.917]➜  packagefile helm.sh/helm/v3/pkg/chart/loader=/tmp/go-build3547871397/b2212/_pkg_.a
2025-08-20T21:22:11.6508677Z [00:04:04.917]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:11.6509374Z [00:04:04.917]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:11.6510159Z [00:04:04.917]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:11.6511001Z [00:04:04.917]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:22:11.6511809Z [00:04:04.917]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:11.6512369Z [00:04:04.917]➜  EOF
2025-08-20T21:22:11.6523292Z [00:04:04.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2230/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/provenance=>helm.sh/helm/v3@v3.18.4/pkg/provenance;$WORK/b2230=>" -p helm.sh/helm/v3/pkg/provenance -lang=go1.24 -complete -installsuffix shared -buildid eMUgFttuW5dPShfcl4m0/eMUgFttuW5dPShfcl4m0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2230/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/provenance/doc.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/provenance/sign.go
2025-08-20T21:22:11.6568958Z [00:04:04.924]➜  go tool buildid -w $WORK/b2215/_pkg_.a # internal
2025-08-20T21:22:11.6634148Z [00:04:04.931]➜  cp $WORK/b2215/_pkg_.a /root/.cache/go-build/c3/c3f32762b8ff76293fb507513ed645c1529dcffd39bd045904a3f5838add5a4f-d # internal
2025-08-20T21:22:11.6640182Z [00:04:04.931]➜  oras.land/oras-go/v2/internal/interfaces
2025-08-20T21:22:11.6641941Z [00:04:04.931]➜  mkdir -p $WORK/b2250/
2025-08-20T21:22:11.6653218Z [00:04:04.931]➜  cat >/tmp/go-build3547871397/b2250/importcfg << 'EOF' # internal
2025-08-20T21:22:11.6653882Z [00:04:04.931]➜  # import config
2025-08-20T21:22:11.6654636Z [00:04:04.931]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build3547871397/b2251/_pkg_.a
2025-08-20T21:22:11.6655324Z [00:04:04.931]➜  EOF
2025-08-20T21:22:11.6658955Z [00:04:04.931]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2250/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/interfaces=>oras.land/oras-go/v2@v2.6.0/internal/interfaces;$WORK/b2250=>" -p oras.land/oras-go/v2/internal/interfaces -lang=go1.23 -complete -installsuffix shared -buildid v1e6L-BCJl72_arjQxD6/v1e6L-BCJl72_arjQxD6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2250/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/interfaces/registry.go
2025-08-20T21:22:11.6827548Z [00:04:04.950]➜  go tool buildid -w $WORK/b2250/_pkg_.a # internal
2025-08-20T21:22:11.6838117Z [00:04:04.951]➜  cp $WORK/b2250/_pkg_.a /root/.cache/go-build/0a/0a225154a8455f7a28051640ba6c0365d15b754ec20c8715a4e42562c83e332f-d # internal
2025-08-20T21:22:11.6839387Z [00:04:04.951]➜  oras.land/oras-go/v2/internal/manifestutil
2025-08-20T21:22:11.6840005Z [00:04:04.951]➜  mkdir -p $WORK/b2253/
2025-08-20T21:22:11.6841986Z [00:04:04.951]➜  cat >/tmp/go-build3547871397/b2253/importcfg << 'EOF' # internal
2025-08-20T21:22:11.6843340Z [00:04:04.951]➜  # import config
2025-08-20T21:22:11.6844609Z [00:04:04.951]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:11.6846506Z [00:04:04.951]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:11.6847701Z [00:04:04.951]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:22:11.6848932Z [00:04:04.952]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build3547871397/b2241/_pkg_.a
2025-08-20T21:22:11.6850082Z [00:04:04.952]➜  packagefile oras.land/oras-go/v2/internal/docker=/tmp/go-build3547871397/b2244/_pkg_.a
2025-08-20T21:22:11.6851463Z [00:04:04.952]➜  packagefile oras.land/oras-go/v2/internal/spec=/tmp/go-build3547871397/b2245/_pkg_.a
2025-08-20T21:22:11.6852241Z [00:04:04.952]➜  EOF
2025-08-20T21:22:11.6856103Z [00:04:04.952]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2253/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/manifestutil=>oras.land/oras-go/v2@v2.6.0/internal/manifestutil;$WORK/b2253=>" -p oras.land/oras-go/v2/internal/manifestutil -lang=go1.23 -complete -installsuffix shared -buildid Ufm4MOz7V34Z4QDpB-4F/Ufm4MOz7V34Z4QDpB-4F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2253/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/manifestutil/parser.go
2025-08-20T21:22:11.7269847Z [00:04:04.994]➜  go tool buildid -w $WORK/b2253/_pkg_.a # internal
2025-08-20T21:22:11.7282958Z [00:04:04.995]➜  cp $WORK/b2253/_pkg_.a /root/.cache/go-build/e0/e0bd035a30de4605e0a308fe7dd418c37ce26bd06fe35f254465334e31c2fdc8-d # internal
2025-08-20T21:22:11.7290468Z [00:04:04.996]➜  oras.land/oras-go/v2/internal/platform
2025-08-20T21:22:11.7296120Z [00:04:04.997]➜  mkdir -p $WORK/b2252/
2025-08-20T21:22:11.7306716Z [00:04:04.998]➜  cat >/tmp/go-build3547871397/b2252/importcfg << 'EOF' # internal
2025-08-20T21:22:11.7320189Z [00:04:04.998]➜  # import config
2025-08-20T21:22:11.7320916Z [00:04:04.998]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:11.7321804Z [00:04:04.998]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:11.7322857Z [00:04:04.998]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:11.7323805Z [00:04:04.998]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:22:11.7324801Z [00:04:04.998]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:11.7325707Z [00:04:04.998]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build3547871397/b2241/_pkg_.a
2025-08-20T21:22:11.7326758Z [00:04:04.998]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build3547871397/b2242/_pkg_.a
2025-08-20T21:22:11.7327854Z [00:04:04.998]➜  packagefile oras.land/oras-go/v2/internal/docker=/tmp/go-build3547871397/b2244/_pkg_.a
2025-08-20T21:22:11.7329009Z [00:04:04.998]➜  packagefile oras.land/oras-go/v2/internal/manifestutil=/tmp/go-build3547871397/b2253/_pkg_.a
2025-08-20T21:22:11.7329868Z [00:04:04.998]➜  EOF
2025-08-20T21:22:11.7343519Z [00:04:04.999]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2252/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/platform=>oras.land/oras-go/v2@v2.6.0/internal/platform;$WORK/b2252=>" -p oras.land/oras-go/v2/internal/platform -lang=go1.23 -complete -installsuffix shared -buildid ewCC639h3x-1NkuVZ5rX/ewCC639h3x-1NkuVZ5rX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2252/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/platform/platform.go
2025-08-20T21:22:11.7408195Z [00:04:05.008]➜  go tool buildid -w $WORK/b2230/_pkg_.a # internal
2025-08-20T21:22:11.7424267Z [00:04:05.010]➜  cp $WORK/b2230/_pkg_.a /root/.cache/go-build/20/205172294e31be9ba4e56753c77f9a17b903245a0def317cce8018d905424b18-d # internal
2025-08-20T21:22:11.7436044Z [00:04:05.010]➜  oras.land/oras-go/v2/internal/registryutil
2025-08-20T21:22:11.7436844Z [00:04:05.010]➜  mkdir -p $WORK/b2254/
2025-08-20T21:22:11.7437465Z [00:04:05.010]➜  cat >/tmp/go-build3547871397/b2254/importcfg << 'EOF' # internal
2025-08-20T21:22:11.7438122Z [00:04:05.010]➜  # import config
2025-08-20T21:22:11.7439223Z [00:04:05.010]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:11.7440591Z [00:04:05.011]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:22:11.7443681Z [00:04:05.011]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:11.7444915Z [00:04:05.011]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build3547871397/b2241/_pkg_.a
2025-08-20T21:22:11.7446430Z [00:04:05.011]➜  packagefile oras.land/oras-go/v2/internal/cas=/tmp/go-build3547871397/b2246/_pkg_.a
2025-08-20T21:22:11.7448028Z [00:04:05.011]➜  packagefile oras.land/oras-go/v2/internal/ioutil=/tmp/go-build3547871397/b2247/_pkg_.a
2025-08-20T21:22:11.7474411Z [00:04:05.011]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build3547871397/b2251/_pkg_.a
2025-08-20T21:22:11.7475370Z [00:04:05.011]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:11.7475907Z [00:04:05.011]➜  EOF
2025-08-20T21:22:11.7479566Z [00:04:05.011]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2254/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/registryutil=>oras.land/oras-go/v2@v2.6.0/internal/registryutil;$WORK/b2254=>" -p oras.land/oras-go/v2/internal/registryutil -lang=go1.23 -complete -installsuffix shared -buildid 9XWpWthrR4gpTOVs9YjV/9XWpWthrR4gpTOVs9YjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2254/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/registryutil/proxy.go
2025-08-20T21:22:11.7721760Z [00:04:05.039]➜  go tool buildid -w $WORK/b2254/_pkg_.a # internal
2025-08-20T21:22:11.7743136Z [00:04:05.040]➜  cp $WORK/b2254/_pkg_.a /root/.cache/go-build/e6/e63b2670c7f4182ebeac12c7c3f8da1356ad54620ddab2d52b211f3cdc353df0-d # internal
2025-08-20T21:22:11.7744524Z [00:04:05.041]➜  oras.land/oras-go/v2/internal/status
2025-08-20T21:22:11.7745158Z [00:04:05.041]➜  mkdir -p $WORK/b2255/
2025-08-20T21:22:11.7745899Z [00:04:05.041]➜  cat >/tmp/go-build3547871397/b2255/importcfg << 'EOF' # internal
2025-08-20T21:22:11.7746602Z [00:04:05.041]➜  # import config
2025-08-20T21:22:11.7752317Z [00:04:05.041]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:22:11.7753777Z [00:04:05.041]➜  packagefile oras.land/oras-go/v2/internal/descriptor=/tmp/go-build3547871397/b2243/_pkg_.a
2025-08-20T21:22:11.7754713Z [00:04:05.041]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:11.7755253Z [00:04:05.041]➜  EOF
2025-08-20T21:22:11.7768039Z [00:04:05.042]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2255/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/status=>oras.land/oras-go/v2@v2.6.0/internal/status;$WORK/b2255=>" -p oras.land/oras-go/v2/internal/status -lang=go1.23 -complete -installsuffix shared -buildid dgNVEf5e-dkubJD8ivIz/dgNVEf5e-dkubJD8ivIz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2255/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/status/tracker.go
2025-08-20T21:22:11.7771583Z [00:04:05.042]➜  go tool buildid -w $WORK/b2252/_pkg_.a # internal
2025-08-20T21:22:11.7772924Z [00:04:05.043]➜  cp $WORK/b2252/_pkg_.a /root/.cache/go-build/d7/d7e868fa74997057b4d53f4e5c33e3649c6161f646577cd6e75726e018faf7ca-d # internal
2025-08-20T21:22:11.7774078Z [00:04:05.043]➜  oras.land/oras-go/v2/internal/syncutil
2025-08-20T21:22:11.7774705Z [00:04:05.043]➜  mkdir -p $WORK/b2256/
2025-08-20T21:22:11.7775452Z [00:04:05.044]➜  cat >/tmp/go-build3547871397/b2256/importcfg << 'EOF' # internal
2025-08-20T21:22:11.7776131Z [00:04:05.044]➜  # import config
2025-08-20T21:22:11.7776746Z [00:04:05.044]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:11.7777939Z [00:04:05.044]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3547871397/b332/_pkg_.a
2025-08-20T21:22:11.7779080Z [00:04:05.044]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3547871397/b1062/_pkg_.a
2025-08-20T21:22:11.7779993Z [00:04:05.044]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:11.7781458Z [00:04:05.044]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:22:11.7782560Z [00:04:05.044]➜  EOF
2025-08-20T21:22:11.7788955Z [00:04:05.044]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2256/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/syncutil=>oras.land/oras-go/v2@v2.6.0/internal/syncutil;$WORK/b2256=>" -p oras.land/oras-go/v2/internal/syncutil -lang=go1.23 -complete -installsuffix shared -buildid _E3xyB3Cokx4lHTKBwnh/_E3xyB3Cokx4lHTKBwnh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2256/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/syncutil/limit.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/syncutil/limitgroup.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/syncutil/merge.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/syncutil/once.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/syncutil/pool.go
2025-08-20T21:22:11.8250167Z [00:04:05.092]➜  go tool buildid -w $WORK/b2256/_pkg_.a # internal
2025-08-20T21:22:11.8261546Z [00:04:05.093]➜  cp $WORK/b2256/_pkg_.a /root/.cache/go-build/aa/aa08fafeb20d323c5c1de5f7f6b0c3951efee0a6251e9f26ed70a01c5a956623-d # internal
2025-08-20T21:22:11.8263110Z [00:04:05.093]➜  oras.land/oras-go/v2/registry/remote/errcode
2025-08-20T21:22:11.8263802Z [00:04:05.093]➜  mkdir -p $WORK/b2259/
2025-08-20T21:22:11.8268212Z [00:04:05.093]➜  cat >/tmp/go-build3547871397/b2259/importcfg << 'EOF' # internal
2025-08-20T21:22:11.8293750Z [00:04:05.093]➜  # import config
2025-08-20T21:22:11.8294871Z [00:04:05.093]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:11.8298040Z [00:04:05.093]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:11.8298965Z [00:04:05.093]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:11.8308553Z [00:04:05.093]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:11.8309770Z [00:04:05.093]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:22:11.8310829Z [00:04:05.093]➜  EOF
2025-08-20T21:22:11.8314950Z [00:04:05.093]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2259/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/errcode=>oras.land/oras-go/v2@v2.6.0/registry/remote/errcode;$WORK/b2259=>" -p oras.land/oras-go/v2/registry/remote/errcode -lang=go1.23 -complete -installsuffix shared -buildid N3ca0bsXxhgRIaOIDDLm/N3ca0bsXxhgRIaOIDDLm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2259/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/errcode/errors.go
2025-08-20T21:22:11.8544880Z [00:04:05.122]➜  go tool buildid -w $WORK/b2259/_pkg_.a # internal
2025-08-20T21:22:11.8551967Z [00:04:05.122]➜  cp $WORK/b2259/_pkg_.a /root/.cache/go-build/3d/3d677bec743b0984dca883c208066d86b211bec010ca9ff73bd62090172b1580-d # internal
2025-08-20T21:22:11.8553390Z [00:04:05.123]➜  oras.land/oras-go/v2/registry/remote/internal/errutil
2025-08-20T21:22:11.8554248Z [00:04:05.123]➜  mkdir -p $WORK/b2258/
2025-08-20T21:22:11.8558077Z [00:04:05.123]➜  cat >/tmp/go-build3547871397/b2258/importcfg << 'EOF' # internal
2025-08-20T21:22:11.8558801Z [00:04:05.123]➜  # import config
2025-08-20T21:22:11.8559554Z [00:04:05.123]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:11.8560496Z [00:04:05.123]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:11.8561355Z [00:04:05.123]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:11.8562202Z [00:04:05.123]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:11.8563792Z [00:04:05.123]➜  packagefile oras.land/oras-go/v2/registry/remote/errcode=/tmp/go-build3547871397/b2259/_pkg_.a
2025-08-20T21:22:11.8565755Z [00:04:05.124]➜  EOF
2025-08-20T21:22:11.8570772Z [00:04:05.124]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2258/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/internal/errutil=>oras.land/oras-go/v2@v2.6.0/registry/remote/internal/errutil;$WORK/b2258=>" -p oras.land/oras-go/v2/registry/remote/internal/errutil -lang=go1.23 -complete -installsuffix shared -buildid L4FwDQPf1iMdlexjeMDk/L4FwDQPf1iMdlexjeMDk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2258/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/internal/errutil/errutil.go
2025-08-20T21:22:11.8904502Z [00:04:05.158]➜  go tool buildid -w $WORK/b2258/_pkg_.a # internal
2025-08-20T21:22:11.8913935Z [00:04:05.158]➜  cp $WORK/b2258/_pkg_.a /root/.cache/go-build/59/592dc13665cdef7b12ceb721edfb1887e5d33da8badc177c648285cb57aead0d-d # internal
2025-08-20T21:22:11.8920918Z [00:04:05.159]➜  oras.land/oras-go/v2/registry/remote/retry
2025-08-20T21:22:11.8924688Z [00:04:05.159]➜  mkdir -p $WORK/b2260/
2025-08-20T21:22:11.8925424Z [00:04:05.160]➜  cat >/tmp/go-build3547871397/b2260/importcfg << 'EOF' # internal
2025-08-20T21:22:11.8926091Z [00:04:05.160]➜  # import config
2025-08-20T21:22:11.8926635Z [00:04:05.160]➜  packagefile hash/maphash=/tmp/go-build3547871397/b847/_pkg_.a
2025-08-20T21:22:11.8927447Z [00:04:05.160]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:22:11.8928285Z [00:04:05.160]➜  packagefile math/rand/v2=/tmp/go-build3547871397/b176/_pkg_.a
2025-08-20T21:22:11.8929164Z [00:04:05.160]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:22:11.8929968Z [00:04:05.160]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:11.8930774Z [00:04:05.160]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:11.8931573Z [00:04:05.160]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:11.8932190Z [00:04:05.160]➜  EOF
2025-08-20T21:22:11.8937347Z [00:04:05.161]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2260/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/retry=>oras.land/oras-go/v2@v2.6.0/registry/remote/retry;$WORK/b2260=>" -p oras.land/oras-go/v2/registry/remote/retry -lang=go1.23 -complete -installsuffix shared -buildid Ezvl4FVBoEZ_p5cAH97I/Ezvl4FVBoEZ_p5cAH97I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2260/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/retry/client.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/retry/policy.go
2025-08-20T21:22:11.8964721Z [00:04:05.164]➜  go tool buildid -w $WORK/b2255/_pkg_.a # internal
2025-08-20T21:22:11.9003220Z [00:04:05.167]➜  cp $WORK/b2255/_pkg_.a /root/.cache/go-build/84/84c47852066621325f4dc6243b45e9a89cdb72ff3a5c752312e550871634310b-d # internal
2025-08-20T21:22:11.9037326Z [00:04:05.171]➜  oras.land/oras-go/v2/internal/graph
2025-08-20T21:22:11.9042829Z [00:04:05.172]➜  mkdir -p $WORK/b2262/
2025-08-20T21:22:11.9053026Z [00:04:05.173]➜  cat >/tmp/go-build3547871397/b2262/importcfg << 'EOF' # internal
2025-08-20T21:22:11.9056484Z [00:04:05.173]➜  # import config
2025-08-20T21:22:11.9065955Z [00:04:05.173]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:11.9066847Z [00:04:05.173]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:11.9067896Z [00:04:05.173]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:22:11.9069211Z [00:04:05.173]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:22:11.9070452Z [00:04:05.173]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build3547871397/b2241/_pkg_.a
2025-08-20T21:22:11.9071507Z [00:04:05.173]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build3547871397/b2242/_pkg_.a
2025-08-20T21:22:11.9073142Z [00:04:05.173]➜  packagefile oras.land/oras-go/v2/internal/container/set=/tmp/go-build3547871397/b2248/_pkg_.a
2025-08-20T21:22:11.9074543Z [00:04:05.173]➜  packagefile oras.land/oras-go/v2/internal/descriptor=/tmp/go-build3547871397/b2243/_pkg_.a
2025-08-20T21:22:11.9075830Z [00:04:05.173]➜  packagefile oras.land/oras-go/v2/internal/status=/tmp/go-build3547871397/b2255/_pkg_.a
2025-08-20T21:22:11.9077093Z [00:04:05.173]➜  packagefile oras.land/oras-go/v2/internal/syncutil=/tmp/go-build3547871397/b2256/_pkg_.a
2025-08-20T21:22:11.9078128Z [00:04:05.173]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:11.9078740Z [00:04:05.173]➜  EOF
2025-08-20T21:22:11.9089682Z [00:04:05.176]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2262/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/graph=>oras.land/oras-go/v2@v2.6.0/internal/graph;$WORK/b2262=>" -p oras.land/oras-go/v2/internal/graph -lang=go1.23 -complete -installsuffix shared -buildid 2bIU5Hamt2ZpmCyOND2S/2bIU5Hamt2ZpmCyOND2S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2262/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/graph/memory.go
2025-08-20T21:22:11.9299135Z [00:04:05.196]➜  go tool buildid -w $WORK/b2260/_pkg_.a # internal
2025-08-20T21:22:11.9302426Z [00:04:05.197]➜  cp $WORK/b2260/_pkg_.a /root/.cache/go-build/67/674ccde2c6589d21269cc56894d082b3334c3735c65da5a77e667d385a04864e-d # internal
2025-08-20T21:22:11.9304810Z [00:04:05.198]➜  oras.land/oras-go/v2/registry/remote/auth
2025-08-20T21:22:11.9307892Z [00:04:05.198]➜  mkdir -p $WORK/b2257/
2025-08-20T21:22:11.9312165Z [00:04:05.198]➜  cat >/tmp/go-build3547871397/b2257/importcfg << 'EOF' # internal
2025-08-20T21:22:11.9313049Z [00:04:05.198]➜  # import config
2025-08-20T21:22:11.9313705Z [00:04:05.198]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:11.9314480Z [00:04:05.198]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:22:11.9315351Z [00:04:05.198]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:11.9316191Z [00:04:05.198]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:11.9316964Z [00:04:05.198]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:11.9317902Z [00:04:05.198]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:11.9318705Z [00:04:05.198]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:11.9319520Z [00:04:05.198]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:11.9320486Z [00:04:05.198]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build3547871397/b2242/_pkg_.a
2025-08-20T21:22:11.9321732Z [00:04:05.198]➜  packagefile oras.land/oras-go/v2/internal/syncutil=/tmp/go-build3547871397/b2256/_pkg_.a
2025-08-20T21:22:11.9327664Z [00:04:05.198]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build3547871397/b2251/_pkg_.a
2025-08-20T21:22:11.9329111Z [00:04:05.198]➜  packagefile oras.land/oras-go/v2/registry/remote/internal/errutil=/tmp/go-build3547871397/b2258/_pkg_.a
2025-08-20T21:22:11.9330686Z [00:04:05.198]➜  packagefile oras.land/oras-go/v2/registry/remote/retry=/tmp/go-build3547871397/b2260/_pkg_.a
2025-08-20T21:22:11.9331758Z [00:04:05.198]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:22:11.9332582Z [00:04:05.198]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:11.9333582Z [00:04:05.198]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:11.9334416Z [00:04:05.199]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:11.9335011Z [00:04:05.200]➜  EOF
2025-08-20T21:22:11.9340991Z [00:04:05.200]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2257/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/auth=>oras.land/oras-go/v2@v2.6.0/registry/remote/auth;$WORK/b2257=>" -p oras.land/oras-go/v2/registry/remote/auth -lang=go1.23 -complete -installsuffix shared -buildid MMCbEs7zPS2iw4yp1oRn/MMCbEs7zPS2iw4yp1oRn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2257/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/auth/cache.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/auth/challenge.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/auth/client.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/auth/credential.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/auth/scope.go
2025-08-20T21:22:12.1191669Z [00:04:05.386]➜  go tool buildid -w $WORK/b2262/_pkg_.a # internal
2025-08-20T21:22:12.1256623Z [00:04:05.392]➜  cp $WORK/b2262/_pkg_.a /root/.cache/go-build/15/15585cc52036b1ebcbbe45ba90677eaf7af818cfc1cbb7b70c4d35a4d5efc683-d # internal
2025-08-20T21:22:12.1271120Z [00:04:05.393]➜  oras.land/oras-go/v2/internal/resolver
2025-08-20T21:22:12.1271760Z [00:04:05.394]➜  mkdir -p $WORK/b2263/
2025-08-20T21:22:12.1272502Z [00:04:05.394]➜  cat >/tmp/go-build3547871397/b2263/importcfg << 'EOF' # internal
2025-08-20T21:22:12.1284725Z [00:04:05.396]➜  # import config
2025-08-20T21:22:12.1285831Z [00:04:05.396]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:12.1286916Z [00:04:05.396]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:12.1288472Z [00:04:05.396]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:22:12.1290107Z [00:04:05.396]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:22:12.1292422Z [00:04:05.396]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:22:12.1293617Z [00:04:05.396]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build3547871397/b2242/_pkg_.a
2025-08-20T21:22:12.1294832Z [00:04:05.396]➜  packagefile oras.land/oras-go/v2/internal/container/set=/tmp/go-build3547871397/b2248/_pkg_.a
2025-08-20T21:22:12.1295785Z [00:04:05.396]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:12.1296367Z [00:04:05.396]➜  EOF
2025-08-20T21:22:12.1299960Z [00:04:05.396]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2263/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/resolver=>oras.land/oras-go/v2@v2.6.0/internal/resolver;$WORK/b2263=>" -p oras.land/oras-go/v2/internal/resolver -lang=go1.23 -complete -installsuffix shared -buildid kz_oHCMyTS-6m1L6yhsM/kz_oHCMyTS-6m1L6yhsM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2263/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/resolver/memory.go
2025-08-20T21:22:12.1729031Z [00:04:05.440]➜  go tool buildid -w $WORK/b2263/_pkg_.a # internal
2025-08-20T21:22:12.1734564Z [00:04:05.441]➜  go tool buildid -w $WORK/b2257/_pkg_.a # internal
2025-08-20T21:22:12.1739205Z [00:04:05.441]➜  cp $WORK/b2263/_pkg_.a /root/.cache/go-build/f7/f7617e4b3dc3ec23a3f8e83e9669bbb7c40ce6db5bba081b083506117e3cfa6f-d # internal
2025-08-20T21:22:12.1749838Z [00:04:05.441]➜  oras.land/oras-go/v2/content/memory
2025-08-20T21:22:12.1750420Z [00:04:05.441]➜  mkdir -p $WORK/b2261/
2025-08-20T21:22:12.1751085Z [00:04:05.442]➜  cat >/tmp/go-build3547871397/b2261/importcfg << 'EOF' # internal
2025-08-20T21:22:12.1751692Z [00:04:05.442]➜  # import config
2025-08-20T21:22:12.1752303Z [00:04:05.442]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:12.1753292Z [00:04:05.442]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:12.1754345Z [00:04:05.442]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:22:12.1755299Z [00:04:05.442]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:12.1756153Z [00:04:05.442]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build3547871397/b2241/_pkg_.a
2025-08-20T21:22:12.1757096Z [00:04:05.442]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build3547871397/b2242/_pkg_.a
2025-08-20T21:22:12.1758239Z [00:04:05.442]➜  packagefile oras.land/oras-go/v2/internal/cas=/tmp/go-build3547871397/b2246/_pkg_.a
2025-08-20T21:22:12.1759365Z [00:04:05.442]➜  packagefile oras.land/oras-go/v2/internal/graph=/tmp/go-build3547871397/b2262/_pkg_.a
2025-08-20T21:22:12.1760540Z [00:04:05.442]➜  packagefile oras.land/oras-go/v2/internal/resolver=/tmp/go-build3547871397/b2263/_pkg_.a
2025-08-20T21:22:12.1761320Z [00:04:05.442]➜  EOF
2025-08-20T21:22:12.1774446Z [00:04:05.442]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2261/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/memory=>oras.land/oras-go/v2@v2.6.0/content/memory;$WORK/b2261=>" -p oras.land/oras-go/v2/content/memory -lang=go1.23 -complete -installsuffix shared -buildid ljFGpfY4dzSBKjUmQ5Uz/ljFGpfY4dzSBKjUmQ5Uz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2261/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content/memory/memory.go
2025-08-20T21:22:12.1806683Z [00:04:05.448]➜  cp $WORK/b2257/_pkg_.a /root/.cache/go-build/82/827184e6e535f642616bfbaf61296589b98532ac9bf33bd5c33d9db8bb3d62b2-d # internal
2025-08-20T21:22:12.1815100Z [00:04:05.449]➜  oras.land/oras-go/v2
2025-08-20T21:22:12.1818374Z [00:04:05.449]➜  mkdir -p $WORK/b2240/
2025-08-20T21:22:12.1824333Z [00:04:05.450]➜  cat >/tmp/go-build3547871397/b2240/importcfg << 'EOF' # internal
2025-08-20T21:22:12.1825738Z [00:04:05.450]➜  # import config
2025-08-20T21:22:12.1830055Z [00:04:05.450]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:12.1830893Z [00:04:05.450]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:12.1835986Z [00:04:05.450]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:12.1836859Z [00:04:05.450]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:12.1837634Z [00:04:05.450]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:12.1838710Z [00:04:05.450]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build3547871397/b1023/_pkg_.a
2025-08-20T21:22:12.1840094Z [00:04:05.450]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:22:12.1841317Z [00:04:05.450]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3547871397/b1062/_pkg_.a
2025-08-20T21:22:12.1842393Z [00:04:05.450]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:12.1843326Z [00:04:05.450]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:22:12.1844258Z [00:04:05.450]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build3547871397/b2241/_pkg_.a
2025-08-20T21:22:12.1845308Z [00:04:05.450]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build3547871397/b2242/_pkg_.a
2025-08-20T21:22:12.1846411Z [00:04:05.450]➜  packagefile oras.land/oras-go/v2/internal/cas=/tmp/go-build3547871397/b2246/_pkg_.a
2025-08-20T21:22:12.1847633Z [00:04:05.450]➜  packagefile oras.land/oras-go/v2/internal/container/set=/tmp/go-build3547871397/b2248/_pkg_.a
2025-08-20T21:22:12.1849013Z [00:04:05.450]➜  packagefile oras.land/oras-go/v2/internal/copyutil=/tmp/go-build3547871397/b2249/_pkg_.a
2025-08-20T21:22:12.1850300Z [00:04:05.450]➜  packagefile oras.land/oras-go/v2/internal/descriptor=/tmp/go-build3547871397/b2243/_pkg_.a
2025-08-20T21:22:12.1851515Z [00:04:05.450]➜  packagefile oras.land/oras-go/v2/internal/docker=/tmp/go-build3547871397/b2244/_pkg_.a
2025-08-20T21:22:12.1852863Z [00:04:05.450]➜  packagefile oras.land/oras-go/v2/internal/interfaces=/tmp/go-build3547871397/b2250/_pkg_.a
2025-08-20T21:22:12.1858193Z [00:04:05.450]➜  packagefile oras.land/oras-go/v2/internal/platform=/tmp/go-build3547871397/b2252/_pkg_.a
2025-08-20T21:22:12.1859502Z [00:04:05.450]➜  packagefile oras.land/oras-go/v2/internal/registryutil=/tmp/go-build3547871397/b2254/_pkg_.a
2025-08-20T21:22:12.1860736Z [00:04:05.450]➜  packagefile oras.land/oras-go/v2/internal/spec=/tmp/go-build3547871397/b2245/_pkg_.a
2025-08-20T21:22:12.1861918Z [00:04:05.450]➜  packagefile oras.land/oras-go/v2/internal/status=/tmp/go-build3547871397/b2255/_pkg_.a
2025-08-20T21:22:12.1863488Z [00:04:05.450]➜  packagefile oras.land/oras-go/v2/internal/syncutil=/tmp/go-build3547871397/b2256/_pkg_.a
2025-08-20T21:22:12.1864652Z [00:04:05.450]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build3547871397/b2251/_pkg_.a
2025-08-20T21:22:12.1865840Z [00:04:05.450]➜  packagefile oras.land/oras-go/v2/registry/remote/auth=/tmp/go-build3547871397/b2257/_pkg_.a
2025-08-20T21:22:12.1866855Z [00:04:05.450]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:12.1867637Z [00:04:05.450]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:12.1868214Z [00:04:05.450]➜  EOF
2025-08-20T21:22:12.1873336Z [00:04:05.453]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2240/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0=>oras.land/oras-go/v2@v2.6.0;$WORK/b2240=>" -p oras.land/oras-go/v2 -lang=go1.23 -complete -installsuffix shared -buildid 0Hwu7zptUyv_7vdsJj7N/0Hwu7zptUyv_7vdsJj7N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2240/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/content.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/copy.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/copyerror.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/extendedcopy.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/pack.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/target.go
2025-08-20T21:22:12.3142067Z [00:04:05.581]➜  go tool buildid -w $WORK/b2261/_pkg_.a # internal
2025-08-20T21:22:12.3185128Z [00:04:05.585]➜  cp $WORK/b2261/_pkg_.a /root/.cache/go-build/23/2376d6de26aa95eaaa44caf564b61bf17ecfcd710d5d13b7ca27dea1ef8836de-d # internal
2025-08-20T21:22:12.3186455Z [00:04:05.585]➜  oras.land/oras-go/v2/internal/httputil
2025-08-20T21:22:12.3187097Z [00:04:05.585]➜  mkdir -p $WORK/b2265/
2025-08-20T21:22:12.3224256Z [00:04:05.586]➜  cat >/tmp/go-build3547871397/b2265/importcfg << 'EOF' # internal
2025-08-20T21:22:12.3225013Z [00:04:05.586]➜  # import config
2025-08-20T21:22:12.3225740Z [00:04:05.586]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:12.3226577Z [00:04:05.586]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:12.3227370Z [00:04:05.586]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:12.3228422Z [00:04:05.586]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:12.3229044Z [00:04:05.586]➜  EOF
2025-08-20T21:22:12.3232888Z [00:04:05.586]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2265/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/httputil=>oras.land/oras-go/v2@v2.6.0/internal/httputil;$WORK/b2265=>" -p oras.land/oras-go/v2/internal/httputil -lang=go1.23 -complete -installsuffix shared -buildid pUj0M5cloDCwZ8lxfwea/pUj0M5cloDCwZ8lxfwea -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2265/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/internal/httputil/seek.go
2025-08-20T21:22:12.3638814Z [00:04:05.631]➜  go tool buildid -w $WORK/b2221/_pkg_.a # internal
2025-08-20T21:22:12.3677104Z [00:04:05.635]➜  go tool buildid -w $WORK/b2265/_pkg_.a # internal
2025-08-20T21:22:12.3688906Z [00:04:05.636]➜  cp $WORK/b2265/_pkg_.a /root/.cache/go-build/50/50c0863e42c015bacf28c07338954a68cbb7476400dd56505ad6c4dcf3e42847-d # internal
2025-08-20T21:22:12.3694871Z [00:04:05.637]➜  oras.land/oras-go/v2/registry/remote
2025-08-20T21:22:12.3695462Z [00:04:05.637]➜  mkdir -p $WORK/b2264/
2025-08-20T21:22:12.3703542Z [00:04:05.637]➜  cat >/tmp/go-build3547871397/b2264/importcfg << 'EOF' # internal
2025-08-20T21:22:12.3704661Z [00:04:05.637]➜  # import config
2025-08-20T21:22:12.3706920Z [00:04:05.637]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:12.3707769Z [00:04:05.637]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:12.3708658Z [00:04:05.637]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:12.3709504Z [00:04:05.637]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:12.3710443Z [00:04:05.637]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:12.3711443Z [00:04:05.637]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:22:12.3712962Z [00:04:05.638]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build3547871397/b1023/_pkg_.a
2025-08-20T21:22:12.3714347Z [00:04:05.638]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:22:12.3715409Z [00:04:05.638]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:12.3716164Z [00:04:05.638]➜  packagefile mime=/tmp/go-build3547871397/b236/_pkg_.a
2025-08-20T21:22:12.3717093Z [00:04:05.638]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:12.3717925Z [00:04:05.638]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:12.3718873Z [00:04:05.638]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build3547871397/b2241/_pkg_.a
2025-08-20T21:22:12.3719941Z [00:04:05.638]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build3547871397/b2242/_pkg_.a
2025-08-20T21:22:12.3721038Z [00:04:05.638]➜  packagefile oras.land/oras-go/v2/internal/cas=/tmp/go-build3547871397/b2246/_pkg_.a
2025-08-20T21:22:12.3722258Z [00:04:05.638]➜  packagefile oras.land/oras-go/v2/internal/descriptor=/tmp/go-build3547871397/b2243/_pkg_.a
2025-08-20T21:22:12.3755849Z [00:04:05.638]➜  packagefile oras.land/oras-go/v2/internal/docker=/tmp/go-build3547871397/b2244/_pkg_.a
2025-08-20T21:22:12.3757109Z [00:04:05.638]➜  packagefile oras.land/oras-go/v2/internal/httputil=/tmp/go-build3547871397/b2265/_pkg_.a
2025-08-20T21:22:12.3758328Z [00:04:05.638]➜  packagefile oras.land/oras-go/v2/internal/ioutil=/tmp/go-build3547871397/b2247/_pkg_.a
2025-08-20T21:22:12.3759490Z [00:04:05.638]➜  packagefile oras.land/oras-go/v2/internal/spec=/tmp/go-build3547871397/b2245/_pkg_.a
2025-08-20T21:22:12.3760685Z [00:04:05.638]➜  packagefile oras.land/oras-go/v2/internal/syncutil=/tmp/go-build3547871397/b2256/_pkg_.a
2025-08-20T21:22:12.3761823Z [00:04:05.638]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build3547871397/b2251/_pkg_.a
2025-08-20T21:22:12.3763222Z [00:04:05.638]➜  packagefile oras.land/oras-go/v2/registry/remote/auth=/tmp/go-build3547871397/b2257/_pkg_.a
2025-08-20T21:22:12.3764718Z [00:04:05.638]➜  packagefile oras.land/oras-go/v2/registry/remote/errcode=/tmp/go-build3547871397/b2259/_pkg_.a
2025-08-20T21:22:12.3766132Z [00:04:05.638]➜  packagefile oras.land/oras-go/v2/registry/remote/internal/errutil=/tmp/go-build3547871397/b2258/_pkg_.a
2025-08-20T21:22:12.3767244Z [00:04:05.638]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:22:12.3768056Z [00:04:05.638]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:12.3768859Z [00:04:05.638]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:12.3769643Z [00:04:05.638]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:12.3770608Z [00:04:05.638]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:22:12.3771237Z [00:04:05.638]➜  EOF
2025-08-20T21:22:12.3778117Z [00:04:05.640]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2264/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote=>oras.land/oras-go/v2@v2.6.0/registry/remote;$WORK/b2264=>" -p oras.land/oras-go/v2/registry/remote -lang=go1.23 -complete -installsuffix shared -buildid GW9uyr3iPDhJ_Ohy_92d/GW9uyr3iPDhJ_Ohy_92d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2264/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/manifest.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/referrers.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/registry.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/repository.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/url.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/utils.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/warning.go
2025-08-20T21:22:12.4118192Z [00:04:05.677]➜  cp $WORK/b2221/_pkg_.a /root/.cache/go-build/f9/f949e7412fb92ade297fe89d89c22eb28476845fbd93856c6e83b17bc5fd4aa5-d # internal
2025-08-20T21:22:12.4119520Z [00:04:05.677]➜  helm.sh/helm/v3/pkg/cli
2025-08-20T21:22:12.4120059Z [00:04:05.677]➜  mkdir -p $WORK/b2218/
2025-08-20T21:22:12.4120775Z [00:04:05.678]➜  cat >/tmp/go-build3547871397/b2218/importcfg << 'EOF' # internal
2025-08-20T21:22:12.4121435Z [00:04:05.678]➜  # import config
2025-08-20T21:22:12.4122060Z [00:04:05.678]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:12.4123267Z [00:04:05.678]➜  packagefile github.com/spf13/pflag=/tmp/go-build3547871397/b279/_pkg_.a
2025-08-20T21:22:12.4124535Z [00:04:05.678]➜  packagefile helm.sh/helm/v3/internal/version=/tmp/go-build3547871397/b2216/_pkg_.a
2025-08-20T21:22:12.4125657Z [00:04:05.678]➜  packagefile helm.sh/helm/v3/pkg/helmpath=/tmp/go-build3547871397/b2219/_pkg_.a
2025-08-20T21:22:12.4126706Z [00:04:05.678]➜  packagefile helm.sh/helm/v3/pkg/kube=/tmp/go-build3547871397/b2221/_pkg_.a
2025-08-20T21:22:12.4127853Z [00:04:05.678]➜  packagefile k8s.io/cli-runtime/pkg/genericclioptions=/tmp/go-build3547871397/b275/_pkg_.a
2025-08-20T21:22:12.4128973Z [00:04:05.678]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:22:12.4129864Z [00:04:05.678]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:12.4130644Z [00:04:05.678]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:12.4131545Z [00:04:05.678]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:12.4132369Z [00:04:05.678]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:12.4133111Z [00:04:05.678]➜  EOF
2025-08-20T21:22:12.4136276Z [00:04:05.678]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2218/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/cli=>helm.sh/helm/v3@v3.18.4/pkg/cli;$WORK/b2218=>" -p helm.sh/helm/v3/pkg/cli -lang=go1.24 -complete -installsuffix shared -buildid EUAW-hrZtJN_jJGXjNur/EUAW-hrZtJN_jJGXjNur -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2218/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/cli/environment.go
2025-08-20T21:22:12.4885881Z [00:04:05.756]➜  go tool buildid -w $WORK/b2240/_pkg_.a # internal
2025-08-20T21:22:12.4939957Z [00:04:05.761]➜  cp $WORK/b2240/_pkg_.a /root/.cache/go-build/d6/d699cd843921680f6f62a59adc7faf3faa58a632e80819d8e83b658fb777da33-d # internal
2025-08-20T21:22:12.4943172Z [00:04:05.762]➜  oras.land/oras-go/v2/registry/remote/credentials/internal/ioutil
2025-08-20T21:22:12.4944602Z [00:04:05.762]➜  mkdir -p $WORK/b2268/
2025-08-20T21:22:12.4947350Z [00:04:05.762]➜  cat >/tmp/go-build3547871397/b2268/importcfg << 'EOF' # internal
2025-08-20T21:22:12.4952570Z [00:04:05.762]➜  # import config
2025-08-20T21:22:12.4953524Z [00:04:05.762]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:12.4954324Z [00:04:05.762]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:12.4955087Z [00:04:05.762]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:12.4955671Z [00:04:05.762]➜  EOF
2025-08-20T21:22:12.4960275Z [00:04:05.762]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2268/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/internal/ioutil=>oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/internal/ioutil;$WORK/b2268=>" -p oras.land/oras-go/v2/registry/remote/credentials/internal/ioutil -lang=go1.23 -complete -installsuffix shared -buildid F6pOQJYe7VidzdnqOIko/F6pOQJYe7VidzdnqOIko -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2268/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/internal/ioutil/ioutil.go
2025-08-20T21:22:12.5141377Z [00:04:05.781]➜  go tool buildid -w $WORK/b2268/_pkg_.a # internal
2025-08-20T21:22:12.5148637Z [00:04:05.782]➜  cp $WORK/b2268/_pkg_.a /root/.cache/go-build/2a/2aff5cf233522cbe139a4e1ccd6186683640f0c32f8f02f246416195d33c2d3a-d # internal
2025-08-20T21:22:12.5166300Z [00:04:05.782]➜  oras.land/oras-go/v2/registry/remote/credentials/internal/config
2025-08-20T21:22:12.5167119Z [00:04:05.782]➜  mkdir -p $WORK/b2267/
2025-08-20T21:22:12.5167866Z [00:04:05.783]➜  cat >/tmp/go-build3547871397/b2267/importcfg << 'EOF' # internal
2025-08-20T21:22:12.5168675Z [00:04:05.783]➜  # import config
2025-08-20T21:22:12.5169370Z [00:04:05.783]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:12.5170261Z [00:04:05.783]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:22:12.5171214Z [00:04:05.783]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:12.5172092Z [00:04:05.783]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:12.5173140Z [00:04:05.783]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:12.5174298Z [00:04:05.783]➜  packagefile oras.land/oras-go/v2/registry/remote/auth=/tmp/go-build3547871397/b2257/_pkg_.a
2025-08-20T21:22:12.5175805Z [00:04:05.783]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials/internal/ioutil=/tmp/go-build3547871397/b2268/_pkg_.a
2025-08-20T21:22:12.5176977Z [00:04:05.783]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:12.5177850Z [00:04:05.783]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:12.5178810Z [00:04:05.783]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:12.5179636Z [00:04:05.783]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:12.5180224Z [00:04:05.783]➜  EOF
2025-08-20T21:22:12.5184763Z [00:04:05.783]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2267/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/internal/config=>oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/internal/config;$WORK/b2267=>" -p oras.land/oras-go/v2/registry/remote/credentials/internal/config -lang=go1.23 -complete -installsuffix shared -buildid dRCzM4C_w6rLIRX9ezeF/dRCzM4C_w6rLIRX9ezeF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2267/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/internal/config/config.go
2025-08-20T21:22:12.5373993Z [00:04:05.802]➜  go tool buildid -w $WORK/b2218/_pkg_.a # internal
2025-08-20T21:22:12.5404611Z [00:04:05.808]➜  cp $WORK/b2218/_pkg_.a /root/.cache/go-build/b1/b12198fcb0dc81d63bf611601f7a72142fba130de8f66f07c1e47592273b1754-d # internal
2025-08-20T21:22:12.5407793Z [00:04:05.808]➜  oras.land/oras-go/v2/registry/remote/credentials/trace
2025-08-20T21:22:12.5409253Z [00:04:05.808]➜  mkdir -p $WORK/b2270/
2025-08-20T21:22:12.5410365Z [00:04:05.808]➜  cat >/tmp/go-build3547871397/b2270/importcfg << 'EOF' # internal
2025-08-20T21:22:12.5413714Z [00:04:05.808]➜  # import config
2025-08-20T21:22:12.5414481Z [00:04:05.808]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:12.5415151Z [00:04:05.808]➜  EOF
2025-08-20T21:22:12.5419369Z [00:04:05.808]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2270/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/trace=>oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/trace;$WORK/b2270=>" -p oras.land/oras-go/v2/registry/remote/credentials/trace -lang=go1.23 -complete -installsuffix shared -buildid 6qIPJVEprI0KjNnRc_X-/6qIPJVEprI0KjNnRc_X- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2270/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/trace/trace.go
2025-08-20T21:22:12.5738222Z [00:04:05.841]➜  go tool buildid -w $WORK/b2270/_pkg_.a # internal
2025-08-20T21:22:12.5754090Z [00:04:05.841]➜  cp $WORK/b2270/_pkg_.a /root/.cache/go-build/d0/d0277a3004f09fb16506b4dc59812451af81bdbedd3aa6e59b6e6fba11ad6435-d # internal
2025-08-20T21:22:12.5755615Z [00:04:05.842]➜  oras.land/oras-go/v2/registry/remote/credentials/internal/executer
2025-08-20T21:22:12.5756370Z [00:04:05.842]➜  mkdir -p $WORK/b2269/
2025-08-20T21:22:12.5757072Z [00:04:05.842]➜  cat >/tmp/go-build3547871397/b2269/importcfg << 'EOF' # internal
2025-08-20T21:22:12.5757735Z [00:04:05.842]➜  # import config
2025-08-20T21:22:12.5758356Z [00:04:05.842]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:12.5759152Z [00:04:05.842]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:12.5759956Z [00:04:05.842]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:12.5760710Z [00:04:05.842]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:12.5761847Z [00:04:05.842]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials/trace=/tmp/go-build3547871397/b2270/_pkg_.a
2025-08-20T21:22:12.5763281Z [00:04:05.842]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:12.5764122Z [00:04:05.842]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:22:12.5764753Z [00:04:05.842]➜  EOF
2025-08-20T21:22:12.5769487Z [00:04:05.842]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2269/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/internal/executer=>oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/internal/executer;$WORK/b2269=>" -p oras.land/oras-go/v2/registry/remote/credentials/internal/executer -lang=go1.23 -complete -installsuffix shared -buildid XFcfRrMZ7HSdGMrzWRQn/XFcfRrMZ7HSdGMrzWRQn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2269/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/internal/executer/executer.go
2025-08-20T21:22:12.5777531Z [00:04:05.845]➜  go tool buildid -w $WORK/b2267/_pkg_.a # internal
2025-08-20T21:22:12.5802238Z [00:04:05.847]➜  cp $WORK/b2267/_pkg_.a /root/.cache/go-build/54/5411f51764ffc73d1e1816b1c531d454e50572bc54d6361a77ad389b91358557-d # internal
2025-08-20T21:22:12.5810524Z [00:04:05.848]➜  helm.sh/helm/v3/internal/urlutil
2025-08-20T21:22:12.5811138Z [00:04:05.848]➜  mkdir -p $WORK/b2272/
2025-08-20T21:22:12.5811862Z [00:04:05.848]➜  cat >/tmp/go-build3547871397/b2272/importcfg << 'EOF' # internal
2025-08-20T21:22:12.5812935Z [00:04:05.848]➜  # import config
2025-08-20T21:22:12.5813602Z [00:04:05.848]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:12.5814402Z [00:04:05.848]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:12.5815264Z [00:04:05.848]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:12.5815909Z [00:04:05.848]➜  EOF
2025-08-20T21:22:12.5821669Z [00:04:05.849]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2272/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/internal/urlutil=>helm.sh/helm/v3@v3.18.4/internal/urlutil;$WORK/b2272=>" -p helm.sh/helm/v3/internal/urlutil -lang=go1.24 -complete -installsuffix shared -buildid 8hysEeKNuEL11Uz7O0EK/8hysEeKNuEL11Uz7O0EK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2272/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/internal/urlutil/urlutil.go
2025-08-20T21:22:12.6080121Z [00:04:05.875]➜  go tool buildid -w $WORK/b2272/_pkg_.a # internal
2025-08-20T21:22:12.6084346Z [00:04:05.876]➜  cp $WORK/b2272/_pkg_.a /root/.cache/go-build/46/463629ec461f05446c5e450784d07b8648ab30b506cfb26159c457cf3fad02e3-d # internal
2025-08-20T21:22:12.6095742Z [00:04:05.877]➜  helm.sh/helm/v3/pkg/plugin
2025-08-20T21:22:12.6099114Z [00:04:05.877]➜  mkdir -p $WORK/b2274/
2025-08-20T21:22:12.6107206Z [00:04:05.877]➜  cat >/tmp/go-build3547871397/b2274/importcfg << 'EOF' # internal
2025-08-20T21:22:12.6108115Z [00:04:05.877]➜  # import config
2025-08-20T21:22:12.6108747Z [00:04:05.877]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:12.6109628Z [00:04:05.877]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:12.6110635Z [00:04:05.877]➜  packagefile helm.sh/helm/v3/pkg/cli=/tmp/go-build3547871397/b2218/_pkg_.a
2025-08-20T21:22:12.6111485Z [00:04:05.877]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:12.6112280Z [00:04:05.877]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:12.6113281Z [00:04:05.877]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:12.6114060Z [00:04:05.877]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:22:12.6114916Z [00:04:05.877]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:22:12.6115773Z [00:04:05.877]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:12.6116561Z [00:04:05.877]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:22:12.6117146Z [00:04:05.877]➜  EOF
2025-08-20T21:22:12.6130548Z [00:04:05.880]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2274/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/plugin=>helm.sh/helm/v3@v3.18.4/pkg/plugin;$WORK/b2274=>" -p helm.sh/helm/v3/pkg/plugin -lang=go1.24 -complete -installsuffix shared -buildid SX9eIHcSj36W53-yqMcv/SX9eIHcSj36W53-yqMcv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2274/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/plugin/hooks.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/plugin/plugin.go
2025-08-20T21:22:12.6139138Z [00:04:05.881]➜  go tool buildid -w $WORK/b2269/_pkg_.a # internal
2025-08-20T21:22:12.6143229Z [00:04:05.881]➜  cp $WORK/b2269/_pkg_.a /root/.cache/go-build/a4/a490b04e63aa9b76f2531c373c3a9521e55c389464c25d0c0a533f5bf8a0bd94-d # internal
2025-08-20T21:22:12.6147014Z [00:04:05.881]➜  github.com/gobwas/glob/util/strings
2025-08-20T21:22:12.6149468Z [00:04:05.882]➜  mkdir -p $WORK/b2280/
2025-08-20T21:22:12.6151483Z [00:04:05.882]➜  cat >/tmp/go-build3547871397/b2280/importcfg << 'EOF' # internal
2025-08-20T21:22:12.6152263Z [00:04:05.882]➜  # import config
2025-08-20T21:22:12.6154924Z [00:04:05.882]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:12.6155799Z [00:04:05.882]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:22:12.6156432Z [00:04:05.882]➜  EOF
2025-08-20T21:22:12.6160131Z [00:04:05.882]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2280/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/util/strings=>github.com/gobwas/glob@v0.2.3/util/strings;$WORK/b2280=>" -p github.com/gobwas/glob/util/strings -lang=go1.16 -complete -installsuffix shared -buildid 4tEX8CHn9FFTqVU6Lak3/4tEX8CHn9FFTqVU6Lak3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2280/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/util/strings/strings.go
2025-08-20T21:22:12.6333926Z [00:04:05.900]➜  go tool buildid -w $WORK/b2280/_pkg_.a # internal
2025-08-20T21:22:12.6343516Z [00:04:05.901]➜  cp $WORK/b2280/_pkg_.a /root/.cache/go-build/83/83753e3c1c6196d6049dc73234874e00aae11504b9a9288d8f6a768e5368612b-d # internal
2025-08-20T21:22:12.6357268Z [00:04:05.901]➜  github.com/gobwas/glob/match
2025-08-20T21:22:12.6357867Z [00:04:05.901]➜  mkdir -p $WORK/b2278/
2025-08-20T21:22:12.6358580Z [00:04:05.902]➜  cat >/tmp/go-build3547871397/b2278/importcfg << 'EOF' # internal
2025-08-20T21:22:12.6359264Z [00:04:05.902]➜  # import config
2025-08-20T21:22:12.6359902Z [00:04:05.902]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:12.6360910Z [00:04:05.902]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build3547871397/b2279/_pkg_.a
2025-08-20T21:22:12.6362086Z [00:04:05.902]➜  packagefile github.com/gobwas/glob/util/strings=/tmp/go-build3547871397/b2280/_pkg_.a
2025-08-20T21:22:12.6363376Z [00:04:05.902]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:12.6364206Z [00:04:05.903]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:12.6365031Z [00:04:05.903]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:22:12.6365668Z [00:04:05.903]➜  EOF
2025-08-20T21:22:12.6385984Z [00:04:05.905]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2278/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match=>github.com/gobwas/glob@v0.2.3/match;$WORK/b2278=>" -p github.com/gobwas/glob/match -lang=go1.16 -complete -installsuffix shared -buildid KQRVOQF6lU6xAzFVYe1K/KQRVOQF6lU6xAzFVYe1K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2278/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/any.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/any_of.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/btree.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/contains.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/every_of.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/list.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/match.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/max.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/min.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/nothing.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/prefix.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/prefix_any.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/prefix_suffix.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/range.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/row.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/segments.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/single.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/suffix.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/suffix_any.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/super.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/text.go
2025-08-20T21:22:12.7239949Z [00:04:05.991]➜  go tool buildid -w $WORK/b2274/_pkg_.a # internal
2025-08-20T21:22:12.7266078Z [00:04:05.994]➜  cp $WORK/b2274/_pkg_.a /root/.cache/go-build/45/455f84fa0d36bda81547d40748e1fe2141268a92a9dd66c87c36841e08ba708d-d # internal
2025-08-20T21:22:12.7325771Z [00:04:05.999]➜  github.com/gobwas/glob/syntax/lexer
2025-08-20T21:22:12.7326518Z [00:04:05.999]➜  mkdir -p $WORK/b2282/
2025-08-20T21:22:12.7327235Z [00:04:05.999]➜  cat >/tmp/go-build3547871397/b2282/importcfg << 'EOF' # internal
2025-08-20T21:22:12.7328124Z [00:04:06.000]➜  # import config
2025-08-20T21:22:12.7328777Z [00:04:06.000]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:12.7329571Z [00:04:06.000]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:12.7330558Z [00:04:06.000]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build3547871397/b2279/_pkg_.a
2025-08-20T21:22:12.7331602Z [00:04:06.000]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:22:12.7332227Z [00:04:06.000]➜  EOF
2025-08-20T21:22:12.7336561Z [00:04:06.000]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2282/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax/lexer=>github.com/gobwas/glob@v0.2.3/syntax/lexer;$WORK/b2282=>" -p github.com/gobwas/glob/syntax/lexer -lang=go1.16 -complete -installsuffix shared -buildid h8jmPM2LippLuRZlqa9M/h8jmPM2LippLuRZlqa9M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2282/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax/lexer/lexer.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax/lexer/token.go
2025-08-20T21:22:12.7478325Z [00:04:06.015]➜  go tool buildid -w $WORK/b2264/_pkg_.a # internal
2025-08-20T21:22:12.7595937Z [00:04:06.027]➜  cp $WORK/b2264/_pkg_.a /root/.cache/go-build/cc/cc708900af2c326532adc5932cb52106aafd7871b36426fbce119cf39b61a717-d # internal
2025-08-20T21:22:12.7603087Z [00:04:06.027]➜  oras.land/oras-go/v2/registry/remote/credentials
2025-08-20T21:22:12.7610722Z [00:04:06.027]➜  mkdir -p $WORK/b2266/
2025-08-20T21:22:12.7616292Z [00:04:06.029]➜  cat >/tmp/go-build3547871397/b2266/importcfg << 'EOF' # internal
2025-08-20T21:22:12.7633347Z [00:04:06.029]➜  # import config
2025-08-20T21:22:12.7634109Z [00:04:06.029]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:12.7635002Z [00:04:06.029]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:12.7635941Z [00:04:06.029]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:12.7636868Z [00:04:06.029]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:12.7637711Z [00:04:06.029]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:12.7638783Z [00:04:06.029]➜  packagefile oras.land/oras-go/v2/internal/syncutil=/tmp/go-build3547871397/b2256/_pkg_.a
2025-08-20T21:22:12.7640030Z [00:04:06.029]➜  packagefile oras.land/oras-go/v2/registry/remote=/tmp/go-build3547871397/b2264/_pkg_.a
2025-08-20T21:22:12.7641352Z [00:04:06.029]➜  packagefile oras.land/oras-go/v2/registry/remote/auth=/tmp/go-build3547871397/b2257/_pkg_.a
2025-08-20T21:22:12.7659196Z [00:04:06.029]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials/internal/config=/tmp/go-build3547871397/b2267/_pkg_.a
2025-08-20T21:22:12.7661029Z [00:04:06.029]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials/internal/executer=/tmp/go-build3547871397/b2269/_pkg_.a
2025-08-20T21:22:12.7662243Z [00:04:06.029]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:12.7663470Z [00:04:06.029]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:22:12.7664407Z [00:04:06.029]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:12.7665335Z [00:04:06.029]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:12.7666181Z [00:04:06.029]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:12.7666786Z [00:04:06.029]➜  EOF
2025-08-20T21:22:12.7674858Z [00:04:06.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2266/_pkg_.a -trimpath "/root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials=>oras.land/oras-go/v2@v2.6.0/registry/remote/credentials;$WORK/b2266=>" -p oras.land/oras-go/v2/registry/remote/credentials -lang=go1.23 -complete -installsuffix shared -buildid iQL2R8Sw2ttxsKTgXFZL/iQL2R8Sw2ttxsKTgXFZL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2266/importcfg -pack /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/file_store.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/memory_store.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/native_store.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/native_store_linux.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/registry.go /root/go/pkg/mod/oras.land/oras-go/v2@v2.6.0/registry/remote/credentials/store.go
2025-08-20T21:22:12.7851264Z [00:04:06.052]➜  go tool buildid -w $WORK/b2282/_pkg_.a # internal
2025-08-20T21:22:12.7859771Z [00:04:06.053]➜  cp $WORK/b2282/_pkg_.a /root/.cache/go-build/2a/2acc9268e73c461aba0c8deaf484501d609ee764608b983ad9fe141cb7821145-d # internal
2025-08-20T21:22:12.7867097Z [00:04:06.053]➜  github.com/gobwas/glob/syntax/ast
2025-08-20T21:22:12.7871262Z [00:04:06.054]➜  mkdir -p $WORK/b2281/
2025-08-20T21:22:12.7872210Z [00:04:06.054]➜  cat >/tmp/go-build3547871397/b2281/importcfg << 'EOF' # internal
2025-08-20T21:22:12.7873210Z [00:04:06.054]➜  # import config
2025-08-20T21:22:12.7873948Z [00:04:06.054]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:12.7874826Z [00:04:06.054]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:12.7875641Z [00:04:06.054]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:12.7876708Z [00:04:06.054]➜  packagefile github.com/gobwas/glob/syntax/lexer=/tmp/go-build3547871397/b2282/_pkg_.a
2025-08-20T21:22:12.7877965Z [00:04:06.054]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:22:12.7878719Z [00:04:06.054]➜  EOF
2025-08-20T21:22:12.7882770Z [00:04:06.054]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2281/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax/ast=>github.com/gobwas/glob@v0.2.3/syntax/ast;$WORK/b2281=>" -p github.com/gobwas/glob/syntax/ast -lang=go1.16 -complete -installsuffix shared -buildid m9hmXgHfo772iNO-tqbT/m9hmXgHfo772iNO-tqbT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2281/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax/ast/ast.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax/ast/parser.go
2025-08-20T21:22:12.7928911Z [00:04:06.060]➜  go tool buildid -w $WORK/b2278/_pkg_.a # internal
2025-08-20T21:22:12.7967986Z [00:04:06.064]➜  cp $WORK/b2278/_pkg_.a /root/.cache/go-build/5c/5cb74520f2f6296e3f74aa1785fa5ed989eea68c78bcf3d08a826a3455db333e-d # internal
2025-08-20T21:22:12.7969507Z [00:04:06.064]➜  helm.sh/helm/v3/pkg/kube/fake
2025-08-20T21:22:12.7970257Z [00:04:06.064]➜  mkdir -p $WORK/b2284/
2025-08-20T21:22:12.7971183Z [00:04:06.064]➜  cat >/tmp/go-build3547871397/b2284/importcfg << 'EOF' # internal
2025-08-20T21:22:12.7972078Z [00:04:06.064]➜  # import config
2025-08-20T21:22:12.7981811Z [00:04:06.064]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:12.7983896Z [00:04:06.064]➜  packagefile helm.sh/helm/v3/pkg/kube=/tmp/go-build3547871397/b2221/_pkg_.a
2025-08-20T21:22:12.7984868Z [00:04:06.064]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:12.7985777Z [00:04:06.064]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:12.7986918Z [00:04:06.064]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:12.7988150Z [00:04:06.064]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:12.7989317Z [00:04:06.064]➜  packagefile k8s.io/cli-runtime/pkg/resource=/tmp/go-build3547871397/b296/_pkg_.a
2025-08-20T21:22:12.7990309Z [00:04:06.064]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:12.7991400Z [00:04:06.064]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:12.7992041Z [00:04:06.064]➜  EOF
2025-08-20T21:22:12.7999127Z [00:04:06.064]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2284/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/kube/fake=>helm.sh/helm/v3@v3.18.4/pkg/kube/fake;$WORK/b2284=>" -p helm.sh/helm/v3/pkg/kube/fake -lang=go1.24 -complete -installsuffix shared -buildid 5viJfS5PULiTj5kGorwJ/5viJfS5PULiTj5kGorwJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2284/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/kube/fake/fake.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/kube/fake/printer.go
2025-08-20T21:22:12.8297074Z [00:04:06.096]➜  go tool buildid -w $WORK/b2281/_pkg_.a # internal
2025-08-20T21:22:12.8298530Z [00:04:06.097]➜  cp $WORK/b2281/_pkg_.a /root/.cache/go-build/aa/aae038ab5cd62dd6aeb93f9236f044d6319995f52ca29e9b98eb728f2fbc3656-d # internal
2025-08-20T21:22:12.8304607Z [00:04:06.098]➜  github.com/gobwas/glob/compiler
2025-08-20T21:22:12.8305606Z [00:04:06.098]➜  mkdir -p $WORK/b2277/
2025-08-20T21:22:12.8315528Z [00:04:06.099]➜  cat >/tmp/go-build3547871397/b2277/importcfg << 'EOF' # internal
2025-08-20T21:22:12.8316529Z [00:04:06.099]➜  # import config
2025-08-20T21:22:12.8317359Z [00:04:06.099]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:12.8318605Z [00:04:06.099]➜  packagefile github.com/gobwas/glob/match=/tmp/go-build3547871397/b2278/_pkg_.a
2025-08-20T21:22:12.8319891Z [00:04:06.099]➜  packagefile github.com/gobwas/glob/syntax/ast=/tmp/go-build3547871397/b2281/_pkg_.a
2025-08-20T21:22:12.8321228Z [00:04:06.099]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build3547871397/b2279/_pkg_.a
2025-08-20T21:22:12.8322591Z [00:04:06.099]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:12.8323654Z [00:04:06.099]➜  EOF
2025-08-20T21:22:12.8327373Z [00:04:06.099]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2277/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/compiler=>github.com/gobwas/glob@v0.2.3/compiler;$WORK/b2277=>" -p github.com/gobwas/glob/compiler -lang=go1.16 -complete -installsuffix shared -buildid 6PieRqGChW2XOfJIPeEJ/6PieRqGChW2XOfJIPeEJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2277/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/compiler/compiler.go
2025-08-20T21:22:12.9025425Z [00:04:06.168]➜  go tool buildid -w $WORK/b2277/_pkg_.a # internal
2025-08-20T21:22:12.9026877Z [00:04:06.169]➜  cp $WORK/b2277/_pkg_.a /root/.cache/go-build/f3/f3256b4d307fa1fd8a7c70aa33af81dcb823af289a31bdd8f411a6b5f5c72b69-d # internal
2025-08-20T21:22:12.9030418Z [00:04:06.169]➜  github.com/gobwas/glob/syntax
2025-08-20T21:22:12.9034824Z [00:04:06.170]➜  mkdir -p $WORK/b2283/
2025-08-20T21:22:12.9039134Z [00:04:06.170]➜  cat >/tmp/go-build3547871397/b2283/importcfg << 'EOF' # internal
2025-08-20T21:22:12.9043443Z [00:04:06.170]➜  # import config
2025-08-20T21:22:12.9047834Z [00:04:06.170]➜  packagefile github.com/gobwas/glob/syntax/ast=/tmp/go-build3547871397/b2281/_pkg_.a
2025-08-20T21:22:12.9052790Z [00:04:06.170]➜  packagefile github.com/gobwas/glob/syntax/lexer=/tmp/go-build3547871397/b2282/_pkg_.a
2025-08-20T21:22:12.9054883Z [00:04:06.170]➜  EOF
2025-08-20T21:22:12.9058642Z [00:04:06.170]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2283/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax=>github.com/gobwas/glob@v0.2.3/syntax;$WORK/b2283=>" -p github.com/gobwas/glob/syntax -lang=go1.16 -complete -installsuffix shared -buildid aoRO7zLFAppxvZUIzSIt/aoRO7zLFAppxvZUIzSIt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2283/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax/syntax.go
2025-08-20T21:22:12.9145644Z [00:04:06.182]➜  go tool buildid -w $WORK/b2284/_pkg_.a # internal
2025-08-20T21:22:12.9174790Z [00:04:06.185]➜  cp $WORK/b2284/_pkg_.a /root/.cache/go-build/77/7774583b3c0bef92ccae5323e61024467a3bc33e65b5ae1f4d3c57840a566a42-d # internal
2025-08-20T21:22:12.9179872Z [00:04:06.185]➜  github.com/asaskevich/govalidator
2025-08-20T21:22:12.9180719Z [00:04:06.185]➜  mkdir -p $WORK/b2287/
2025-08-20T21:22:12.9189194Z [00:04:06.186]➜  cat >/tmp/go-build3547871397/b2287/importcfg << 'EOF' # internal
2025-08-20T21:22:12.9190130Z [00:04:06.186]➜  # import config
2025-08-20T21:22:12.9190803Z [00:04:06.186]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:12.9191702Z [00:04:06.186]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:22:12.9192590Z [00:04:06.186]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:22:12.9193719Z [00:04:06.186]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:22:12.9194629Z [00:04:06.186]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:12.9195545Z [00:04:06.186]➜  packagefile encoding/pem=/tmp/go-build3547871397/b226/_pkg_.a
2025-08-20T21:22:12.9196450Z [00:04:06.186]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:12.9197465Z [00:04:06.186]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:12.9198342Z [00:04:06.186]➜  packagefile html=/tmp/go-build3547871397/b782/_pkg_.a
2025-08-20T21:22:12.9199234Z [00:04:06.186]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:22:12.9200104Z [00:04:06.186]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:22:12.9200945Z [00:04:06.186]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:22:12.9201802Z [00:04:06.186]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:12.9202839Z [00:04:06.186]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:12.9203893Z [00:04:06.186]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:12.9204781Z [00:04:06.186]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:12.9205603Z [00:04:06.186]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:12.9206460Z [00:04:06.186]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:12.9207326Z [00:04:06.186]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:12.9208150Z [00:04:06.186]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:12.9208921Z [00:04:06.186]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:12.9209711Z [00:04:06.186]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:22:12.9210557Z [00:04:06.186]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:22:12.9211204Z [00:04:06.186]➜  EOF
2025-08-20T21:22:12.9241323Z [00:04:06.187]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2287/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2=>github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2;$WORK/b2287=>" -p github.com/asaskevich/govalidator -lang=go1.13 -complete -installsuffix shared -buildid XPCN38iGJcE5PgBxykqj/XPCN38iGJcE5PgBxykqj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2287/importcfg -pack /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/arrays.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/converter.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/doc.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/error.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/numerics.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/patterns.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/types.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/utils.go /root/go/pkg/mod/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2/validator.go
2025-08-20T21:22:12.9250781Z [00:04:06.191]➜  go tool buildid -w $WORK/b2283/_pkg_.a # internal
2025-08-20T21:22:12.9252098Z [00:04:06.192]➜  cp $WORK/b2283/_pkg_.a /root/.cache/go-build/76/76579c24aca587f9dae7c901a3e7636447054cb9cb11ba6a7dfa14a3e3127784-d # internal
2025-08-20T21:22:12.9253546Z [00:04:06.192]➜  github.com/gobwas/glob
2025-08-20T21:22:12.9254115Z [00:04:06.192]➜  mkdir -p $WORK/b2276/
2025-08-20T21:22:12.9254892Z [00:04:06.193]➜  cat >/tmp/go-build3547871397/b2276/importcfg << 'EOF' # internal
2025-08-20T21:22:12.9255602Z [00:04:06.193]➜  # import config
2025-08-20T21:22:12.9256442Z [00:04:06.193]➜  packagefile github.com/gobwas/glob/compiler=/tmp/go-build3547871397/b2277/_pkg_.a
2025-08-20T21:22:12.9257631Z [00:04:06.193]➜  packagefile github.com/gobwas/glob/syntax=/tmp/go-build3547871397/b2283/_pkg_.a
2025-08-20T21:22:12.9258244Z [00:04:06.193]➜  EOF
2025-08-20T21:22:12.9277057Z [00:04:06.193]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2276/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3=>github.com/gobwas/glob@v0.2.3;$WORK/b2276=>" -p github.com/gobwas/glob -lang=go1.16 -complete -installsuffix shared -buildid ZBJvSE5YwBHs3MZkPQGL/ZBJvSE5YwBHs3MZkPQGL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2276/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/glob.go
2025-08-20T21:22:12.9490355Z [00:04:06.216]➜  go tool buildid -w $WORK/b2276/_pkg_.a # internal
2025-08-20T21:22:12.9503667Z [00:04:06.217]➜  cp $WORK/b2276/_pkg_.a /root/.cache/go-build/b0/b04ffd4b60eab789c8b057b28a36a1f40cb215beb3b562ee98cfb7def3c007ea-d # internal
2025-08-20T21:22:12.9671042Z [00:04:06.234]➜  go tool buildid -w $WORK/b2266/_pkg_.a # internal
2025-08-20T21:22:12.9692120Z [00:04:06.236]➜  helm.sh/helm/v3/pkg/engine
2025-08-20T21:22:12.9694768Z [00:04:06.237]➜  mkdir -p $WORK/b2275/
2025-08-20T21:22:12.9705084Z [00:04:06.237]➜  cat >/tmp/go-build3547871397/b2275/importcfg << 'EOF' # internal
2025-08-20T21:22:12.9706432Z [00:04:06.238]➜  # import config
2025-08-20T21:22:12.9707748Z [00:04:06.238]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:12.9708810Z [00:04:06.238]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:12.9710766Z [00:04:06.238]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:22:12.9711762Z [00:04:06.238]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:12.9712597Z [00:04:06.238]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:12.9713750Z [00:04:06.238]➜  packagefile github.com/BurntSushi/toml=/tmp/go-build3547871397/b1754/_pkg_.a
2025-08-20T21:22:12.9714887Z [00:04:06.238]➜  packagefile github.com/Masterminds/sprig/v3=/tmp/go-build3547871397/b1826/_pkg_.a
2025-08-20T21:22:12.9715987Z [00:04:06.238]➜  packagefile github.com/gobwas/glob=/tmp/go-build3547871397/b2276/_pkg_.a
2025-08-20T21:22:12.9717012Z [00:04:06.238]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:12.9718076Z [00:04:06.238]➜  packagefile helm.sh/helm/v3/pkg/chart=/tmp/go-build3547871397/b2079/_pkg_.a
2025-08-20T21:22:12.9719161Z [00:04:06.238]➜  packagefile helm.sh/helm/v3/pkg/chartutil=/tmp/go-build3547871397/b2215/_pkg_.a
2025-08-20T21:22:12.9720297Z [00:04:06.238]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:22:12.9721475Z [00:04:06.238]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:12.9734170Z [00:04:06.238]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:22:12.9735628Z [00:04:06.238]➜  packagefile k8s.io/client-go/discovery=/tmp/go-build3547871397/b348/_pkg_.a
2025-08-20T21:22:12.9736703Z [00:04:06.238]➜  packagefile k8s.io/client-go/dynamic=/tmp/go-build3547871397/b465/_pkg_.a
2025-08-20T21:22:12.9737743Z [00:04:06.238]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:22:12.9738903Z [00:04:06.238]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:22:12.9739724Z [00:04:06.238]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:12.9748928Z [00:04:06.238]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:12.9750035Z [00:04:06.238]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:12.9750924Z [00:04:06.238]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:22:12.9751997Z [00:04:06.238]➜  packagefile sigs.k8s.io/yaml/goyaml.v3=/tmp/go-build3547871397/b495/_pkg_.a
2025-08-20T21:22:12.9783210Z [00:04:06.238]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:12.9784112Z [00:04:06.238]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:12.9784989Z [00:04:06.238]➜  packagefile text/template=/tmp/go-build3547871397/b281/_pkg_.a
2025-08-20T21:22:12.9785648Z [00:04:06.238]➜  EOF
2025-08-20T21:22:12.9790811Z [00:04:06.238]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2275/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/engine=>helm.sh/helm/v3@v3.18.4/pkg/engine;$WORK/b2275=>" -p helm.sh/helm/v3/pkg/engine -lang=go1.24 -complete -installsuffix shared -buildid Ie57K3Aj3M7critmQeqs/Ie57K3Aj3M7critmQeqs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2275/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/engine/doc.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/engine/engine.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/engine/files.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/engine/funcs.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/engine/lookup_func.go
2025-08-20T21:22:12.9796099Z [00:04:06.240]➜  cp $WORK/b2266/_pkg_.a /root/.cache/go-build/e6/e6068751fb47165015ffc6e5870a0b3e8ca292b04dc60495a1adeffaa5f5d1b1-d # internal
2025-08-20T21:22:12.9797197Z [00:04:06.240]➜  helm.sh/helm/v3/pkg/registry
2025-08-20T21:22:12.9797747Z [00:04:06.241]➜  mkdir -p $WORK/b2238/
2025-08-20T21:22:12.9798484Z [00:04:06.241]➜  cat >/tmp/go-build3547871397/b2238/importcfg << 'EOF' # internal
2025-08-20T21:22:12.9799161Z [00:04:06.241]➜  # import config
2025-08-20T21:22:12.9799804Z [00:04:06.241]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:12.9800618Z [00:04:06.241]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:12.9801479Z [00:04:06.241]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:22:12.9802352Z [00:04:06.242]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:22:12.9803520Z [00:04:06.242]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:12.9804370Z [00:04:06.242]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:12.9805343Z [00:04:06.242]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build3547871397/b1801/_pkg_.a
2025-08-20T21:22:12.9806577Z [00:04:06.242]➜  packagefile github.com/containerd/containerd/remotes=/tmp/go-build3547871397/b1122/_pkg_.a
2025-08-20T21:22:12.9807958Z [00:04:06.242]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build3547871397/b1023/_pkg_.a
2025-08-20T21:22:12.9809310Z [00:04:06.242]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:22:12.9810505Z [00:04:06.242]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:12.9811572Z [00:04:06.242]➜  packagefile helm.sh/helm/v3/internal/tlsutil=/tmp/go-build3547871397/b2239/_pkg_.a
2025-08-20T21:22:12.9812946Z [00:04:06.242]➜  packagefile helm.sh/helm/v3/internal/version=/tmp/go-build3547871397/b2216/_pkg_.a
2025-08-20T21:22:12.9814111Z [00:04:06.242]➜  packagefile helm.sh/helm/v3/pkg/chart=/tmp/go-build3547871397/b2079/_pkg_.a
2025-08-20T21:22:12.9815183Z [00:04:06.242]➜  packagefile helm.sh/helm/v3/pkg/chart/loader=/tmp/go-build3547871397/b2212/_pkg_.a
2025-08-20T21:22:12.9816260Z [00:04:06.242]➜  packagefile helm.sh/helm/v3/pkg/helmpath=/tmp/go-build3547871397/b2219/_pkg_.a
2025-08-20T21:22:12.9817528Z [00:04:06.242]➜  packagefile helm.sh/helm/v3/pkg/time=/tmp/go-build3547871397/b2080/_pkg_.a
2025-08-20T21:22:12.9818440Z [00:04:06.242]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:12.9819452Z [00:04:06.242]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:22:12.9820296Z [00:04:06.242]➜  packagefile mime=/tmp/go-build3547871397/b236/_pkg_.a
2025-08-20T21:22:12.9821131Z [00:04:06.242]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:12.9821995Z [00:04:06.242]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:12.9823172Z [00:04:06.242]➜  packagefile oras.land/oras-go/v2=/tmp/go-build3547871397/b2240/_pkg_.a
2025-08-20T21:22:12.9824267Z [00:04:06.242]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build3547871397/b2241/_pkg_.a
2025-08-20T21:22:12.9825437Z [00:04:06.242]➜  packagefile oras.land/oras-go/v2/content/memory=/tmp/go-build3547871397/b2261/_pkg_.a
2025-08-20T21:22:12.9826764Z [00:04:06.242]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build3547871397/b2251/_pkg_.a
2025-08-20T21:22:12.9827968Z [00:04:06.242]➜  packagefile oras.land/oras-go/v2/registry/remote=/tmp/go-build3547871397/b2264/_pkg_.a
2025-08-20T21:22:12.9829256Z [00:04:06.242]➜  packagefile oras.land/oras-go/v2/registry/remote/auth=/tmp/go-build3547871397/b2257/_pkg_.a
2025-08-20T21:22:12.9830633Z [00:04:06.242]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials=/tmp/go-build3547871397/b2266/_pkg_.a
2025-08-20T21:22:12.9832010Z [00:04:06.242]➜  packagefile oras.land/oras-go/v2/registry/remote/retry=/tmp/go-build3547871397/b2260/_pkg_.a
2025-08-20T21:22:12.9833373Z [00:04:06.242]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:12.9834204Z [00:04:06.242]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:12.9835012Z [00:04:06.242]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:12.9835850Z [00:04:06.242]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:12.9836710Z [00:04:06.242]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:22:12.9837560Z [00:04:06.242]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:12.9838182Z [00:04:06.242]➜  EOF
2025-08-20T21:22:12.9844741Z [00:04:06.242]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2238/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/registry=>helm.sh/helm/v3@v3.18.4/pkg/registry;$WORK/b2238=>" -p helm.sh/helm/v3/pkg/registry -lang=go1.24 -complete -installsuffix shared -buildid wcHq2f8DqbRutyQS1MB8/wcHq2f8DqbRutyQS1MB8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2238/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/registry/client.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/registry/constants.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/registry/fallback.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/registry/reference.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/registry/transport.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/registry/util.go
2025-08-20T21:22:13.1453466Z [00:04:06.412]➜  go tool buildid -w $WORK/b2275/_pkg_.a # internal
2025-08-20T21:22:13.1503393Z [00:04:06.417]➜  cp $WORK/b2275/_pkg_.a /root/.cache/go-build/53/53c9f3dc587f16d2caf2cdc99c8292adbfbaf791e5a67c3eaf9f2841b8474f0b-d # internal
2025-08-20T21:22:13.1505973Z [00:04:06.418]➜  helm.sh/helm/v3/pkg/lint/support
2025-08-20T21:22:13.1507552Z [00:04:06.418]➜  mkdir -p $WORK/b2288/
2025-08-20T21:22:13.1512215Z [00:04:06.419]➜  cat >/tmp/go-build3547871397/b2288/importcfg << 'EOF' # internal
2025-08-20T21:22:13.1514123Z [00:04:06.419]➜  # import config
2025-08-20T21:22:13.1516441Z [00:04:06.419]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:13.1517053Z [00:04:06.419]➜  EOF
2025-08-20T21:22:13.1520932Z [00:04:06.419]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2288/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/lint/support=>helm.sh/helm/v3@v3.18.4/pkg/lint/support;$WORK/b2288=>" -p helm.sh/helm/v3/pkg/lint/support -lang=go1.24 -complete -installsuffix shared -buildid dG5y3IWVTj8d6xWA_Bq1/dG5y3IWVTj8d6xWA_Bq1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2288/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/lint/support/doc.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/lint/support/message.go
2025-08-20T21:22:13.1719491Z [00:04:06.439]➜  go tool buildid -w $WORK/b2288/_pkg_.a # internal
2025-08-20T21:22:13.1731161Z [00:04:06.440]➜  cp $WORK/b2288/_pkg_.a /root/.cache/go-build/ea/ea2cfaaaa9439e11cf97cbb9ba22b8947f4ff686ce25f036f4983db8ba9f2d6f-d # internal
2025-08-20T21:22:13.1744066Z [00:04:06.441]➜  k8s.io/apimachinery/pkg/api/validation/path
2025-08-20T21:22:13.1744774Z [00:04:06.441]➜  mkdir -p $WORK/b2289/
2025-08-20T21:22:13.1745547Z [00:04:06.441]➜  cat >/tmp/go-build3547871397/b2289/importcfg << 'EOF' # internal
2025-08-20T21:22:13.1746269Z [00:04:06.441]➜  # import config
2025-08-20T21:22:13.1747089Z [00:04:06.441]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:13.1747974Z [00:04:06.441]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:13.1748662Z [00:04:06.441]➜  EOF
2025-08-20T21:22:13.1753323Z [00:04:06.441]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2289/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/validation/path=>k8s.io/apimachinery@v0.33.2/pkg/api/validation/path;$WORK/b2289=>" -p k8s.io/apimachinery/pkg/api/validation/path -lang=go1.24 -complete -installsuffix shared -buildid Ym9R1-dT5YdsMU8QqSxe/Ym9R1-dT5YdsMU8QqSxe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2289/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/api/validation/path/name.go
2025-08-20T21:22:13.1892219Z [00:04:06.456]➜  go tool buildid -w $WORK/b2289/_pkg_.a # internal
2025-08-20T21:22:13.1900433Z [00:04:06.457]➜  cp $WORK/b2289/_pkg_.a /root/.cache/go-build/60/60f6609b3f9ccfbda54d6e665d4ed5ab91fa13b07e57fb2d33157cb470515b13-d # internal
2025-08-20T21:22:13.1913275Z [00:04:06.458]➜  k8s.io/apiserver/pkg/endpoints/deprecation
2025-08-20T21:22:13.1913935Z [00:04:06.458]➜  mkdir -p $WORK/b2290/
2025-08-20T21:22:13.1914700Z [00:04:06.458]➜  cat >/tmp/go-build3547871397/b2290/importcfg << 'EOF' # internal
2025-08-20T21:22:13.1915382Z [00:04:06.458]➜  # import config
2025-08-20T21:22:13.1916006Z [00:04:06.458]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:13.1916985Z [00:04:06.458]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:13.1918223Z [00:04:06.458]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:22:13.1919427Z [00:04:06.458]➜  packagefile k8s.io/apimachinery/pkg/version=/tmp/go-build3547871397/b274/_pkg_.a
2025-08-20T21:22:13.1920408Z [00:04:06.458]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:13.1921329Z [00:04:06.458]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:13.1922055Z [00:04:06.458]➜  EOF
2025-08-20T21:22:13.1937385Z [00:04:06.458]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2290/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apiserver@v0.33.2/pkg/endpoints/deprecation=>k8s.io/apiserver@v0.33.2/pkg/endpoints/deprecation;$WORK/b2290=>" -p k8s.io/apiserver/pkg/endpoints/deprecation -lang=go1.24 -complete -installsuffix shared -buildid De6_y4SsqsNfdLrXIdiN/De6_y4SsqsNfdLrXIdiN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2290/importcfg -pack /root/go/pkg/mod/k8s.io/apiserver@v0.33.2/pkg/endpoints/deprecation/deprecation.go
2025-08-20T21:22:13.2192135Z [00:04:06.486]➜  go tool buildid -w $WORK/b2290/_pkg_.a # internal
2025-08-20T21:22:13.2204958Z [00:04:06.488]➜  cp $WORK/b2290/_pkg_.a /root/.cache/go-build/80/80099c15dcd3b45658e733568381d164a503dc2a95344e5a42e2761609410fbf-d # internal
2025-08-20T21:22:13.2236059Z [00:04:06.488]➜  helm.sh/helm/v3/pkg/postrender
2025-08-20T21:22:13.2236720Z [00:04:06.488]➜  mkdir -p $WORK/b2291/
2025-08-20T21:22:13.2237471Z [00:04:06.489]➜  cat >/tmp/go-build3547871397/b2291/importcfg << 'EOF' # internal
2025-08-20T21:22:13.2238147Z [00:04:06.489]➜  # import config
2025-08-20T21:22:13.2238809Z [00:04:06.489]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:13.2239707Z [00:04:06.489]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:13.2240561Z [00:04:06.489]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:13.2241323Z [00:04:06.489]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:22:13.2242170Z [00:04:06.489]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:13.2243330Z [00:04:06.489]➜  EOF
2025-08-20T21:22:13.2247412Z [00:04:06.489]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2291/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/postrender=>helm.sh/helm/v3@v3.18.4/pkg/postrender;$WORK/b2291=>" -p helm.sh/helm/v3/pkg/postrender -lang=go1.24 -complete -installsuffix shared -buildid aOlA2qWFONBBGYvf7EAB/aOlA2qWFONBBGYvf7EAB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2291/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/postrender/exec.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/postrender/postrender.go
2025-08-20T21:22:13.2483915Z [00:04:06.515]➜  go tool buildid -w $WORK/b2291/_pkg_.a # internal
2025-08-20T21:22:13.2501764Z [00:04:06.517]➜  cp $WORK/b2291/_pkg_.a /root/.cache/go-build/c1/c1727e8371e6d952ff600e1ad53d835ad76667caa56aebec5d9014e1787a45f4-d # internal
2025-08-20T21:22:13.2503108Z [00:04:06.517]➜  helm.sh/helm/v3/pkg/time/ctime
2025-08-20T21:22:13.2503838Z [00:04:06.517]➜  mkdir -p $WORK/b2293/
2025-08-20T21:22:13.2506344Z [00:04:06.518]➜  cat >/tmp/go-build3547871397/b2293/importcfg << 'EOF' # internal
2025-08-20T21:22:13.2508137Z [00:04:06.518]➜  # import config
2025-08-20T21:22:13.2509182Z [00:04:06.518]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:13.2510326Z [00:04:06.518]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:22:13.2511670Z [00:04:06.518]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:13.2514070Z [00:04:06.518]➜  EOF
2025-08-20T21:22:13.2517773Z [00:04:06.518]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2293/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/time/ctime=>helm.sh/helm/v3@v3.18.4/pkg/time/ctime;$WORK/b2293=>" -p helm.sh/helm/v3/pkg/time/ctime -lang=go1.24 -complete -installsuffix shared -buildid 5oRhED7uB96q1AyceBRL/5oRhED7uB96q1AyceBRL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2293/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/time/ctime/ctime.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/time/ctime/ctime_linux.go
2025-08-20T21:22:13.2600581Z [00:04:06.527]➜  go tool buildid -w $WORK/b2238/_pkg_.a # internal
2025-08-20T21:22:13.2650780Z [00:04:06.532]➜  cp $WORK/b2238/_pkg_.a /root/.cache/go-build/26/262fff57d7ce69e3b8cf0c46755cbc1c3fa5b3097fb8ca5a2695ab594764574a-d # internal
2025-08-20T21:22:13.2678112Z [00:04:06.533]➜  helm.sh/helm/v3/pkg/getter
2025-08-20T21:22:13.2678638Z [00:04:06.533]➜  mkdir -p $WORK/b2273/
2025-08-20T21:22:13.2679476Z [00:04:06.533]➜  cat >/tmp/go-build3547871397/b2273/importcfg << 'EOF' # internal
2025-08-20T21:22:13.2680096Z [00:04:06.533]➜  # import config
2025-08-20T21:22:13.2680684Z [00:04:06.533]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:13.2681454Z [00:04:06.533]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:22:13.2682204Z [00:04:06.533]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:13.2683301Z [00:04:06.533]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:13.2684493Z [00:04:06.533]➜  packagefile helm.sh/helm/v3/internal/tlsutil=/tmp/go-build3547871397/b2239/_pkg_.a
2025-08-20T21:22:13.2688313Z [00:04:06.533]➜  packagefile helm.sh/helm/v3/internal/urlutil=/tmp/go-build3547871397/b2272/_pkg_.a
2025-08-20T21:22:13.2689399Z [00:04:06.533]➜  packagefile helm.sh/helm/v3/internal/version=/tmp/go-build3547871397/b2216/_pkg_.a
2025-08-20T21:22:13.2690373Z [00:04:06.533]➜  packagefile helm.sh/helm/v3/pkg/cli=/tmp/go-build3547871397/b2218/_pkg_.a
2025-08-20T21:22:13.2691338Z [00:04:06.535]➜  packagefile helm.sh/helm/v3/pkg/plugin=/tmp/go-build3547871397/b2274/_pkg_.a
2025-08-20T21:22:13.2695405Z [00:04:06.535]➜  packagefile helm.sh/helm/v3/pkg/registry=/tmp/go-build3547871397/b2238/_pkg_.a
2025-08-20T21:22:13.2699855Z [00:04:06.535]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:13.2700615Z [00:04:06.535]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:22:13.2701380Z [00:04:06.535]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:13.2702147Z [00:04:06.535]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:13.2703161Z [00:04:06.535]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:13.2703909Z [00:04:06.535]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:22:13.2705909Z [00:04:06.535]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:13.2706745Z [00:04:06.535]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:13.2707529Z [00:04:06.535]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:13.2708252Z [00:04:06.535]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:13.2708956Z [00:04:06.535]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:13.2709494Z [00:04:06.535]➜  EOF
2025-08-20T21:22:13.2714488Z [00:04:06.535]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2273/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/getter=>helm.sh/helm/v3@v3.18.4/pkg/getter;$WORK/b2273=>" -p helm.sh/helm/v3/pkg/getter -lang=go1.24 -complete -installsuffix shared -buildid ZemuWIxeZxwpEKWnjJkd/ZemuWIxeZxwpEKWnjJkd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2273/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/getter/doc.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/getter/getter.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/getter/httpgetter.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/getter/ocigetter.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/getter/plugingetter.go
2025-08-20T21:22:13.2718789Z [00:04:06.536]➜  go tool buildid -w $WORK/b2293/_pkg_.a # internal
2025-08-20T21:22:13.2719959Z [00:04:06.537]➜  cp $WORK/b2293/_pkg_.a /root/.cache/go-build/62/6232730affb27242b6ecfb09d2affbdd5354fe2685a5a39729c5f6d77b8db848-d # internal
2025-08-20T21:22:13.2720956Z [00:04:06.537]➜  helm.sh/helm/v3/pkg/pusher
2025-08-20T21:22:13.2721438Z [00:04:06.537]➜  mkdir -p $WORK/b2292/
2025-08-20T21:22:13.2722086Z [00:04:06.538]➜  cat >/tmp/go-build3547871397/b2292/importcfg << 'EOF' # internal
2025-08-20T21:22:13.2723926Z [00:04:06.538]➜  # import config
2025-08-20T21:22:13.2724996Z [00:04:06.538]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:13.2726245Z [00:04:06.538]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:13.2727613Z [00:04:06.538]➜  packagefile helm.sh/helm/v3/internal/tlsutil=/tmp/go-build3547871397/b2239/_pkg_.a
2025-08-20T21:22:13.2728795Z [00:04:06.538]➜  packagefile helm.sh/helm/v3/pkg/chart/loader=/tmp/go-build3547871397/b2212/_pkg_.a
2025-08-20T21:22:13.2729913Z [00:04:06.538]➜  packagefile helm.sh/helm/v3/pkg/cli=/tmp/go-build3547871397/b2218/_pkg_.a
2025-08-20T21:22:13.2731021Z [00:04:06.538]➜  packagefile helm.sh/helm/v3/pkg/registry=/tmp/go-build3547871397/b2238/_pkg_.a
2025-08-20T21:22:13.2732197Z [00:04:06.538]➜  packagefile helm.sh/helm/v3/pkg/time/ctime=/tmp/go-build3547871397/b2293/_pkg_.a
2025-08-20T21:22:13.2733385Z [00:04:06.538]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:22:13.2734440Z [00:04:06.540]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:13.2735285Z [00:04:06.540]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:13.2736094Z [00:04:06.540]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:13.2736950Z [00:04:06.540]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:13.2737820Z [00:04:06.540]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:13.2738456Z [00:04:06.540]➜  EOF
2025-08-20T21:22:13.2742814Z [00:04:06.540]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2292/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/pusher=>helm.sh/helm/v3@v3.18.4/pkg/pusher;$WORK/b2292=>" -p helm.sh/helm/v3/pkg/pusher -lang=go1.24 -complete -installsuffix shared -buildid 9h_rp2agsv25Ma3wrv1F/9h_rp2agsv25Ma3wrv1F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2292/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/pusher/doc.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/pusher/ocipusher.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/pusher/pusher.go
2025-08-20T21:22:13.3186834Z [00:04:06.586]➜  go tool buildid -w $WORK/b2287/_pkg_.a # internal
2025-08-20T21:22:13.3255290Z [00:04:06.593]➜  cp $WORK/b2287/_pkg_.a /root/.cache/go-build/76/7607024030e87a33f8dcc92d4d4fa8ea4e96cbcc23c239f431d452f404d60d96-d # internal
2025-08-20T21:22:13.3261226Z [00:04:06.593]➜  helm.sh/helm/v3/pkg/lint/rules
2025-08-20T21:22:13.3266379Z [00:04:06.594]➜  mkdir -p $WORK/b2286/
2025-08-20T21:22:13.3305737Z [00:04:06.598]➜  cat >/tmp/go-build3547871397/b2286/importcfg << 'EOF' # internal
2025-08-20T21:22:13.3306812Z [00:04:06.598]➜  # import config
2025-08-20T21:22:13.3308013Z [00:04:06.598]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:22:13.3309230Z [00:04:06.598]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:13.3310302Z [00:04:06.598]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:13.3311658Z [00:04:06.598]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build3547871397/b1801/_pkg_.a
2025-08-20T21:22:13.3314968Z [00:04:06.598]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build3547871397/b2287/_pkg_.a
2025-08-20T21:22:13.3316258Z [00:04:06.598]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:13.3317420Z [00:04:06.598]➜  packagefile helm.sh/helm/v3/pkg/chart=/tmp/go-build3547871397/b2079/_pkg_.a
2025-08-20T21:22:13.3318604Z [00:04:06.598]➜  packagefile helm.sh/helm/v3/pkg/chart/loader=/tmp/go-build3547871397/b2212/_pkg_.a
2025-08-20T21:22:13.3319827Z [00:04:06.598]➜  packagefile helm.sh/helm/v3/pkg/chartutil=/tmp/go-build3547871397/b2215/_pkg_.a
2025-08-20T21:22:13.3321013Z [00:04:06.598]➜  packagefile helm.sh/helm/v3/pkg/engine=/tmp/go-build3547871397/b2275/_pkg_.a
2025-08-20T21:22:13.3322190Z [00:04:06.598]➜  packagefile helm.sh/helm/v3/pkg/lint/support=/tmp/go-build3547871397/b2288/_pkg_.a
2025-08-20T21:22:13.3323418Z [00:04:06.598]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:13.3324530Z [00:04:06.598]➜  packagefile k8s.io/apimachinery/pkg/api/validation=/tmp/go-build3547871397/b408/_pkg_.a
2025-08-20T21:22:13.3325889Z [00:04:06.598]➜  packagefile k8s.io/apimachinery/pkg/api/validation/path=/tmp/go-build3547871397/b2289/_pkg_.a
2025-08-20T21:22:13.3327372Z [00:04:06.598]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:13.3328652Z [00:04:06.598]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:22:13.3330056Z [00:04:06.598]➜  packagefile k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build3547871397/b106/_pkg_.a
2025-08-20T21:22:13.3331376Z [00:04:06.598]➜  packagefile k8s.io/apimachinery/pkg/util/yaml=/tmp/go-build3547871397/b344/_pkg_.a
2025-08-20T21:22:13.3363158Z [00:04:06.598]➜  packagefile k8s.io/apiserver/pkg/endpoints/deprecation=/tmp/go-build3547871397/b2290/_pkg_.a
2025-08-20T21:22:13.3364657Z [00:04:06.598]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:22:13.3365535Z [00:04:06.598]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:13.3366368Z [00:04:06.598]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:13.3367238Z [00:04:06.598]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:13.3368142Z [00:04:06.598]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:13.3369048Z [00:04:06.598]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:22:13.3369978Z [00:04:06.598]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:13.3370801Z [00:04:06.598]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:13.3371387Z [00:04:06.598]➜  EOF
2025-08-20T21:22:13.3377658Z [00:04:06.601]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2286/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/lint/rules=>helm.sh/helm/v3@v3.18.4/pkg/lint/rules;$WORK/b2286=>" -p helm.sh/helm/v3/pkg/lint/rules -lang=go1.24 -complete -installsuffix shared -buildid 2VuPjp7nNqHcAlNlC45C/2VuPjp7nNqHcAlNlC45C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2286/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/lint/rules/chartfile.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/lint/rules/dependencies.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/lint/rules/deprecations.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/lint/rules/template.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/lint/rules/values.go
2025-08-20T21:22:13.3687404Z [00:04:06.636]➜  go tool buildid -w $WORK/b2292/_pkg_.a # internal
2025-08-20T21:22:13.3718595Z [00:04:06.639]➜  cp $WORK/b2292/_pkg_.a /root/.cache/go-build/fd/fd67e212411f683d3b89f0a62a3ffb40604827e25ccf2b1d8895bf8d9dab217d-d # internal
2025-08-20T21:22:13.3723804Z [00:04:06.640]➜  helm.sh/helm/v3/pkg/releaseutil
2025-08-20T21:22:13.3727396Z [00:04:06.640]➜  mkdir -p $WORK/b2294/
2025-08-20T21:22:13.3735277Z [00:04:06.641]➜  cat >/tmp/go-build3547871397/b2294/importcfg << 'EOF' # internal
2025-08-20T21:22:13.3737847Z [00:04:06.641]➜  # import config
2025-08-20T21:22:13.3740469Z [00:04:06.641]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:13.3741421Z [00:04:06.641]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:13.3742443Z [00:04:06.641]➜  packagefile helm.sh/helm/v3/pkg/chartutil=/tmp/go-build3547871397/b2215/_pkg_.a
2025-08-20T21:22:13.3743682Z [00:04:06.641]➜  packagefile helm.sh/helm/v3/pkg/release=/tmp/go-build3547871397/b2078/_pkg_.a
2025-08-20T21:22:13.3744574Z [00:04:06.641]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:22:13.3745326Z [00:04:06.641]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:13.3746077Z [00:04:06.641]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:13.3746907Z [00:04:06.641]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:22:13.3747655Z [00:04:06.641]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:13.3748323Z [00:04:06.641]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:13.3749350Z [00:04:06.641]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:13.3749947Z [00:04:06.641]➜  EOF
2025-08-20T21:22:13.3760358Z [00:04:06.643]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2294/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/releaseutil=>helm.sh/helm/v3@v3.18.4/pkg/releaseutil;$WORK/b2294=>" -p helm.sh/helm/v3/pkg/releaseutil -lang=go1.24 -complete -installsuffix shared -buildid 8fgurQ3BeLuFjo4s0C65/8fgurQ3BeLuFjo4s0C65 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2294/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/releaseutil/filter.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/releaseutil/kind_sorter.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/releaseutil/manifest.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/releaseutil/manifest_sorter.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/releaseutil/sorter.go
2025-08-20T21:22:13.4427844Z [00:04:06.710]➜  go tool buildid -w $WORK/b2273/_pkg_.a # internal
2025-08-20T21:22:13.4463673Z [00:04:06.713]➜  cp $WORK/b2273/_pkg_.a /root/.cache/go-build/e7/e7f35fcd4ba35f658b11c30d877469da2daf4cba5b5268a28a53c3ccc8e4dbc4-d # internal
2025-08-20T21:22:13.4469497Z [00:04:06.714]➜  helm.sh/helm/v3/pkg/repo
2025-08-20T21:22:13.4471857Z [00:04:06.714]➜  mkdir -p $WORK/b2271/
2025-08-20T21:22:13.4480259Z [00:04:06.715]➜  cat >/tmp/go-build3547871397/b2271/importcfg << 'EOF' # internal
2025-08-20T21:22:13.4490523Z [00:04:06.715]➜  # import config
2025-08-20T21:22:13.4491159Z [00:04:06.715]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:13.4491982Z [00:04:06.715]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:22:13.4493161Z [00:04:06.715]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:22:13.4494048Z [00:04:06.715]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:13.4494836Z [00:04:06.715]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:13.4495759Z [00:04:06.715]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build3547871397/b1801/_pkg_.a
2025-08-20T21:22:13.4496768Z [00:04:06.715]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:13.4497838Z [00:04:06.715]➜  packagefile helm.sh/helm/v3/internal/fileutil=/tmp/go-build3547871397/b2227/_pkg_.a
2025-08-20T21:22:13.4498881Z [00:04:06.715]➜  packagefile helm.sh/helm/v3/internal/urlutil=/tmp/go-build3547871397/b2272/_pkg_.a
2025-08-20T21:22:13.4499770Z [00:04:06.715]➜  packagefile helm.sh/helm/v3/pkg/chart=/tmp/go-build3547871397/b2079/_pkg_.a
2025-08-20T21:22:13.4500628Z [00:04:06.715]➜  packagefile helm.sh/helm/v3/pkg/chart/loader=/tmp/go-build3547871397/b2212/_pkg_.a
2025-08-20T21:22:13.4501685Z [00:04:06.715]➜  packagefile helm.sh/helm/v3/pkg/getter=/tmp/go-build3547871397/b2273/_pkg_.a
2025-08-20T21:22:13.4503538Z [00:04:06.715]➜  packagefile helm.sh/helm/v3/pkg/helmpath=/tmp/go-build3547871397/b2219/_pkg_.a
2025-08-20T21:22:13.4504701Z [00:04:06.715]➜  packagefile helm.sh/helm/v3/pkg/provenance=/tmp/go-build3547871397/b2230/_pkg_.a
2025-08-20T21:22:13.4505615Z [00:04:06.715]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:13.4506365Z [00:04:06.715]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:22:13.4507125Z [00:04:06.715]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:13.4507884Z [00:04:06.715]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:13.4508617Z [00:04:06.715]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:13.4509430Z [00:04:06.715]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:13.4510453Z [00:04:06.715]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:22:13.4511287Z [00:04:06.715]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:13.4512052Z [00:04:06.715]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:13.4513103Z [00:04:06.715]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:13.4513681Z [00:04:06.715]➜  EOF
2025-08-20T21:22:13.4517860Z [00:04:06.716]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2271/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/repo=>helm.sh/helm/v3@v3.18.4/pkg/repo;$WORK/b2271=>" -p helm.sh/helm/v3/pkg/repo -lang=go1.24 -complete -installsuffix shared -buildid D6vkadcBVnaToQUGirx8/D6vkadcBVnaToQUGirx8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2271/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/repo/chartrepo.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/repo/doc.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/repo/index.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/repo/repo.go
2025-08-20T21:22:13.4578393Z [00:04:06.725]➜  go tool buildid -w $WORK/b2294/_pkg_.a # internal
2025-08-20T21:22:13.4597128Z [00:04:06.727]➜  cp $WORK/b2294/_pkg_.a /root/.cache/go-build/fa/fa7e4966afa1debb2fd2f0ad61a45681fb795d30a9cd657f838ed194b13dfce0-d # internal
2025-08-20T21:22:13.4606994Z [00:04:06.728]➜  github.com/lann/ps
2025-08-20T21:22:13.4618046Z [00:04:06.728]➜  mkdir -p $WORK/b2299/
2025-08-20T21:22:13.4618764Z [00:04:06.728]➜  cat >/tmp/go-build3547871397/b2299/importcfg << 'EOF' # internal
2025-08-20T21:22:13.4619409Z [00:04:06.728]➜  # import config
2025-08-20T21:22:13.4620031Z [00:04:06.728]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:13.4620931Z [00:04:06.728]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:13.4621512Z [00:04:06.728]➜  EOF
2025-08-20T21:22:13.4626004Z [00:04:06.728]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2299/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0=>github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0;$WORK/b2299=>" -p github.com/lann/ps -lang=go1.16 -complete -installsuffix shared -buildid -QRQbqOX83doclsACBFm/-QRQbqOX83doclsACBFm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2299/importcfg -pack /root/go/pkg/mod/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0/list.go /root/go/pkg/mod/github.com/lann/ps@v0.0.0-20150810152359-62de8c46ede0/map.go
2025-08-20T21:22:13.5213283Z [00:04:06.788]➜  go tool buildid -w $WORK/b2299/_pkg_.a # internal
2025-08-20T21:22:13.5221770Z [00:04:06.789]➜  go tool buildid -w $WORK/b2286/_pkg_.a # internal
2025-08-20T21:22:13.5232509Z [00:04:06.790]➜  cp $WORK/b2299/_pkg_.a /root/.cache/go-build/74/743c2263524a6a64d528f5ffc43c0f9d6bae086d17721a1d9fed87da7c7bd98c-d # internal
2025-08-20T21:22:13.5238714Z [00:04:06.791]➜  github.com/lann/builder
2025-08-20T21:22:13.5241652Z [00:04:06.791]➜  mkdir -p $WORK/b2298/
2025-08-20T21:22:13.5250341Z [00:04:06.792]➜  cp $WORK/b2286/_pkg_.a /root/.cache/go-build/10/10a0c195ed66ec69f2d4fb9df187956f4dc61fec75a5f8407dae0ea7dae7c0b0-d # internal
2025-08-20T21:22:13.5251480Z [00:04:06.792]➜  helm.sh/helm/v3/pkg/lint
2025-08-20T21:22:13.5252023Z [00:04:06.792]➜  mkdir -p $WORK/b2285/
2025-08-20T21:22:13.5259677Z [00:04:06.793]➜  cat >/tmp/go-build3547871397/b2298/importcfg << 'EOF' # internal
2025-08-20T21:22:13.5261468Z [00:04:06.793]➜  # import config
2025-08-20T21:22:13.5262480Z [00:04:06.793]➜  packagefile github.com/lann/ps=/tmp/go-build3547871397/b2299/_pkg_.a
2025-08-20T21:22:13.5265317Z [00:04:06.793]➜  packagefile go/ast=/tmp/go-build3547871397/b129/_pkg_.a
2025-08-20T21:22:13.5267109Z [00:04:06.793]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:13.5267920Z [00:04:06.793]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:13.5268503Z [00:04:06.793]➜  EOF
2025-08-20T21:22:13.5285796Z [00:04:06.793]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2298/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0=>github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0;$WORK/b2298=>" -p github.com/lann/builder -lang=go1.16 -complete -installsuffix shared -buildid FFzYG4KBxTgG4VxX1-3i/FFzYG4KBxTgG4VxX1-3i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2298/importcfg -pack /root/go/pkg/mod/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0/builder.go /root/go/pkg/mod/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0/reflect.go /root/go/pkg/mod/github.com/lann/builder@v0.0.0-20180802200727-47ae307949d0/registry.go
2025-08-20T21:22:13.5290706Z [00:04:06.795]➜  cat >/tmp/go-build3547871397/b2285/importcfg << 'EOF' # internal
2025-08-20T21:22:13.5291385Z [00:04:06.795]➜  # import config
2025-08-20T21:22:13.5292186Z [00:04:06.795]➜  packagefile helm.sh/helm/v3/pkg/chartutil=/tmp/go-build3547871397/b2215/_pkg_.a
2025-08-20T21:22:13.5295468Z [00:04:06.795]➜  packagefile helm.sh/helm/v3/pkg/lint/rules=/tmp/go-build3547871397/b2286/_pkg_.a
2025-08-20T21:22:13.5296629Z [00:04:06.795]➜  packagefile helm.sh/helm/v3/pkg/lint/support=/tmp/go-build3547871397/b2288/_pkg_.a
2025-08-20T21:22:13.5297697Z [00:04:06.795]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:13.5298405Z [00:04:06.795]➜  EOF
2025-08-20T21:22:13.5301833Z [00:04:06.795]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2285/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/lint=>helm.sh/helm/v3@v3.18.4/pkg/lint;$WORK/b2285=>" -p helm.sh/helm/v3/pkg/lint -lang=go1.24 -complete -installsuffix shared -buildid hNVhSiVS6zf7f_Dla_dH/hNVhSiVS6zf7f_Dla_dH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2285/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/lint/lint.go
2025-08-20T21:22:13.5491509Z [00:04:06.816]➜  go tool buildid -w $WORK/b2285/_pkg_.a # internal
2025-08-20T21:22:13.5493307Z [00:04:06.816]➜  cp $WORK/b2285/_pkg_.a /root/.cache/go-build/ae/ae2b2ee820af3130a3cca25f4cd6d92fac0d79c4bf5081a8ddc66a354d8545d3-d # internal
2025-08-20T21:22:13.5496755Z [00:04:06.817]➜  github.com/jmoiron/sqlx/reflectx
2025-08-20T21:22:13.5498172Z [00:04:06.817]➜  mkdir -p $WORK/b2301/
2025-08-20T21:22:13.5515102Z [00:04:06.817]➜  cat >/tmp/go-build3547871397/b2301/importcfg << 'EOF' # internal
2025-08-20T21:22:13.5516566Z [00:04:06.817]➜  # import config
2025-08-20T21:22:13.5517608Z [00:04:06.817]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:13.5518722Z [00:04:06.817]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:22:13.5519550Z [00:04:06.817]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:13.5520334Z [00:04:06.817]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:13.5520905Z [00:04:06.817]➜  EOF
2025-08-20T21:22:13.5526879Z [00:04:06.817]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2301/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jmoiron/sqlx@v1.4.0/reflectx=>github.com/jmoiron/sqlx@v1.4.0/reflectx;$WORK/b2301=>" -p github.com/jmoiron/sqlx/reflectx -lang=go1.10 -complete -installsuffix shared -buildid YBr21KfE0az-wAB3pScA/YBr21KfE0az-wAB3pScA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2301/importcfg -pack /root/go/pkg/mod/github.com/jmoiron/sqlx@v1.4.0/reflectx/reflect.go
2025-08-20T21:22:13.5917057Z [00:04:06.859]➜  go tool buildid -w $WORK/b2298/_pkg_.a # internal
2025-08-20T21:22:13.5936482Z [00:04:06.861]➜  cp $WORK/b2298/_pkg_.a /root/.cache/go-build/3f/3f91581c5f825a05f18d274235e7d8931734a3662749574f68dc89060c84043f-d # internal
2025-08-20T21:22:13.5938015Z [00:04:06.861]➜  github.com/Masterminds/squirrel
2025-08-20T21:22:13.5938906Z [00:04:06.861]➜  mkdir -p $WORK/b2297/
2025-08-20T21:22:13.5945940Z [00:04:06.862]➜  cat >/tmp/go-build3547871397/b2297/importcfg << 'EOF' # internal
2025-08-20T21:22:13.5946654Z [00:04:06.862]➜  # import config
2025-08-20T21:22:13.5947334Z [00:04:06.862]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:13.5948448Z [00:04:06.862]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:13.5949360Z [00:04:06.862]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:22:13.5950577Z [00:04:06.862]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:22:13.5951515Z [00:04:06.862]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:13.5952340Z [00:04:06.862]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:13.5953535Z [00:04:06.862]➜  packagefile github.com/lann/builder=/tmp/go-build3547871397/b2298/_pkg_.a
2025-08-20T21:22:13.5954488Z [00:04:06.862]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:13.5955355Z [00:04:06.862]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:13.5956229Z [00:04:06.862]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:13.5957110Z [00:04:06.862]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:13.5957930Z [00:04:06.862]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:13.5958537Z [00:04:06.862]➜  EOF
2025-08-20T21:22:13.5974677Z [00:04:06.862]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2297/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4=>github.com/Masterminds/squirrel@v1.5.4;$WORK/b2297=>" -p github.com/Masterminds/squirrel -lang=go1.14 -complete -installsuffix shared -buildid wGkmy4fYYxnYgnuLMC9k/wGkmy4fYYxnYgnuLMC9k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2297/importcfg -pack /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/case.go /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/delete.go /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/delete_ctx.go /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/expr.go /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/insert.go /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/insert_ctx.go /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/part.go /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/placeholder.go /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/row.go /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/select.go /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/select_ctx.go /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/squirrel.go /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/squirrel_ctx.go /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/statement.go /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/stmtcacher.go /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/stmtcacher_ctx.go /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/update.go /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/update_ctx.go /root/go/pkg/mod/github.com/!masterminds/squirrel@v1.5.4/where.go
2025-08-20T21:22:13.6013061Z [00:04:06.868]➜  go tool buildid -w $WORK/b2271/_pkg_.a # internal
2025-08-20T21:22:13.6160153Z [00:04:06.883]➜  cp $WORK/b2271/_pkg_.a /root/.cache/go-build/0f/0f493b71ea3174149ff6f029ac7edded2e3e6bf534672359404035446754e931-d # internal
2025-08-20T21:22:13.6181320Z [00:04:06.883]➜  helm.sh/helm/v3/internal/resolver
2025-08-20T21:22:13.6181965Z [00:04:06.884]➜  mkdir -p $WORK/b2229/
2025-08-20T21:22:13.6182888Z [00:04:06.884]➜  cat >/tmp/go-build3547871397/b2229/importcfg << 'EOF' # internal
2025-08-20T21:22:13.6183543Z [00:04:06.884]➜  # import config
2025-08-20T21:22:13.6184120Z [00:04:06.884]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:13.6184911Z [00:04:06.884]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:13.6185693Z [00:04:06.884]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:13.6186608Z [00:04:06.884]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build3547871397/b1801/_pkg_.a
2025-08-20T21:22:13.6187590Z [00:04:06.884]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:13.6188731Z [00:04:06.884]➜  packagefile helm.sh/helm/v3/pkg/chart=/tmp/go-build3547871397/b2079/_pkg_.a
2025-08-20T21:22:13.6189748Z [00:04:06.884]➜  packagefile helm.sh/helm/v3/pkg/chart/loader=/tmp/go-build3547871397/b2212/_pkg_.a
2025-08-20T21:22:13.6190911Z [00:04:06.884]➜  packagefile helm.sh/helm/v3/pkg/helmpath=/tmp/go-build3547871397/b2219/_pkg_.a
2025-08-20T21:22:13.6191932Z [00:04:06.884]➜  packagefile helm.sh/helm/v3/pkg/provenance=/tmp/go-build3547871397/b2230/_pkg_.a
2025-08-20T21:22:13.6193165Z [00:04:06.884]➜  packagefile helm.sh/helm/v3/pkg/registry=/tmp/go-build3547871397/b2238/_pkg_.a
2025-08-20T21:22:13.6194251Z [00:04:06.884]➜  packagefile helm.sh/helm/v3/pkg/repo=/tmp/go-build3547871397/b2271/_pkg_.a
2025-08-20T21:22:13.6195054Z [00:04:06.884]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:13.6195819Z [00:04:06.884]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:13.6196725Z [00:04:06.884]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:13.6197465Z [00:04:06.884]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:13.6198011Z [00:04:06.884]➜  EOF
2025-08-20T21:22:13.6201331Z [00:04:06.884]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2229/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/internal/resolver=>helm.sh/helm/v3@v3.18.4/internal/resolver;$WORK/b2229=>" -p helm.sh/helm/v3/internal/resolver -lang=go1.24 -complete -installsuffix shared -buildid ttg_sfdyf5Y1viMvvlAX/ttg_sfdyf5Y1viMvvlAX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2229/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/internal/resolver/resolver.go
2025-08-20T21:22:13.6410592Z [00:04:06.908]➜  go tool buildid -w $WORK/b2301/_pkg_.a # internal
2025-08-20T21:22:13.6413793Z [00:04:06.908]➜  cp $WORK/b2301/_pkg_.a /root/.cache/go-build/a5/a582497951dbbe1a33039d031648ed4912b5d93b9c91aa2692d813196ea79eea-d # internal
2025-08-20T21:22:13.6414915Z [00:04:06.908]➜  github.com/jmoiron/sqlx
2025-08-20T21:22:13.6415410Z [00:04:06.908]➜  mkdir -p $WORK/b2300/
2025-08-20T21:22:13.6416104Z [00:04:06.908]➜  cat >/tmp/go-build3547871397/b2300/importcfg << 'EOF' # internal
2025-08-20T21:22:13.6416777Z [00:04:06.908]➜  # import config
2025-08-20T21:22:13.6417387Z [00:04:06.908]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:13.6418164Z [00:04:06.908]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:13.6418993Z [00:04:06.908]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:22:13.6419891Z [00:04:06.908]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:22:13.6420736Z [00:04:06.908]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:13.6421476Z [00:04:06.908]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:13.6422408Z [00:04:06.908]➜  packagefile github.com/jmoiron/sqlx/reflectx=/tmp/go-build3547871397/b2301/_pkg_.a
2025-08-20T21:22:13.6423504Z [00:04:06.908]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:22:13.6424358Z [00:04:06.908]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:13.6425191Z [00:04:06.908]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:13.6425967Z [00:04:06.908]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:13.6426743Z [00:04:06.908]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:13.6427508Z [00:04:06.908]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:13.6428246Z [00:04:06.908]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:13.6429002Z [00:04:06.908]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:22:13.6429576Z [00:04:06.908]➜  EOF
2025-08-20T21:22:13.6437239Z [00:04:06.908]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2300/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jmoiron/sqlx@v1.4.0=>github.com/jmoiron/sqlx@v1.4.0;$WORK/b2300=>" -p github.com/jmoiron/sqlx -lang=go1.10 -complete -installsuffix shared -buildid P2w0cL9hS1d-ZBmRcNvQ/P2w0cL9hS1d-ZBmRcNvQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2300/importcfg -pack /root/go/pkg/mod/github.com/jmoiron/sqlx@v1.4.0/bind.go /root/go/pkg/mod/github.com/jmoiron/sqlx@v1.4.0/doc.go /root/go/pkg/mod/github.com/jmoiron/sqlx@v1.4.0/named.go /root/go/pkg/mod/github.com/jmoiron/sqlx@v1.4.0/named_context.go /root/go/pkg/mod/github.com/jmoiron/sqlx@v1.4.0/sqlx.go /root/go/pkg/mod/github.com/jmoiron/sqlx@v1.4.0/sqlx_context.go
2025-08-20T21:22:13.6767151Z [00:04:06.944]➜  go tool buildid -w $WORK/b2084/_pkg_.a # internal
2025-08-20T21:22:13.6958608Z [00:04:06.963]➜  cp $WORK/b2084/_pkg_.a /root/.cache/go-build/28/28736842ded3f2b0dec8edd1387fafd121b6c6a4056c9638b71603a6d8a935b4-d # internal
2025-08-20T21:22:13.6981382Z [00:04:06.963]➜  k8s.io/client-go/dynamic/dynamicinformer
2025-08-20T21:22:13.6982235Z [00:04:06.963]➜  mkdir -p $WORK/b2082/
2025-08-20T21:22:13.6983202Z [00:04:06.963]➜  cat >/tmp/go-build3547871397/b2082/importcfg << 'EOF' # internal
2025-08-20T21:22:13.6983902Z [00:04:06.963]➜  # import config
2025-08-20T21:22:13.6984586Z [00:04:06.963]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:13.6985656Z [00:04:06.963]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:13.6987007Z [00:04:06.963]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:22:13.6988299Z [00:04:06.963]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:13.6989692Z [00:04:06.963]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:22:13.6990936Z [00:04:06.963]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:13.6992058Z [00:04:06.963]➜  packagefile k8s.io/client-go/dynamic=/tmp/go-build3547871397/b465/_pkg_.a
2025-08-20T21:22:13.6995662Z [00:04:06.963]➜  packagefile k8s.io/client-go/dynamic/dynamiclister=/tmp/go-build3547871397/b2083/_pkg_.a
2025-08-20T21:22:13.6996871Z [00:04:06.963]➜  packagefile k8s.io/client-go/informers=/tmp/go-build3547871397/b2084/_pkg_.a
2025-08-20T21:22:13.6997963Z [00:04:06.963]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:13.6998903Z [00:04:06.963]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:13.6999691Z [00:04:06.963]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:13.7000284Z [00:04:06.963]➜  EOF
2025-08-20T21:22:13.7004841Z [00:04:06.964]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2082/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/dynamic/dynamicinformer=>k8s.io/client-go@v0.33.2/dynamic/dynamicinformer;$WORK/b2082=>" -p k8s.io/client-go/dynamic/dynamicinformer -lang=go1.24 -complete -installsuffix shared -buildid vB1FY1RZwdGz66RYx7Jf/vB1FY1RZwdGz66RYx7Jf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2082/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/dynamic/dynamicinformer/informer.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/dynamic/dynamicinformer/interface.go
2025-08-20T21:22:13.7044232Z [00:04:06.970]➜  go tool buildid -w $WORK/b2229/_pkg_.a # internal
2025-08-20T21:22:13.7054564Z [00:04:06.972]➜  cp $WORK/b2229/_pkg_.a /root/.cache/go-build/50/50feee3d1320cbdd139dd2cde59d126564d4d79b2b275250045f238ad59d568b-d # internal
2025-08-20T21:22:13.7062257Z [00:04:06.973]➜  helm.sh/helm/v3/pkg/downloader
2025-08-20T21:22:13.7062999Z [00:04:06.973]➜  mkdir -p $WORK/b2226/
2025-08-20T21:22:13.7065760Z [00:04:06.974]➜  cat >/tmp/go-build3547871397/b2226/importcfg << 'EOF' # internal
2025-08-20T21:22:13.7066448Z [00:04:06.974]➜  # import config
2025-08-20T21:22:13.7069565Z [00:04:06.974]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:22:13.7073581Z [00:04:06.974]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:22:13.7076207Z [00:04:06.974]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:13.7077211Z [00:04:06.974]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build3547871397/b1801/_pkg_.a
2025-08-20T21:22:13.7078489Z [00:04:06.974]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:13.7079626Z [00:04:06.974]➜  packagefile helm.sh/helm/v3/internal/fileutil=/tmp/go-build3547871397/b2227/_pkg_.a
2025-08-20T21:22:13.7080812Z [00:04:06.974]➜  packagefile helm.sh/helm/v3/internal/resolver=/tmp/go-build3547871397/b2229/_pkg_.a
2025-08-20T21:22:13.7082073Z [00:04:06.974]➜  packagefile helm.sh/helm/v3/internal/third_party/dep/fs=/tmp/go-build3547871397/b2228/_pkg_.a
2025-08-20T21:22:13.7083455Z [00:04:06.974]➜  packagefile helm.sh/helm/v3/internal/urlutil=/tmp/go-build3547871397/b2272/_pkg_.a
2025-08-20T21:22:13.7084727Z [00:04:06.974]➜  packagefile helm.sh/helm/v3/pkg/chart=/tmp/go-build3547871397/b2079/_pkg_.a
2025-08-20T21:22:13.7085872Z [00:04:06.974]➜  packagefile helm.sh/helm/v3/pkg/chart/loader=/tmp/go-build3547871397/b2212/_pkg_.a
2025-08-20T21:22:13.7087033Z [00:04:06.974]➜  packagefile helm.sh/helm/v3/pkg/chartutil=/tmp/go-build3547871397/b2215/_pkg_.a
2025-08-20T21:22:13.7088161Z [00:04:06.974]➜  packagefile helm.sh/helm/v3/pkg/getter=/tmp/go-build3547871397/b2273/_pkg_.a
2025-08-20T21:22:13.7089266Z [00:04:06.974]➜  packagefile helm.sh/helm/v3/pkg/helmpath=/tmp/go-build3547871397/b2219/_pkg_.a
2025-08-20T21:22:13.7090411Z [00:04:06.974]➜  packagefile helm.sh/helm/v3/pkg/provenance=/tmp/go-build3547871397/b2230/_pkg_.a
2025-08-20T21:22:13.7091751Z [00:04:06.974]➜  packagefile helm.sh/helm/v3/pkg/registry=/tmp/go-build3547871397/b2238/_pkg_.a
2025-08-20T21:22:13.7094052Z [00:04:06.974]➜  packagefile helm.sh/helm/v3/pkg/repo=/tmp/go-build3547871397/b2271/_pkg_.a
2025-08-20T21:22:13.7095047Z [00:04:06.974]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:13.7095849Z [00:04:06.974]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:22:13.7096663Z [00:04:06.974]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:13.7097483Z [00:04:06.974]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:13.7098274Z [00:04:06.974]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:13.7099141Z [00:04:06.974]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:13.7100017Z [00:04:06.974]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:13.7100901Z [00:04:06.974]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:22:13.7101827Z [00:04:06.974]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:13.7102812Z [00:04:06.974]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:13.7103458Z [00:04:06.974]➜  EOF
2025-08-20T21:22:13.7107868Z [00:04:06.974]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2226/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/downloader=>helm.sh/helm/v3@v3.18.4/pkg/downloader;$WORK/b2226=>" -p helm.sh/helm/v3/pkg/downloader -lang=go1.24 -complete -installsuffix shared -buildid uixc3-dlukEyZfhPT3OM/uixc3-dlukEyZfhPT3OM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2226/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/downloader/chart_downloader.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/downloader/doc.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/downloader/manager.go
2025-08-20T21:22:13.7744645Z [00:04:07.042]➜  go tool buildid -w $WORK/b2082/_pkg_.a # internal
2025-08-20T21:22:13.7775855Z [00:04:07.045]➜  cp $WORK/b2082/_pkg_.a /root/.cache/go-build/c4/c4b23b39d7b80107f7398921f217514ab9532cec47aa1ec413f13f81d03c619a-d # internal
2025-08-20T21:22:13.7782404Z [00:04:07.045]➜  github.com/derailed/k9s/internal/watch
2025-08-20T21:22:13.7791166Z [00:04:07.046]➜  mkdir -p $WORK/b2081/
2025-08-20T21:22:13.7801782Z [00:04:07.047]➜  cat >/tmp/go-build3547871397/b2081/importcfg << 'EOF' # internal
2025-08-20T21:22:13.7802575Z [00:04:07.047]➜  # import config
2025-08-20T21:22:13.7803406Z [00:04:07.047]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:13.7804669Z [00:04:07.047]➜  packagefile github.com/derailed/k9s/internal/client=/tmp/go-build3547871397/b066/_pkg_.a
2025-08-20T21:22:13.7805914Z [00:04:07.047]➜  packagefile github.com/derailed/k9s/internal/port=/tmp/go-build3547871397/b756/_pkg_.a
2025-08-20T21:22:13.7807154Z [00:04:07.047]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:22:13.7808250Z [00:04:07.047]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:13.7809488Z [00:04:07.047]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:22:13.7810905Z [00:04:07.047]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:13.7812091Z [00:04:07.047]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:13.7826254Z [00:04:07.047]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:22:13.7827608Z [00:04:07.047]➜  packagefile k8s.io/client-go/dynamic/dynamicinformer=/tmp/go-build3547871397/b2082/_pkg_.a
2025-08-20T21:22:13.7828820Z [00:04:07.047]➜  packagefile k8s.io/client-go/informers=/tmp/go-build3547871397/b2084/_pkg_.a
2025-08-20T21:22:13.7829985Z [00:04:07.050]➜  packagefile k8s.io/client-go/tools/portforward=/tmp/go-build3547871397/b2207/_pkg_.a
2025-08-20T21:22:13.7831270Z [00:04:07.050]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:22:13.7832137Z [00:04:07.050]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:13.7833237Z [00:04:07.050]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:13.7834114Z [00:04:07.050]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:13.7834898Z [00:04:07.050]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:13.7835511Z [00:04:07.050]➜  EOF
2025-08-20T21:22:13.7839143Z [00:04:07.050]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2081/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/watch=>github.com/derailed/k9s/internal/watch;$WORK/b2081=>" -p github.com/derailed/k9s/internal/watch -lang=go1.24 -complete -installsuffix shared -buildid jYw44NKJgPz0H0QFV0eC/jYw44NKJgPz0H0QFV0eC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2081/importcfg -pack ./internal/watch/factory.go ./internal/watch/forwarders.go ./internal/watch/helper.go
2025-08-20T21:22:13.9110483Z [00:04:07.178]➜  go tool buildid -w $WORK/b2226/_pkg_.a # internal
2025-08-20T21:22:13.9212822Z [00:04:07.188]➜  cp $WORK/b2226/_pkg_.a /root/.cache/go-build/3b/3b9245e025be3ff459c248fe129a493be8bcaefd50d7590ad3b063c608877ec1-d # internal
2025-08-20T21:22:13.9216474Z [00:04:07.189]➜  github.com/lib/pq/scram
2025-08-20T21:22:13.9219219Z [00:04:07.189]➜  mkdir -p $WORK/b2304/
2025-08-20T21:22:13.9222173Z [00:04:07.190]➜  cat >/tmp/go-build3547871397/b2304/importcfg << 'EOF' # internal
2025-08-20T21:22:13.9225329Z [00:04:07.190]➜  # import config
2025-08-20T21:22:13.9231162Z [00:04:07.190]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:13.9232102Z [00:04:07.190]➜  packagefile crypto/hmac=/tmp/go-build3547871397/b205/_pkg_.a
2025-08-20T21:22:13.9243588Z [00:04:07.190]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:22:13.9244561Z [00:04:07.190]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:22:13.9245444Z [00:04:07.190]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:13.9246254Z [00:04:07.190]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:22:13.9247342Z [00:04:07.190]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:13.9248204Z [00:04:07.190]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:13.9248814Z [00:04:07.190]➜  EOF
2025-08-20T21:22:13.9252001Z [00:04:07.190]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2304/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9/scram=>github.com/lib/pq@v1.10.9/scram;$WORK/b2304=>" -p github.com/lib/pq/scram -lang=go1.13 -complete -installsuffix shared -buildid 9kmJGt308Ge-JU39sWYK/9kmJGt308Ge-JU39sWYK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2304/importcfg -pack /root/go/pkg/mod/github.com/lib/pq@v1.10.9/scram/scram.go
2025-08-20T21:22:13.9971459Z [00:04:07.264]➜  go tool buildid -w $WORK/b2304/_pkg_.a # internal
2025-08-20T21:22:13.9982551Z [00:04:07.265]➜  cp $WORK/b2304/_pkg_.a /root/.cache/go-build/ef/ef840483fc494e5bb071b3b9c6876dc28879ace94e259ac09cdd6ffdbe7f3518-d # internal
2025-08-20T21:22:13.9992827Z [00:04:07.266]➜  github.com/lib/pq
2025-08-20T21:22:13.9996603Z [00:04:07.267]➜  mkdir -p $WORK/b2302/
2025-08-20T21:22:14.0003772Z [00:04:07.267]➜  cat >/tmp/go-build3547871397/b2302/importcfg << 'EOF' # internal
2025-08-20T21:22:14.0004755Z [00:04:07.267]➜  # import config
2025-08-20T21:22:14.0005599Z [00:04:07.267]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:22:14.0006389Z [00:04:07.267]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:14.0007160Z [00:04:07.268]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:14.0007991Z [00:04:07.268]➜  packagefile crypto/md5=/tmp/go-build3547871397/b215/_pkg_.a
2025-08-20T21:22:14.0008886Z [00:04:07.268]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:22:14.0009898Z [00:04:07.268]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:22:14.0010679Z [00:04:07.268]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:22:14.0011450Z [00:04:07.268]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:22:14.0012233Z [00:04:07.268]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:22:14.0013353Z [00:04:07.268]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:22:14.0014160Z [00:04:07.268]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:22:14.0014880Z [00:04:07.268]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:14.0015549Z [00:04:07.268]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:14.0016289Z [00:04:07.268]➜  packagefile github.com/lib/pq/oid=/tmp/go-build3547871397/b2303/_pkg_.a
2025-08-20T21:22:14.0017171Z [00:04:07.268]➜  packagefile github.com/lib/pq/scram=/tmp/go-build3547871397/b2304/_pkg_.a
2025-08-20T21:22:14.0017930Z [00:04:07.268]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:14.0018676Z [00:04:07.268]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:22:14.0019395Z [00:04:07.268]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:22:14.0020061Z [00:04:07.268]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:22:14.0020755Z [00:04:07.268]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:14.0021468Z [00:04:07.268]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:14.0022172Z [00:04:07.268]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:22:14.0023056Z [00:04:07.268]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:14.0023816Z [00:04:07.268]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:14.0024660Z [00:04:07.268]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:14.0025480Z [00:04:07.268]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:14.0026347Z [00:04:07.268]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:22:14.0027394Z [00:04:07.268]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:14.0028221Z [00:04:07.268]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:14.0029048Z [00:04:07.268]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:14.0030027Z [00:04:07.268]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:14.0030869Z [00:04:07.268]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:22:14.0031726Z [00:04:07.268]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:22:14.0032555Z [00:04:07.268]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:14.0033833Z [00:04:07.268]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:22:14.0034446Z [00:04:07.268]➜  EOF
2025-08-20T21:22:14.0044082Z [00:04:07.268]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2302/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9=>github.com/lib/pq@v1.10.9;$WORK/b2302=>" -p github.com/lib/pq -lang=go1.13 -complete -installsuffix shared -buildid 4vQExg---HG5DubUGKDA/4vQExg---HG5DubUGKDA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2302/importcfg -pack /root/go/pkg/mod/github.com/lib/pq@v1.10.9/array.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/buf.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/conn.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/conn_go115.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/conn_go18.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/connector.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/copy.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/doc.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/encode.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/error.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/krb.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/notice.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/notify.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/rows.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/ssl.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/ssl_permissions.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/url.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/user_posix.go /root/go/pkg/mod/github.com/lib/pq@v1.10.9/uuid.go
2025-08-20T21:22:14.0636195Z [00:04:07.331]➜  go tool buildid -w $WORK/b2297/_pkg_.a # internal
2025-08-20T21:22:14.0869281Z [00:04:07.354]➜  cp $WORK/b2297/_pkg_.a /root/.cache/go-build/65/658360f5e696f087b1f20cc9e5008d9182eff20dad92c0f04b1155641b437c69-d # internal
2025-08-20T21:22:14.0875764Z [00:04:07.355]➜  github.com/go-gorp/gorp/v3
2025-08-20T21:22:14.0878313Z [00:04:07.355]➜  mkdir -p $WORK/b2306/
2025-08-20T21:22:14.0883282Z [00:04:07.355]➜  cat >/tmp/go-build3547871397/b2306/importcfg << 'EOF' # internal
2025-08-20T21:22:14.0919241Z [00:04:07.355]➜  # import config
2025-08-20T21:22:14.0919982Z [00:04:07.355]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:14.0920858Z [00:04:07.355]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:14.0921837Z [00:04:07.355]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:22:14.0923082Z [00:04:07.355]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:22:14.0924063Z [00:04:07.355]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:14.0924917Z [00:04:07.355]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:14.0925742Z [00:04:07.355]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:22:14.0926578Z [00:04:07.355]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:14.0927431Z [00:04:07.355]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:14.0928302Z [00:04:07.355]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:14.0929176Z [00:04:07.356]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:14.0930039Z [00:04:07.356]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:14.0931124Z [00:04:07.356]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:14.0931770Z [00:04:07.356]➜  EOF
2025-08-20T21:22:14.0943730Z [00:04:07.356]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2306/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0=>github.com/go-gorp/gorp/v3@v3.1.0;$WORK/b2306=>" -p github.com/go-gorp/gorp/v3 -lang=go1.18 -complete -installsuffix shared -buildid eTLaLE_LM1LfP76xXFH-/eTLaLE_LM1LfP76xXFH- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2306/importcfg -pack /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/column.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/db.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/dialect.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/dialect_mysql.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/dialect_oracle.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/dialect_postgres.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/dialect_snowflake.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/dialect_sqlite.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/dialect_sqlserver.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/doc.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/errors.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/gorp.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/hooks.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/index.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/lockerror.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/logging.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/nulltypes.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/select.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/table.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/table_bindings.go /root/go/pkg/mod/github.com/go-gorp/gorp/v3@v3.1.0/transaction.go
2025-08-20T21:22:14.1470670Z [00:04:07.414]➜  go tool buildid -w $WORK/b2300/_pkg_.a # internal
2025-08-20T21:22:14.1622466Z [00:04:07.429]➜  cp $WORK/b2300/_pkg_.a /root/.cache/go-build/0d/0db1a1f3170a7be5c56b1b84a1c323e4c3852d2bfa6fdbcd10978252e968f6f8-d # internal
2025-08-20T21:22:14.1638895Z [00:04:07.430]➜  github.com/rubenv/sql-migrate/sqlparse
2025-08-20T21:22:14.1639566Z [00:04:07.430]➜  mkdir -p $WORK/b2307/
2025-08-20T21:22:14.1640316Z [00:04:07.430]➜  cat >/tmp/go-build3547871397/b2307/importcfg << 'EOF' # internal
2025-08-20T21:22:14.1640983Z [00:04:07.430]➜  # import config
2025-08-20T21:22:14.1641621Z [00:04:07.430]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:22:14.1642421Z [00:04:07.430]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:14.1643428Z [00:04:07.430]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:14.1644206Z [00:04:07.430]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:14.1644990Z [00:04:07.430]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:14.1645606Z [00:04:07.430]➜  EOF
2025-08-20T21:22:14.1649124Z [00:04:07.431]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2307/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rubenv/sql-migrate@v1.8.0/sqlparse=>github.com/rubenv/sql-migrate@v1.8.0/sqlparse;$WORK/b2307=>" -p github.com/rubenv/sql-migrate/sqlparse -lang=go1.23 -complete -installsuffix shared -buildid vsn35T6sw8lNyZamy7ww/vsn35T6sw8lNyZamy7ww -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2307/importcfg -pack /root/go/pkg/mod/github.com/rubenv/sql-migrate@v1.8.0/sqlparse/sqlparse.go
2025-08-20T21:22:14.1947280Z [00:04:07.462]➜  go tool buildid -w $WORK/b2307/_pkg_.a # internal
2025-08-20T21:22:14.1960932Z [00:04:07.463]➜  cp $WORK/b2307/_pkg_.a /root/.cache/go-build/e3/e3cd6591819aecf8153cdde941f699239302220f58d27005d21cb50ae44e64c3-d # internal
2025-08-20T21:22:14.1963918Z [00:04:07.464]➜  helm.sh/helm/v3/pkg/uploader
2025-08-20T21:22:14.1964597Z [00:04:07.464]➜  mkdir -p $WORK/b2308/
2025-08-20T21:22:14.1970153Z [00:04:07.464]➜  cat >/tmp/go-build3547871397/b2308/importcfg << 'EOF' # internal
2025-08-20T21:22:14.1972159Z [00:04:07.464]➜  # import config
2025-08-20T21:22:14.1975014Z [00:04:07.464]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:14.1975860Z [00:04:07.464]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:14.1976952Z [00:04:07.464]➜  packagefile helm.sh/helm/v3/pkg/pusher=/tmp/go-build3547871397/b2292/_pkg_.a
2025-08-20T21:22:14.1977895Z [00:04:07.464]➜  packagefile helm.sh/helm/v3/pkg/registry=/tmp/go-build3547871397/b2238/_pkg_.a
2025-08-20T21:22:14.1978725Z [00:04:07.464]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:14.1979497Z [00:04:07.464]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:14.1980098Z [00:04:07.464]➜  EOF
2025-08-20T21:22:14.1984199Z [00:04:07.465]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2308/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/uploader=>helm.sh/helm/v3@v3.18.4/pkg/uploader;$WORK/b2308=>" -p helm.sh/helm/v3/pkg/uploader -lang=go1.24 -complete -installsuffix shared -buildid KGtsYpMwzHiM9sGlLWpV/KGtsYpMwzHiM9sGlLWpV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2308/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/uploader/chart_uploader.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/uploader/doc.go
2025-08-20T21:22:14.2702559Z [00:04:07.537]➜  go tool buildid -w $WORK/b2308/_pkg_.a # internal
2025-08-20T21:22:14.2710878Z [00:04:07.537]➜  cp $WORK/b2308/_pkg_.a /root/.cache/go-build/20/20adc80f89cbfb76d75d01a61a2b55e5a8769da4620b37943920ae1b5c519517-d # internal
2025-08-20T21:22:14.2712084Z [00:04:07.537]➜  k8s.io/apimachinery/pkg/util/rand
2025-08-20T21:22:14.2713084Z [00:04:07.537]➜  mkdir -p $WORK/b2309/
2025-08-20T21:22:14.2713863Z [00:04:07.537]➜  cat >/tmp/go-build3547871397/b2309/importcfg << 'EOF' # internal
2025-08-20T21:22:14.2714554Z [00:04:07.537]➜  # import config
2025-08-20T21:22:14.2715262Z [00:04:07.537]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:22:14.2716110Z [00:04:07.537]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:14.2716943Z [00:04:07.537]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:14.2717592Z [00:04:07.537]➜  EOF
2025-08-20T21:22:14.2721116Z [00:04:07.537]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2309/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/rand=>k8s.io/apimachinery@v0.33.2/pkg/util/rand;$WORK/b2309=>" -p k8s.io/apimachinery/pkg/util/rand -lang=go1.24 -complete -installsuffix shared -buildid SzdqSaPUR3EriUtfYoNO/SzdqSaPUR3EriUtfYoNO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2309/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.2/pkg/util/rand/rand.go
2025-08-20T21:22:14.3258969Z [00:04:07.593]➜  go tool buildid -w $WORK/b2309/_pkg_.a # internal
2025-08-20T21:22:14.3270324Z [00:04:07.594]➜  cp $WORK/b2309/_pkg_.a /root/.cache/go-build/13/1390a7b56e57461fa6abb53528fb69f78157d6340f1b31e28669fad5ca3e09e1-d # internal
2025-08-20T21:22:14.3275064Z [00:04:07.594]➜  k8s.io/client-go/util/certificate/csr
2025-08-20T21:22:14.3275744Z [00:04:07.595]➜  mkdir -p $WORK/b2312/
2025-08-20T21:22:14.3282350Z [00:04:07.595]➜  cat >/tmp/go-build3547871397/b2312/importcfg << 'EOF' # internal
2025-08-20T21:22:14.3283783Z [00:04:07.595]➜  # import config
2025-08-20T21:22:14.3303598Z [00:04:07.595]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:14.3304488Z [00:04:07.595]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:22:14.3305390Z [00:04:07.595]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:22:14.3306316Z [00:04:07.595]➜  packagefile encoding/pem=/tmp/go-build3547871397/b226/_pkg_.a
2025-08-20T21:22:14.3307166Z [00:04:07.595]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:14.3308100Z [00:04:07.595]➜  packagefile k8s.io/api/certificates/v1=/tmp/go-build3547871397/b369/_pkg_.a
2025-08-20T21:22:14.3309479Z [00:04:07.595]➜  packagefile k8s.io/api/certificates/v1beta1=/tmp/go-build3547871397/b371/_pkg_.a
2025-08-20T21:22:14.3310672Z [00:04:07.595]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:22:14.3312062Z [00:04:07.595]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:14.3313542Z [00:04:07.595]➜  packagefile k8s.io/apimachinery/pkg/fields=/tmp/go-build3547871397/b101/_pkg_.a
2025-08-20T21:22:14.3314684Z [00:04:07.595]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:14.3315846Z [00:04:07.595]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:22:14.3317015Z [00:04:07.595]➜  packagefile k8s.io/apimachinery/pkg/util/wait=/tmp/go-build3547871397/b448/_pkg_.a
2025-08-20T21:22:14.3331601Z [00:04:07.595]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:14.3333197Z [00:04:07.595]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:14.3334397Z [00:04:07.595]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:14.3335588Z [00:04:07.595]➜  packagefile k8s.io/client-go/tools/watch=/tmp/go-build3547871397/b2022/_pkg_.a
2025-08-20T21:22:14.3336715Z [00:04:07.595]➜  packagefile k8s.io/client-go/util/cert=/tmp/go-build3547871397/b453/_pkg_.a
2025-08-20T21:22:14.3337767Z [00:04:07.595]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:22:14.3338780Z [00:04:07.595]➜  packagefile k8s.io/utils/pointer=/tmp/go-build3547871397/b270/_pkg_.a
2025-08-20T21:22:14.3339910Z [00:04:07.595]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:14.3340815Z [00:04:07.595]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:14.3341454Z [00:04:07.595]➜  EOF
2025-08-20T21:22:14.3345427Z [00:04:07.596]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2312/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/certificate/csr=>k8s.io/client-go@v0.33.2/util/certificate/csr;$WORK/b2312=>" -p k8s.io/client-go/util/certificate/csr -lang=go1.24 -complete -installsuffix shared -buildid YwWkY5TI4prR-TBQSgAO/YwWkY5TI4prR-TBQSgAO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2312/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/util/certificate/csr/csr.go
2025-08-20T21:22:14.5319691Z [00:04:07.799]➜  go tool buildid -w $WORK/b2306/_pkg_.a # internal
2025-08-20T21:22:14.5349623Z [00:04:07.802]➜  go tool buildid -w $WORK/b2081/_pkg_.a # internal
2025-08-20T21:22:14.5491762Z [00:04:07.816]➜  cp $WORK/b2081/_pkg_.a /root/.cache/go-build/19/19299c73be7c603b15bd432d055c61251b43fa7e70f96bb2d173332e9534d0c4-d # internal
2025-08-20T21:22:14.5511189Z [00:04:07.816]➜  k8s.io/kubectl/pkg/util/certificate
2025-08-20T21:22:14.5511863Z [00:04:07.816]➜  mkdir -p $WORK/b2313/
2025-08-20T21:22:14.5512868Z [00:04:07.817]➜  cat >/tmp/go-build3547871397/b2313/importcfg << 'EOF' # internal
2025-08-20T21:22:14.5513625Z [00:04:07.817]➜  # import config
2025-08-20T21:22:14.5514364Z [00:04:07.817]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:22:14.5515567Z [00:04:07.817]➜  packagefile encoding/pem=/tmp/go-build3547871397/b226/_pkg_.a
2025-08-20T21:22:14.5516459Z [00:04:07.817]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:14.5517106Z [00:04:07.817]➜  EOF
2025-08-20T21:22:14.5520839Z [00:04:07.817]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2313/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/certificate=>k8s.io/kubectl@v0.33.2/pkg/util/certificate;$WORK/b2313=>" -p k8s.io/kubectl/pkg/util/certificate -lang=go1.24 -complete -installsuffix shared -buildid bK5WSOM4Y48rqBP6p7Pp/bK5WSOM4Y48rqBP6p7Pp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2313/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/certificate/certificate.go
2025-08-20T21:22:14.5535217Z [00:04:07.821]➜  cp $WORK/b2306/_pkg_.a /root/.cache/go-build/19/19f7617447149e268e1dc7678a53e060f7a67d79fa55d014f699c2301cebf262-d # internal
2025-08-20T21:22:14.5537430Z [00:04:07.821]➜  github.com/rubenv/sql-migrate
2025-08-20T21:22:14.5538103Z [00:04:07.821]➜  mkdir -p $WORK/b2305/
2025-08-20T21:22:14.5546206Z [00:04:07.822]➜  cat >/tmp/go-build3547871397/b2305/importcfg << 'EOF' # internal
2025-08-20T21:22:14.5547084Z [00:04:07.822]➜  # import config
2025-08-20T21:22:14.5547872Z [00:04:07.822]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:14.5548834Z [00:04:07.822]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:14.5549869Z [00:04:07.822]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:22:14.5550844Z [00:04:07.822]➜  packagefile embed=/tmp/go-build3547871397/b319/_pkg_.a
2025-08-20T21:22:14.5551809Z [00:04:07.822]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:14.5553116Z [00:04:07.822]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:14.5554278Z [00:04:07.822]➜  packagefile github.com/go-gorp/gorp/v3=/tmp/go-build3547871397/b2306/_pkg_.a
2025-08-20T21:22:14.5555594Z [00:04:07.822]➜  packagefile github.com/rubenv/sql-migrate/sqlparse=/tmp/go-build3547871397/b2307/_pkg_.a
2025-08-20T21:22:14.5556773Z [00:04:07.822]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:14.5557693Z [00:04:07.822]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:14.5558604Z [00:04:07.822]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:14.5559647Z [00:04:07.822]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:14.5560597Z [00:04:07.822]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:14.5561537Z [00:04:07.822]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:14.5562508Z [00:04:07.822]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:14.5563662Z [00:04:07.822]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:14.5564658Z [00:04:07.822]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:14.5565446Z [00:04:07.822]➜  EOF
2025-08-20T21:22:14.5569376Z [00:04:07.824]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2305/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rubenv/sql-migrate@v1.8.0=>github.com/rubenv/sql-migrate@v1.8.0;$WORK/b2305=>" -p github.com/rubenv/sql-migrate -lang=go1.23 -complete -installsuffix shared -buildid xvwF_eIP2lBuVTiRfoUv/xvwF_eIP2lBuVTiRfoUv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2305/importcfg -pack /root/go/pkg/mod/github.com/rubenv/sql-migrate@v1.8.0/doc.go /root/go/pkg/mod/github.com/rubenv/sql-migrate@v1.8.0/migrate.go
2025-08-20T21:22:14.5627315Z [00:04:07.830]➜  go tool buildid -w $WORK/b2313/_pkg_.a # internal
2025-08-20T21:22:14.5634759Z [00:04:07.831]➜  cp $WORK/b2313/_pkg_.a /root/.cache/go-build/44/4407d5ced65cb60dfcc86e8ebcfb3dd466c365a2377c391ae2b286f0e017ec86-d # internal
2025-08-20T21:22:14.5636001Z [00:04:07.831]➜  k8s.io/kubectl/pkg/util/deployment
2025-08-20T21:22:14.5636636Z [00:04:07.831]➜  mkdir -p $WORK/b2314/
2025-08-20T21:22:14.5641446Z [00:04:07.831]➜  cat >/tmp/go-build3547871397/b2314/importcfg << 'EOF' # internal
2025-08-20T21:22:14.5642136Z [00:04:07.831]➜  # import config
2025-08-20T21:22:14.5643032Z [00:04:07.831]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:14.5644030Z [00:04:07.831]➜  packagefile k8s.io/api/apps/v1=/tmp/go-build3547871397/b356/_pkg_.a
2025-08-20T21:22:14.5645062Z [00:04:07.831]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:14.5646237Z [00:04:07.831]➜  packagefile k8s.io/apimachinery/pkg/api/equality=/tmp/go-build3547871397/b269/_pkg_.a
2025-08-20T21:22:14.5647489Z [00:04:07.831]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:22:14.5648950Z [00:04:07.831]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:14.5650207Z [00:04:07.831]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:14.5651465Z [00:04:07.831]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:22:14.5652818Z [00:04:07.831]➜  packagefile k8s.io/cli-runtime/pkg/resource=/tmp/go-build3547871397/b296/_pkg_.a
2025-08-20T21:22:14.5654071Z [00:04:07.831]➜  packagefile k8s.io/client-go/kubernetes/typed/apps/v1=/tmp/go-build3547871397/b590/_pkg_.a
2025-08-20T21:22:14.5655122Z [00:04:07.831]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:14.5656039Z [00:04:07.831]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:14.5656693Z [00:04:07.831]➜  EOF
2025-08-20T21:22:14.5660503Z [00:04:07.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2314/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/deployment=>k8s.io/kubectl@v0.33.2/pkg/util/deployment;$WORK/b2314=>" -p k8s.io/kubectl/pkg/util/deployment -lang=go1.24 -complete -installsuffix shared -buildid Z_Acgecoiveq5EXhUx1P/Z_Acgecoiveq5EXhUx1P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2314/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/deployment/deployment.go
2025-08-20T21:22:14.7167059Z [00:04:07.984]➜  go tool buildid -w $WORK/b2302/_pkg_.a # internal
2025-08-20T21:22:14.7232349Z [00:04:07.990]➜  cp $WORK/b2302/_pkg_.a /root/.cache/go-build/2f/2f491c56e0949a20166b042d94589095b93accb68fab7b82a9c4e76ff1c5510b-d # internal
2025-08-20T21:22:14.7234098Z [00:04:07.991]➜  k8s.io/kubectl/pkg/util/event
2025-08-20T21:22:14.7235025Z [00:04:07.991]➜  mkdir -p $WORK/b2315/
2025-08-20T21:22:14.7238411Z [00:04:07.991]➜  cat >/tmp/go-build3547871397/b2315/importcfg << 'EOF' # internal
2025-08-20T21:22:14.7239066Z [00:04:07.991]➜  # import config
2025-08-20T21:22:14.7239714Z [00:04:07.991]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:14.7240396Z [00:04:07.991]➜  EOF
2025-08-20T21:22:14.7244064Z [00:04:07.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2315/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/event=>k8s.io/kubectl@v0.33.2/pkg/util/event;$WORK/b2315=>" -p k8s.io/kubectl/pkg/util/event -lang=go1.24 -complete -installsuffix shared -buildid _qyfHNev-aMVdNdm3_tQ/_qyfHNev-aMVdNdm3_tQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2315/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/event/sorted_event_list.go
2025-08-20T21:22:14.7300116Z [00:04:07.997]➜  go tool buildid -w $WORK/b2305/_pkg_.a # internal
2025-08-20T21:22:14.7331144Z [00:04:08.000]➜  cp $WORK/b2305/_pkg_.a /root/.cache/go-build/03/03e8d9baf078ad82a6ed8a61720cd52f8e40253511e1c366f47484729a38e9f4-d # internal
2025-08-20T21:22:14.7335091Z [00:04:08.001]➜  helm.sh/helm/v3/pkg/storage/driver
2025-08-20T21:22:14.7337752Z [00:04:08.001]➜  mkdir -p $WORK/b2296/
2025-08-20T21:22:14.7345569Z [00:04:08.002]➜  cat >/tmp/go-build3547871397/b2296/importcfg << 'EOF' # internal
2025-08-20T21:22:14.7346319Z [00:04:08.002]➜  # import config
2025-08-20T21:22:14.7361872Z [00:04:08.002]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:14.7364204Z [00:04:08.002]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:22:14.7365662Z [00:04:08.002]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:14.7366878Z [00:04:08.002]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:22:14.7368774Z [00:04:08.002]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:14.7369616Z [00:04:08.002]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:14.7370582Z [00:04:08.002]➜  packagefile github.com/Masterminds/squirrel=/tmp/go-build3547871397/b2297/_pkg_.a
2025-08-20T21:22:14.7373233Z [00:04:08.002]➜  packagefile github.com/jmoiron/sqlx=/tmp/go-build3547871397/b2300/_pkg_.a
2025-08-20T21:22:14.7374252Z [00:04:08.002]➜  packagefile github.com/lib/pq=/tmp/go-build3547871397/b2302/_pkg_.a
2025-08-20T21:22:14.7375220Z [00:04:08.002]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:14.7376269Z [00:04:08.002]➜  packagefile github.com/rubenv/sql-migrate=/tmp/go-build3547871397/b2305/_pkg_.a
2025-08-20T21:22:14.7377344Z [00:04:08.002]➜  packagefile helm.sh/helm/v3/pkg/release=/tmp/go-build3547871397/b2078/_pkg_.a
2025-08-20T21:22:14.7378232Z [00:04:08.002]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:14.7379090Z [00:04:08.002]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:14.7380133Z [00:04:08.002]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:22:14.7381289Z [00:04:08.002]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:14.7382405Z [00:04:08.002]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:14.7383731Z [00:04:08.002]➜  packagefile k8s.io/apimachinery/pkg/util/validation=/tmp/go-build3547871397/b105/_pkg_.a
2025-08-20T21:22:14.7384983Z [00:04:08.002]➜  packagefile k8s.io/client-go/kubernetes/typed/core/v1=/tmp/go-build3547871397/b626/_pkg_.a
2025-08-20T21:22:14.7385980Z [00:04:08.002]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:14.7386776Z [00:04:08.002]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:14.7387563Z [00:04:08.002]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:14.7388460Z [00:04:08.002]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:14.7389247Z [00:04:08.002]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:14.7389840Z [00:04:08.002]➜  EOF
2025-08-20T21:22:14.7396751Z [00:04:08.002]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2296/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/storage/driver=>helm.sh/helm/v3@v3.18.4/pkg/storage/driver;$WORK/b2296=>" -p helm.sh/helm/v3/pkg/storage/driver -lang=go1.24 -complete -installsuffix shared -buildid oUMvsPIeIJ8etRYAJE4B/oUMvsPIeIJ8etRYAJE4B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2296/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/storage/driver/cfgmaps.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/storage/driver/driver.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/storage/driver/labels.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/storage/driver/memory.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/storage/driver/records.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/storage/driver/secrets.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/storage/driver/sql.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/storage/driver/util.go
2025-08-20T21:22:14.7484348Z [00:04:08.016]➜  go tool buildid -w $WORK/b2315/_pkg_.a # internal
2025-08-20T21:22:14.7494926Z [00:04:08.017]➜  cp $WORK/b2315/_pkg_.a /root/.cache/go-build/3b/3b9d548225c7c2ac8d0c59cfb084a24b6369552c4f619807100b484b3929d148-d # internal
2025-08-20T21:22:14.7496803Z [00:04:08.017]➜  k8s.io/kubectl/pkg/util/fieldpath
2025-08-20T21:22:14.7498241Z [00:04:08.017]➜  mkdir -p $WORK/b2316/
2025-08-20T21:22:14.7508267Z [00:04:08.018]➜  cat >/tmp/go-build3547871397/b2316/importcfg << 'EOF' # internal
2025-08-20T21:22:14.7509209Z [00:04:08.018]➜  # import config
2025-08-20T21:22:14.7510144Z [00:04:08.018]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:14.7512037Z [00:04:08.018]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:22:14.7513454Z [00:04:08.018]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:22:14.7514692Z [00:04:08.018]➜  packagefile k8s.io/apimachinery/pkg/util/validation=/tmp/go-build3547871397/b105/_pkg_.a
2025-08-20T21:22:14.7515966Z [00:04:08.018]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:14.7516562Z [00:04:08.018]➜  EOF
2025-08-20T21:22:14.7519907Z [00:04:08.018]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2316/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/fieldpath=>k8s.io/kubectl@v0.33.2/pkg/util/fieldpath;$WORK/b2316=>" -p k8s.io/kubectl/pkg/util/fieldpath -lang=go1.24 -complete -installsuffix shared -buildid DSa_UV8dXEPsEroBnMLW/DSa_UV8dXEPsEroBnMLW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2316/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/fieldpath/fieldpath.go
2025-08-20T21:22:14.7531219Z [00:04:08.020]➜  go tool buildid -w $WORK/b2314/_pkg_.a # internal
2025-08-20T21:22:14.7567384Z [00:04:08.024]➜  cp $WORK/b2314/_pkg_.a /root/.cache/go-build/e3/e304299aaaa606d99cddfba010dba4c9871d11c848ddc1d4e7f281fcd2e77d48-d # internal
2025-08-20T21:22:14.7576595Z [00:04:08.024]➜  k8s.io/kubectl/pkg/util/qos
2025-08-20T21:22:14.7577333Z [00:04:08.024]➜  mkdir -p $WORK/b2317/
2025-08-20T21:22:14.7578099Z [00:04:08.024]➜  cat >/tmp/go-build3547871397/b2317/importcfg << 'EOF' # internal
2025-08-20T21:22:14.7578779Z [00:04:08.024]➜  # import config
2025-08-20T21:22:14.7579561Z [00:04:08.024]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:14.7584035Z [00:04:08.024]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:22:14.7585330Z [00:04:08.024]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:22:14.7586163Z [00:04:08.024]➜  EOF
2025-08-20T21:22:14.7589696Z [00:04:08.024]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2317/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/qos=>k8s.io/kubectl@v0.33.2/pkg/util/qos;$WORK/b2317=>" -p k8s.io/kubectl/pkg/util/qos -lang=go1.24 -complete -installsuffix shared -buildid I68wcfQLhuzd8gBVd-fE/I68wcfQLhuzd8gBVd-fE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2317/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/qos/qos.go
2025-08-20T21:22:14.8529356Z [00:04:08.120]➜  go tool buildid -w $WORK/b2316/_pkg_.a # internal
2025-08-20T21:22:14.8533045Z [00:04:08.120]➜  cp $WORK/b2316/_pkg_.a /root/.cache/go-build/aa/aac584c4cfbb2877006fa57b2ab72a2bda407c38a99192bfb8d1d53f4f64f9a5-d # internal
2025-08-20T21:22:14.8534537Z [00:04:08.120]➜  k8s.io/kubectl/pkg/util/rbac
2025-08-20T21:22:14.8535898Z [00:04:08.120]➜  mkdir -p $WORK/b2318/
2025-08-20T21:22:14.8537464Z [00:04:08.120]➜  cat >/tmp/go-build3547871397/b2318/importcfg << 'EOF' # internal
2025-08-20T21:22:14.8538585Z [00:04:08.120]➜  # import config
2025-08-20T21:22:14.8539513Z [00:04:08.120]➜  packagefile k8s.io/api/rbac/v1=/tmp/go-build3547871397/b392/_pkg_.a
2025-08-20T21:22:14.8541959Z [00:04:08.120]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:22:14.8543979Z [00:04:08.120]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:14.8545423Z [00:04:08.120]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:14.8546400Z [00:04:08.120]➜  EOF
2025-08-20T21:22:14.8549936Z [00:04:08.120]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2318/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/rbac=>k8s.io/kubectl@v0.33.2/pkg/util/rbac;$WORK/b2318=>" -p k8s.io/kubectl/pkg/util/rbac -lang=go1.24 -complete -installsuffix shared -buildid gKwCQQoi6rcBt-XTdSEn/gKwCQQoi6rcBt-XTdSEn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2318/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/rbac/rbac.go
2025-08-20T21:22:14.8737374Z [00:04:08.141]➜  go tool buildid -w $WORK/b2317/_pkg_.a # internal
2025-08-20T21:22:14.8758546Z [00:04:08.143]➜  cp $WORK/b2317/_pkg_.a /root/.cache/go-build/57/57e7a13dd2e93dea3a9899c1e7eaf4307b31ed2be7fda2894c3f9015b19c071c-d # internal
2025-08-20T21:22:14.8764032Z [00:04:08.143]➜  k8s.io/component-helpers/resource
2025-08-20T21:22:14.8764684Z [00:04:08.143]➜  mkdir -p $WORK/b2320/
2025-08-20T21:22:14.8771855Z [00:04:08.144]➜  cat >/tmp/go-build3547871397/b2320/importcfg << 'EOF' # internal
2025-08-20T21:22:14.8773678Z [00:04:08.144]➜  # import config
2025-08-20T21:22:14.8774872Z [00:04:08.144]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:14.8776170Z [00:04:08.144]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:22:14.8777874Z [00:04:08.144]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:14.8778813Z [00:04:08.144]➜  EOF
2025-08-20T21:22:14.8786626Z [00:04:08.144]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2320/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/component-helpers@v0.33.2/resource=>k8s.io/component-helpers@v0.33.2/resource;$WORK/b2320=>" -p k8s.io/component-helpers/resource -lang=go1.24 -complete -installsuffix shared -buildid 4wXRlpoh7LxLiWOzmb3y/4wXRlpoh7LxLiWOzmb3y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2320/importcfg -pack /root/go/pkg/mod/k8s.io/component-helpers@v0.33.2/resource/helpers.go
2025-08-20T21:22:14.9515152Z [00:04:08.218]➜  go tool buildid -w $WORK/b2318/_pkg_.a # internal
2025-08-20T21:22:14.9553758Z [00:04:08.223]➜  cp $WORK/b2318/_pkg_.a /root/.cache/go-build/be/bed21b1d3b0c07ea17f300948d6f92f77b3ce2d732db81937963e813d0e02c96-d # internal
2025-08-20T21:22:14.9583553Z [00:04:08.223]➜  k8s.io/kubectl/pkg/util/slice
2025-08-20T21:22:14.9586051Z [00:04:08.226]➜  mkdir -p $WORK/b2321/
2025-08-20T21:22:14.9587330Z [00:04:08.226]➜  cat >/tmp/go-build3547871397/b2321/importcfg << 'EOF' # internal
2025-08-20T21:22:14.9588292Z [00:04:08.226]➜  # import config
2025-08-20T21:22:14.9589493Z [00:04:08.226]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:14.9590441Z [00:04:08.226]➜  EOF
2025-08-20T21:22:14.9595167Z [00:04:08.226]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2321/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/slice=>k8s.io/kubectl@v0.33.2/pkg/util/slice;$WORK/b2321=>" -p k8s.io/kubectl/pkg/util/slice -lang=go1.24 -complete -installsuffix shared -buildid HsLmHKs5USeDL8y0nUhE/HsLmHKs5USeDL8y0nUhE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2321/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/slice/slice.go
2025-08-20T21:22:14.9920073Z [00:04:08.259]➜  go tool buildid -w $WORK/b2321/_pkg_.a # internal
2025-08-20T21:22:14.9925674Z [00:04:08.260]➜  cp $WORK/b2321/_pkg_.a /root/.cache/go-build/ce/cef7971641cc343227837c25cfed64072d9627e5142466d51dd0b7b747984775-d # internal
2025-08-20T21:22:14.9933157Z [00:04:08.260]➜  k8s.io/kubectl/pkg/drain
2025-08-20T21:22:14.9933802Z [00:04:08.260]➜  mkdir -p $WORK/b2322/
2025-08-20T21:22:14.9934588Z [00:04:08.260]➜  cat >/tmp/go-build3547871397/b2322/importcfg << 'EOF' # internal
2025-08-20T21:22:14.9935318Z [00:04:08.260]➜  # import config
2025-08-20T21:22:14.9936218Z [00:04:08.260]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:14.9937066Z [00:04:08.260]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:14.9937888Z [00:04:08.260]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:14.9939021Z [00:04:08.260]➜  packagefile k8s.io/api/apps/v1=/tmp/go-build3547871397/b356/_pkg_.a
2025-08-20T21:22:14.9940081Z [00:04:08.260]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:14.9941091Z [00:04:08.260]➜  packagefile k8s.io/api/policy/v1=/tmp/go-build3547871397/b390/_pkg_.a
2025-08-20T21:22:14.9942165Z [00:04:08.260]➜  packagefile k8s.io/api/policy/v1beta1=/tmp/go-build3547871397/b391/_pkg_.a
2025-08-20T21:22:14.9944455Z [00:04:08.260]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:22:14.9945770Z [00:04:08.260]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:14.9947030Z [00:04:08.260]➜  packagefile k8s.io/apimachinery/pkg/fields=/tmp/go-build3547871397/b101/_pkg_.a
2025-08-20T21:22:14.9948208Z [00:04:08.260]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:14.9949386Z [00:04:08.261]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:14.9950636Z [00:04:08.261]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:22:14.9951851Z [00:04:08.261]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:22:14.9953407Z [00:04:08.261]➜  packagefile k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3547871397/b107/_pkg_.a
2025-08-20T21:22:14.9954803Z [00:04:08.261]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3547871397/b142/_pkg_.a
2025-08-20T21:22:14.9956171Z [00:04:08.261]➜  packagefile k8s.io/apimachinery/pkg/util/strategicpatch=/tmp/go-build3547871397/b581/_pkg_.a
2025-08-20T21:22:14.9957728Z [00:04:08.261]➜  packagefile k8s.io/apimachinery/pkg/util/wait=/tmp/go-build3547871397/b448/_pkg_.a
2025-08-20T21:22:14.9959004Z [00:04:08.261]➜  packagefile k8s.io/cli-runtime/pkg/resource=/tmp/go-build3547871397/b296/_pkg_.a
2025-08-20T21:22:14.9960288Z [00:04:08.261]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:14.9961439Z [00:04:08.261]➜  packagefile k8s.io/kubectl/pkg/cmd/util=/tmp/go-build3547871397/b2029/_pkg_.a
2025-08-20T21:22:14.9962437Z [00:04:08.261]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:22:14.9963522Z [00:04:08.261]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:14.9964403Z [00:04:08.261]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:14.9965014Z [00:04:08.261]➜  EOF
2025-08-20T21:22:14.9969605Z [00:04:08.261]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2322/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/drain=>k8s.io/kubectl@v0.33.2/pkg/drain;$WORK/b2322=>" -p k8s.io/kubectl/pkg/drain -lang=go1.24 -complete -installsuffix shared -buildid II995G7obZ19qwcS62J7/II995G7obZ19qwcS62J7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2322/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/drain/cordon.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/drain/default.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/drain/drain.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/drain/filters.go
2025-08-20T21:22:15.0460254Z [00:04:08.313]➜  go tool buildid -w $WORK/b2320/_pkg_.a # internal
2025-08-20T21:22:15.0529324Z [00:04:08.320]➜  cp $WORK/b2320/_pkg_.a /root/.cache/go-build/ba/baf0c7e332eb6e3078f9ee740a9f30394bed56891af63d1b7f598e216de0bea1-d # internal
2025-08-20T21:22:15.0535885Z [00:04:08.320]➜  k8s.io/kubectl/pkg/util/resource
2025-08-20T21:22:15.0536479Z [00:04:08.320]➜  mkdir -p $WORK/b2319/
2025-08-20T21:22:15.0537115Z [00:04:08.320]➜  go tool buildid -w $WORK/b2296/_pkg_.a # internal
2025-08-20T21:22:15.0571276Z [00:04:08.324]➜  cat >/tmp/go-build3547871397/b2319/importcfg << 'EOF' # internal
2025-08-20T21:22:15.0573522Z [00:04:08.325]➜  # import config
2025-08-20T21:22:15.0574906Z [00:04:08.325]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:15.0577617Z [00:04:08.325]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:15.0578950Z [00:04:08.325]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:22:15.0580443Z [00:04:08.325]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:22:15.0582047Z [00:04:08.325]➜  packagefile k8s.io/component-helpers/resource=/tmp/go-build3547871397/b2320/_pkg_.a
2025-08-20T21:22:15.0583480Z [00:04:08.325]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:22:15.0584896Z [00:04:08.325]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:15.0586390Z [00:04:08.325]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:15.0588272Z [00:04:08.325]➜  EOF
2025-08-20T21:22:15.0591719Z [00:04:08.325]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2319/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/resource=>k8s.io/kubectl@v0.33.2/pkg/util/resource;$WORK/b2319=>" -p k8s.io/kubectl/pkg/util/resource -lang=go1.24 -complete -installsuffix shared -buildid KMTByecte0z68jUGxDek/KMTByecte0z68jUGxDek -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2319/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/resource/resource.go
2025-08-20T21:22:15.0614939Z [00:04:08.329]➜  cp $WORK/b2296/_pkg_.a /root/.cache/go-build/67/673cc51eb026b454c265135a5342deeefe7d265f6033d82bb7f03f6cd104d413-d # internal
2025-08-20T21:22:15.0646701Z [00:04:08.332]➜  helm.sh/helm/v3/pkg/storage
2025-08-20T21:22:15.0651232Z [00:04:08.332]➜  mkdir -p $WORK/b2295/
2025-08-20T21:22:15.0654334Z [00:04:08.332]➜  cat >/tmp/go-build3547871397/b2295/importcfg << 'EOF' # internal
2025-08-20T21:22:15.0655287Z [00:04:08.332]➜  # import config
2025-08-20T21:22:15.0657447Z [00:04:08.332]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:15.0658528Z [00:04:08.332]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:15.0660763Z [00:04:08.332]➜  packagefile helm.sh/helm/v3/pkg/release=/tmp/go-build3547871397/b2078/_pkg_.a
2025-08-20T21:22:15.0661895Z [00:04:08.332]➜  packagefile helm.sh/helm/v3/pkg/releaseutil=/tmp/go-build3547871397/b2294/_pkg_.a
2025-08-20T21:22:15.0663210Z [00:04:08.332]➜  packagefile helm.sh/helm/v3/pkg/storage/driver=/tmp/go-build3547871397/b2296/_pkg_.a
2025-08-20T21:22:15.0664195Z [00:04:08.332]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:15.0664805Z [00:04:08.332]➜  EOF
2025-08-20T21:22:15.0668116Z [00:04:08.332]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2295/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/storage=>helm.sh/helm/v3@v3.18.4/pkg/storage;$WORK/b2295=>" -p helm.sh/helm/v3/pkg/storage -lang=go1.24 -complete -installsuffix shared -buildid LqOLB8Hy9XqzSMFrwYqM/LqOLB8Hy9XqzSMFrwYqM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2295/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/storage/storage.go
2025-08-20T21:22:15.1122498Z [00:04:08.379]➜  go tool buildid -w $WORK/b2295/_pkg_.a # internal
2025-08-20T21:22:15.1138146Z [00:04:08.381]➜  cp $WORK/b2295/_pkg_.a /root/.cache/go-build/dd/dde7d579b275338e779758c3befe26a9cf2ccac40b66b7be46f614f566893d0d-d # internal
2025-08-20T21:22:15.1151059Z [00:04:08.382]➜  helm.sh/helm/v3/pkg/action
2025-08-20T21:22:15.1153862Z [00:04:08.382]➜  mkdir -p $WORK/b2208/
2025-08-20T21:22:15.1160319Z [00:04:08.383]➜  cat >/tmp/go-build3547871397/b2208/importcfg << 'EOF' # internal
2025-08-20T21:22:15.1170404Z [00:04:08.384]➜  # import config
2025-08-20T21:22:15.1171087Z [00:04:08.384]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:22:15.1172129Z [00:04:08.384]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:15.1173149Z [00:04:08.384]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:15.1174014Z [00:04:08.384]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:15.1175051Z [00:04:08.384]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:15.1176033Z [00:04:08.384]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build3547871397/b1801/_pkg_.a
2025-08-20T21:22:15.1177189Z [00:04:08.384]➜  packagefile github.com/Masterminds/sprig/v3=/tmp/go-build3547871397/b1826/_pkg_.a
2025-08-20T21:22:15.1178288Z [00:04:08.384]➜  packagefile github.com/gosuri/uitable=/tmp/go-build3547871397/b2209/_pkg_.a
2025-08-20T21:22:15.1179344Z [00:04:08.384]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:15.1180886Z [00:04:08.384]➜  packagefile golang.org/x/term=/tmp/go-build3547871397/b437/_pkg_.a
2025-08-20T21:22:15.1181932Z [00:04:08.384]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:22:15.1183107Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/chart=/tmp/go-build3547871397/b2079/_pkg_.a
2025-08-20T21:22:15.1184184Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/chart/loader=/tmp/go-build3547871397/b2212/_pkg_.a
2025-08-20T21:22:15.1185331Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/chartutil=/tmp/go-build3547871397/b2215/_pkg_.a
2025-08-20T21:22:15.1186380Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/cli=/tmp/go-build3547871397/b2218/_pkg_.a
2025-08-20T21:22:15.1187466Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/downloader=/tmp/go-build3547871397/b2226/_pkg_.a
2025-08-20T21:22:15.1188688Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/engine=/tmp/go-build3547871397/b2275/_pkg_.a
2025-08-20T21:22:15.1189759Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/getter=/tmp/go-build3547871397/b2273/_pkg_.a
2025-08-20T21:22:15.1190779Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/kube=/tmp/go-build3547871397/b2221/_pkg_.a
2025-08-20T21:22:15.1191960Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/kube/fake=/tmp/go-build3547871397/b2284/_pkg_.a
2025-08-20T21:22:15.1193351Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/lint=/tmp/go-build3547871397/b2285/_pkg_.a
2025-08-20T21:22:15.1195611Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/lint/support=/tmp/go-build3547871397/b2288/_pkg_.a
2025-08-20T21:22:15.1197094Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/postrender=/tmp/go-build3547871397/b2291/_pkg_.a
2025-08-20T21:22:15.1198522Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/provenance=/tmp/go-build3547871397/b2230/_pkg_.a
2025-08-20T21:22:15.1199626Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/pusher=/tmp/go-build3547871397/b2292/_pkg_.a
2025-08-20T21:22:15.1200741Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/registry=/tmp/go-build3547871397/b2238/_pkg_.a
2025-08-20T21:22:15.1201831Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/release=/tmp/go-build3547871397/b2078/_pkg_.a
2025-08-20T21:22:15.1203121Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/releaseutil=/tmp/go-build3547871397/b2294/_pkg_.a
2025-08-20T21:22:15.1204205Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/repo=/tmp/go-build3547871397/b2271/_pkg_.a
2025-08-20T21:22:15.1205263Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/storage=/tmp/go-build3547871397/b2295/_pkg_.a
2025-08-20T21:22:15.1206373Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/storage/driver=/tmp/go-build3547871397/b2296/_pkg_.a
2025-08-20T21:22:15.1207434Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/time=/tmp/go-build3547871397/b2080/_pkg_.a
2025-08-20T21:22:15.1208481Z [00:04:08.384]➜  packagefile helm.sh/helm/v3/pkg/uploader=/tmp/go-build3547871397/b2308/_pkg_.a
2025-08-20T21:22:15.1209378Z [00:04:08.384]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:15.1210240Z [00:04:08.384]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:15.1211909Z [00:04:08.384]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:22:15.1213288Z [00:04:08.384]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:22:15.1214555Z [00:04:08.384]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:15.1216031Z [00:04:08.384]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:15.1217201Z [00:04:08.384]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:15.1218344Z [00:04:08.384]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:22:15.1219498Z [00:04:08.384]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:15.1220711Z [00:04:08.384]➜  packagefile k8s.io/cli-runtime/pkg/genericclioptions=/tmp/go-build3547871397/b275/_pkg_.a
2025-08-20T21:22:15.1222062Z [00:04:08.384]➜  packagefile k8s.io/cli-runtime/pkg/printers=/tmp/go-build3547871397/b287/_pkg_.a
2025-08-20T21:22:15.1223383Z [00:04:08.384]➜  packagefile k8s.io/cli-runtime/pkg/resource=/tmp/go-build3547871397/b296/_pkg_.a
2025-08-20T21:22:15.1224667Z [00:04:08.384]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:22:15.1225892Z [00:04:08.384]➜  packagefile k8s.io/client-go/discovery=/tmp/go-build3547871397/b348/_pkg_.a
2025-08-20T21:22:15.1226994Z [00:04:08.384]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:15.1228188Z [00:04:08.384]➜  packagefile k8s.io/client-go/kubernetes/typed/core/v1=/tmp/go-build3547871397/b626/_pkg_.a
2025-08-20T21:22:15.1229477Z [00:04:08.384]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:22:15.1230400Z [00:04:08.384]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:22:15.1231216Z [00:04:08.384]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:15.1232053Z [00:04:08.384]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:15.1232980Z [00:04:08.384]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:15.1233858Z [00:04:08.384]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:15.1234741Z [00:04:08.384]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:15.1235607Z [00:04:08.384]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:22:15.1236472Z [00:04:08.384]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:22:15.1237271Z [00:04:08.384]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:15.1238102Z [00:04:08.384]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:15.1238904Z [00:04:08.384]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:15.1239744Z [00:04:08.384]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:22:15.1240649Z [00:04:08.384]➜  packagefile text/template=/tmp/go-build3547871397/b281/_pkg_.a
2025-08-20T21:22:15.1241565Z [00:04:08.384]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:15.1242191Z [00:04:08.384]➜  EOF
2025-08-20T21:22:15.1256694Z [00:04:08.384]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2208/_pkg_.a -trimpath "/root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action=>helm.sh/helm/v3@v3.18.4/pkg/action;$WORK/b2208=>" -p helm.sh/helm/v3/pkg/action -lang=go1.24 -complete -installsuffix shared -buildid KmrPnBF7ognKVyA7oqqy/KmrPnBF7ognKVyA7oqqy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2208/importcfg -pack /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/action.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/dependency.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/doc.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/get.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/get_metadata.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/get_values.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/history.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/hooks.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/install.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/lazyclient.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/lint.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/list.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/package.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/pull.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/push.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/registry_login.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/registry_logout.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/release_testing.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/resource_policy.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/rollback.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/show.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/status.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/uninstall.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/upgrade.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/validate.go /root/go/pkg/mod/helm.sh/helm/v3@v3.18.4/pkg/action/verify.go
2025-08-20T21:22:15.1599176Z [00:04:08.427]➜  go tool buildid -w $WORK/b2312/_pkg_.a # internal
2025-08-20T21:22:15.1913583Z [00:04:08.459]➜  cp $WORK/b2312/_pkg_.a /root/.cache/go-build/de/de79508f117b00e8f9292128b00d0a6a940225ab151176aa10264234bcd0c0c3-d # internal
2025-08-20T21:22:15.1916305Z [00:04:08.459]➜  k8s.io/kubectl/pkg/apps
2025-08-20T21:22:15.1935892Z [00:04:08.461]➜  mkdir -p $WORK/b2324/
2025-08-20T21:22:15.1940952Z [00:04:08.461]➜  cat >/tmp/go-build3547871397/b2324/importcfg << 'EOF' # internal
2025-08-20T21:22:15.1941663Z [00:04:08.461]➜  # import config
2025-08-20T21:22:15.1942274Z [00:04:08.461]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:15.1943454Z [00:04:08.461]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:22:15.1944210Z [00:04:08.461]➜  EOF
2025-08-20T21:22:15.1947359Z [00:04:08.461]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2324/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/apps=>k8s.io/kubectl@v0.33.2/pkg/apps;$WORK/b2324=>" -p k8s.io/kubectl/pkg/apps -lang=go1.24 -complete -installsuffix shared -buildid m1UVbAMGLuxvJXOPtMqQ/m1UVbAMGLuxvJXOPtMqQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2324/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/apps/kind_visitor.go
2025-08-20T21:22:15.2124512Z [00:04:08.480]➜  go tool buildid -w $WORK/b2319/_pkg_.a # internal
2025-08-20T21:22:15.2160312Z [00:04:08.483]➜  cp $WORK/b2319/_pkg_.a /root/.cache/go-build/6e/6e2e9ec1680d04d71fc63f2a7f17616a4a10d68f885311ebd8c8c758d9560ce2-d # internal
2025-08-20T21:22:15.2164625Z [00:04:08.484]➜  k8s.io/kubectl/pkg/describe
2025-08-20T21:22:15.2165238Z [00:04:08.484]➜  mkdir -p $WORK/b2310/
2025-08-20T21:22:15.2176773Z [00:04:08.484]➜  cat >/tmp/go-build3547871397/b2310/importcfg << 'EOF' # internal
2025-08-20T21:22:15.2181412Z [00:04:08.484]➜  # import config
2025-08-20T21:22:15.2182125Z [00:04:08.484]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:15.2183265Z [00:04:08.484]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:15.2184155Z [00:04:08.484]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:22:15.2185027Z [00:04:08.485]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:15.2186005Z [00:04:08.485]➜  packagefile github.com/fatih/camelcase=/tmp/go-build3547871397/b2311/_pkg_.a
2025-08-20T21:22:15.2186940Z [00:04:08.485]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:15.2187820Z [00:04:08.485]➜  packagefile k8s.io/api/apps/v1=/tmp/go-build3547871397/b356/_pkg_.a
2025-08-20T21:22:15.2189058Z [00:04:08.485]➜  packagefile k8s.io/api/autoscaling/v1=/tmp/go-build3547871397/b363/_pkg_.a
2025-08-20T21:22:15.2190085Z [00:04:08.485]➜  packagefile k8s.io/api/autoscaling/v2=/tmp/go-build3547871397/b364/_pkg_.a
2025-08-20T21:22:15.2191078Z [00:04:08.485]➜  packagefile k8s.io/api/batch/v1=/tmp/go-build3547871397/b367/_pkg_.a
2025-08-20T21:22:15.2192236Z [00:04:08.485]➜  packagefile k8s.io/api/batch/v1beta1=/tmp/go-build3547871397/b368/_pkg_.a
2025-08-20T21:22:15.2193491Z [00:04:08.485]➜  packagefile k8s.io/api/certificates/v1beta1=/tmp/go-build3547871397/b371/_pkg_.a
2025-08-20T21:22:15.2194586Z [00:04:08.485]➜  packagefile k8s.io/api/coordination/v1=/tmp/go-build3547871397/b372/_pkg_.a
2025-08-20T21:22:15.2195608Z [00:04:08.485]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:15.2197779Z [00:04:08.485]➜  packagefile k8s.io/api/discovery/v1=/tmp/go-build3547871397/b375/_pkg_.a
2025-08-20T21:22:15.2198842Z [00:04:08.485]➜  packagefile k8s.io/api/discovery/v1beta1=/tmp/go-build3547871397/b376/_pkg_.a
2025-08-20T21:22:15.2200086Z [00:04:08.485]➜  packagefile k8s.io/api/extensions/v1beta1=/tmp/go-build3547871397/b379/_pkg_.a
2025-08-20T21:22:15.2201174Z [00:04:08.485]➜  packagefile k8s.io/api/networking/v1=/tmp/go-build3547871397/b384/_pkg_.a
2025-08-20T21:22:15.2202272Z [00:04:08.485]➜  packagefile k8s.io/api/networking/v1beta1=/tmp/go-build3547871397/b386/_pkg_.a
2025-08-20T21:22:15.2203464Z [00:04:08.485]➜  packagefile k8s.io/api/policy/v1=/tmp/go-build3547871397/b390/_pkg_.a
2025-08-20T21:22:15.2204455Z [00:04:08.485]➜  packagefile k8s.io/api/policy/v1beta1=/tmp/go-build3547871397/b391/_pkg_.a
2025-08-20T21:22:15.2205403Z [00:04:08.485]➜  packagefile k8s.io/api/rbac/v1=/tmp/go-build3547871397/b392/_pkg_.a
2025-08-20T21:22:15.2206512Z [00:04:08.485]➜  packagefile k8s.io/api/scheduling/v1=/tmp/go-build3547871397/b398/_pkg_.a
2025-08-20T21:22:15.2207496Z [00:04:08.485]➜  packagefile k8s.io/api/storage/v1=/tmp/go-build3547871397/b401/_pkg_.a
2025-08-20T21:22:15.2208501Z [00:04:08.485]➜  packagefile k8s.io/api/storage/v1beta1=/tmp/go-build3547871397/b403/_pkg_.a
2025-08-20T21:22:15.2209617Z [00:04:08.485]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:22:15.2210763Z [00:04:08.485]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:22:15.2211943Z [00:04:08.485]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:22:15.2213317Z [00:04:08.485]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:15.2214479Z [00:04:08.485]➜  packagefile k8s.io/apimachinery/pkg/fields=/tmp/go-build3547871397/b101/_pkg_.a
2025-08-20T21:22:15.2215594Z [00:04:08.485]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:15.2216702Z [00:04:08.485]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:15.2217884Z [00:04:08.485]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:22:15.2219051Z [00:04:08.485]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:22:15.2220186Z [00:04:08.485]➜  packagefile k8s.io/apimachinery/pkg/util/duration=/tmp/go-build3547871397/b292/_pkg_.a
2025-08-20T21:22:15.2221346Z [00:04:08.485]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:22:15.2222504Z [00:04:08.485]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:22:15.2224062Z [00:04:08.485]➜  packagefile k8s.io/cli-runtime/pkg/genericclioptions=/tmp/go-build3547871397/b275/_pkg_.a
2025-08-20T21:22:15.2225491Z [00:04:08.485]➜  packagefile k8s.io/cli-runtime/pkg/printers=/tmp/go-build3547871397/b287/_pkg_.a
2025-08-20T21:22:15.2226607Z [00:04:08.485]➜  packagefile k8s.io/cli-runtime/pkg/resource=/tmp/go-build3547871397/b296/_pkg_.a
2025-08-20T21:22:15.2227838Z [00:04:08.485]➜  packagefile k8s.io/client-go/dynamic=/tmp/go-build3547871397/b465/_pkg_.a
2025-08-20T21:22:15.2228858Z [00:04:08.485]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:15.2229994Z [00:04:08.485]➜  packagefile k8s.io/client-go/kubernetes/typed/core/v1=/tmp/go-build3547871397/b626/_pkg_.a
2025-08-20T21:22:15.2236503Z [00:04:08.485]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:22:15.2237585Z [00:04:08.485]➜  packagefile k8s.io/client-go/tools/reference=/tmp/go-build3547871397/b627/_pkg_.a
2025-08-20T21:22:15.2238754Z [00:04:08.485]➜  packagefile k8s.io/client-go/util/certificate/csr=/tmp/go-build3547871397/b2312/_pkg_.a
2025-08-20T21:22:15.2240019Z [00:04:08.485]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:22:15.2241227Z [00:04:08.485]➜  packagefile k8s.io/kubectl/pkg/scheme=/tmp/go-build3547871397/b2040/_pkg_.a
2025-08-20T21:22:15.2242514Z [00:04:08.485]➜  packagefile k8s.io/kubectl/pkg/util/certificate=/tmp/go-build3547871397/b2313/_pkg_.a
2025-08-20T21:22:15.2250467Z [00:04:08.485]➜  packagefile k8s.io/kubectl/pkg/util/deployment=/tmp/go-build3547871397/b2314/_pkg_.a
2025-08-20T21:22:15.2251617Z [00:04:08.485]➜  packagefile k8s.io/kubectl/pkg/util/event=/tmp/go-build3547871397/b2315/_pkg_.a
2025-08-20T21:22:15.2252923Z [00:04:08.485]➜  packagefile k8s.io/kubectl/pkg/util/fieldpath=/tmp/go-build3547871397/b2316/_pkg_.a
2025-08-20T21:22:15.2254035Z [00:04:08.485]➜  packagefile k8s.io/kubectl/pkg/util/qos=/tmp/go-build3547871397/b2317/_pkg_.a
2025-08-20T21:22:15.2255118Z [00:04:08.485]➜  packagefile k8s.io/kubectl/pkg/util/rbac=/tmp/go-build3547871397/b2318/_pkg_.a
2025-08-20T21:22:15.2256369Z [00:04:08.485]➜  packagefile k8s.io/kubectl/pkg/util/resource=/tmp/go-build3547871397/b2319/_pkg_.a
2025-08-20T21:22:15.2257504Z [00:04:08.485]➜  packagefile k8s.io/kubectl/pkg/util/slice=/tmp/go-build3547871397/b2321/_pkg_.a
2025-08-20T21:22:15.2258607Z [00:04:08.485]➜  packagefile k8s.io/kubectl/pkg/util/storage=/tmp/go-build3547871397/b2076/_pkg_.a
2025-08-20T21:22:15.2259567Z [00:04:08.485]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:22:15.2260417Z [00:04:08.485]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:15.2261235Z [00:04:08.485]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:15.2262026Z [00:04:08.485]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:15.2262970Z [00:04:08.485]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:15.2263788Z [00:04:08.485]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:15.2264650Z [00:04:08.485]➜  packagefile text/tabwriter=/tmp/go-build3547871397/b809/_pkg_.a
2025-08-20T21:22:15.2265494Z [00:04:08.485]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:15.2266271Z [00:04:08.485]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:22:15.2266875Z [00:04:08.485]➜  EOF
2025-08-20T21:22:15.2270612Z [00:04:08.485]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2310/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/describe=>k8s.io/kubectl@v0.33.2/pkg/describe;$WORK/b2310=>" -p k8s.io/kubectl/pkg/describe -lang=go1.24 -complete -installsuffix shared -buildid Hn-hekRTYSU9rNKYEoGk/Hn-hekRTYSU9rNKYEoGk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2310/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/describe/describe.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/describe/interface.go
2025-08-20T21:22:15.2274225Z [00:04:08.490]➜  go tool buildid -w $WORK/b2324/_pkg_.a # internal
2025-08-20T21:22:15.2275516Z [00:04:08.491]➜  cp $WORK/b2324/_pkg_.a /root/.cache/go-build/eb/ebf45475c6db86006d3f7b79a8dbbc4b4ad2d01c11f9ed02e2b5080f9d7fca2f-d # internal
2025-08-20T21:22:15.2276619Z [00:04:08.491]➜  k8s.io/kubectl/pkg/cmd/util/podcmd
2025-08-20T21:22:15.2277187Z [00:04:08.491]➜  mkdir -p $WORK/b2325/
2025-08-20T21:22:15.2278279Z [00:04:08.491]➜  cat >/tmp/go-build3547871397/b2325/importcfg << 'EOF' # internal
2025-08-20T21:22:15.2279260Z [00:04:08.491]➜  # import config
2025-08-20T21:22:15.2280091Z [00:04:08.492]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:15.2281090Z [00:04:08.492]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:15.2282480Z [00:04:08.492]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:15.2283919Z [00:04:08.492]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:22:15.2284964Z [00:04:08.492]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:15.2285761Z [00:04:08.492]➜  EOF
2025-08-20T21:22:15.2290255Z [00:04:08.492]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2325/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/util/podcmd=>k8s.io/kubectl@v0.33.2/pkg/cmd/util/podcmd;$WORK/b2325=>" -p k8s.io/kubectl/pkg/cmd/util/podcmd -lang=go1.24 -complete -installsuffix shared -buildid ksq5kuhx3T2R_4rjA1ae/ksq5kuhx3T2R_4rjA1ae -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2325/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/cmd/util/podcmd/podcmd.go
2025-08-20T21:22:15.3141114Z [00:04:08.581]➜  go tool buildid -w $WORK/b2325/_pkg_.a # internal
2025-08-20T21:22:15.3184852Z [00:04:08.585]➜  cp $WORK/b2325/_pkg_.a /root/.cache/go-build/9a/9afaa08767f652c46cd371b8967e679107bca020d473655bbbaec06c6f55c01a-d # internal
2025-08-20T21:22:15.3186055Z [00:04:08.586]➜  k8s.io/kubectl/pkg/util/podutils
2025-08-20T21:22:15.3186622Z [00:04:08.586]➜  mkdir -p $WORK/b2326/
2025-08-20T21:22:15.3190647Z [00:04:08.586]➜  cat >/tmp/go-build3547871397/b2326/importcfg << 'EOF' # internal
2025-08-20T21:22:15.3193473Z [00:04:08.587]➜  # import config
2025-08-20T21:22:15.3194840Z [00:04:08.587]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:15.3196711Z [00:04:08.587]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:15.3198054Z [00:04:08.587]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:22:15.3199047Z [00:04:08.587]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:15.3199639Z [00:04:08.587]➜  EOF
2025-08-20T21:22:15.3203267Z [00:04:08.587]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2326/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/podutils=>k8s.io/kubectl@v0.33.2/pkg/util/podutils;$WORK/b2326=>" -p k8s.io/kubectl/pkg/util/podutils -lang=go1.24 -complete -installsuffix shared -buildid SG_RUltEdP5sWz8JOgE0/SG_RUltEdP5sWz8JOgE0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2326/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/util/podutils/podutils.go
2025-08-20T21:22:15.4818614Z [00:04:08.749]➜  go tool buildid -w $WORK/b2326/_pkg_.a # internal
2025-08-20T21:22:15.4858141Z [00:04:08.753]➜  cp $WORK/b2326/_pkg_.a /root/.cache/go-build/f5/f586273c30adbd4dc51e6e121f64144fb71ef7e1fe99e08f2a92b40246b6d7b3-d # internal
2025-08-20T21:22:15.4863113Z [00:04:08.754]➜  github.com/cenkalti/backoff/v4
2025-08-20T21:22:15.4865131Z [00:04:08.754]➜  mkdir -p $WORK/b2328/
2025-08-20T21:22:15.4868349Z [00:04:08.754]➜  cat >/tmp/go-build3547871397/b2328/importcfg << 'EOF' # internal
2025-08-20T21:22:15.4869063Z [00:04:08.754]➜  # import config
2025-08-20T21:22:15.4869743Z [00:04:08.754]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:15.4873907Z [00:04:08.754]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:15.4874663Z [00:04:08.754]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:22:15.4875497Z [00:04:08.754]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:15.4876283Z [00:04:08.754]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:15.4876873Z [00:04:08.754]➜  EOF
2025-08-20T21:22:15.4883129Z [00:04:08.754]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2328/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0=>github.com/cenkalti/backoff/v4@v4.3.0;$WORK/b2328=>" -p github.com/cenkalti/backoff/v4 -lang=go1.18 -complete -installsuffix shared -buildid RgI3X8_-jg_vx1pmUNUe/RgI3X8_-jg_vx1pmUNUe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2328/importcfg -pack /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/backoff.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/context.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/exponential.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/retry.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/ticker.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/timer.go /root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0/tries.go
2025-08-20T21:22:15.5524865Z [00:04:08.818]➜  go tool buildid -w $WORK/b2328/_pkg_.a # internal
2025-08-20T21:22:15.5554956Z [00:04:08.823]➜  cp $WORK/b2328/_pkg_.a /root/.cache/go-build/cc/cca7f06830cf7e07d15773ab6c7e4f244e81b19dac56eb618c2316a1b882fde2-d # internal
2025-08-20T21:22:15.5582753Z [00:04:08.825]➜  github.com/derailed/k9s/internal/health
2025-08-20T21:22:15.5587566Z [00:04:08.825]➜  mkdir -p $WORK/b2329/
2025-08-20T21:22:15.5588253Z [00:04:08.825]➜  cat >/tmp/go-build3547871397/b2329/importcfg << 'EOF' # internal
2025-08-20T21:22:15.5588905Z [00:04:08.825]➜  # import config
2025-08-20T21:22:15.5589746Z [00:04:08.825]➜  packagefile github.com/derailed/k9s/internal/client=/tmp/go-build3547871397/b066/_pkg_.a
2025-08-20T21:22:15.5590881Z [00:04:08.825]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:15.5592137Z [00:04:08.825]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:22:15.5593157Z [00:04:08.825]➜  EOF
2025-08-20T21:22:15.5596511Z [00:04:08.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2329/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/health=>github.com/derailed/k9s/internal/health;$WORK/b2329=>" -p github.com/derailed/k9s/internal/health -lang=go1.24 -complete -installsuffix shared -buildid EsaRlolkIPzb21lBgDEI/EsaRlolkIPzb21lBgDEI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2329/importcfg -pack ./internal/health/check.go ./internal/health/types.go
2025-08-20T21:22:15.6074953Z [00:04:08.874]➜  go tool buildid -w $WORK/b2329/_pkg_.a # internal
2025-08-20T21:22:15.6078530Z [00:04:08.875]➜  cp $WORK/b2329/_pkg_.a /root/.cache/go-build/8f/8f3bb982bcb8c7818e1a1a77b9ab53a37a099f0a87ad1666002af2a4fe268df8-d # internal
2025-08-20T21:22:15.6084256Z [00:04:08.876]➜  github.com/atotto/clipboard
2025-08-20T21:22:15.6086520Z [00:04:08.876]➜  mkdir -p $WORK/b2332/
2025-08-20T21:22:15.6094772Z [00:04:08.877]➜  cat >/tmp/go-build3547871397/b2332/importcfg << 'EOF' # internal
2025-08-20T21:22:15.6105985Z [00:04:08.877]➜  # import config
2025-08-20T21:22:15.6106607Z [00:04:08.877]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:15.6107357Z [00:04:08.877]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:15.6108089Z [00:04:08.877]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:22:15.6108646Z [00:04:08.877]➜  EOF
2025-08-20T21:22:15.6125113Z [00:04:08.877]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2332/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/atotto/clipboard@v0.1.4=>github.com/atotto/clipboard@v0.1.4;$WORK/b2332=>" -p github.com/atotto/clipboard -lang=go1.16 -complete -installsuffix shared -buildid lARP6DctTmkhYd_qGadf/lARP6DctTmkhYd_qGadf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2332/importcfg -pack /root/go/pkg/mod/github.com/atotto/clipboard@v0.1.4/clipboard.go /root/go/pkg/mod/github.com/atotto/clipboard@v0.1.4/clipboard_unix.go
2025-08-20T21:22:15.6319783Z [00:04:08.899]➜  go tool buildid -w $WORK/b2332/_pkg_.a # internal
2025-08-20T21:22:15.6350965Z [00:04:08.902]➜  cp $WORK/b2332/_pkg_.a /root/.cache/go-build/7a/7a57d9029e3a657a579885fbd0079b38933f56f62d312985efd9ab7131ccb440-d # internal
2025-08-20T21:22:15.6353145Z [00:04:08.902]➜  github.com/rakyll/hey/requester
2025-08-20T21:22:15.6355645Z [00:04:08.902]➜  mkdir -p $WORK/b2334/
2025-08-20T21:22:15.6357209Z [00:04:08.902]➜  cat >/tmp/go-build3547871397/b2334/importcfg << 'EOF' # internal
2025-08-20T21:22:15.6358082Z [00:04:08.902]➜  # import config
2025-08-20T21:22:15.6358726Z [00:04:08.902]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:15.6359580Z [00:04:08.902]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:22:15.6360497Z [00:04:08.902]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:15.6361352Z [00:04:08.902]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:15.6362338Z [00:04:08.902]➜  packagefile golang.org/x/net/http2=/tmp/go-build3547871397/b256/_pkg_.a
2025-08-20T21:22:15.6363452Z [00:04:08.902]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:15.6364441Z [00:04:08.902]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:22:15.6365293Z [00:04:08.902]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:22:15.6366107Z [00:04:08.902]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:15.6367041Z [00:04:08.902]➜  packagefile net/http/httptrace=/tmp/go-build3547871397/b239/_pkg_.a
2025-08-20T21:22:15.6367962Z [00:04:08.902]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:15.6368750Z [00:04:08.902]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:15.6369570Z [00:04:08.902]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:15.6370493Z [00:04:08.902]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:15.6371300Z [00:04:08.902]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:15.6372151Z [00:04:08.902]➜  packagefile text/template=/tmp/go-build3547871397/b281/_pkg_.a
2025-08-20T21:22:15.6376711Z [00:04:08.902]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:15.6377341Z [00:04:08.902]➜  EOF
2025-08-20T21:22:15.6382134Z [00:04:08.902]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2334/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rakyll/hey@v0.1.4/requester=>github.com/rakyll/hey@v0.1.4/requester;$WORK/b2334=>" -p github.com/rakyll/hey/requester -lang=go1.13 -complete -installsuffix shared -buildid e0e04fxvl8DIoZGqDK5o/e0e04fxvl8DIoZGqDK5o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2334/importcfg -pack /root/go/pkg/mod/github.com/rakyll/hey@v0.1.4/requester/now_other.go /root/go/pkg/mod/github.com/rakyll/hey@v0.1.4/requester/print.go /root/go/pkg/mod/github.com/rakyll/hey@v0.1.4/requester/report.go /root/go/pkg/mod/github.com/rakyll/hey@v0.1.4/requester/requester.go
2025-08-20T21:22:15.6673925Z [00:04:08.934]➜  go tool buildid -w $WORK/b2322/_pkg_.a # internal
2025-08-20T21:22:15.6828737Z [00:04:08.950]➜  cp $WORK/b2322/_pkg_.a /root/.cache/go-build/f0/f05b7ee97362a5d5b824782ecac5fcc68d4f8590d24b7b01322f7aaa33e1643f-d # internal
2025-08-20T21:22:15.6848215Z [00:04:08.951]➜  github.com/derailed/k9s/internal/tchart
2025-08-20T21:22:15.6848895Z [00:04:08.951]➜  mkdir -p $WORK/b2335/
2025-08-20T21:22:15.6849678Z [00:04:08.951]➜  cat >/tmp/go-build3547871397/b2335/importcfg << 'EOF' # internal
2025-08-20T21:22:15.6850374Z [00:04:08.951]➜  # import config
2025-08-20T21:22:15.6851036Z [00:04:08.951]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:15.6852015Z [00:04:08.951]➜  packagefile github.com/derailed/tcell/v2=/tmp/go-build3547871397/b707/_pkg_.a
2025-08-20T21:22:15.6853341Z [00:04:08.951]➜  packagefile github.com/derailed/tview=/tmp/go-build3547871397/b752/_pkg_.a
2025-08-20T21:22:15.6854348Z [00:04:08.952]➜  packagefile image=/tmp/go-build3547871397/b1642/_pkg_.a
2025-08-20T21:22:15.6855222Z [00:04:08.952]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:22:15.6882089Z [00:04:08.952]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:22:15.6884063Z [00:04:08.952]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:15.6884921Z [00:04:08.952]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:15.6885960Z [00:04:08.952]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:15.6886587Z [00:04:08.952]➜  EOF
2025-08-20T21:22:15.6890699Z [00:04:08.952]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2335/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart=>github.com/derailed/k9s/internal/tchart;$WORK/b2335=>" -p github.com/derailed/k9s/internal/tchart -lang=go1.24 -complete -installsuffix shared -buildid NcgMatEqS-h9cd0kfI_X/NcgMatEqS-h9cd0kfI_X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2335/importcfg -pack ./internal/tchart/component.go ./internal/tchart/dot_matrix.go ./internal/tchart/gauge.go ./internal/tchart/series.go ./internal/tchart/sparkline.go
2025-08-20T21:22:15.7629096Z [00:04:09.030]➜  go tool buildid -w $WORK/b2334/_pkg_.a # internal
2025-08-20T21:22:15.7657140Z [00:04:09.033]➜  cp $WORK/b2334/_pkg_.a /root/.cache/go-build/05/05bdfb6e563f7d11e27c599234e0bf9e7b9216767f6480c6547ee606bc7966ee-d # internal
2025-08-20T21:22:15.7688030Z [00:04:09.036]➜  github.com/derailed/k9s/internal/perf
2025-08-20T21:22:15.7689732Z [00:04:09.036]➜  mkdir -p $WORK/b2333/
2025-08-20T21:22:15.7703410Z [00:04:09.037]➜  cat >/tmp/go-build3547871397/b2333/importcfg << 'EOF' # internal
2025-08-20T21:22:15.7704194Z [00:04:09.037]➜  # import config
2025-08-20T21:22:15.7705388Z [00:04:09.038]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:15.7707965Z [00:04:09.038]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:15.7709463Z [00:04:09.038]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:15.7711817Z [00:04:09.038]➜  packagefile github.com/derailed/k9s/internal/client=/tmp/go-build3547871397/b066/_pkg_.a
2025-08-20T21:22:15.7724732Z [00:04:09.038]➜  packagefile github.com/derailed/k9s/internal/config=/tmp/go-build3547871397/b696/_pkg_.a
2025-08-20T21:22:15.7726488Z [00:04:09.038]➜  packagefile github.com/derailed/k9s/internal/config/data=/tmp/go-build3547871397/b700/_pkg_.a
2025-08-20T21:22:15.7728462Z [00:04:09.038]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:22:15.7730627Z [00:04:09.038]➜  packagefile github.com/rakyll/hey/requester=/tmp/go-build3547871397/b2334/_pkg_.a
2025-08-20T21:22:15.7731615Z [00:04:09.038]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:15.7732437Z [00:04:09.038]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:22:15.7736479Z [00:04:09.038]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:15.7737323Z [00:04:09.038]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:15.7738222Z [00:04:09.038]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:15.7739190Z [00:04:09.038]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:15.7740041Z [00:04:09.038]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:15.7740840Z [00:04:09.038]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:15.7741456Z [00:04:09.038]➜  EOF
2025-08-20T21:22:15.7744922Z [00:04:09.038]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2333/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/perf=>github.com/derailed/k9s/internal/perf;$WORK/b2333=>" -p github.com/derailed/k9s/internal/perf -lang=go1.24 -complete -installsuffix shared -buildid rEhjXA7PVpOqso06JmYV/rEhjXA7PVpOqso06JmYV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2333/importcfg -pack ./internal/perf/benchmark.go
2025-08-20T21:22:15.8706103Z [00:04:09.138]➜  go tool buildid -w $WORK/b2333/_pkg_.a # internal
2025-08-20T21:22:15.8729284Z [00:04:09.140]➜  cp $WORK/b2333/_pkg_.a /root/.cache/go-build/39/39d5c7991925d7090338922247e3e875483fb25c22d5013203971cbf5c140052-d # internal
2025-08-20T21:22:15.8773799Z [00:04:09.144]➜  github.com/lmittmann/tint
2025-08-20T21:22:15.8778386Z [00:04:09.145]➜  mkdir -p $WORK/b2337/
2025-08-20T21:22:15.8788603Z [00:04:09.146]➜  cat >/tmp/go-build3547871397/b2337/importcfg << 'EOF' # internal
2025-08-20T21:22:15.8791356Z [00:04:09.146]➜  # import config
2025-08-20T21:22:15.8792487Z [00:04:09.146]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:15.8793754Z [00:04:09.146]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:22:15.8795581Z [00:04:09.146]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:15.8798858Z [00:04:09.146]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:15.8799913Z [00:04:09.146]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:22:15.8800885Z [00:04:09.146]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:15.8802035Z [00:04:09.146]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:15.8803152Z [00:04:09.146]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:22:15.8804070Z [00:04:09.146]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:15.8804935Z [00:04:09.146]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:15.8805776Z [00:04:09.146]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:15.8806620Z [00:04:09.146]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:15.8807468Z [00:04:09.146]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:22:15.8808555Z [00:04:09.146]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:22:15.8809283Z [00:04:09.146]➜  EOF
2025-08-20T21:22:15.8821610Z [00:04:09.149]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2337/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lmittmann/tint@v1.0.7=>github.com/lmittmann/tint@v1.0.7;$WORK/b2337=>" -p github.com/lmittmann/tint -lang=go1.21 -complete -installsuffix shared -buildid sbvZfBBbyIQlcFxBjlaI/sbvZfBBbyIQlcFxBjlaI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2337/importcfg -pack /root/go/pkg/mod/github.com/lmittmann/tint@v1.0.7/buffer.go /root/go/pkg/mod/github.com/lmittmann/tint@v1.0.7/handler.go
2025-08-20T21:22:16.0460324Z [00:04:09.313]➜  go tool buildid -w $WORK/b2335/_pkg_.a # internal
2025-08-20T21:22:16.0531290Z [00:04:09.320]➜  cp $WORK/b2335/_pkg_.a /root/.cache/go-build/02/02d5c3a5273b0d5a050c017476b3f352388574bb095bea55b16e6a2e586c3442-d # internal
2025-08-20T21:22:16.0539307Z [00:04:09.321]➜  k8s.io/client-go/plugin/pkg/client/auth/azure
2025-08-20T21:22:16.0543411Z [00:04:09.321]➜  mkdir -p $WORK/b2339/
2025-08-20T21:22:16.0549021Z [00:04:09.321]➜  cat >/tmp/go-build3547871397/b2339/importcfg << 'EOF' # internal
2025-08-20T21:22:16.0549848Z [00:04:09.321]➜  # import config
2025-08-20T21:22:16.0550559Z [00:04:09.321]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:16.0551531Z [00:04:09.321]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:22:16.0552514Z [00:04:09.321]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:22:16.0556868Z [00:04:09.321]➜  EOF
2025-08-20T21:22:16.0560874Z [00:04:09.321]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2339/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/plugin/pkg/client/auth/azure=>k8s.io/client-go@v0.33.2/plugin/pkg/client/auth/azure;$WORK/b2339=>" -p k8s.io/client-go/plugin/pkg/client/auth/azure -lang=go1.24 -complete -installsuffix shared -buildid jNBEuCW5sbcAB9t7BcbQ/jNBEuCW5sbcAB9t7BcbQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2339/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/plugin/pkg/client/auth/azure/azure_stub.go
2025-08-20T21:22:16.0577290Z [00:04:09.323]➜  go tool buildid -w $WORK/b2337/_pkg_.a # internal
2025-08-20T21:22:16.0578709Z [00:04:09.325]➜  cp $WORK/b2337/_pkg_.a /root/.cache/go-build/67/67b8cf2e84de5a6011a6997cbf318cdc27bfebfea94f697b05b053a9fbb9a315-d # internal
2025-08-20T21:22:16.0579789Z [00:04:09.325]➜  k8s.io/client-go/plugin/pkg/client/auth/gcp
2025-08-20T21:22:16.0580344Z [00:04:09.325]➜  mkdir -p $WORK/b2340/
2025-08-20T21:22:16.0585901Z [00:04:09.326]➜  cat >/tmp/go-build3547871397/b2340/importcfg << 'EOF' # internal
2025-08-20T21:22:16.0590088Z [00:04:09.326]➜  # import config
2025-08-20T21:22:16.0590693Z [00:04:09.326]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:16.0591538Z [00:04:09.326]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:22:16.0592410Z [00:04:09.326]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:22:16.0593164Z [00:04:09.326]➜  EOF
2025-08-20T21:22:16.0596878Z [00:04:09.326]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2340/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/plugin/pkg/client/auth/gcp=>k8s.io/client-go@v0.33.2/plugin/pkg/client/auth/gcp;$WORK/b2340=>" -p k8s.io/client-go/plugin/pkg/client/auth/gcp -lang=go1.24 -complete -installsuffix shared -buildid yScMyDqJvkpk7Bdqw1xP/yScMyDqJvkpk7Bdqw1xP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2340/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/plugin/pkg/client/auth/gcp/gcp_stub.go
2025-08-20T21:22:16.0876354Z [00:04:09.355]➜  go tool buildid -w $WORK/b2339/_pkg_.a # internal
2025-08-20T21:22:16.0882370Z [00:04:09.355]➜  cp $WORK/b2339/_pkg_.a /root/.cache/go-build/81/81f1a3b47804184dff66af565f3d59ca3ace4a53641dd0ca859dc191ee2e06f9-d # internal
2025-08-20T21:22:16.0893567Z [00:04:09.355]➜  k8s.io/client-go/plugin/pkg/client/auth/oidc
2025-08-20T21:22:16.0894405Z [00:04:09.355]➜  mkdir -p $WORK/b2341/
2025-08-20T21:22:16.0895161Z [00:04:09.356]➜  cat >/tmp/go-build3547871397/b2341/importcfg << 'EOF' # internal
2025-08-20T21:22:16.0895817Z [00:04:09.356]➜  # import config
2025-08-20T21:22:16.0896515Z [00:04:09.356]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:16.0897397Z [00:04:09.356]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:22:16.0898274Z [00:04:09.356]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:16.0899113Z [00:04:09.356]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:16.0899927Z [00:04:09.356]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:16.0900791Z [00:04:09.356]➜  packagefile golang.org/x/oauth2=/tmp/go-build3547871397/b446/_pkg_.a
2025-08-20T21:22:16.0901654Z [00:04:09.356]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:16.0902855Z [00:04:09.356]➜  packagefile k8s.io/apimachinery/pkg/util/net=/tmp/go-build3547871397/b255/_pkg_.a
2025-08-20T21:22:16.0903911Z [00:04:09.356]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:22:16.0904864Z [00:04:09.356]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:22:16.0905710Z [00:04:09.356]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:16.0906523Z [00:04:09.356]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:16.0907450Z [00:04:09.356]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:16.0908160Z [00:04:09.356]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:16.0908689Z [00:04:09.356]➜  EOF
2025-08-20T21:22:16.0912439Z [00:04:09.356]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2341/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/plugin/pkg/client/auth/oidc=>k8s.io/client-go@v0.33.2/plugin/pkg/client/auth/oidc;$WORK/b2341=>" -p k8s.io/client-go/plugin/pkg/client/auth/oidc -lang=go1.24 -complete -installsuffix shared -buildid M0OLQtR1GpQPzNzGBIa7/M0OLQtR1GpQPzNzGBIa7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2341/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/plugin/pkg/client/auth/oidc/oidc.go
2025-08-20T21:22:16.0920308Z [00:04:09.359]➜  go tool buildid -w $WORK/b2340/_pkg_.a # internal
2025-08-20T21:22:16.0933574Z [00:04:09.361]➜  cp $WORK/b2340/_pkg_.a /root/.cache/go-build/cf/cfde0b2f1b89a5f81f5b7c6cc82a3195eab13fd3cccb7b27fa13c4ecd9045afc-d # internal
2025-08-20T21:22:16.1606512Z [00:04:09.428]➜  go tool buildid -w $WORK/b2341/_pkg_.a # internal
2025-08-20T21:22:16.1612549Z [00:04:09.428]➜  cp $WORK/b2341/_pkg_.a /root/.cache/go-build/b1/b1fc3b43e096a03f79ea5371d2e3a546ef0f34abbaf811925f6cea39f49c2bf6-d # internal
2025-08-20T21:22:16.1615891Z [00:04:09.429]➜  k8s.io/client-go/plugin/pkg/client/auth
2025-08-20T21:22:16.1616501Z [00:04:09.429]➜  mkdir -p $WORK/b2338/
2025-08-20T21:22:16.1623457Z [00:04:09.429]➜  cat >/tmp/go-build3547871397/b2338/importcfg << 'EOF' # internal
2025-08-20T21:22:16.1624195Z [00:04:09.429]➜  # import config
2025-08-20T21:22:16.1625145Z [00:04:09.429]➜  packagefile k8s.io/client-go/plugin/pkg/client/auth/azure=/tmp/go-build3547871397/b2339/_pkg_.a
2025-08-20T21:22:16.1626630Z [00:04:09.429]➜  packagefile k8s.io/client-go/plugin/pkg/client/auth/gcp=/tmp/go-build3547871397/b2340/_pkg_.a
2025-08-20T21:22:16.1627941Z [00:04:09.429]➜  packagefile k8s.io/client-go/plugin/pkg/client/auth/oidc=/tmp/go-build3547871397/b2341/_pkg_.a
2025-08-20T21:22:16.1628771Z [00:04:09.429]➜  EOF
2025-08-20T21:22:16.1634226Z [00:04:09.430]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2338/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/client-go@v0.33.2/plugin/pkg/client/auth=>k8s.io/client-go@v0.33.2/plugin/pkg/client/auth;$WORK/b2338=>" -p k8s.io/client-go/plugin/pkg/client/auth -lang=go1.24 -complete -installsuffix shared -buildid Bvm0h7Vs8QvFuo3dmtCz/Bvm0h7Vs8QvFuo3dmtCz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2338/importcfg -pack /root/go/pkg/mod/k8s.io/client-go@v0.33.2/plugin/pkg/client/auth/plugins.go /root/go/pkg/mod/k8s.io/client-go@v0.33.2/plugin/pkg/client/auth/plugins_providers.go
2025-08-20T21:22:16.1730568Z [00:04:09.440]➜  go tool buildid -w $WORK/b2338/_pkg_.a # internal
2025-08-20T21:22:16.1736326Z [00:04:09.441]➜  cp $WORK/b2338/_pkg_.a /root/.cache/go-build/82/8252438f51c2807fb779022ada596a088ead742758de3487649032a3b2161792-d # internal
2025-08-20T21:22:16.2205812Z [00:04:09.488]➜  go tool buildid -w $WORK/b2208/_pkg_.a # internal
2025-08-20T21:22:16.2364372Z [00:04:09.504]➜  cp $WORK/b2208/_pkg_.a /root/.cache/go-build/c2/c2ff7c2b3a9dde11ae40f43092c0765156db57a0eb8da301a3c4d98daf3b0c03-d # internal
2025-08-20T21:22:16.8676700Z [00:04:10.135]➜  go tool buildid -w $WORK/b2310/_pkg_.a # internal
2025-08-20T21:22:16.9080481Z [00:04:10.175]➜  cp $WORK/b2310/_pkg_.a /root/.cache/go-build/02/02ec16b96ac974aa61952c695f16cd8c332bb481afeb79ae0ffe32b301dcdb78-d # internal
2025-08-20T21:22:16.9086773Z [00:04:10.176]➜  k8s.io/kubectl/pkg/polymorphichelpers
2025-08-20T21:22:16.9087440Z [00:04:10.176]➜  mkdir -p $WORK/b2323/
2025-08-20T21:22:16.9090691Z [00:04:10.176]➜  cat >/tmp/go-build3547871397/b2323/importcfg << 'EOF' # internal
2025-08-20T21:22:16.9091442Z [00:04:10.176]➜  # import config
2025-08-20T21:22:16.9092087Z [00:04:10.176]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:16.9093046Z [00:04:10.176]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:16.9094060Z [00:04:10.176]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:16.9094827Z [00:04:10.176]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:16.9095589Z [00:04:10.176]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:16.9096439Z [00:04:10.176]➜  packagefile k8s.io/api/apps/v1=/tmp/go-build3547871397/b356/_pkg_.a
2025-08-20T21:22:16.9097472Z [00:04:10.176]➜  packagefile k8s.io/api/apps/v1beta1=/tmp/go-build3547871397/b357/_pkg_.a
2025-08-20T21:22:16.9098508Z [00:04:10.176]➜  packagefile k8s.io/api/apps/v1beta2=/tmp/go-build3547871397/b358/_pkg_.a
2025-08-20T21:22:16.9099460Z [00:04:10.176]➜  packagefile k8s.io/api/batch/v1=/tmp/go-build3547871397/b367/_pkg_.a
2025-08-20T21:22:16.9100584Z [00:04:10.176]➜  packagefile k8s.io/api/batch/v1beta1=/tmp/go-build3547871397/b368/_pkg_.a
2025-08-20T21:22:16.9101553Z [00:04:10.176]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:16.9102783Z [00:04:10.176]➜  packagefile k8s.io/api/extensions/v1beta1=/tmp/go-build3547871397/b379/_pkg_.a
2025-08-20T21:22:16.9103891Z [00:04:10.176]➜  packagefile k8s.io/apimachinery/pkg/api/equality=/tmp/go-build3547871397/b269/_pkg_.a
2025-08-20T21:22:16.9105099Z [00:04:10.176]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:22:16.9105893Z [00:04:10.176]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:16.9107104Z [00:04:10.176]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:16.9108234Z [00:04:10.176]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:16.9109549Z [00:04:10.176]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:22:16.9110717Z [00:04:10.176]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:22:16.9111857Z [00:04:10.176]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3547871397/b142/_pkg_.a
2025-08-20T21:22:16.9113248Z [00:04:10.176]➜  packagefile k8s.io/apimachinery/pkg/util/strategicpatch=/tmp/go-build3547871397/b581/_pkg_.a
2025-08-20T21:22:16.9114458Z [00:04:10.176]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:16.9115794Z [00:04:10.176]➜  packagefile k8s.io/cli-runtime/pkg/genericclioptions=/tmp/go-build3547871397/b275/_pkg_.a
2025-08-20T21:22:16.9117018Z [00:04:10.177]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:16.9118184Z [00:04:10.177]➜  packagefile k8s.io/client-go/kubernetes/typed/apps/v1=/tmp/go-build3547871397/b590/_pkg_.a
2025-08-20T21:22:16.9119469Z [00:04:10.177]➜  packagefile k8s.io/client-go/kubernetes/typed/core/v1=/tmp/go-build3547871397/b626/_pkg_.a
2025-08-20T21:22:16.9120565Z [00:04:10.177]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:22:16.9121602Z [00:04:10.177]➜  packagefile k8s.io/client-go/tools/reference=/tmp/go-build3547871397/b627/_pkg_.a
2025-08-20T21:22:16.9122885Z [00:04:10.177]➜  packagefile k8s.io/client-go/tools/watch=/tmp/go-build3547871397/b2022/_pkg_.a
2025-08-20T21:22:16.9123904Z [00:04:10.177]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:22:16.9124842Z [00:04:10.177]➜  packagefile k8s.io/kubectl/pkg/apps=/tmp/go-build3547871397/b2324/_pkg_.a
2025-08-20T21:22:16.9125924Z [00:04:10.177]➜  packagefile k8s.io/kubectl/pkg/cmd/util=/tmp/go-build3547871397/b2029/_pkg_.a
2025-08-20T21:22:16.9127117Z [00:04:10.177]➜  packagefile k8s.io/kubectl/pkg/cmd/util/podcmd=/tmp/go-build3547871397/b2325/_pkg_.a
2025-08-20T21:22:16.9128216Z [00:04:10.177]➜  packagefile k8s.io/kubectl/pkg/describe=/tmp/go-build3547871397/b2310/_pkg_.a
2025-08-20T21:22:16.9129260Z [00:04:10.177]➜  packagefile k8s.io/kubectl/pkg/scheme=/tmp/go-build3547871397/b2040/_pkg_.a
2025-08-20T21:22:16.9130696Z [00:04:10.177]➜  packagefile k8s.io/kubectl/pkg/util/deployment=/tmp/go-build3547871397/b2314/_pkg_.a
2025-08-20T21:22:16.9131856Z [00:04:10.177]➜  packagefile k8s.io/kubectl/pkg/util/podutils=/tmp/go-build3547871397/b2326/_pkg_.a
2025-08-20T21:22:16.9133144Z [00:04:10.177]➜  packagefile k8s.io/kubectl/pkg/util/slice=/tmp/go-build3547871397/b2321/_pkg_.a
2025-08-20T21:22:16.9134117Z [00:04:10.177]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:16.9134929Z [00:04:10.177]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:16.9135737Z [00:04:10.177]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:16.9136554Z [00:04:10.177]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:16.9137880Z [00:04:10.177]➜  packagefile text/tabwriter=/tmp/go-build3547871397/b809/_pkg_.a
2025-08-20T21:22:16.9138782Z [00:04:10.177]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:16.9139379Z [00:04:10.177]➜  EOF
2025-08-20T21:22:16.9154485Z [00:04:10.177]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2323/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers=>k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers;$WORK/b2323=>" -p k8s.io/kubectl/pkg/polymorphichelpers -lang=go1.24 -complete -installsuffix shared -buildid sv-wHvGTDhS56OIcOtry/sv-wHvGTDhS56OIcOtry -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2323/importcfg -pack /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/attachablepodforobject.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/canbeexposed.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/helpers.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/history.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/historyviewer.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/interface.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/logsforobject.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/mapbasedselectorforobject.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/multiprotocolsforobject.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/objectpauser.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/objectrestarter.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/objectresumer.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/portsforobject.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/protocolsforobject.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/rollback.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/rollbacker.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/rollout_status.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/statusviewer.go /root/go/pkg/mod/k8s.io/kubectl@v0.33.2/pkg/polymorphichelpers/updatepodspec.go
2025-08-20T21:22:17.2900193Z [00:04:10.557]➜  go tool buildid -w $WORK/b2323/_pkg_.a # internal
2025-08-20T21:22:17.3043293Z [00:04:10.571]➜  cp $WORK/b2323/_pkg_.a /root/.cache/go-build/83/8305205b638d5b016ccacd7782eed296ec6aef02727da6cabbdb0f79b6fc45d9-d # internal
2025-08-20T21:22:17.3077614Z [00:04:10.575]➜  github.com/derailed/k9s/internal/dao
2025-08-20T21:22:17.3078120Z [00:04:10.575]➜  mkdir -p $WORK/b755/
2025-08-20T21:22:17.3081654Z [00:04:10.575]➜  cat >/tmp/go-build3547871397/b755/importcfg << 'EOF' # internal
2025-08-20T21:22:17.3086116Z [00:04:10.576]➜  # import config
2025-08-20T21:22:17.3087189Z [00:04:10.576]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:22:17.3088026Z [00:04:10.576]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:17.3088867Z [00:04:10.576]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:17.3089734Z [00:04:10.576]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:17.3090585Z [00:04:10.576]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:17.3091604Z [00:04:10.576]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:17.3092567Z [00:04:10.576]➜  packagefile github.com/derailed/k9s/internal=/tmp/go-build3547871397/b754/_pkg_.a
2025-08-20T21:22:17.3093992Z [00:04:10.576]➜  packagefile github.com/derailed/k9s/internal/client=/tmp/go-build3547871397/b066/_pkg_.a
2025-08-20T21:22:17.3095206Z [00:04:10.576]➜  packagefile github.com/derailed/k9s/internal/config=/tmp/go-build3547871397/b696/_pkg_.a
2025-08-20T21:22:17.3096470Z [00:04:10.576]➜  packagefile github.com/derailed/k9s/internal/config/data=/tmp/go-build3547871397/b700/_pkg_.a
2025-08-20T21:22:17.3097807Z [00:04:10.576]➜  packagefile github.com/derailed/k9s/internal/port=/tmp/go-build3547871397/b756/_pkg_.a
2025-08-20T21:22:17.3098887Z [00:04:10.576]➜  packagefile github.com/derailed/k9s/internal/render=/tmp/go-build3547871397/b757/_pkg_.a
2025-08-20T21:22:17.3099873Z [00:04:10.576]➜  packagefile github.com/derailed/k9s/internal/render/helm=/tmp/go-build3547871397/b2077/_pkg_.a
2025-08-20T21:22:17.3100857Z [00:04:10.576]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:22:17.3101578Z [00:04:10.576]➜  packagefile github.com/derailed/k9s/internal/vul=/tmp/go-build3547871397/b760/_pkg_.a
2025-08-20T21:22:17.3102313Z [00:04:10.576]➜  packagefile github.com/derailed/k9s/internal/watch=/tmp/go-build3547871397/b2081/_pkg_.a
2025-08-20T21:22:17.3103275Z [00:04:10.576]➜  packagefile github.com/derailed/tview=/tmp/go-build3547871397/b752/_pkg_.a
2025-08-20T21:22:17.3103955Z [00:04:10.576]➜  packagefile github.com/sahilm/fuzzy=/tmp/go-build3547871397/b759/_pkg_.a
2025-08-20T21:22:17.3104752Z [00:04:10.576]➜  packagefile helm.sh/helm/v3/pkg/action=/tmp/go-build3547871397/b2208/_pkg_.a
2025-08-20T21:22:17.3105403Z [00:04:10.576]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:17.3105896Z [00:04:10.576]➜  packagefile k8s.io/api/apps/v1=/tmp/go-build3547871397/b356/_pkg_.a
2025-08-20T21:22:17.3106532Z [00:04:10.576]➜  packagefile k8s.io/api/batch/v1=/tmp/go-build3547871397/b367/_pkg_.a
2025-08-20T21:22:17.3107178Z [00:04:10.576]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:17.3107740Z [00:04:10.576]➜  packagefile k8s.io/api/rbac/v1=/tmp/go-build3547871397/b392/_pkg_.a
2025-08-20T21:22:17.3108487Z [00:04:10.576]➜  packagefile k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1=/tmp/go-build3547871397/b267/_pkg_.a
2025-08-20T21:22:17.3109458Z [00:04:10.576]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:22:17.3110256Z [00:04:10.576]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:17.3111102Z [00:04:10.576]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:22:17.3111937Z [00:04:10.576]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1beta1=/tmp/go-build3547871397/b475/_pkg_.a
2025-08-20T21:22:17.3112863Z [00:04:10.576]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:17.3113543Z [00:04:10.576]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:17.3114236Z [00:04:10.576]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:22:17.3115032Z [00:04:10.576]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3547871397/b346/_pkg_.a
2025-08-20T21:22:17.3115785Z [00:04:10.576]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:22:17.3116516Z [00:04:10.576]➜  packagefile k8s.io/apimachinery/pkg/util/cache=/tmp/go-build3547871397/b271/_pkg_.a
2025-08-20T21:22:17.3117413Z [00:04:10.576]➜  packagefile k8s.io/apimachinery/pkg/util/httpstream=/tmp/go-build3547871397/b2056/_pkg_.a
2025-08-20T21:22:17.3118174Z [00:04:10.576]➜  packagefile k8s.io/apimachinery/pkg/util/rand=/tmp/go-build3547871397/b2309/_pkg_.a
2025-08-20T21:22:17.3119026Z [00:04:10.576]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:22:17.3119808Z [00:04:10.576]➜  packagefile k8s.io/apimachinery/pkg/util/strategicpatch=/tmp/go-build3547871397/b581/_pkg_.a
2025-08-20T21:22:17.3121019Z [00:04:10.576]➜  packagefile k8s.io/cli-runtime/pkg/genericclioptions=/tmp/go-build3547871397/b275/_pkg_.a
2025-08-20T21:22:17.3122230Z [00:04:10.576]➜  packagefile k8s.io/cli-runtime/pkg/printers=/tmp/go-build3547871397/b287/_pkg_.a
2025-08-20T21:22:17.3123492Z [00:04:10.576]➜  packagefile k8s.io/client-go/dynamic=/tmp/go-build3547871397/b465/_pkg_.a
2025-08-20T21:22:17.3124590Z [00:04:10.576]➜  packagefile k8s.io/client-go/informers=/tmp/go-build3547871397/b2084/_pkg_.a
2025-08-20T21:22:17.3125650Z [00:04:10.576]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:17.3126676Z [00:04:10.576]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:22:17.3127701Z [00:04:10.576]➜  packagefile k8s.io/client-go/restmapper=/tmp/go-build3547871397/b478/_pkg_.a
2025-08-20T21:22:17.3128740Z [00:04:10.576]➜  packagefile k8s.io/client-go/scale=/tmp/go-build3547871397/b2030/_pkg_.a
2025-08-20T21:22:17.3129838Z [00:04:10.576]➜  packagefile k8s.io/client-go/tools/portforward=/tmp/go-build3547871397/b2207/_pkg_.a
2025-08-20T21:22:17.3131143Z [00:04:10.576]➜  packagefile k8s.io/client-go/transport/spdy=/tmp/go-build3547871397/b2058/_pkg_.a
2025-08-20T21:22:17.3132255Z [00:04:10.576]➜  packagefile k8s.io/kubectl/pkg/cmd/util=/tmp/go-build3547871397/b2029/_pkg_.a
2025-08-20T21:22:17.3133529Z [00:04:10.576]➜  packagefile k8s.io/kubectl/pkg/describe=/tmp/go-build3547871397/b2310/_pkg_.a
2025-08-20T21:22:17.3134717Z [00:04:10.576]➜  packagefile k8s.io/kubectl/pkg/drain=/tmp/go-build3547871397/b2322/_pkg_.a
2025-08-20T21:22:17.3135893Z [00:04:10.576]➜  packagefile k8s.io/kubectl/pkg/polymorphichelpers=/tmp/go-build3547871397/b2323/_pkg_.a
2025-08-20T21:22:17.3137049Z [00:04:10.576]➜  packagefile k8s.io/kubectl/pkg/scheme=/tmp/go-build3547871397/b2040/_pkg_.a
2025-08-20T21:22:17.3138196Z [00:04:10.576]➜  packagefile k8s.io/metrics/pkg/apis/metrics/v1beta1=/tmp/go-build3547871397/b689/_pkg_.a
2025-08-20T21:22:17.3139225Z [00:04:10.576]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:22:17.3140025Z [00:04:10.576]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:22:17.3140809Z [00:04:10.576]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:22:17.3141613Z [00:04:10.576]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:17.3142423Z [00:04:10.576]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:17.3143433Z [00:04:10.576]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:17.3144311Z [00:04:10.576]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:17.3145178Z [00:04:10.576]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:17.3146051Z [00:04:10.576]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:22:17.3146872Z [00:04:10.576]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:17.3147675Z [00:04:10.576]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:17.3148315Z [00:04:10.576]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:17.3148881Z [00:04:10.576]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:17.3149306Z [00:04:10.576]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:17.3149625Z [00:04:10.576]➜  EOF
2025-08-20T21:22:17.3156193Z [00:04:10.576]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b755/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao=>github.com/derailed/k9s/internal/dao;$WORK/b755=>" -p github.com/derailed/k9s/internal/dao -lang=go1.24 -complete -installsuffix shared -buildid rIoE2QWWgcn6im8GHx2O/rIoE2QWWgcn6im8GHx2O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b755/importcfg -pack ./internal/dao/accessor.go ./internal/dao/alias.go ./internal/dao/benchmark.go ./internal/dao/cluster.go ./internal/dao/cm.go ./internal/dao/container.go ./internal/dao/context.go ./internal/dao/crd.go ./internal/dao/cronjob.go ./internal/dao/cruiser.go ./internal/dao/describe.go ./internal/dao/dir.go ./internal/dao/dp.go ./internal/dao/ds.go ./internal/dao/dynamic.go ./internal/dao/generic.go ./internal/dao/helm_chart.go ./internal/dao/helm_history.go ./internal/dao/helpers.go ./internal/dao/img_scan.go ./internal/dao/job.go ./internal/dao/log_item.go ./internal/dao/log_items.go ./internal/dao/log_options.go ./internal/dao/node.go ./internal/dao/non_resource.go ./internal/dao/ns.go ./internal/dao/patch.go ./internal/dao/pod.go ./internal/dao/port_forward.go ./internal/dao/port_forwarder.go ./internal/dao/pulse.go ./internal/dao/rbac.go ./internal/dao/rbac_policy.go ./internal/dao/rbac_subject.go ./internal/dao/recorder.go ./internal/dao/reference.go ./internal/dao/registry.go ./internal/dao/resource.go ./internal/dao/rest_mapper.go ./internal/dao/rs.go ./internal/dao/scalable.go ./internal/dao/screen_dump.go ./internal/dao/secret.go ./internal/dao/sts.go ./internal/dao/svc.go ./internal/dao/table.go ./internal/dao/types.go ./internal/dao/workload.go
2025-08-20T21:22:18.1652221Z [00:04:11.432]➜  go tool buildid -w $WORK/b755/_pkg_.a # internal
2025-08-20T21:22:18.1918389Z [00:04:11.459]➜  cp $WORK/b755/_pkg_.a /root/.cache/go-build/2d/2d1b16965b26b005626ea5210ac42260d7cf68d34cf442de8bd4ef63c2c806e9-d # internal
2025-08-20T21:22:18.1923204Z [00:04:11.460]➜  github.com/derailed/k9s/internal/xray
2025-08-20T21:22:18.1924156Z [00:04:11.460]➜  mkdir -p $WORK/b2330/
2025-08-20T21:22:18.1927912Z [00:04:11.460]➜  cat >/tmp/go-build3547871397/b2330/importcfg << 'EOF' # internal
2025-08-20T21:22:18.1928649Z [00:04:11.460]➜  # import config
2025-08-20T21:22:18.1929372Z [00:04:11.460]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:18.1930248Z [00:04:11.460]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:18.1931264Z [00:04:11.460]➜  packagefile github.com/derailed/k9s/internal=/tmp/go-build3547871397/b754/_pkg_.a
2025-08-20T21:22:18.1932460Z [00:04:11.460]➜  packagefile github.com/derailed/k9s/internal/client=/tmp/go-build3547871397/b066/_pkg_.a
2025-08-20T21:22:18.1933550Z [00:04:11.460]➜  packagefile github.com/derailed/k9s/internal/dao=/tmp/go-build3547871397/b755/_pkg_.a
2025-08-20T21:22:18.1934371Z [00:04:11.460]➜  packagefile github.com/derailed/k9s/internal/render=/tmp/go-build3547871397/b757/_pkg_.a
2025-08-20T21:22:18.1935199Z [00:04:11.460]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:22:18.1935915Z [00:04:11.460]➜  packagefile github.com/fvbommel/sortorder=/tmp/go-build3547871397/b078/_pkg_.a
2025-08-20T21:22:18.1936524Z [00:04:11.460]➜  packagefile k8s.io/api/apps/v1=/tmp/go-build3547871397/b356/_pkg_.a
2025-08-20T21:22:18.1937066Z [00:04:11.460]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:18.1937660Z [00:04:11.460]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:18.1938369Z [00:04:11.460]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:22:18.1939232Z [00:04:11.460]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:18.1940091Z [00:04:11.460]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:18.1940793Z [00:04:11.460]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:22:18.1941720Z [00:04:11.460]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:18.1942253Z [00:04:11.460]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:18.1943142Z [00:04:11.460]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:18.1943699Z [00:04:11.460]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:18.1944043Z [00:04:11.460]➜  EOF
2025-08-20T21:22:18.1947127Z [00:04:11.460]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2330/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray=>github.com/derailed/k9s/internal/xray;$WORK/b2330=>" -p github.com/derailed/k9s/internal/xray -lang=go1.24 -complete -installsuffix shared -buildid CbVpvsrbQUcHBR4gJjPE/CbVpvsrbQUcHBR4gJjPE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2330/importcfg -pack ./internal/xray/container.go ./internal/xray/dp.go ./internal/xray/ds.go ./internal/xray/generic.go ./internal/xray/ns.go ./internal/xray/pod.go ./internal/xray/rs.go ./internal/xray/sa.go ./internal/xray/section.go ./internal/xray/sts.go ./internal/xray/svc.go ./internal/xray/tree_node.go
2025-08-20T21:22:18.5446205Z [00:04:11.812]➜  go tool buildid -w $WORK/b2330/_pkg_.a # internal
2025-08-20T21:22:18.5587446Z [00:04:11.826]➜  cp $WORK/b2330/_pkg_.a /root/.cache/go-build/f7/f7f69b271388c75175fb8c39f89970ccbc96f15dfd897769c54865d3e774c8a5-d # internal
2025-08-20T21:22:18.5613859Z [00:04:11.829]➜  github.com/derailed/k9s/internal/model
2025-08-20T21:22:18.5614534Z [00:04:11.829]➜  mkdir -p $WORK/b2327/
2025-08-20T21:22:18.5619602Z [00:04:11.829]➜  cat >/tmp/go-build3547871397/b2327/importcfg << 'EOF' # internal
2025-08-20T21:22:18.5620528Z [00:04:11.829]➜  # import config
2025-08-20T21:22:18.5621198Z [00:04:11.829]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:18.5622064Z [00:04:11.829]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:18.5623248Z [00:04:11.829]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:18.5624058Z [00:04:11.829]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:18.5624624Z [00:04:11.829]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build3547871397/b2328/_pkg_.a
2025-08-20T21:22:18.5625270Z [00:04:11.829]➜  packagefile github.com/derailed/k9s/internal=/tmp/go-build3547871397/b754/_pkg_.a
2025-08-20T21:22:18.5625923Z [00:04:11.829]➜  packagefile github.com/derailed/k9s/internal/client=/tmp/go-build3547871397/b066/_pkg_.a
2025-08-20T21:22:18.5626623Z [00:04:11.829]➜  packagefile github.com/derailed/k9s/internal/color=/tmp/go-build3547871397/b695/_pkg_.a
2025-08-20T21:22:18.5627282Z [00:04:11.829]➜  packagefile github.com/derailed/k9s/internal/config=/tmp/go-build3547871397/b696/_pkg_.a
2025-08-20T21:22:18.5627933Z [00:04:11.829]➜  packagefile github.com/derailed/k9s/internal/dao=/tmp/go-build3547871397/b755/_pkg_.a
2025-08-20T21:22:18.5628597Z [00:04:11.829]➜  packagefile github.com/derailed/k9s/internal/health=/tmp/go-build3547871397/b2329/_pkg_.a
2025-08-20T21:22:18.5629256Z [00:04:11.829]➜  packagefile github.com/derailed/k9s/internal/model1=/tmp/go-build3547871397/b758/_pkg_.a
2025-08-20T21:22:18.5629908Z [00:04:11.829]➜  packagefile github.com/derailed/k9s/internal/render=/tmp/go-build3547871397/b757/_pkg_.a
2025-08-20T21:22:18.5630603Z [00:04:11.829]➜  packagefile github.com/derailed/k9s/internal/render/helm=/tmp/go-build3547871397/b2077/_pkg_.a
2025-08-20T21:22:18.5631869Z [00:04:11.829]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:22:18.5633276Z [00:04:11.829]➜  packagefile github.com/derailed/k9s/internal/view/cmd=/tmp/go-build3547871397/b706/_pkg_.a
2025-08-20T21:22:18.5634514Z [00:04:11.829]➜  packagefile github.com/derailed/k9s/internal/xray=/tmp/go-build3547871397/b2330/_pkg_.a
2025-08-20T21:22:18.5635597Z [00:04:11.829]➜  packagefile github.com/derailed/tview=/tmp/go-build3547871397/b752/_pkg_.a
2025-08-20T21:22:18.5636787Z [00:04:11.829]➜  packagefile github.com/sahilm/fuzzy=/tmp/go-build3547871397/b759/_pkg_.a
2025-08-20T21:22:18.5637636Z [00:04:11.829]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:18.5638491Z [00:04:11.829]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:18.5639740Z [00:04:11.829]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:18.5640870Z [00:04:11.829]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:18.5642026Z [00:04:11.829]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:18.5643457Z [00:04:11.829]➜  packagefile k8s.io/apimachinery/pkg/util/cache=/tmp/go-build3547871397/b271/_pkg_.a
2025-08-20T21:22:18.5644701Z [00:04:11.829]➜  packagefile k8s.io/metrics/pkg/apis/metrics/v1beta1=/tmp/go-build3547871397/b689/_pkg_.a
2025-08-20T21:22:18.5645889Z [00:04:11.829]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:22:18.5646735Z [00:04:11.829]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:18.5647550Z [00:04:11.829]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:18.5648376Z [00:04:11.829]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:18.5649181Z [00:04:11.829]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:18.5649948Z [00:04:11.829]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:18.5650803Z [00:04:11.829]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:18.5651564Z [00:04:11.829]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:18.5652465Z [00:04:11.829]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:22:18.5653519Z [00:04:11.829]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:18.5654137Z [00:04:11.829]➜  EOF
2025-08-20T21:22:18.5661633Z [00:04:11.829]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2327/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model=>github.com/derailed/k9s/internal/model;$WORK/b2327=>" -p github.com/derailed/k9s/internal/model -lang=go1.24 -complete -installsuffix shared -buildid Jhs9IzK4cnGnCmUmP0jn/Jhs9IzK4cnGnCmUmP0jn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2327/importcfg -pack ./internal/model/cluster.go ./internal/model/cluster_info.go ./internal/model/cmd_buff.go ./internal/model/describe.go ./internal/model/fish_buff.go ./internal/model/flash.go ./internal/model/helpers.go ./internal/model/hint.go ./internal/model/history.go ./internal/model/log.go ./internal/model/menu_hint.go ./internal/model/pulse.go ./internal/model/pulse_health.go ./internal/model/registry.go ./internal/model/rev_values.go ./internal/model/semver.go ./internal/model/stack.go ./internal/model/table.go ./internal/model/text.go ./internal/model/tree.go ./internal/model/types.go ./internal/model/values.go ./internal/model/yaml.go
2025-08-20T21:22:19.0815956Z [00:04:12.349]➜  go tool buildid -w $WORK/b2327/_pkg_.a # internal
2025-08-20T21:22:19.0992056Z [00:04:12.366]➜  cp $WORK/b2327/_pkg_.a /root/.cache/go-build/bb/bb0d17f132d5b783da71e23a423194eaec872bceec16ee3ae509f79344059ac8-d # internal
2025-08-20T21:22:19.1012566Z [00:04:12.369]➜  github.com/derailed/k9s/internal/ui
2025-08-20T21:22:19.1013380Z [00:04:12.369]➜  mkdir -p $WORK/b753/
2025-08-20T21:22:19.1017504Z [00:04:12.369]➜  cat >/tmp/go-build3547871397/b753/importcfg << 'EOF' # internal
2025-08-20T21:22:19.1018483Z [00:04:12.369]➜  # import config
2025-08-20T21:22:19.1019426Z [00:04:12.369]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:19.1020339Z [00:04:12.369]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:19.1021170Z [00:04:12.369]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:19.1021888Z [00:04:12.369]➜  packagefile github.com/derailed/k9s/internal=/tmp/go-build3547871397/b754/_pkg_.a
2025-08-20T21:22:19.1023059Z [00:04:12.369]➜  packagefile github.com/derailed/k9s/internal/client=/tmp/go-build3547871397/b066/_pkg_.a
2025-08-20T21:22:19.1023851Z [00:04:12.369]➜  packagefile github.com/derailed/k9s/internal/config=/tmp/go-build3547871397/b696/_pkg_.a
2025-08-20T21:22:19.1024675Z [00:04:12.369]➜  packagefile github.com/derailed/k9s/internal/dao=/tmp/go-build3547871397/b755/_pkg_.a
2025-08-20T21:22:19.1025358Z [00:04:12.369]➜  packagefile github.com/derailed/k9s/internal/model=/tmp/go-build3547871397/b2327/_pkg_.a
2025-08-20T21:22:19.1026020Z [00:04:12.369]➜  packagefile github.com/derailed/k9s/internal/model1=/tmp/go-build3547871397/b758/_pkg_.a
2025-08-20T21:22:19.1026676Z [00:04:12.369]➜  packagefile github.com/derailed/k9s/internal/render=/tmp/go-build3547871397/b757/_pkg_.a
2025-08-20T21:22:19.1027329Z [00:04:12.369]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:22:19.1028060Z [00:04:12.369]➜  packagefile github.com/derailed/k9s/internal/vul=/tmp/go-build3547871397/b760/_pkg_.a
2025-08-20T21:22:19.1028689Z [00:04:12.369]➜  packagefile github.com/derailed/tcell/v2=/tmp/go-build3547871397/b707/_pkg_.a
2025-08-20T21:22:19.1029424Z [00:04:12.369]➜  packagefile github.com/derailed/tview=/tmp/go-build3547871397/b752/_pkg_.a
2025-08-20T21:22:19.1030356Z [00:04:12.369]➜  packagefile github.com/fsnotify/fsnotify=/tmp/go-build3547871397/b770/_pkg_.a
2025-08-20T21:22:19.1031115Z [00:04:12.369]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3547871397/b749/_pkg_.a
2025-08-20T21:22:19.1031760Z [00:04:12.369]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:22:19.1032602Z [00:04:12.369]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:22:19.1033545Z [00:04:12.369]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:19.1034195Z [00:04:12.369]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:19.1034802Z [00:04:12.369]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:19.1035321Z [00:04:12.369]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:22:19.1035755Z [00:04:12.369]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:19.1036213Z [00:04:12.369]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:19.1036677Z [00:04:12.369]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:19.1037110Z [00:04:12.369]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:22:19.1037547Z [00:04:12.369]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:22:19.1037965Z [00:04:12.369]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:19.1038388Z [00:04:12.369]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:19.1038831Z [00:04:12.369]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:19.1039253Z [00:04:12.369]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:19.1039665Z [00:04:12.369]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:19.1040089Z [00:04:12.369]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:22:19.1040416Z [00:04:12.369]➜  EOF
2025-08-20T21:22:19.1043948Z [00:04:12.369]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b753/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui=>github.com/derailed/k9s/internal/ui;$WORK/b753=>" -p github.com/derailed/k9s/internal/ui -lang=go1.24 -complete -installsuffix shared -buildid YVK-g-z5mhGXnQlyzOCa/YVK-g-z5mhGXnQlyzOCa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b753/importcfg -pack ./internal/ui/action.go ./internal/ui/app.go ./internal/ui/config.go ./internal/ui/crumbs.go ./internal/ui/deltas.go ./internal/ui/flash.go ./internal/ui/indicator.go ./internal/ui/key.go ./internal/ui/logo.go ./internal/ui/menu.go ./internal/ui/modal_list.go ./internal/ui/padding.go ./internal/ui/pages.go ./internal/ui/prompt.go ./internal/ui/select_table.go ./internal/ui/splash.go ./internal/ui/table.go ./internal/ui/table_helper.go ./internal/ui/tree.go ./internal/ui/types.go
2025-08-20T21:22:20.0004713Z [00:04:13.268]➜  go tool buildid -w $WORK/b753/_pkg_.a # internal
2025-08-20T21:22:20.0306760Z [00:04:13.298]➜  cp $WORK/b753/_pkg_.a /root/.cache/go-build/85/858623268eda5b3415978689983c10b3ffb4986bff264b5ae692a94841454957-d # internal
2025-08-20T21:22:20.0307994Z [00:04:13.298]➜  github.com/derailed/k9s/internal/ui/dialog
2025-08-20T21:22:20.0308635Z [00:04:13.298]➜  mkdir -p $WORK/b2336/
2025-08-20T21:22:20.0311755Z [00:04:13.298]➜  cat >/tmp/go-build3547871397/b2336/importcfg << 'EOF' # internal
2025-08-20T21:22:20.0312536Z [00:04:13.298]➜  # import config
2025-08-20T21:22:20.0313281Z [00:04:13.298]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:20.0313998Z [00:04:13.298]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:20.0314706Z [00:04:13.298]➜  packagefile github.com/derailed/k9s/internal/config=/tmp/go-build3547871397/b696/_pkg_.a
2025-08-20T21:22:20.0315528Z [00:04:13.298]➜  packagefile github.com/derailed/k9s/internal/ui=/tmp/go-build3547871397/b753/_pkg_.a
2025-08-20T21:22:20.0316281Z [00:04:13.298]➜  packagefile github.com/derailed/tcell/v2=/tmp/go-build3547871397/b707/_pkg_.a
2025-08-20T21:22:20.0316989Z [00:04:13.298]➜  packagefile github.com/derailed/tview=/tmp/go-build3547871397/b752/_pkg_.a
2025-08-20T21:22:20.0317744Z [00:04:13.298]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:20.0318495Z [00:04:13.298]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:20.0319038Z [00:04:13.298]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:20.0319442Z [00:04:13.298]➜  EOF
2025-08-20T21:22:20.0322318Z [00:04:13.299]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2336/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog=>github.com/derailed/k9s/internal/ui/dialog;$WORK/b2336=>" -p github.com/derailed/k9s/internal/ui/dialog -lang=go1.24 -complete -installsuffix shared -buildid ONaednrMlnBfyEX2lfBm/ONaednrMlnBfyEX2lfBm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2336/importcfg -pack ./internal/ui/dialog/confirm.go ./internal/ui/dialog/delete.go ./internal/ui/dialog/error.go ./internal/ui/dialog/prompt.go ./internal/ui/dialog/restart.go ./internal/ui/dialog/selection.go ./internal/ui/dialog/transfer.go
2025-08-20T21:22:20.3464451Z [00:04:13.614]➜  go tool buildid -w $WORK/b2336/_pkg_.a # internal
2025-08-20T21:22:20.3587074Z [00:04:13.626]➜  cp $WORK/b2336/_pkg_.a /root/.cache/go-build/22/221a4613b3c397f7440625a36f7527ea823cc9578ecf27863e1ec56f02da031e-d # internal
2025-08-20T21:22:20.3657733Z [00:04:13.633]➜  github.com/derailed/k9s/internal/view
2025-08-20T21:22:20.3658246Z [00:04:13.633]➜  mkdir -p $WORK/b2331/
2025-08-20T21:22:20.3662927Z [00:04:13.633]➜  cat >/tmp/go-build3547871397/b2331/importcfg << 'EOF' # internal
2025-08-20T21:22:20.3663848Z [00:04:13.633]➜  # import config
2025-08-20T21:22:20.3664583Z [00:04:13.633]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:20.3665509Z [00:04:13.633]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:20.3666410Z [00:04:13.633]➜  packagefile encoding/csv=/tmp/go-build3547871397/b280/_pkg_.a
2025-08-20T21:22:20.3667222Z [00:04:13.633]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:20.3667974Z [00:04:13.633]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:20.3668880Z [00:04:13.634]➜  packagefile github.com/atotto/clipboard=/tmp/go-build3547871397/b2332/_pkg_.a
2025-08-20T21:22:20.3669949Z [00:04:13.634]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build3547871397/b2328/_pkg_.a
2025-08-20T21:22:20.3671251Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal=/tmp/go-build3547871397/b754/_pkg_.a
2025-08-20T21:22:20.3672156Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/client=/tmp/go-build3547871397/b066/_pkg_.a
2025-08-20T21:22:20.3673256Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/color=/tmp/go-build3547871397/b695/_pkg_.a
2025-08-20T21:22:20.3673943Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/config=/tmp/go-build3547871397/b696/_pkg_.a
2025-08-20T21:22:20.3674649Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/config/data=/tmp/go-build3547871397/b700/_pkg_.a
2025-08-20T21:22:20.3675350Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/dao=/tmp/go-build3547871397/b755/_pkg_.a
2025-08-20T21:22:20.3676030Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/model=/tmp/go-build3547871397/b2327/_pkg_.a
2025-08-20T21:22:20.3677005Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/model1=/tmp/go-build3547871397/b758/_pkg_.a
2025-08-20T21:22:20.3678431Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/perf=/tmp/go-build3547871397/b2333/_pkg_.a
2025-08-20T21:22:20.3679653Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/port=/tmp/go-build3547871397/b756/_pkg_.a
2025-08-20T21:22:20.3680835Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/render=/tmp/go-build3547871397/b757/_pkg_.a
2025-08-20T21:22:20.3682149Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/render/helm=/tmp/go-build3547871397/b2077/_pkg_.a
2025-08-20T21:22:20.3683534Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:22:20.3684891Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/tchart=/tmp/go-build3547871397/b2335/_pkg_.a
2025-08-20T21:22:20.3686060Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/ui=/tmp/go-build3547871397/b753/_pkg_.a
2025-08-20T21:22:20.3687319Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/ui/dialog=/tmp/go-build3547871397/b2336/_pkg_.a
2025-08-20T21:22:20.3688621Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/view/cmd=/tmp/go-build3547871397/b706/_pkg_.a
2025-08-20T21:22:20.3689855Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/vul=/tmp/go-build3547871397/b760/_pkg_.a
2025-08-20T21:22:20.3691094Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/watch=/tmp/go-build3547871397/b2081/_pkg_.a
2025-08-20T21:22:20.3692288Z [00:04:13.634]➜  packagefile github.com/derailed/k9s/internal/xray=/tmp/go-build3547871397/b2330/_pkg_.a
2025-08-20T21:22:20.3693609Z [00:04:13.634]➜  packagefile github.com/derailed/tcell/v2=/tmp/go-build3547871397/b707/_pkg_.a
2025-08-20T21:22:20.3694716Z [00:04:13.634]➜  packagefile github.com/derailed/tview=/tmp/go-build3547871397/b752/_pkg_.a
2025-08-20T21:22:20.3695699Z [00:04:13.634]➜  packagefile github.com/fatih/color=/tmp/go-build3547871397/b1823/_pkg_.a
2025-08-20T21:22:20.3696811Z [00:04:13.634]➜  packagefile github.com/go-errors/errors=/tmp/go-build3547871397/b485/_pkg_.a
2025-08-20T21:22:20.3697789Z [00:04:13.634]➜  packagefile github.com/sahilm/fuzzy=/tmp/go-build3547871397/b759/_pkg_.a
2025-08-20T21:22:20.3698798Z [00:04:13.634]➜  packagefile golang.org/x/text/cases=/tmp/go-build3547871397/b841/_pkg_.a
2025-08-20T21:22:20.3699899Z [00:04:13.634]➜  packagefile golang.org/x/text/language=/tmp/go-build3547871397/b843/_pkg_.a
2025-08-20T21:22:20.3700850Z [00:04:13.634]➜  packagefile image=/tmp/go-build3547871397/b1642/_pkg_.a
2025-08-20T21:22:20.3701655Z [00:04:13.634]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:20.3702455Z [00:04:13.634]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:22:20.3703489Z [00:04:13.634]➜  packagefile k8s.io/api/apps/v1=/tmp/go-build3547871397/b356/_pkg_.a
2025-08-20T21:22:20.3704432Z [00:04:13.634]➜  packagefile k8s.io/api/batch/v1=/tmp/go-build3547871397/b367/_pkg_.a
2025-08-20T21:22:20.3705591Z [00:04:13.634]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:20.3706658Z [00:04:13.634]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:22:20.3707859Z [00:04:13.634]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:22:20.3709208Z [00:04:13.634]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:20.3710524Z [00:04:13.634]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:22:20.3711832Z [00:04:13.634]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:20.3713152Z [00:04:13.634]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:20.3714356Z [00:04:13.634]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:22:20.3715680Z [00:04:13.634]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:22:20.3716896Z [00:04:13.634]➜  packagefile k8s.io/cli-runtime/pkg/genericclioptions=/tmp/go-build3547871397/b275/_pkg_.a
2025-08-20T21:22:20.3718073Z [00:04:13.634]➜  packagefile k8s.io/client-go/tools/portforward=/tmp/go-build3547871397/b2207/_pkg_.a
2025-08-20T21:22:20.3719143Z [00:04:13.634]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:22:20.3719952Z [00:04:13.634]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:22:20.3720733Z [00:04:13.634]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:22:20.3721512Z [00:04:13.634]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:20.3722416Z [00:04:13.634]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:22:20.3723468Z [00:04:13.634]➜  packagefile os/signal=/tmp/go-build3547871397/b751/_pkg_.a
2025-08-20T21:22:20.3724307Z [00:04:13.634]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:20.3725165Z [00:04:13.634]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:20.3726021Z [00:04:13.634]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:20.3726853Z [00:04:13.634]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:22:20.3727724Z [00:04:13.634]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:22:20.3728565Z [00:04:13.634]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:22:20.3729370Z [00:04:13.634]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:20.3730166Z [00:04:13.634]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:20.3730987Z [00:04:13.634]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:20.3731813Z [00:04:13.634]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:20.3732815Z [00:04:13.634]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:22:20.3733708Z [00:04:13.634]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:22:20.3734521Z [00:04:13.634]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:20.3735127Z [00:04:13.634]➜  EOF
2025-08-20T21:22:20.3750770Z [00:04:13.634]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2331/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view=>github.com/derailed/k9s/internal/view;$WORK/b2331=>" -p github.com/derailed/k9s/internal/view -lang=go1.24 -complete -installsuffix shared -buildid jm_MyWz14B3btOgyW28F/jm_MyWz14B3btOgyW28F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2331/importcfg -pack ./internal/view/actions.go ./internal/view/alias.go ./internal/view/app.go ./internal/view/benchmark.go ./internal/view/browser.go ./internal/view/cluster_info.go ./internal/view/cm.go ./internal/view/command.go ./internal/view/container.go ./internal/view/context.go ./internal/view/cow.go ./internal/view/crd.go ./internal/view/cronjob.go ./internal/view/details.go ./internal/view/dir.go ./internal/view/dp.go ./internal/view/drain_dialog.go ./internal/view/ds.go ./internal/view/env.go ./internal/view/event.go ./internal/view/exec.go ./internal/view/group.go ./internal/view/helm_chart.go ./internal/view/helm_history.go ./internal/view/help.go ./internal/view/helpers.go ./internal/view/image_extender.go ./internal/view/img_scan.go ./internal/view/job.go ./internal/view/live_view.go ./internal/view/log.go ./internal/view/log_indicator.go ./internal/view/logger.go ./internal/view/logs_extender.go ./internal/view/node.go ./internal/view/ns.go ./internal/view/owner_extender.go ./internal/view/page_stack.go ./internal/view/pf.go ./internal/view/pf_dialog.go ./internal/view/pf_extender.go ./internal/view/picker.go ./internal/view/pod.go ./internal/view/policy.go ./internal/view/priorityclass.go ./internal/view/pulse.go ./internal/view/pvc.go ./internal/view/rbac.go ./internal/view/reference.go ./internal/view/registrar.go ./internal/view/restart_extender.go ./internal/view/rs.go ./internal/view/sa.go ./internal/view/scale_extender.go ./internal/view/screen_dump.go ./internal/view/secret.go ./internal/view/sts.go ./internal/view/svc.go ./internal/view/table.go ./internal/view/table_helper.go ./internal/view/types.go ./internal/view/user.go ./internal/view/value_extender.go ./internal/view/vul_extender.go ./internal/view/workload.go ./internal/view/xray.go ./internal/view/yaml.go
2025-08-20T21:22:22.5982790Z [00:04:15.865]➜  go tool buildid -w $WORK/b2331/_pkg_.a # internal
2025-08-20T21:22:22.6643510Z [00:04:15.932]➜  cp $WORK/b2331/_pkg_.a /root/.cache/go-build/00/00f7f53619f77fbd3544f5079964d605ebcc4cbe3ff7e726e3b5f2162b1f4efd-d # internal
2025-08-20T21:22:22.6664619Z [00:04:15.934]➜  github.com/derailed/k9s/cmd
2025-08-20T21:22:22.6665260Z [00:04:15.934]➜  mkdir -p $WORK/b065/
2025-08-20T21:22:22.6669304Z [00:04:15.934]➜  cat >/tmp/go-build3547871397/b065/importcfg << 'EOF' # internal
2025-08-20T21:22:22.6670055Z [00:04:15.934]➜  # import config
2025-08-20T21:22:22.6670648Z [00:04:15.934]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:22.6671272Z [00:04:15.934]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:22.6672188Z [00:04:15.934]➜  packagefile github.com/derailed/k9s/internal/client=/tmp/go-build3547871397/b066/_pkg_.a
2025-08-20T21:22:22.6673262Z [00:04:15.934]➜  packagefile github.com/derailed/k9s/internal/color=/tmp/go-build3547871397/b695/_pkg_.a
2025-08-20T21:22:22.6674090Z [00:04:15.934]➜  packagefile github.com/derailed/k9s/internal/config=/tmp/go-build3547871397/b696/_pkg_.a
2025-08-20T21:22:22.6674968Z [00:04:15.934]➜  packagefile github.com/derailed/k9s/internal/config/data=/tmp/go-build3547871397/b700/_pkg_.a
2025-08-20T21:22:22.6675816Z [00:04:15.934]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:22:22.6676618Z [00:04:15.934]➜  packagefile github.com/derailed/k9s/internal/ui=/tmp/go-build3547871397/b753/_pkg_.a
2025-08-20T21:22:22.6677423Z [00:04:15.934]➜  packagefile github.com/derailed/k9s/internal/view=/tmp/go-build3547871397/b2331/_pkg_.a
2025-08-20T21:22:22.6678172Z [00:04:15.934]➜  packagefile github.com/lmittmann/tint=/tmp/go-build3547871397/b2337/_pkg_.a
2025-08-20T21:22:22.6678893Z [00:04:15.934]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3547871397/b796/_pkg_.a
2025-08-20T21:22:22.6679588Z [00:04:15.934]➜  packagefile github.com/spf13/cobra=/tmp/go-build3547871397/b278/_pkg_.a
2025-08-20T21:22:22.6680237Z [00:04:15.934]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:22:22.6680929Z [00:04:15.934]➜  packagefile k8s.io/cli-runtime/pkg/genericclioptions=/tmp/go-build3547871397/b275/_pkg_.a
2025-08-20T21:22:22.6681611Z [00:04:15.934]➜  packagefile k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3547871397/b443/_pkg_.a
2025-08-20T21:22:22.6682316Z [00:04:15.934]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:22:22.6683228Z [00:04:15.934]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:22.6683814Z [00:04:15.934]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:22:22.6684320Z [00:04:15.934]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:22.6685044Z [00:04:15.934]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:22.6685499Z [00:04:15.934]➜  EOF
2025-08-20T21:22:22.6687364Z [00:04:15.934]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b065/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO/cmd=>github.com/derailed/k9s/cmd;$WORK/b065=>" -p github.com/derailed/k9s/cmd -lang=go1.24 -complete -installsuffix shared -buildid n-Goc5_WfZdWojZeOtr1/n-Goc5_WfZdWojZeOtr1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack ./cmd/info.go ./cmd/root.go ./cmd/version.go
2025-08-20T21:22:22.9290493Z [00:04:16.196]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T21:22:22.9329011Z [00:04:16.200]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/64/6446a22e4f962520d855e277a37363696e9fc2b30b3ea228ea06f58b1461613e-d # internal
2025-08-20T21:22:22.9334620Z [00:04:16.201]➜  github.com/derailed/k9s
2025-08-20T21:22:22.9335272Z [00:04:16.201]➜  mkdir -p $WORK/b001/
2025-08-20T21:22:22.9339441Z [00:04:16.201]➜  cat >/tmp/go-build3547871397/b001/importcfg << 'EOF' # internal
2025-08-20T21:22:22.9340045Z [00:04:16.201]➜  # import config
2025-08-20T21:22:22.9340441Z [00:04:16.201]➜  packagefile flag=/tmp/go-build3547871397/b002/_pkg_.a
2025-08-20T21:22:22.9341151Z [00:04:16.201]➜  packagefile github.com/derailed/k9s/cmd=/tmp/go-build3547871397/b065/_pkg_.a
2025-08-20T21:22:22.9342236Z [00:04:16.201]➜  packagefile k8s.io/client-go/plugin/pkg/client/auth=/tmp/go-build3547871397/b2338/_pkg_.a
2025-08-20T21:22:22.9343106Z [00:04:16.201]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:22:22.9343615Z [00:04:16.201]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:22:22.9344123Z [00:04:16.201]➜  packagefile runtime/cgo=/tmp/go-build3547871397/b117/_pkg_.a
2025-08-20T21:22:22.9344492Z [00:04:16.201]➜  EOF
2025-08-20T21:22:22.9345993Z [00:04:16.201]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.gv9cDu0mVo/TEMPREPO=>github.com/derailed/k9s;$WORK/b001=>" -p main -lang=go1.24 -complete -installsuffix shared -buildid u6kcPwDADj4Sp2XcryJM/u6kcPwDADj4Sp2XcryJM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T21:22:22.9575729Z [00:04:16.225]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T21:22:22.9614915Z [00:04:16.228]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/c7/c73130d0fc0efc91ce29b0f6c24b1b92923b0b86594755861a70135daba8cdbc-d # internal
2025-08-20T21:22:22.9718249Z [00:04:16.236]➜  cat >/tmp/go-build3547871397/b001/importcfg.link << 'EOF' # internal
2025-08-20T21:22:22.9720141Z [00:04:16.236]➜  packagefile github.com/derailed/k9s=/tmp/go-build3547871397/b001/_pkg_.a
2025-08-20T21:22:22.9732429Z [00:04:16.236]➜  packagefile flag=/tmp/go-build3547871397/b002/_pkg_.a
2025-08-20T21:22:22.9738040Z [00:04:16.236]➜  packagefile github.com/derailed/k9s/cmd=/tmp/go-build3547871397/b065/_pkg_.a
2025-08-20T21:22:22.9740802Z [00:04:16.236]➜  packagefile k8s.io/client-go/plugin/pkg/client/auth=/tmp/go-build3547871397/b2338/_pkg_.a
2025-08-20T21:22:22.9742147Z [00:04:16.236]➜  packagefile k8s.io/klog/v2=/tmp/go-build3547871397/b108/_pkg_.a
2025-08-20T21:22:22.9743775Z [00:04:16.236]➜  packagefile runtime=/tmp/go-build3547871397/b010/_pkg_.a
2025-08-20T21:22:22.9744899Z [00:04:16.236]➜  packagefile runtime/cgo=/tmp/go-build3547871397/b117/_pkg_.a
2025-08-20T21:22:22.9746077Z [00:04:16.236]➜  packagefile encoding=/tmp/go-build3547871397/b003/_pkg_.a
2025-08-20T21:22:22.9747358Z [00:04:16.236]➜  packagefile errors=/tmp/go-build3547871397/b004/_pkg_.a
2025-08-20T21:22:22.9748336Z [00:04:16.236]➜  packagefile fmt=/tmp/go-build3547871397/b034/_pkg_.a
2025-08-20T21:22:22.9749773Z [00:04:16.236]➜  packagefile io=/tmp/go-build3547871397/b050/_pkg_.a
2025-08-20T21:22:22.9750732Z [00:04:16.236]➜  packagefile os=/tmp/go-build3547871397/b051/_pkg_.a
2025-08-20T21:22:22.9751741Z [00:04:16.236]➜  packagefile reflect=/tmp/go-build3547871397/b037/_pkg_.a
2025-08-20T21:22:22.9753208Z [00:04:16.236]➜  packagefile slices=/tmp/go-build3547871397/b049/_pkg_.a
2025-08-20T21:22:22.9760813Z [00:04:16.236]➜  packagefile strconv=/tmp/go-build3547871397/b042/_pkg_.a
2025-08-20T21:22:22.9761815Z [00:04:16.236]➜  packagefile strings=/tmp/go-build3547871397/b064/_pkg_.a
2025-08-20T21:22:22.9765447Z [00:04:16.236]➜  packagefile time=/tmp/go-build3547871397/b056/_pkg_.a
2025-08-20T21:22:22.9768970Z [00:04:16.236]➜  packagefile github.com/derailed/k9s/internal/client=/tmp/go-build3547871397/b066/_pkg_.a
2025-08-20T21:22:22.9772237Z [00:04:16.236]➜  packagefile github.com/derailed/k9s/internal/color=/tmp/go-build3547871397/b695/_pkg_.a
2025-08-20T21:22:22.9774452Z [00:04:16.236]➜  packagefile github.com/derailed/k9s/internal/config=/tmp/go-build3547871397/b696/_pkg_.a
2025-08-20T21:22:22.9775766Z [00:04:16.236]➜  packagefile github.com/derailed/k9s/internal/config/data=/tmp/go-build3547871397/b700/_pkg_.a
2025-08-20T21:22:22.9778612Z [00:04:16.236]➜  packagefile github.com/derailed/k9s/internal/slogs=/tmp/go-build3547871397/b068/_pkg_.a
2025-08-20T21:22:22.9780954Z [00:04:16.236]➜  packagefile github.com/derailed/k9s/internal/ui=/tmp/go-build3547871397/b753/_pkg_.a
2025-08-20T21:22:22.9782210Z [00:04:16.236]➜  packagefile github.com/derailed/k9s/internal/view=/tmp/go-build3547871397/b2331/_pkg_.a
2025-08-20T21:22:22.9784274Z [00:04:16.236]➜  packagefile github.com/lmittmann/tint=/tmp/go-build3547871397/b2337/_pkg_.a
2025-08-20T21:22:22.9785502Z [00:04:16.236]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3547871397/b796/_pkg_.a
2025-08-20T21:22:22.9786559Z [00:04:16.236]➜  packagefile github.com/spf13/cobra=/tmp/go-build3547871397/b278/_pkg_.a
2025-08-20T21:22:22.9787544Z [00:04:16.236]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3547871397/b079/_pkg_.a
2025-08-20T21:22:22.9788650Z [00:04:16.236]➜  packagefile k8s.io/cli-runtime/pkg/genericclioptions=/tmp/go-build3547871397/b275/_pkg_.a
2025-08-20T21:22:22.9789867Z [00:04:16.236]➜  packagefile k8s.io/client-go/tools/clientcmd/api=/tmp/go-build3547871397/b443/_pkg_.a
2025-08-20T21:22:22.9790859Z [00:04:16.236]➜  packagefile log/slog=/tmp/go-build3547871397/b069/_pkg_.a
2025-08-20T21:22:22.9791708Z [00:04:16.236]➜  packagefile runtime/debug=/tmp/go-build3547871397/b146/_pkg_.a
2025-08-20T21:22:22.9797577Z [00:04:16.236]➜  packagefile k8s.io/client-go/plugin/pkg/client/auth/azure=/tmp/go-build3547871397/b2339/_pkg_.a
2025-08-20T21:22:22.9804111Z [00:04:16.236]➜  packagefile k8s.io/client-go/plugin/pkg/client/auth/gcp=/tmp/go-build3547871397/b2340/_pkg_.a
2025-08-20T21:22:22.9805469Z [00:04:16.236]➜  packagefile k8s.io/client-go/plugin/pkg/client/auth/oidc=/tmp/go-build3547871397/b2341/_pkg_.a
2025-08-20T21:22:22.9806527Z [00:04:16.236]➜  packagefile bufio=/tmp/go-build3547871397/b085/_pkg_.a
2025-08-20T21:22:22.9807308Z [00:04:16.236]➜  packagefile bytes=/tmp/go-build3547871397/b070/_pkg_.a
2025-08-20T21:22:22.9808098Z [00:04:16.236]➜  packagefile context=/tmp/go-build3547871397/b067/_pkg_.a
2025-08-20T21:22:22.9809081Z [00:04:16.236]➜  packagefile encoding/json=/tmp/go-build3547871397/b071/_pkg_.a
2025-08-20T21:22:22.9810085Z [00:04:16.236]➜  packagefile github.com/go-logr/logr=/tmp/go-build3547871397/b109/_pkg_.a
2025-08-20T21:22:22.9811152Z [00:04:16.236]➜  packagefile k8s.io/klog/v2/internal/buffer=/tmp/go-build3547871397/b110/_pkg_.a
2025-08-20T21:22:22.9812246Z [00:04:16.236]➜  packagefile k8s.io/klog/v2/internal/clock=/tmp/go-build3547871397/b112/_pkg_.a
2025-08-20T21:22:22.9813605Z [00:04:16.236]➜  packagefile k8s.io/klog/v2/internal/dbg=/tmp/go-build3547871397/b113/_pkg_.a
2025-08-20T21:22:22.9814725Z [00:04:16.236]➜  packagefile k8s.io/klog/v2/internal/serialize=/tmp/go-build3547871397/b114/_pkg_.a
2025-08-20T21:22:22.9816006Z [00:04:16.236]➜  packagefile k8s.io/klog/v2/internal/severity=/tmp/go-build3547871397/b111/_pkg_.a
2025-08-20T21:22:22.9817160Z [00:04:16.236]➜  packagefile k8s.io/klog/v2/internal/sloghandler=/tmp/go-build3547871397/b115/_pkg_.a
2025-08-20T21:22:22.9818218Z [00:04:16.236]➜  packagefile log=/tmp/go-build3547871397/b074/_pkg_.a
2025-08-20T21:22:22.9818987Z [00:04:16.236]➜  packagefile math=/tmp/go-build3547871397/b040/_pkg_.a
2025-08-20T21:22:22.9819775Z [00:04:16.236]➜  packagefile os/user=/tmp/go-build3547871397/b116/_pkg_.a
2025-08-20T21:22:22.9820618Z [00:04:16.236]➜  packagefile path/filepath=/tmp/go-build3547871397/b118/_pkg_.a
2025-08-20T21:22:22.9821442Z [00:04:16.236]➜  packagefile sync=/tmp/go-build3547871397/b044/_pkg_.a
2025-08-20T21:22:22.9822268Z [00:04:16.236]➜  packagefile sync/atomic=/tmp/go-build3547871397/b046/_pkg_.a
2025-08-20T21:22:22.9823293Z [00:04:16.236]➜  packagefile internal/abi=/tmp/go-build3547871397/b006/_pkg_.a
2025-08-20T21:22:22.9824300Z [00:04:16.236]➜  packagefile internal/bytealg=/tmp/go-build3547871397/b011/_pkg_.a
2025-08-20T21:22:22.9825305Z [00:04:16.236]➜  packagefile internal/byteorder=/tmp/go-build3547871397/b013/_pkg_.a
2025-08-20T21:22:22.9826294Z [00:04:16.236]➜  packagefile internal/chacha8rand=/tmp/go-build3547871397/b014/_pkg_.a
2025-08-20T21:22:22.9827318Z [00:04:16.236]➜  packagefile internal/coverage/rtcov=/tmp/go-build3547871397/b015/_pkg_.a
2025-08-20T21:22:22.9828268Z [00:04:16.236]➜  packagefile internal/cpu=/tmp/go-build3547871397/b012/_pkg_.a
2025-08-20T21:22:22.9829163Z [00:04:16.236]➜  packagefile internal/goarch=/tmp/go-build3547871397/b007/_pkg_.a
2025-08-20T21:22:22.9830096Z [00:04:16.236]➜  packagefile internal/godebugs=/tmp/go-build3547871397/b016/_pkg_.a
2025-08-20T21:22:22.9831174Z [00:04:16.236]➜  packagefile internal/goexperiment=/tmp/go-build3547871397/b017/_pkg_.a
2025-08-20T21:22:22.9832374Z [00:04:16.236]➜  packagefile internal/goos=/tmp/go-build3547871397/b018/_pkg_.a
2025-08-20T21:22:22.9833511Z [00:04:16.236]➜  packagefile internal/profilerecord=/tmp/go-build3547871397/b019/_pkg_.a
2025-08-20T21:22:22.9834553Z [00:04:16.236]➜  packagefile internal/runtime/atomic=/tmp/go-build3547871397/b020/_pkg_.a
2025-08-20T21:22:22.9835578Z [00:04:16.236]➜  packagefile internal/runtime/cgroup=/tmp/go-build3547871397/b021/_pkg_.a
2025-08-20T21:22:22.9836647Z [00:04:16.236]➜  packagefile internal/runtime/exithook=/tmp/go-build3547871397/b025/_pkg_.a
2025-08-20T21:22:22.9837671Z [00:04:16.236]➜  packagefile internal/runtime/gc=/tmp/go-build3547871397/b026/_pkg_.a
2025-08-20T21:22:22.9838662Z [00:04:16.236]➜  packagefile internal/runtime/maps=/tmp/go-build3547871397/b027/_pkg_.a
2025-08-20T21:22:22.9839657Z [00:04:16.236]➜  packagefile internal/runtime/math=/tmp/go-build3547871397/b023/_pkg_.a
2025-08-20T21:22:22.9840689Z [00:04:16.236]➜  packagefile internal/runtime/strconv=/tmp/go-build3547871397/b022/_pkg_.a
2025-08-20T21:22:22.9841706Z [00:04:16.236]➜  packagefile internal/runtime/sys=/tmp/go-build3547871397/b031/_pkg_.a
2025-08-20T21:22:22.9842989Z [00:04:16.236]➜  packagefile internal/runtime/syscall=/tmp/go-build3547871397/b024/_pkg_.a
2025-08-20T21:22:22.9844054Z [00:04:16.236]➜  packagefile internal/stringslite=/tmp/go-build3547871397/b032/_pkg_.a
2025-08-20T21:22:22.9845075Z [00:04:16.236]➜  packagefile internal/trace/tracev2=/tmp/go-build3547871397/b033/_pkg_.a
2025-08-20T21:22:22.9846223Z [00:04:16.236]➜  packagefile internal/reflectlite=/tmp/go-build3547871397/b005/_pkg_.a
2025-08-20T21:22:22.9847183Z [00:04:16.236]➜  packagefile internal/fmtsort=/tmp/go-build3547871397/b035/_pkg_.a
2025-08-20T21:22:22.9848089Z [00:04:16.236]➜  packagefile unicode/utf8=/tmp/go-build3547871397/b043/_pkg_.a
2025-08-20T21:22:22.9849039Z [00:04:16.236]➜  packagefile internal/filepathlite=/tmp/go-build3547871397/b052/_pkg_.a
2025-08-20T21:22:22.9849989Z [00:04:16.236]➜  packagefile internal/itoa=/tmp/go-build3547871397/b038/_pkg_.a
2025-08-20T21:22:22.9850877Z [00:04:16.236]➜  packagefile internal/poll=/tmp/go-build3547871397/b060/_pkg_.a
2025-08-20T21:22:22.9851962Z [00:04:16.236]➜  packagefile internal/syscall/execenv=/tmp/go-build3547871397/b062/_pkg_.a
2025-08-20T21:22:22.9853137Z [00:04:16.236]➜  packagefile internal/syscall/unix=/tmp/go-build3547871397/b061/_pkg_.a
2025-08-20T21:22:22.9854116Z [00:04:16.236]➜  packagefile internal/testlog=/tmp/go-build3547871397/b063/_pkg_.a
2025-08-20T21:22:22.9854984Z [00:04:16.236]➜  packagefile io/fs=/tmp/go-build3547871397/b053/_pkg_.a
2025-08-20T21:22:22.9855779Z [00:04:16.236]➜  packagefile syscall=/tmp/go-build3547871397/b059/_pkg_.a
2025-08-20T21:22:22.9856630Z [00:04:16.236]➜  packagefile internal/race=/tmp/go-build3547871397/b030/_pkg_.a
2025-08-20T21:22:22.9857573Z [00:04:16.236]➜  packagefile internal/unsafeheader=/tmp/go-build3547871397/b009/_pkg_.a
2025-08-20T21:22:22.9858463Z [00:04:16.236]➜  packagefile iter=/tmp/go-build3547871397/b039/_pkg_.a
2025-08-20T21:22:22.9859251Z [00:04:16.236]➜  packagefile unicode=/tmp/go-build3547871397/b048/_pkg_.a
2025-08-20T21:22:22.9860036Z [00:04:16.236]➜  packagefile cmp=/tmp/go-build3547871397/b036/_pkg_.a
2025-08-20T21:22:22.9860951Z [00:04:16.236]➜  packagefile math/bits=/tmp/go-build3547871397/b041/_pkg_.a
2025-08-20T21:22:22.9861852Z [00:04:16.236]➜  packagefile internal/godebug=/tmp/go-build3547871397/b057/_pkg_.a
2025-08-20T21:22:22.9863124Z [00:04:16.236]➜  packagefile github.com/fvbommel/sortorder=/tmp/go-build3547871397/b078/_pkg_.a
2025-08-20T21:22:22.9864259Z [00:04:16.236]➜  packagefile k8s.io/api/authorization/v1=/tmp/go-build3547871397/b083/_pkg_.a
2025-08-20T21:22:22.9865257Z [00:04:16.236]➜  packagefile k8s.io/api/core/v1=/tmp/go-build3547871397/b266/_pkg_.a
2025-08-20T21:22:22.9866513Z [00:04:16.236]➜  packagefile k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1=/tmp/go-build3547871397/b267/_pkg_.a
2025-08-20T21:22:22.9867969Z [00:04:16.236]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1=/tmp/go-build3547871397/b087/_pkg_.a
2025-08-20T21:22:22.9869182Z [00:04:16.236]➜  packagefile k8s.io/apimachinery/pkg/runtime/schema=/tmp/go-build3547871397/b141/_pkg_.a
2025-08-20T21:22:22.9870273Z [00:04:16.236]➜  packagefile k8s.io/apimachinery/pkg/util/cache=/tmp/go-build3547871397/b271/_pkg_.a
2025-08-20T21:22:22.9871419Z [00:04:16.236]➜  packagefile k8s.io/apimachinery/pkg/version=/tmp/go-build3547871397/b274/_pkg_.a
2025-08-20T21:22:22.9872157Z [00:04:16.236]➜  packagefile k8s.io/client-go/discovery/cached/disk=/tmp/go-build3547871397/b561/_pkg_.a
2025-08-20T21:22:22.9872947Z [00:04:16.236]➜  packagefile k8s.io/client-go/dynamic=/tmp/go-build3547871397/b465/_pkg_.a
2025-08-20T21:22:22.9873536Z [00:04:16.236]➜  packagefile k8s.io/client-go/kubernetes=/tmp/go-build3547871397/b573/_pkg_.a
2025-08-20T21:22:22.9874084Z [00:04:16.236]➜  packagefile k8s.io/client-go/rest=/tmp/go-build3547871397/b429/_pkg_.a
2025-08-20T21:22:22.9874657Z [00:04:16.236]➜  packagefile k8s.io/client-go/tools/clientcmd=/tmp/go-build3547871397/b568/_pkg_.a
2025-08-20T21:22:22.9875260Z [00:04:16.236]➜  packagefile k8s.io/metrics/pkg/apis/metrics=/tmp/go-build3547871397/b688/_pkg_.a
2025-08-20T21:22:22.9875906Z [00:04:16.236]➜  packagefile k8s.io/metrics/pkg/apis/metrics/v1beta1=/tmp/go-build3547871397/b689/_pkg_.a
2025-08-20T21:22:22.9876613Z [00:04:16.236]➜  packagefile k8s.io/metrics/pkg/client/clientset/versioned=/tmp/go-build3547871397/b690/_pkg_.a
2025-08-20T21:22:22.9877311Z [00:04:16.236]➜  packagefile net/http=/tmp/go-build3547871397/b148/_pkg_.a
2025-08-20T21:22:22.9877752Z [00:04:16.236]➜  packagefile net/url=/tmp/go-build3547871397/b139/_pkg_.a
2025-08-20T21:22:22.9878179Z [00:04:16.236]➜  packagefile path=/tmp/go-build3547871397/b055/_pkg_.a
2025-08-20T21:22:22.9878596Z [00:04:16.236]➜  packagefile regexp=/tmp/go-build3547871397/b080/_pkg_.a
2025-08-20T21:22:22.9879018Z [00:04:16.236]➜  packagefile embed=/tmp/go-build3547871397/b319/_pkg_.a
2025-08-20T21:22:22.9879500Z [00:04:16.236]➜  packagefile github.com/adrg/xdg=/tmp/go-build3547871397/b697/_pkg_.a
2025-08-20T21:22:22.9880131Z [00:04:16.236]➜  packagefile github.com/derailed/k9s/internal/config/json=/tmp/go-build3547871397/b701/_pkg_.a
2025-08-20T21:22:22.9880920Z [00:04:16.236]➜  packagefile github.com/derailed/k9s/internal/view/cmd=/tmp/go-build3547871397/b706/_pkg_.a
2025-08-20T21:22:22.9881552Z [00:04:16.236]➜  packagefile github.com/derailed/tcell/v2=/tmp/go-build3547871397/b707/_pkg_.a
2025-08-20T21:22:22.9882125Z [00:04:16.236]➜  packagefile github.com/derailed/tview=/tmp/go-build3547871397/b752/_pkg_.a
2025-08-20T21:22:22.9882883Z [00:04:16.236]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build3547871397/b104/_pkg_.a
2025-08-20T21:22:22.9883413Z [00:04:16.237]➜  packagefile maps=/tmp/go-build3547871397/b140/_pkg_.a
2025-08-20T21:22:22.9883929Z [00:04:16.237]➜  packagefile github.com/derailed/k9s/internal=/tmp/go-build3547871397/b754/_pkg_.a
2025-08-20T21:22:22.9884554Z [00:04:16.237]➜  packagefile github.com/derailed/k9s/internal/dao=/tmp/go-build3547871397/b755/_pkg_.a
2025-08-20T21:22:22.9885224Z [00:04:16.237]➜  packagefile github.com/derailed/k9s/internal/model=/tmp/go-build3547871397/b2327/_pkg_.a
2025-08-20T21:22:22.9885974Z [00:04:16.237]➜  packagefile github.com/derailed/k9s/internal/model1=/tmp/go-build3547871397/b758/_pkg_.a
2025-08-20T21:22:22.9886641Z [00:04:16.237]➜  packagefile github.com/derailed/k9s/internal/render=/tmp/go-build3547871397/b757/_pkg_.a
2025-08-20T21:22:22.9887292Z [00:04:16.237]➜  packagefile github.com/derailed/k9s/internal/vul=/tmp/go-build3547871397/b760/_pkg_.a
2025-08-20T21:22:22.9887898Z [00:04:16.237]➜  packagefile github.com/fsnotify/fsnotify=/tmp/go-build3547871397/b770/_pkg_.a
2025-08-20T21:22:22.9888481Z [00:04:16.237]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3547871397/b749/_pkg_.a
2025-08-20T21:22:22.9889092Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/api/resource=/tmp/go-build3547871397/b088/_pkg_.a
2025-08-20T21:22:22.9889763Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/labels=/tmp/go-build3547871397/b103/_pkg_.a
2025-08-20T21:22:22.9890366Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/runtime=/tmp/go-build3547871397/b128/_pkg_.a
2025-08-20T21:22:22.9890882Z [00:04:16.237]➜  packagefile sort=/tmp/go-build3547871397/b082/_pkg_.a
2025-08-20T21:22:22.9891342Z [00:04:16.237]➜  packagefile encoding/csv=/tmp/go-build3547871397/b280/_pkg_.a
2025-08-20T21:22:22.9891867Z [00:04:16.237]➜  packagefile github.com/atotto/clipboard=/tmp/go-build3547871397/b2332/_pkg_.a
2025-08-20T21:22:22.9892457Z [00:04:16.237]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build3547871397/b2328/_pkg_.a
2025-08-20T21:22:22.9893250Z [00:04:16.237]➜  packagefile github.com/derailed/k9s/internal/perf=/tmp/go-build3547871397/b2333/_pkg_.a
2025-08-20T21:22:22.9893898Z [00:04:16.237]➜  packagefile github.com/derailed/k9s/internal/port=/tmp/go-build3547871397/b756/_pkg_.a
2025-08-20T21:22:22.9894584Z [00:04:16.237]➜  packagefile github.com/derailed/k9s/internal/render/helm=/tmp/go-build3547871397/b2077/_pkg_.a
2025-08-20T21:22:22.9895271Z [00:04:16.237]➜  packagefile github.com/derailed/k9s/internal/tchart=/tmp/go-build3547871397/b2335/_pkg_.a
2025-08-20T21:22:22.9895964Z [00:04:16.237]➜  packagefile github.com/derailed/k9s/internal/ui/dialog=/tmp/go-build3547871397/b2336/_pkg_.a
2025-08-20T21:22:22.9896632Z [00:04:16.237]➜  packagefile github.com/derailed/k9s/internal/watch=/tmp/go-build3547871397/b2081/_pkg_.a
2025-08-20T21:22:22.9897363Z [00:04:16.237]➜  packagefile github.com/derailed/k9s/internal/xray=/tmp/go-build3547871397/b2330/_pkg_.a
2025-08-20T21:22:22.9897951Z [00:04:16.237]➜  packagefile github.com/fatih/color=/tmp/go-build3547871397/b1823/_pkg_.a
2025-08-20T21:22:22.9898503Z [00:04:16.237]➜  packagefile github.com/go-errors/errors=/tmp/go-build3547871397/b485/_pkg_.a
2025-08-20T21:22:22.9899053Z [00:04:16.237]➜  packagefile github.com/sahilm/fuzzy=/tmp/go-build3547871397/b759/_pkg_.a
2025-08-20T21:22:22.9899597Z [00:04:16.237]➜  packagefile golang.org/x/text/cases=/tmp/go-build3547871397/b841/_pkg_.a
2025-08-20T21:22:22.9900151Z [00:04:16.237]➜  packagefile golang.org/x/text/language=/tmp/go-build3547871397/b843/_pkg_.a
2025-08-20T21:22:22.9900723Z [00:04:16.237]➜  packagefile image=/tmp/go-build3547871397/b1642/_pkg_.a
2025-08-20T21:22:22.9901191Z [00:04:16.237]➜  packagefile k8s.io/api/apps/v1=/tmp/go-build3547871397/b356/_pkg_.a
2025-08-20T21:22:22.9901696Z [00:04:16.237]➜  packagefile k8s.io/api/batch/v1=/tmp/go-build3547871397/b367/_pkg_.a
2025-08-20T21:22:22.9902281Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/api/errors=/tmp/go-build3547871397/b339/_pkg_.a
2025-08-20T21:22:22.9903257Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured=/tmp/go-build3547871397/b291/_pkg_.a
2025-08-20T21:22:22.9903984Z [00:04:16.237]➜  packagefile k8s.io/client-go/tools/portforward=/tmp/go-build3547871397/b2207/_pkg_.a
2025-08-20T21:22:22.9904531Z [00:04:16.237]➜  packagefile os/exec=/tmp/go-build3547871397/b331/_pkg_.a
2025-08-20T21:22:22.9904982Z [00:04:16.237]➜  packagefile os/signal=/tmp/go-build3547871397/b751/_pkg_.a
2025-08-20T21:22:22.9905508Z [00:04:16.237]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3547871397/b797/_pkg_.a
2025-08-20T21:22:22.9906151Z [00:04:16.237]➜  packagefile github.com/spf13/pflag=/tmp/go-build3547871397/b279/_pkg_.a
2025-08-20T21:22:22.9906679Z [00:04:16.237]➜  packagefile text/template=/tmp/go-build3547871397/b281/_pkg_.a
2025-08-20T21:22:22.9907168Z [00:04:16.237]➜  packagefile encoding/base64=/tmp/go-build3547871397/b072/_pkg_.a
2025-08-20T21:22:22.9907687Z [00:04:16.237]➜  packagefile github.com/google/uuid=/tmp/go-build3547871397/b276/_pkg_.a
2025-08-20T21:22:22.9908258Z [00:04:16.237]➜  packagefile gopkg.in/evanphx/json-patch.v4=/tmp/go-build3547871397/b283/_pkg_.a
2025-08-20T21:22:22.9908864Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/api/meta=/tmp/go-build3547871397/b285/_pkg_.a
2025-08-20T21:22:22.9909548Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/util/json=/tmp/go-build3547871397/b142/_pkg_.a
2025-08-20T21:22:22.9910198Z [00:04:16.237]➜  packagefile k8s.io/cli-runtime/pkg/genericiooptions=/tmp/go-build3547871397/b286/_pkg_.a
2025-08-20T21:22:22.9910832Z [00:04:16.237]➜  packagefile k8s.io/cli-runtime/pkg/printers=/tmp/go-build3547871397/b287/_pkg_.a
2025-08-20T21:22:22.9911417Z [00:04:16.237]➜  packagefile k8s.io/cli-runtime/pkg/resource=/tmp/go-build3547871397/b296/_pkg_.a
2025-08-20T21:22:22.9911983Z [00:04:16.237]➜  packagefile k8s.io/client-go/discovery=/tmp/go-build3547871397/b348/_pkg_.a
2025-08-20T21:22:22.9912548Z [00:04:16.237]➜  packagefile k8s.io/client-go/restmapper=/tmp/go-build3547871397/b478/_pkg_.a
2025-08-20T21:22:22.9913311Z [00:04:16.237]➜  packagefile k8s.io/client-go/util/homedir=/tmp/go-build3547871397/b572/_pkg_.a
2025-08-20T21:22:22.9913856Z [00:04:16.237]➜  packagefile k8s.io/utils/pointer=/tmp/go-build3547871397/b270/_pkg_.a
2025-08-20T21:22:22.9914360Z [00:04:16.237]➜  packagefile log/internal=/tmp/go-build3547871397/b075/_pkg_.a
2025-08-20T21:22:22.9914852Z [00:04:16.237]➜  packagefile log/slog/internal=/tmp/go-build3547871397/b076/_pkg_.a
2025-08-20T21:22:22.9915387Z [00:04:16.237]➜  packagefile log/slog/internal/buffer=/tmp/go-build3547871397/b077/_pkg_.a
2025-08-20T21:22:22.9915936Z [00:04:16.237]➜  packagefile golang.org/x/oauth2=/tmp/go-build3547871397/b446/_pkg_.a
2025-08-20T21:22:22.9916505Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/util/net=/tmp/go-build3547871397/b255/_pkg_.a
2025-08-20T21:22:22.9917131Z [00:04:16.237]➜  packagefile unicode/utf16=/tmp/go-build3547871397/b073/_pkg_.a
2025-08-20T21:22:22.9917608Z [00:04:16.237]➜  packagefile internal/sync=/tmp/go-build3547871397/b045/_pkg_.a
2025-08-20T21:22:22.9918095Z [00:04:16.237]➜  packagefile internal/synctest=/tmp/go-build3547871397/b047/_pkg_.a
2025-08-20T21:22:22.9918583Z [00:04:16.237]➜  packagefile internal/asan=/tmp/go-build3547871397/b028/_pkg_.a
2025-08-20T21:22:22.9919058Z [00:04:16.237]➜  packagefile internal/msan=/tmp/go-build3547871397/b029/_pkg_.a
2025-08-20T21:22:22.9919542Z [00:04:16.237]➜  packagefile internal/oserror=/tmp/go-build3547871397/b054/_pkg_.a
2025-08-20T21:22:22.9920034Z [00:04:16.237]➜  packagefile internal/bisect=/tmp/go-build3547871397/b058/_pkg_.a
2025-08-20T21:22:22.9920658Z [00:04:16.237]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3547871397/b084/_pkg_.a
2025-08-20T21:22:22.9921270Z [00:04:16.237]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build3547871397/b086/_pkg_.a
2025-08-20T21:22:22.9921879Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/types=/tmp/go-build3547871397/b250/_pkg_.a
2025-08-20T21:22:22.9922488Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/util/intstr=/tmp/go-build3547871397/b251/_pkg_.a
2025-08-20T21:22:22.9923549Z [00:04:16.237]➜  packagefile encoding/binary=/tmp/go-build3547871397/b096/_pkg_.a
2025-08-20T21:22:22.9924727Z [00:04:16.237]➜  packagefile k8s.io/apiextensions-apiserver/pkg/apis/apiextensions=/tmp/go-build3547871397/b268/_pkg_.a
2025-08-20T21:22:22.9926065Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/api/equality=/tmp/go-build3547871397/b269/_pkg_.a
2025-08-20T21:22:22.9927232Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/conversion=/tmp/go-build3547871397/b099/_pkg_.a
2025-08-20T21:22:22.9928669Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct=/tmp/go-build3547871397/b092/_pkg_.a
2025-08-20T21:22:22.9929969Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/fields=/tmp/go-build3547871397/b101/_pkg_.a
2025-08-20T21:22:22.9931089Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/selection=/tmp/go-build3547871397/b102/_pkg_.a
2025-08-20T21:22:22.9932280Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/util/runtime=/tmp/go-build3547871397/b147/_pkg_.a
2025-08-20T21:22:22.9933623Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/watch=/tmp/go-build3547871397/b254/_pkg_.a
2025-08-20T21:22:22.9934731Z [00:04:16.237]➜  packagefile k8s.io/utils/ptr=/tmp/go-build3547871397/b265/_pkg_.a
2025-08-20T21:22:22.9935245Z [00:04:16.237]➜  packagefile math/rand=/tmp/go-build3547871397/b091/_pkg_.a
2025-08-20T21:22:22.9935742Z [00:04:16.237]➜  packagefile sigs.k8s.io/randfill=/tmp/go-build3547871397/b252/_pkg_.a
2025-08-20T21:22:22.9936386Z [00:04:16.237]➜  packagefile container/heap=/tmp/go-build3547871397/b272/_pkg_.a
2025-08-20T21:22:22.9937199Z [00:04:16.237]➜  packagefile container/list=/tmp/go-build3547871397/b153/_pkg_.a
2025-08-20T21:22:22.9938112Z [00:04:16.237]➜  packagefile k8s.io/utils/clock=/tmp/go-build3547871397/b273/_pkg_.a
2025-08-20T21:22:22.9938992Z [00:04:16.237]➜  packagefile crypto/sha256=/tmp/go-build3547871397/b220/_pkg_.a
2025-08-20T21:22:22.9939719Z [00:04:16.237]➜  packagefile github.com/google/gnostic-models/openapiv2=/tmp/go-build3547871397/b297/_pkg_.a
2025-08-20T21:22:22.9940382Z [00:04:16.237]➜  packagefile github.com/gregjones/httpcache=/tmp/go-build3547871397/b562/_pkg_.a
2025-08-20T21:22:22.9940987Z [00:04:16.237]➜  packagefile github.com/peterbourgon/diskv=/tmp/go-build3547871397/b564/_pkg_.a
2025-08-20T21:22:22.9941670Z [00:04:16.237]➜  packagefile k8s.io/client-go/discovery/cached/memory=/tmp/go-build3547871397/b566/_pkg_.a
2025-08-20T21:22:22.9942311Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/scheme=/tmp/go-build3547871397/b351/_pkg_.a
2025-08-20T21:22:22.9943064Z [00:04:16.237]➜  packagefile k8s.io/client-go/openapi=/tmp/go-build3547871397/b405/_pkg_.a
2025-08-20T21:22:22.9943636Z [00:04:16.237]➜  packagefile k8s.io/client-go/openapi/cached=/tmp/go-build3547871397/b567/_pkg_.a
2025-08-20T21:22:22.9944429Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor=/tmp/go-build3547871397/b431/_pkg_.a
2025-08-20T21:22:22.9945166Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/json=/tmp/go-build3547871397/b341/_pkg_.a
2025-08-20T21:22:22.9945799Z [00:04:16.237]➜  packagefile k8s.io/client-go/features=/tmp/go-build3547871397/b433/_pkg_.a
2025-08-20T21:22:22.9946364Z [00:04:16.237]➜  packagefile k8s.io/client-go/util/apply=/tmp/go-build3547871397/b466/_pkg_.a
2025-08-20T21:22:22.9946991Z [00:04:16.237]➜  packagefile k8s.io/client-go/util/consistencydetector=/tmp/go-build3547871397/b467/_pkg_.a
2025-08-20T21:22:22.9947699Z [00:04:16.237]➜  packagefile k8s.io/client-go/util/watchlist=/tmp/go-build3547871397/b473/_pkg_.a
2025-08-20T21:22:22.9948411Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/admissionregistration/v1=/tmp/go-build3547871397/b574/_pkg_.a
2025-08-20T21:22:22.9949264Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1=/tmp/go-build3547871397/b584/_pkg_.a
2025-08-20T21:22:22.9950128Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1=/tmp/go-build3547871397/b586/_pkg_.a
2025-08-20T21:22:22.9950967Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1=/tmp/go-build3547871397/b588/_pkg_.a
2025-08-20T21:22:22.9951714Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/apps/v1=/tmp/go-build3547871397/b590/_pkg_.a
2025-08-20T21:22:22.9952399Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/apps/v1beta1=/tmp/go-build3547871397/b594/_pkg_.a
2025-08-20T21:22:22.9953500Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/apps/v1beta2=/tmp/go-build3547871397/b596/_pkg_.a
2025-08-20T21:22:22.9954248Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/authentication/v1=/tmp/go-build3547871397/b598/_pkg_.a
2025-08-20T21:22:22.9955036Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/authentication/v1alpha1=/tmp/go-build3547871397/b599/_pkg_.a
2025-08-20T21:22:22.9955831Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/authentication/v1beta1=/tmp/go-build3547871397/b600/_pkg_.a
2025-08-20T21:22:22.9956596Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/authorization/v1=/tmp/go-build3547871397/b601/_pkg_.a
2025-08-20T21:22:22.9957426Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/authorization/v1beta1=/tmp/go-build3547871397/b602/_pkg_.a
2025-08-20T21:22:22.9958181Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/autoscaling/v1=/tmp/go-build3547871397/b603/_pkg_.a
2025-08-20T21:22:22.9958903Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/autoscaling/v2=/tmp/go-build3547871397/b604/_pkg_.a
2025-08-20T21:22:22.9959644Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1=/tmp/go-build3547871397/b606/_pkg_.a
2025-08-20T21:22:22.9960417Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2=/tmp/go-build3547871397/b608/_pkg_.a
2025-08-20T21:22:22.9961131Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/batch/v1=/tmp/go-build3547871397/b610/_pkg_.a
2025-08-20T21:22:22.9961826Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/batch/v1beta1=/tmp/go-build3547871397/b612/_pkg_.a
2025-08-20T21:22:22.9962556Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/certificates/v1=/tmp/go-build3547871397/b614/_pkg_.a
2025-08-20T21:22:22.9963513Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/certificates/v1alpha1=/tmp/go-build3547871397/b616/_pkg_.a
2025-08-20T21:22:22.9964387Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/certificates/v1beta1=/tmp/go-build3547871397/b618/_pkg_.a
2025-08-20T21:22:22.9965136Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/coordination/v1=/tmp/go-build3547871397/b620/_pkg_.a
2025-08-20T21:22:22.9965955Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/coordination/v1alpha2=/tmp/go-build3547871397/b622/_pkg_.a
2025-08-20T21:22:22.9966729Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/coordination/v1beta1=/tmp/go-build3547871397/b624/_pkg_.a
2025-08-20T21:22:22.9967442Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/core/v1=/tmp/go-build3547871397/b626/_pkg_.a
2025-08-20T21:22:22.9968135Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/discovery/v1=/tmp/go-build3547871397/b628/_pkg_.a
2025-08-20T21:22:22.9968867Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/discovery/v1beta1=/tmp/go-build3547871397/b630/_pkg_.a
2025-08-20T21:22:22.9969592Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/events/v1=/tmp/go-build3547871397/b632/_pkg_.a
2025-08-20T21:22:22.9970313Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/events/v1beta1=/tmp/go-build3547871397/b634/_pkg_.a
2025-08-20T21:22:22.9971065Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/extensions/v1beta1=/tmp/go-build3547871397/b636/_pkg_.a
2025-08-20T21:22:22.9971798Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/flowcontrol/v1=/tmp/go-build3547871397/b638/_pkg_.a
2025-08-20T21:22:22.9972542Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1=/tmp/go-build3547871397/b640/_pkg_.a
2025-08-20T21:22:22.9973570Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta2=/tmp/go-build3547871397/b642/_pkg_.a
2025-08-20T21:22:22.9974352Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta3=/tmp/go-build3547871397/b644/_pkg_.a
2025-08-20T21:22:22.9975156Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/networking/v1=/tmp/go-build3547871397/b646/_pkg_.a
2025-08-20T21:22:22.9975900Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/networking/v1alpha1=/tmp/go-build3547871397/b648/_pkg_.a
2025-08-20T21:22:22.9976658Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/networking/v1beta1=/tmp/go-build3547871397/b650/_pkg_.a
2025-08-20T21:22:22.9977364Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/node/v1=/tmp/go-build3547871397/b652/_pkg_.a
2025-08-20T21:22:22.9978057Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/node/v1alpha1=/tmp/go-build3547871397/b654/_pkg_.a
2025-08-20T21:22:22.9978768Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/node/v1beta1=/tmp/go-build3547871397/b656/_pkg_.a
2025-08-20T21:22:22.9979474Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/policy/v1=/tmp/go-build3547871397/b658/_pkg_.a
2025-08-20T21:22:22.9980180Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/policy/v1beta1=/tmp/go-build3547871397/b660/_pkg_.a
2025-08-20T21:22:22.9980878Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/rbac/v1=/tmp/go-build3547871397/b662/_pkg_.a
2025-08-20T21:22:22.9981567Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/rbac/v1alpha1=/tmp/go-build3547871397/b664/_pkg_.a
2025-08-20T21:22:22.9982275Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/rbac/v1beta1=/tmp/go-build3547871397/b666/_pkg_.a
2025-08-20T21:22:22.9983162Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/resource/v1alpha3=/tmp/go-build3547871397/b668/_pkg_.a
2025-08-20T21:22:22.9983914Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/resource/v1beta1=/tmp/go-build3547871397/b670/_pkg_.a
2025-08-20T21:22:22.9984653Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/resource/v1beta2=/tmp/go-build3547871397/b672/_pkg_.a
2025-08-20T21:22:22.9985379Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/scheduling/v1=/tmp/go-build3547871397/b674/_pkg_.a
2025-08-20T21:22:22.9986214Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1=/tmp/go-build3547871397/b676/_pkg_.a
2025-08-20T21:22:22.9986972Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/scheduling/v1beta1=/tmp/go-build3547871397/b678/_pkg_.a
2025-08-20T21:22:22.9987762Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/storage/v1=/tmp/go-build3547871397/b680/_pkg_.a
2025-08-20T21:22:22.9988476Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/storage/v1alpha1=/tmp/go-build3547871397/b682/_pkg_.a
2025-08-20T21:22:22.9989215Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/storage/v1beta1=/tmp/go-build3547871397/b684/_pkg_.a
2025-08-20T21:22:22.9989995Z [00:04:16.237]➜  packagefile k8s.io/client-go/kubernetes/typed/storagemigration/v1alpha1=/tmp/go-build3547871397/b686/_pkg_.a
2025-08-20T21:22:22.9990711Z [00:04:16.237]➜  packagefile k8s.io/client-go/util/flowcontrol=/tmp/go-build3547871397/b455/_pkg_.a
2025-08-20T21:22:22.9991377Z [00:04:16.237]➜  packagefile crypto/tls=/tmp/go-build3547871397/b180/_pkg_.a
2025-08-20T21:22:22.9991852Z [00:04:16.237]➜  packagefile encoding/hex=/tmp/go-build3547871397/b097/_pkg_.a
2025-08-20T21:22:22.9992394Z [00:04:16.237]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build3547871397/b430/_pkg_.a
2025-08-20T21:22:22.9993116Z [00:04:16.237]➜  packagefile golang.org/x/net/http2=/tmp/go-build3547871397/b256/_pkg_.a
2025-08-20T21:22:22.9993745Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer=/tmp/go-build3547871397/b346/_pkg_.a
2025-08-20T21:22:22.9994563Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/streaming=/tmp/go-build3547871397/b432/_pkg_.a
2025-08-20T21:22:22.9995326Z [00:04:16.237]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication=/tmp/go-build3547871397/b434/_pkg_.a
2025-08-20T21:22:22.9995971Z [00:04:16.237]➜  packagefile k8s.io/client-go/pkg/version=/tmp/go-build3547871397/b435/_pkg_.a
2025-08-20T21:22:22.9996673Z [00:04:16.237]➜  packagefile k8s.io/client-go/plugin/pkg/client/auth/exec=/tmp/go-build3547871397/b436/_pkg_.a
2025-08-20T21:22:22.9997297Z [00:04:16.237]➜  packagefile k8s.io/client-go/rest/watch=/tmp/go-build3547871397/b452/_pkg_.a
2025-08-20T21:22:22.9997874Z [00:04:16.237]➜  packagefile k8s.io/client-go/tools/metrics=/tmp/go-build3547871397/b444/_pkg_.a
2025-08-20T21:22:22.9998438Z [00:04:16.237]➜  packagefile k8s.io/client-go/transport=/tmp/go-build3547871397/b445/_pkg_.a
2025-08-20T21:22:22.9998987Z [00:04:16.237]➜  packagefile k8s.io/client-go/util/cert=/tmp/go-build3547871397/b453/_pkg_.a
2025-08-20T21:22:22.9999467Z [00:04:16.237]➜  packagefile mime=/tmp/go-build3547871397/b236/_pkg_.a
2025-08-20T21:22:22.9999889Z [00:04:16.237]➜  packagefile net=/tmp/go-build3547871397/b121/_pkg_.a
2025-08-20T21:22:23.0000358Z [00:04:16.237]➜  packagefile net/http/httptrace=/tmp/go-build3547871397/b239/_pkg_.a
2025-08-20T21:22:23.0000881Z [00:04:16.237]➜  packagefile golang.org/x/term=/tmp/go-build3547871397/b437/_pkg_.a
2025-08-20T21:22:23.0001459Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/util/errors=/tmp/go-build3547871397/b107/_pkg_.a
2025-08-20T21:22:23.0002112Z [00:04:16.237]➜  packagefile k8s.io/apimachinery/pkg/util/validation=/tmp/go-build3547871397/b105/_pkg_.a
2025-08-20T21:22:23.0002973Z [00:04:16.237]➜  packagefile k8s.io/client-go/tools/auth=/tmp/go-build3547871397/b569/_pkg_.a
2025-08-20T21:22:23.0003614Z [00:04:16.237]➜  packagefile k8s.io/client-go/tools/clientcmd/api/latest=/tmp/go-build3547871397/b570/_pkg_.a
2025-08-20T21:22:23.0004426Z [00:04:16.237]➜  packagefile k8s.io/metrics/pkg/client/clientset/versioned/typed/metrics/v1alpha1=/tmp/go-build3547871397/b691/_pkg_.a
2025-08-20T21:22:23.0005354Z [00:04:16.237]➜  packagefile k8s.io/metrics/pkg/client/clientset/versioned/typed/metrics/v1beta1=/tmp/go-build3547871397/b694/_pkg_.a
2025-08-20T21:22:23.0006051Z [00:04:16.237]➜  packagefile compress/gzip=/tmp/go-build3547871397/b149/_pkg_.a
2025-08-20T21:22:23.0017163Z [00:04:16.237]➜  packagefile crypto/rand=/tmp/go-build3547871397/b154/_pkg_.a
2025-08-20T21:22:23.0017902Z [00:04:16.237]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3547871397/b227/_pkg_.a
2025-08-20T21:22:23.0018761Z [00:04:16.237]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3547871397/b234/_pkg_.a
2025-08-20T21:22:23.0019427Z [00:04:16.238]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3547871397/b235/_pkg_.a
2025-08-20T21:22:23.0020039Z [00:04:16.238]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3547871397/b228/_pkg_.a
2025-08-20T21:22:23.0020577Z [00:04:16.238]➜  packagefile mime/multipart=/tmp/go-build3547871397/b237/_pkg_.a
2025-08-20T21:22:23.0021104Z [00:04:16.238]➜  packagefile net/http/internal=/tmp/go-build3547871397/b240/_pkg_.a
2025-08-20T21:22:23.0021651Z [00:04:16.238]➜  packagefile net/http/internal/ascii=/tmp/go-build3547871397/b241/_pkg_.a
2025-08-20T21:22:23.0022317Z [00:04:16.238]➜  packagefile net/http/internal/httpcommon=/tmp/go-build3547871397/b242/_pkg_.a
2025-08-20T21:22:23.0023116Z [00:04:16.238]➜  packagefile net/textproto=/tmp/go-build3547871397/b233/_pkg_.a
2025-08-20T21:22:23.0023611Z [00:04:16.238]➜  packagefile regexp/syntax=/tmp/go-build3547871397/b081/_pkg_.a
2025-08-20T21:22:23.0024196Z [00:04:16.238]➜  packagefile github.com/adrg/xdg/internal/pathutil=/tmp/go-build3547871397/b698/_pkg_.a
2025-08-20T21:22:23.0024849Z [00:04:16.238]➜  packagefile github.com/adrg/xdg/internal/userdirs=/tmp/go-build3547871397/b699/_pkg_.a
2025-08-20T21:22:23.0025510Z [00:04:16.238]➜  packagefile github.com/xeipuuv/gojsonschema=/tmp/go-build3547871397/b702/_pkg_.a
2025-08-20T21:22:23.0026221Z [00:04:16.238]➜  packagefile github.com/derailed/tcell/v2/terminfo=/tmp/go-build3547871397/b708/_pkg_.a
2025-08-20T21:22:23.0026899Z [00:04:16.238]➜  packagefile github.com/derailed/tcell/v2/terminfo/base=/tmp/go-build3547871397/b709/_pkg_.a
2025-08-20T21:22:23.0027618Z [00:04:16.238]➜  packagefile github.com/derailed/tcell/v2/terminfo/dynamic=/tmp/go-build3547871397/b715/_pkg_.a
2025-08-20T21:22:23.0028352Z [00:04:16.238]➜  packagefile github.com/derailed/tcell/v2/terminfo/extended=/tmp/go-build3547871397/b716/_pkg_.a
2025-08-20T21:22:23.0028996Z [00:04:16.238]➜  packagefile github.com/gdamore/encoding=/tmp/go-build3547871397/b746/_pkg_.a
2025-08-20T21:22:23.0029606Z [00:04:16.238]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3547871397/b747/_pkg_.a
2025-08-20T21:22:23.0030186Z [00:04:16.238]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3547871397/b290/_pkg_.a
2025-08-20T21:22:23.0030757Z [00:04:16.238]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3547871397/b334/_pkg_.a
2025-08-20T21:22:23.0031343Z [00:04:16.238]➜  packagefile golang.org/x/text/transform=/tmp/go-build3547871397/b260/_pkg_.a
2025-08-20T21:22:23.0032100Z [00:04:16.239]➜  packagefile image/color=/tmp/go-build3547871397/b748/_pkg_.a
2025-08-20T21:22:23.0032607Z [00:04:16.240]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3547871397/b750/_pkg_.a
2025-08-20T21:22:23.0033415Z [00:04:16.240]➜  packagefile helm.sh/helm/v3/pkg/action=/tmp/go-build3547871397/b2208/_pkg_.a
2025-08-20T21:22:23.0033960Z [00:04:16.240]➜  packagefile k8s.io/api/rbac/v1=/tmp/go-build3547871397/b392/_pkg_.a
2025-08-20T21:22:23.0034578Z [00:04:16.240]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1beta1=/tmp/go-build3547871397/b475/_pkg_.a
2025-08-20T21:22:23.0035259Z [00:04:16.240]➜  packagefile k8s.io/apimachinery/pkg/util/httpstream=/tmp/go-build3547871397/b2056/_pkg_.a
2025-08-20T21:22:23.0035906Z [00:04:16.240]➜  packagefile k8s.io/apimachinery/pkg/util/rand=/tmp/go-build3547871397/b2309/_pkg_.a
2025-08-20T21:22:23.0036585Z [00:04:16.240]➜  packagefile k8s.io/apimachinery/pkg/util/strategicpatch=/tmp/go-build3547871397/b581/_pkg_.a
2025-08-20T21:22:23.0037221Z [00:04:16.240]➜  packagefile k8s.io/client-go/informers=/tmp/go-build3547871397/b2084/_pkg_.a
2025-08-20T21:22:23.0037765Z [00:04:16.240]➜  packagefile k8s.io/client-go/scale=/tmp/go-build3547871397/b2030/_pkg_.a
2025-08-20T21:22:23.0038434Z [00:04:16.240]➜  packagefile k8s.io/client-go/transport/spdy=/tmp/go-build3547871397/b2058/_pkg_.a
2025-08-20T21:22:23.0039022Z [00:04:16.240]➜  packagefile k8s.io/kubectl/pkg/cmd/util=/tmp/go-build3547871397/b2029/_pkg_.a
2025-08-20T21:22:23.0039653Z [00:04:16.240]➜  packagefile k8s.io/kubectl/pkg/describe=/tmp/go-build3547871397/b2310/_pkg_.a
2025-08-20T21:22:23.0040215Z [00:04:16.240]➜  packagefile k8s.io/kubectl/pkg/drain=/tmp/go-build3547871397/b2322/_pkg_.a
2025-08-20T21:22:23.0040836Z [00:04:16.240]➜  packagefile k8s.io/kubectl/pkg/polymorphichelpers=/tmp/go-build3547871397/b2323/_pkg_.a
2025-08-20T21:22:23.0041453Z [00:04:16.240]➜  packagefile k8s.io/kubectl/pkg/scheme=/tmp/go-build3547871397/b2040/_pkg_.a
2025-08-20T21:22:23.0042079Z [00:04:16.240]➜  packagefile github.com/derailed/k9s/internal/health=/tmp/go-build3547871397/b2329/_pkg_.a
2025-08-20T21:22:23.0042882Z [00:04:16.240]➜  packagefile github.com/itchyny/gojq=/tmp/go-build3547871397/b2008/_pkg_.a
2025-08-20T21:22:23.0043526Z [00:04:16.240]➜  packagefile golang.org/x/exp/slog=/tmp/go-build3547871397/b2010/_pkg_.a
2025-08-20T21:22:23.0044087Z [00:04:16.240]➜  packagefile golang.org/x/text/message=/tmp/go-build3547871397/b2014/_pkg_.a
2025-08-20T21:22:23.0044646Z [00:04:16.240]➜  packagefile k8s.io/api/discovery/v1=/tmp/go-build3547871397/b375/_pkg_.a
2025-08-20T21:22:23.0045188Z [00:04:16.240]➜  packagefile k8s.io/api/networking/v1=/tmp/go-build3547871397/b384/_pkg_.a
2025-08-20T21:22:23.0045723Z [00:04:16.240]➜  packagefile k8s.io/api/policy/v1=/tmp/go-build3547871397/b390/_pkg_.a
2025-08-20T21:22:23.0046245Z [00:04:16.240]➜  packagefile k8s.io/api/storage/v1=/tmp/go-build3547871397/b401/_pkg_.a
2025-08-20T21:22:23.0046909Z [00:04:16.240]➜  packagefile k8s.io/apimachinery/pkg/util/duration=/tmp/go-build3547871397/b292/_pkg_.a
2025-08-20T21:22:23.0047541Z [00:04:16.240]➜  packagefile k8s.io/client-go/util/jsonpath=/tmp/go-build3547871397/b293/_pkg_.a
2025-08-20T21:22:23.0048140Z [00:04:16.240]➜  packagefile k8s.io/kubectl/pkg/cmd/get=/tmp/go-build3547871397/b2021/_pkg_.a
2025-08-20T21:22:23.0048731Z [00:04:16.240]➜  packagefile k8s.io/kubectl/pkg/util/storage=/tmp/go-build3547871397/b2076/_pkg_.a
2025-08-20T21:22:23.0049306Z [00:04:16.240]➜  packagefile github.com/anchore/clio=/tmp/go-build3547871397/b761/_pkg_.a
2025-08-20T21:22:23.0049957Z [00:04:16.240]➜  packagefile github.com/anchore/grype/cmd/grype/cli/options=/tmp/go-build3547871397/b812/_pkg_.a
2025-08-20T21:22:23.0050616Z [00:04:16.240]➜  packagefile github.com/anchore/grype/grype=/tmp/go-build3547871397/b1986/_pkg_.a
2025-08-20T21:22:23.0051248Z [00:04:16.240]➜  packagefile github.com/anchore/grype/grype/match=/tmp/go-build3547871397/b1972/_pkg_.a
2025-08-20T21:22:23.0051908Z [00:04:16.240]➜  packagefile github.com/anchore/grype/grype/matcher=/tmp/go-build3547871397/b1989/_pkg_.a
2025-08-20T21:22:23.0052601Z [00:04:16.240]➜  packagefile github.com/anchore/grype/grype/matcher/dotnet=/tmp/go-build3547871397/b1992/_pkg_.a
2025-08-20T21:22:23.0053672Z [00:04:16.240]➜  packagefile github.com/anchore/grype/grype/matcher/golang=/tmp/go-build3547871397/b1994/_pkg_.a
2025-08-20T21:22:23.0054385Z [00:04:16.240]➜  packagefile github.com/anchore/grype/grype/matcher/java=/tmp/go-build3547871397/b1973/_pkg_.a
2025-08-20T21:22:23.0055127Z [00:04:16.240]➜  packagefile github.com/anchore/grype/grype/matcher/javascript=/tmp/go-build3547871397/b1995/_pkg_.a
2025-08-20T21:22:23.0055869Z [00:04:16.240]➜  packagefile github.com/anchore/grype/grype/matcher/python=/tmp/go-build3547871397/b1998/_pkg_.a
2025-08-20T21:22:23.0056577Z [00:04:16.240]➜  packagefile github.com/anchore/grype/grype/matcher/ruby=/tmp/go-build3547871397/b2000/_pkg_.a
2025-08-20T21:22:23.0057287Z [00:04:16.240]➜  packagefile github.com/anchore/grype/grype/matcher/stock=/tmp/go-build3547871397/b2002/_pkg_.a
2025-08-20T21:22:23.0057961Z [00:04:16.240]➜  packagefile github.com/anchore/grype/grype/pkg=/tmp/go-build3547871397/b851/_pkg_.a
2025-08-20T21:22:23.0058731Z [00:04:16.240]➜  packagefile github.com/anchore/grype/grype/vex=/tmp/go-build3547871397/b2003/_pkg_.a
2025-08-20T21:22:23.0059408Z [00:04:16.241]➜  packagefile github.com/anchore/grype/grype/vulnerability=/tmp/go-build3547871397/b1959/_pkg_.a
2025-08-20T21:22:23.0060057Z [00:04:16.241]➜  packagefile github.com/anchore/syft/syft=/tmp/go-build3547871397/b1224/_pkg_.a
2025-08-20T21:22:23.0060724Z [00:04:16.241]➜  packagefile github.com/olekukonko/tablewriter=/tmp/go-build3547871397/b1815/_pkg_.a
2025-08-20T21:22:23.0061388Z [00:04:16.241]➜  packagefile github.com/olekukonko/tablewriter/renderer=/tmp/go-build3547871397/b1822/_pkg_.a
2025-08-20T21:22:23.0062061Z [00:04:16.241]➜  packagefile github.com/olekukonko/tablewriter/tw=/tmp/go-build3547871397/b1824/_pkg_.a
2025-08-20T21:22:23.0063271Z [00:04:16.241]➜  packagefile github.com/fsnotify/fsnotify/internal=/tmp/go-build3547871397/b771/_pkg_.a
2025-08-20T21:22:23.0064307Z [00:04:16.241]➜  packagefile gopkg.in/inf.v0=/tmp/go-build3547871397/b089/_pkg_.a
2025-08-20T21:22:23.0065265Z [00:04:16.241]➜  packagefile math/big=/tmp/go-build3547871397/b090/_pkg_.a
2025-08-20T21:22:23.0066347Z [00:04:16.241]➜  packagefile k8s.io/apimachinery/pkg/util/validation/field=/tmp/go-build3547871397/b106/_pkg_.a
2025-08-20T21:22:23.0067378Z [00:04:16.241]➜  packagefile go/ast=/tmp/go-build3547871397/b129/_pkg_.a
2025-08-20T21:22:23.0068151Z [00:04:16.241]➜  packagefile go/doc=/tmp/go-build3547871397/b132/_pkg_.a
2025-08-20T21:22:23.0068935Z [00:04:16.241]➜  packagefile go/parser=/tmp/go-build3547871397/b135/_pkg_.a
2025-08-20T21:22:23.0069740Z [00:04:16.241]➜  packagefile go/token=/tmp/go-build3547871397/b131/_pkg_.a
2025-08-20T21:22:23.0070732Z [00:04:16.241]➜  packagefile k8s.io/apimachinery/pkg/api/operation=/tmp/go-build3547871397/b137/_pkg_.a
2025-08-20T21:22:23.0072086Z [00:04:16.241]➜  packagefile k8s.io/apimachinery/pkg/conversion/queryparams=/tmp/go-build3547871397/b138/_pkg_.a
2025-08-20T21:22:23.0073485Z [00:04:16.241]➜  packagefile k8s.io/apimachinery/pkg/util/naming=/tmp/go-build3547871397/b145/_pkg_.a
2025-08-20T21:22:23.0074674Z [00:04:16.241]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/value=/tmp/go-build3547871397/b243/_pkg_.a
2025-08-20T21:22:23.0075813Z [00:04:16.241]➜  packagefile github.com/rakyll/hey/requester=/tmp/go-build3547871397/b2334/_pkg_.a
2025-08-20T21:22:23.0076866Z [00:04:16.241]➜  packagefile helm.sh/helm/v3/pkg/release=/tmp/go-build3547871397/b2078/_pkg_.a
2025-08-20T21:22:23.0077996Z [00:04:16.241]➜  packagefile k8s.io/client-go/dynamic/dynamicinformer=/tmp/go-build3547871397/b2082/_pkg_.a
2025-08-20T21:22:23.0079142Z [00:04:16.241]➜  packagefile golang.org/x/text/internal=/tmp/go-build3547871397/b842/_pkg_.a
2025-08-20T21:22:23.0080186Z [00:04:16.241]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3547871397/b262/_pkg_.a
2025-08-20T21:22:23.0081173Z [00:04:16.241]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3547871397/b844/_pkg_.a
2025-08-20T21:22:23.0082416Z [00:04:16.241]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build3547871397/b846/_pkg_.a
2025-08-20T21:22:23.0083801Z [00:04:16.241]➜  packagefile github.com/gorilla/websocket=/tmp/go-build3547871397/b2055/_pkg_.a
2025-08-20T21:22:23.0085037Z [00:04:16.241]➜  packagefile k8s.io/apimachinery/pkg/util/httpstream/spdy=/tmp/go-build3547871397/b2059/_pkg_.a
2025-08-20T21:22:23.0085777Z [00:04:16.241]➜  packagefile k8s.io/apimachinery/pkg/util/portforward=/tmp/go-build3547871397/b2068/_pkg_.a
2025-08-20T21:22:23.0086441Z [00:04:16.241]➜  packagefile k8s.io/client-go/transport/websocket=/tmp/go-build3547871397/b2065/_pkg_.a
2025-08-20T21:22:23.0087004Z [00:04:16.241]➜  packagefile k8s.io/utils/net=/tmp/go-build3547871397/b119/_pkg_.a
2025-08-20T21:22:23.0087521Z [00:04:16.241]➜  packagefile text/template/parse=/tmp/go-build3547871397/b282/_pkg_.a
2025-08-20T21:22:23.0088017Z [00:04:16.241]➜  packagefile crypto/md5=/tmp/go-build3547871397/b215/_pkg_.a
2025-08-20T21:22:23.0088483Z [00:04:16.241]➜  packagefile crypto/sha1=/tmp/go-build3547871397/b219/_pkg_.a
2025-08-20T21:22:23.0089117Z [00:04:16.241]➜  packagefile database/sql/driver=/tmp/go-build3547871397/b277/_pkg_.a
2025-08-20T21:22:23.0089590Z [00:04:16.241]➜  packagefile hash=/tmp/go-build3547871397/b152/_pkg_.a
2025-08-20T21:22:23.0090086Z [00:04:16.241]➜  packagefile github.com/pkg/errors=/tmp/go-build3547871397/b284/_pkg_.a
2025-08-20T21:22:23.0090675Z [00:04:16.241]➜  packagefile sigs.k8s.io/json=/tmp/go-build3547871397/b143/_pkg_.a
2025-08-20T21:22:23.0091222Z [00:04:16.241]➜  packagefile github.com/liggitt/tabwriter=/tmp/go-build3547871397/b288/_pkg_.a
2025-08-20T21:22:23.0091970Z [00:04:16.241]➜  packagefile github.com/moby/term=/tmp/go-build3547871397/b289/_pkg_.a
2025-08-20T21:22:23.0092494Z [00:04:16.241]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3547871397/b295/_pkg_.a
2025-08-20T21:22:23.0093226Z [00:04:16.241]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3547871397/b332/_pkg_.a
2025-08-20T21:22:23.0093849Z [00:04:16.241]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3547871397/b333/_pkg_.a
2025-08-20T21:22:23.0094760Z [00:04:16.241]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructuredscheme=/tmp/go-build3547871397/b340/_pkg_.a
2025-08-20T21:22:23.0095547Z [00:04:16.241]➜  packagefile k8s.io/apimachinery/pkg/util/yaml=/tmp/go-build3547871397/b344/_pkg_.a
2025-08-20T21:22:23.0096143Z [00:04:16.241]➜  packagefile k8s.io/client-go/openapi3=/tmp/go-build3547871397/b477/_pkg_.a
2025-08-20T21:22:23.0096713Z [00:04:16.241]➜  packagefile k8s.io/kube-openapi/pkg/spec3=/tmp/go-build3547871397/b464/_pkg_.a
2025-08-20T21:22:23.0097336Z [00:04:16.241]➜  packagefile k8s.io/kube-openapi/pkg/validation/spec=/tmp/go-build3547871397/b414/_pkg_.a
2025-08-20T21:22:23.0098037Z [00:04:16.241]➜  packagefile sigs.k8s.io/kustomize/api/krusty=/tmp/go-build3547871397/b479/_pkg_.a
2025-08-20T21:22:23.0098663Z [00:04:16.241]➜  packagefile sigs.k8s.io/kustomize/kyaml/filesys=/tmp/go-build3547871397/b500/_pkg_.a
2025-08-20T21:22:23.0099250Z [00:04:16.241]➜  packagefile sigs.k8s.io/yaml/goyaml.v2=/tmp/go-build3547871397/b248/_pkg_.a
2025-08-20T21:22:23.0099844Z [00:04:16.241]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3547871397/b300/_pkg_.a
2025-08-20T21:22:23.0100427Z [00:04:16.241]➜  packagefile k8s.io/api/apidiscovery/v2=/tmp/go-build3547871397/b349/_pkg_.a
2025-08-20T21:22:23.0101012Z [00:04:16.241]➜  packagefile k8s.io/api/apidiscovery/v2beta1=/tmp/go-build3547871397/b350/_pkg_.a
2025-08-20T21:22:23.0101601Z [00:04:16.241]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3547871397/b447/_pkg_.a
2025-08-20T21:22:23.0102282Z [00:04:16.241]➜  packagefile k8s.io/apimachinery/third_party/forked/golang/reflect=/tmp/go-build3547871397/b100/_pkg_.a
2025-08-20T21:22:23.0103271Z [00:04:16.241]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes=/tmp/go-build3547871397/b093/_pkg_.a
2025-08-20T21:22:23.0103997Z [00:04:16.241]➜  packagefile sigs.k8s.io/randfill/bytesource=/tmp/go-build3547871397/b253/_pkg_.a
2025-08-20T21:22:23.0104511Z [00:04:16.241]➜  packagefile crypto=/tmp/go-build3547871397/b156/_pkg_.a
2025-08-20T21:22:23.0105005Z [00:04:16.241]➜  packagefile crypto/internal/boring=/tmp/go-build3547871397/b155/_pkg_.a
2025-08-20T21:22:23.0105583Z [00:04:16.241]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3547871397/b164/_pkg_.a
2025-08-20T21:22:23.0106231Z [00:04:16.241]➜  packagefile github.com/google/gnostic-models/compiler=/tmp/go-build3547871397/b298/_pkg_.a
2025-08-20T21:22:23.0106944Z [00:04:16.241]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3547871397/b306/_pkg_.a
2025-08-20T21:22:23.0107663Z [00:04:16.241]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3547871397/b314/_pkg_.a
2025-08-20T21:22:23.0108390Z [00:04:16.241]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3547871397/b329/_pkg_.a
2025-08-20T21:22:23.0108965Z [00:04:16.241]➜  packagefile io/ioutil=/tmp/go-build3547871397/b246/_pkg_.a
2025-08-20T21:22:23.0109454Z [00:04:16.241]➜  packagefile net/http/httputil=/tmp/go-build3547871397/b563/_pkg_.a
2025-08-20T21:22:23.0110060Z [00:04:16.241]➜  packagefile compress/flate=/tmp/go-build3547871397/b150/_pkg_.a
2025-08-20T21:22:23.0110549Z [00:04:16.241]➜  packagefile compress/zlib=/tmp/go-build3547871397/b460/_pkg_.a
2025-08-20T21:22:23.0111130Z [00:04:16.241]➜  packagefile github.com/google/btree=/tmp/go-build3547871397/b565/_pkg_.a
2025-08-20T21:22:23.0111735Z [00:04:16.241]➜  packagefile k8s.io/api/admissionregistration/v1=/tmp/go-build3547871397/b352/_pkg_.a
2025-08-20T21:22:23.0112415Z [00:04:16.241]➜  packagefile k8s.io/api/admissionregistration/v1alpha1=/tmp/go-build3547871397/b353/_pkg_.a
2025-08-20T21:22:23.0113346Z [00:04:16.241]➜  packagefile k8s.io/api/admissionregistration/v1beta1=/tmp/go-build3547871397/b354/_pkg_.a
2025-08-20T21:22:23.0114016Z [00:04:16.241]➜  packagefile k8s.io/api/apiserverinternal/v1alpha1=/tmp/go-build3547871397/b355/_pkg_.a
2025-08-20T21:22:23.0114606Z [00:04:16.241]➜  packagefile k8s.io/api/apps/v1beta1=/tmp/go-build3547871397/b357/_pkg_.a
2025-08-20T21:22:23.0115227Z [00:04:16.242]➜  packagefile k8s.io/api/apps/v1beta2=/tmp/go-build3547871397/b358/_pkg_.a
2025-08-20T21:22:23.0115799Z [00:04:16.242]➜  packagefile k8s.io/api/authentication/v1=/tmp/go-build3547871397/b359/_pkg_.a
2025-08-20T21:22:23.0116415Z [00:04:16.242]➜  packagefile k8s.io/api/authentication/v1alpha1=/tmp/go-build3547871397/b360/_pkg_.a
2025-08-20T21:22:23.0117036Z [00:04:16.242]➜  packagefile k8s.io/api/authentication/v1beta1=/tmp/go-build3547871397/b361/_pkg_.a
2025-08-20T21:22:23.0117647Z [00:04:16.242]➜  packagefile k8s.io/api/authorization/v1beta1=/tmp/go-build3547871397/b362/_pkg_.a
2025-08-20T21:22:23.0118228Z [00:04:16.242]➜  packagefile k8s.io/api/autoscaling/v1=/tmp/go-build3547871397/b363/_pkg_.a
2025-08-20T21:22:23.0118844Z [00:04:16.242]➜  packagefile k8s.io/api/autoscaling/v2=/tmp/go-build3547871397/b364/_pkg_.a
2025-08-20T21:22:23.0119422Z [00:04:16.242]➜  packagefile k8s.io/api/autoscaling/v2beta1=/tmp/go-build3547871397/b365/_pkg_.a
2025-08-20T21:22:23.0120018Z [00:04:16.242]➜  packagefile k8s.io/api/autoscaling/v2beta2=/tmp/go-build3547871397/b366/_pkg_.a
2025-08-20T21:22:23.0120578Z [00:04:16.242]➜  packagefile k8s.io/api/batch/v1beta1=/tmp/go-build3547871397/b368/_pkg_.a
2025-08-20T21:22:23.0121134Z [00:04:16.242]➜  packagefile k8s.io/api/certificates/v1=/tmp/go-build3547871397/b369/_pkg_.a
2025-08-20T21:22:23.0121715Z [00:04:16.242]➜  packagefile k8s.io/api/certificates/v1alpha1=/tmp/go-build3547871397/b370/_pkg_.a
2025-08-20T21:22:23.0122316Z [00:04:16.242]➜  packagefile k8s.io/api/certificates/v1beta1=/tmp/go-build3547871397/b371/_pkg_.a
2025-08-20T21:22:23.0123126Z [00:04:16.242]➜  packagefile k8s.io/api/coordination/v1=/tmp/go-build3547871397/b372/_pkg_.a
2025-08-20T21:22:23.0123730Z [00:04:16.242]➜  packagefile k8s.io/api/coordination/v1alpha2=/tmp/go-build3547871397/b373/_pkg_.a
2025-08-20T21:22:23.0124335Z [00:04:16.242]➜  packagefile k8s.io/api/coordination/v1beta1=/tmp/go-build3547871397/b374/_pkg_.a
2025-08-20T21:22:23.0124930Z [00:04:16.242]➜  packagefile k8s.io/api/discovery/v1beta1=/tmp/go-build3547871397/b376/_pkg_.a
2025-08-20T21:22:23.0125504Z [00:04:16.242]➜  packagefile k8s.io/api/events/v1=/tmp/go-build3547871397/b377/_pkg_.a
2025-08-20T21:22:23.0126034Z [00:04:16.242]➜  packagefile k8s.io/api/events/v1beta1=/tmp/go-build3547871397/b378/_pkg_.a
2025-08-20T21:22:23.0126606Z [00:04:16.242]➜  packagefile k8s.io/api/extensions/v1beta1=/tmp/go-build3547871397/b379/_pkg_.a
2025-08-20T21:22:23.0127168Z [00:04:16.242]➜  packagefile k8s.io/api/flowcontrol/v1=/tmp/go-build3547871397/b380/_pkg_.a
2025-08-20T21:22:23.0127742Z [00:04:16.242]➜  packagefile k8s.io/api/flowcontrol/v1beta1=/tmp/go-build3547871397/b381/_pkg_.a
2025-08-20T21:22:23.0128330Z [00:04:16.242]➜  packagefile k8s.io/api/flowcontrol/v1beta2=/tmp/go-build3547871397/b382/_pkg_.a
2025-08-20T21:22:23.0128913Z [00:04:16.242]➜  packagefile k8s.io/api/flowcontrol/v1beta3=/tmp/go-build3547871397/b383/_pkg_.a
2025-08-20T21:22:23.0129500Z [00:04:16.242]➜  packagefile k8s.io/api/networking/v1alpha1=/tmp/go-build3547871397/b385/_pkg_.a
2025-08-20T21:22:23.0130179Z [00:04:16.242]➜  packagefile k8s.io/api/networking/v1beta1=/tmp/go-build3547871397/b386/_pkg_.a
2025-08-20T21:22:23.0130720Z [00:04:16.242]➜  packagefile k8s.io/api/node/v1=/tmp/go-build3547871397/b387/_pkg_.a
2025-08-20T21:22:23.0131310Z [00:04:16.242]➜  packagefile k8s.io/api/node/v1alpha1=/tmp/go-build3547871397/b388/_pkg_.a
2025-08-20T21:22:23.0131848Z [00:04:16.242]➜  packagefile k8s.io/api/node/v1beta1=/tmp/go-build3547871397/b389/_pkg_.a
2025-08-20T21:22:23.0132389Z [00:04:16.242]➜  packagefile k8s.io/api/policy/v1beta1=/tmp/go-build3547871397/b391/_pkg_.a
2025-08-20T21:22:23.0133118Z [00:04:16.242]➜  packagefile k8s.io/api/rbac/v1alpha1=/tmp/go-build3547871397/b393/_pkg_.a
2025-08-20T21:22:23.0133660Z [00:04:16.242]➜  packagefile k8s.io/api/rbac/v1beta1=/tmp/go-build3547871397/b394/_pkg_.a
2025-08-20T21:22:23.0134216Z [00:04:16.242]➜  packagefile k8s.io/api/resource/v1alpha3=/tmp/go-build3547871397/b395/_pkg_.a
2025-08-20T21:22:23.0134866Z [00:04:16.242]➜  packagefile k8s.io/api/resource/v1beta1=/tmp/go-build3547871397/b396/_pkg_.a
2025-08-20T21:22:23.0135440Z [00:04:16.242]➜  packagefile k8s.io/api/resource/v1beta2=/tmp/go-build3547871397/b397/_pkg_.a
2025-08-20T21:22:23.0135992Z [00:04:16.242]➜  packagefile k8s.io/api/scheduling/v1=/tmp/go-build3547871397/b398/_pkg_.a
2025-08-20T21:22:23.0136555Z [00:04:16.242]➜  packagefile k8s.io/api/scheduling/v1alpha1=/tmp/go-build3547871397/b399/_pkg_.a
2025-08-20T21:22:23.0137139Z [00:04:16.242]➜  packagefile k8s.io/api/scheduling/v1beta1=/tmp/go-build3547871397/b400/_pkg_.a
2025-08-20T21:22:23.0137707Z [00:04:16.242]➜  packagefile k8s.io/api/storage/v1alpha1=/tmp/go-build3547871397/b402/_pkg_.a
2025-08-20T21:22:23.0138321Z [00:04:16.242]➜  packagefile k8s.io/api/storage/v1beta1=/tmp/go-build3547871397/b403/_pkg_.a
2025-08-20T21:22:23.0138928Z [00:04:16.242]➜  packagefile k8s.io/api/storagemigration/v1alpha1=/tmp/go-build3547871397/b404/_pkg_.a
2025-08-20T21:22:23.0139617Z [00:04:16.242]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields=/tmp/go-build3547871397/b406/_pkg_.a
2025-08-20T21:22:23.0140266Z [00:04:16.242]➜  packagefile k8s.io/kube-openapi/pkg/handler3=/tmp/go-build3547871397/b456/_pkg_.a
2025-08-20T21:22:23.0140853Z [00:04:16.242]➜  packagefile github.com/fxamacker/cbor/v2=/tmp/go-build3547871397/b094/_pkg_.a
2025-08-20T21:22:23.0141550Z [00:04:16.242]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/recognizer=/tmp/go-build3547871397/b342/_pkg_.a
2025-08-20T21:22:23.0142254Z [00:04:16.242]➜  packagefile k8s.io/apimachinery/pkg/util/framer=/tmp/go-build3547871397/b343/_pkg_.a
2025-08-20T21:22:23.0143027Z [00:04:16.242]➜  packagefile github.com/google/go-cmp/cmp=/tmp/go-build3547871397/b468/_pkg_.a
2025-08-20T21:22:23.0143643Z [00:04:16.242]➜  packagefile k8s.io/apimachinery/pkg/util/wait=/tmp/go-build3547871397/b448/_pkg_.a
2025-08-20T21:22:23.0144341Z [00:04:16.242]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/internalversion=/tmp/go-build3547871397/b474/_pkg_.a
2025-08-20T21:22:23.0145151Z [00:04:16.242]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/internalversion/validation=/tmp/go-build3547871397/b476/_pkg_.a
2025-08-20T21:22:23.0146002Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/admissionregistration/v1=/tmp/go-build3547871397/b575/_pkg_.a
2025-08-20T21:22:23.0146693Z [00:04:16.242]➜  packagefile k8s.io/client-go/gentype=/tmp/go-build3547871397/b578/_pkg_.a
2025-08-20T21:22:23.0147428Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1=/tmp/go-build3547871397/b585/_pkg_.a
2025-08-20T21:22:23.0148324Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1=/tmp/go-build3547871397/b587/_pkg_.a
2025-08-20T21:22:23.0149197Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1=/tmp/go-build3547871397/b589/_pkg_.a
2025-08-20T21:22:23.0149970Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/apps/v1=/tmp/go-build3547871397/b591/_pkg_.a
2025-08-20T21:22:23.0150798Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/autoscaling/v1=/tmp/go-build3547871397/b593/_pkg_.a
2025-08-20T21:22:23.0151550Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/apps/v1beta1=/tmp/go-build3547871397/b595/_pkg_.a
2025-08-20T21:22:23.0152350Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/apps/v1beta2=/tmp/go-build3547871397/b597/_pkg_.a
2025-08-20T21:22:23.0153318Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/autoscaling/v2=/tmp/go-build3547871397/b605/_pkg_.a
2025-08-20T21:22:23.0154099Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/autoscaling/v2beta1=/tmp/go-build3547871397/b607/_pkg_.a
2025-08-20T21:22:23.0154912Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/autoscaling/v2beta2=/tmp/go-build3547871397/b609/_pkg_.a
2025-08-20T21:22:23.0155664Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/batch/v1=/tmp/go-build3547871397/b611/_pkg_.a
2025-08-20T21:22:23.0156478Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/batch/v1beta1=/tmp/go-build3547871397/b613/_pkg_.a
2025-08-20T21:22:23.0157242Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/certificates/v1=/tmp/go-build3547871397/b615/_pkg_.a
2025-08-20T21:22:23.0158042Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/certificates/v1alpha1=/tmp/go-build3547871397/b617/_pkg_.a
2025-08-20T21:22:23.0158853Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/certificates/v1beta1=/tmp/go-build3547871397/b619/_pkg_.a
2025-08-20T21:22:23.0159695Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/coordination/v1=/tmp/go-build3547871397/b621/_pkg_.a
2025-08-20T21:22:23.0160495Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/coordination/v1alpha2=/tmp/go-build3547871397/b623/_pkg_.a
2025-08-20T21:22:23.0161308Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/coordination/v1beta1=/tmp/go-build3547871397/b625/_pkg_.a
2025-08-20T21:22:23.0162056Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/core/v1=/tmp/go-build3547871397/b592/_pkg_.a
2025-08-20T21:22:23.0162951Z [00:04:16.242]➜  packagefile k8s.io/client-go/tools/reference=/tmp/go-build3547871397/b627/_pkg_.a
2025-08-20T21:22:23.0163717Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/discovery/v1=/tmp/go-build3547871397/b629/_pkg_.a
2025-08-20T21:22:23.0164484Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/discovery/v1beta1=/tmp/go-build3547871397/b631/_pkg_.a
2025-08-20T21:22:23.0165230Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/events/v1=/tmp/go-build3547871397/b633/_pkg_.a
2025-08-20T21:22:23.0165970Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/events/v1beta1=/tmp/go-build3547871397/b635/_pkg_.a
2025-08-20T21:22:23.0166745Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/extensions/v1beta1=/tmp/go-build3547871397/b637/_pkg_.a
2025-08-20T21:22:23.0167519Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/flowcontrol/v1=/tmp/go-build3547871397/b639/_pkg_.a
2025-08-20T21:22:23.0168291Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1=/tmp/go-build3547871397/b641/_pkg_.a
2025-08-20T21:22:23.0169086Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/flowcontrol/v1beta2=/tmp/go-build3547871397/b643/_pkg_.a
2025-08-20T21:22:23.0169877Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/flowcontrol/v1beta3=/tmp/go-build3547871397/b645/_pkg_.a
2025-08-20T21:22:23.0170651Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/networking/v1=/tmp/go-build3547871397/b647/_pkg_.a
2025-08-20T21:22:23.0171419Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/networking/v1alpha1=/tmp/go-build3547871397/b649/_pkg_.a
2025-08-20T21:22:23.0172211Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/networking/v1beta1=/tmp/go-build3547871397/b651/_pkg_.a
2025-08-20T21:22:23.0173303Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/node/v1=/tmp/go-build3547871397/b653/_pkg_.a
2025-08-20T21:22:23.0174043Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/node/v1alpha1=/tmp/go-build3547871397/b655/_pkg_.a
2025-08-20T21:22:23.0174883Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/node/v1beta1=/tmp/go-build3547871397/b657/_pkg_.a
2025-08-20T21:22:23.0175613Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/policy/v1=/tmp/go-build3547871397/b659/_pkg_.a
2025-08-20T21:22:23.0176359Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/policy/v1beta1=/tmp/go-build3547871397/b661/_pkg_.a
2025-08-20T21:22:23.0177084Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/rbac/v1=/tmp/go-build3547871397/b663/_pkg_.a
2025-08-20T21:22:23.0177865Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/rbac/v1alpha1=/tmp/go-build3547871397/b665/_pkg_.a
2025-08-20T21:22:23.0178619Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/rbac/v1beta1=/tmp/go-build3547871397/b667/_pkg_.a
2025-08-20T21:22:23.0179382Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/resource/v1alpha3=/tmp/go-build3547871397/b669/_pkg_.a
2025-08-20T21:22:23.0180163Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/resource/v1beta1=/tmp/go-build3547871397/b671/_pkg_.a
2025-08-20T21:22:23.0180928Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/resource/v1beta2=/tmp/go-build3547871397/b673/_pkg_.a
2025-08-20T21:22:23.0181772Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/scheduling/v1=/tmp/go-build3547871397/b675/_pkg_.a
2025-08-20T21:22:23.0182551Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/scheduling/v1alpha1=/tmp/go-build3547871397/b677/_pkg_.a
2025-08-20T21:22:23.0183467Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/scheduling/v1beta1=/tmp/go-build3547871397/b679/_pkg_.a
2025-08-20T21:22:23.0184229Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/storage/v1=/tmp/go-build3547871397/b681/_pkg_.a
2025-08-20T21:22:23.0184977Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/storage/v1alpha1=/tmp/go-build3547871397/b683/_pkg_.a
2025-08-20T21:22:23.0185745Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/storage/v1beta1=/tmp/go-build3547871397/b685/_pkg_.a
2025-08-20T21:22:23.0186565Z [00:04:16.242]➜  packagefile k8s.io/client-go/applyconfigurations/storagemigration/v1alpha1=/tmp/go-build3547871397/b687/_pkg_.a
2025-08-20T21:22:23.0187265Z [00:04:16.242]➜  packagefile golang.org/x/time/rate=/tmp/go-build3547871397/b451/_pkg_.a
2025-08-20T21:22:23.0187767Z [00:04:16.242]➜  packagefile crypto/aes=/tmp/go-build3547871397/b181/_pkg_.a
2025-08-20T21:22:23.0188245Z [00:04:16.242]➜  packagefile crypto/cipher=/tmp/go-build3547871397/b157/_pkg_.a
2025-08-20T21:22:23.0188720Z [00:04:16.242]➜  packagefile crypto/des=/tmp/go-build3547871397/b182/_pkg_.a
2025-08-20T21:22:23.0189180Z [00:04:16.242]➜  packagefile crypto/ecdh=/tmp/go-build3547871397/b183/_pkg_.a
2025-08-20T21:22:23.0189648Z [00:04:16.242]➜  packagefile crypto/ecdsa=/tmp/go-build3547871397/b188/_pkg_.a
2025-08-20T21:22:23.0190131Z [00:04:16.242]➜  packagefile crypto/ed25519=/tmp/go-build3547871397/b200/_pkg_.a
2025-08-20T21:22:23.0190619Z [00:04:16.242]➜  packagefile crypto/elliptic=/tmp/go-build3547871397/b189/_pkg_.a
2025-08-20T21:22:23.0191097Z [00:04:16.242]➜  packagefile crypto/hkdf=/tmp/go-build3547871397/b203/_pkg_.a
2025-08-20T21:22:23.0191557Z [00:04:16.242]➜  packagefile crypto/hmac=/tmp/go-build3547871397/b205/_pkg_.a
2025-08-20T21:22:23.0192092Z [00:04:16.242]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3547871397/b158/_pkg_.a
2025-08-20T21:22:23.0193289Z [00:04:16.242]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3547871397/b171/_pkg_.a
2025-08-20T21:22:23.0194619Z [00:04:16.242]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3547871397/b206/_pkg_.a
2025-08-20T21:22:23.0195745Z [00:04:16.242]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build3547871397/b207/_pkg_.a
2025-08-20T21:22:23.0196851Z [00:04:16.242]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build3547871397/b208/_pkg_.a
2025-08-20T21:22:23.0198032Z [00:04:16.242]➜  packagefile crypto/internal/hpke=/tmp/go-build3547871397/b209/_pkg_.a
2025-08-20T21:22:23.0198994Z [00:04:16.242]➜  packagefile crypto/rc4=/tmp/go-build3547871397/b216/_pkg_.a
2025-08-20T21:22:23.0199849Z [00:04:16.242]➜  packagefile crypto/rsa=/tmp/go-build3547871397/b217/_pkg_.a
2025-08-20T21:22:23.0200723Z [00:04:16.242]➜  packagefile crypto/sha512=/tmp/go-build3547871397/b196/_pkg_.a
2025-08-20T21:22:23.0201616Z [00:04:16.242]➜  packagefile crypto/subtle=/tmp/go-build3547871397/b178/_pkg_.a
2025-08-20T21:22:23.0202813Z [00:04:16.242]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build3547871397/b221/_pkg_.a
2025-08-20T21:22:23.0203949Z [00:04:16.242]➜  packagefile crypto/x509=/tmp/go-build3547871397/b223/_pkg_.a
2025-08-20T21:22:23.0204849Z [00:04:16.242]➜  packagefile encoding/pem=/tmp/go-build3547871397/b226/_pkg_.a
2025-08-20T21:22:23.0205990Z [00:04:16.242]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3547871397/b210/_pkg_.a
2025-08-20T21:22:23.0207276Z [00:04:16.242]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3547871397/b197/_pkg_.a
2025-08-20T21:22:23.0208255Z [00:04:16.242]➜  packagefile weak=/tmp/go-build3547871397/b127/_pkg_.a
2025-08-20T21:22:23.0209250Z [00:04:16.242]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3547871397/b257/_pkg_.a
2025-08-20T21:22:23.0210475Z [00:04:16.242]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3547871397/b263/_pkg_.a
2025-08-20T21:22:23.0211542Z [00:04:16.242]➜  packagefile golang.org/x/net/idna=/tmp/go-build3547871397/b258/_pkg_.a
2025-08-20T21:22:23.0212868Z [00:04:16.242]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build3547871397/b264/_pkg_.a
2025-08-20T21:22:23.0214243Z [00:04:16.242]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/protobuf=/tmp/go-build3547871397/b347/_pkg_.a
2025-08-20T21:22:23.0215700Z [00:04:16.242]➜  packagefile k8s.io/apimachinery/pkg/runtime/serializer/versioning=/tmp/go-build3547871397/b345/_pkg_.a
2025-08-20T21:22:23.0217010Z [00:04:16.242]➜  packagefile k8s.io/apimachinery/pkg/util/dump=/tmp/go-build3547871397/b438/_pkg_.a
2025-08-20T21:22:23.0218329Z [00:04:16.242]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication/install=/tmp/go-build3547871397/b440/_pkg_.a
2025-08-20T21:22:23.0219753Z [00:04:16.242]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication/v1=/tmp/go-build3547871397/b441/_pkg_.a
2025-08-20T21:22:23.0221182Z [00:04:16.242]➜  packagefile k8s.io/client-go/pkg/apis/clientauthentication/v1beta1=/tmp/go-build3547871397/b442/_pkg_.a
2025-08-20T21:22:23.0222461Z [00:04:16.242]➜  packagefile k8s.io/client-go/util/connrotation=/tmp/go-build3547871397/b449/_pkg_.a
2025-08-20T21:22:23.0223801Z [00:04:16.242]➜  packagefile k8s.io/client-go/util/workqueue=/tmp/go-build3547871397/b450/_pkg_.a
2025-08-20T21:22:23.0224814Z [00:04:16.242]➜  packagefile crypto/x509/pkix=/tmp/go-build3547871397/b225/_pkg_.a
2025-08-20T21:22:23.0226031Z [00:04:16.242]➜  packagefile k8s.io/client-go/util/keyutil=/tmp/go-build3547871397/b454/_pkg_.a
2025-08-20T21:22:23.0227190Z [00:04:16.242]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3547871397/b122/_pkg_.a
2025-08-20T21:22:23.0228274Z [00:04:16.242]➜  packagefile internal/nettrace=/tmp/go-build3547871397/b123/_pkg_.a
2025-08-20T21:22:23.0229285Z [00:04:16.242]➜  packagefile internal/singleflight=/tmp/go-build3547871397/b124/_pkg_.a
2025-08-20T21:22:23.0230228Z [00:04:16.242]➜  packagefile net/netip=/tmp/go-build3547871397/b125/_pkg_.a
2025-08-20T21:22:23.0231269Z [00:04:16.242]➜  packagefile k8s.io/client-go/tools/clientcmd/api/v1=/tmp/go-build3547871397/b571/_pkg_.a
2025-08-20T21:22:23.0232817Z [00:04:16.242]➜  packagefile k8s.io/metrics/pkg/apis/metrics/v1alpha1=/tmp/go-build3547871397/b692/_pkg_.a
2025-08-20T21:22:23.0234206Z [00:04:16.242]➜  packagefile k8s.io/metrics/pkg/client/clientset/versioned/scheme=/tmp/go-build3547871397/b693/_pkg_.a
2025-08-20T21:22:23.0235356Z [00:04:16.242]➜  packagefile hash/crc32=/tmp/go-build3547871397/b151/_pkg_.a
2025-08-20T21:22:23.0236312Z [00:04:16.242]➜  packagefile crypto/internal/fips140=/tmp/go-build3547871397/b159/_pkg_.a
2025-08-20T21:22:23.0237384Z [00:04:16.242]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3547871397/b172/_pkg_.a
2025-08-20T21:22:23.0238473Z [00:04:16.242]➜  packagefile crypto/internal/fips140only=/tmp/go-build3547871397/b177/_pkg_.a
2025-08-20T21:22:23.0239551Z [00:04:16.242]➜  packagefile crypto/internal/randutil=/tmp/go-build3547871397/b175/_pkg_.a
2025-08-20T21:22:23.0240591Z [00:04:16.242]➜  packagefile crypto/internal/sysrand=/tmp/go-build3547871397/b174/_pkg_.a
2025-08-20T21:22:23.0241867Z [00:04:16.242]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3547871397/b229/_pkg_.a
2025-08-20T21:22:23.0243300Z [00:04:16.242]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3547871397/b231/_pkg_.a
2025-08-20T21:22:23.0244519Z [00:04:16.242]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3547871397/b232/_pkg_.a
2025-08-20T21:22:23.0245618Z [00:04:16.242]➜  packagefile mime/quotedprintable=/tmp/go-build3547871397/b238/_pkg_.a
2025-08-20T21:22:23.0246714Z [00:04:16.242]➜  packagefile github.com/xeipuuv/gojsonreference=/tmp/go-build3547871397/b703/_pkg_.a
2025-08-20T21:22:23.0247715Z [00:04:16.242]➜  packagefile net/mail=/tmp/go-build3547871397/b705/_pkg_.a
2025-08-20T21:22:23.0248935Z [00:04:16.242]➜  packagefile github.com/derailed/tcell/v2/terminfo/a/ansi=/tmp/go-build3547871397/b710/_pkg_.a
2025-08-20T21:22:23.0250280Z [00:04:16.242]➜  packagefile github.com/derailed/tcell/v2/terminfo/v/vt100=/tmp/go-build3547871397/b711/_pkg_.a
2025-08-20T21:22:23.0251619Z [00:04:16.242]➜  packagefile github.com/derailed/tcell/v2/terminfo/v/vt102=/tmp/go-build3547871397/b712/_pkg_.a
2025-08-20T21:22:23.0253119Z [00:04:16.242]➜  packagefile github.com/derailed/tcell/v2/terminfo/v/vt220=/tmp/go-build3547871397/b713/_pkg_.a
2025-08-20T21:22:23.0254473Z [00:04:16.242]➜  packagefile github.com/derailed/tcell/v2/terminfo/x/xterm=/tmp/go-build3547871397/b714/_pkg_.a
2025-08-20T21:22:23.0255805Z [00:04:16.242]➜  packagefile github.com/derailed/tcell/v2/terminfo/a/aixterm=/tmp/go-build3547871397/b717/_pkg_.a
2025-08-20T21:22:23.0257176Z [00:04:16.242]➜  packagefile github.com/derailed/tcell/v2/terminfo/a/alacritty=/tmp/go-build3547871397/b718/_pkg_.a
2025-08-20T21:22:23.0258538Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/b/beterm=/tmp/go-build3547871397/b719/_pkg_.a
2025-08-20T21:22:23.0259872Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/c/cygwin=/tmp/go-build3547871397/b720/_pkg_.a
2025-08-20T21:22:23.0261226Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/d/dtterm=/tmp/go-build3547871397/b721/_pkg_.a
2025-08-20T21:22:23.0262578Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/e/emacs=/tmp/go-build3547871397/b722/_pkg_.a
2025-08-20T21:22:23.0264094Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/g/gnome=/tmp/go-build3547871397/b723/_pkg_.a
2025-08-20T21:22:23.0265609Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/h/hpterm=/tmp/go-build3547871397/b724/_pkg_.a
2025-08-20T21:22:23.0266962Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/k/konsole=/tmp/go-build3547871397/b725/_pkg_.a
2025-08-20T21:22:23.0268301Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/k/kterm=/tmp/go-build3547871397/b726/_pkg_.a
2025-08-20T21:22:23.0269646Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/l/linux=/tmp/go-build3547871397/b727/_pkg_.a
2025-08-20T21:22:23.0270996Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/p/pcansi=/tmp/go-build3547871397/b728/_pkg_.a
2025-08-20T21:22:23.0272520Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/r/rxvt=/tmp/go-build3547871397/b729/_pkg_.a
2025-08-20T21:22:23.0274036Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/s/screen=/tmp/go-build3547871397/b730/_pkg_.a
2025-08-20T21:22:23.0275443Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/s/simpleterm=/tmp/go-build3547871397/b731/_pkg_.a
2025-08-20T21:22:23.0276810Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/s/sun=/tmp/go-build3547871397/b732/_pkg_.a
2025-08-20T21:22:23.0278131Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/t/termite=/tmp/go-build3547871397/b733/_pkg_.a
2025-08-20T21:22:23.0279487Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/t/tmux=/tmp/go-build3547871397/b734/_pkg_.a
2025-08-20T21:22:23.0280820Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/v/vt320=/tmp/go-build3547871397/b735/_pkg_.a
2025-08-20T21:22:23.0282286Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/v/vt400=/tmp/go-build3547871397/b736/_pkg_.a
2025-08-20T21:22:23.0283803Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/v/vt420=/tmp/go-build3547871397/b737/_pkg_.a
2025-08-20T21:22:23.0285158Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/v/vt52=/tmp/go-build3547871397/b738/_pkg_.a
2025-08-20T21:22:23.0286471Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/w/wy50=/tmp/go-build3547871397/b739/_pkg_.a
2025-08-20T21:22:23.0287779Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/w/wy60=/tmp/go-build3547871397/b740/_pkg_.a
2025-08-20T21:22:23.0289247Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/w/wy99_ansi=/tmp/go-build3547871397/b741/_pkg_.a
2025-08-20T21:22:23.0290636Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/x/xfce=/tmp/go-build3547871397/b742/_pkg_.a
2025-08-20T21:22:23.0292060Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/x/xterm_ghostty=/tmp/go-build3547871397/b743/_pkg_.a
2025-08-20T21:22:23.0293687Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/x/xterm_kitty=/tmp/go-build3547871397/b744/_pkg_.a
2025-08-20T21:22:23.0295133Z [00:04:16.243]➜  packagefile github.com/derailed/tcell/v2/terminfo/x/xterm_termite=/tmp/go-build3547871397/b745/_pkg_.a
2025-08-20T21:22:23.0296522Z [00:04:16.243]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3547871397/b335/_pkg_.a
2025-08-20T21:22:23.0297786Z [00:04:16.243]➜  packagefile github.com/Masterminds/semver/v3=/tmp/go-build3547871397/b1801/_pkg_.a
2025-08-20T21:22:23.0298979Z [00:04:16.243]➜  packagefile github.com/Masterminds/sprig/v3=/tmp/go-build3547871397/b1826/_pkg_.a
2025-08-20T21:22:23.0300110Z [00:04:16.243]➜  packagefile github.com/gosuri/uitable=/tmp/go-build3547871397/b2209/_pkg_.a
2025-08-20T21:22:23.0301187Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/chart=/tmp/go-build3547871397/b2079/_pkg_.a
2025-08-20T21:22:23.0302313Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/chart/loader=/tmp/go-build3547871397/b2212/_pkg_.a
2025-08-20T21:22:23.0303632Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/chartutil=/tmp/go-build3547871397/b2215/_pkg_.a
2025-08-20T21:22:23.0304850Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/cli=/tmp/go-build3547871397/b2218/_pkg_.a
2025-08-20T21:22:23.0305934Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/downloader=/tmp/go-build3547871397/b2226/_pkg_.a
2025-08-20T21:22:23.0307028Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/engine=/tmp/go-build3547871397/b2275/_pkg_.a
2025-08-20T21:22:23.0308081Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/getter=/tmp/go-build3547871397/b2273/_pkg_.a
2025-08-20T21:22:23.0309120Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/kube=/tmp/go-build3547871397/b2221/_pkg_.a
2025-08-20T21:22:23.0310150Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/kube/fake=/tmp/go-build3547871397/b2284/_pkg_.a
2025-08-20T21:22:23.0311385Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/lint=/tmp/go-build3547871397/b2285/_pkg_.a
2025-08-20T21:22:23.0312473Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/lint/support=/tmp/go-build3547871397/b2288/_pkg_.a
2025-08-20T21:22:23.0313793Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/postrender=/tmp/go-build3547871397/b2291/_pkg_.a
2025-08-20T21:22:23.0314810Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/provenance=/tmp/go-build3547871397/b2230/_pkg_.a
2025-08-20T21:22:23.0315798Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/pusher=/tmp/go-build3547871397/b2292/_pkg_.a
2025-08-20T21:22:23.0316856Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/registry=/tmp/go-build3547871397/b2238/_pkg_.a
2025-08-20T21:22:23.0317976Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/releaseutil=/tmp/go-build3547871397/b2294/_pkg_.a
2025-08-20T21:22:23.0319057Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/repo=/tmp/go-build3547871397/b2271/_pkg_.a
2025-08-20T21:22:23.0320255Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/storage=/tmp/go-build3547871397/b2295/_pkg_.a
2025-08-20T21:22:23.0321412Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/storage/driver=/tmp/go-build3547871397/b2296/_pkg_.a
2025-08-20T21:22:23.0322563Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/time=/tmp/go-build3547871397/b2080/_pkg_.a
2025-08-20T21:22:23.0323818Z [00:04:16.243]➜  packagefile helm.sh/helm/v3/pkg/uploader=/tmp/go-build3547871397/b2308/_pkg_.a
2025-08-20T21:22:23.0324986Z [00:04:16.243]➜  packagefile k8s.io/apimachinery/pkg/util/mergepatch=/tmp/go-build3547871397/b582/_pkg_.a
2025-08-20T21:22:23.0326375Z [00:04:16.243]➜  packagefile k8s.io/apimachinery/third_party/forked/golang/json=/tmp/go-build3547871397/b583/_pkg_.a
2025-08-20T21:22:23.0327812Z [00:04:16.244]➜  packagefile k8s.io/kube-openapi/pkg/util/proto=/tmp/go-build3547871397/b411/_pkg_.a
2025-08-20T21:22:23.0329131Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/admissionregistration=/tmp/go-build3547871397/b2085/_pkg_.a
2025-08-20T21:22:23.0330510Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/apiserverinternal=/tmp/go-build3547871397/b2094/_pkg_.a
2025-08-20T21:22:23.0331721Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/apps=/tmp/go-build3547871397/b2097/_pkg_.a
2025-08-20T21:22:23.0333066Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/autoscaling=/tmp/go-build3547871397/b2104/_pkg_.a
2025-08-20T21:22:23.0334252Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/batch=/tmp/go-build3547871397/b2113/_pkg_.a
2025-08-20T21:22:23.0335425Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/certificates=/tmp/go-build3547871397/b2118/_pkg_.a
2025-08-20T21:22:23.0336667Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/coordination=/tmp/go-build3547871397/b2125/_pkg_.a
2025-08-20T21:22:23.0337823Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/core=/tmp/go-build3547871397/b2132/_pkg_.a
2025-08-20T21:22:23.0338973Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/discovery=/tmp/go-build3547871397/b2135/_pkg_.a
2025-08-20T21:22:23.0340148Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/events=/tmp/go-build3547871397/b2140/_pkg_.a
2025-08-20T21:22:23.0341317Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/extensions=/tmp/go-build3547871397/b2145/_pkg_.a
2025-08-20T21:22:23.0342864Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/flowcontrol=/tmp/go-build3547871397/b2148/_pkg_.a
2025-08-20T21:22:23.0344015Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/internalinterfaces=/tmp/go-build3547871397/b2087/_pkg_.a
2025-08-20T21:22:23.0344783Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/networking=/tmp/go-build3547871397/b2157/_pkg_.a
2025-08-20T21:22:23.0345453Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/node=/tmp/go-build3547871397/b2164/_pkg_.a
2025-08-20T21:22:23.0346059Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/policy=/tmp/go-build3547871397/b2171/_pkg_.a
2025-08-20T21:22:23.0346805Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/rbac=/tmp/go-build3547871397/b2176/_pkg_.a
2025-08-20T21:22:23.0347420Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/resource=/tmp/go-build3547871397/b2183/_pkg_.a
2025-08-20T21:22:23.0348052Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/scheduling=/tmp/go-build3547871397/b2190/_pkg_.a
2025-08-20T21:22:23.0348682Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/storage=/tmp/go-build3547871397/b2197/_pkg_.a
2025-08-20T21:22:23.0349340Z [00:04:16.244]➜  packagefile k8s.io/client-go/informers/storagemigration=/tmp/go-build3547871397/b2204/_pkg_.a
2025-08-20T21:22:23.0349973Z [00:04:16.244]➜  packagefile k8s.io/client-go/tools/cache=/tmp/go-build3547871397/b2023/_pkg_.a
2025-08-20T21:22:23.0350556Z [00:04:16.244]➜  packagefile k8s.io/client-go/scale/scheme=/tmp/go-build3547871397/b2031/_pkg_.a
2025-08-20T21:22:23.0351173Z [00:04:16.244]➜  packagefile k8s.io/client-go/scale/scheme/appsint=/tmp/go-build3547871397/b2032/_pkg_.a
2025-08-20T21:22:23.0351917Z [00:04:16.244]➜  packagefile k8s.io/client-go/scale/scheme/appsv1beta1=/tmp/go-build3547871397/b2033/_pkg_.a
2025-08-20T21:22:23.0352598Z [00:04:16.244]➜  packagefile k8s.io/client-go/scale/scheme/appsv1beta2=/tmp/go-build3547871397/b2034/_pkg_.a
2025-08-20T21:22:23.0353558Z [00:04:16.244]➜  packagefile k8s.io/client-go/scale/scheme/autoscalingv1=/tmp/go-build3547871397/b2035/_pkg_.a
2025-08-20T21:22:23.0354249Z [00:04:16.244]➜  packagefile k8s.io/client-go/scale/scheme/extensionsint=/tmp/go-build3547871397/b2036/_pkg_.a
2025-08-20T21:22:23.0354961Z [00:04:16.244]➜  packagefile k8s.io/client-go/scale/scheme/extensionsv1beta1=/tmp/go-build3547871397/b2037/_pkg_.a
2025-08-20T21:22:23.0355697Z [00:04:16.244]➜  packagefile k8s.io/component-base/version=/tmp/go-build3547871397/b2038/_pkg_.a
2025-08-20T21:22:23.0356291Z [00:04:16.244]➜  packagefile k8s.io/kubectl/pkg/util/i18n=/tmp/go-build3547871397/b2044/_pkg_.a
2025-08-20T21:22:23.0356881Z [00:04:16.244]➜  packagefile k8s.io/kubectl/pkg/util/openapi=/tmp/go-build3547871397/b2049/_pkg_.a
2025-08-20T21:22:23.0357504Z [00:04:16.244]➜  packagefile k8s.io/kubectl/pkg/util/templates=/tmp/go-build3547871397/b2050/_pkg_.a
2025-08-20T21:22:23.0358108Z [00:04:16.244]➜  packagefile k8s.io/kubectl/pkg/validation=/tmp/go-build3547871397/b2071/_pkg_.a
2025-08-20T21:22:23.0358664Z [00:04:16.244]➜  packagefile k8s.io/utils/exec=/tmp/go-build3547871397/b2074/_pkg_.a
2025-08-20T21:22:23.0359214Z [00:04:16.244]➜  packagefile github.com/fatih/camelcase=/tmp/go-build3547871397/b2311/_pkg_.a
2025-08-20T21:22:23.0359827Z [00:04:16.244]➜  packagefile k8s.io/client-go/util/certificate/csr=/tmp/go-build3547871397/b2312/_pkg_.a
2025-08-20T21:22:23.0360488Z [00:04:16.244]➜  packagefile k8s.io/kubectl/pkg/util/certificate=/tmp/go-build3547871397/b2313/_pkg_.a
2025-08-20T21:22:23.0361116Z [00:04:16.244]➜  packagefile k8s.io/kubectl/pkg/util/deployment=/tmp/go-build3547871397/b2314/_pkg_.a
2025-08-20T21:22:23.0361710Z [00:04:16.244]➜  packagefile k8s.io/kubectl/pkg/util/event=/tmp/go-build3547871397/b2315/_pkg_.a
2025-08-20T21:22:23.0362318Z [00:04:16.244]➜  packagefile k8s.io/kubectl/pkg/util/fieldpath=/tmp/go-build3547871397/b2316/_pkg_.a
2025-08-20T21:22:23.0363091Z [00:04:16.244]➜  packagefile k8s.io/kubectl/pkg/util/qos=/tmp/go-build3547871397/b2317/_pkg_.a
2025-08-20T21:22:23.0363753Z [00:04:16.244]➜  packagefile k8s.io/kubectl/pkg/util/rbac=/tmp/go-build3547871397/b2318/_pkg_.a
2025-08-20T21:22:23.0364347Z [00:04:16.244]➜  packagefile k8s.io/kubectl/pkg/util/resource=/tmp/go-build3547871397/b2319/_pkg_.a
2025-08-20T21:22:23.0364942Z [00:04:16.244]➜  packagefile k8s.io/kubectl/pkg/util/slice=/tmp/go-build3547871397/b2321/_pkg_.a
2025-08-20T21:22:23.0365477Z [00:04:16.244]➜  packagefile text/tabwriter=/tmp/go-build3547871397/b809/_pkg_.a
2025-08-20T21:22:23.0366014Z [00:04:16.244]➜  packagefile k8s.io/client-go/tools/watch=/tmp/go-build3547871397/b2022/_pkg_.a
2025-08-20T21:22:23.0366573Z [00:04:16.244]➜  packagefile k8s.io/kubectl/pkg/apps=/tmp/go-build3547871397/b2324/_pkg_.a
2025-08-20T21:22:23.0367279Z [00:04:16.244]➜  packagefile k8s.io/kubectl/pkg/cmd/util/podcmd=/tmp/go-build3547871397/b2325/_pkg_.a
2025-08-20T21:22:23.0367907Z [00:04:16.244]➜  packagefile k8s.io/kubectl/pkg/util/podutils=/tmp/go-build3547871397/b2326/_pkg_.a
2025-08-20T21:22:23.0368485Z [00:04:16.244]➜  packagefile k8s.io/api/admission/v1=/tmp/go-build3547871397/b2041/_pkg_.a
2025-08-20T21:22:23.0369045Z [00:04:16.244]➜  packagefile k8s.io/api/admission/v1beta1=/tmp/go-build3547871397/b2042/_pkg_.a
2025-08-20T21:22:23.0369637Z [00:04:16.244]➜  packagefile k8s.io/api/imagepolicy/v1alpha1=/tmp/go-build3547871397/b2043/_pkg_.a
2025-08-20T21:22:23.0370233Z [00:04:16.244]➜  packagefile github.com/itchyny/timefmt-go=/tmp/go-build3547871397/b2009/_pkg_.a
2025-08-20T21:22:23.0370804Z [00:04:16.244]➜  packagefile golang.org/x/exp/slices=/tmp/go-build3547871397/b2011/_pkg_.a
2025-08-20T21:22:23.0371377Z [00:04:16.244]➜  packagefile golang.org/x/exp/slog/internal=/tmp/go-build3547871397/b2012/_pkg_.a
2025-08-20T21:22:23.0372071Z [00:04:16.244]➜  packagefile golang.org/x/exp/slog/internal/buffer=/tmp/go-build3547871397/b2013/_pkg_.a
2025-08-20T21:22:23.0372879Z [00:04:16.244]➜  packagefile golang.org/x/text/feature/plural=/tmp/go-build3547871397/b2015/_pkg_.a
2025-08-20T21:22:23.0373526Z [00:04:16.244]➜  packagefile golang.org/x/text/internal/format=/tmp/go-build3547871397/b2020/_pkg_.a
2025-08-20T21:22:23.0374145Z [00:04:16.244]➜  packagefile golang.org/x/text/internal/number=/tmp/go-build3547871397/b2017/_pkg_.a
2025-08-20T21:22:23.0374757Z [00:04:16.244]➜  packagefile golang.org/x/text/message/catalog=/tmp/go-build3547871397/b2019/_pkg_.a
2025-08-20T21:22:23.0375443Z [00:04:16.244]➜  packagefile k8s.io/client-go/third_party/forked/golang/template=/tmp/go-build3547871397/b294/_pkg_.a
2025-08-20T21:22:23.0376169Z [00:04:16.244]➜  packagefile k8s.io/kubectl/pkg/rawhttp=/tmp/go-build3547871397/b2075/_pkg_.a
2025-08-20T21:22:23.0376773Z [00:04:16.244]➜  packagefile k8s.io/kubectl/pkg/util/interrupt=/tmp/go-build3547871397/b2070/_pkg_.a
2025-08-20T21:22:23.0377361Z [00:04:16.244]➜  packagefile github.com/anchore/fangs=/tmp/go-build3547871397/b762/_pkg_.a
2025-08-20T21:22:23.0377926Z [00:04:16.244]➜  packagefile github.com/anchore/go-homedir=/tmp/go-build3547871397/b764/_pkg_.a
2025-08-20T21:22:23.0378507Z [00:04:16.244]➜  packagefile github.com/anchore/go-logger=/tmp/go-build3547871397/b765/_pkg_.a
2025-08-20T21:22:23.0379146Z [00:04:16.244]➜  packagefile github.com/anchore/go-logger/adapter/discard=/tmp/go-build3547871397/b766/_pkg_.a
2025-08-20T21:22:23.0379842Z [00:04:16.244]➜  packagefile github.com/anchore/go-logger/adapter/logrus=/tmp/go-build3547871397/b794/_pkg_.a
2025-08-20T21:22:23.0380523Z [00:04:16.245]➜  packagefile github.com/anchore/go-logger/adapter/redact=/tmp/go-build3547871397/b799/_pkg_.a
2025-08-20T21:22:23.0381131Z [00:04:16.245]➜  packagefile github.com/gookit/color=/tmp/go-build3547871397/b801/_pkg_.a
2025-08-20T21:22:23.0381694Z [00:04:16.245]➜  packagefile github.com/iancoleman/strcase=/tmp/go-build3547871397/b803/_pkg_.a
2025-08-20T21:22:23.0382275Z [00:04:16.245]➜  packagefile github.com/pborman/indent=/tmp/go-build3547871397/b804/_pkg_.a
2025-08-20T21:22:23.0383053Z [00:04:16.245]➜  packagefile github.com/pkg/profile=/tmp/go-build3547871397/b805/_pkg_.a
2025-08-20T21:22:23.0383723Z [00:04:16.245]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3547871397/b798/_pkg_.a
2025-08-20T21:22:23.0384324Z [00:04:16.245]➜  packagefile github.com/wagoodman/go-partybus=/tmp/go-build3547871397/b811/_pkg_.a
2025-08-20T21:22:23.0384962Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/db/v6=/tmp/go-build3547871397/b813/_pkg_.a
2025-08-20T21:22:23.0385672Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/db/v6/distribution=/tmp/go-build3547871397/b1967/_pkg_.a
2025-08-20T21:22:23.0386436Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/db/v6/installation=/tmp/go-build3547871397/b1970/_pkg_.a
2025-08-20T21:22:23.0387194Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/presenter/models=/tmp/go-build3547871397/b1975/_pkg_.a
2025-08-20T21:22:23.0387987Z [00:04:16.245]➜  packagefile github.com/anchore/grype/internal/format=/tmp/go-build3547871397/b1977/_pkg_.a
2025-08-20T21:22:23.0388656Z [00:04:16.245]➜  packagefile github.com/anchore/grype/internal/log=/tmp/go-build3547871397/b816/_pkg_.a
2025-08-20T21:22:23.0389331Z [00:04:16.245]➜  packagefile github.com/anchore/grype/internal/redact=/tmp/go-build3547871397/b817/_pkg_.a
2025-08-20T21:22:23.0389973Z [00:04:16.245]➜  packagefile github.com/anchore/packageurl-go=/tmp/go-build3547871397/b936/_pkg_.a
2025-08-20T21:22:23.0390620Z [00:04:16.245]➜  packagefile github.com/anchore/stereoscope/pkg/image=/tmp/go-build3547871397/b900/_pkg_.a
2025-08-20T21:22:23.0391347Z [00:04:16.245]➜  packagefile github.com/anchore/syft/syft/cataloging=/tmp/go-build3547871397/b1254/_pkg_.a
2025-08-20T21:22:23.0391982Z [00:04:16.245]➜  packagefile github.com/anchore/syft/syft/cpe=/tmp/go-build3547871397/b940/_pkg_.a
2025-08-20T21:22:23.0392841Z [00:04:16.245]➜  packagefile github.com/anchore/syft/syft/source=/tmp/go-build3547871397/b1231/_pkg_.a
2025-08-20T21:22:23.0393510Z [00:04:16.245]➜  packagefile github.com/araddon/dateparse=/tmp/go-build3547871397/b1985/_pkg_.a
2025-08-20T21:22:23.0394128Z [00:04:16.245]➜  packagefile github.com/scylladb/go-set/strset=/tmp/go-build3547871397/b800/_pkg_.a
2025-08-20T21:22:23.0394776Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/distro=/tmp/go-build3547871397/b853/_pkg_.a
2025-08-20T21:22:23.0395420Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/event=/tmp/go-build3547871397/b1969/_pkg_.a
2025-08-20T21:22:23.0396100Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/event/monitor=/tmp/go-build3547871397/b1987/_pkg_.a
2025-08-20T21:22:23.0396801Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/grypeerr=/tmp/go-build3547871397/b1988/_pkg_.a
2025-08-20T21:22:23.0397462Z [00:04:16.245]➜  packagefile github.com/anchore/grype/internal/bus=/tmp/go-build3547871397/b1968/_pkg_.a
2025-08-20T21:22:23.0398100Z [00:04:16.245]➜  packagefile github.com/anchore/syft/syft/pkg=/tmp/go-build3547871397/b935/_pkg_.a
2025-08-20T21:22:23.0398709Z [00:04:16.245]➜  packagefile github.com/wagoodman/go-progress=/tmp/go-build3547871397/b925/_pkg_.a
2025-08-20T21:22:23.0399324Z [00:04:16.245]➜  packagefile github.com/bmatcuk/doublestar/v2=/tmp/go-build3547871397/b1941/_pkg_.a
2025-08-20T21:22:23.0399942Z [00:04:16.245]➜  packagefile github.com/gohugoio/hashstructure=/tmp/go-build3547871397/b928/_pkg_.a
2025-08-20T21:22:23.0400602Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/matcher/apk=/tmp/go-build3547871397/b1990/_pkg_.a
2025-08-20T21:22:23.0401322Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/matcher/bitnami=/tmp/go-build3547871397/b1991/_pkg_.a
2025-08-20T21:22:23.0402038Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/matcher/dpkg=/tmp/go-build3547871397/b1993/_pkg_.a
2025-08-20T21:22:23.0402915Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/matcher/msrc=/tmp/go-build3547871397/b1996/_pkg_.a
2025-08-20T21:22:23.0403723Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/matcher/portage=/tmp/go-build3547871397/b1997/_pkg_.a
2025-08-20T21:22:23.0404433Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/matcher/rpm=/tmp/go-build3547871397/b1999/_pkg_.a
2025-08-20T21:22:23.0405190Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/matcher/rust=/tmp/go-build3547871397/b2001/_pkg_.a
2025-08-20T21:22:23.0405911Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/matcher/internal=/tmp/go-build3547871397/b1974/_pkg_.a
2025-08-20T21:22:23.0406584Z [00:04:16.245]➜  packagefile github.com/anchore/go-collections=/tmp/go-build3547871397/b852/_pkg_.a
2025-08-20T21:22:23.0407229Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/internal=/tmp/go-build3547871397/b934/_pkg_.a
2025-08-20T21:22:23.0407854Z [00:04:16.245]➜  packagefile github.com/anchore/grype/internal=/tmp/go-build3547871397/b944/_pkg_.a
2025-08-20T21:22:23.0408529Z [00:04:16.245]➜  packagefile github.com/anchore/grype/internal/stringutil=/tmp/go-build3547871397/b945/_pkg_.a
2025-08-20T21:22:23.0409181Z [00:04:16.245]➜  packagefile github.com/anchore/stereoscope=/tmp/go-build3547871397/b946/_pkg_.a
2025-08-20T21:22:23.0409819Z [00:04:16.245]➜  packagefile github.com/anchore/syft/syft/artifact=/tmp/go-build3547871397/b927/_pkg_.a
2025-08-20T21:22:23.0410444Z [00:04:16.245]➜  packagefile github.com/anchore/syft/syft/file=/tmp/go-build3547871397/b859/_pkg_.a
2025-08-20T21:22:23.0411068Z [00:04:16.245]➜  packagefile github.com/anchore/syft/syft/format=/tmp/go-build3547871397/b1771/_pkg_.a
2025-08-20T21:22:23.0411850Z [00:04:16.245]➜  packagefile github.com/anchore/syft/syft/format/syftjson=/tmp/go-build3547871397/b1800/_pkg_.a
2025-08-20T21:22:23.0412757Z [00:04:16.245]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/common/cpe=/tmp/go-build3547871397/b1838/_pkg_.a
2025-08-20T21:22:23.0413495Z [00:04:16.245]➜  packagefile github.com/anchore/syft/syft/sbom=/tmp/go-build3547871397/b1230/_pkg_.a
2025-08-20T21:22:23.0414285Z [00:04:16.245]➜  packagefile github.com/anchore/syft/syft/source/sourceproviders=/tmp/go-build3547871397/b1923/_pkg_.a
2025-08-20T21:22:23.0414990Z [00:04:16.245]➜  packagefile github.com/gabriel-vasile/mimetype=/tmp/go-build3547871397/b863/_pkg_.a
2025-08-20T21:22:23.0415662Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/vex/openvex=/tmp/go-build3547871397/b2004/_pkg_.a
2025-08-20T21:22:23.0416313Z [00:04:16.245]➜  packagefile github.com/openvex/go-vex/pkg/vex=/tmp/go-build3547871397/b2005/_pkg_.a
2025-08-20T21:22:23.0416981Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/pkg/qualifier=/tmp/go-build3547871397/b1942/_pkg_.a
2025-08-20T21:22:23.0417685Z [00:04:16.245]➜  packagefile github.com/anchore/grype/grype/version=/tmp/go-build3547871397/b1954/_pkg_.a
2025-08-20T21:22:23.0418302Z [00:04:16.245]➜  packagefile github.com/anchore/go-sync=/tmp/go-build3547871397/b1225/_pkg_.a
2025-08-20T21:22:23.0418920Z [00:04:16.245]➜  packagefile github.com/anchore/syft/internal/bus=/tmp/go-build3547871397/b1226/_pkg_.a
2025-08-20T21:22:23.0419583Z [00:04:16.245]➜  packagefile github.com/anchore/syft/internal/licenses=/tmp/go-build3547871397/b937/_pkg_.a
2025-08-20T21:22:23.0420243Z [00:04:16.245]➜  packagefile github.com/anchore/syft/internal/log=/tmp/go-build3547871397/b857/_pkg_.a
2025-08-20T21:22:23.0420906Z [00:04:16.245]➜  packagefile github.com/anchore/syft/internal/sbomsync=/tmp/go-build3547871397/b1229/_pkg_.a
2025-08-20T21:22:23.0421567Z [00:04:16.245]➜  packagefile github.com/anchore/syft/internal/task=/tmp/go-build3547871397/b1232/_pkg_.a
2025-08-20T21:22:23.0422300Z [00:04:16.245]➜  packagefile github.com/anchore/syft/syft/cataloging/filecataloging=/tmp/go-build3547871397/b1255/_pkg_.a
2025-08-20T21:22:23.0423315Z [00:04:16.245]➜  packagefile github.com/anchore/syft/syft/cataloging/pkgcataloging=/tmp/go-build3547871397/b1585/_pkg_.a
2025-08-20T21:22:23.0424067Z [00:04:16.245]➜  packagefile github.com/anchore/syft/syft/event/monitor=/tmp/go-build3547871397/b1228/_pkg_.a
2025-08-20T21:22:23.0424796Z [00:04:16.245]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3547871397/b822/_pkg_.a
2025-08-20T21:22:23.0425365Z [00:04:16.245]➜  packagefile database/sql=/tmp/go-build3547871397/b819/_pkg_.a
2025-08-20T21:22:23.0425970Z [00:04:16.245]➜  packagefile github.com/olekukonko/errors=/tmp/go-build3547871397/b1816/_pkg_.a
2025-08-20T21:22:23.0426540Z [00:04:16.245]➜  packagefile github.com/olekukonko/ll=/tmp/go-build3547871397/b1817/_pkg_.a
2025-08-20T21:22:23.0427104Z [00:04:16.245]➜  packagefile github.com/olekukonko/ll/lh=/tmp/go-build3547871397/b1818/_pkg_.a
2025-08-20T21:22:23.0427762Z [00:04:16.245]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwarp=/tmp/go-build3547871397/b1820/_pkg_.a
2025-08-20T21:22:23.0428496Z [00:04:16.245]➜  packagefile github.com/olekukonko/tablewriter/pkg/twwidth=/tmp/go-build3547871397/b1821/_pkg_.a
2025-08-20T21:22:23.0429069Z [00:04:16.245]➜  packagefile html=/tmp/go-build3547871397/b782/_pkg_.a
2025-08-20T21:22:23.0429523Z [00:04:16.245]➜  packagefile go/scanner=/tmp/go-build3547871397/b130/_pkg_.a
2025-08-20T21:22:23.0429995Z [00:04:16.245]➜  packagefile go/doc/comment=/tmp/go-build3547871397/b133/_pkg_.a
2025-08-20T21:22:23.0430497Z [00:04:16.245]➜  packagefile internal/lazyregexp=/tmp/go-build3547871397/b134/_pkg_.a
2025-08-20T21:22:23.0431023Z [00:04:16.245]➜  packagefile go/build/constraint=/tmp/go-build3547871397/b136/_pkg_.a
2025-08-20T21:22:23.0431574Z [00:04:16.245]➜  packagefile github.com/json-iterator/go=/tmp/go-build3547871397/b244/_pkg_.a
2025-08-20T21:22:23.0432197Z [00:04:16.245]➜  packagefile k8s.io/client-go/dynamic/dynamiclister=/tmp/go-build3547871397/b2083/_pkg_.a
2025-08-20T21:22:23.0433174Z [00:04:16.245]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build3547871397/b845/_pkg_.a
2025-08-20T21:22:23.0433807Z [00:04:16.245]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3547871397/b1712/_pkg_.a
2025-08-20T21:22:23.0434442Z [00:04:16.245]➜  packagefile github.com/moby/spdystream=/tmp/go-build3547871397/b2060/_pkg_.a
2025-08-20T21:22:23.0435062Z [00:04:16.245]➜  packagefile k8s.io/apimachinery/pkg/util/proxy=/tmp/go-build3547871397/b2062/_pkg_.a
2025-08-20T21:22:23.0435773Z [00:04:16.245]➜  packagefile k8s.io/apimachinery/third_party/forked/golang/netutil=/tmp/go-build3547871397/b2064/_pkg_.a
2025-08-20T21:22:23.0436545Z [00:04:16.245]➜  packagefile k8s.io/apimachinery/pkg/util/httpstream/wsstream=/tmp/go-build3547871397/b2066/_pkg_.a
2025-08-20T21:22:23.0437300Z [00:04:16.245]➜  packagefile k8s.io/utils/internal/third_party/forked/golang/net=/tmp/go-build3547871397/b120/_pkg_.a
2025-08-20T21:22:23.0437935Z [00:04:16.245]➜  packagefile crypto/internal/impl=/tmp/go-build3547871397/b167/_pkg_.a
2025-08-20T21:22:23.0438569Z [00:04:16.245]➜  packagefile sigs.k8s.io/json/internal/golang/encoding/json=/tmp/go-build3547871397/b144/_pkg_.a
2025-08-20T21:22:23.0439168Z [00:04:16.245]➜  packagefile go.yaml.in/yaml/v2=/tmp/go-build3547871397/b249/_pkg_.a
2025-08-20T21:22:23.0439755Z [00:04:16.245]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3547871397/b336/_pkg_.a
2025-08-20T21:22:23.0440412Z [00:04:16.245]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build3547871397/b337/_pkg_.a
2025-08-20T21:22:23.0441018Z [00:04:16.245]➜  packagefile golang.org/x/text/runes=/tmp/go-build3547871397/b338/_pkg_.a
2025-08-20T21:22:23.0441585Z [00:04:16.245]➜  packagefile github.com/go-openapi/swag=/tmp/go-build3547871397/b417/_pkg_.a
2025-08-20T21:22:23.0442175Z [00:04:16.245]➜  packagefile k8s.io/kube-openapi/pkg/internal=/tmp/go-build3547871397/b423/_pkg_.a
2025-08-20T21:22:23.0443151Z [00:04:16.245]➜  packagefile k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json=/tmp/go-build3547871397/b424/_pkg_.a
2025-08-20T21:22:23.0443911Z [00:04:16.245]➜  packagefile github.com/go-openapi/jsonreference=/tmp/go-build3547871397/b415/_pkg_.a
2025-08-20T21:22:23.0444577Z [00:04:16.245]➜  packagefile sigs.k8s.io/kustomize/api/internal/builtins=/tmp/go-build3547871397/b480/_pkg_.a
2025-08-20T21:22:23.0445348Z [00:04:16.245]➜  packagefile sigs.k8s.io/kustomize/api/internal/loader=/tmp/go-build3547871397/b536/_pkg_.a
2025-08-20T21:22:23.0446097Z [00:04:16.245]➜  packagefile sigs.k8s.io/kustomize/api/internal/plugins/builtinhelpers=/tmp/go-build3547871397/b537/_pkg_.a
2025-08-20T21:22:23.0446933Z [00:04:16.245]➜  packagefile sigs.k8s.io/kustomize/api/internal/plugins/loader=/tmp/go-build3547871397/b538/_pkg_.a
2025-08-20T21:22:23.0447631Z [00:04:16.245]➜  packagefile sigs.k8s.io/kustomize/api/internal/target=/tmp/go-build3547871397/b550/_pkg_.a
2025-08-20T21:22:23.0448294Z [00:04:16.245]➜  packagefile sigs.k8s.io/kustomize/api/internal/utils=/tmp/go-build3547871397/b514/_pkg_.a
2025-08-20T21:22:23.0448925Z [00:04:16.245]➜  packagefile sigs.k8s.io/kustomize/api/konfig=/tmp/go-build3547871397/b515/_pkg_.a
2025-08-20T21:22:23.0449541Z [00:04:16.245]➜  packagefile sigs.k8s.io/kustomize/api/provenance=/tmp/go-build3547871397/b556/_pkg_.a
2025-08-20T21:22:23.0450232Z [00:04:16.245]➜  packagefile sigs.k8s.io/kustomize/api/provider=/tmp/go-build3547871397/b558/_pkg_.a
2025-08-20T21:22:23.0450845Z [00:04:16.245]➜  packagefile sigs.k8s.io/kustomize/api/resmap=/tmp/go-build3547871397/b535/_pkg_.a
2025-08-20T21:22:23.0451439Z [00:04:16.245]➜  packagefile sigs.k8s.io/kustomize/api/types=/tmp/go-build3547871397/b499/_pkg_.a
2025-08-20T21:22:23.0452044Z [00:04:16.245]➜  packagefile sigs.k8s.io/kustomize/kyaml/errors=/tmp/go-build3547871397/b484/_pkg_.a
2025-08-20T21:22:23.0452766Z [00:04:16.245]➜  packagefile sigs.k8s.io/kustomize/kyaml/openapi=/tmp/go-build3547871397/b502/_pkg_.a
2025-08-20T21:22:23.0453449Z [00:04:16.245]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3547871397/b301/_pkg_.a
2025-08-20T21:22:23.0454278Z [00:04:16.245]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3547871397/b305/_pkg_.a
2025-08-20T21:22:23.0455022Z [00:04:16.245]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3547871397/b302/_pkg_.a
2025-08-20T21:22:23.0455717Z [00:04:16.245]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3547871397/b308/_pkg_.a
2025-08-20T21:22:23.0456383Z [00:04:16.245]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3547871397/b309/_pkg_.a
2025-08-20T21:22:23.0457055Z [00:04:16.245]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3547871397/b310/_pkg_.a
2025-08-20T21:22:23.0457732Z [00:04:16.245]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3547871397/b307/_pkg_.a
2025-08-20T21:22:23.0458404Z [00:04:16.245]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3547871397/b311/_pkg_.a
2025-08-20T21:22:23.0459117Z [00:04:16.245]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3547871397/b312/_pkg_.a
2025-08-20T21:22:23.0459844Z [00:04:16.245]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3547871397/b313/_pkg_.a
2025-08-20T21:22:23.0460496Z [00:04:16.245]➜  packagefile crypto/internal/boring/sig=/tmp/go-build3547871397/b179/_pkg_.a
2025-08-20T21:22:23.0461127Z [00:04:16.245]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3547871397/b165/_pkg_.a
2025-08-20T21:22:23.0461769Z [00:04:16.245]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3547871397/b166/_pkg_.a
2025-08-20T21:22:23.0462433Z [00:04:16.245]➜  packagefile github.com/google/gnostic-models/extensions=/tmp/go-build3547871397/b299/_pkg_.a
2025-08-20T21:22:23.0463411Z [00:04:16.245]➜  packagefile github.com/google/gnostic-models/jsonschema=/tmp/go-build3547871397/b330/_pkg_.a
2025-08-20T21:22:23.0464117Z [00:04:16.245]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3547871397/b315/_pkg_.a
2025-08-20T21:22:23.0464822Z [00:04:16.245]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build3547871397/b322/_pkg_.a
2025-08-20T21:22:23.0465502Z [00:04:16.245]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build3547871397/b323/_pkg_.a
2025-08-20T21:22:23.0466301Z [00:04:16.245]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build3547871397/b327/_pkg_.a
2025-08-20T21:22:23.0467000Z [00:04:16.245]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build3547871397/b328/_pkg_.a
2025-08-20T21:22:23.0467649Z [00:04:16.245]➜  packagefile hash/adler32=/tmp/go-build3547871397/b461/_pkg_.a
2025-08-20T21:22:23.0468299Z [00:04:16.245]➜  packagefile k8s.io/apimachinery/pkg/util/managedfields/internal=/tmp/go-build3547871397/b407/_pkg_.a
2025-08-20T21:22:23.0469001Z [00:04:16.245]➜  packagefile k8s.io/kube-openapi/pkg/schemaconv=/tmp/go-build3547871397/b410/_pkg_.a
2025-08-20T21:22:23.0469677Z [00:04:16.245]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/fieldpath=/tmp/go-build3547871397/b426/_pkg_.a
2025-08-20T21:22:23.0470365Z [00:04:16.245]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/schema=/tmp/go-build3547871397/b425/_pkg_.a
2025-08-20T21:22:23.0471101Z [00:04:16.245]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/typed=/tmp/go-build3547871397/b428/_pkg_.a
2025-08-20T21:22:23.0471782Z [00:04:16.245]➜  packagefile github.com/google/gnostic-models/openapiv3=/tmp/go-build3547871397/b412/_pkg_.a
2025-08-20T21:22:23.0472418Z [00:04:16.245]➜  packagefile k8s.io/kube-openapi/pkg/cached=/tmp/go-build3547871397/b457/_pkg_.a
2025-08-20T21:22:23.0473260Z [00:04:16.245]➜  packagefile k8s.io/kube-openapi/pkg/common=/tmp/go-build3547871397/b458/_pkg_.a
2025-08-20T21:22:23.0473803Z [00:04:16.245]➜  packagefile encoding/base32=/tmp/go-build3547871397/b095/_pkg_.a
2025-08-20T21:22:23.0474328Z [00:04:16.245]➜  packagefile github.com/x448/float16=/tmp/go-build3547871397/b098/_pkg_.a
2025-08-20T21:22:23.0475016Z [00:04:16.245]➜  packagefile github.com/google/go-cmp/cmp/internal/diff=/tmp/go-build3547871397/b469/_pkg_.a
2025-08-20T21:22:23.0475707Z [00:04:16.245]➜  packagefile github.com/google/go-cmp/cmp/internal/flags=/tmp/go-build3547871397/b470/_pkg_.a
2025-08-20T21:22:23.0476412Z [00:04:16.245]➜  packagefile github.com/google/go-cmp/cmp/internal/function=/tmp/go-build3547871397/b471/_pkg_.a
2025-08-20T21:22:23.0477105Z [00:04:16.245]➜  packagefile github.com/google/go-cmp/cmp/internal/value=/tmp/go-build3547871397/b472/_pkg_.a
2025-08-20T21:22:23.0477809Z [00:04:16.245]➜  packagefile k8s.io/client-go/applyconfigurations/internal=/tmp/go-build3547871397/b576/_pkg_.a
2025-08-20T21:22:23.0478516Z [00:04:16.245]➜  packagefile k8s.io/client-go/applyconfigurations/meta/v1=/tmp/go-build3547871397/b577/_pkg_.a
2025-08-20T21:22:23.0479132Z [00:04:16.245]➜  packagefile k8s.io/client-go/testing=/tmp/go-build3547871397/b579/_pkg_.a
2025-08-20T21:22:23.0479708Z [00:04:16.245]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3547871397/b161/_pkg_.a
2025-08-20T21:22:23.0480310Z [00:04:16.245]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build3547871397/b184/_pkg_.a
2025-08-20T21:22:23.0480957Z [00:04:16.245]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3547871397/b187/_pkg_.a
2025-08-20T21:22:23.0481600Z [00:04:16.245]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3547871397/b190/_pkg_.a
2025-08-20T21:22:23.0482178Z [00:04:16.245]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build3547871397/b191/_pkg_.a
2025-08-20T21:22:23.0482898Z [00:04:16.245]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3547871397/b185/_pkg_.a
2025-08-20T21:22:23.0483493Z [00:04:16.245]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3547871397/b193/_pkg_.a
2025-08-20T21:22:23.0484077Z [00:04:16.245]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3547871397/b194/_pkg_.a
2025-08-20T21:22:23.0484723Z [00:04:16.245]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3547871397/b199/_pkg_.a
2025-08-20T21:22:23.0485304Z [00:04:16.245]➜  packagefile math/rand/v2=/tmp/go-build3547871397/b176/_pkg_.a
2025-08-20T21:22:23.0485851Z [00:04:16.245]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build3547871397/b201/_pkg_.a
2025-08-20T21:22:23.0486533Z [00:04:16.245]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3547871397/b204/_pkg_.a
2025-08-20T21:22:23.0487111Z [00:04:16.245]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3547871397/b163/_pkg_.a
2025-08-20T21:22:23.0487861Z [00:04:16.245]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3547871397/b162/_pkg_.a
2025-08-20T21:22:23.0488580Z [00:04:16.245]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3547871397/b169/_pkg_.a
2025-08-20T21:22:23.0489210Z [00:04:16.245]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3547871397/b160/_pkg_.a
2025-08-20T21:22:23.0489822Z [00:04:16.245]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3547871397/b168/_pkg_.a
2025-08-20T21:22:23.0490421Z [00:04:16.245]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3547871397/b170/_pkg_.a
2025-08-20T21:22:23.0491012Z [00:04:16.245]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3547871397/b192/_pkg_.a
2025-08-20T21:22:23.0491666Z [00:04:16.245]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build3547871397/b218/_pkg_.a
2025-08-20T21:22:23.0492206Z [00:04:16.245]➜  packagefile crypto/fips140=/tmp/go-build3547871397/b222/_pkg_.a
2025-08-20T21:22:23.0492800Z [00:04:16.245]➜  packagefile crypto/dsa=/tmp/go-build3547871397/b224/_pkg_.a
2025-08-20T21:22:23.0493286Z [00:04:16.245]➜  packagefile encoding/asn1=/tmp/go-build3547871397/b198/_pkg_.a
2025-08-20T21:22:23.0493851Z [00:04:16.245]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3547871397/b211/_pkg_.a
2025-08-20T21:22:23.0494510Z [00:04:16.245]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3547871397/b212/_pkg_.a
2025-08-20T21:22:23.0495293Z [00:04:16.245]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3547871397/b213/_pkg_.a
2025-08-20T21:22:23.0495941Z [00:04:16.246]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build3547871397/b214/_pkg_.a
2025-08-20T21:22:23.0496540Z [00:04:16.246]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build3547871397/b259/_pkg_.a
2025-08-20T21:22:23.0497156Z [00:04:16.246]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3547871397/b261/_pkg_.a
2025-08-20T21:22:23.0497752Z [00:04:16.246]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build3547871397/b439/_pkg_.a
2025-08-20T21:22:23.0498265Z [00:04:16.246]➜  packagefile unique=/tmp/go-build3547871397/b126/_pkg_.a
2025-08-20T21:22:23.0498762Z [00:04:16.246]➜  packagefile crypto/internal/entropy=/tmp/go-build3547871397/b173/_pkg_.a
2025-08-20T21:22:23.0499355Z [00:04:16.246]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3547871397/b230/_pkg_.a
2025-08-20T21:22:23.0499973Z [00:04:16.246]➜  packagefile github.com/xeipuuv/gojsonpointer=/tmp/go-build3547871397/b704/_pkg_.a
2025-08-20T21:22:23.0500529Z [00:04:16.246]➜  packagefile dario.cat/mergo=/tmp/go-build3547871397/b763/_pkg_.a
2025-08-20T21:22:23.0501085Z [00:04:16.246]➜  packagefile github.com/Masterminds/goutils=/tmp/go-build3547871397/b1827/_pkg_.a
2025-08-20T21:22:23.0501674Z [00:04:16.246]➜  packagefile github.com/huandu/xstrings=/tmp/go-build3547871397/b1828/_pkg_.a
2025-08-20T21:22:23.0502286Z [00:04:16.246]➜  packagefile github.com/mitchellh/copystructure=/tmp/go-build3547871397/b1829/_pkg_.a
2025-08-20T21:22:23.0503198Z [00:04:16.246]➜  packagefile github.com/shopspring/decimal=/tmp/go-build3547871397/b1831/_pkg_.a
2025-08-20T21:22:23.0503772Z [00:04:16.246]➜  packagefile github.com/spf13/cast=/tmp/go-build3547871397/b780/_pkg_.a
2025-08-20T21:22:23.0504329Z [00:04:16.246]➜  packagefile golang.org/x/crypto/bcrypt=/tmp/go-build3547871397/b1832/_pkg_.a
2025-08-20T21:22:23.0504904Z [00:04:16.246]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build3547871397/b1833/_pkg_.a
2025-08-20T21:22:23.0505433Z [00:04:16.246]➜  packagefile html/template=/tmp/go-build3547871397/b781/_pkg_.a
2025-08-20T21:22:23.0506018Z [00:04:16.246]➜  packagefile github.com/gosuri/uitable/util/strutil=/tmp/go-build3547871397/b2210/_pkg_.a
2025-08-20T21:22:23.0506793Z [00:04:16.246]➜  packagefile github.com/gosuri/uitable/util/wordwrap=/tmp/go-build3547871397/b2211/_pkg_.a
2025-08-20T21:22:23.0507358Z [00:04:16.246]➜  packagefile archive/tar=/tmp/go-build3547871397/b861/_pkg_.a
2025-08-20T21:22:23.0507906Z [00:04:16.246]➜  packagefile helm.sh/helm/v3/internal/sympath=/tmp/go-build3547871397/b2213/_pkg_.a
2025-08-20T21:22:23.0508561Z [00:04:16.246]➜  packagefile helm.sh/helm/v3/pkg/ignore=/tmp/go-build3547871397/b2214/_pkg_.a
2025-08-20T21:22:23.0509175Z [00:04:16.246]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build3547871397/b1647/_pkg_.a
2025-08-20T21:22:23.0509806Z [00:04:16.246]➜  packagefile helm.sh/helm/v3/internal/version=/tmp/go-build3547871397/b2216/_pkg_.a
2025-08-20T21:22:23.0510559Z [00:04:16.246]➜  packagefile k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1=/tmp/go-build3547871397/b2217/_pkg_.a
2025-08-20T21:22:23.0511273Z [00:04:16.246]➜  packagefile helm.sh/helm/v3/pkg/helmpath=/tmp/go-build3547871397/b2219/_pkg_.a
2025-08-20T21:22:23.0511935Z [00:04:16.246]➜  packagefile helm.sh/helm/v3/internal/fileutil=/tmp/go-build3547871397/b2227/_pkg_.a
2025-08-20T21:22:23.0512554Z [00:04:16.246]➜  packagefile helm.sh/helm/v3/internal/resolver=/tmp/go-build3547871397/b2229/_pkg_.a
2025-08-20T21:22:23.0513470Z [00:04:16.246]➜  packagefile helm.sh/helm/v3/internal/third_party/dep/fs=/tmp/go-build3547871397/b2228/_pkg_.a
2025-08-20T21:22:23.0514123Z [00:04:16.246]➜  packagefile helm.sh/helm/v3/internal/urlutil=/tmp/go-build3547871397/b2272/_pkg_.a
2025-08-20T21:22:23.0514706Z [00:04:16.246]➜  packagefile github.com/BurntSushi/toml=/tmp/go-build3547871397/b1754/_pkg_.a
2025-08-20T21:22:23.0515260Z [00:04:16.246]➜  packagefile github.com/gobwas/glob=/tmp/go-build3547871397/b2276/_pkg_.a
2025-08-20T21:22:23.0515884Z [00:04:16.246]➜  packagefile sigs.k8s.io/yaml/goyaml.v3=/tmp/go-build3547871397/b495/_pkg_.a
2025-08-20T21:22:23.0516473Z [00:04:16.246]➜  packagefile helm.sh/helm/v3/internal/tlsutil=/tmp/go-build3547871397/b2239/_pkg_.a
2025-08-20T21:22:23.0517067Z [00:04:16.246]➜  packagefile helm.sh/helm/v3/pkg/plugin=/tmp/go-build3547871397/b2274/_pkg_.a
2025-08-20T21:22:23.0517646Z [00:04:16.246]➜  packagefile github.com/evanphx/json-patch=/tmp/go-build3547871397/b2222/_pkg_.a
2025-08-20T21:22:23.0518253Z [00:04:16.246]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3547871397/b871/_pkg_.a
2025-08-20T21:22:23.0519030Z [00:04:16.246]➜  packagefile helm.sh/helm/v3/internal/third_party/k8s.io/kubernetes/deployment/util=/tmp/go-build3547871397/b2223/_pkg_.a
2025-08-20T21:22:23.0519832Z [00:04:16.246]➜  packagefile k8s.io/apimachinery/pkg/util/jsonmergepatch=/tmp/go-build3547871397/b2224/_pkg_.a
2025-08-20T21:22:23.0520463Z [00:04:16.246]➜  packagefile k8s.io/client-go/util/retry=/tmp/go-build3547871397/b2225/_pkg_.a
2025-08-20T21:22:23.0521041Z [00:04:16.246]➜  packagefile helm.sh/helm/v3/pkg/lint/rules=/tmp/go-build3547871397/b2286/_pkg_.a
2025-08-20T21:22:23.0521626Z [00:04:16.246]➜  packagefile golang.org/x/crypto/openpgp=/tmp/go-build3547871397/b2231/_pkg_.a
2025-08-20T21:22:23.0522262Z [00:04:16.246]➜  packagefile golang.org/x/crypto/openpgp/clearsign=/tmp/go-build3547871397/b2237/_pkg_.a
2025-08-20T21:22:23.0523026Z [00:04:16.246]➜  packagefile golang.org/x/crypto/openpgp/packet=/tmp/go-build3547871397/b2234/_pkg_.a
2025-08-20T21:22:23.0523644Z [00:04:16.246]➜  packagefile helm.sh/helm/v3/pkg/time/ctime=/tmp/go-build3547871397/b2293/_pkg_.a
2025-08-20T21:22:23.0524284Z [00:04:16.246]➜  packagefile github.com/containerd/containerd/remotes=/tmp/go-build3547871397/b1122/_pkg_.a
2025-08-20T21:22:23.0524989Z [00:04:16.246]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build3547871397/b1023/_pkg_.a
2025-08-20T21:22:23.0525757Z [00:04:16.246]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3547871397/b1022/_pkg_.a
2025-08-20T21:22:23.0526380Z [00:04:16.246]➜  packagefile oras.land/oras-go/v2=/tmp/go-build3547871397/b2240/_pkg_.a
2025-08-20T21:22:23.0526928Z [00:04:16.246]➜  packagefile oras.land/oras-go/v2/content=/tmp/go-build3547871397/b2241/_pkg_.a
2025-08-20T21:22:23.0527618Z [00:04:16.246]➜  packagefile oras.land/oras-go/v2/content/memory=/tmp/go-build3547871397/b2261/_pkg_.a
2025-08-20T21:22:23.0528220Z [00:04:16.246]➜  packagefile oras.land/oras-go/v2/registry=/tmp/go-build3547871397/b2251/_pkg_.a
2025-08-20T21:22:23.0528889Z [00:04:16.246]➜  packagefile oras.land/oras-go/v2/registry/remote=/tmp/go-build3547871397/b2264/_pkg_.a
2025-08-20T21:22:23.0529543Z [00:04:16.246]➜  packagefile oras.land/oras-go/v2/registry/remote/auth=/tmp/go-build3547871397/b2257/_pkg_.a
2025-08-20T21:22:23.0530247Z [00:04:16.246]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials=/tmp/go-build3547871397/b2266/_pkg_.a
2025-08-20T21:22:23.0530954Z [00:04:16.246]➜  packagefile oras.land/oras-go/v2/registry/remote/retry=/tmp/go-build3547871397/b2260/_pkg_.a
2025-08-20T21:22:23.0531594Z [00:04:16.246]➜  packagefile github.com/Masterminds/squirrel=/tmp/go-build3547871397/b2297/_pkg_.a
2025-08-20T21:22:23.0532257Z [00:04:16.246]➜  packagefile github.com/jmoiron/sqlx=/tmp/go-build3547871397/b2300/_pkg_.a
2025-08-20T21:22:23.0532898Z [00:04:16.246]➜  packagefile github.com/lib/pq=/tmp/go-build3547871397/b2302/_pkg_.a
2025-08-20T21:22:23.0533456Z [00:04:16.246]➜  packagefile github.com/rubenv/sql-migrate=/tmp/go-build3547871397/b2305/_pkg_.a
2025-08-20T21:22:23.0534157Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/admissionregistration/v1=/tmp/go-build3547871397/b2086/_pkg_.a
2025-08-20T21:22:23.0534949Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/admissionregistration/v1alpha1=/tmp/go-build3547871397/b2090/_pkg_.a
2025-08-20T21:22:23.0535758Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/admissionregistration/v1beta1=/tmp/go-build3547871397/b2092/_pkg_.a
2025-08-20T21:22:23.0536618Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/apiserverinternal/v1alpha1=/tmp/go-build3547871397/b2095/_pkg_.a
2025-08-20T21:22:23.0537317Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/apps/v1=/tmp/go-build3547871397/b2098/_pkg_.a
2025-08-20T21:22:23.0537971Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/apps/v1beta1=/tmp/go-build3547871397/b2100/_pkg_.a
2025-08-20T21:22:23.0538625Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/apps/v1beta2=/tmp/go-build3547871397/b2102/_pkg_.a
2025-08-20T21:22:23.0539290Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/autoscaling/v1=/tmp/go-build3547871397/b2105/_pkg_.a
2025-08-20T21:22:23.0539961Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/autoscaling/v2=/tmp/go-build3547871397/b2107/_pkg_.a
2025-08-20T21:22:23.0540657Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/autoscaling/v2beta1=/tmp/go-build3547871397/b2109/_pkg_.a
2025-08-20T21:22:23.0541378Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/autoscaling/v2beta2=/tmp/go-build3547871397/b2111/_pkg_.a
2025-08-20T21:22:23.0542053Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/batch/v1=/tmp/go-build3547871397/b2114/_pkg_.a
2025-08-20T21:22:23.0542964Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/batch/v1beta1=/tmp/go-build3547871397/b2116/_pkg_.a
2025-08-20T21:22:23.0543679Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/certificates/v1=/tmp/go-build3547871397/b2119/_pkg_.a
2025-08-20T21:22:23.0544401Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/certificates/v1alpha1=/tmp/go-build3547871397/b2121/_pkg_.a
2025-08-20T21:22:23.0545134Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/certificates/v1beta1=/tmp/go-build3547871397/b2123/_pkg_.a
2025-08-20T21:22:23.0545836Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/coordination/v1=/tmp/go-build3547871397/b2126/_pkg_.a
2025-08-20T21:22:23.0546549Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/coordination/v1alpha2=/tmp/go-build3547871397/b2128/_pkg_.a
2025-08-20T21:22:23.0547279Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/coordination/v1beta1=/tmp/go-build3547871397/b2130/_pkg_.a
2025-08-20T21:22:23.0547952Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/core/v1=/tmp/go-build3547871397/b2133/_pkg_.a
2025-08-20T21:22:23.0548681Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/discovery/v1=/tmp/go-build3547871397/b2136/_pkg_.a
2025-08-20T21:22:23.0549366Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/discovery/v1beta1=/tmp/go-build3547871397/b2138/_pkg_.a
2025-08-20T21:22:23.0550099Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/events/v1=/tmp/go-build3547871397/b2141/_pkg_.a
2025-08-20T21:22:23.0558197Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/events/v1beta1=/tmp/go-build3547871397/b2143/_pkg_.a
2025-08-20T21:22:23.0559081Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/extensions/v1beta1=/tmp/go-build3547871397/b2146/_pkg_.a
2025-08-20T21:22:23.0559838Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/flowcontrol/v1=/tmp/go-build3547871397/b2149/_pkg_.a
2025-08-20T21:22:23.0560586Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/flowcontrol/v1beta1=/tmp/go-build3547871397/b2151/_pkg_.a
2025-08-20T21:22:23.0561460Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/flowcontrol/v1beta2=/tmp/go-build3547871397/b2153/_pkg_.a
2025-08-20T21:22:23.0562202Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/flowcontrol/v1beta3=/tmp/go-build3547871397/b2155/_pkg_.a
2025-08-20T21:22:23.0563083Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/networking/v1=/tmp/go-build3547871397/b2158/_pkg_.a
2025-08-20T21:22:23.0563793Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/networking/v1alpha1=/tmp/go-build3547871397/b2160/_pkg_.a
2025-08-20T21:22:23.0564503Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/networking/v1beta1=/tmp/go-build3547871397/b2162/_pkg_.a
2025-08-20T21:22:23.0565237Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/node/v1=/tmp/go-build3547871397/b2165/_pkg_.a
2025-08-20T21:22:23.0565896Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/node/v1alpha1=/tmp/go-build3547871397/b2167/_pkg_.a
2025-08-20T21:22:23.0566569Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/node/v1beta1=/tmp/go-build3547871397/b2169/_pkg_.a
2025-08-20T21:22:23.0567215Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/policy/v1=/tmp/go-build3547871397/b2172/_pkg_.a
2025-08-20T21:22:23.0567896Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/policy/v1beta1=/tmp/go-build3547871397/b2174/_pkg_.a
2025-08-20T21:22:23.0568561Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/rbac/v1=/tmp/go-build3547871397/b2177/_pkg_.a
2025-08-20T21:22:23.0569204Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/rbac/v1alpha1=/tmp/go-build3547871397/b2179/_pkg_.a
2025-08-20T21:22:23.0569862Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/rbac/v1beta1=/tmp/go-build3547871397/b2181/_pkg_.a
2025-08-20T21:22:23.0570552Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/resource/v1alpha3=/tmp/go-build3547871397/b2184/_pkg_.a
2025-08-20T21:22:23.0571250Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/resource/v1beta1=/tmp/go-build3547871397/b2186/_pkg_.a
2025-08-20T21:22:23.0571944Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/resource/v1beta2=/tmp/go-build3547871397/b2188/_pkg_.a
2025-08-20T21:22:23.0572733Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/scheduling/v1=/tmp/go-build3547871397/b2191/_pkg_.a
2025-08-20T21:22:23.0573459Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/scheduling/v1alpha1=/tmp/go-build3547871397/b2193/_pkg_.a
2025-08-20T21:22:23.0574173Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/scheduling/v1beta1=/tmp/go-build3547871397/b2195/_pkg_.a
2025-08-20T21:22:23.0574849Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/storage/v1=/tmp/go-build3547871397/b2198/_pkg_.a
2025-08-20T21:22:23.0575516Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/storage/v1alpha1=/tmp/go-build3547871397/b2200/_pkg_.a
2025-08-20T21:22:23.0576204Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/storage/v1beta1=/tmp/go-build3547871397/b2202/_pkg_.a
2025-08-20T21:22:23.0577034Z [00:04:16.246]➜  packagefile k8s.io/client-go/informers/storagemigration/v1alpha1=/tmp/go-build3547871397/b2205/_pkg_.a
2025-08-20T21:22:23.0577771Z [00:04:16.246]➜  packagefile k8s.io/apimachinery/pkg/util/diff=/tmp/go-build3547871397/b2024/_pkg_.a
2025-08-20T21:22:23.0578200Z [00:04:16.246]➜  packagefile k8s.io/client-go/tools/cache/synctrack=/tmp/go-build3547871397/b2025/_pkg_.a
2025-08-20T21:22:23.0578487Z [00:04:16.246]➜  packagefile k8s.io/client-go/tools/pager=/tmp/go-build3547871397/b2026/_pkg_.a
2025-08-20T21:22:23.0578744Z [00:04:16.246]➜  packagefile k8s.io/utils/buffer=/tmp/go-build3547871397/b2027/_pkg_.a
2025-08-20T21:22:23.0578989Z [00:04:16.246]➜  packagefile k8s.io/utils/trace=/tmp/go-build3547871397/b2028/_pkg_.a
2025-08-20T21:22:23.0579318Z [00:04:16.246]➜  packagefile k8s.io/apimachinery/pkg/util/version=/tmp/go-build3547871397/b2039/_pkg_.a
2025-08-20T21:22:23.0579546Z [00:04:16.246]➜  packagefile archive/zip=/tmp/go-build3547871397/b1257/_pkg_.a
2025-08-20T21:22:23.0579909Z [00:04:16.246]➜  packagefile github.com/chai2010/gettext-go=/tmp/go-build3547871397/b2045/_pkg_.a
2025-08-20T21:22:23.0580206Z [00:04:16.246]➜  packagefile github.com/MakeNowJust/heredoc=/tmp/go-build3547871397/b2051/_pkg_.a
2025-08-20T21:22:23.0580513Z [00:04:16.246]➜  packagefile github.com/mitchellh/go-wordwrap=/tmp/go-build3547871397/b1908/_pkg_.a
2025-08-20T21:22:23.0580829Z [00:04:16.246]➜  packagefile github.com/russross/blackfriday/v2=/tmp/go-build3547871397/b2052/_pkg_.a
2025-08-20T21:22:23.0581116Z [00:04:16.246]➜  packagefile k8s.io/kubectl/pkg/util/term=/tmp/go-build3547871397/b2053/_pkg_.a
2025-08-20T21:22:23.0581413Z [00:04:16.246]➜  packagefile github.com/exponent-io/jsonpath=/tmp/go-build3547871397/b2072/_pkg_.a
2025-08-20T21:22:23.0581838Z [00:04:16.246]➜  packagefile k8s.io/kube-openapi/pkg/util/proto/validation=/tmp/go-build3547871397/b2073/_pkg_.a
2025-08-20T21:22:23.0582145Z [00:04:16.246]➜  packagefile k8s.io/component-helpers/resource=/tmp/go-build3547871397/b2320/_pkg_.a
2025-08-20T21:22:23.0582474Z [00:04:16.246]➜  packagefile golang.org/x/text/internal/catmsg=/tmp/go-build3547871397/b2016/_pkg_.a
2025-08-20T21:22:23.0583112Z [00:04:16.246]➜  packagefile golang.org/x/text/internal/stringset=/tmp/go-build3547871397/b2018/_pkg_.a
2025-08-20T21:22:23.0583465Z [00:04:16.246]➜  packagefile github.com/go-viper/mapstructure/v2=/tmp/go-build3547871397/b767/_pkg_.a
2025-08-20T21:22:23.0583736Z [00:04:16.246]➜  packagefile github.com/spf13/viper=/tmp/go-build3547871397/b769/_pkg_.a
2025-08-20T21:22:23.0584016Z [00:04:16.246]➜  packagefile github.com/mgutz/ansi=/tmp/go-build3547871397/b795/_pkg_.a
2025-08-20T21:22:23.0584273Z [00:04:16.246]➜  packagefile github.com/xo/terminfo=/tmp/go-build3547871397/b802/_pkg_.a
2025-08-20T21:22:23.0584555Z [00:04:16.246]➜  packagefile github.com/felixge/fgprof=/tmp/go-build3547871397/b806/_pkg_.a
2025-08-20T21:22:23.0584788Z [00:04:16.246]➜  packagefile runtime/pprof=/tmp/go-build3547871397/b808/_pkg_.a
2025-08-20T21:22:23.0585018Z [00:04:16.246]➜  packagefile runtime/trace=/tmp/go-build3547871397/b810/_pkg_.a
2025-08-20T21:22:23.0585308Z [00:04:16.246]➜  packagefile github.com/OneOfOne/xxhash=/tmp/go-build3547871397/b814/_pkg_.a
2025-08-20T21:22:23.0585716Z [00:04:16.246]➜  packagefile github.com/anchore/grype/grype/db/internal/gormadapter=/tmp/go-build3547871397/b815/_pkg_.a
2025-08-20T21:22:23.0586062Z [00:04:16.246]➜  packagefile github.com/anchore/grype/grype/db/v6/name=/tmp/go-build3547871397/b850/_pkg_.a
2025-08-20T21:22:23.0586478Z [00:04:16.246]➜  packagefile github.com/anchore/grype/grype/pkg/qualifier/platformcpe=/tmp/go-build3547871397/b1943/_pkg_.a
2025-08-20T21:22:23.0586898Z [00:04:16.246]➜  packagefile github.com/anchore/grype/grype/pkg/qualifier/rpmmodularity=/tmp/go-build3547871397/b1944/_pkg_.a
2025-08-20T21:22:23.0587229Z [00:04:16.246]➜  packagefile github.com/anchore/grype/grype/search=/tmp/go-build3547871397/b1945/_pkg_.a
2025-08-20T21:22:23.0587553Z [00:04:16.246]➜  packagefile github.com/anchore/grype/internal/cvss=/tmp/go-build3547871397/b1960/_pkg_.a
2025-08-20T21:22:23.0587983Z [00:04:16.246]➜  packagefile github.com/anchore/grype/internal/file=/tmp/go-build3547871397/b1965/_pkg_.a
2025-08-20T21:22:23.0588338Z [00:04:16.246]➜  packagefile github.com/anchore/grype/internal/schemaver=/tmp/go-build3547871397/b1966/_pkg_.a
2025-08-20T21:22:23.0588663Z [00:04:16.246]➜  packagefile github.com/spf13/afero=/tmp/go-build3547871397/b777/_pkg_.a
2025-08-20T21:22:23.0588922Z [00:04:16.246]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3547871397/b1742/_pkg_.a
2025-08-20T21:22:23.0589154Z [00:04:16.246]➜  packagefile gorm.io/gorm=/tmp/go-build3547871397/b830/_pkg_.a
2025-08-20T21:22:23.0589400Z [00:04:16.246]➜  packagefile gorm.io/gorm/clause=/tmp/go-build3547871397/b832/_pkg_.a
2025-08-20T21:22:23.0589714Z [00:04:16.246]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build3547871397/b1567/_pkg_.a
2025-08-20T21:22:23.0590005Z [00:04:16.246]➜  packagefile github.com/anchore/archiver/v3=/tmp/go-build3547871397/b1233/_pkg_.a
2025-08-20T21:22:23.0590335Z [00:04:16.246]➜  packagefile github.com/hako/durafmt=/tmp/go-build3547871397/b1971/_pkg_.a
2025-08-20T21:22:23.0590752Z [00:04:16.246]➜  packagefile github.com/anchore/grype/grype/internal/packagemetadata=/tmp/go-build3547871397/b1976/_pkg_.a
2025-08-20T21:22:23.0591144Z [00:04:16.246]➜  packagefile github.com/anchore/grype/grype/presenter/cyclonedx=/tmp/go-build3547871397/b1978/_pkg_.a
2025-08-20T21:22:23.0591510Z [00:04:16.246]➜  packagefile github.com/anchore/grype/grype/presenter/json=/tmp/go-build3547871397/b1979/_pkg_.a
2025-08-20T21:22:23.0591874Z [00:04:16.246]➜  packagefile github.com/anchore/grype/grype/presenter/sarif=/tmp/go-build3547871397/b1980/_pkg_.a
2025-08-20T21:22:23.0592293Z [00:04:16.246]➜  packagefile github.com/anchore/grype/grype/presenter/table=/tmp/go-build3547871397/b1982/_pkg_.a
2025-08-20T21:22:23.0592900Z [00:04:16.246]➜  packagefile github.com/anchore/grype/grype/presenter/template=/tmp/go-build3547871397/b1983/_pkg_.a
2025-08-20T21:22:23.0593258Z [00:04:16.246]➜  packagefile github.com/wagoodman/go-presenter=/tmp/go-build3547871397/b1984/_pkg_.a
2025-08-20T21:22:23.0593610Z [00:04:16.246]➜  packagefile github.com/anchore/stereoscope/internal/bus=/tmp/go-build3547871397/b901/_pkg_.a
2025-08-20T21:22:23.0593961Z [00:04:16.246]➜  packagefile github.com/anchore/stereoscope/internal/log=/tmp/go-build3547871397/b862/_pkg_.a
2025-08-20T21:22:23.0594302Z [00:04:16.246]➜  packagefile github.com/anchore/stereoscope/pkg/event=/tmp/go-build3547871397/b902/_pkg_.a
2025-08-20T21:22:23.0594631Z [00:04:16.246]➜  packagefile github.com/anchore/stereoscope/pkg/file=/tmp/go-build3547871397/b860/_pkg_.a
2025-08-20T21:22:23.0594972Z [00:04:16.246]➜  packagefile github.com/anchore/stereoscope/pkg/filetree=/tmp/go-build3547871397/b903/_pkg_.a
2025-08-20T21:22:23.0595288Z [00:04:16.246]➜  packagefile github.com/bmatcuk/doublestar/v4=/tmp/go-build3547871397/b908/_pkg_.a
2025-08-20T21:22:23.0595577Z [00:04:16.246]➜  packagefile github.com/containerd/errdefs=/tmp/go-build3547871397/b910/_pkg_.a
2025-08-20T21:22:23.0595924Z [00:04:16.246]➜  packagefile github.com/docker/go-connections/tlsconfig=/tmp/go-build3547871397/b911/_pkg_.a
2025-08-20T21:22:23.0596288Z [00:04:16.246]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build3547871397/b912/_pkg_.a
2025-08-20T21:22:23.0596652Z [00:04:16.246]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build3547871397/b920/_pkg_.a
2025-08-20T21:22:23.0596997Z [00:04:16.246]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3547871397/b923/_pkg_.a
2025-08-20T21:22:23.0597376Z [00:04:16.246]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3547871397/b924/_pkg_.a
2025-08-20T21:22:23.0597659Z [00:04:16.246]➜  packagefile github.com/sylabs/squashfs=/tmp/go-build3547871397/b873/_pkg_.a
2025-08-20T21:22:23.0598005Z [00:04:16.246]➜  packagefile github.com/facebookincubator/nvdtools/wfn=/tmp/go-build3547871397/b941/_pkg_.a
2025-08-20T21:22:23.0598399Z [00:04:16.246]➜  packagefile github.com/anchore/syft/syft/linux=/tmp/go-build3547871397/b854/_pkg_.a
2025-08-20T21:22:23.0598699Z [00:04:16.246]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build3547871397/b933/_pkg_.a
2025-08-20T21:22:23.0598994Z [00:04:16.247]➜  packagefile github.com/anchore/syft/internal=/tmp/go-build3547871397/b856/_pkg_.a
2025-08-20T21:22:23.0599392Z [00:04:16.247]➜  packagefile github.com/anchore/syft/internal/evidence=/tmp/go-build3547871397/b926/_pkg_.a
2025-08-20T21:22:23.0599702Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/license=/tmp/go-build3547871397/b929/_pkg_.a
2025-08-20T21:22:23.0599976Z [00:04:16.247]➜  packagefile github.com/jinzhu/copier=/tmp/go-build3547871397/b942/_pkg_.a
2025-08-20T21:22:23.0600246Z [00:04:16.247]➜  packagefile golang.org/x/net/context=/tmp/go-build3547871397/b943/_pkg_.a
2025-08-20T21:22:23.0600461Z [00:04:16.247]➜  packagefile hash/fnv=/tmp/go-build3547871397/b304/_pkg_.a
2025-08-20T21:22:23.0600895Z [00:04:16.247]➜  packagefile github.com/anchore/stereoscope/internal/containerd=/tmp/go-build3547871397/b947/_pkg_.a
2025-08-20T21:22:23.0601299Z [00:04:16.247]➜  packagefile github.com/anchore/stereoscope/pkg/image/containerd=/tmp/go-build3547871397/b1145/_pkg_.a
2025-08-20T21:22:23.0601662Z [00:04:16.247]➜  packagefile github.com/anchore/stereoscope/pkg/image/docker=/tmp/go-build3547871397/b1146/_pkg_.a
2025-08-20T21:22:23.0602024Z [00:04:16.247]➜  packagefile github.com/anchore/stereoscope/pkg/image/oci=/tmp/go-build3547871397/b1198/_pkg_.a
2025-08-20T21:22:23.0602385Z [00:04:16.247]➜  packagefile github.com/anchore/stereoscope/pkg/image/podman=/tmp/go-build3547871397/b1210/_pkg_.a
2025-08-20T21:22:23.0602864Z [00:04:16.247]➜  packagefile github.com/anchore/stereoscope/pkg/image/sif=/tmp/go-build3547871397/b1222/_pkg_.a
2025-08-20T21:22:23.0603305Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/format/cyclonedxjson=/tmp/go-build3547871397/b1722/_pkg_.a
2025-08-20T21:22:23.0603686Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/format/cyclonedxxml=/tmp/go-build3547871397/b1772/_pkg_.a
2025-08-20T21:22:23.0604035Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/format/github=/tmp/go-build3547871397/b1773/_pkg_.a
2025-08-20T21:22:23.0604419Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/format/internal/stream=/tmp/go-build3547871397/b1729/_pkg_.a
2025-08-20T21:22:23.0604760Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/format/purls=/tmp/go-build3547871397/b1775/_pkg_.a
2025-08-20T21:22:23.0605111Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/format/spdxjson=/tmp/go-build3547871397/b1776/_pkg_.a
2025-08-20T21:22:23.0605477Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/format/spdxtagvalue=/tmp/go-build3547871397/b1791/_pkg_.a
2025-08-20T21:22:23.0605819Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/format/table=/tmp/go-build3547871397/b1804/_pkg_.a
2025-08-20T21:22:23.0606169Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/format/template=/tmp/go-build3547871397/b1825/_pkg_.a
2025-08-20T21:22:23.0606504Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/format/text=/tmp/go-build3547871397/b1835/_pkg_.a
2025-08-20T21:22:23.0606856Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/format/internal=/tmp/go-build3547871397/b1727/_pkg_.a
2025-08-20T21:22:23.0607296Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/format/syftjson/model=/tmp/go-build3547871397/b1802/_pkg_.a
2025-08-20T21:22:23.0607695Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/internal/packagemetadata=/tmp/go-build3547871397/b1728/_pkg_.a
2025-08-20T21:22:23.0608084Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/internal/sourcemetadata=/tmp/go-build3547871397/b1803/_pkg_.a
2025-08-20T21:22:23.0608539Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/internal/cpegenerate=/tmp/go-build3547871397/b1730/_pkg_.a
2025-08-20T21:22:23.0608920Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/source/directorysource=/tmp/go-build3547871397/b1924/_pkg_.a
2025-08-20T21:22:23.0609353Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/source/filesource=/tmp/go-build3547871397/b1928/_pkg_.a
2025-08-20T21:22:23.0609709Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/source/snapsource=/tmp/go-build3547871397/b1929/_pkg_.a
2025-08-20T21:22:23.0610110Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/source/stereoscopesource=/tmp/go-build3547871397/b1940/_pkg_.a
2025-08-20T21:22:23.0610482Z [00:04:16.247]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build3547871397/b864/_pkg_.a
2025-08-20T21:22:23.0610850Z [00:04:16.247]➜  packagefile github.com/gabriel-vasile/mimetype/internal/magic=/tmp/go-build3547871397/b867/_pkg_.a
2025-08-20T21:22:23.0611160Z [00:04:16.247]➜  packagefile github.com/openvex/go-vex/pkg/csaf=/tmp/go-build3547871397/b2006/_pkg_.a
2025-08-20T21:22:23.0611488Z [00:04:16.247]➜  packagefile github.com/package-url/packageurl-go=/tmp/go-build3547871397/b2007/_pkg_.a
2025-08-20T21:22:23.0611842Z [00:04:16.247]➜  packagefile github.com/anchore/go-version=/tmp/go-build3547871397/b1592/_pkg_.a
2025-08-20T21:22:23.0612185Z [00:04:16.247]➜  packagefile github.com/aquasecurity/go-pep440-version=/tmp/go-build3547871397/b1757/_pkg_.a
2025-08-20T21:22:23.0612519Z [00:04:16.247]➜  packagefile github.com/bitnami/go-version/pkg/version=/tmp/go-build3547871397/b1836/_pkg_.a
2025-08-20T21:22:23.0612940Z [00:04:16.247]➜  packagefile github.com/knqyf263/go-apk-version=/tmp/go-build3547871397/b1955/_pkg_.a
2025-08-20T21:22:23.0613243Z [00:04:16.247]➜  packagefile github.com/knqyf263/go-deb-version=/tmp/go-build3547871397/b1956/_pkg_.a
2025-08-20T21:22:23.0613563Z [00:04:16.247]➜  packagefile github.com/masahiro331/go-mvn-version=/tmp/go-build3547871397/b1957/_pkg_.a
2025-08-20T21:22:23.0613855Z [00:04:16.247]➜  packagefile text/scanner=/tmp/go-build3547871397/b1958/_pkg_.a
2025-08-20T21:22:23.0614195Z [00:04:16.247]➜  packagefile github.com/anchore/syft/internal/redact=/tmp/go-build3547871397/b858/_pkg_.a
2025-08-20T21:22:23.0614509Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/event=/tmp/go-build3547871397/b1227/_pkg_.a
2025-08-20T21:22:23.0614804Z [00:04:16.247]➜  packagefile github.com/google/licensecheck=/tmp/go-build3547871397/b938/_pkg_.a
2025-08-20T21:22:23.0615167Z [00:04:16.247]➜  packagefile github.com/anchore/syft/internal/relationship=/tmp/go-build3547871397/b1251/_pkg_.a
2025-08-20T21:22:23.0615561Z [00:04:16.247]➜  packagefile github.com/anchore/syft/internal/relationship/binary=/tmp/go-build3547871397/b1252/_pkg_.a
2025-08-20T21:22:23.0615893Z [00:04:16.247]➜  packagefile github.com/anchore/syft/internal/unknown=/tmp/go-build3547871397/b1253/_pkg_.a
2025-08-20T21:22:23.0616301Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/file/cataloger/executable=/tmp/go-build3547871397/b1571/_pkg_.a
2025-08-20T21:22:23.0616704Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/file/cataloger/filecontent=/tmp/go-build3547871397/b1584/_pkg_.a
2025-08-20T21:22:23.0617110Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/file/cataloger/filedigest=/tmp/go-build3547871397/b1761/_pkg_.a
2025-08-20T21:22:23.0617514Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/file/cataloger/filemetadata=/tmp/go-build3547871397/b1763/_pkg_.a
2025-08-20T21:22:23.0617960Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/alpine=/tmp/go-build3547871397/b1764/_pkg_.a
2025-08-20T21:22:23.0618323Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/arch=/tmp/go-build3547871397/b1765/_pkg_.a
2025-08-20T21:22:23.0618698Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/binary=/tmp/go-build3547871397/b1586/_pkg_.a
2025-08-20T21:22:23.0619075Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/bitnami=/tmp/go-build3547871397/b1770/_pkg_.a
2025-08-20T21:22:23.0619435Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/cpp=/tmp/go-build3547871397/b1839/_pkg_.a
2025-08-20T21:22:23.0619861Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/dart=/tmp/go-build3547871397/b1840/_pkg_.a
2025-08-20T21:22:23.0620234Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/debian=/tmp/go-build3547871397/b1841/_pkg_.a
2025-08-20T21:22:23.0620607Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/dotnet=/tmp/go-build3547871397/b1591/_pkg_.a
2025-08-20T21:22:23.0620971Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/elixir=/tmp/go-build3547871397/b1875/_pkg_.a
2025-08-20T21:22:23.0621342Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/erlang=/tmp/go-build3547871397/b1876/_pkg_.a
2025-08-20T21:22:23.0621716Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/gentoo=/tmp/go-build3547871397/b1878/_pkg_.a
2025-08-20T21:22:23.0622126Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/githubactions=/tmp/go-build3547871397/b1879/_pkg_.a
2025-08-20T21:22:23.0622551Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/golang=/tmp/go-build3547871397/b1593/_pkg_.a
2025-08-20T21:22:23.0623269Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/haskell=/tmp/go-build3547871397/b1880/_pkg_.a
2025-08-20T21:22:23.0623694Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/homebrew=/tmp/go-build3547871397/b1881/_pkg_.a
2025-08-20T21:22:23.0624079Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/java=/tmp/go-build3547871397/b1721/_pkg_.a
2025-08-20T21:22:23.0624478Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/javascript=/tmp/go-build3547871397/b1743/_pkg_.a
2025-08-20T21:22:23.0624942Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/kernel=/tmp/go-build3547871397/b1744/_pkg_.a
2025-08-20T21:22:23.0625350Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/lua=/tmp/go-build3547871397/b1882/_pkg_.a
2025-08-20T21:22:23.0625727Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/nix=/tmp/go-build3547871397/b1748/_pkg_.a
2025-08-20T21:22:23.0626101Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/ocaml=/tmp/go-build3547871397/b1883/_pkg_.a
2025-08-20T21:22:23.0626467Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/php=/tmp/go-build3547871397/b1884/_pkg_.a
2025-08-20T21:22:23.0626842Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/python=/tmp/go-build3547871397/b1753/_pkg_.a
2025-08-20T21:22:23.0627202Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/r=/tmp/go-build3547871397/b1886/_pkg_.a
2025-08-20T21:22:23.0627577Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/redhat=/tmp/go-build3547871397/b1887/_pkg_.a
2025-08-20T21:22:23.0627945Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/ruby=/tmp/go-build3547871397/b1897/_pkg_.a
2025-08-20T21:22:23.0628309Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/rust=/tmp/go-build3547871397/b1898/_pkg_.a
2025-08-20T21:22:23.0628671Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/sbom=/tmp/go-build3547871397/b1900/_pkg_.a
2025-08-20T21:22:23.0629107Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/swift=/tmp/go-build3547871397/b1901/_pkg_.a
2025-08-20T21:22:23.0629479Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/swipl=/tmp/go-build3547871397/b1902/_pkg_.a
2025-08-20T21:22:23.0629869Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/terraform=/tmp/go-build3547871397/b1903/_pkg_.a
2025-08-20T21:22:23.0630261Z [00:04:16.247]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/wordpress=/tmp/go-build3547871397/b1922/_pkg_.a
2025-08-20T21:22:23.0630581Z [00:04:16.247]➜  packagefile github.com/anchore/syft/internal/file=/tmp/go-build3547871397/b1256/_pkg_.a
2025-08-20T21:22:23.0630934Z [00:04:16.247]➜  packagefile github.com/olekukonko/ll/lx=/tmp/go-build3547871397/b1819/_pkg_.a
2025-08-20T21:22:23.0631230Z [00:04:16.247]➜  packagefile github.com/modern-go/concurrent=/tmp/go-build3547871397/b245/_pkg_.a
2025-08-20T21:22:23.0631522Z [00:04:16.247]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build3547871397/b247/_pkg_.a
2025-08-20T21:22:23.0631829Z [00:04:16.247]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build3547871397/b1713/_pkg_.a
2025-08-20T21:22:23.0632128Z [00:04:16.247]➜  packagefile github.com/moby/spdystream/spdy=/tmp/go-build3547871397/b2061/_pkg_.a
2025-08-20T21:22:23.0632437Z [00:04:16.247]➜  packagefile github.com/mxk/go-flowrate/flowrate=/tmp/go-build3547871397/b2063/_pkg_.a
2025-08-20T21:22:23.0632929Z [00:04:16.247]➜  packagefile golang.org/x/net/html=/tmp/go-build3547871397/b865/_pkg_.a
2025-08-20T21:22:23.0633224Z [00:04:16.247]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build3547871397/b866/_pkg_.a
2025-08-20T21:22:23.0633585Z [00:04:16.247]➜  packagefile golang.org/x/net/websocket=/tmp/go-build3547871397/b2067/_pkg_.a
2025-08-20T21:22:23.0633948Z [00:04:16.247]➜  packagefile k8s.io/apimachinery/pkg/util/remotecommand=/tmp/go-build3547871397/b2057/_pkg_.a
2025-08-20T21:22:23.0634259Z [00:04:16.247]➜  packagefile github.com/mailru/easyjson/jlexer=/tmp/go-build3547871397/b418/_pkg_.a
2025-08-20T21:22:23.0634571Z [00:04:16.247]➜  packagefile github.com/mailru/easyjson/jwriter=/tmp/go-build3547871397/b420/_pkg_.a
2025-08-20T21:22:23.0634875Z [00:04:16.247]➜  packagefile github.com/go-openapi/jsonpointer=/tmp/go-build3547871397/b416/_pkg_.a
2025-08-20T21:22:23.0635219Z [00:04:16.247]➜  packagefile github.com/go-openapi/jsonreference/internal=/tmp/go-build3547871397/b422/_pkg_.a
2025-08-20T21:22:23.0635637Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/filters/annotations=/tmp/go-build3547871397/b481/_pkg_.a
2025-08-20T21:22:23.0636029Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/filters/iampolicygenerator=/tmp/go-build3547871397/b511/_pkg_.a
2025-08-20T21:22:23.0636373Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/filters/imagetag=/tmp/go-build3547871397/b512/_pkg_.a
2025-08-20T21:22:23.0636700Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/filters/labels=/tmp/go-build3547871397/b516/_pkg_.a
2025-08-20T21:22:23.0637044Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/filters/namespace=/tmp/go-build3547871397/b517/_pkg_.a
2025-08-20T21:22:23.0637412Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/filters/patchjson6902=/tmp/go-build3547871397/b518/_pkg_.a
2025-08-20T21:22:23.0637736Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/filters/prefix=/tmp/go-build3547871397/b519/_pkg_.a
2025-08-20T21:22:23.0638093Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/filters/replacement=/tmp/go-build3547871397/b520/_pkg_.a
2025-08-20T21:22:23.0638443Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/filters/replicacount=/tmp/go-build3547871397/b531/_pkg_.a
2025-08-20T21:22:23.0638770Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/filters/suffix=/tmp/go-build3547871397/b532/_pkg_.a
2025-08-20T21:22:23.0639104Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/filters/valueadd=/tmp/go-build3547871397/b533/_pkg_.a
2025-08-20T21:22:23.0639390Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/ifc=/tmp/go-build3547871397/b527/_pkg_.a
2025-08-20T21:22:23.0639735Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/kv=/tmp/go-build3547871397/b534/_pkg_.a
2025-08-20T21:22:23.0640051Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/resource=/tmp/go-build3547871397/b521/_pkg_.a
2025-08-20T21:22:23.0640343Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio=/tmp/go-build3547871397/b506/_pkg_.a
2025-08-20T21:22:23.0640675Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/kyaml/kio/kioutil=/tmp/go-build3547871397/b510/_pkg_.a
2025-08-20T21:22:23.0640973Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/kyaml/resid=/tmp/go-build3547871397/b501/_pkg_.a
2025-08-20T21:22:23.0641340Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml=/tmp/go-build3547871397/b483/_pkg_.a
2025-08-20T21:22:23.0641659Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/merge2=/tmp/go-build3547871397/b523/_pkg_.a
2025-08-20T21:22:23.0641980Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/internal/git=/tmp/go-build3547871397/b529/_pkg_.a
2025-08-20T21:22:23.0642192Z [00:04:16.247]➜  packagefile plugin=/tmp/go-build3547871397/b539/_pkg_.a
2025-08-20T21:22:23.0642589Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/internal/plugins/execplugin=/tmp/go-build3547871397/b540/_pkg_.a
2025-08-20T21:22:23.0643093Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/internal/plugins/fnplugin=/tmp/go-build3547871397/b543/_pkg_.a
2025-08-20T21:22:23.0643465Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/internal/plugins/utils=/tmp/go-build3547871397/b542/_pkg_.a
2025-08-20T21:22:23.0643817Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/internal/accumulator=/tmp/go-build3547871397/b551/_pkg_.a
2025-08-20T21:22:23.0644224Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/internal/kusterr=/tmp/go-build3547871397/b530/_pkg_.a
2025-08-20T21:22:23.0644633Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/internal/plugins/builtinconfig=/tmp/go-build3547871397/b554/_pkg_.a
2025-08-20T21:22:23.0644925Z [00:04:16.247]➜  packagefile github.com/blang/semver/v4=/tmp/go-build3547871397/b557/_pkg_.a
2025-08-20T21:22:23.0645218Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/hasher=/tmp/go-build3547871397/b559/_pkg_.a
2025-08-20T21:22:23.0645563Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/api/internal/validate=/tmp/go-build3547871397/b560/_pkg_.a
2025-08-20T21:22:23.0645988Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/kyaml/openapi/kubernetesapi=/tmp/go-build3547871397/b503/_pkg_.a
2025-08-20T21:22:23.0646378Z [00:04:16.247]➜  packagefile sigs.k8s.io/kustomize/kyaml/openapi/kustomizationapi=/tmp/go-build3547871397/b505/_pkg_.a
2025-08-20T21:22:23.0646731Z [00:04:16.247]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3547871397/b303/_pkg_.a
2025-08-20T21:22:23.0647077Z [00:04:16.247]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build3547871397/b316/_pkg_.a
2025-08-20T21:22:23.0647427Z [00:04:16.247]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3547871397/b317/_pkg_.a
2025-08-20T21:22:23.0647812Z [00:04:16.247]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build3547871397/b318/_pkg_.a
2025-08-20T21:22:23.0648188Z [00:04:16.247]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3547871397/b320/_pkg_.a
2025-08-20T21:22:23.0648550Z [00:04:16.247]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build3547871397/b324/_pkg_.a
2025-08-20T21:22:23.0648911Z [00:04:16.247]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build3547871397/b326/_pkg_.a
2025-08-20T21:22:23.0649249Z [00:04:16.247]➜  packagefile k8s.io/apimachinery/pkg/api/validation=/tmp/go-build3547871397/b408/_pkg_.a
2025-08-20T21:22:23.0649583Z [00:04:16.247]➜  packagefile sigs.k8s.io/structured-merge-diff/v4/merge=/tmp/go-build3547871397/b427/_pkg_.a
2025-08-20T21:22:23.0649939Z [00:04:16.247]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3547871397/b413/_pkg_.a
2025-08-20T21:22:23.0650304Z [00:04:16.247]➜  packagefile github.com/emicklei/go-restful/v3=/tmp/go-build3547871397/b459/_pkg_.a
2025-08-20T21:22:23.0650675Z [00:04:16.247]➜  packagefile k8s.io/apimachinery/pkg/api/meta/testrestmapper=/tmp/go-build3547871397/b580/_pkg_.a
2025-08-20T21:22:23.0651000Z [00:04:16.247]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build3547871397/b186/_pkg_.a
2025-08-20T21:22:23.0651231Z [00:04:16.247]➜  packagefile crypto/sha3=/tmp/go-build3547871397/b195/_pkg_.a
2025-08-20T21:22:23.0651559Z [00:04:16.247]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build3547871397/b202/_pkg_.a
2025-08-20T21:22:23.0651930Z [00:04:16.247]➜  packagefile github.com/mitchellh/reflectwalk=/tmp/go-build3547871397/b1830/_pkg_.a
2025-08-20T21:22:23.0652225Z [00:04:16.247]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build3547871397/b1220/_pkg_.a
2025-08-20T21:22:23.0652513Z [00:04:16.247]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3547871397/b1834/_pkg_.a
2025-08-20T21:22:23.0652929Z [00:04:16.247]➜  packagefile helm.sh/helm/v3/pkg/helmpath/xdg=/tmp/go-build3547871397/b2220/_pkg_.a
2025-08-20T21:22:23.0653247Z [00:04:16.247]➜  packagefile github.com/BurntSushi/toml/internal=/tmp/go-build3547871397/b1755/_pkg_.a
2025-08-20T21:22:23.0653550Z [00:04:16.247]➜  packagefile github.com/gobwas/glob/compiler=/tmp/go-build3547871397/b2277/_pkg_.a
2025-08-20T21:22:23.0653844Z [00:04:16.247]➜  packagefile github.com/gobwas/glob/syntax=/tmp/go-build3547871397/b2283/_pkg_.a
2025-08-20T21:22:23.0654092Z [00:04:16.247]➜  packagefile go.yaml.in/yaml/v3=/tmp/go-build3547871397/b496/_pkg_.a
2025-08-20T21:22:23.0654446Z [00:04:16.247]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build3547871397/b872/_pkg_.a
2025-08-20T21:22:23.0654769Z [00:04:16.247]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build3547871397/b2287/_pkg_.a
2025-08-20T21:22:23.0655123Z [00:04:16.247]➜  packagefile k8s.io/apimachinery/pkg/api/validation/path=/tmp/go-build3547871397/b2289/_pkg_.a
2025-08-20T21:22:23.0655481Z [00:04:16.247]➜  packagefile k8s.io/apiserver/pkg/endpoints/deprecation=/tmp/go-build3547871397/b2290/_pkg_.a
2025-08-20T21:22:23.0655787Z [00:04:16.247]➜  packagefile golang.org/x/crypto/openpgp/armor=/tmp/go-build3547871397/b2232/_pkg_.a
2025-08-20T21:22:23.0656101Z [00:04:16.247]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build3547871397/b2233/_pkg_.a
2025-08-20T21:22:23.0656456Z [00:04:16.247]➜  packagefile golang.org/x/crypto/openpgp/s2k=/tmp/go-build3547871397/b2236/_pkg_.a
2025-08-20T21:22:23.0656702Z [00:04:16.247]➜  packagefile compress/bzip2=/tmp/go-build3547871397/b1516/_pkg_.a
2025-08-20T21:22:23.0656988Z [00:04:16.247]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build3547871397/b1614/_pkg_.a
2025-08-20T21:22:23.0657306Z [00:04:16.247]➜  packagefile golang.org/x/crypto/openpgp/elgamal=/tmp/go-build3547871397/b2235/_pkg_.a
2025-08-20T21:22:23.0657528Z [00:04:16.247]➜  packagefile image/jpeg=/tmp/go-build3547871397/b1643/_pkg_.a
2025-08-20T21:22:23.0657876Z [00:04:16.247]➜  packagefile github.com/containerd/containerd/content=/tmp/go-build3547871397/b1050/_pkg_.a
2025-08-20T21:22:23.0658208Z [00:04:16.247]➜  packagefile github.com/containerd/containerd/errdefs=/tmp/go-build3547871397/b1051/_pkg_.a
2025-08-20T21:22:23.0658543Z [00:04:16.247]➜  packagefile github.com/containerd/containerd/images=/tmp/go-build3547871397/b1059/_pkg_.a
2025-08-20T21:22:23.0658873Z [00:04:16.247]➜  packagefile github.com/containerd/containerd/labels=/tmp/go-build3547871397/b1060/_pkg_.a
2025-08-20T21:22:23.0659152Z [00:04:16.247]➜  packagefile github.com/containerd/log=/tmp/go-build3547871397/b951/_pkg_.a
2025-08-20T21:22:23.0659457Z [00:04:16.247]➜  packagefile github.com/containerd/platforms=/tmp/go-build3547871397/b1061/_pkg_.a
2025-08-20T21:22:23.0659770Z [00:04:16.247]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3547871397/b921/_pkg_.a
2025-08-20T21:22:23.0660052Z [00:04:16.248]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3547871397/b1062/_pkg_.a
2025-08-20T21:22:23.0660428Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/errdef=/tmp/go-build3547871397/b2242/_pkg_.a
2025-08-20T21:22:23.0660725Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/internal/cas=/tmp/go-build3547871397/b2246/_pkg_.a
2025-08-20T21:22:23.0661070Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/internal/container/set=/tmp/go-build3547871397/b2248/_pkg_.a
2025-08-20T21:22:23.0661393Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/internal/copyutil=/tmp/go-build3547871397/b2249/_pkg_.a
2025-08-20T21:22:23.0661722Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/internal/descriptor=/tmp/go-build3547871397/b2243/_pkg_.a
2025-08-20T21:22:23.0662119Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/internal/docker=/tmp/go-build3547871397/b2244/_pkg_.a
2025-08-20T21:22:23.0662446Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/internal/interfaces=/tmp/go-build3547871397/b2250/_pkg_.a
2025-08-20T21:22:23.0663139Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/internal/platform=/tmp/go-build3547871397/b2252/_pkg_.a
2025-08-20T21:22:23.0663501Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/internal/registryutil=/tmp/go-build3547871397/b2254/_pkg_.a
2025-08-20T21:22:23.0663801Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/internal/spec=/tmp/go-build3547871397/b2245/_pkg_.a
2025-08-20T21:22:23.0664198Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/internal/status=/tmp/go-build3547871397/b2255/_pkg_.a
2025-08-20T21:22:23.0664521Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/internal/syncutil=/tmp/go-build3547871397/b2256/_pkg_.a
2025-08-20T21:22:23.0664831Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/internal/graph=/tmp/go-build3547871397/b2262/_pkg_.a
2025-08-20T21:22:23.0665210Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/internal/resolver=/tmp/go-build3547871397/b2263/_pkg_.a
2025-08-20T21:22:23.0665533Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/internal/httputil=/tmp/go-build3547871397/b2265/_pkg_.a
2025-08-20T21:22:23.0665847Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/internal/ioutil=/tmp/go-build3547871397/b2247/_pkg_.a
2025-08-20T21:22:23.0666197Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/registry/remote/errcode=/tmp/go-build3547871397/b2259/_pkg_.a
2025-08-20T21:22:23.0666587Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/registry/remote/internal/errutil=/tmp/go-build3547871397/b2258/_pkg_.a
2025-08-20T21:22:23.0667038Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials/internal/config=/tmp/go-build3547871397/b2267/_pkg_.a
2025-08-20T21:22:23.0667485Z [00:04:16.248]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials/internal/executer=/tmp/go-build3547871397/b2269/_pkg_.a
2025-08-20T21:22:23.0667726Z [00:04:16.248]➜  packagefile hash/maphash=/tmp/go-build3547871397/b847/_pkg_.a
2025-08-20T21:22:23.0667991Z [00:04:16.248]➜  packagefile github.com/lann/builder=/tmp/go-build3547871397/b2298/_pkg_.a
2025-08-20T21:22:23.0668303Z [00:04:16.248]➜  packagefile github.com/jmoiron/sqlx/reflectx=/tmp/go-build3547871397/b2301/_pkg_.a
2025-08-20T21:22:23.0668561Z [00:04:16.248]➜  packagefile github.com/lib/pq/oid=/tmp/go-build3547871397/b2303/_pkg_.a
2025-08-20T21:22:23.0668829Z [00:04:16.248]➜  packagefile github.com/lib/pq/scram=/tmp/go-build3547871397/b2304/_pkg_.a
2025-08-20T21:22:23.0669101Z [00:04:16.248]➜  packagefile github.com/go-gorp/gorp/v3=/tmp/go-build3547871397/b2306/_pkg_.a
2025-08-20T21:22:23.0669431Z [00:04:16.248]➜  packagefile github.com/rubenv/sql-migrate/sqlparse=/tmp/go-build3547871397/b2307/_pkg_.a
2025-08-20T21:22:23.0669810Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/admissionregistration/v1=/tmp/go-build3547871397/b2088/_pkg_.a
2025-08-20T21:22:23.0670290Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/admissionregistration/v1alpha1=/tmp/go-build3547871397/b2091/_pkg_.a
2025-08-20T21:22:23.0670688Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/admissionregistration/v1beta1=/tmp/go-build3547871397/b2093/_pkg_.a
2025-08-20T21:22:23.0671126Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/apiserverinternal/v1alpha1=/tmp/go-build3547871397/b2096/_pkg_.a
2025-08-20T21:22:23.0671425Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/apps/v1=/tmp/go-build3547871397/b2099/_pkg_.a
2025-08-20T21:22:23.0671737Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/apps/v1beta1=/tmp/go-build3547871397/b2101/_pkg_.a
2025-08-20T21:22:23.0672058Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/apps/v1beta2=/tmp/go-build3547871397/b2103/_pkg_.a
2025-08-20T21:22:23.0672380Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/autoscaling/v1=/tmp/go-build3547871397/b2106/_pkg_.a
2025-08-20T21:22:23.0672909Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/autoscaling/v2=/tmp/go-build3547871397/b2108/_pkg_.a
2025-08-20T21:22:23.0673269Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/autoscaling/v2beta1=/tmp/go-build3547871397/b2110/_pkg_.a
2025-08-20T21:22:23.0673622Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/autoscaling/v2beta2=/tmp/go-build3547871397/b2112/_pkg_.a
2025-08-20T21:22:23.0673921Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/batch/v1=/tmp/go-build3547871397/b2115/_pkg_.a
2025-08-20T21:22:23.0674243Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/batch/v1beta1=/tmp/go-build3547871397/b2117/_pkg_.a
2025-08-20T21:22:23.0674571Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/certificates/v1=/tmp/go-build3547871397/b2120/_pkg_.a
2025-08-20T21:22:23.0675007Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/certificates/v1alpha1=/tmp/go-build3547871397/b2122/_pkg_.a
2025-08-20T21:22:23.0675363Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/certificates/v1beta1=/tmp/go-build3547871397/b2124/_pkg_.a
2025-08-20T21:22:23.0675755Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/coordination/v1=/tmp/go-build3547871397/b2127/_pkg_.a
2025-08-20T21:22:23.0676110Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/coordination/v1alpha2=/tmp/go-build3547871397/b2129/_pkg_.a
2025-08-20T21:22:23.0676466Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/coordination/v1beta1=/tmp/go-build3547871397/b2131/_pkg_.a
2025-08-20T21:22:23.0676758Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/core/v1=/tmp/go-build3547871397/b2134/_pkg_.a
2025-08-20T21:22:23.0677072Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/discovery/v1=/tmp/go-build3547871397/b2137/_pkg_.a
2025-08-20T21:22:23.0677409Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/discovery/v1beta1=/tmp/go-build3547871397/b2139/_pkg_.a
2025-08-20T21:22:23.0677716Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/events/v1=/tmp/go-build3547871397/b2142/_pkg_.a
2025-08-20T21:22:23.0678046Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/events/v1beta1=/tmp/go-build3547871397/b2144/_pkg_.a
2025-08-20T21:22:23.0678391Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/extensions/v1beta1=/tmp/go-build3547871397/b2147/_pkg_.a
2025-08-20T21:22:23.0678716Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/flowcontrol/v1=/tmp/go-build3547871397/b2150/_pkg_.a
2025-08-20T21:22:23.0679063Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/flowcontrol/v1beta1=/tmp/go-build3547871397/b2152/_pkg_.a
2025-08-20T21:22:23.0679401Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/flowcontrol/v1beta2=/tmp/go-build3547871397/b2154/_pkg_.a
2025-08-20T21:22:23.0679749Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/flowcontrol/v1beta3=/tmp/go-build3547871397/b2156/_pkg_.a
2025-08-20T21:22:23.0680062Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/networking/v1=/tmp/go-build3547871397/b2159/_pkg_.a
2025-08-20T21:22:23.0680413Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/networking/v1alpha1=/tmp/go-build3547871397/b2161/_pkg_.a
2025-08-20T21:22:23.0680827Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/networking/v1beta1=/tmp/go-build3547871397/b2163/_pkg_.a
2025-08-20T21:22:23.0681126Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/node/v1=/tmp/go-build3547871397/b2166/_pkg_.a
2025-08-20T21:22:23.0681499Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/node/v1alpha1=/tmp/go-build3547871397/b2168/_pkg_.a
2025-08-20T21:22:23.0681815Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/node/v1beta1=/tmp/go-build3547871397/b2170/_pkg_.a
2025-08-20T21:22:23.0682117Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/policy/v1=/tmp/go-build3547871397/b2173/_pkg_.a
2025-08-20T21:22:23.0682447Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/policy/v1beta1=/tmp/go-build3547871397/b2175/_pkg_.a
2025-08-20T21:22:23.0682847Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/rbac/v1=/tmp/go-build3547871397/b2178/_pkg_.a
2025-08-20T21:22:23.0683179Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/rbac/v1alpha1=/tmp/go-build3547871397/b2180/_pkg_.a
2025-08-20T21:22:23.0683490Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/rbac/v1beta1=/tmp/go-build3547871397/b2182/_pkg_.a
2025-08-20T21:22:23.0683835Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/resource/v1alpha3=/tmp/go-build3547871397/b2185/_pkg_.a
2025-08-20T21:22:23.0684165Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/resource/v1beta1=/tmp/go-build3547871397/b2187/_pkg_.a
2025-08-20T21:22:23.0684499Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/resource/v1beta2=/tmp/go-build3547871397/b2189/_pkg_.a
2025-08-20T21:22:23.0684886Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/scheduling/v1=/tmp/go-build3547871397/b2192/_pkg_.a
2025-08-20T21:22:23.0685232Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/scheduling/v1alpha1=/tmp/go-build3547871397/b2194/_pkg_.a
2025-08-20T21:22:23.0685576Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/scheduling/v1beta1=/tmp/go-build3547871397/b2196/_pkg_.a
2025-08-20T21:22:23.0685946Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/storage/v1=/tmp/go-build3547871397/b2199/_pkg_.a
2025-08-20T21:22:23.0686283Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/storage/v1alpha1=/tmp/go-build3547871397/b2201/_pkg_.a
2025-08-20T21:22:23.0686613Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/storage/v1beta1=/tmp/go-build3547871397/b2203/_pkg_.a
2025-08-20T21:22:23.0686997Z [00:04:16.248]➜  packagefile k8s.io/client-go/listers/storagemigration/v1alpha1=/tmp/go-build3547871397/b2206/_pkg_.a
2025-08-20T21:22:23.0687299Z [00:04:16.248]➜  packagefile github.com/chai2010/gettext-go/mo=/tmp/go-build3547871397/b2046/_pkg_.a
2025-08-20T21:22:23.0687632Z [00:04:16.248]➜  packagefile github.com/chai2010/gettext-go/plural=/tmp/go-build3547871397/b2047/_pkg_.a
2025-08-20T21:22:23.0687932Z [00:04:16.248]➜  packagefile github.com/chai2010/gettext-go/po=/tmp/go-build3547871397/b2048/_pkg_.a
2025-08-20T21:22:23.0688255Z [00:04:16.248]➜  packagefile k8s.io/client-go/tools/remotecommand=/tmp/go-build3547871397/b2054/_pkg_.a
2025-08-20T21:22:23.0688628Z [00:04:16.248]➜  packagefile github.com/go-viper/mapstructure/v2/internal/errors=/tmp/go-build3547871397/b768/_pkg_.a
2025-08-20T21:22:23.0688940Z [00:04:16.248]➜  packagefile github.com/sagikazarmark/locafero=/tmp/go-build3547871397/b772/_pkg_.a
2025-08-20T21:22:23.0689302Z [00:04:16.248]➜  packagefile github.com/spf13/viper/internal/encoding/dotenv=/tmp/go-build3547871397/b783/_pkg_.a
2025-08-20T21:22:23.0689658Z [00:04:16.248]➜  packagefile github.com/spf13/viper/internal/encoding/json=/tmp/go-build3547871397/b785/_pkg_.a
2025-08-20T21:22:23.0690012Z [00:04:16.248]➜  packagefile github.com/spf13/viper/internal/encoding/toml=/tmp/go-build3547871397/b786/_pkg_.a
2025-08-20T21:22:23.0690364Z [00:04:16.248]➜  packagefile github.com/spf13/viper/internal/encoding/yaml=/tmp/go-build3547871397/b792/_pkg_.a
2025-08-20T21:22:23.0690698Z [00:04:16.248]➜  packagefile github.com/spf13/viper/internal/features=/tmp/go-build3547871397/b793/_pkg_.a
2025-08-20T21:22:23.0691068Z [00:04:16.248]➜  packagefile github.com/google/pprof/profile=/tmp/go-build3547871397/b807/_pkg_.a
2025-08-20T21:22:23.0691343Z [00:04:16.248]➜  packagefile github.com/glebarez/sqlite=/tmp/go-build3547871397/b818/_pkg_.a
2025-08-20T21:22:23.0691654Z [00:04:16.248]➜  packagefile gorm.io/gorm/logger=/tmp/go-build3547871397/b836/_pkg_.a
2025-08-20T21:22:23.0692016Z [00:04:16.248]➜  packagefile github.com/anchore/grype/grype/db/v5/namespace=/tmp/go-build3547871397/b1946/_pkg_.a
2025-08-20T21:22:23.0692415Z [00:04:16.248]➜  packagefile github.com/anchore/grype/grype/db/v5/namespace/distro=/tmp/go-build3547871397/b1952/_pkg_.a
2025-08-20T21:22:23.0692932Z [00:04:16.248]➜  packagefile github.com/anchore/grype/grype/db/v5/namespace/language=/tmp/go-build3547871397/b1953/_pkg_.a
2025-08-20T21:22:23.0693233Z [00:04:16.248]➜  packagefile github.com/pandatix/go-cvss/20=/tmp/go-build3547871397/b1961/_pkg_.a
2025-08-20T21:22:23.0693590Z [00:04:16.248]➜  packagefile github.com/pandatix/go-cvss/30=/tmp/go-build3547871397/b1962/_pkg_.a
2025-08-20T21:22:23.0693889Z [00:04:16.248]➜  packagefile github.com/pandatix/go-cvss/31=/tmp/go-build3547871397/b1963/_pkg_.a
2025-08-20T21:22:23.0694171Z [00:04:16.248]➜  packagefile github.com/pandatix/go-cvss/40=/tmp/go-build3547871397/b1964/_pkg_.a
2025-08-20T21:22:23.0694468Z [00:04:16.248]➜  packagefile github.com/hashicorp/go-getter=/tmp/go-build3547871397/b1259/_pkg_.a
2025-08-20T21:22:23.0694803Z [00:04:16.248]➜  packagefile github.com/hashicorp/go-getter/helper/url=/tmp/go-build3547871397/b1568/_pkg_.a
2025-08-20T21:22:23.0695053Z [00:04:16.248]➜  packagefile github.com/xi2/xz=/tmp/go-build3547871397/b1250/_pkg_.a
2025-08-20T21:22:23.0695429Z [00:04:16.248]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build3547871397/b778/_pkg_.a
2025-08-20T21:22:23.0695710Z [00:04:16.248]➜  packagefile github.com/spf13/afero/mem=/tmp/go-build3547871397/b779/_pkg_.a
2025-08-20T21:22:23.0695976Z [00:04:16.248]➜  packagefile github.com/jinzhu/now=/tmp/go-build3547871397/b831/_pkg_.a
2025-08-20T21:22:23.0696277Z [00:04:16.248]➜  packagefile gorm.io/gorm/internal/stmt_store=/tmp/go-build3547871397/b834/_pkg_.a
2025-08-20T21:22:23.0696521Z [00:04:16.248]➜  packagefile gorm.io/gorm/schema=/tmp/go-build3547871397/b837/_pkg_.a
2025-08-20T21:22:23.0696769Z [00:04:16.248]➜  packagefile gorm.io/gorm/utils=/tmp/go-build3547871397/b833/_pkg_.a
2025-08-20T21:22:23.0697059Z [00:04:16.248]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build3547871397/b1234/_pkg_.a
2025-08-20T21:22:23.0697360Z [00:04:16.248]➜  packagefile github.com/dsnet/compress/bzip2=/tmp/go-build3547871397/b1236/_pkg_.a
2025-08-20T21:22:23.0697634Z [00:04:16.248]➜  packagefile github.com/golang/snappy=/tmp/go-build3547871397/b1242/_pkg_.a
2025-08-20T21:22:23.0697949Z [00:04:16.248]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build3547871397/b1243/_pkg_.a
2025-08-20T21:22:23.0698256Z [00:04:16.248]➜  packagefile github.com/klauspost/compress/zip=/tmp/go-build3547871397/b1245/_pkg_.a
2025-08-20T21:22:23.0698566Z [00:04:16.248]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3547871397/b878/_pkg_.a
2025-08-20T21:22:23.0698844Z [00:04:16.248]➜  packagefile github.com/klauspost/pgzip=/tmp/go-build3547871397/b1247/_pkg_.a
2025-08-20T21:22:23.0699141Z [00:04:16.248]➜  packagefile github.com/nwaples/rardecode=/tmp/go-build3547871397/b1248/_pkg_.a
2025-08-20T21:22:23.0699411Z [00:04:16.248]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3547871397/b886/_pkg_.a
2025-08-20T21:22:23.0699679Z [00:04:16.248]➜  packagefile github.com/ulikunitz/xz=/tmp/go-build3547871397/b1249/_pkg_.a
2025-08-20T21:22:23.0699984Z [00:04:16.248]➜  packagefile github.com/CycloneDX/cyclonedx-go=/tmp/go-build3547871397/b1723/_pkg_.a
2025-08-20T21:22:23.0700417Z [00:04:16.248]➜  packagefile github.com/anchore/syft/syft/format/common/cyclonedxhelpers=/tmp/go-build3547871397/b1725/_pkg_.a
2025-08-20T21:22:23.0700735Z [00:04:16.248]➜  packagefile github.com/owenrumney/go-sarif/sarif=/tmp/go-build3547871397/b1981/_pkg_.a
2025-08-20T21:22:23.0701110Z [00:04:16.248]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3547871397/b1805/_pkg_.a
2025-08-20T21:22:23.0701499Z [00:04:16.248]➜  packagefile github.com/anchore/stereoscope/pkg/filetree/filenode=/tmp/go-build3547871397/b904/_pkg_.a
2025-08-20T21:22:23.0702108Z [00:04:16.248]➜  packagefile github.com/anchore/stereoscope/pkg/tree=/tmp/go-build3547871397/b906/_pkg_.a
2025-08-20T21:22:23.0702895Z [00:04:16.248]➜  packagefile github.com/anchore/stereoscope/pkg/tree/node=/tmp/go-build3547871397/b905/_pkg_.a
2025-08-20T21:22:23.0703490Z [00:04:16.248]➜  packagefile github.com/becheran/wildmatch-go=/tmp/go-build3547871397/b907/_pkg_.a
2025-08-20T21:22:23.0704040Z [00:04:16.248]➜  packagefile github.com/scylladb/go-set/iset=/tmp/go-build3547871397/b909/_pkg_.a
2025-08-20T21:22:23.0704577Z [00:04:16.248]➜  packagefile github.com/docker/cli/cli/config=/tmp/go-build3547871397/b913/_pkg_.a
2025-08-20T21:22:23.0705316Z [00:04:16.248]➜  packagefile github.com/docker/cli/cli/config/configfile=/tmp/go-build3547871397/b914/_pkg_.a
2025-08-20T21:22:23.0705896Z [00:04:16.248]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build3547871397/b916/_pkg_.a
2025-08-20T21:22:23.0706428Z [00:04:16.248]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build3547871397/b922/_pkg_.a
2025-08-20T21:22:23.0707106Z [00:04:16.248]➜  packagefile github.com/sylabs/squashfs/internal/routinemanager=/tmp/go-build3547871397/b874/_pkg_.a
2025-08-20T21:22:23.0707732Z [00:04:16.248]➜  packagefile github.com/sylabs/squashfs/internal/toreader=/tmp/go-build3547871397/b875/_pkg_.a
2025-08-20T21:22:23.0708333Z [00:04:16.248]➜  packagefile github.com/sylabs/squashfs/low=/tmp/go-build3547871397/b876/_pkg_.a
2025-08-20T21:22:23.0708890Z [00:04:16.248]➜  packagefile github.com/sylabs/squashfs/low/data=/tmp/go-build3547871397/b897/_pkg_.a
2025-08-20T21:22:23.0709466Z [00:04:16.248]➜  packagefile github.com/sylabs/squashfs/low/directory=/tmp/go-build3547871397/b898/_pkg_.a
2025-08-20T21:22:23.0710027Z [00:04:16.248]➜  packagefile github.com/sylabs/squashfs/low/inode=/tmp/go-build3547871397/b899/_pkg_.a
2025-08-20T21:22:23.0710526Z [00:04:16.248]➜  packagefile github.com/acobaugh/osrelease=/tmp/go-build3547871397/b855/_pkg_.a
2025-08-20T21:22:23.0711153Z [00:04:16.248]➜  packagefile github.com/anchore/syft/internal/spdxlicense=/tmp/go-build3547871397/b930/_pkg_.a
2025-08-20T21:22:23.0711700Z [00:04:16.248]➜  packagefile github.com/github/go-spdx/v2/spdxexp=/tmp/go-build3547871397/b931/_pkg_.a
2025-08-20T21:22:23.0712238Z [00:04:16.248]➜  packagefile github.com/containerd/containerd=/tmp/go-build3547871397/b948/_pkg_.a
2025-08-20T21:22:23.0712999Z [00:04:16.248]➜  packagefile github.com/containerd/containerd/defaults=/tmp/go-build3547871397/b1046/_pkg_.a
2025-08-20T21:22:23.0713637Z [00:04:16.248]➜  packagefile github.com/containerd/containerd/namespaces=/tmp/go-build3547871397/b1074/_pkg_.a
2025-08-20T21:22:23.0714308Z [00:04:16.248]➜  packagefile github.com/containerd/containerd/images/archive=/tmp/go-build3547871397/b1069/_pkg_.a
2025-08-20T21:22:23.0714968Z [00:04:16.248]➜  packagefile github.com/containerd/containerd/remotes/docker=/tmp/go-build3547871397/b1123/_pkg_.a
2025-08-20T21:22:23.0715681Z [00:04:16.248]➜  packagefile github.com/containerd/containerd/remotes/docker/config=/tmp/go-build3547871397/b1196/_pkg_.a
2025-08-20T21:22:23.0716340Z [00:04:16.248]➜  packagefile github.com/anchore/stereoscope/internal/docker=/tmp/go-build3547871397/b1147/_pkg_.a
2025-08-20T21:22:23.0716936Z [00:04:16.248]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build3547871397/b1171/_pkg_.a
2025-08-20T21:22:23.0717472Z [00:04:16.248]➜  packagefile github.com/docker/docker/client=/tmp/go-build3547871397/b1151/_pkg_.a
2025-08-20T21:22:23.0718166Z [00:04:16.248]➜  packagefile github.com/google/go-containerregistry/pkg/v1/tarball=/tmp/go-build3547871397/b1181/_pkg_.a
2025-08-20T21:22:23.0718860Z [00:04:16.248]➜  packagefile github.com/google/go-containerregistry/pkg/v1/layout=/tmp/go-build3547871397/b1199/_pkg_.a
2025-08-20T21:22:23.0719632Z [00:04:16.248]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote=/tmp/go-build3547871397/b1203/_pkg_.a
2025-08-20T21:22:23.0720291Z [00:04:16.248]➜  packagefile github.com/anchore/stereoscope/internal/podman=/tmp/go-build3547871397/b1211/_pkg_.a
2025-08-20T21:22:23.0721068Z [00:04:16.248]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build3547871397/b1194/_pkg_.a
2025-08-20T21:22:23.0721605Z [00:04:16.248]➜  packagefile github.com/sylabs/sif/v2/pkg/sif=/tmp/go-build3547871397/b1223/_pkg_.a
2025-08-20T21:22:23.0722365Z [00:04:16.248]➜  packagefile github.com/anchore/syft/syft/format/internal/cyclonedxutil=/tmp/go-build3547871397/b1724/_pkg_.a
2025-08-20T21:22:23.0723344Z [00:04:16.248]➜  packagefile github.com/anchore/syft/syft/format/internal/cyclonedxutil/helpers=/tmp/go-build3547871397/b1726/_pkg_.a
2025-08-20T21:22:23.0723751Z [00:04:16.248]➜  packagefile encoding/xml=/tmp/go-build3547871397/b462/_pkg_.a
2025-08-20T21:22:23.0724591Z [00:04:16.248]➜  packagefile github.com/anchore/syft/syft/format/github/internal/model=/tmp/go-build3547871397/b1774/_pkg_.a
2025-08-20T21:22:23.0725348Z [00:04:16.248]➜  packagefile github.com/anchore/syft/syft/format/common/spdxhelpers=/tmp/go-build3547871397/b1777/_pkg_.a
2025-08-20T21:22:23.0726062Z [00:04:16.248]➜  packagefile github.com/anchore/syft/syft/format/internal/spdxutil=/tmp/go-build3547871397/b1785/_pkg_.a
2025-08-20T21:22:23.0726620Z [00:04:16.248]➜  packagefile github.com/spdx/tools-golang/convert=/tmp/go-build3547871397/b1786/_pkg_.a
2025-08-20T21:22:23.0727148Z [00:04:16.248]➜  packagefile github.com/spdx/tools-golang/json=/tmp/go-build3547871397/b1790/_pkg_.a
2025-08-20T21:22:23.0727808Z [00:04:16.248]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_1=/tmp/go-build3547871397/b1788/_pkg_.a
2025-08-20T21:22:23.0728388Z [00:04:16.248]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_2=/tmp/go-build3547871397/b1789/_pkg_.a
2025-08-20T21:22:23.0728962Z [00:04:16.248]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_3=/tmp/go-build3547871397/b1783/_pkg_.a
2025-08-20T21:22:23.0729521Z [00:04:16.248]➜  packagefile github.com/spdx/tools-golang/tagvalue=/tmp/go-build3547871397/b1792/_pkg_.a
2025-08-20T21:22:23.0729889Z [00:04:16.248]➜  packagefile testing=/tmp/go-build3547871397/b1185/_pkg_.a
2025-08-20T21:22:23.0730777Z [00:04:16.248]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/internal/cpegenerate/dictionary=/tmp/go-build3547871397/b1731/_pkg_.a
2025-08-20T21:22:23.0731359Z [00:04:16.248]➜  packagefile github.com/anchore/syft/internal/cache=/tmp/go-build3547871397/b1597/_pkg_.a
2025-08-20T21:22:23.0732039Z [00:04:16.248]➜  packagefile github.com/anchore/syft/syft/internal/fileresolver=/tmp/go-build3547871397/b1925/_pkg_.a
2025-08-20T21:22:23.0732812Z [00:04:16.248]➜  packagefile github.com/anchore/syft/syft/source/internal=/tmp/go-build3547871397/b1927/_pkg_.a
2025-08-20T21:22:23.0733412Z [00:04:16.249]➜  packagefile github.com/diskfs/go-diskfs/backend/file=/tmp/go-build3547871397/b1930/_pkg_.a
2025-08-20T21:22:23.0733986Z [00:04:16.249]➜  packagefile github.com/diskfs/go-diskfs/filesystem=/tmp/go-build3547871397/b1258/_pkg_.a
2025-08-20T21:22:23.0734629Z [00:04:16.249]➜  packagefile github.com/diskfs/go-diskfs/filesystem/squashfs=/tmp/go-build3547871397/b1580/_pkg_.a
2025-08-20T21:22:23.0735109Z [00:04:16.249]➜  packagefile github.com/goccy/go-yaml=/tmp/go-build3547871397/b1931/_pkg_.a
2025-08-20T21:22:23.0735430Z [00:04:16.249]➜  packagefile github.com/distribution/reference=/tmp/go-build3547871397/b1071/_pkg_.a
2025-08-20T21:22:23.0735662Z [00:04:16.249]➜  packagefile debug/macho=/tmp/go-build3547871397/b868/_pkg_.a
2025-08-20T21:22:23.0736029Z [00:04:16.249]➜  packagefile github.com/gabriel-vasile/mimetype/internal/json=/tmp/go-build3547871397/b870/_pkg_.a
2025-08-20T21:22:23.0736374Z [00:04:16.249]➜  packagefile github.com/aquasecurity/go-version/pkg/part=/tmp/go-build3547871397/b1758/_pkg_.a
2025-08-20T21:22:23.0736738Z [00:04:16.249]➜  packagefile golang.org/x/xerrors=/tmp/go-build3547871397/b1759/_pkg_.a
2025-08-20T21:22:23.0737115Z [00:04:16.249]➜  packagefile github.com/aquasecurity/go-version/pkg/prerelease=/tmp/go-build3547871397/b1837/_pkg_.a
2025-08-20T21:22:23.0737533Z [00:04:16.249]➜  packagefile github.com/google/licensecheck/internal/match=/tmp/go-build3547871397/b939/_pkg_.a
2025-08-20T21:22:23.0737757Z [00:04:16.249]➜  packagefile debug/elf=/tmp/go-build3547871397/b1572/_pkg_.a
2025-08-20T21:22:23.0737969Z [00:04:16.249]➜  packagefile debug/pe=/tmp/go-build3547871397/b1574/_pkg_.a
2025-08-20T21:22:23.0738320Z [00:04:16.249]➜  packagefile github.com/anchore/syft/internal/mimetype=/tmp/go-build3547871397/b1575/_pkg_.a
2025-08-20T21:22:23.0738701Z [00:04:16.249]➜  packagefile github.com/anchore/syft/syft/internal/unionreader=/tmp/go-build3547871397/b1576/_pkg_.a
2025-08-20T21:22:23.0739153Z [00:04:16.249]➜  packagefile github.com/anchore/syft/syft/file/cataloger/internal=/tmp/go-build3547871397/b1762/_pkg_.a
2025-08-20T21:22:23.0739853Z [00:04:16.249]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/generic=/tmp/go-build3547871397/b1587/_pkg_.a
2025-08-20T21:22:23.0740678Z [00:04:16.249]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/internal/dependency=/tmp/go-build3547871397/b1756/_pkg_.a
2025-08-20T21:22:23.0741188Z [00:04:16.249]➜  packagefile github.com/vbatts/go-mtree=/tmp/go-build3547871397/b1766/_pkg_.a
2025-08-20T21:22:23.0741975Z [00:04:16.249]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/internal/binutils=/tmp/go-build3547871397/b1588/_pkg_.a
2025-08-20T21:22:23.0742875Z [00:04:16.249]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/internal/pe=/tmp/go-build3547871397/b1589/_pkg_.a
2025-08-20T21:22:23.0743474Z [00:04:16.249]➜  packagefile github.com/blakesmith/ar=/tmp/go-build3547871397/b1842/_pkg_.a
2025-08-20T21:22:23.0743988Z [00:04:16.249]➜  packagefile github.com/mholt/archives=/tmp/go-build3547871397/b1843/_pkg_.a
2025-08-20T21:22:23.0744691Z [00:04:16.249]➜  packagefile github.com/anchore/syft/syft/internal/parsing=/tmp/go-build3547871397/b1877/_pkg_.a
2025-08-20T21:22:23.0745129Z [00:04:16.249]➜  packagefile debug/buildinfo=/tmp/go-build3547871397/b1594/_pkg_.a
2025-08-20T21:22:23.0745947Z [00:04:16.249]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/golang/internal/xcoff=/tmp/go-build3547871397/b1598/_pkg_.a
2025-08-20T21:22:23.0746469Z [00:04:16.249]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3547871397/b1599/_pkg_.a
2025-08-20T21:22:23.0747018Z [00:04:16.249]➜  packagefile github.com/go-git/go-billy/v5/memfs=/tmp/go-build3547871397/b1600/_pkg_.a
2025-08-20T21:22:23.0747555Z [00:04:16.249]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build3547871397/b1604/_pkg_.a
2025-08-20T21:22:23.0748127Z [00:04:16.249]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3547871397/b1650/_pkg_.a
2025-08-20T21:22:23.0748722Z [00:04:16.249]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build3547871397/b1694/_pkg_.a
2025-08-20T21:22:23.0749302Z [00:04:16.249]➜  packagefile github.com/kastenhq/goversion/version=/tmp/go-build3547871397/b1716/_pkg_.a
2025-08-20T21:22:23.0749761Z [00:04:16.249]➜  packagefile golang.org/x/mod/modfile=/tmp/go-build3547871397/b1717/_pkg_.a
2025-08-20T21:22:23.0750222Z [00:04:16.249]➜  packagefile golang.org/x/mod/module=/tmp/go-build3547871397/b1719/_pkg_.a
2025-08-20T21:22:23.0750913Z [00:04:16.249]➜  packagefile github.com/anchore/syft/syft/pkg/cataloger/java/internal/maven=/tmp/go-build3547871397/b1732/_pkg_.a
2025-08-20T21:22:23.0751242Z [00:04:16.249]➜  packagefile github.com/deitch/magic/pkg/magic=/tmp/go-build3547871397/b1745/_pkg_.a
2025-08-20T21:22:23.0751614Z [00:04:16.249]➜  packagefile github.com/nix-community/go-nix/pkg/derivation=/tmp/go-build3547871397/b1749/_pkg_.a
2025-08-20T21:22:23.0751942Z [00:04:16.249]➜  packagefile github.com/elliotchance/phpserialize=/tmp/go-build3547871397/b1885/_pkg_.a
2025-08-20T21:22:23.0752432Z [00:04:16.249]➜  packagefile github.com/anchore/go-rpmdb/pkg=/tmp/go-build3547871397/b1888/_pkg_.a
2025-08-20T21:22:23.0753181Z [00:04:16.249]➜  packagefile github.com/sassoftware/go-rpmutils=/tmp/go-build3547871397/b1893/_pkg_.a
2025-08-20T21:22:23.0753489Z [00:04:16.249]➜  packagefile github.com/pelletier/go-toml=/tmp/go-build3547871397/b1197/_pkg_.a
2025-08-20T21:22:23.0753949Z [00:04:16.249]➜  packagefile github.com/rust-secure-code/go-rustaudit=/tmp/go-build3547871397/b1899/_pkg_.a
2025-08-20T21:22:23.0754345Z [00:04:16.249]➜  packagefile github.com/hashicorp/hcl/v2/hclsimple=/tmp/go-build3547871397/b1904/_pkg_.a
2025-08-20T21:22:23.0754750Z [00:04:16.249]➜  packagefile github.com/scylladb/go-set/uset=/tmp/go-build3547871397/b1570/_pkg_.a
2025-08-20T21:22:23.0755049Z [00:04:16.249]➜  packagefile github.com/josharian/intern=/tmp/go-build3547871397/b419/_pkg_.a
2025-08-20T21:22:23.0755361Z [00:04:16.249]➜  packagefile github.com/mailru/easyjson/buffer=/tmp/go-build3547871397/b421/_pkg_.a
2025-08-20T21:22:23.0756056Z [00:04:16.249]➜  packagefile sigs.k8s.io/kustomize/api/filters/filtersutil=/tmp/go-build3547871397/b482/_pkg_.a
2025-08-20T21:22:23.0756558Z [00:04:16.249]➜  packagefile sigs.k8s.io/kustomize/api/filters/fsslice=/tmp/go-build3547871397/b497/_pkg_.a
2025-08-20T21:22:23.0756894Z [00:04:16.249]➜  packagefile sigs.k8s.io/kustomize/api/internal/image=/tmp/go-build3547871397/b513/_pkg_.a
2025-08-20T21:22:23.0757250Z [00:04:16.249]➜  packagefile sigs.k8s.io/kustomize/api/filters/fieldspec=/tmp/go-build3547871397/b498/_pkg_.a
2025-08-20T21:22:23.0757709Z [00:04:16.249]➜  packagefile sigs.k8s.io/kustomize/kyaml/utils=/tmp/go-build3547871397/b488/_pkg_.a
2025-08-20T21:22:23.0758076Z [00:04:16.249]➜  packagefile sigs.k8s.io/kustomize/api/internal/generators=/tmp/go-build3547871397/b528/_pkg_.a
2025-08-20T21:22:23.0758595Z [00:04:16.249]➜  packagefile sigs.k8s.io/kustomize/api/filters/patchstrategicmerge=/tmp/go-build3547871397/b522/_pkg_.a
2025-08-20T21:22:23.0758940Z [00:04:16.249]➜  packagefile github.com/monochromegane/go-gitignore=/tmp/go-build3547871397/b507/_pkg_.a
2025-08-20T21:22:23.0759231Z [00:04:16.249]➜  packagefile github.com/xlab/treeprint=/tmp/go-build3547871397/b508/_pkg_.a
2025-08-20T21:22:23.0759527Z [00:04:16.249]➜  packagefile sigs.k8s.io/kustomize/kyaml/ext=/tmp/go-build3547871397/b509/_pkg_.a
2025-08-20T21:22:23.0759821Z [00:04:16.249]➜  packagefile sigs.k8s.io/kustomize/kyaml/sets=/tmp/go-build3547871397/b486/_pkg_.a
2025-08-20T21:22:23.0760138Z [00:04:16.249]➜  packagefile sigs.k8s.io/kustomize/kyaml/sliceutil=/tmp/go-build3547871397/b487/_pkg_.a
2025-08-20T21:22:23.0760548Z [00:04:16.249]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/labels=/tmp/go-build3547871397/b489/_pkg_.a
2025-08-20T21:22:23.0760864Z [00:04:16.249]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/walk=/tmp/go-build3547871397/b524/_pkg_.a
2025-08-20T21:22:23.0761127Z [00:04:16.249]➜  packagefile github.com/google/shlex=/tmp/go-build3547871397/b541/_pkg_.a
2025-08-20T21:22:23.0761509Z [00:04:16.249]➜  packagefile sigs.k8s.io/kustomize/kyaml/fn/runtime/runtimeutil=/tmp/go-build3547871397/b544/_pkg_.a
2025-08-20T21:22:23.0761815Z [00:04:16.249]➜  packagefile sigs.k8s.io/kustomize/kyaml/runfn=/tmp/go-build3547871397/b547/_pkg_.a
2025-08-20T21:22:23.0762147Z [00:04:16.249]➜  packagefile sigs.k8s.io/kustomize/api/filters/nameref=/tmp/go-build3547871397/b552/_pkg_.a
2025-08-20T21:22:23.0762477Z [00:04:16.249]➜  packagefile sigs.k8s.io/kustomize/api/filters/refvar=/tmp/go-build3547871397/b553/_pkg_.a
2025-08-20T21:22:23.0763118Z [00:04:16.249]➜  packagefile sigs.k8s.io/kustomize/api/internal/konfig/builtinpluginconsts=/tmp/go-build3547871397/b555/_pkg_.a
2025-08-20T21:22:23.0763536Z [00:04:16.249]➜  packagefile sigs.k8s.io/kustomize/kyaml/openapi/kubernetesapi/v1_21_2=/tmp/go-build3547871397/b504/_pkg_.a
2025-08-20T21:22:23.0763918Z [00:04:16.249]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build3547871397/b321/_pkg_.a
2025-08-20T21:22:23.0764251Z [00:04:16.249]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build3547871397/b325/_pkg_.a
2025-08-20T21:22:23.0764715Z [00:04:16.249]➜  packagefile k8s.io/apimachinery/pkg/apis/meta/v1/validation=/tmp/go-build3547871397/b409/_pkg_.a
2025-08-20T21:22:23.0765033Z [00:04:16.249]➜  packagefile github.com/emicklei/go-restful/v3/log=/tmp/go-build3547871397/b463/_pkg_.a
2025-08-20T21:22:23.0765387Z [00:04:16.249]➜  packagefile github.com/gobwas/glob/match=/tmp/go-build3547871397/b2278/_pkg_.a
2025-08-20T21:22:23.0765709Z [00:04:16.249]➜  packagefile github.com/gobwas/glob/syntax/ast=/tmp/go-build3547871397/b2281/_pkg_.a
2025-08-20T21:22:23.0766008Z [00:04:16.249]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build3547871397/b2279/_pkg_.a
2025-08-20T21:22:23.0766327Z [00:04:16.249]➜  packagefile github.com/gobwas/glob/syntax/lexer=/tmp/go-build3547871397/b2282/_pkg_.a
2025-08-20T21:22:23.0766602Z [00:04:16.249]➜  packagefile image/internal/imageutil=/tmp/go-build3547871397/b1644/_pkg_.a
2025-08-20T21:22:23.0767001Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/filters=/tmp/go-build3547871397/b1052/_pkg_.a
2025-08-20T21:22:23.0767375Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/pkg/randutil=/tmp/go-build3547871397/b1053/_pkg_.a
2025-08-20T21:22:23.0767661Z [00:04:16.249]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3547871397/b953/_pkg_.a
2025-08-20T21:22:23.0767949Z [00:04:16.249]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3547871397/b959/_pkg_.a
2025-08-20T21:22:23.0768349Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/archive/compression=/tmp/go-build3547871397/b1044/_pkg_.a
2025-08-20T21:22:23.0768689Z [00:04:16.249]➜  packagefile oras.land/oras-go/v2/internal/manifestutil=/tmp/go-build3547871397/b2253/_pkg_.a
2025-08-20T21:22:23.0769190Z [00:04:16.249]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials/internal/ioutil=/tmp/go-build3547871397/b2268/_pkg_.a
2025-08-20T21:22:23.0769585Z [00:04:16.249]➜  packagefile oras.land/oras-go/v2/registry/remote/credentials/trace=/tmp/go-build3547871397/b2270/_pkg_.a
2025-08-20T21:22:23.0769853Z [00:04:16.249]➜  packagefile github.com/lann/ps=/tmp/go-build3547871397/b2299/_pkg_.a
2025-08-20T21:22:23.0770120Z [00:04:16.249]➜  packagefile k8s.io/client-go/listers=/tmp/go-build3547871397/b2089/_pkg_.a
2025-08-20T21:22:23.0770397Z [00:04:16.249]➜  packagefile k8s.io/client-go/util/exec=/tmp/go-build3547871397/b2069/_pkg_.a
2025-08-20T21:22:23.0770696Z [00:04:16.249]➜  packagefile github.com/sourcegraph/conc/iter=/tmp/go-build3547871397/b773/_pkg_.a
2025-08-20T21:22:23.0770971Z [00:04:16.249]➜  packagefile github.com/subosito/gotenv=/tmp/go-build3547871397/b784/_pkg_.a
2025-08-20T21:22:23.0771263Z [00:04:16.249]➜  packagefile github.com/pelletier/go-toml/v2=/tmp/go-build3547871397/b787/_pkg_.a
2025-08-20T21:22:23.0771552Z [00:04:16.249]➜  packagefile github.com/glebarez/go-sqlite=/tmp/go-build3547871397/b820/_pkg_.a
2025-08-20T21:22:23.0771807Z [00:04:16.249]➜  packagefile gorm.io/gorm/callbacks=/tmp/go-build3547871397/b848/_pkg_.a
2025-08-20T21:22:23.0772071Z [00:04:16.249]➜  packagefile gorm.io/gorm/migrator=/tmp/go-build3547871397/b849/_pkg_.a
2025-08-20T21:22:23.0772325Z [00:04:16.249]➜  packagefile modernc.org/sqlite/lib=/tmp/go-build3547871397/b829/_pkg_.a
2025-08-20T21:22:23.0772984Z [00:04:16.249]➜  packagefile github.com/anchore/grype/grype/db/v5/namespace/cpe=/tmp/go-build3547871397/b1947/_pkg_.a
2025-08-20T21:22:23.0773392Z [00:04:16.249]➜  packagefile github.com/anchore/grype/grype/db/v5/pkg/resolver=/tmp/go-build3547871397/b1948/_pkg_.a
2025-08-20T21:22:23.0773800Z [00:04:16.249]➜  packagefile github.com/anchore/grype/grype/db/v5/pkg/resolver/stock=/tmp/go-build3547871397/b1951/_pkg_.a
2025-08-20T21:22:23.0774077Z [00:04:16.249]➜  packagefile cloud.google.com/go/storage=/tmp/go-build3547871397/b1260/_pkg_.a
2025-08-20T21:22:23.0774371Z [00:04:16.249]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3547871397/b1517/_pkg_.a
2025-08-20T21:22:23.0774705Z [00:04:16.249]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3547871397/b1519/_pkg_.a
2025-08-20T21:22:23.0775203Z [00:04:16.249]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds=/tmp/go-build3547871397/b1525/_pkg_.a
2025-08-20T21:22:23.0775531Z [00:04:16.249]➜  packagefile github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build3547871397/b1532/_pkg_.a
2025-08-20T21:22:23.0775906Z [00:04:16.249]➜  packagefile github.com/aws/aws-sdk-go/aws/session=/tmp/go-build3547871397/b1535/_pkg_.a
2025-08-20T21:22:23.0776213Z [00:04:16.249]➜  packagefile github.com/aws/aws-sdk-go/service/s3=/tmp/go-build3547871397/b1557/_pkg_.a
2025-08-20T21:22:23.0776517Z [00:04:16.249]➜  packagefile github.com/bgentry/go-netrc/netrc=/tmp/go-build3547871397/b1566/_pkg_.a
2025-08-20T21:22:23.0776825Z [00:04:16.249]➜  packagefile github.com/hashicorp/go-safetemp=/tmp/go-build3547871397/b1569/_pkg_.a
2025-08-20T21:22:23.0777119Z [00:04:16.249]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3547871397/b1357/_pkg_.a
2025-08-20T21:22:23.0777454Z [00:04:16.249]➜  packagefile google.golang.org/api/option=/tmp/go-build3547871397/b1297/_pkg_.a
2025-08-20T21:22:23.0777690Z [00:04:16.249]➜  packagefile hash/crc64=/tmp/go-build3547871397/b892/_pkg_.a
2025-08-20T21:22:23.0777960Z [00:04:16.249]➜  packagefile gorm.io/gorm/internal/lru=/tmp/go-build3547871397/b835/_pkg_.a
2025-08-20T21:22:23.0778193Z [00:04:16.249]➜  packagefile encoding/gob=/tmp/go-build3547871397/b838/_pkg_.a
2025-08-20T21:22:23.0778472Z [00:04:16.249]➜  packagefile github.com/jinzhu/inflection=/tmp/go-build3547871397/b840/_pkg_.a
2025-08-20T21:22:23.0778818Z [00:04:16.249]➜  packagefile github.com/andybalholm/brotli/matchfinder=/tmp/go-build3547871397/b1235/_pkg_.a
2025-08-20T21:22:23.0779232Z [00:04:16.249]➜  packagefile github.com/dsnet/compress/bzip2/internal/sais=/tmp/go-build3547871397/b1237/_pkg_.a
2025-08-20T21:22:23.0779549Z [00:04:16.249]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build3547871397/b1238/_pkg_.a
2025-08-20T21:22:23.0779883Z [00:04:16.249]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build3547871397/b1239/_pkg_.a
2025-08-20T21:22:23.0780236Z [00:04:16.249]➜  packagefile github.com/dsnet/compress/internal/prefix=/tmp/go-build3547871397/b1240/_pkg_.a
2025-08-20T21:22:23.0780551Z [00:04:16.249]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3547871397/b1244/_pkg_.a
2025-08-20T21:22:23.0780921Z [00:04:16.249]➜  packagefile github.com/klauspost/compress/internal/godebug=/tmp/go-build3547871397/b1246/_pkg_.a
2025-08-20T21:22:23.0781217Z [00:04:16.249]➜  packagefile github.com/klauspost/compress=/tmp/go-build3547871397/b879/_pkg_.a
2025-08-20T21:22:23.0781524Z [00:04:16.249]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build3547871397/b880/_pkg_.a
2025-08-20T21:22:23.0781892Z [00:04:16.249]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/tmp/go-build3547871397/b882/_pkg_.a
2025-08-20T21:22:23.0782229Z [00:04:16.249]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3547871397/b883/_pkg_.a
2025-08-20T21:22:23.0782603Z [00:04:16.249]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build3547871397/b884/_pkg_.a
2025-08-20T21:22:23.0783210Z [00:04:16.249]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build3547871397/b885/_pkg_.a
2025-08-20T21:22:23.0783576Z [00:04:16.249]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build3547871397/b887/_pkg_.a
2025-08-20T21:22:23.0783928Z [00:04:16.249]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build3547871397/b888/_pkg_.a
2025-08-20T21:22:23.0784280Z [00:04:16.249]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4stream=/tmp/go-build3547871397/b889/_pkg_.a
2025-08-20T21:22:23.0784613Z [00:04:16.249]➜  packagefile github.com/ulikunitz/xz/internal/xlog=/tmp/go-build3547871397/b895/_pkg_.a
2025-08-20T21:22:23.0785055Z [00:04:16.249]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3547871397/b893/_pkg_.a
2025-08-20T21:22:23.0785351Z [00:04:16.249]➜  packagefile github.com/zclconf/go-cty/cty=/tmp/go-build3547871397/b1909/_pkg_.a
2025-08-20T21:22:23.0785797Z [00:04:16.249]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3547871397/b1806/_pkg_.a
2025-08-20T21:22:23.0786124Z [00:04:16.249]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build3547871397/b1810/_pkg_.a
2025-08-20T21:22:23.0786474Z [00:04:16.249]➜  packagefile github.com/muesli/termenv=/tmp/go-build3547871397/b1813/_pkg_.a
2025-08-20T21:22:23.0786833Z [00:04:16.249]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build3547871397/b915/_pkg_.a
2025-08-20T21:22:23.0787201Z [00:04:16.249]➜  packagefile github.com/docker/cli/cli/config/memorystore=/tmp/go-build3547871397/b919/_pkg_.a
2025-08-20T21:22:23.0787567Z [00:04:16.249]➜  packagefile github.com/sylabs/squashfs/internal/decompress=/tmp/go-build3547871397/b877/_pkg_.a
2025-08-20T21:22:23.0787917Z [00:04:16.249]➜  packagefile github.com/sylabs/squashfs/internal/metadata=/tmp/go-build3547871397/b896/_pkg_.a
2025-08-20T21:22:23.0788349Z [00:04:16.249]➜  packagefile github.com/github/go-spdx/v2/spdxexp/spdxlicenses=/tmp/go-build3547871397/b932/_pkg_.a
2025-08-20T21:22:23.0788781Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/api/services/containers/v1=/tmp/go-build3547871397/b949/_pkg_.a
2025-08-20T21:22:23.0789194Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/api/services/content/v1=/tmp/go-build3547871397/b1019/_pkg_.a
2025-08-20T21:22:23.0789592Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/api/services/diff/v1=/tmp/go-build3547871397/b1020/_pkg_.a
2025-08-20T21:22:23.0789992Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/api/services/events/v1=/tmp/go-build3547871397/b1024/_pkg_.a
2025-08-20T21:22:23.0790447Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/api/services/images/v1=/tmp/go-build3547871397/b1025/_pkg_.a
2025-08-20T21:22:23.0790890Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/api/services/introspection/v1=/tmp/go-build3547871397/b1026/_pkg_.a
2025-08-20T21:22:23.0791305Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/api/services/leases/v1=/tmp/go-build3547871397/b1027/_pkg_.a
2025-08-20T21:22:23.0791864Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/api/services/namespaces/v1=/tmp/go-build3547871397/b1028/_pkg_.a
2025-08-20T21:22:23.0792297Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/api/services/sandbox/v1=/tmp/go-build3547871397/b1029/_pkg_.a
2025-08-20T21:22:23.0793020Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/api/services/snapshots/v1=/tmp/go-build3547871397/b1030/_pkg_.a
2025-08-20T21:22:23.0793574Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/api/services/streaming/v1=/tmp/go-build3547871397/b1031/_pkg_.a
2025-08-20T21:22:23.0793994Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/api/services/tasks/v1=/tmp/go-build3547871397/b1032/_pkg_.a
2025-08-20T21:22:23.0794533Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/api/services/transfer/v1=/tmp/go-build3547871397/b1034/_pkg_.a
2025-08-20T21:22:23.0794999Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/api/services/version/v1=/tmp/go-build3547871397/b1035/_pkg_.a
2025-08-20T21:22:23.0795566Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/api/types=/tmp/go-build3547871397/b1021/_pkg_.a
2025-08-20T21:22:23.0796294Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/api/types/runc/options=/tmp/go-build3547871397/b1036/_pkg_.a
2025-08-20T21:22:23.0796978Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/api/types/task=/tmp/go-build3547871397/b1033/_pkg_.a
2025-08-20T21:22:23.0797612Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/archive=/tmp/go-build3547871397/b1037/_pkg_.a
2025-08-20T21:22:23.0798172Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/cio=/tmp/go-build3547871397/b1045/_pkg_.a
2025-08-20T21:22:23.0798780Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/containers=/tmp/go-build3547871397/b1048/_pkg_.a
2025-08-20T21:22:23.0799603Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/content/proxy=/tmp/go-build3547871397/b1054/_pkg_.a
2025-08-20T21:22:23.0800229Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/diff=/tmp/go-build3547871397/b1058/_pkg_.a
2025-08-20T21:22:23.0801012Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/diff/proxy=/tmp/go-build3547871397/b1067/_pkg_.a
2025-08-20T21:22:23.0801663Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/events=/tmp/go-build3547871397/b1068/_pkg_.a
2025-08-20T21:22:23.0802198Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/leases=/tmp/go-build3547871397/b1072/_pkg_.a
2025-08-20T21:22:23.0803075Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/leases/proxy=/tmp/go-build3547871397/b1073/_pkg_.a
2025-08-20T21:22:23.0803746Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/mount=/tmp/go-build3547871397/b1063/_pkg_.a
2025-08-20T21:22:23.0804510Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/oci=/tmp/go-build3547871397/b1076/_pkg_.a
2025-08-20T21:22:23.0805199Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/pkg/dialer=/tmp/go-build3547871397/b1081/_pkg_.a
2025-08-20T21:22:23.0805839Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/pkg/epoch=/tmp/go-build3547871397/b1039/_pkg_.a
2025-08-20T21:22:23.0806468Z [00:04:16.249]➜  packagefile github.com/containerd/containerd/pkg/kmutex=/tmp/go-build3547871397/b1082/_pkg_.a
2025-08-20T21:22:23.0807120Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/pkg/streaming=/tmp/go-build3547871397/b1083/_pkg_.a
2025-08-20T21:22:23.0807882Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/pkg/transfer=/tmp/go-build3547871397/b1084/_pkg_.a
2025-08-20T21:22:23.0808581Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/pkg/transfer/proxy=/tmp/go-build3547871397/b1085/_pkg_.a
2025-08-20T21:22:23.0809205Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/pkg/unpack=/tmp/go-build3547871397/b1088/_pkg_.a
2025-08-20T21:22:23.0809806Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/plugin=/tmp/go-build3547871397/b1119/_pkg_.a
2025-08-20T21:22:23.0810417Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/protobuf=/tmp/go-build3547871397/b1055/_pkg_.a
2025-08-20T21:22:23.0811101Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/protobuf/proto=/tmp/go-build3547871397/b1066/_pkg_.a
2025-08-20T21:22:23.0811773Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/protobuf/types=/tmp/go-build3547871397/b1056/_pkg_.a
2025-08-20T21:22:23.0812485Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/remotes/docker/schema1=/tmp/go-build3547871397/b1127/_pkg_.a
2025-08-20T21:22:23.0813156Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/rootfs=/tmp/go-build3547871397/b1129/_pkg_.a
2025-08-20T21:22:23.0813591Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/runtime/linux/runctypes=/tmp/go-build3547871397/b1130/_pkg_.a
2025-08-20T21:22:23.0813942Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/sandbox=/tmp/go-build3547871397/b1131/_pkg_.a
2025-08-20T21:22:23.0814314Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/sandbox/proxy=/tmp/go-build3547871397/b1133/_pkg_.a
2025-08-20T21:22:23.0814764Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/services=/tmp/go-build3547871397/b1134/_pkg_.a
2025-08-20T21:22:23.0815176Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/services/introspection=/tmp/go-build3547871397/b1135/_pkg_.a
2025-08-20T21:22:23.0815518Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/snapshots=/tmp/go-build3547871397/b1078/_pkg_.a
2025-08-20T21:22:23.0815901Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/snapshots/proxy=/tmp/go-build3547871397/b1139/_pkg_.a
2025-08-20T21:22:23.0816236Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/tracing=/tmp/go-build3547871397/b1090/_pkg_.a
2025-08-20T21:22:23.0816598Z [00:04:16.250]➜  packagefile github.com/containerd/fifo=/tmp/go-build3547871397/b1047/_pkg_.a
2025-08-20T21:22:23.0816915Z [00:04:16.250]➜  packagefile github.com/containerd/typeurl/v2=/tmp/go-build3547871397/b1049/_pkg_.a
2025-08-20T21:22:23.0817194Z [00:04:16.250]➜  packagefile github.com/moby/sys/signal=/tmp/go-build3547871397/b1140/_pkg_.a
2025-08-20T21:22:23.0817554Z [00:04:16.250]➜  packagefile github.com/opencontainers/image-spec/identity=/tmp/go-build3547871397/b1118/_pkg_.a
2025-08-20T21:22:23.0817917Z [00:04:16.250]➜  packagefile github.com/opencontainers/runtime-spec/specs-go=/tmp/go-build3547871397/b1080/_pkg_.a
2025-08-20T21:22:23.0818305Z [00:04:16.250]➜  packagefile github.com/opencontainers/selinux/go-selinux/label=/tmp/go-build3547871397/b1141/_pkg_.a
2025-08-20T21:22:23.0818568Z [00:04:16.250]➜  packagefile google.golang.org/grpc=/tmp/go-build3547871397/b962/_pkg_.a
2025-08-20T21:22:23.0818864Z [00:04:16.250]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3547871397/b965/_pkg_.a
2025-08-20T21:22:23.0819267Z [00:04:16.250]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3547871397/b985/_pkg_.a
2025-08-20T21:22:23.0819621Z [00:04:16.250]➜  packagefile google.golang.org/grpc/health/grpc_health_v1=/tmp/go-build3547871397/b1144/_pkg_.a
2025-08-20T21:22:23.0820001Z [00:04:16.250]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3547871397/b996/_pkg_.a
2025-08-20T21:22:23.0820360Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/identifiers=/tmp/go-build3547871397/b1075/_pkg_.a
2025-08-20T21:22:23.0820636Z [00:04:16.250]➜  packagefile github.com/containerd/ttrpc=/tmp/go-build3547871397/b950/_pkg_.a
2025-08-20T21:22:23.0820989Z [00:04:16.250]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3547871397/b974/_pkg_.a
2025-08-20T21:22:23.0821336Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/reference=/tmp/go-build3547871397/b1070/_pkg_.a
2025-08-20T21:22:23.0821740Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/remotes/docker/auth=/tmp/go-build3547871397/b1124/_pkg_.a
2025-08-20T21:22:23.0822105Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/remotes/errors=/tmp/go-build3547871397/b1125/_pkg_.a
2025-08-20T21:22:23.0822450Z [00:04:16.250]➜  packagefile github.com/containerd/containerd/version=/tmp/go-build3547871397/b1126/_pkg_.a
2025-08-20T21:22:23.0822948Z [00:04:16.250]➜  packagefile github.com/moby/locker=/tmp/go-build3547871397/b1128/_pkg_.a
2025-08-20T21:22:23.0823286Z [00:04:16.250]➜  packagefile github.com/docker/cli/cli/connhelper=/tmp/go-build3547871397/b1148/_pkg_.a
2025-08-20T21:22:23.0823643Z [00:04:16.250]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build3547871397/b1157/_pkg_.a
2025-08-20T21:22:23.0823988Z [00:04:16.250]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3547871397/b1160/_pkg_.a
2025-08-20T21:22:23.0824342Z [00:04:16.250]➜  packagefile github.com/docker/docker/api/types/storage=/tmp/go-build3547871397/b1165/_pkg_.a
2025-08-20T21:22:23.0824694Z [00:04:16.250]➜  packagefile github.com/moby/docker-image-spec/specs-go/v1=/tmp/go-build3547871397/b1169/_pkg_.a
2025-08-20T21:22:23.0825040Z [00:04:16.250]➜  packagefile github.com/containerd/errdefs/pkg/errhttp=/tmp/go-build3547871397/b1152/_pkg_.a
2025-08-20T21:22:23.0825456Z [00:04:16.250]➜  packagefile github.com/docker/docker/api=/tmp/go-build3547871397/b1154/_pkg_.a
2025-08-20T21:22:23.0825781Z [00:04:16.250]➜  packagefile github.com/docker/docker/api/types=/tmp/go-build3547871397/b1155/_pkg_.a
2025-08-20T21:22:23.0826115Z [00:04:16.250]➜  packagefile github.com/docker/docker/api/types/build=/tmp/go-build3547871397/b1156/_pkg_.a
2025-08-20T21:22:23.0826485Z [00:04:16.250]➜  packagefile github.com/docker/docker/api/types/checkpoint=/tmp/go-build3547871397/b1175/_pkg_.a
2025-08-20T21:22:23.0826821Z [00:04:16.250]➜  packagefile github.com/docker/docker/api/types/events=/tmp/go-build3547871397/b1176/_pkg_.a
2025-08-20T21:22:23.0827247Z [00:04:16.250]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build3547871397/b1163/_pkg_.a
2025-08-20T21:22:23.0827602Z [00:04:16.250]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build3547871397/b1170/_pkg_.a
2025-08-20T21:22:23.0827942Z [00:04:16.250]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build3547871397/b1172/_pkg_.a
2025-08-20T21:22:23.0828279Z [00:04:16.250]➜  packagefile github.com/docker/docker/api/types/system=/tmp/go-build3547871397/b1177/_pkg_.a
2025-08-20T21:22:23.0828609Z [00:04:16.250]➜  packagefile github.com/docker/docker/api/types/time=/tmp/go-build3547871397/b1178/_pkg_.a
2025-08-20T21:22:23.0828955Z [00:04:16.250]➜  packagefile github.com/docker/docker/api/types/versions=/tmp/go-build3547871397/b1161/_pkg_.a
2025-08-20T21:22:23.0829293Z [00:04:16.250]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build3547871397/b1174/_pkg_.a
2025-08-20T21:22:23.0829699Z [00:04:16.250]➜  packagefile github.com/docker/docker/internal/lazyregexp=/tmp/go-build3547871397/b1179/_pkg_.a
2025-08-20T21:22:23.0830040Z [00:04:16.250]➜  packagefile github.com/docker/go-connections/sockets=/tmp/go-build3547871397/b1180/_pkg_.a
2025-08-20T21:22:23.0830471Z [00:04:16.250]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build3547871397/b1091/_pkg_.a
2025-08-20T21:22:23.0830772Z [00:04:16.250]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3547871397/b1107/_pkg_.a
2025-08-20T21:22:23.0831147Z [00:04:16.250]➜  packagefile github.com/containerd/stargz-snapshotter/estargz=/tmp/go-build3547871397/b1182/_pkg_.a
2025-08-20T21:22:23.0831523Z [00:04:16.250]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build3547871397/b1187/_pkg_.a
2025-08-20T21:22:23.0832001Z [00:04:16.250]➜  packagefile github.com/google/go-containerregistry/internal/compression=/tmp/go-build3547871397/b1188/_pkg_.a
2025-08-20T21:22:23.0832406Z [00:04:16.250]➜  packagefile github.com/google/go-containerregistry/internal/estargz=/tmp/go-build3547871397/b1192/_pkg_.a
2025-08-20T21:22:23.0833022Z [00:04:16.250]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build3547871397/b1189/_pkg_.a
2025-08-20T21:22:23.0833412Z [00:04:16.250]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build3547871397/b1190/_pkg_.a
2025-08-20T21:22:23.0833821Z [00:04:16.250]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build3547871397/b1191/_pkg_.a
2025-08-20T21:22:23.0834179Z [00:04:16.250]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build3547871397/b1193/_pkg_.a
2025-08-20T21:22:23.0834560Z [00:04:16.250]➜  packagefile github.com/google/go-containerregistry/pkg/v1/match=/tmp/go-build3547871397/b1195/_pkg_.a
2025-08-20T21:22:23.0834935Z [00:04:16.250]➜  packagefile github.com/google/go-containerregistry/pkg/v1/mutate=/tmp/go-build3547871397/b1200/_pkg_.a
2025-08-20T21:22:23.0835316Z [00:04:16.250]➜  packagefile github.com/google/go-containerregistry/pkg/v1/stream=/tmp/go-build3547871397/b1202/_pkg_.a
2025-08-20T21:22:23.0835704Z [00:04:16.250]➜  packagefile github.com/google/go-containerregistry/internal/redact=/tmp/go-build3547871397/b1204/_pkg_.a
2025-08-20T21:22:23.0836094Z [00:04:16.250]➜  packagefile github.com/google/go-containerregistry/internal/retry=/tmp/go-build3547871397/b1205/_pkg_.a
2025-08-20T21:22:23.0836559Z [00:04:16.250]➜  packagefile github.com/google/go-containerregistry/internal/verify=/tmp/go-build3547871397/b1207/_pkg_.a
2025-08-20T21:22:23.0836934Z [00:04:16.250]➜  packagefile github.com/google/go-containerregistry/pkg/v1/empty=/tmp/go-build3547871397/b1201/_pkg_.a
2025-08-20T21:22:23.0837364Z [00:04:16.250]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote/transport=/tmp/go-build3547871397/b1208/_pkg_.a
2025-08-20T21:22:23.0837687Z [00:04:16.250]➜  packagefile github.com/docker/docker/pkg/homedir=/tmp/go-build3547871397/b1212/_pkg_.a
2025-08-20T21:22:23.0838027Z [00:04:16.250]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3547871397/b1213/_pkg_.a
2025-08-20T21:22:23.0838347Z [00:04:16.250]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build3547871397/b1221/_pkg_.a
2025-08-20T21:22:23.0838783Z [00:04:16.250]➜  packagefile github.com/anchore/syft/syft/format/internal/spdxutil/helpers=/tmp/go-build3547871397/b1778/_pkg_.a
2025-08-20T21:22:23.0839092Z [00:04:16.250]➜  packagefile github.com/spdx/tools-golang/spdx=/tmp/go-build3547871397/b1780/_pkg_.a
2025-08-20T21:22:23.0839434Z [00:04:16.250]➜  packagefile github.com/spdx/tools-golang/spdx/v2/common=/tmp/go-build3547871397/b1781/_pkg_.a
2025-08-20T21:22:23.0839762Z [00:04:16.250]➜  packagefile github.com/anchore/go-struct-converter=/tmp/go-build3547871397/b1784/_pkg_.a
2025-08-20T21:22:23.0840092Z [00:04:16.250]➜  packagefile github.com/spdx/tools-golang/spdx/common=/tmp/go-build3547871397/b1787/_pkg_.a
2025-08-20T21:22:23.0840427Z [00:04:16.250]➜  packagefile github.com/spdx/tools-golang/json/marshal=/tmp/go-build3547871397/b1782/_pkg_.a
2025-08-20T21:22:23.0840881Z [00:04:16.250]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_1/tagvalue/reader=/tmp/go-build3547871397/b1793/_pkg_.a
2025-08-20T21:22:23.0841276Z [00:04:16.250]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_1/tagvalue/writer=/tmp/go-build3547871397/b1795/_pkg_.a
2025-08-20T21:22:23.0841663Z [00:04:16.250]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_2/tagvalue/reader=/tmp/go-build3547871397/b1796/_pkg_.a
2025-08-20T21:22:23.0842050Z [00:04:16.250]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_2/tagvalue/writer=/tmp/go-build3547871397/b1797/_pkg_.a
2025-08-20T21:22:23.0842430Z [00:04:16.250]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_3/tagvalue/reader=/tmp/go-build3547871397/b1798/_pkg_.a
2025-08-20T21:22:23.0843025Z [00:04:16.250]➜  packagefile github.com/spdx/tools-golang/spdx/v2/v2_3/tagvalue/writer=/tmp/go-build3547871397/b1799/_pkg_.a
2025-08-20T21:22:23.0843393Z [00:04:16.250]➜  packagefile github.com/spdx/tools-golang/tagvalue/reader=/tmp/go-build3547871397/b1794/_pkg_.a
2025-08-20T21:22:23.0843641Z [00:04:16.250]➜  packagefile internal/sysinfo=/tmp/go-build3547871397/b1186/_pkg_.a
2025-08-20T21:22:23.0844002Z [00:04:16.250]➜  packagefile github.com/anchore/syft/syft/internal/windows=/tmp/go-build3547871397/b1926/_pkg_.a
2025-08-20T21:22:23.0844298Z [00:04:16.250]➜  packagefile github.com/moby/sys/mountinfo=/tmp/go-build3547871397/b1065/_pkg_.a
2025-08-20T21:22:23.0844607Z [00:04:16.250]➜  packagefile github.com/diskfs/go-diskfs/backend=/tmp/go-build3547871397/b1582/_pkg_.a
2025-08-20T21:22:23.0844877Z [00:04:16.250]➜  packagefile github.com/anchore/go-lzo=/tmp/go-build3547871397/b1581/_pkg_.a
2025-08-20T21:22:23.0845140Z [00:04:16.250]➜  packagefile github.com/pkg/xattr=/tmp/go-build3547871397/b1583/_pkg_.a
2025-08-20T21:22:23.0845419Z [00:04:16.250]➜  packagefile github.com/goccy/go-yaml/ast=/tmp/go-build3547871397/b1932/_pkg_.a
2025-08-20T21:22:23.0845747Z [00:04:16.250]➜  packagefile github.com/goccy/go-yaml/internal/errors=/tmp/go-build3547871397/b1934/_pkg_.a
2025-08-20T21:22:23.0846079Z [00:04:16.250]➜  packagefile github.com/goccy/go-yaml/internal/format=/tmp/go-build3547871397/b1936/_pkg_.a
2025-08-20T21:22:23.0846376Z [00:04:16.250]➜  packagefile github.com/goccy/go-yaml/parser=/tmp/go-build3547871397/b1937/_pkg_.a
2025-08-20T21:22:23.0846736Z [00:04:16.250]➜  packagefile github.com/goccy/go-yaml/printer=/tmp/go-build3547871397/b1935/_pkg_.a
2025-08-20T21:22:23.0847027Z [00:04:16.250]➜  packagefile github.com/goccy/go-yaml/token=/tmp/go-build3547871397/b1933/_pkg_.a
2025-08-20T21:22:23.0847253Z [00:04:16.250]➜  packagefile debug/dwarf=/tmp/go-build3547871397/b869/_pkg_.a
2025-08-20T21:22:23.0847496Z [00:04:16.250]➜  packagefile internal/saferio=/tmp/go-build3547871397/b839/_pkg_.a
2025-08-20T21:22:23.0847792Z [00:04:16.250]➜  packagefile golang.org/x/xerrors/internal=/tmp/go-build3547871397/b1760/_pkg_.a
2025-08-20T21:22:23.0848025Z [00:04:16.250]➜  packagefile internal/zstd=/tmp/go-build3547871397/b1573/_pkg_.a
2025-08-20T21:22:23.0848388Z [00:04:16.250]➜  packagefile github.com/anchore/go-macholibre=/tmp/go-build3547871397/b1577/_pkg_.a
2025-08-20T21:22:23.0848704Z [00:04:16.250]➜  packagefile github.com/vbatts/go-mtree/pkg/govis=/tmp/go-build3547871397/b1767/_pkg_.a
2025-08-20T21:22:23.0848998Z [00:04:16.250]➜  packagefile github.com/vbatts/go-mtree/xattr=/tmp/go-build3547871397/b1768/_pkg_.a
2025-08-20T21:22:23.0849291Z [00:04:16.250]➜  packagefile golang.org/x/crypto/ripemd160=/tmp/go-build3547871397/b1769/_pkg_.a
2025-08-20T21:22:23.0849592Z [00:04:16.250]➜  packagefile github.com/scylladb/go-set/u32set=/tmp/go-build3547871397/b1590/_pkg_.a
2025-08-20T21:22:23.0849861Z [00:04:16.250]➜  packagefile github.com/STARRY-S/zip=/tmp/go-build3547871397/b1844/_pkg_.a
2025-08-20T21:22:23.0850145Z [00:04:16.250]➜  packagefile github.com/bodgit/sevenzip=/tmp/go-build3547871397/b1845/_pkg_.a
2025-08-20T21:22:23.0850449Z [00:04:16.250]➜  packagefile github.com/klauspost/compress/s2=/tmp/go-build3547871397/b1867/_pkg_.a
2025-08-20T21:22:23.0850854Z [00:04:16.250]➜  packagefile github.com/klauspost/compress/zlib=/tmp/go-build3547871397/b1869/_pkg_.a
2025-08-20T21:22:23.0851148Z [00:04:16.250]➜  packagefile github.com/mikelolasagasti/xz=/tmp/go-build3547871397/b1870/_pkg_.a
2025-08-20T21:22:23.0851412Z [00:04:16.250]➜  packagefile github.com/minio/minlz=/tmp/go-build3547871397/b1871/_pkg_.a
2025-08-20T21:22:23.0851711Z [00:04:16.250]➜  packagefile github.com/nwaples/rardecode/v2=/tmp/go-build3547871397/b1873/_pkg_.a
2025-08-20T21:22:23.0852000Z [00:04:16.250]➜  packagefile github.com/sorairolake/lzip-go=/tmp/go-build3547871397/b1874/_pkg_.a
2025-08-20T21:22:23.0852239Z [00:04:16.250]➜  packagefile debug/plan9obj=/tmp/go-build3547871397/b1595/_pkg_.a
2025-08-20T21:22:23.0852511Z [00:04:16.250]➜  packagefile internal/xcoff=/tmp/go-build3547871397/b1596/_pkg_.a
2025-08-20T21:22:23.0853129Z [00:04:16.250]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build3547871397/b1601/_pkg_.a
2025-08-20T21:22:23.0853451Z [00:04:16.250]➜  packagefile github.com/go-git/go-billy/v5/util=/tmp/go-build3547871397/b1603/_pkg_.a
2025-08-20T21:22:23.0853785Z [00:04:16.250]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build3547871397/b1605/_pkg_.a
2025-08-20T21:22:23.0854142Z [00:04:16.250]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build3547871397/b1635/_pkg_.a
2025-08-20T21:22:23.0854441Z [00:04:16.250]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build3547871397/b1646/_pkg_.a
2025-08-20T21:22:23.0854730Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build3547871397/b1648/_pkg_.a
2025-08-20T21:22:23.0855079Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/internal/path_util=/tmp/go-build3547871397/b1661/_pkg_.a
2025-08-20T21:22:23.0855425Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/internal/revision=/tmp/go-build3547871397/b1662/_pkg_.a
2025-08-20T21:22:23.0855750Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build3547871397/b1649/_pkg_.a
2025-08-20T21:22:23.0856087Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build3547871397/b1663/_pkg_.a
2025-08-20T21:22:23.0856429Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3547871397/b1664/_pkg_.a
2025-08-20T21:22:23.0856878Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build3547871397/b1655/_pkg_.a
2025-08-20T21:22:23.0857265Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/gitignore=/tmp/go-build3547871397/b1665/_pkg_.a
2025-08-20T21:22:23.0857620Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build3547871397/b1668/_pkg_.a
2025-08-20T21:22:23.0858003Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build3547871397/b1670/_pkg_.a
2025-08-20T21:22:23.0858322Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3547871397/b1651/_pkg_.a
2025-08-20T21:22:23.0858728Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build3547871397/b1674/_pkg_.a
2025-08-20T21:22:23.0859097Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3547871397/b1689/_pkg_.a
2025-08-20T21:22:23.0859529Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3547871397/b1692/_pkg_.a
2025-08-20T21:22:23.0859943Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build3547871397/b1693/_pkg_.a
2025-08-20T21:22:23.0860285Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/plumbing/revlist=/tmp/go-build3547871397/b1695/_pkg_.a
2025-08-20T21:22:23.0860617Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3547871397/b1672/_pkg_.a
2025-08-20T21:22:23.0860967Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3547871397/b1696/_pkg_.a
2025-08-20T21:22:23.0861411Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/client=/tmp/go-build3547871397/b1697/_pkg_.a
2025-08-20T21:22:23.0861716Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build3547871397/b1683/_pkg_.a
2025-08-20T21:22:23.0862068Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem=/tmp/go-build3547871397/b1701/_pkg_.a
2025-08-20T21:22:23.0862443Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem/dotgit=/tmp/go-build3547871397/b1703/_pkg_.a
2025-08-20T21:22:23.0862975Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/utils/diff=/tmp/go-build3547871397/b1684/_pkg_.a
2025-08-20T21:22:23.0863376Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3547871397/b1666/_pkg_.a
2025-08-20T21:22:23.0863722Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie=/tmp/go-build3547871397/b1686/_pkg_.a
2025-08-20T21:22:23.0864118Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/filesystem=/tmp/go-build3547871397/b1714/_pkg_.a
2025-08-20T21:22:23.0864487Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/index=/tmp/go-build3547871397/b1715/_pkg_.a
2025-08-20T21:22:23.0864849Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3547871397/b1688/_pkg_.a
2025-08-20T21:22:23.0865164Z [00:04:16.250]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build3547871397/b1673/_pkg_.a
2025-08-20T21:22:23.0865489Z [00:04:16.250]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build3547871397/b1685/_pkg_.a
2025-08-20T21:22:23.0865819Z [00:04:16.250]➜  packagefile golang.org/x/mod/internal/lazyregexp=/tmp/go-build3547871397/b1718/_pkg_.a
2025-08-20T21:22:23.0866081Z [00:04:16.250]➜  packagefile golang.org/x/mod/semver=/tmp/go-build3547871397/b1720/_pkg_.a
2025-08-20T21:22:23.0866377Z [00:04:16.250]➜  packagefile github.com/saintfish/chardet=/tmp/go-build3547871397/b1733/_pkg_.a
2025-08-20T21:22:23.0866640Z [00:04:16.250]➜  packagefile github.com/vifraa/gopom=/tmp/go-build3547871397/b1734/_pkg_.a
2025-08-20T21:22:23.0866927Z [00:04:16.250]➜  packagefile golang.org/x/net/html/charset=/tmp/go-build3547871397/b1735/_pkg_.a
2025-08-20T21:22:23.0867332Z [00:04:16.250]➜  packagefile github.com/deitch/magic/pkg/magic/internal=/tmp/go-build3547871397/b1746/_pkg_.a
2025-08-20T21:22:23.0867668Z [00:04:16.250]➜  packagefile github.com/deitch/magic/pkg/magic/parser=/tmp/go-build3547871397/b1747/_pkg_.a
2025-08-20T21:22:23.0868003Z [00:04:16.250]➜  packagefile github.com/nix-community/go-nix/pkg/nixhash=/tmp/go-build3547871397/b1750/_pkg_.a
2025-08-20T21:22:23.0868359Z [00:04:16.250]➜  packagefile github.com/nix-community/go-nix/pkg/storepath=/tmp/go-build3547871397/b1752/_pkg_.a
2025-08-20T21:22:23.0868661Z [00:04:16.250]➜  packagefile github.com/anchore/go-rpmdb/pkg/bdb=/tmp/go-build3547871397/b1889/_pkg_.a
2025-08-20T21:22:23.0869034Z [00:04:16.250]➜  packagefile github.com/anchore/go-rpmdb/pkg/db=/tmp/go-build3547871397/b1890/_pkg_.a
2025-08-20T21:22:23.0869335Z [00:04:16.250]➜  packagefile github.com/anchore/go-rpmdb/pkg/ndb=/tmp/go-build3547871397/b1891/_pkg_.a
2025-08-20T21:22:23.0869660Z [00:04:16.250]➜  packagefile github.com/anchore/go-rpmdb/pkg/sqlite3=/tmp/go-build3547871397/b1892/_pkg_.a
2025-08-20T21:22:23.0869922Z [00:04:16.251]➜  packagefile github.com/DataDog/zstd=/tmp/go-build3547871397/b1894/_pkg_.a
2025-08-20T21:22:23.0870247Z [00:04:16.251]➜  packagefile github.com/sassoftware/go-rpmutils/cpio=/tmp/go-build3547871397/b1895/_pkg_.a
2025-08-20T21:22:23.0870585Z [00:04:16.251]➜  packagefile github.com/sassoftware/go-rpmutils/fileutil=/tmp/go-build3547871397/b1896/_pkg_.a
2025-08-20T21:22:23.0870874Z [00:04:16.251]➜  packagefile github.com/hashicorp/hcl/v2=/tmp/go-build3547871397/b1905/_pkg_.a
2025-08-20T21:22:23.0871176Z [00:04:16.251]➜  packagefile github.com/hashicorp/hcl/v2/gohcl=/tmp/go-build3547871397/b1914/_pkg_.a
2025-08-20T21:22:23.0871564Z [00:04:16.251]➜  packagefile github.com/hashicorp/hcl/v2/hclsyntax=/tmp/go-build3547871397/b1916/_pkg_.a
2025-08-20T21:22:23.0871864Z [00:04:16.251]➜  packagefile github.com/hashicorp/hcl/v2/json=/tmp/go-build3547871397/b1921/_pkg_.a
2025-08-20T21:22:23.0872301Z [00:04:16.251]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/selection=/tmp/go-build3547871397/b490/_pkg_.a
2025-08-20T21:22:23.0872935Z [00:04:16.251]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/util/sets=/tmp/go-build3547871397/b491/_pkg_.a
2025-08-20T21:22:23.0873413Z [00:04:16.251]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/util/validation=/tmp/go-build3547871397/b492/_pkg_.a
2025-08-20T21:22:23.0873799Z [00:04:16.251]➜  packagefile sigs.k8s.io/kustomize/kyaml/fieldmeta=/tmp/go-build3547871397/b525/_pkg_.a
2025-08-20T21:22:23.0874128Z [00:04:16.251]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/schema=/tmp/go-build3547871397/b526/_pkg_.a
2025-08-20T21:22:23.0874444Z [00:04:16.251]➜  packagefile sigs.k8s.io/kustomize/kyaml/comments=/tmp/go-build3547871397/b545/_pkg_.a
2025-08-20T21:22:23.0874741Z [00:04:16.251]➜  packagefile sigs.k8s.io/kustomize/kyaml/order=/tmp/go-build3547871397/b546/_pkg_.a
2025-08-20T21:22:23.0875109Z [00:04:16.251]➜  packagefile sigs.k8s.io/kustomize/kyaml/fn/runtime/container=/tmp/go-build3547871397/b548/_pkg_.a
2025-08-20T21:22:23.0875450Z [00:04:16.251]➜  packagefile sigs.k8s.io/kustomize/kyaml/fn/runtime/exec=/tmp/go-build3547871397/b549/_pkg_.a
2025-08-20T21:22:23.0875757Z [00:04:16.251]➜  packagefile github.com/gobwas/glob/util/strings=/tmp/go-build3547871397/b2280/_pkg_.a
2025-08-20T21:22:23.0876053Z [00:04:16.251]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3547871397/b954/_pkg_.a
2025-08-20T21:22:23.0876425Z [00:04:16.251]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3547871397/b952/_pkg_.a
2025-08-20T21:22:23.0876740Z [00:04:16.251]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3547871397/b960/_pkg_.a
2025-08-20T21:22:23.0877100Z [00:04:16.251]➜  packagefile github.com/sourcegraph/conc=/tmp/go-build3547871397/b774/_pkg_.a
2025-08-20T21:22:23.0877463Z [00:04:16.251]➜  packagefile github.com/sourcegraph/conc/internal/multierror=/tmp/go-build3547871397/b776/_pkg_.a
2025-08-20T21:22:23.0877899Z [00:04:16.251]➜  packagefile github.com/pelletier/go-toml/v2/internal/characters=/tmp/go-build3547871397/b788/_pkg_.a
2025-08-20T21:22:23.0878248Z [00:04:16.251]➜  packagefile github.com/pelletier/go-toml/v2/internal/danger=/tmp/go-build3547871397/b789/_pkg_.a
2025-08-20T21:22:23.0878607Z [00:04:16.251]➜  packagefile github.com/pelletier/go-toml/v2/internal/tracker=/tmp/go-build3547871397/b790/_pkg_.a
2025-08-20T21:22:23.0878931Z [00:04:16.251]➜  packagefile github.com/pelletier/go-toml/v2/unstable=/tmp/go-build3547871397/b791/_pkg_.a
2025-08-20T21:22:23.0879181Z [00:04:16.251]➜  packagefile modernc.org/libc=/tmp/go-build3547871397/b821/_pkg_.a
2025-08-20T21:22:23.0879466Z [00:04:16.251]➜  packagefile modernc.org/libc/sys/types=/tmp/go-build3547871397/b828/_pkg_.a
2025-08-20T21:22:23.0879868Z [00:04:16.251]➜  packagefile github.com/anchore/grype/grype/db/v5/pkg/resolver/java=/tmp/go-build3547871397/b1949/_pkg_.a
2025-08-20T21:22:23.0880272Z [00:04:16.251]➜  packagefile github.com/anchore/grype/grype/db/v5/pkg/resolver/python=/tmp/go-build3547871397/b1950/_pkg_.a
2025-08-20T21:22:23.0880594Z [00:04:16.251]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3547871397/b1261/_pkg_.a
2025-08-20T21:22:23.0880854Z [00:04:16.251]➜  packagefile cloud.google.com/go/iam=/tmp/go-build3547871397/b1262/_pkg_.a
2025-08-20T21:22:23.0881165Z [00:04:16.251]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3547871397/b1263/_pkg_.a
2025-08-20T21:22:23.0881488Z [00:04:16.251]➜  packagefile cloud.google.com/go/internal=/tmp/go-build3547871397/b1275/_pkg_.a
2025-08-20T21:22:23.0881808Z [00:04:16.251]➜  packagefile cloud.google.com/go/internal/optional=/tmp/go-build3547871397/b1276/_pkg_.a
2025-08-20T21:22:23.0882170Z [00:04:16.251]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build3547871397/b1277/_pkg_.a
2025-08-20T21:22:23.0882486Z [00:04:16.251]➜  packagefile cloud.google.com/go/internal/version=/tmp/go-build3547871397/b1284/_pkg_.a
2025-08-20T21:22:23.0882938Z [00:04:16.251]➜  packagefile cloud.google.com/go/storage/experimental=/tmp/go-build3547871397/b1285/_pkg_.a
2025-08-20T21:22:23.0883257Z [00:04:16.251]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build3547871397/b1286/_pkg_.a
2025-08-20T21:22:23.0883596Z [00:04:16.251]➜  packagefile cloud.google.com/go/storage/internal/apiv2=/tmp/go-build3547871397/b1352/_pkg_.a
2025-08-20T21:22:23.0883992Z [00:04:16.251]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build3547871397/b1353/_pkg_.a
2025-08-20T21:22:23.0884488Z [00:04:16.251]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric=/tmp/go-build3547871397/b1380/_pkg_.a
2025-08-20T21:22:23.0884800Z [00:04:16.251]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3547871397/b1267/_pkg_.a
2025-08-20T21:22:23.0885123Z [00:04:16.251]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build3547871397/b1273/_pkg_.a
2025-08-20T21:22:23.0885466Z [00:04:16.251]➜  packagefile go.opentelemetry.io/contrib/detectors/gcp=/tmp/go-build3547871397/b1394/_pkg_.a
2025-08-20T21:22:23.0885767Z [00:04:16.251]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3547871397/b1096/_pkg_.a
2025-08-20T21:22:23.0886075Z [00:04:16.251]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build3547871397/b1287/_pkg_.a
2025-08-20T21:22:23.0886425Z [00:04:16.251]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3547871397/b1292/_pkg_.a
2025-08-20T21:22:23.0886755Z [00:04:16.251]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3547871397/b1293/_pkg_.a
2025-08-20T21:22:23.0887034Z [00:04:16.251]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3547871397/b1303/_pkg_.a
2025-08-20T21:22:23.0887417Z [00:04:16.251]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3547871397/b1270/_pkg_.a
2025-08-20T21:22:23.0887741Z [00:04:16.251]➜  packagefile google.golang.org/api/iamcredentials/v1=/tmp/go-build3547871397/b1396/_pkg_.a
2025-08-20T21:22:23.0888155Z [00:04:16.251]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3547871397/b1358/_pkg_.a
2025-08-20T21:22:23.0888451Z [00:04:16.251]➜  packagefile google.golang.org/api/storage/v1=/tmp/go-build3547871397/b1401/_pkg_.a
2025-08-20T21:22:23.0888745Z [00:04:16.251]➜  packagefile google.golang.org/api/transport=/tmp/go-build3547871397/b1402/_pkg_.a
2025-08-20T21:22:23.0889062Z [00:04:16.251]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3547871397/b1398/_pkg_.a
2025-08-20T21:22:23.0889429Z [00:04:16.251]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build3547871397/b1354/_pkg_.a
2025-08-20T21:22:23.0889789Z [00:04:16.251]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build3547871397/b1266/_pkg_.a
2025-08-20T21:22:23.0890104Z [00:04:16.251]➜  packagefile google.golang.org/grpc/balancer/rls=/tmp/go-build3547871397/b1403/_pkg_.a
2025-08-20T21:22:23.0890392Z [00:04:16.251]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3547871397/b986/_pkg_.a
2025-08-20T21:22:23.0890740Z [00:04:16.251]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3547871397/b973/_pkg_.a
2025-08-20T21:22:23.0891010Z [00:04:16.251]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3547871397/b988/_pkg_.a
2025-08-20T21:22:23.0891354Z [00:04:16.251]➜  packagefile google.golang.org/grpc/stats/opentelemetry=/tmp/go-build3547871397/b1409/_pkg_.a
2025-08-20T21:22:23.0891758Z [00:04:16.251]➜  packagefile google.golang.org/grpc/xds/googledirectpath=/tmp/go-build3547871397/b1411/_pkg_.a
2025-08-20T21:22:23.0892134Z [00:04:16.251]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3547871397/b995/_pkg_.a
2025-08-20T21:22:23.0892589Z [00:04:16.251]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3547871397/b1018/_pkg_.a
2025-08-20T21:22:23.0893348Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3547871397/b1518/_pkg_.a
2025-08-20T21:22:23.0893942Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3547871397/b1523/_pkg_.a
2025-08-20T21:22:23.0894517Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3547871397/b1524/_pkg_.a
2025-08-20T21:22:23.0895078Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/internal/ini=/tmp/go-build3547871397/b1520/_pkg_.a
2025-08-20T21:22:23.0895732Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build3547871397/b1521/_pkg_.a
2025-08-20T21:22:23.0896413Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/internal/sync/singleflight=/tmp/go-build3547871397/b1522/_pkg_.a
2025-08-20T21:22:23.0896962Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3547871397/b1526/_pkg_.a
2025-08-20T21:22:23.0897511Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3547871397/b1528/_pkg_.a
2025-08-20T21:22:23.0898092Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkuri=/tmp/go-build3547871397/b1534/_pkg_.a
2025-08-20T21:22:23.0898715Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3547871397/b1527/_pkg_.a
2025-08-20T21:22:23.0899301Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build3547871397/b1533/_pkg_.a
2025-08-20T21:22:23.0899993Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/processcreds=/tmp/go-build3547871397/b1536/_pkg_.a
2025-08-20T21:22:23.0900646Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/ssocreds=/tmp/go-build3547871397/b1537/_pkg_.a
2025-08-20T21:22:23.0901303Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/stscreds=/tmp/go-build3547871397/b1548/_pkg_.a
2025-08-20T21:22:23.0901939Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/aws/csm=/tmp/go-build3547871397/b1554/_pkg_.a
2025-08-20T21:22:23.0902496Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/aws/defaults=/tmp/go-build3547871397/b1555/_pkg_.a
2025-08-20T21:22:23.0903297Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/service/sts=/tmp/go-build3547871397/b1549/_pkg_.a
2025-08-20T21:22:23.0903827Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/aws/arn=/tmp/go-build3547871397/b1558/_pkg_.a
2025-08-20T21:22:23.0904370Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3547871397/b1529/_pkg_.a
2025-08-20T21:22:23.0904944Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3547871397/b1539/_pkg_.a
2025-08-20T21:22:23.0905544Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/internal/s3shared=/tmp/go-build3547871397/b1559/_pkg_.a
2025-08-20T21:22:23.0906275Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/internal/s3shared/arn=/tmp/go-build3547871397/b1560/_pkg_.a
2025-08-20T21:22:23.0906919Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/internal/s3shared/s3err=/tmp/go-build3547871397/b1561/_pkg_.a
2025-08-20T21:22:23.0907516Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/private/checksum=/tmp/go-build3547871397/b1562/_pkg_.a
2025-08-20T21:22:23.0908099Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3547871397/b1542/_pkg_.a
2025-08-20T21:22:23.0908797Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream=/tmp/go-build3547871397/b1563/_pkg_.a
2025-08-20T21:22:23.0909711Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi=/tmp/go-build3547871397/b1564/_pkg_.a
2025-08-20T21:22:23.0910354Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3547871397/b1541/_pkg_.a
2025-08-20T21:22:23.0911029Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/restxml=/tmp/go-build3547871397/b1565/_pkg_.a
2025-08-20T21:22:23.0911722Z [00:04:16.251]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=/tmp/go-build3547871397/b1552/_pkg_.a
2025-08-20T21:22:23.0912202Z [00:04:16.251]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3547871397/b1298/_pkg_.a
2025-08-20T21:22:23.0912905Z [00:04:16.251]➜  packagefile google.golang.org/api/internal=/tmp/go-build3547871397/b1311/_pkg_.a
2025-08-20T21:22:23.0913521Z [00:04:16.251]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build3547871397/b1351/_pkg_.a
2025-08-20T21:22:23.0914018Z [00:04:16.251]➜  packagefile github.com/dsnet/compress=/tmp/go-build3547871397/b1241/_pkg_.a
2025-08-20T21:22:23.0914568Z [00:04:16.251]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build3547871397/b881/_pkg_.a
2025-08-20T21:22:23.0915167Z [00:04:16.251]➜  packagefile github.com/pierrec/lz4/v4/internal/xxh32=/tmp/go-build3547871397/b890/_pkg_.a
2025-08-20T21:22:23.0915747Z [00:04:16.251]➜  packagefile github.com/ulikunitz/xz/internal/hash=/tmp/go-build3547871397/b894/_pkg_.a
2025-08-20T21:22:23.0916344Z [00:04:16.251]➜  packagefile github.com/zclconf/go-cty/cty/ctystrings=/tmp/go-build3547871397/b1910/_pkg_.a
2025-08-20T21:22:23.0916891Z [00:04:16.251]➜  packagefile github.com/zclconf/go-cty/cty/set=/tmp/go-build3547871397/b1911/_pkg_.a
2025-08-20T21:22:23.0917476Z [00:04:16.251]➜  packagefile github.com/charmbracelet/x/ansi/kitty=/tmp/go-build3547871397/b1807/_pkg_.a
2025-08-20T21:22:23.0918072Z [00:04:16.251]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build3547871397/b1809/_pkg_.a
2025-08-20T21:22:23.0918656Z [00:04:16.251]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build3547871397/b1811/_pkg_.a
2025-08-20T21:22:23.0919202Z [00:04:16.251]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3547871397/b1812/_pkg_.a
2025-08-20T21:22:23.0919772Z [00:04:16.251]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build3547871397/b1814/_pkg_.a
2025-08-20T21:22:23.0920549Z [00:04:16.251]➜  packagefile github.com/docker/docker-credential-helpers/client=/tmp/go-build3547871397/b917/_pkg_.a
2025-08-20T21:22:23.0921244Z [00:04:16.251]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build3547871397/b918/_pkg_.a
2025-08-20T21:22:23.0921831Z [00:04:16.251]➜  packagefile github.com/therootcompany/xz=/tmp/go-build3547871397/b891/_pkg_.a
2025-08-20T21:22:23.0922458Z [00:04:16.251]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3547871397/b1017/_pkg_.a
2025-08-20T21:22:23.0923312Z [00:04:16.251]➜  packagefile github.com/containerd/containerd/archive/tarheader=/tmp/go-build3547871397/b1038/_pkg_.a
2025-08-20T21:22:23.0923886Z [00:04:16.251]➜  packagefile github.com/containerd/continuity/fs=/tmp/go-build3547871397/b1040/_pkg_.a
2025-08-20T21:22:23.0924320Z [00:04:16.251]➜  packagefile github.com/containerd/continuity/sysx=/tmp/go-build3547871397/b1042/_pkg_.a
2025-08-20T21:22:23.0924781Z [00:04:16.251]➜  packagefile github.com/moby/sys/userns=/tmp/go-build3547871397/b1043/_pkg_.a
2025-08-20T21:22:23.0925575Z [00:04:16.251]➜  packagefile github.com/containerd/containerd/contrib/seccomp/kernelversion=/tmp/go-build3547871397/b1064/_pkg_.a
2025-08-20T21:22:23.0926170Z [00:04:16.251]➜  packagefile github.com/containerd/containerd/pkg/cap=/tmp/go-build3547871397/b1077/_pkg_.a
2025-08-20T21:22:23.0926618Z [00:04:16.251]➜  packagefile github.com/moby/sys/user=/tmp/go-build3547871397/b1079/_pkg_.a
2025-08-20T21:22:23.0927277Z [00:04:16.251]➜  packagefile github.com/containerd/containerd/api/types/transfer=/tmp/go-build3547871397/b1086/_pkg_.a
2025-08-20T21:22:23.0928031Z [00:04:16.251]➜  packagefile github.com/containerd/containerd/pkg/transfer/streaming=/tmp/go-build3547871397/b1087/_pkg_.a
2025-08-20T21:22:23.0928414Z [00:04:16.251]➜  packagefile github.com/containerd/containerd/pkg/cleanup=/tmp/go-build3547871397/b1089/_pkg_.a
2025-08-20T21:22:23.0928803Z [00:04:16.251]➜  packagefile github.com/containerd/containerd/events/exchange=/tmp/go-build3547871397/b1120/_pkg_.a
2025-08-20T21:22:23.0929163Z [00:04:16.251]➜  packagefile google.golang.org/genproto/protobuf/field_mask=/tmp/go-build3547871397/b1057/_pkg_.a
2025-08-20T21:22:23.0929577Z [00:04:16.251]➜  packagefile github.com/containerd/containerd/api/runtime/sandbox/v1=/tmp/go-build3547871397/b1132/_pkg_.a
2025-08-20T21:22:23.0929952Z [00:04:16.251]➜  packagefile github.com/containerd/containerd/services/warning=/tmp/go-build3547871397/b1136/_pkg_.a
2025-08-20T21:22:23.0930311Z [00:04:16.251]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build3547871397/b1138/_pkg_.a
2025-08-20T21:22:23.0930585Z [00:04:16.251]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3547871397/b1100/_pkg_.a
2025-08-20T21:22:23.0930876Z [00:04:16.251]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3547871397/b1098/_pkg_.a
2025-08-20T21:22:23.0931215Z [00:04:16.251]➜  packagefile go.opentelemetry.io/otel/semconv/v1.21.0=/tmp/go-build3547871397/b1117/_pkg_.a
2025-08-20T21:22:23.0931579Z [00:04:16.251]➜  packagefile github.com/opencontainers/selinux/go-selinux=/tmp/go-build3547871397/b1142/_pkg_.a
2025-08-20T21:22:23.0931844Z [00:04:16.251]➜  packagefile golang.org/x/net/trace=/tmp/go-build3547871397/b963/_pkg_.a
2025-08-20T21:22:23.0932146Z [00:04:16.251]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3547871397/b966/_pkg_.a
2025-08-20T21:22:23.0932459Z [00:04:16.251]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3547871397/b976/_pkg_.a
2025-08-20T21:22:23.0933029Z [00:04:16.251]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build3547871397/b977/_pkg_.a
2025-08-20T21:22:23.0933388Z [00:04:16.251]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3547871397/b984/_pkg_.a
2025-08-20T21:22:23.0933682Z [00:04:16.251]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build3547871397/b967/_pkg_.a
2025-08-20T21:22:23.0934090Z [00:04:16.251]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3547871397/b955/_pkg_.a
2025-08-20T21:22:23.0934402Z [00:04:16.251]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3547871397/b969/_pkg_.a
2025-08-20T21:22:23.0934716Z [00:04:16.251]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build3547871397/b989/_pkg_.a
2025-08-20T21:22:23.0935080Z [00:04:16.251]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3547871397/b956/_pkg_.a
2025-08-20T21:22:23.0935406Z [00:04:16.251]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3547871397/b990/_pkg_.a
2025-08-20T21:22:23.0935809Z [00:04:16.251]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3547871397/b991/_pkg_.a
2025-08-20T21:22:23.0936158Z [00:04:16.251]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build3547871397/b992/_pkg_.a
2025-08-20T21:22:23.0936492Z [00:04:16.251]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build3547871397/b993/_pkg_.a
2025-08-20T21:22:23.0936889Z [00:04:16.251]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3547871397/b968/_pkg_.a
2025-08-20T21:22:23.0937221Z [00:04:16.251]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3547871397/b997/_pkg_.a
2025-08-20T21:22:23.0937553Z [00:04:16.251]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3547871397/b987/_pkg_.a
2025-08-20T21:22:23.0937861Z [00:04:16.251]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build3547871397/b999/_pkg_.a
2025-08-20T21:22:23.0938191Z [00:04:16.251]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3547871397/b1000/_pkg_.a
2025-08-20T21:22:23.0938568Z [00:04:16.251]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3547871397/b981/_pkg_.a
2025-08-20T21:22:23.0938901Z [00:04:16.251]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3547871397/b1001/_pkg_.a
2025-08-20T21:22:23.0939316Z [00:04:16.251]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build3547871397/b1003/_pkg_.a
2025-08-20T21:22:23.0939683Z [00:04:16.251]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build3547871397/b1004/_pkg_.a
2025-08-20T21:22:23.0940033Z [00:04:16.251]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3547871397/b1002/_pkg_.a
2025-08-20T21:22:23.0940358Z [00:04:16.251]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3547871397/b1006/_pkg_.a
2025-08-20T21:22:23.0940692Z [00:04:16.251]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3547871397/b1008/_pkg_.a
2025-08-20T21:22:23.0941000Z [00:04:16.251]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3547871397/b1010/_pkg_.a
2025-08-20T21:22:23.0941283Z [00:04:16.251]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3547871397/b1011/_pkg_.a
2025-08-20T21:22:23.0941583Z [00:04:16.251]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3547871397/b975/_pkg_.a
2025-08-20T21:22:23.0941901Z [00:04:16.251]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build3547871397/b1013/_pkg_.a
2025-08-20T21:22:23.0942214Z [00:04:16.252]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3547871397/b958/_pkg_.a
2025-08-20T21:22:23.0942497Z [00:04:16.252]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3547871397/b1007/_pkg_.a
2025-08-20T21:22:23.0942909Z [00:04:16.252]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build3547871397/b1012/_pkg_.a
2025-08-20T21:22:23.0943287Z [00:04:16.252]➜  packagefile github.com/docker/cli/cli/connhelper/commandconn=/tmp/go-build3547871397/b1149/_pkg_.a
2025-08-20T21:22:23.0943628Z [00:04:16.252]➜  packagefile github.com/docker/cli/cli/connhelper/ssh=/tmp/go-build3547871397/b1150/_pkg_.a
2025-08-20T21:22:23.0943974Z [00:04:16.252]➜  packagefile github.com/docker/docker/api/types/blkiodev=/tmp/go-build3547871397/b1158/_pkg_.a
2025-08-20T21:22:23.0944322Z [00:04:16.252]➜  packagefile github.com/docker/docker/api/types/common=/tmp/go-build3547871397/b1159/_pkg_.a
2025-08-20T21:22:23.0944732Z [00:04:16.252]➜  packagefile github.com/docker/docker/api/types/mount=/tmp/go-build3547871397/b1162/_pkg_.a
2025-08-20T21:22:23.0945082Z [00:04:16.252]➜  packagefile github.com/docker/docker/api/types/strslice=/tmp/go-build3547871397/b1166/_pkg_.a
2025-08-20T21:22:23.0945490Z [00:04:16.252]➜  packagefile github.com/docker/go-connections/nat=/tmp/go-build3547871397/b1167/_pkg_.a
2025-08-20T21:22:23.0945771Z [00:04:16.252]➜  packagefile github.com/docker/go-units=/tmp/go-build3547871397/b1168/_pkg_.a
2025-08-20T21:22:23.0946138Z [00:04:16.252]➜  packagefile github.com/containerd/errdefs/pkg/internal/cause=/tmp/go-build3547871397/b1153/_pkg_.a
2025-08-20T21:22:23.0946499Z [00:04:16.252]➜  packagefile github.com/docker/docker/internal/multierror=/tmp/go-build3547871397/b1164/_pkg_.a
2025-08-20T21:22:23.0946864Z [00:04:16.252]➜  packagefile github.com/docker/docker/api/types/swarm/runtime=/tmp/go-build3547871397/b1173/_pkg_.a
2025-08-20T21:22:23.0947217Z [00:04:16.252]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build3547871397/b1092/_pkg_.a
2025-08-20T21:22:23.0947732Z [00:04:16.252]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build3547871397/b1093/_pkg_.a
2025-08-20T21:22:23.0948247Z [00:04:16.252]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build3547871397/b1094/_pkg_.a
2025-08-20T21:22:23.0948541Z [00:04:16.252]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3547871397/b1111/_pkg_.a
2025-08-20T21:22:23.0948887Z [00:04:16.252]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3547871397/b1113/_pkg_.a
2025-08-20T21:22:23.0949441Z [00:04:16.252]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3547871397/b1106/_pkg_.a
2025-08-20T21:22:23.0949794Z [00:04:16.252]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build3547871397/b1108/_pkg_.a
2025-08-20T21:22:23.0950175Z [00:04:16.252]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/tmp/go-build3547871397/b1109/_pkg_.a
2025-08-20T21:22:23.0950599Z [00:04:16.252]➜  packagefile github.com/containerd/stargz-snapshotter/estargz/errorutil=/tmp/go-build3547871397/b1183/_pkg_.a
2025-08-20T21:22:23.0950927Z [00:04:16.252]➜  packagefile github.com/vbatts/tar-split/archive/tar=/tmp/go-build3547871397/b1184/_pkg_.a
2025-08-20T21:22:23.0951340Z [00:04:16.252]➜  packagefile github.com/google/go-containerregistry/internal/retry/wait=/tmp/go-build3547871397/b1206/_pkg_.a
2025-08-20T21:22:23.0951771Z [00:04:16.252]➜  packagefile github.com/docker/distribution/registry/client/auth/challenge=/tmp/go-build3547871397/b1209/_pkg_.a
2025-08-20T21:22:23.0952015Z [00:04:16.252]➜  packagefile crypto/mlkem=/tmp/go-build3547871397/b1214/_pkg_.a
2025-08-20T21:22:23.0952303Z [00:04:16.252]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3547871397/b1215/_pkg_.a
2025-08-20T21:22:23.0952603Z [00:04:16.252]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3547871397/b1217/_pkg_.a
2025-08-20T21:22:23.0953057Z [00:04:16.252]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3547871397/b1218/_pkg_.a
2025-08-20T21:22:23.0953411Z [00:04:16.252]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build3547871397/b1219/_pkg_.a
2025-08-20T21:22:23.0953692Z [00:04:16.252]➜  packagefile github.com/spdx/gordf/uri=/tmp/go-build3547871397/b1779/_pkg_.a
2025-08-20T21:22:23.0953977Z [00:04:16.252]➜  packagefile github.com/goccy/go-yaml/lexer=/tmp/go-build3547871397/b1938/_pkg_.a
2025-08-20T21:22:23.0954274Z [00:04:16.252]➜  packagefile github.com/go-restruct/restruct=/tmp/go-build3547871397/b1578/_pkg_.a
2025-08-20T21:22:23.0954556Z [00:04:16.252]➜  packagefile github.com/bodgit/plumbing=/tmp/go-build3547871397/b1846/_pkg_.a
2025-08-20T21:22:23.0954902Z [00:04:16.252]➜  packagefile github.com/bodgit/sevenzip/internal/aes7z=/tmp/go-build3547871397/b1847/_pkg_.a
2025-08-20T21:22:23.0955319Z [00:04:16.252]➜  packagefile github.com/bodgit/sevenzip/internal/bcj2=/tmp/go-build3547871397/b1852/_pkg_.a
2025-08-20T21:22:23.0955651Z [00:04:16.252]➜  packagefile github.com/bodgit/sevenzip/internal/bra=/tmp/go-build3547871397/b1854/_pkg_.a
2025-08-20T21:22:23.0955991Z [00:04:16.252]➜  packagefile github.com/bodgit/sevenzip/internal/brotli=/tmp/go-build3547871397/b1855/_pkg_.a
2025-08-20T21:22:23.0956391Z [00:04:16.252]➜  packagefile github.com/bodgit/sevenzip/internal/bzip2=/tmp/go-build3547871397/b1856/_pkg_.a
2025-08-20T21:22:23.0956737Z [00:04:16.252]➜  packagefile github.com/bodgit/sevenzip/internal/deflate=/tmp/go-build3547871397/b1857/_pkg_.a
2025-08-20T21:22:23.0957077Z [00:04:16.252]➜  packagefile github.com/bodgit/sevenzip/internal/delta=/tmp/go-build3547871397/b1858/_pkg_.a
2025-08-20T21:22:23.0957407Z [00:04:16.252]➜  packagefile github.com/bodgit/sevenzip/internal/lz4=/tmp/go-build3547871397/b1859/_pkg_.a
2025-08-20T21:22:23.0957740Z [00:04:16.252]➜  packagefile github.com/bodgit/sevenzip/internal/lzma=/tmp/go-build3547871397/b1860/_pkg_.a
2025-08-20T21:22:23.0958135Z [00:04:16.252]➜  packagefile github.com/bodgit/sevenzip/internal/lzma2=/tmp/go-build3547871397/b1861/_pkg_.a
2025-08-20T21:22:23.0958484Z [00:04:16.252]➜  packagefile github.com/bodgit/sevenzip/internal/pool=/tmp/go-build3547871397/b1862/_pkg_.a
2025-08-20T21:22:23.0958818Z [00:04:16.252]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build3547871397/b1853/_pkg_.a
2025-08-20T21:22:23.0959150Z [00:04:16.252]➜  packagefile github.com/bodgit/sevenzip/internal/zstd=/tmp/go-build3547871397/b1863/_pkg_.a
2025-08-20T21:22:23.0959421Z [00:04:16.252]➜  packagefile github.com/bodgit/windows=/tmp/go-build3547871397/b1864/_pkg_.a
2025-08-20T21:22:23.0959729Z [00:04:16.252]➜  packagefile go4.org/readerutil=/tmp/go-build3547871397/b1865/_pkg_.a
2025-08-20T21:22:23.0960080Z [00:04:16.252]➜  packagefile github.com/klauspost/compress/internal/race=/tmp/go-build3547871397/b1868/_pkg_.a
2025-08-20T21:22:23.0960408Z [00:04:16.252]➜  packagefile github.com/minio/minlz/internal/race=/tmp/go-build3547871397/b1872/_pkg_.a
2025-08-20T21:22:23.0960759Z [00:04:16.252]➜  packagefile github.com/go-git/go-billy/v5/helper/polyfill=/tmp/go-build3547871397/b1602/_pkg_.a
2025-08-20T21:22:23.0961114Z [00:04:16.252]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/tmp/go-build3547871397/b1606/_pkg_.a
2025-08-20T21:22:23.0961463Z [00:04:16.252]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build3547871397/b1608/_pkg_.a
2025-08-20T21:22:23.0961812Z [00:04:16.252]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build3547871397/b1631/_pkg_.a
2025-08-20T21:22:23.0962170Z [00:04:16.252]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build3547871397/b1632/_pkg_.a
2025-08-20T21:22:23.0962523Z [00:04:16.252]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build3547871397/b1633/_pkg_.a
2025-08-20T21:22:23.0963182Z [00:04:16.252]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build3547871397/b1634/_pkg_.a
2025-08-20T21:22:23.0963576Z [00:04:16.252]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3547871397/b1607/_pkg_.a
2025-08-20T21:22:23.0963993Z [00:04:16.252]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3547871397/b1610/_pkg_.a
2025-08-20T21:22:23.0964384Z [00:04:16.252]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3547871397/b1615/_pkg_.a
2025-08-20T21:22:23.0964735Z [00:04:16.252]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build3547871397/b1640/_pkg_.a
2025-08-20T21:22:23.0965084Z [00:04:16.252]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build3547871397/b1641/_pkg_.a
2025-08-20T21:22:23.0965360Z [00:04:16.252]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build3547871397/b1645/_pkg_.a
2025-08-20T21:22:23.0965728Z [00:04:16.252]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/tmp/go-build3547871397/b1636/_pkg_.a
2025-08-20T21:22:23.0966235Z [00:04:16.252]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build3547871397/b1618/_pkg_.a
2025-08-20T21:22:23.0966588Z [00:04:16.252]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/tmp/go-build3547871397/b1637/_pkg_.a
2025-08-20T21:22:23.0966914Z [00:04:16.252]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3547871397/b1339/_pkg_.a
2025-08-20T21:22:23.0967180Z [00:04:16.252]➜  packagefile github.com/go-git/gcfg=/tmp/go-build3547871397/b1656/_pkg_.a
2025-08-20T21:22:23.0967502Z [00:04:16.252]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build3547871397/b1669/_pkg_.a
2025-08-20T21:22:23.0967884Z [00:04:16.252]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build3547871397/b1671/_pkg_.a
2025-08-20T21:22:23.0968151Z [00:04:16.252]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build3547871397/b1652/_pkg_.a
2025-08-20T21:22:23.0968562Z [00:04:16.252]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/tmp/go-build3547871397/b1675/_pkg_.a
2025-08-20T21:22:23.0968931Z [00:04:16.252]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/diff=/tmp/go-build3547871397/b1681/_pkg_.a
2025-08-20T21:22:23.0969298Z [00:04:16.252]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build3547871397/b1690/_pkg_.a
2025-08-20T21:22:23.0969675Z [00:04:16.252]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/file=/tmp/go-build3547871397/b1698/_pkg_.a
2025-08-20T21:22:23.0970034Z [00:04:16.252]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/git=/tmp/go-build3547871397/b1705/_pkg_.a
2025-08-20T21:22:23.0970461Z [00:04:16.252]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/http=/tmp/go-build3547871397/b1706/_pkg_.a
2025-08-20T21:22:23.0970821Z [00:04:16.252]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/ssh=/tmp/go-build3547871397/b1707/_pkg_.a
2025-08-20T21:22:23.0971198Z [00:04:16.252]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/objfile=/tmp/go-build3547871397/b1702/_pkg_.a
2025-08-20T21:22:23.0971497Z [00:04:16.252]➜  packagefile github.com/jbenet/go-context/io=/tmp/go-build3547871397/b1667/_pkg_.a
2025-08-20T21:22:23.0971907Z [00:04:16.252]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/internal/frame=/tmp/go-build3547871397/b1687/_pkg_.a
2025-08-20T21:22:23.0972218Z [00:04:16.252]➜  packagefile golang.org/x/text/encoding/charmap=/tmp/go-build3547871397/b1736/_pkg_.a
2025-08-20T21:22:23.0972542Z [00:04:16.252]➜  packagefile golang.org/x/text/encoding/htmlindex=/tmp/go-build3547871397/b1737/_pkg_.a
2025-08-20T21:22:23.0973107Z [00:04:16.252]➜  packagefile github.com/nix-community/go-nix/pkg/nixbase32=/tmp/go-build3547871397/b1751/_pkg_.a
2025-08-20T21:22:23.0973412Z [00:04:16.252]➜  packagefile github.com/agext/levenshtein=/tmp/go-build3547871397/b1906/_pkg_.a
2025-08-20T21:22:23.0973776Z [00:04:16.252]➜  packagefile github.com/apparentlymart/go-textseg/v15/textseg=/tmp/go-build3547871397/b1907/_pkg_.a
2025-08-20T21:22:23.0974103Z [00:04:16.252]➜  packagefile github.com/zclconf/go-cty/cty/convert=/tmp/go-build3547871397/b1912/_pkg_.a
2025-08-20T21:22:23.0974417Z [00:04:16.252]➜  packagefile github.com/zclconf/go-cty/cty/function=/tmp/go-build3547871397/b1913/_pkg_.a
2025-08-20T21:22:23.0974741Z [00:04:16.252]➜  packagefile github.com/hashicorp/hcl/v2/hclwrite=/tmp/go-build3547871397/b1915/_pkg_.a
2025-08-20T21:22:23.0975041Z [00:04:16.252]➜  packagefile github.com/zclconf/go-cty/cty/gocty=/tmp/go-build3547871397/b1919/_pkg_.a
2025-08-20T21:22:23.0975395Z [00:04:16.252]➜  packagefile github.com/hashicorp/hcl/v2/ext/customdecode=/tmp/go-build3547871397/b1917/_pkg_.a
2025-08-20T21:22:23.0975743Z [00:04:16.252]➜  packagefile github.com/zclconf/go-cty/cty/function/stdlib=/tmp/go-build3547871397/b1918/_pkg_.a
2025-08-20T21:22:23.0976241Z [00:04:16.252]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/util/validation/field=/tmp/go-build3547871397/b493/_pkg_.a
2025-08-20T21:22:23.0976651Z [00:04:16.252]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3547871397/b961/_pkg_.a
2025-08-20T21:22:23.0976964Z [00:04:16.252]➜  packagefile github.com/sourcegraph/conc/panics=/tmp/go-build3547871397/b775/_pkg_.a
2025-08-20T21:22:23.0977248Z [00:04:16.252]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3547871397/b823/_pkg_.a
2025-08-20T21:22:23.0977584Z [00:04:16.252]➜  packagefile modernc.org/libc/uuid/uuid=/tmp/go-build3547871397/b824/_pkg_.a
2025-08-20T21:22:23.0977835Z [00:04:16.252]➜  packagefile modernc.org/mathutil=/tmp/go-build3547871397/b825/_pkg_.a
2025-08-20T21:22:23.0978086Z [00:04:16.252]➜  packagefile modernc.org/memory=/tmp/go-build3547871397/b827/_pkg_.a
2025-08-20T21:22:23.0978484Z [00:04:16.252]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3547871397/b1264/_pkg_.a
2025-08-20T21:22:23.0978751Z [00:04:16.252]➜  packagefile go.opencensus.io/trace=/tmp/go-build3547871397/b1278/_pkg_.a
2025-08-20T21:22:23.0979189Z [00:04:16.252]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build3547871397/b1355/_pkg_.a
2025-08-20T21:22:23.0979533Z [00:04:16.252]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build3547871397/b1356/_pkg_.a
2025-08-20T21:22:23.0979851Z [00:04:16.252]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3547871397/b1359/_pkg_.a
2025-08-20T21:22:23.0980180Z [00:04:16.252]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2=/tmp/go-build3547871397/b1381/_pkg_.a
2025-08-20T21:22:23.0980563Z [00:04:16.252]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build3547871397/b1382/_pkg_.a
2025-08-20T21:22:23.0981164Z [00:04:16.252]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping=/tmp/go-build3547871397/b1391/_pkg_.a
2025-08-20T21:22:23.0981516Z [00:04:16.252]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build3547871397/b1288/_pkg_.a
2025-08-20T21:22:23.0981867Z [00:04:16.252]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build3547871397/b1392/_pkg_.a
2025-08-20T21:22:23.0982264Z [00:04:16.252]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build3547871397/b1383/_pkg_.a
2025-08-20T21:22:23.0982748Z [00:04:16.252]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3547871397/b1384/_pkg_.a
2025-08-20T21:22:23.0983126Z [00:04:16.252]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build3547871397/b1385/_pkg_.a
2025-08-20T21:22:23.0983519Z [00:04:16.252]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3547871397/b1386/_pkg_.a
2025-08-20T21:22:23.0983841Z [00:04:16.252]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build3547871397/b1393/_pkg_.a
2025-08-20T21:22:23.0984168Z [00:04:16.252]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build3547871397/b1268/_pkg_.a
2025-08-20T21:22:23.0984505Z [00:04:16.252]➜  packagefile github.com/googleapis/gax-go/v2/internal=/tmp/go-build3547871397/b1274/_pkg_.a
2025-08-20T21:22:23.0984861Z [00:04:16.252]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3547871397/b982/_pkg_.a
2025-08-20T21:22:23.0985356Z [00:04:16.252]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp=/tmp/go-build3547871397/b1395/_pkg_.a
2025-08-20T21:22:23.0985703Z [00:04:16.252]➜  packagefile go.opentelemetry.io/otel/attribute/internal=/tmp/go-build3547871397/b1097/_pkg_.a
2025-08-20T21:22:23.0986032Z [00:04:16.252]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build3547871397/b1101/_pkg_.a
2025-08-20T21:22:23.0986358Z [00:04:16.252]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3547871397/b1112/_pkg_.a
2025-08-20T21:22:23.0986672Z [00:04:16.252]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3547871397/b1116/_pkg_.a
2025-08-20T21:22:23.0987012Z [00:04:16.252]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build3547871397/b1289/_pkg_.a
2025-08-20T21:22:23.0987446Z [00:04:16.252]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal=/tmp/go-build3547871397/b1290/_pkg_.a
2025-08-20T21:22:23.0987837Z [00:04:16.252]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/aggregate=/tmp/go-build3547871397/b1291/_pkg_.a
2025-08-20T21:22:23.0988250Z [00:04:16.252]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/x=/tmp/go-build3547871397/b1296/_pkg_.a
2025-08-20T21:22:23.0988533Z [00:04:16.252]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build3547871397/b1294/_pkg_.a
2025-08-20T21:22:23.0988861Z [00:04:16.252]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build3547871397/b1295/_pkg_.a
2025-08-20T21:22:23.0989164Z [00:04:16.252]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build3547871397/b1304/_pkg_.a
2025-08-20T21:22:23.0989518Z [00:04:16.252]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build3547871397/b1305/_pkg_.a
2025-08-20T21:22:23.0990048Z [00:04:16.252]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build3547871397/b1308/_pkg_.a
2025-08-20T21:22:23.0990428Z [00:04:16.252]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build3547871397/b1306/_pkg_.a
2025-08-20T21:22:23.0990695Z [00:04:16.252]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build3547871397/b1309/_pkg_.a
2025-08-20T21:22:23.0990958Z [00:04:16.252]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build3547871397/b1310/_pkg_.a
2025-08-20T21:22:23.0991351Z [00:04:16.252]➜  packagefile google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build3547871397/b1271/_pkg_.a
2025-08-20T21:22:23.0991755Z [00:04:16.252]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3547871397/b1301/_pkg_.a
2025-08-20T21:22:23.0992095Z [00:04:16.252]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build3547871397/b1397/_pkg_.a
2025-08-20T21:22:23.0992416Z [00:04:16.252]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3547871397/b1312/_pkg_.a
2025-08-20T21:22:23.0992854Z [00:04:16.252]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build3547871397/b1399/_pkg_.a
2025-08-20T21:22:23.0993172Z [00:04:16.252]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build3547871397/b1323/_pkg_.a
2025-08-20T21:22:23.0993512Z [00:04:16.252]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build3547871397/b1400/_pkg_.a
2025-08-20T21:22:23.0993824Z [00:04:16.252]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build3547871397/b1350/_pkg_.a
2025-08-20T21:22:23.0994214Z [00:04:16.252]➜  packagefile google.golang.org/grpc/balancer/rls/internal/adaptive=/tmp/go-build3547871397/b1404/_pkg_.a
2025-08-20T21:22:23.0994593Z [00:04:16.252]➜  packagefile google.golang.org/grpc/balancer/rls/internal/keys=/tmp/go-build3547871397/b1405/_pkg_.a
2025-08-20T21:22:23.0994943Z [00:04:16.252]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3547871397/b1407/_pkg_.a
2025-08-20T21:22:23.0995276Z [00:04:16.252]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3547871397/b998/_pkg_.a
2025-08-20T21:22:23.0995596Z [00:04:16.252]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3547871397/b980/_pkg_.a
2025-08-20T21:22:23.0995982Z [00:04:16.252]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build3547871397/b1406/_pkg_.a
2025-08-20T21:22:23.0996363Z [00:04:16.252]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal=/tmp/go-build3547871397/b1410/_pkg_.a
2025-08-20T21:22:23.0996698Z [00:04:16.252]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3547871397/b972/_pkg_.a
2025-08-20T21:22:23.0997048Z [00:04:16.252]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build3547871397/b1374/_pkg_.a
2025-08-20T21:22:23.0997394Z [00:04:16.252]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3547871397/b1412/_pkg_.a
2025-08-20T21:22:23.0997776Z [00:04:16.252]➜  packagefile google.golang.org/grpc/xds=/tmp/go-build3547871397/b1425/_pkg_.a
2025-08-20T21:22:23.0998108Z [00:04:16.252]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkrand=/tmp/go-build3547871397/b1531/_pkg_.a
2025-08-20T21:22:23.0998479Z [00:04:16.252]➜  packagefile github.com/aws/aws-sdk-go/service/sso=/tmp/go-build3547871397/b1538/_pkg_.a
2025-08-20T21:22:23.0998823Z [00:04:16.252]➜  packagefile github.com/aws/aws-sdk-go/service/sso/ssoiface=/tmp/go-build3547871397/b1547/_pkg_.a
2025-08-20T21:22:23.0999175Z [00:04:16.252]➜  packagefile github.com/aws/aws-sdk-go/service/sts/stsiface=/tmp/go-build3547871397/b1553/_pkg_.a
2025-08-20T21:22:23.0999572Z [00:04:16.252]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/endpointcreds=/tmp/go-build3547871397/b1556/_pkg_.a
2025-08-20T21:22:23.0999934Z [00:04:16.252]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query=/tmp/go-build3547871397/b1550/_pkg_.a
2025-08-20T21:22:23.1000286Z [00:04:16.252]➜  packagefile github.com/jmespath/go-jmespath=/tmp/go-build3547871397/b1530/_pkg_.a
2025-08-20T21:22:23.1000627Z [00:04:16.252]➜  packagefile github.com/aws/aws-sdk-go/internal/strings=/tmp/go-build3547871397/b1540/_pkg_.a
2025-08-20T21:22:23.1000955Z [00:04:16.252]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkmath=/tmp/go-build3547871397/b1543/_pkg_.a
2025-08-20T21:22:23.1001267Z [00:04:16.252]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3547871397/b1299/_pkg_.a
2025-08-20T21:22:23.1001581Z [00:04:16.252]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build3547871397/b1300/_pkg_.a
2025-08-20T21:22:23.1001855Z [00:04:16.253]➜  packagefile github.com/google/s2a-go=/tmp/go-build3547871397/b1324/_pkg_.a
2025-08-20T21:22:23.1002211Z [00:04:16.253]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build3547871397/b1325/_pkg_.a
2025-08-20T21:22:23.1002441Z [00:04:16.253]➜  packagefile image/png=/tmp/go-build3547871397/b1808/_pkg_.a
2025-08-20T21:22:23.1003104Z [00:04:16.253]➜  packagefile github.com/containerd/continuity/devices=/tmp/go-build3547871397/b1041/_pkg_.a
2025-08-20T21:22:23.1003427Z [00:04:16.253]➜  packagefile github.com/docker/go-events=/tmp/go-build3547871397/b1121/_pkg_.a
2025-08-20T21:22:23.1003801Z [00:04:16.253]➜  packagefile github.com/containerd/containerd/pkg/deprecation=/tmp/go-build3547871397/b1137/_pkg_.a
2025-08-20T21:22:23.1004175Z [00:04:16.253]➜  packagefile github.com/opencontainers/selinux/pkg/pwalkdir=/tmp/go-build3547871397/b1143/_pkg_.a
2025-08-20T21:22:23.1004489Z [00:04:16.253]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build3547871397/b964/_pkg_.a
2025-08-20T21:22:23.1004875Z [00:04:16.253]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build3547871397/b978/_pkg_.a
2025-08-20T21:22:23.1005285Z [00:04:16.253]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3547871397/b979/_pkg_.a
2025-08-20T21:22:23.1005591Z [00:04:16.253]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3547871397/b970/_pkg_.a
2025-08-20T21:22:23.1005938Z [00:04:16.253]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build3547871397/b971/_pkg_.a
2025-08-20T21:22:23.1006267Z [00:04:16.253]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build3547871397/b957/_pkg_.a
2025-08-20T21:22:23.1006635Z [00:04:16.253]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build3547871397/b994/_pkg_.a
2025-08-20T21:22:23.1007028Z [00:04:16.253]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3547871397/b1005/_pkg_.a
2025-08-20T21:22:23.1007352Z [00:04:16.253]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build3547871397/b1009/_pkg_.a
2025-08-20T21:22:23.1007711Z [00:04:16.253]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build3547871397/b1014/_pkg_.a
2025-08-20T21:22:23.1008241Z [00:04:16.253]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build3547871397/b1095/_pkg_.a
2025-08-20T21:22:23.1008687Z [00:04:16.253]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build3547871397/b1099/_pkg_.a
2025-08-20T21:22:23.1008988Z [00:04:16.253]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build3547871397/b1114/_pkg_.a
2025-08-20T21:22:23.1009366Z [00:04:16.253]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3547871397/b1216/_pkg_.a
2025-08-20T21:22:23.1009657Z [00:04:16.253]➜  packagefile github.com/goccy/go-yaml/scanner=/tmp/go-build3547871397/b1939/_pkg_.a
2025-08-20T21:22:23.1009971Z [00:04:16.253]➜  packagefile github.com/go-restruct/restruct/expr=/tmp/go-build3547871397/b1579/_pkg_.a
2025-08-20T21:22:23.1010279Z [00:04:16.253]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build3547871397/b1848/_pkg_.a
2025-08-20T21:22:23.1010524Z [00:04:16.253]➜  packagefile go4.org/syncutil=/tmp/go-build3547871397/b1851/_pkg_.a
2025-08-20T21:22:23.1010733Z [00:04:16.253]➜  packagefile expvar=/tmp/go-build3547871397/b1866/_pkg_.a
2025-08-20T21:22:23.1011207Z [00:04:16.253]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build3547871397/b1609/_pkg_.a
2025-08-20T21:22:23.1011545Z [00:04:16.253]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build3547871397/b1624/_pkg_.a
2025-08-20T21:22:23.1011877Z [00:04:16.253]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build3547871397/b1627/_pkg_.a
2025-08-20T21:22:23.1012184Z [00:04:16.253]➜  packagefile github.com/ProtonMail/go-crypto/eax=/tmp/go-build3547871397/b1611/_pkg_.a
2025-08-20T21:22:23.1012497Z [00:04:16.253]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/tmp/go-build3547871397/b1613/_pkg_.a
2025-08-20T21:22:23.1013167Z [00:04:16.253]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/tmp/go-build3547871397/b1616/_pkg_.a
2025-08-20T21:22:23.1013522Z [00:04:16.253]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/tmp/go-build3547871397/b1617/_pkg_.a
2025-08-20T21:22:23.1013854Z [00:04:16.253]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build3547871397/b1619/_pkg_.a
2025-08-20T21:22:23.1014165Z [00:04:16.253]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build3547871397/b1622/_pkg_.a
2025-08-20T21:22:23.1014427Z [00:04:16.253]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3547871397/b1336/_pkg_.a
2025-08-20T21:22:23.1014707Z [00:04:16.253]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build3547871397/b1638/_pkg_.a
2025-08-20T21:22:23.1014996Z [00:04:16.253]➜  packagefile github.com/go-git/gcfg/scanner=/tmp/go-build3547871397/b1657/_pkg_.a
2025-08-20T21:22:23.1015271Z [00:04:16.253]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build3547871397/b1658/_pkg_.a
2025-08-20T21:22:23.1015556Z [00:04:16.253]➜  packagefile github.com/go-git/gcfg/types=/tmp/go-build3547871397/b1659/_pkg_.a
2025-08-20T21:22:23.1015810Z [00:04:16.253]➜  packagefile gopkg.in/warnings.v0=/tmp/go-build3547871397/b1660/_pkg_.a
2025-08-20T21:22:23.1016121Z [00:04:16.253]➜  packagefile github.com/pjbgf/sha1cd/internal=/tmp/go-build3547871397/b1653/_pkg_.a
2025-08-20T21:22:23.1016411Z [00:04:16.253]➜  packagefile github.com/pjbgf/sha1cd/ubc=/tmp/go-build3547871397/b1654/_pkg_.a
2025-08-20T21:22:23.1016732Z [00:04:16.253]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3547871397/b1676/_pkg_.a
2025-08-20T21:22:23.1017138Z [00:04:16.253]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/tmp/go-build3547871397/b1678/_pkg_.a
2025-08-20T21:22:23.1017438Z [00:04:16.253]➜  packagefile github.com/emirpasic/gods/trees=/tmp/go-build3547871397/b1680/_pkg_.a
2025-08-20T21:22:23.1017731Z [00:04:16.253]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3547871397/b1677/_pkg_.a
2025-08-20T21:22:23.1018074Z [00:04:16.253]➜  packagefile github.com/go-git/go-git/v5/plumbing/color=/tmp/go-build3547871397/b1682/_pkg_.a
2025-08-20T21:22:23.1018387Z [00:04:16.253]➜  packagefile github.com/go-git/go-git/v5/utils/trace=/tmp/go-build3547871397/b1691/_pkg_.a
2025-08-20T21:22:23.1018881Z [00:04:16.253]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build3547871397/b1699/_pkg_.a
2025-08-20T21:22:23.1019259Z [00:04:16.253]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/server=/tmp/go-build3547871397/b1700/_pkg_.a
2025-08-20T21:22:23.1019536Z [00:04:16.253]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build3547871397/b1704/_pkg_.a
2025-08-20T21:22:23.1019835Z [00:04:16.253]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build3547871397/b1279/_pkg_.a
2025-08-20T21:22:23.1020132Z [00:04:16.253]➜  packagefile github.com/kevinburke/ssh_config=/tmp/go-build3547871397/b1708/_pkg_.a
2025-08-20T21:22:23.1020412Z [00:04:16.253]➜  packagefile github.com/skeema/knownhosts=/tmp/go-build3547871397/b1709/_pkg_.a
2025-08-20T21:22:23.1020696Z [00:04:16.253]➜  packagefile github.com/xanzy/ssh-agent=/tmp/go-build3547871397/b1710/_pkg_.a
2025-08-20T21:22:23.1021004Z [00:04:16.253]➜  packagefile golang.org/x/text/encoding/japanese=/tmp/go-build3547871397/b1738/_pkg_.a
2025-08-20T21:22:23.1021384Z [00:04:16.253]➜  packagefile golang.org/x/text/encoding/korean=/tmp/go-build3547871397/b1739/_pkg_.a
2025-08-20T21:22:23.1021741Z [00:04:16.253]➜  packagefile golang.org/x/text/encoding/simplifiedchinese=/tmp/go-build3547871397/b1740/_pkg_.a
2025-08-20T21:22:23.1022111Z [00:04:16.253]➜  packagefile golang.org/x/text/encoding/traditionalchinese=/tmp/go-build3547871397/b1741/_pkg_.a
2025-08-20T21:22:23.1022412Z [00:04:16.253]➜  packagefile github.com/zclconf/go-cty/cty/json=/tmp/go-build3547871397/b1920/_pkg_.a
2025-08-20T21:22:23.1022978Z [00:04:16.253]➜  packagefile sigs.k8s.io/kustomize/kyaml/yaml/internal/k8sgen/pkg/util/errors=/tmp/go-build3547871397/b494/_pkg_.a
2025-08-20T21:22:23.1023347Z [00:04:16.253]➜  packagefile github.com/remyoudompheng/bigfft=/tmp/go-build3547871397/b826/_pkg_.a
2025-08-20T21:22:23.1023694Z [00:04:16.253]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3547871397/b1265/_pkg_.a
2025-08-20T21:22:23.1023968Z [00:04:16.253]➜  packagefile go.opencensus.io/internal=/tmp/go-build3547871397/b1280/_pkg_.a
2025-08-20T21:22:23.1024270Z [00:04:16.253]➜  packagefile go.opencensus.io/trace/internal=/tmp/go-build3547871397/b1282/_pkg_.a
2025-08-20T21:22:23.1024567Z [00:04:16.253]➜  packagefile go.opencensus.io/trace/tracestate=/tmp/go-build3547871397/b1283/_pkg_.a
2025-08-20T21:22:23.1024899Z [00:04:16.253]➜  packagefile cloud.google.com/go/auth/grpctransport=/tmp/go-build3547871397/b1360/_pkg_.a
2025-08-20T21:22:23.1025416Z [00:04:16.253]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build3547871397/b1363/_pkg_.a
2025-08-20T21:22:23.1025739Z [00:04:16.253]➜  packagefile google.golang.org/grpc/balancer/grpclb=/tmp/go-build3547871397/b1377/_pkg_.a
2025-08-20T21:22:23.1026280Z [00:04:16.253]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build3547871397/b1366/_pkg_.a
2025-08-20T21:22:23.1026815Z [00:04:16.253]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build3547871397/b1375/_pkg_.a
2025-08-20T21:22:23.1027398Z [00:04:16.253]➜  packagefile cloud.google.com/go/monitoring/internal=/tmp/go-build3547871397/b1390/_pkg_.a
2025-08-20T21:22:23.1028152Z [00:04:16.253]➜  packagefile google.golang.org/genproto/googleapis/type/calendarperiod=/tmp/go-build3547871397/b1388/_pkg_.a
2025-08-20T21:22:23.1028953Z [00:04:16.253]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3547871397/b1389/_pkg_.a
2025-08-20T21:22:23.1029571Z [00:04:16.253]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3547871397/b1387/_pkg_.a
2025-08-20T21:22:23.1030264Z [00:04:16.253]➜  packagefile github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build3547871397/b1269/_pkg_.a
2025-08-20T21:22:23.1030951Z [00:04:16.253]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build3547871397/b1272/_pkg_.a
2025-08-20T21:22:23.1031584Z [00:04:16.253]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build3547871397/b983/_pkg_.a
2025-08-20T21:22:23.1032134Z [00:04:16.253]➜  packagefile github.com/go-logr/stdr=/tmp/go-build3547871397/b1102/_pkg_.a
2025-08-20T21:22:23.1032781Z [00:04:16.253]➜  packagefile go.opentelemetry.io/auto/sdk=/tmp/go-build3547871397/b1104/_pkg_.a
2025-08-20T21:22:23.1033435Z [00:04:16.253]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build3547871397/b1307/_pkg_.a
2025-08-20T21:22:23.1034105Z [00:04:16.253]➜  packagefile github.com/googleapis/gax-go/v2/internallog/internal=/tmp/go-build3547871397/b1302/_pkg_.a
2025-08-20T21:22:23.1034859Z [00:04:16.253]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccount=/tmp/go-build3547871397/b1313/_pkg_.a
2025-08-20T21:22:23.1035664Z [00:04:16.253]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccountuser=/tmp/go-build3547871397/b1321/_pkg_.a
2025-08-20T21:22:23.1036319Z [00:04:16.253]➜  packagefile cloud.google.com/go/auth/credentials/internal/gdch=/tmp/go-build3547871397/b1322/_pkg_.a
2025-08-20T21:22:23.1037146Z [00:04:16.253]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build3547871397/b1314/_pkg_.a
2025-08-20T21:22:23.1037761Z [00:04:16.253]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build3547871397/b1316/_pkg_.a
2025-08-20T21:22:23.1038369Z [00:04:16.253]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build3547871397/b1362/_pkg_.a
2025-08-20T21:22:23.1039019Z [00:04:16.253]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build3547871397/b1317/_pkg_.a
2025-08-20T21:22:23.1039763Z [00:04:16.253]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build3547871397/b1318/_pkg_.a
2025-08-20T21:22:23.1040408Z [00:04:16.253]➜  packagefile google.golang.org/grpc/internal/cache=/tmp/go-build3547871397/b1408/_pkg_.a
2025-08-20T21:22:23.1041144Z [00:04:16.253]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3547871397/b1413/_pkg_.a
2025-08-20T21:22:23.1041831Z [00:04:16.253]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3547871397/b1421/_pkg_.a
2025-08-20T21:22:23.1042389Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/bootstrap=/tmp/go-build3547871397/b1422/_pkg_.a
2025-08-20T21:22:23.1043312Z [00:04:16.253]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build3547871397/b1426/_pkg_.a
2025-08-20T21:22:23.1044067Z [00:04:16.253]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build3547871397/b1424/_pkg_.a
2025-08-20T21:22:23.1044628Z [00:04:16.253]➜  packagefile google.golang.org/grpc/internal/admin=/tmp/go-build3547871397/b1449/_pkg_.a
2025-08-20T21:22:23.1045155Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/csds=/tmp/go-build3547871397/b1450/_pkg_.a
2025-08-20T21:22:23.1045773Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/internal/balancer=/tmp/go-build3547871397/b1469/_pkg_.a
2025-08-20T21:22:23.1046513Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier/rls=/tmp/go-build3547871397/b1491/_pkg_.a
2025-08-20T21:22:23.1047201Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/fault=/tmp/go-build3547871397/b1492/_pkg_.a
2025-08-20T21:22:23.1047984Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/rbac=/tmp/go-build3547871397/b1495/_pkg_.a
2025-08-20T21:22:23.1048676Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/router=/tmp/go-build3547871397/b1502/_pkg_.a
2025-08-20T21:22:23.1049304Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/internal/resolver=/tmp/go-build3547871397/b1504/_pkg_.a
2025-08-20T21:22:23.1049908Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/internal/server=/tmp/go-build3547871397/b1508/_pkg_.a
2025-08-20T21:22:23.1050540Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3547871397/b1451/_pkg_.a
2025-08-20T21:22:23.1051484Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter=/tmp/go-build3547871397/b1509/_pkg_.a
2025-08-20T21:22:23.1052224Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3547871397/b1459/_pkg_.a
2025-08-20T21:22:23.1053040Z [00:04:16.253]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/restjson=/tmp/go-build3547871397/b1544/_pkg_.a
2025-08-20T21:22:23.1053758Z [00:04:16.253]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build3547871397/b1545/_pkg_.a
2025-08-20T21:22:23.1054484Z [00:04:16.253]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query/queryutil=/tmp/go-build3547871397/b1551/_pkg_.a
2025-08-20T21:22:23.1055103Z [00:04:16.253]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build3547871397/b1326/_pkg_.a
2025-08-20T21:22:23.1055781Z [00:04:16.253]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build3547871397/b1332/_pkg_.a
2025-08-20T21:22:23.1056573Z [00:04:16.253]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3547871397/b1328/_pkg_.a
2025-08-20T21:22:23.1057325Z [00:04:16.253]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3547871397/b1341/_pkg_.a
2025-08-20T21:22:23.1057987Z [00:04:16.253]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3547871397/b1342/_pkg_.a
2025-08-20T21:22:23.1058596Z [00:04:16.253]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3547871397/b1340/_pkg_.a
2025-08-20T21:22:23.1059124Z [00:04:16.253]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build3547871397/b1344/_pkg_.a
2025-08-20T21:22:23.1059714Z [00:04:16.253]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build3547871397/b1349/_pkg_.a
2025-08-20T21:22:23.1060243Z [00:04:16.253]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3547871397/b1347/_pkg_.a
2025-08-20T21:22:23.1060899Z [00:04:16.253]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build3547871397/b1015/_pkg_.a
2025-08-20T21:22:23.1061604Z [00:04:16.253]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build3547871397/b1016/_pkg_.a
2025-08-20T21:22:23.1062232Z [00:04:16.253]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build3547871397/b1115/_pkg_.a
2025-08-20T21:22:23.1063022Z [00:04:16.253]➜  packagefile github.com/hashicorp/golang-lru/v2/simplelru=/tmp/go-build3547871397/b1849/_pkg_.a
2025-08-20T21:22:23.1063662Z [00:04:16.253]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3547871397/b1621/_pkg_.a
2025-08-20T21:22:23.1064250Z [00:04:16.253]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build3547871397/b1625/_pkg_.a
2025-08-20T21:22:23.1064616Z [00:04:16.253]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build3547871397/b1620/_pkg_.a
2025-08-20T21:22:23.1064916Z [00:04:16.253]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3547871397/b1626/_pkg_.a
2025-08-20T21:22:23.1065328Z [00:04:16.253]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/tmp/go-build3547871397/b1628/_pkg_.a
2025-08-20T21:22:23.1065870Z [00:04:16.253]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3547871397/b1630/_pkg_.a
2025-08-20T21:22:23.1066426Z [00:04:16.253]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build3547871397/b1612/_pkg_.a
2025-08-20T21:22:23.1066830Z [00:04:16.253]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build3547871397/b1623/_pkg_.a
2025-08-20T21:22:23.1067272Z [00:04:16.253]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build3547871397/b1639/_pkg_.a
2025-08-20T21:22:23.1067790Z [00:04:16.253]➜  packagefile github.com/emirpasic/gods/lists=/tmp/go-build3547871397/b1679/_pkg_.a
2025-08-20T21:22:23.1068287Z [00:04:16.253]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build3547871397/b1711/_pkg_.a
2025-08-20T21:22:23.1068816Z [00:04:16.253]➜  packagefile go.opencensus.io=/tmp/go-build3547871397/b1281/_pkg_.a
2025-08-20T21:22:23.1069363Z [00:04:16.253]➜  packagefile cloud.google.com/go/auth/internal/compute=/tmp/go-build3547871397/b1361/_pkg_.a
2025-08-20T21:22:23.1070349Z [00:04:16.253]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build3547871397/b1364/_pkg_.a
2025-08-20T21:22:23.1070975Z [00:04:16.253]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build3547871397/b1365/_pkg_.a
2025-08-20T21:22:23.1071639Z [00:04:16.253]➜  packagefile google.golang.org/grpc/balancer/grpclb/grpc_lb_v1=/tmp/go-build3547871397/b1378/_pkg_.a
2025-08-20T21:22:23.1072303Z [00:04:16.253]➜  packagefile google.golang.org/grpc/resolver/manual=/tmp/go-build3547871397/b1379/_pkg_.a
2025-08-20T21:22:23.1073140Z [00:04:16.253]➜  packagefile google.golang.org/grpc/credentials/alts=/tmp/go-build3547871397/b1367/_pkg_.a
2025-08-20T21:22:23.1073872Z [00:04:16.253]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build3547871397/b1376/_pkg_.a
2025-08-20T21:22:23.1074410Z [00:04:16.253]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build3547871397/b1103/_pkg_.a
2025-08-20T21:22:23.1075131Z [00:04:16.253]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/tmp/go-build3547871397/b1105/_pkg_.a
2025-08-20T21:22:23.1075753Z [00:04:16.253]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build3547871397/b1110/_pkg_.a
2025-08-20T21:22:23.1076525Z [00:04:16.253]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build3547871397/b1315/_pkg_.a
2025-08-20T21:22:23.1077314Z [00:04:16.253]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build3547871397/b1319/_pkg_.a
2025-08-20T21:22:23.1077865Z [00:04:16.253]➜  packagefile net/rpc=/tmp/go-build3547871397/b1320/_pkg_.a
2025-08-20T21:22:23.1078509Z [00:04:16.253]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3547871397/b1414/_pkg_.a
2025-08-20T21:22:23.1079152Z [00:04:16.253]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3547871397/b1415/_pkg_.a
2025-08-20T21:22:23.1079722Z [00:04:16.253]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3547871397/b1416/_pkg_.a
2025-08-20T21:22:23.1080490Z [00:04:16.253]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3547871397/b1418/_pkg_.a
2025-08-20T21:22:23.1081327Z [00:04:16.253]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3547871397/b1419/_pkg_.a
2025-08-20T21:22:23.1082034Z [00:04:16.253]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3547871397/b1420/_pkg_.a
2025-08-20T21:22:23.1082895Z [00:04:16.253]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3547871397/b1417/_pkg_.a
2025-08-20T21:22:23.1083686Z [00:04:16.253]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap/tlscreds=/tmp/go-build3547871397/b1423/_pkg_.a
2025-08-20T21:22:23.1084447Z [00:04:16.253]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build3547871397/b1427/_pkg_.a
2025-08-20T21:22:23.1085085Z [00:04:16.253]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build3547871397/b1470/_pkg_.a
2025-08-20T21:22:23.1085872Z [00:04:16.253]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build3547871397/b1471/_pkg_.a
2025-08-20T21:22:23.1086663Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/internal/balancer/cdsbalancer=/tmp/go-build3547871397/b1475/_pkg_.a
2025-08-20T21:22:23.1087457Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build3547871397/b1485/_pkg_.a
2025-08-20T21:22:23.1088211Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build3547871397/b1490/_pkg_.a
2025-08-20T21:22:23.1089009Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build3547871397/b1478/_pkg_.a
2025-08-20T21:22:23.1089986Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build3547871397/b1487/_pkg_.a
2025-08-20T21:22:23.1090710Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build3547871397/b1488/_pkg_.a
2025-08-20T21:22:23.1091416Z [00:04:16.253]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build3547871397/b1465/_pkg_.a
2025-08-20T21:22:23.1092411Z [00:04:16.253]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build3547871397/b1493/_pkg_.a
2025-08-20T21:22:23.1093530Z [00:04:16.253]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3=/tmp/go-build3547871397/b1494/_pkg_.a
2025-08-20T21:22:23.1094193Z [00:04:16.254]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3547871397/b1466/_pkg_.a
2025-08-20T21:22:23.1095114Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build3547871397/b1496/_pkg_.a
2025-08-20T21:22:23.1096077Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3=/tmp/go-build3547871397/b1497/_pkg_.a
2025-08-20T21:22:23.1096716Z [00:04:16.254]➜  packagefile google.golang.org/grpc/internal/xds/rbac=/tmp/go-build3547871397/b1498/_pkg_.a
2025-08-20T21:22:23.1097614Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3=/tmp/go-build3547871397/b1503/_pkg_.a
2025-08-20T21:22:23.1098157Z [00:04:16.254]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3547871397/b1505/_pkg_.a
2025-08-20T21:22:23.1098889Z [00:04:16.254]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3547871397/b1473/_pkg_.a
2025-08-20T21:22:23.1099635Z [00:04:16.254]➜  packagefile google.golang.org/grpc/xds/internal/balancer/ringhash=/tmp/go-build3547871397/b1506/_pkg_.a
2025-08-20T21:22:23.1100355Z [00:04:16.254]➜  packagefile google.golang.org/grpc/xds/internal/resolver/internal=/tmp/go-build3547871397/b1507/_pkg_.a
2025-08-20T21:22:23.1101055Z [00:04:16.254]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build3547871397/b1477/_pkg_.a
2025-08-20T21:22:23.1101803Z [00:04:16.254]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build3547871397/b1452/_pkg_.a
2025-08-20T21:22:23.1102515Z [00:04:16.254]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport=/tmp/go-build3547871397/b1453/_pkg_.a
2025-08-20T21:22:23.1103210Z [00:04:16.254]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build3547871397/b1460/_pkg_.a
2025-08-20T21:22:23.1103731Z [00:04:16.254]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3547871397/b1432/_pkg_.a
2025-08-20T21:22:23.1104852Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3=/tmp/go-build3547871397/b1510/_pkg_.a
2025-08-20T21:22:23.1105965Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3=/tmp/go-build3547871397/b1511/_pkg_.a
2025-08-20T21:22:23.1106930Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3=/tmp/go-build3547871397/b1513/_pkg_.a
2025-08-20T21:22:23.1107960Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3=/tmp/go-build3547871397/b1514/_pkg_.a
2025-08-20T21:22:23.1108905Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3=/tmp/go-build3547871397/b1515/_pkg_.a
2025-08-20T21:22:23.1109599Z [00:04:16.254]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin=/tmp/go-build3547871397/b1479/_pkg_.a
2025-08-20T21:22:23.1110279Z [00:04:16.254]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build3547871397/b1489/_pkg_.a
2025-08-20T21:22:23.1110987Z [00:04:16.254]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build3547871397/b1467/_pkg_.a
2025-08-20T21:22:23.1111707Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3547871397/b1438/_pkg_.a
2025-08-20T21:22:23.1112440Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3547871397/b1439/_pkg_.a
2025-08-20T21:22:23.1113380Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build3547871397/b1440/_pkg_.a
2025-08-20T21:22:23.1114218Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3547871397/b1430/_pkg_.a
2025-08-20T21:22:23.1115065Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3=/tmp/go-build3547871397/b1461/_pkg_.a
2025-08-20T21:22:23.1116142Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build3547871397/b1462/_pkg_.a
2025-08-20T21:22:23.1117014Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build3547871397/b1446/_pkg_.a
2025-08-20T21:22:23.1117766Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build3547871397/b1454/_pkg_.a
2025-08-20T21:22:23.1118372Z [00:04:16.254]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build3547871397/b1464/_pkg_.a
2025-08-20T21:22:23.1118927Z [00:04:16.254]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3547871397/b1456/_pkg_.a
2025-08-20T21:22:23.1119735Z [00:04:16.254]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version=/tmp/go-build3547871397/b1468/_pkg_.a
2025-08-20T21:22:23.1120406Z [00:04:16.254]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/jsonrpc=/tmp/go-build3547871397/b1546/_pkg_.a
2025-08-20T21:22:23.1121020Z [00:04:16.254]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build3547871397/b1327/_pkg_.a
2025-08-20T21:22:23.1121688Z [00:04:16.254]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build3547871397/b1330/_pkg_.a
2025-08-20T21:22:23.1122287Z [00:04:16.254]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build3547871397/b1331/_pkg_.a
2025-08-20T21:22:23.1123228Z [00:04:16.254]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build3547871397/b1343/_pkg_.a
2025-08-20T21:22:23.1123904Z [00:04:16.254]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build3547871397/b1345/_pkg_.a
2025-08-20T21:22:23.1124502Z [00:04:16.254]➜  packagefile github.com/hashicorp/golang-lru/v2/internal=/tmp/go-build3547871397/b1850/_pkg_.a
2025-08-20T21:22:23.1125024Z [00:04:16.254]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3547871397/b1337/_pkg_.a
2025-08-20T21:22:23.1125752Z [00:04:16.254]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/tmp/go-build3547871397/b1629/_pkg_.a
2025-08-20T21:22:23.1126384Z [00:04:16.254]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build3547871397/b1368/_pkg_.a
2025-08-20T21:22:23.1127161Z [00:04:16.254]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker=/tmp/go-build3547871397/b1369/_pkg_.a
2025-08-20T21:22:23.1127946Z [00:04:16.254]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker/service=/tmp/go-build3547871397/b1373/_pkg_.a
2025-08-20T21:22:23.1128675Z [00:04:16.254]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build3547871397/b1371/_pkg_.a
2025-08-20T21:22:23.1129493Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3=/tmp/go-build3547871397/b1428/_pkg_.a
2025-08-20T21:22:23.1130237Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/tap/v3=/tmp/go-build3547871397/b1447/_pkg_.a
2025-08-20T21:22:23.1131066Z [00:04:16.254]➜  packagefile google.golang.org/grpc/balancer/weightedtarget/weightedaggregator=/tmp/go-build3547871397/b1472/_pkg_.a
2025-08-20T21:22:23.1131650Z [00:04:16.254]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3547871397/b1474/_pkg_.a
2025-08-20T21:22:23.1132238Z [00:04:16.254]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build3547871397/b1476/_pkg_.a
2025-08-20T21:22:23.1140780Z [00:04:16.254]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3547871397/b1480/_pkg_.a
2025-08-20T21:22:23.1141661Z [00:04:16.254]➜  packagefile google.golang.org/grpc/xds/internal/balancer/loadstore=/tmp/go-build3547871397/b1486/_pkg_.a
2025-08-20T21:22:23.1142405Z [00:04:16.254]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build3547871397/b1434/_pkg_.a
2025-08-20T21:22:23.1143323Z [00:04:16.254]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build3547871397/b1431/_pkg_.a
2025-08-20T21:22:23.1144272Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3=/tmp/go-build3547871397/b1499/_pkg_.a
2025-08-20T21:22:23.1144840Z [00:04:16.254]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build3547871397/b1500/_pkg_.a
2025-08-20T21:22:23.1145439Z [00:04:16.254]➜  packagefile google.golang.org/grpc/authz/audit/stdout=/tmp/go-build3547871397/b1501/_pkg_.a
2025-08-20T21:22:23.1146150Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3547871397/b1429/_pkg_.a
2025-08-20T21:22:23.1146907Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3=/tmp/go-build3547871397/b1455/_pkg_.a
2025-08-20T21:22:23.1147589Z [00:04:16.254]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/internal=/tmp/go-build3547871397/b1457/_pkg_.a
2025-08-20T21:22:23.1148367Z [00:04:16.254]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/internal=/tmp/go-build3547871397/b1458/_pkg_.a
2025-08-20T21:22:23.1148779Z [00:04:16.254]➜  packagefile cel.dev/expr=/tmp/go-build3547871397/b1433/_pkg_.a
2025-08-20T21:22:23.1149738Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build3547871397/b1512/_pkg_.a
2025-08-20T21:22:23.1150483Z [00:04:16.254]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin/internal=/tmp/go-build3547871397/b1481/_pkg_.a
2025-08-20T21:22:23.1150977Z [00:04:16.254]➜  packagefile google.golang.org/grpc/orca=/tmp/go-build3547871397/b1482/_pkg_.a
2025-08-20T21:22:23.1151700Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build3547871397/b1435/_pkg_.a
2025-08-20T21:22:23.1152425Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build3547871397/b1436/_pkg_.a
2025-08-20T21:22:23.1153538Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build3547871397/b1443/_pkg_.a
2025-08-20T21:22:23.1154251Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/http/v3=/tmp/go-build3547871397/b1463/_pkg_.a
2025-08-20T21:22:23.1155068Z [00:04:16.254]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build3547871397/b1329/_pkg_.a
2025-08-20T21:22:23.1155764Z [00:04:16.254]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build3547871397/b1333/_pkg_.a
2025-08-20T21:22:23.1156422Z [00:04:16.254]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build3547871397/b1346/_pkg_.a
2025-08-20T21:22:23.1157067Z [00:04:16.254]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build3547871397/b1348/_pkg_.a
2025-08-20T21:22:23.1157677Z [00:04:16.254]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3547871397/b1338/_pkg_.a
2025-08-20T21:22:23.1158394Z [00:04:16.254]➜  packagefile google.golang.org/grpc/credentials/alts/internal/authinfo=/tmp/go-build3547871397/b1370/_pkg_.a
2025-08-20T21:22:23.1159061Z [00:04:16.254]➜  packagefile google.golang.org/grpc/credentials/alts/internal/conn=/tmp/go-build3547871397/b1372/_pkg_.a
2025-08-20T21:22:23.1159802Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3=/tmp/go-build3547871397/b1441/_pkg_.a
2025-08-20T21:22:23.1160536Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/overload/v3=/tmp/go-build3547871397/b1442/_pkg_.a
2025-08-20T21:22:23.1161422Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3=/tmp/go-build3547871397/b1448/_pkg_.a
2025-08-20T21:22:23.1162133Z [00:04:16.254]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3=/tmp/go-build3547871397/b1437/_pkg_.a
2025-08-20T21:22:23.1162967Z [00:04:16.254]➜  packagefile github.com/cncf/xds/go/xds/service/orca/v3=/tmp/go-build3547871397/b1483/_pkg_.a
2025-08-20T21:22:23.1163526Z [00:04:16.254]➜  packagefile google.golang.org/grpc/orca/internal=/tmp/go-build3547871397/b1484/_pkg_.a
2025-08-20T21:22:23.1164298Z [00:04:16.254]➜  packagefile github.com/census-instrumentation/opencensus-proto/gen-go/trace/v1=/tmp/go-build3547871397/b1444/_pkg_.a
2025-08-20T21:22:23.1165018Z [00:04:16.254]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build3547871397/b1334/_pkg_.a
2025-08-20T21:22:23.1165817Z [00:04:16.254]➜  packagefile github.com/census-instrumentation/opencensus-proto/gen-go/resource/v1=/tmp/go-build3547871397/b1445/_pkg_.a
2025-08-20T21:22:23.1166397Z [00:04:16.254]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3547871397/b1335/_pkg_.a
2025-08-20T21:22:23.1325782Z [00:04:16.254]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/derailed/k9s\nmod\tgithub.com/derailed/k9s\tv0.50.10-0.20250820150605-4686c1deec6f\t\ndep\tcel.dev/expr\tv0.19.1\th1:NciYrtDRIR0lNCnH1LFJegdjspNx9fI59O7TWcua/W4=\ndep\tcloud.google.com/go\tv0.116.0\th1:B3fRrSDkLRt5qSHWe40ERJvhvnQwdZiHu0bJOpldweE=\ndep\tcloud.google.com/go/auth\tv0.13.0\th1:8Fu8TZy167JkW8Tj3q7dIkr2v4cndv41ouecJx0PAHs=\ndep\tcloud.google.com/go/auth/oauth2adapt\tv0.2.6\th1:V6a6XDu2lTwPZWOawrAa9HUK+DB2zfJyTuciBG5hFkU=\ndep\tcloud.google.com/go/compute/metadata\tv0.7.0\th1:PBWF+iiAerVNe8UCHxdOt6eHLVc3ydFeOCw78U8ytSU=\ndep\tcloud.google.com/go/iam\tv1.2.2\th1:ozUSofHUGf/F4tCNy/mu9tHLTaxZFLOUiKzjcgWHGIA=\ndep\tcloud.google.com/go/monitoring\tv1.21.2\th1:FChwVtClH19E7pJ+e0xUhJPGksctZNVOk2UhMmblmdU=\ndep\tcloud.google.com/go/storage\tv1.49.0\th1:zenOPBOWHCnojRd9aJZAyQXBYqkJkdQS42dxL55CIMw=\ndep\tdario.cat/mergo\tv1.0.1\th1:Ra4+bf83h2ztPIQYNP99R6m+Y7KfnARDfID+a+vLl4s=\ndep\tgithub.com/BurntSushi/toml\tv1.5.0\th1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg=\ndep\tgithub.com/CycloneDX/cyclonedx-go\tv0.9.2\th1:688QHn2X/5nRezKe2ueIVCt+NRqf7fl3AVQk+vaFcIo=\ndep\tgithub.com/DataDog/zstd\tv1.5.5\th1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ=\ndep\tgithub.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp\tv1.25.0\th1:3c8yed4lgqTt+oTQ+JNMDo+F4xprBf+O/il4ZC0nRLw=\ndep\tgithub.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric\tv0.48.1\th1:UQ0AhxogsIRZDkElkblfnwjc3IaltCm2HUMvezQaL7s=\ndep\tgithub.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping\tv0.48.1\th1:8nn+rsCvTq9axyEh382S0PFLBeaFwNsT43IrPWzctRU=\ndep\tgithub.com/MakeNowJust/heredoc\tv1.0.0\th1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=\ndep\tgithub.com/Masterminds/goutils\tv1.1.1\th1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=\ndep\tgithub.com/Masterminds/semver/v3\tv3.4.0\th1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=\ndep\tgithub.com/Masterminds/sprig/v3\tv3.3.0\th1:mQh0Yrg1XPo6vjYXgtf5OtijNAKJRNcTdOOGZe3tPhs=\ndep\tgithub.com/Masterminds/squirrel\tv1.5.4\th1:uUcX/aBc8O7Fg9kaISIUsHXdKuqehiXAMQTYX8afzqM=\ndep\tgithub.com/OneOfOne/xxhash\tv1.2.8\th1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8=\ndep\tgithub.com/ProtonMail/go-crypto\tv1.2.0\th1:+PhXXn4SPGd+qk76TlEePBfOfivE0zkWFenhGhFLzWs=\ndep\tgithub.com/STARRY-S/zip\tv0.2.1\th1:pWBd4tuSGm3wtpoqRZZ2EAwOmcHK6XFf7bU9qcJXyFg=\ndep\tgithub.com/acobaugh/osrelease\tv0.1.0\th1:Yb59HQDGGNhCj4suHaFQQfBps5wyoKLSSX/J/+UifRE=\ndep\tgithub.com/adrg/xdg\tv0.5.3\th1:xRnxJXne7+oWDatRhR1JLnvuccuIeCoBu2rtuLqQB78=\ndep\tgithub.com/agext/levenshtein\tv1.2.1\th1:QmvMAjj2aEICytGiWzmxoE0x2KZvE0fvmqMOfy2tjT8=\ndep\tgithub.com/anchore/archiver/v3\tv3.5.3-0.20241210171143-5b1d8d1c7c51\th1:yhk+P8lF3ZiROjmaVRao9WGTRo4b/wYjoKEiAHWrKwc=\ndep\tgithub.com/anchore/clio\tv0.0.0-20250408180537-ec8fa27f0d9f\th1:jTeN+fKTXz1VFo3Zj7Msnx//s5kD6Htd+SS0z9/o7Ss=\ndep\tgithub.com/anchore/fangs\tv0.0.0-20250402135612-96e29e45f3fe\th1:qv/xxpjF5RdKPqZjx8RM0aBi3HUCAO0DhRBMs2xhY1I=\ndep\tgithub.com/anchore/go-collections\tv0.0.0-20240216171411-9321230ce537\th1:GjNGuwK5jWjJMyVppBjYS54eOiiSNv4Ba869k4wh72Q=\ndep\tgithub.com/anchore/go-homedir\tv0.0.0-20250319154043-c29668562e4d\th1:gT69osH9AsdpOfqxbRwtxcNnSZ1zg4aKy2BevO3ZBdc=\ndep\tgithub.com/anchore/go-logger\tv0.0.0-20250318195838-07ae343dd722\th1:2SqmFgE7h+Ql4VyBzhjLkRF/3gDrcpUBj8LjvvO6OOM=\ndep\tgithub.com/anchore/go-lzo\tv0.1.0\th1:NgAacnzqPeGH49Ky19QKLBZEuFRqtTG9cdaucc3Vncs=\ndep\tgithub.com/anchore/go-macholibre\tv0.0.0-20220308212642-53e6d0aaf6fb\th1:iDMnx6LIjtjZ46C0akqveX83WFzhpTD3eqOthawb5vU=\ndep\tgithub.com/anchore/go-rpmdb\tv0.0.0-20250516171929-f77691e1faec\th1:SjjPMOXTzpuU1ZME4XeoHyek+dry3/C7I8gzaCo02eg=\ndep\tgithub.com/anchore/go-struct-converter\tv0.0.0-20221118182256-c68fdcfa2092\th1:aM1rlcoLz8y5B2r4tTLMiVTrMtpfY0O8EScKJxaSaEc=\ndep\tgithub.com/anchore/go-sync\tv0.0.0-20250326131806-4eda43a485b6\th1:Ha+LSCVuXYSYGi7wIkJK6G8g6jI3LH7y6LbyEVyp4Io=\ndep\tgithub.com/anchore/go-version\tv1.2.2-0.20210903204242-51efa5b487c4\th1:rmZG77uXgE+o2gozGEBoUMpX27lsku+xrMwlmBZJtbg=\ndep\tgithub.com/anchore/grype\tv0.96.0\th1:AxRc/i9npF1tGMeW87CTpGXXXkZA3FUS6wimt7kqRp0=\ndep\tgithub.com/anchore/packageurl-go\tv0.1.1-0.20250220190351-d62adb6e1115\th1:ZyRCmiEjnoGJZ1+Ah0ZZ/mKKqNhGcUZBl0s7PTTDzvY=\ndep\tgithub.com/anchore/stereoscope\tv0.1.6\th1:DxaPHugD9EndPxOaIMaEYjHJJURjKNaHzD1NyQUUmdU=\ndep\tgithub.com/anchore/syft\tv1.28.0\th1:uLdCvWNb2btvCyfIawWOsXD238v6eDTaz5RTfS2lMqA=\ndep\tgithub.com/andybalholm/brotli\tv1.1.2-0.20250424173009-453214e765f3\th1:8PmGpDEZl9yDpcdEr6Odf23feCxK3LNUNMxjXg41pZQ=\ndep\tgithub.com/apparentlymart/go-textseg/v15\tv15.0.0\th1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY=\ndep\tgithub.com/aquasecurity/go-pep440-version\tv0.0.1\th1:8VKKQtH2aV61+0hovZS3T//rUF+6GDn18paFTVS0h0M=\ndep\tgithub.com/aquasecurity/go-version\tv0.0.1\th1:4cNl516agK0TCn5F7mmYN+xVs1E3S45LkgZk3cbaW2E=\ndep\tgithub.com/araddon/dateparse\tv0.0.0-20210429162001-6b43995a97de\th1:FxWPpzIjnTlhPwqqXc4/vE0f7GvRjuAsbW+HOIe8KnA=\ndep\tgithub.com/asaskevich/govalidator\tv0.0.0-20230301143203-a9d515a09cc2\th1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=\ndep\tgithub.com/atotto/clipboard\tv0.1.4\th1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=\ndep\tgithub.com/aws/aws-sdk-go\tv1.44.288\th1:Ln7fIao/nl0ACtelgR1I4AiEw/GLNkKcXfCaHupUW5Q=\ndep\tgithub.com/aymanbagabas/go-osc52/v2\tv2.0.1\th1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=\ndep\tgithub.com/becheran/wildmatch-go\tv1.0.0\th1:mE3dGGkTmpKtT4Z+88t8RStG40yN9T+kFEGj2PZFSzA=\ndep\tgithub.com/bgentry/go-netrc\tv0.0.0-20140422174119-9fd32a8b3d3d\th1:xDfNPAt8lFiC1UJrqV3uuy861HCTo708pDMbjHHdCas=\ndep\tgithub.com/bitnami/go-version\tv0.0.0-20250131085805-b1f57a8634ef\th1:TSFnfbbu2oAOuWbeDDTtwXWE6z+PmpgbSsMBeV7l0ww=\ndep\tgithub.com/blakesmith/ar\tv0.0.0-20190502131153-809d4375e1fb\th1:m935MPodAbYS46DG4pJSv7WO+VECIWUQ7OJYSoTrMh4=\ndep\tgithub.com/blang/semver/v4\tv4.0.0\th1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=\ndep\tgithub.com/bmatcuk/doublestar/v2\tv2.0.4\th1:6I6oUiT/sU27eE2OFcWqBhL1SwjyvQuOssxT4a1yidI=\ndep\tgithub.com/bmatcuk/doublestar/v4\tv4.8.1\th1:54Bopc5c2cAvhLRAzqOGCYHYyhcDHsFF4wWIR5wKP38=\ndep\tgithub.com/bodgit/plumbing\tv1.3.0\th1:pf9Itz1JOQgn7vEOE7v7nlEfBykYqvUYioC61TwWCFU=\ndep\tgithub.com/bodgit/sevenzip\tv1.6.0\th1:a4R0Wu6/P1o1pP/3VV++aEOcyeBxeO/xE2Y9NSTrr6A=\ndep\tgithub.com/bodgit/windows\tv1.0.1\th1:tF7K6KOluPYygXa3Z2594zxlkbKPAOvqr97etrGNIz4=\ndep\tgithub.com/cenkalti/backoff/v4\tv4.3.0\th1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=\ndep\tgithub.com/census-instrumentation/opencensus-proto\tv0.4.1\th1:iKLQ0xPNFxR/2hzXZMrBo8f1j86j5WHzznCCQxV/b8g=\ndep\tgithub.com/cespare/xxhash/v2\tv2.3.0\th1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=\ndep\tgithub.com/chai2010/gettext-go\tv1.0.2\th1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk=\ndep\tgithub.com/charmbracelet/colorprofile\tv0.2.3-0.20250311203215-f60798e515dc\th1:4pZI35227imm7yK2bGPcfpFEmuY1gc2YSTShr4iJBfs=\ndep\tgithub.com/charmbracelet/lipgloss\tv1.1.0\th1:vYXsiLHVkK7fp74RkV7b2kq9+zDLoEU4MZoFqR/noCY=\ndep\tgithub.com/charmbracelet/x/ansi\tv0.9.3\th1:BXt5DHS/MKF+LjuK4huWrC6NCvHtexww7dMayh6GXd0=\ndep\tgithub.com/charmbracelet/x/cellbuf\tv0.0.13-0.20250311204145-2c3ea96c31dd\th1:vy0GVL4jeHEwG5YOXDmi86oYw2yuYUGqz6a8sLwg0X8=\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/cncf/xds/go\tv0.0.0-20240905190251-b4127c9b8d78\th1:QVw89YDxXxEe+l8gU8ETbOasdwEV+avkR75ZzsVV9WI=\ndep\tgithub.com/containerd/containerd\tv1.7.27\th1:yFyEyojddO3MIGVER2xJLWoCIn+Up4GaHFquP7hsFII=\ndep\tgithub.com/containerd/containerd/api\tv1.8.0\th1:hVTNJKR8fMc/2Tiw60ZRijntNMd1U+JVMyTRdsD2bS0=\ndep\tgithub.com/containerd/continuity\tv0.4.4\th1:/fNVfTJ7wIl/YPMHjf+5H32uFhl63JucB34PlCpMKII=\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/fifo\tv1.1.0\th1:4I2mbh5stb1u6ycIABlBw9zgtlK8viPI9QkQNRQEEmY=\ndep\tgithub.com/containerd/log\tv0.1.0\th1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=\ndep\tgithub.com/containerd/platforms\tv0.2.1\th1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpSBQv6A=\ndep\tgithub.com/containerd/stargz-snapshotter/estargz\tv0.16.3\th1:7evrXtoh1mSbGj/pfRccTampEyKpjpOnS3CyiV1Ebr8=\ndep\tgithub.com/containerd/ttrpc\tv1.2.7\th1:qIrroQvuOL9HQ1X6KHe2ohc7p+HP/0VE6XPU7elJRqQ=\ndep\tgithub.com/containerd/typeurl/v2\tv2.2.2\th1:3jN/k2ysKuPCsln5Qv8bzR9cxal8XjkxPogJfSNO31k=\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/deitch/magic\tv0.0.0-20230404182410-1ff89d7342da\th1:ZOjWpVsFZ06eIhnh4mkaceTiVoktdU67+M7KDHJ268M=\ndep\tgithub.com/derailed/tcell/v2\tv2.3.1-rc.4\th1:hrBFOQjcmt1I86Cvcq/NKP7sdRHH+6ibXWBFl0Hn3jY=\ndep\tgithub.com/derailed/tview\tv0.8.5\th1:pogM/OnWlgDo6j4zyzdiIXh7E7+eT7D4CPfBnyaETug=\ndep\tgithub.com/diskfs/go-diskfs\tv1.6.1-0.20250601133945-2af1c7ece24c\th1:Vg+RNk+3Kwbe3wUYsgXsk43+7oyOJ5tRDzOrcpV40yQ=\ndep\tgithub.com/distribution/reference\tv0.6.0\th1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=\ndep\tgithub.com/docker/cli\tv28.3.0+incompatible\th1:s+ttruVLhB5ayeuf2BciwDVxYdKi+RoUlxmwNHV3Vfo=\ndep\tgithub.com/docker/distribution\tv2.8.3+incompatible\th1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=\ndep\tgithub.com/docker/docker\tv28.3.2+incompatible\th1:wn66NJ6pWB1vBZIilP8G3qQPqHy5XymfYn5vsqeA5oA=\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-events\tv0.0.0-20190806004212-e31b211e4f1c\th1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=\ndep\tgithub.com/docker/go-units\tv0.5.0\th1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=\ndep\tgithub.com/dsnet/compress\tv0.0.2-0.20230904184137-39efe44ab707\th1:2tV76y6Q9BB+NEBasnqvs7e49aEBFI8ejC89PSnWH+4=\ndep\tgithub.com/dustin/go-humanize\tv1.0.1\th1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=\ndep\tgithub.com/elliotchance/phpserialize\tv1.4.0\th1:cAp/9+KSnEbUC8oYCE32n2n84BeW8HOY3HMDI8hG2OY=\ndep\tgithub.com/emicklei/go-restful/v3\tv3.11.0\th1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxERmMY4rD+g=\ndep\tgithub.com/emirpasic/gods\tv1.18.1\th1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=\ndep\tgithub.com/envoyproxy/go-control-plane\tv0.13.1\th1:vPfJZCkob6yTMEgS+0TwfTUfbHjfy/6vOJ8hUWX/uXE=\ndep\tgithub.com/envoyproxy/protoc-gen-validate\tv1.1.0\th1:tntQDh69XqOCOZsDz0lVJQez/2L6Uu2PdjCQwWCJ3bM=\ndep\tgithub.com/evanphx/json-patch\tv5.9.11+incompatible\th1:ixHHqfcGvxhWkniF1tWxBHA0yb4Z+d1UQi45df52xW8=\ndep\tgithub.com/exponent-io/jsonpath\tv0.0.0-20210407135951-1de76d718b3f\th1:Wl78ApPPB2Wvf/TIe2xdyJxTlb6obmF18d8QdkxNDu4=\ndep\tgithub.com/facebookincubator/nvdtools\tv0.1.5\th1:jbmDT1nd6+k+rlvKhnkgMokrCAzHoASWE5LtHbX2qFQ=\ndep\tgithub.com/fatih/camelcase\tv1.0.0\th1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8=\ndep\tgithub.com/fatih/color\tv1.18.0\th1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=\ndep\tgithub.com/felixge/fgprof\tv0.9.5\th1:8+vR6yu2vvSKn08urWyEuxx75NWPEvybbkBirEpsbVY=\ndep\tgithub.com/felixge/httpsnoop\tv1.0.4\th1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=\ndep\tgithub.com/fsnotify/fsnotify\tv1.9.0\th1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k=\ndep\tgithub.com/fvbommel/sortorder\tv1.1.0\th1:fUmoe+HLsBTctBDoaBwpQo5N+nrCp8g/BjKb/6ZQmYw=\ndep\tgithub.com/fxamacker/cbor/v2\tv2.7.0\th1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=\ndep\tgithub.com/gabriel-vasile/mimetype\tv1.4.9\th1:5k+WDwEsD9eTLL8Tz3L0VnmVh9QxGjRmjBvAG7U/oYY=\ndep\tgithub.com/gdamore/encoding\tv1.0.1\th1:YzKZckdBL6jVt2Gc+5p82qhrGiqMdG/eNs6Wy0u3Uhw=\ndep\tgithub.com/github/go-spdx/v2\tv2.3.3\th1:QI7evnHWEfWkT54eJwkoV/f3a0xD3gLlnVmT5wQG6LE=\ndep\tgithub.com/glebarez/go-sqlite\tv1.22.0\th1:uAcMJhaA6r3LHMTFgP0SifzgXg46yJkgxqyuyec+ruQ=\ndep\tgithub.com/glebarez/sqlite\tv1.11.0\th1:wSG0irqzP6VurnMEpFGer5Li19RpIRi2qvQz++w0GMw=\ndep\tgithub.com/go-errors/errors\tv1.5.1\th1:ZwEMSLRCapFLflTpT7NKaAc7ukJ8ZPEjzlxt8rPN8bk=\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-gorp/gorp/v3\tv3.1.0\th1:ItKF/Vbuj31dmV4jxA1qblpSwkl9g1typ24xoe70IGs=\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/go-openapi/jsonpointer\tv0.21.0\th1:YgdVicSA9vH5RiHs9TZW5oyafXZFc6+2Vc1rr/O9oNQ=\ndep\tgithub.com/go-openapi/jsonreference\tv0.20.2\th1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE=\ndep\tgithub.com/go-openapi/swag\tv0.23.0\th1:vsEVJDUo2hPJ2tu0/Xc+4noaxyEffXNIs3cOULZ+GrE=\ndep\tgithub.com/go-restruct/restruct\tv1.2.0-alpha\th1:2Lp474S/9660+SJjpVxoKuWX09JsXHSrdV7Nv3/gkvc=\ndep\tgithub.com/go-viper/mapstructure/v2\tv2.3.0\th1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=\ndep\tgithub.com/gobwas/glob\tv0.2.3\th1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=\ndep\tgithub.com/goccy/go-yaml\tv1.18.0\th1:8W7wMFS12Pcas7KU+VVkaiCng+kG8QiFeFwzFb+rwuw=\ndep\tgithub.com/gogo/protobuf\tv1.3.2\th1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=\ndep\tgithub.com/gohugoio/hashstructure\tv0.5.0\th1:G2fjSBU36RdwEJBWJ+919ERvOVqAg9tfcYp47K9swqg=\ndep\tgithub.com/golang/groupcache\tv0.0.0-20241129210726-2c02b8208cf8\th1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=\ndep\tgithub.com/golang/snappy\tv0.0.4\th1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=\ndep\tgithub.com/google/btree\tv1.1.3\th1:CVpQJjYgC4VbzxeGVHfvZrv1ctoYCAI8vbl07Fcxlyg=\ndep\tgithub.com/google/gnostic-models\tv0.6.9\th1:MU/8wDLif2qCXZmzncUQ/BOfxWfthHi63KqpoNbWqVw=\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/licensecheck\tv0.3.1\th1:QoxgoDkaeC4nFrtGN1jV7IPmDCHFNIVh54e5hSt6sPs=\ndep\tgithub.com/google/pprof\tv0.0.0-20250317173921-a4b03ec1a45e\th1:ijClszYn+mADRFY17kjQEVQ1XRhq2/JR1M3sGqeJoxs=\ndep\tgithub.com/google/s2a-go\tv0.1.8\th1:zZDs9gcbt9ZPLV0ndSyQk6Kacx2g/X+SKYovpnz3SMM=\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.4\th1:XYIDZApgAnrN1c855gTgghdIA6Stxb52D5RnLI1SLyw=\ndep\tgithub.com/googleapis/gax-go/v2\tv2.14.1\th1:hb0FFeiPaQskmvakKu5EbCbpntQn48jyHuvrkurSS/Q=\ndep\tgithub.com/gookit/color\tv1.5.4\th1:FZmqs7XOyGgCAxmWyPslpiok1k05wmY3SJTytgvYFs0=\ndep\tgithub.com/gorilla/websocket\tv1.5.4-0.20250319132907-e064f32e3674\th1:JeSE6pjso5THxAzdVpqr6/geYxZytqFMBCOtn/ujyeo=\ndep\tgithub.com/gosuri/uitable\tv0.0.4\th1:IG2xLKRvErL3uhY6e1BylFzG+aJiwQviDDTfOKeKTpY=\ndep\tgithub.com/gregjones/httpcache\tv0.0.0-20190611155906-901d90724c79\th1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA=\ndep\tgithub.com/hako/durafmt\tv0.0.0-20210608085754-5c1018a4e16b\th1:wDUNC2eKiL35DbLvsDhiblTUXHxcOPwQSCzi7xpQUN4=\ndep\tgithub.com/hashicorp/errwrap\tv1.1.0\th1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=\ndep\tgithub.com/hashicorp/go-cleanhttp\tv0.5.2\th1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=\ndep\tgithub.com/hashicorp/go-getter\tv1.7.9\th1:G9gcjrDixz7glqJ+ll5IWvggSBR+R0B54DSRt4qfdC4=\ndep\tgithub.com/hashicorp/go-multierror\tv1.1.1\th1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=\ndep\tgithub.com/hashicorp/go-safetemp\tv1.0.0\th1:2HR189eFNrjHQyENnQMMpCiBAsRxzbTMIgBhEyExpmo=\ndep\tgithub.com/hashicorp/go-version\tv1.7.0\th1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=\ndep\tgithub.com/hashicorp/golang-lru/v2\tv2.0.7\th1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=\ndep\tgithub.com/hashicorp/hcl/v2\tv2.23.0\th1:Fphj1/gCylPxHutVSEOf2fBOh1VE4AuLV7+kbJf3qos=\ndep\tgithub.com/huandu/xstrings\tv1.5.0\th1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI=\ndep\tgithub.com/iancoleman/strcase\tv0.3.0\th1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI=\ndep\tgithub.com/itchyny/gojq\tv0.12.17\th1:8av8eGduDb5+rvEdaOO+zQUjA04MS0m3Ps8HiD+fceg=\ndep\tgithub.com/itchyny/timefmt-go\tv0.1.6\th1:ia3s54iciXDdzWzwaVKXZPbiXzxxnv1SPGFfM/myJ5Q=\ndep\tgithub.com/jbenet/go-context\tv0.0.0-20150711004518-d14ea06fba99\th1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=\ndep\tgithub.com/jinzhu/copier\tv0.4.0\th1:w3ciUoD19shMCRargcpm0cm91ytaBhDvuRpz1ODO/U8=\ndep\tgithub.com/jinzhu/inflection\tv1.0.0\th1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=\ndep\tgithub.com/jinzhu/now\tv1.1.5\th1:/o9tlHleP7gOFmsnYNz3RGnqzefHA47wQpKrrdTIwXQ=\ndep\tgithub.com/jmespath/go-jmespath\tv0.4.0\th1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=\ndep\tgithub.com/jmoiron/sqlx\tv1.4.0\th1:1PLqN7S1UYp5t4SrVVnt4nUVNemrDAtxlulVe+Qgm3o=\ndep\tgithub.com/josharian/intern\tv1.0.0\th1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=\ndep\tgithub.com/json-iterator/go\tv1.1.12\th1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=\ndep\tgithub.com/kastenhq/goversion\tv0.0.0-20230811215019-93b2f8823953\th1:WdAeg/imY2JFPc/9CST4bZ80nNJbiBFCAdSZCSgrS5Y=\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/knqyf263/go-apk-version\tv0.0.0-20200609155635-041fdbb8563f\th1:GvCU5GXhHq+7LeOzx/haG7HSIZokl3/0GkoUFzsRJjg=\ndep\tgithub.com/knqyf263/go-deb-version\tv0.0.0-20190517075300-09fca494f03d\th1:X4cedH4Kn3JPupAwwWuo4AzYp16P0OyLO9d7OnMZc/c=\ndep\tgithub.com/lann/builder\tv0.0.0-20180802200727-47ae307949d0\th1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=\ndep\tgithub.com/lann/ps\tv0.0.0-20150810152359-62de8c46ede0\th1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=\ndep\tgithub.com/lib/pq\tv1.10.9\th1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=\ndep\tgithub.com/liggitt/tabwriter\tv0.0.0-20181228230101-89fcab3d43de\th1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=\ndep\tgithub.com/lmittmann/tint\tv1.0.7\th1:D/0OqWZ0YOGZ6AyC+5Y2kD8PBEzBk6rFHVSfOqCkF9Y=\ndep\tgithub.com/lucasb-eyer/go-colorful\tv1.2.0\th1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=\ndep\tgithub.com/mailru/easyjson\tv0.7.7\th1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=\ndep\tgithub.com/masahiro331/go-mvn-version\tv0.0.0-20210429150710-d3157d602a08\th1:AevUBW4cc99rAF8q8vmddIP8qd/0J5s/UyltGbp66dg=\ndep\tgithub.com/mattn/go-colorable\tv0.1.14\th1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=\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/mgutz/ansi\tv0.0.0-20200706080929-d51e80ef957d\th1:5PJl274Y63IEHC+7izoQE9x6ikvDFZS2mDVS3drnohI=\ndep\tgithub.com/mholt/archives\tv0.1.3\th1:aEAaOtNra78G+TvV5ohmXrJOAzf++dIlYeDW3N9q458=\ndep\tgithub.com/mikelolasagasti/xz\tv1.0.1\th1:Q2F2jX0RYJUG3+WsM+FJknv+6eVjsjXNDV0KJXZzkD0=\ndep\tgithub.com/minio/minlz\tv1.0.0\th1:Kj7aJZ1//LlTP1DM8Jm7lNKvvJS2m74gyyXXn3+uJWQ=\ndep\tgithub.com/mitchellh/copystructure\tv1.2.0\th1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=\ndep\tgithub.com/mitchellh/go-homedir\tv1.1.0\th1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=\ndep\tgithub.com/mitchellh/go-wordwrap\tv1.0.1\th1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=\ndep\tgithub.com/mitchellh/reflectwalk\tv1.0.2\th1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=\ndep\tgithub.com/moby/docker-image-spec\tv1.3.1\th1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=\ndep\tgithub.com/moby/locker\tv1.0.1\th1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=\ndep\tgithub.com/moby/spdystream\tv0.5.0\th1:7r0J1Si3QO/kjRitvSLVVFUjxMEb/YLj6S9FF62JBCU=\ndep\tgithub.com/moby/sys/mountinfo\tv0.7.2\th1:1shs6aH5s4o5H2zQLn796ADW1wMrIwHsyJ2v9KouLrg=\ndep\tgithub.com/moby/sys/signal\tv0.7.0\th1:25RW3d5TnQEoKvRbEKUGay6DCQ46IxAVTT9CUMgmsSI=\ndep\tgithub.com/moby/sys/user\tv0.3.0\th1:9ni5DlcW5an3SvRSx4MouotOygvzaXbaSrc/wGDFWPo=\ndep\tgithub.com/moby/sys/userns\tv0.1.0\th1:tVLXkFOxVu9A64/yh59slHVv9ahO9UIev4JZusOLG/g=\ndep\tgithub.com/moby/term\tv0.5.2\th1:6qk3FJAFDs6i/q3W/pQ97SX192qKfZgGjCQqfCJkgzQ=\ndep\tgithub.com/modern-go/concurrent\tv0.0.0-20180306012644-bacd9c7ef1dd\th1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=\ndep\tgithub.com/modern-go/reflect2\tv1.0.2\th1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=\ndep\tgithub.com/monochromegane/go-gitignore\tv0.0.0-20200626010858-205db1a8cc00\th1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=\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/mxk/go-flowrate\tv0.0.0-20140419014527-cca7078d478f\th1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=\ndep\tgithub.com/nix-community/go-nix\tv0.0.0-20250101154619-4bdde671e0a1\th1:kpt9ZfKcm+EDG4s40hMwE//d5SBgDjUOrITReV2u4aA=\ndep\tgithub.com/nwaples/rardecode\tv1.1.3\th1:cWCaZwfM5H7nAD6PyEdcVnczzV8i/JtotnyW/dD9lEc=\ndep\tgithub.com/nwaples/rardecode/v2\tv2.1.0\th1:JQl9ZoBPDy+nIZGb1mx8+anfHp/LV3NE2MjMiv0ct/U=\ndep\tgithub.com/olekukonko/errors\tv0.0.0-20250405072817-4e6d85265da6\th1:r3FaAI0NZK3hSmtTDrBVREhKULp8oUeqLT5Eyl2mSPo=\ndep\tgithub.com/olekukonko/ll\tv0.0.8\th1:sbGZ1Fx4QxJXEqL/6IG8GEFnYojUSQ45dJVwN2FH2fc=\ndep\tgithub.com/olekukonko/tablewriter\tv1.0.8\th1:f6wJzHg4QUtJdvrVPKco4QTrAylgaU0+b9br/lJxEiQ=\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/opencontainers/runtime-spec\tv1.2.0\th1:z97+pHb3uELt/yiAWD691HNHQIF07bE7dzrbT927iTk=\ndep\tgithub.com/opencontainers/selinux\tv1.11.1\th1:nHFvthhM0qY8/m+vfhJylliSshm8G1jJ2jDMcgULaH8=\ndep\tgithub.com/openvex/go-vex\tv0.2.5\th1:41utdp2rHgAGCsG+UbjmfMG5CWQxs15nGqir1eRgSrQ=\ndep\tgithub.com/owenrumney/go-sarif\tv1.1.2-0.20231003122901-1000f5e05554\th1:FvA4bwjKpPqik5WsQ8+4z4DKWgA1tO1RTTtNKr5oYNA=\ndep\tgithub.com/package-url/packageurl-go\tv0.1.1\th1:KTRE0bK3sKbFKAk3yy63DpeskU7Cvs/x/Da5l+RtzyU=\ndep\tgithub.com/pandatix/go-cvss\tv0.6.2\th1:TFiHlzUkT67s6UkelHmK6s1INKVUG7nlKYiWWDTITGI=\ndep\tgithub.com/pborman/indent\tv1.2.1\th1:lFiviAbISHv3Rf0jcuh489bi06hj98JsVMtIDZQb9yM=\ndep\tgithub.com/pelletier/go-toml\tv1.9.5\th1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=\ndep\tgithub.com/pelletier/go-toml/v2\tv2.2.3\th1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNHvL12M=\ndep\tgithub.com/peterbourgon/diskv\tv2.0.1+incompatible\th1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=\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/pkg/profile\tv1.7.0\th1:hnbDkaNWPCLMO9wGLdBFTIZvzDrDfBM2072E1S9gJkA=\ndep\tgithub.com/pkg/xattr\tv0.4.9\th1:5883YPCtkSd8LFbs13nXplj9g9tlrwoJRjgpgMu1/fE=\ndep\tgithub.com/rakyll/hey\tv0.1.4\th1:hhc8GIqHN4+rPFZvkM9lkCQGi7da0sINM83xxpFkbPA=\ndep\tgithub.com/remyoudompheng/bigfft\tv0.0.0-20230129092748-24d4a6f8daec\th1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=\ndep\tgithub.com/rivo/uniseg\tv0.4.7\th1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=\ndep\tgithub.com/rubenv/sql-migrate\tv1.8.0\th1:dXnYiJk9k3wetp7GfQbKJcPHjVJL6YK19tKj8t2Ns0o=\ndep\tgithub.com/russross/blackfriday/v2\tv2.1.0\th1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=\ndep\tgithub.com/rust-secure-code/go-rustaudit\tv0.0.0-20250226111315-e20ec32e963c\th1:8gOLsYwaY2JwlTMT4brS5/9XJdrdIbmk2obvQ748CC0=\ndep\tgithub.com/sagikazarmark/locafero\tv0.9.0\th1:GbgQGNtTrEmddYDSAH9QLRyfAHY12md+8YFTqyMTC9k=\ndep\tgithub.com/sahilm/fuzzy\tv0.1.1\th1:ceu5RHF8DGgoi+/dR5PsECjCDH1BE3Fnmpo7aVXOdRA=\ndep\tgithub.com/saintfish/chardet\tv0.0.0-20230101081208-5e3ef4b5456d\th1:hrujxIzL1woJ7AwssoOcM/tq5JjjG2yYOc8odClEiXA=\ndep\tgithub.com/sassoftware/go-rpmutils\tv0.4.0\th1:ojND82NYBxgwrV+mX1CWsd5QJvvEZTKddtCdFLPWhpg=\ndep\tgithub.com/scylladb/go-set\tv1.0.3-0.20200225121959-cc7b2070d91e\th1:7q6NSFZDeGfvvtIRwBrU/aegEYJYmvev0cHAwo17zZQ=\ndep\tgithub.com/sergi/go-diff\tv1.4.0\th1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=\ndep\tgithub.com/shopspring/decimal\tv1.4.0\th1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=\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/sorairolake/lzip-go\tv0.3.5\th1:ms5Xri9o1JBIWvOFAorYtUNik6HI3HgBTkISiqu0Cwg=\ndep\tgithub.com/sourcegraph/conc\tv0.3.0\th1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=\ndep\tgithub.com/spdx/gordf\tv0.0.0-20201111095634-7098f93598fb\th1:bLo8hvc8XFm9J47r690TUKBzcjSWdJDxmjXJZ+/f92U=\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/cast\tv1.7.1\th1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=\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/spf13/viper\tv1.20.1\th1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4=\ndep\tgithub.com/subosito/gotenv\tv1.6.0\th1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=\ndep\tgithub.com/sylabs/sif/v2\tv2.21.1\th1:GZ0b5//AFAqJEChd8wHV/uSKx/l1iuGYwjR8nx+4wPI=\ndep\tgithub.com/sylabs/squashfs\tv1.0.6\th1:PvJcDzxr+vIm2kH56mEMbaOzvGu79gK7P7IX+R7BDZI=\ndep\tgithub.com/therootcompany/xz\tv1.0.1\th1:CmOtsn1CbtmyYiusbfmhmkpAAETj0wBIH6kCYaX+xzw=\ndep\tgithub.com/ulikunitz/xz\tv0.5.12\th1:37Nm15o69RwBkXM0J6A5OlE67RZTfzUxTj8fB3dfcsc=\ndep\tgithub.com/vbatts/go-mtree\tv0.5.4\th1:OMAb8jaCyiFA7zXj0Zc/oARcxBDBoeu2LizjB8BVJl0=\ndep\tgithub.com/vbatts/tar-split\tv0.12.1\th1:CqKoORW7BUWBe7UL/iqTVvkTBOF8UvOMKOIZykxnnbo=\ndep\tgithub.com/vifraa/gopom\tv1.0.0\th1:L9XlKbyvid8PAIK8nr0lihMApJQg/12OBvMA28BcWh0=\ndep\tgithub.com/wagoodman/go-partybus\tv0.0.0-20230516145632-8ccac152c651\th1:jIVmlAFIqV3d+DOxazTR9v+zgj8+VYuQBzPgBZvWBHA=\ndep\tgithub.com/wagoodman/go-presenter\tv0.0.0-20211015174752-f9c01afc824b\th1:uWNQ0khA6RdFzODOMwKo9XXu7fuewnnkHykUtuKru8s=\ndep\tgithub.com/wagoodman/go-progress\tv0.0.0-20230925121702-07e42b3cdba0\th1:0KGbf+0SMg+UFy4e1A/CPVvXn21f1qtWdeJwxZFoQG8=\ndep\tgithub.com/x448/float16\tv0.8.4\th1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=\ndep\tgithub.com/xanzy/ssh-agent\tv0.3.3\th1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=\ndep\tgithub.com/xeipuuv/gojsonpointer\tv0.0.0-20190905194746-02993c407bfb\th1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=\ndep\tgithub.com/xeipuuv/gojsonreference\tv0.0.0-20180127040603-bd5ef7bd5415\th1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=\ndep\tgithub.com/xeipuuv/gojsonschema\tv1.2.0\th1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=\ndep\tgithub.com/xi2/xz\tv0.0.0-20171230120015-48954b6210f8\th1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo=\ndep\tgithub.com/xlab/treeprint\tv1.2.0\th1:HzHnuAF1plUN2zGlAFHbSQP2qJ0ZAD3XF5XD7OesXRQ=\ndep\tgithub.com/xo/terminfo\tv0.0.0-20220910002029-abceb7e1c41e\th1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=\ndep\tgithub.com/zclconf/go-cty\tv1.14.0\th1:/Xrd39K7DXbHzlisFP9c4pHao4yyf+/Ug9LEz+Y/yhc=\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/detectors/gcp\tv1.31.0\th1:G1JQOreVrfhRkner+l4mrGxmfqYCAuy76asTDAo0xsA=\ndep\tgo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc\tv0.58.0\th1:PS8wXpbyaDJQ2VDHHncMe9Vct0Zn1fEjpsjrLxGJoSc=\ndep\tgo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp\tv0.61.0\th1:F7Jx+6hwnZ41NSFTO5q4LYDtJRXBf2PD0rNBkeB/lus=\ndep\tgo.opentelemetry.io/otel\tv1.36.0\th1:UumtzIklRBY6cI/lllNZlALOF5nNIzJVb16APdvgTXg=\ndep\tgo.opentelemetry.io/otel/metric\tv1.36.0\th1:MoWPKVhQvJ+eeXWHFBOPoBOi20jh6Iq2CcCREuTYufE=\ndep\tgo.opentelemetry.io/otel/sdk\tv1.36.0\th1:b6SYIuLRs88ztox4EyrvRti80uXIFy+Sqzoh9kFULbs=\ndep\tgo.opentelemetry.io/otel/sdk/metric\tv1.36.0\th1:r0ntwwGosWGaa0CrSt8cuNuTcccMXERFwHX4dThiPis=\ndep\tgo.opentelemetry.io/otel/trace\tv1.36.0\th1:ahxWNuqZjpdiFAyrIoQ4GIiAIhxAunQR6MUoKrsNd4w=\ndep\tgo.yaml.in/yaml/v2\tv2.4.2\th1:DzmwEr2rDGHl7lsFgAHxmNz/1NlQ7xLIrlN2h5d1eGI=\ndep\tgo.yaml.in/yaml/v3\tv3.0.3\th1:bXOww4E/J3f66rav3pX3m8w6jDE4knZjGOw8b5Y6iNE=\ndep\tgo4.org\tv0.0.0-20230225012048-214862532bf5\th1:nifaUDeh+rPaBCMPMQHZmvJf+QdpLFnuQPwx+LxVmtc=\ndep\tgolang.org/x/crypto\tv0.40.0\th1:r4x+VvoG5Fm+eJcxMaY8CQM7Lb0l1lsmjGBQ6s8BfKM=\ndep\tgolang.org/x/exp\tv0.0.0-20250408133849-7e4ce0ab07d0\th1:R84qjqJb5nVJMxqWYb3np9L5ZsaDtB+a39EqjV0JSUM=\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.34.0\th1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=\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/xerrors\tv0.0.0-20231012003039-104605ab7028\th1:+cNy6SZtPcJQH3LJVLOSmiC7MMxXNOb3PU/VUEz+EhU=\ndep\tgoogle.golang.org/api\tv0.215.0\th1:jdYF4qnyczlEz2ReWIsosNLDuzXyvFHJtI5gcr0J7t0=\ndep\tgoogle.golang.org/genproto\tv0.0.0-20241118233622-e639e219e697\th1:ToEetK57OidYuqD4Q5w+vfEnPvPpuTwedCNVohYJfNk=\ndep\tgoogle.golang.org/genproto/googleapis/api\tv0.0.0-20241209162323-e6fa225c2576\th1:CkkIfIt50+lT6NHAVoRYEyAvQGFM7xEwXUUywFvEb3Q=\ndep\tgoogle.golang.org/genproto/googleapis/rpc\tv0.0.0-20241223144023-3abc09e42ca8\th1:TqExAhdPaB60Ux47Cn0oLV07rGnxZzIsaRhQaqS666A=\ndep\tgoogle.golang.org/grpc\tv1.68.1\th1:oI5oTa11+ng8r8XMMN7jAOmWfPZWbYpCFaMUTACxkM0=\ndep\tgoogle.golang.org/grpc/stats/opentelemetry\tv0.0.0-20241028142157-ada6787961b3\th1:hUfOButuEtpc0UvYiaYRbNwxVYr0mQQOWq6X8beJ9Gc=\ndep\tgoogle.golang.org/protobuf\tv1.36.5\th1:tPhr+woSbjfYvY6/GPufUoYizxw1cF/yFoxJ2fmpwlM=\ndep\tgopkg.in/evanphx/json-patch.v4\tv4.12.0\th1:n6jtcsulIzXPJaxegRbvFNNrZDjbij7ny3gmSPG+6V4=\ndep\tgopkg.in/inf.v0\tv0.9.1\th1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=\ndep\tgopkg.in/warnings.v0\tv0.1.2\th1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=\ndep\tgopkg.in/yaml.v3\tv3.0.1\th1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=\ndep\tgorm.io/gorm\tv1.30.0\th1:qbT5aPv1UH8gI99OsRlvDToLxW5zR7FzS9acZDOZcgs=\ndep\thelm.sh/helm/v3\tv3.18.4\th1:pNhnHM3nAmDrxz6/UC+hfjDY4yeDATQCka2/87hkZXQ=\ndep\tk8s.io/api\tv0.33.2\th1:YgwIS5jKfA+BZg//OQhkJNIfie/kmRsO0BmNaVSimvY=\ndep\tk8s.io/apiextensions-apiserver\tv0.33.2\th1:6gnkIbngnaUflR3XwE1mCefN3YS8yTD631JXQhsU6M8=\ndep\tk8s.io/apimachinery\tv0.33.2\th1:IHFVhqg59mb8PJWTLi8m1mAoepkUNYmptHsV+Z1m5jY=\ndep\tk8s.io/apiserver\tv0.33.2\th1:KGTRbxn2wJagJowo29kKBp4TchpO1DRO3g+dB/KOJN4=\ndep\tk8s.io/cli-runtime\tv0.33.2\th1:koNYQKSDdq5AExa/RDudXMhhtFasEg48KLS2KSAU74Y=\ndep\tk8s.io/client-go\tv0.33.2\th1:z8CIcc0P581x/J1ZYf4CNzRKxRvQAwoAolYPbtQes+E=\ndep\tk8s.io/component-base\tv0.33.2\th1:sCCsn9s/dG3ZrQTX/Us0/Sx2R0G5kwa0wbZFYoVp/+0=\ndep\tk8s.io/component-helpers\tv0.33.2\th1:AjCtYzst11NV8ensxV/2LEEXRwctqS7Bs44bje9Qcnw=\ndep\tk8s.io/klog/v2\tv2.130.1\th1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=\ndep\tk8s.io/kube-openapi\tv0.0.0-20250318190949-c8a335a9a2ff\th1:/usPimJzUKKu+m+TE36gUyGcf03XZEP0ZIKgKj35LS4=\ndep\tk8s.io/kubectl\tv0.33.2\th1:7XKZ6DYCklu5MZQzJe+CkCjoGZwD1wWl7t/FxzhMz7Y=\ndep\tk8s.io/metrics\tv0.33.2\th1:gNCBmtnUMDMCRg9Ly5ehxP3OdKISMsOnh1vzk01iCgE=\ndep\tk8s.io/utils\tv0.0.0-20241104100929-3ea5e8cea738\th1:M3sRQVHv7vB20Xc2ybTt7ODCeFj6JSWYFzOFnYeS6Ro=\ndep\tmodernc.org/libc\tv1.65.10\th1:ZwEk8+jhW7qBjHIT+wd0d9VjitRyQef9BnzlzGwMODc=\ndep\tmodernc.org/mathutil\tv1.7.1\th1:GCZVGXdaN8gTqB1Mf/usp1Y/hSqgI2vAGGP4jZMCxOU=\ndep\tmodernc.org/memory\tv1.11.0\th1:o4QC8aMQzmcwCK3t3Ux/ZHmwFPzE6hf2Y5LbkRs+hbI=\ndep\tmodernc.org/sqlite\tv1.38.0\th1:+4OrfPQ8pxHKuWG4md1JpR/EYAh3Md7TdejuuzE7EUI=\ndep\toras.land/oras-go/v2\tv2.6.0\th1:X4ELRsiGkrbeox69+9tzTu492FMUu7zJQW6eJU+I2oc=\ndep\tsigs.k8s.io/json\tv0.0.0-20241010143419-9aa6b5e7a4b3\th1:/Rv+M11QRah1itp8VhT6HoVx1Ray9eB4DBr+K+/sCJ8=\ndep\tsigs.k8s.io/kustomize/api\tv0.19.0\th1:F+2HB2mU1MSiR9Hp1NEgoU2q9ItNOaBJl0I4Dlus5SQ=\ndep\tsigs.k8s.io/kustomize/kyaml\tv0.19.0\th1:RFge5qsO1uHhwJsu3ipV7RNolC7Uozc0jUBC/61XSlA=\ndep\tsigs.k8s.io/randfill\tv1.0.0\th1:JfjMILfT8A6RbawdsK2JXGBR5AQVfd+9TbzrlneTyrU=\ndep\tsigs.k8s.io/structured-merge-diff/v4\tv4.6.0\th1:IUA9nvMmnKWcj5jl84xn+T5MnlZKThmUW1TdblaLVAc=\ndep\tsigs.k8s.io/yaml\tv1.5.0\th1:M10b2U7aEUY6hRtU870n2VTPgR5RZiL/I6Lcc2F4NUQ=\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=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\nbuild\tvcs=git\nbuild\tvcs.revision=4686c1deec6f718058768256f22cbfc3824e6fb0\nbuild\tvcs.time=2025-08-20T15:06:05Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T21:22:23.1326852Z [00:04:16.254]➜  EOF
2025-08-20T21:22:23.1327017Z [00:04:16.254]➜  mkdir -p $WORK/b001/exe/
2025-08-20T21:22:23.1327167Z [00:04:16.254]➜  cd .
2025-08-20T21:22:23.1328976Z [00:04:16.254]➜  GOROOT='' /root/.go/pkg/tool/linux_amd64/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=AVg_22HsKecOySpnY3zT/u6kcPwDADj4Sp2XcryJM/oBPFupyVP0atrrpuDVyD/AVg_22HsKecOySpnY3zT -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T21:22:31.4598233Z [00:04:24.727]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T21:22:31.5757507Z [00:04:24.843]➜  mkdir -p /build-bins/
2025-08-20T21:22:31.5760277Z [00:04:24.843]➜  cp $WORK/b001/exe/a.out /build-bins/k9s
2025-08-20T21:22:31.6872824Z [00:04:24.954]➜  rm -rf $WORK/b001/
2025-08-20T21:22:32.4726712Z [00:04:25.740]➜  '/tmp/tmp.gv9cDu0mVo/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T21:22:32.4973129Z [00:04:25.764]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:22:32.5010936Z [00:04:25.768]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:22:32.8535958Z [00:04:26.121]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:22:33.3737937Z [00:04:26.641]➜  copy from `/build-bins/k9s' [elf64-x86-64] to `/build-bins/stHPDBmi' [elf64-x86-64]
2025-08-20T21:22:33.7329959Z [00:04:27.000]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:22:33.7361650Z [00:04:27.003]➜  
2025-08-20T21:22:33.7379327Z [00:04:27.005]➜  /build-bins/LICENSE
2025-08-20T21:22:33.7443446Z [00:04:27.012]➜  
2025-08-20T21:22:33.7459221Z [00:04:27.013]➜  /build-bins/k9s
2025-08-20T21:22:33.7473333Z [00:04:27.015]➜  There are 26 section headers, starting at offset 0x8c29160:
2025-08-20T21:22:33.7475921Z [00:04:27.015]➜  
2025-08-20T21:22:33.7476667Z [00:04:27.015]➜  Section Headers:
2025-08-20T21:22:33.7477752Z [00:04:27.015]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:22:33.7478569Z [00:04:27.015]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:22:33.7479338Z [00:04:27.015]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:22:33.7480198Z [00:04:27.015]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:22:33.7481068Z [00:04:27.015]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T21:22:33.7481905Z [00:04:27.015]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T21:22:33.7482921Z [00:04:27.015]➜    [ 2] .dynsym           DYNSYM           0000000000000258  00000258
2025-08-20T21:22:33.7483718Z [00:04:27.015]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T21:22:33.7484498Z [00:04:27.015]➜    [ 3] .dynstr           STRTAB           0000000000000270  00000270
2025-08-20T21:22:33.7485289Z [00:04:27.015]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T21:22:33.7485916Z [00:04:27.015]➜    [ 4] .rela.dyn         RELA             0000000000000278  00000278
2025-08-20T21:22:33.7486390Z [00:04:27.015]➜         0000000000c1f410  0000000000000018   A       2     0     8
2025-08-20T21:22:33.7486821Z [00:04:27.015]➜    [ 5] .init             PROGBITS         0000000000c20000  00c20000
2025-08-20T21:22:33.7487250Z [00:04:27.015]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:22:33.7487670Z [00:04:27.015]➜    [ 6] .plt              PROGBITS         0000000000c20010  00c20010
2025-08-20T21:22:33.7488273Z [00:04:27.015]➜         0000000000000010  0000000000000010  AX       0     0     16
2025-08-20T21:22:33.7488712Z [00:04:27.015]➜    [ 7] .plt.got          PROGBITS         0000000000c20020  00c20020
2025-08-20T21:22:33.7489132Z [00:04:27.015]➜         0000000000000010  0000000000000008  AX       0     0     8
2025-08-20T21:22:33.7489655Z [00:04:27.015]➜    [ 8] .text             PROGBITS         0000000000c20040  00c20040
2025-08-20T21:22:33.7490076Z [00:04:27.015]➜         0000000003806c01  0000000000000000  AX       0     0     64
2025-08-20T21:22:33.7490484Z [00:04:27.015]➜    [ 9] .fini             PROGBITS         0000000004426c41  04426c41
2025-08-20T21:22:33.7490892Z [00:04:27.015]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:22:33.7491311Z [00:04:27.015]➜    [10] .rodata           PROGBITS         0000000004427000  04427000
2025-08-20T21:22:33.7491731Z [00:04:27.015]➜         0000000000cb282c  0000000000000000   A       0     0     32
2025-08-20T21:22:33.7492228Z [00:04:27.015]➜    [11] .eh_frame_hdr     PROGBITS         00000000050d982c  050d982c
2025-08-20T21:22:33.7492886Z [00:04:27.015]➜         00000000000006e4  0000000000000000   A       0     0     4
2025-08-20T21:22:33.7493420Z [00:04:27.015]➜    [12] .eh_frame         PROGBITS         00000000050d9f10  050d9f10
2025-08-20T21:22:33.7493850Z [00:04:27.015]➜         0000000000002dac  0000000000000000   A       0     0     8
2025-08-20T21:22:33.7494272Z [00:04:27.015]➜    [13] .tbss             NOBITS           00000000050dd8d0  050dd8d0
2025-08-20T21:22:33.7494700Z [00:04:27.015]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T21:22:33.7495141Z [00:04:27.015]➜    [14] .init_array       INIT_ARRAY       00000000050dd8d0  050dd8d0
2025-08-20T21:22:33.7495673Z [00:04:27.015]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:22:33.7496118Z [00:04:27.015]➜    [15] .fini_array       FINI_ARRAY       00000000050dd8d8  050dd8d8
2025-08-20T21:22:33.7496552Z [00:04:27.015]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:22:33.7496982Z [00:04:27.015]➜    [16] .data.rel.ro      PROGBITS         00000000050dd8e0  050dd8e0
2025-08-20T21:22:33.7497417Z [00:04:27.015]➜         00000000036ea540  0000000000000000  WA       0     0     32
2025-08-20T21:22:33.7497851Z [00:04:27.015]➜    [17] .dynamic          DYNAMIC          00000000087c7e20  087c7e20
2025-08-20T21:22:33.7498273Z [00:04:27.015]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T21:22:33.7498691Z [00:04:27.015]➜    [18] .got              PROGBITS         00000000087c7fa0  087c7fa0
2025-08-20T21:22:33.7499102Z [00:04:27.015]➜         0000000000000048  0000000000000008  WA       0     0     8
2025-08-20T21:22:33.7499552Z [00:04:27.015]➜    [19] .data             PROGBITS         00000000087c8000  087c8000
2025-08-20T21:22:33.7499973Z [00:04:27.015]➜         00000000000ad820  0000000000000000  WA       0     0     32
2025-08-20T21:22:33.7500414Z [00:04:27.015]➜    [20] .go.buildinfo     PROGBITS         0000000008875820  08875820
2025-08-20T21:22:33.7500844Z [00:04:27.015]➜         0000000000007f80  0000000000000000  WA       0     0     16
2025-08-20T21:22:33.7501271Z [00:04:27.015]➜    [21] .go.fipsinfo      PROGBITS         000000000887d7a0  0887d7a0
2025-08-20T21:22:33.7501705Z [00:04:27.015]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T21:22:33.7502132Z [00:04:27.015]➜    [22] .noptrdata        PROGBITS         000000000887d820  0887d820
2025-08-20T21:22:33.7502561Z [00:04:27.015]➜         00000000003ab861  0000000000000000  WA       0     0     32
2025-08-20T21:22:33.7503216Z [00:04:27.015]➜    [23] .bss              NOBITS           0000000008c290a0  08c29081
2025-08-20T21:22:33.7503639Z [00:04:27.015]➜         000000000004e268  0000000000000000  WA       0     0     32
2025-08-20T21:22:33.7504089Z [00:04:27.015]➜    [24] .noptrbss         NOBITS           0000000008c77320  08c29081
2025-08-20T21:22:33.7504637Z [00:04:27.015]➜         000000000002c760  0000000000000000  WA       0     0     32
2025-08-20T21:22:33.7505059Z [00:04:27.015]➜    [25] .shstrtab         STRTAB           0000000000000000  08c29081
2025-08-20T21:22:33.7505483Z [00:04:27.015]➜         00000000000000de  0000000000000000           0     0     1
2025-08-20T21:22:33.7505881Z [00:04:27.015]➜  Key to Flags:
2025-08-20T21:22:33.7506249Z [00:04:27.015]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:22:33.7506719Z [00:04:27.015]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:22:33.7507172Z [00:04:27.015]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:22:33.7507585Z [00:04:27.015]➜    D (mbind), l (large), p (processor specific)
2025-08-20T21:22:33.7507961Z [00:04:27.016]➜  + file /build-bins/LICENSE /build-bins/k9s
2025-08-20T21:22:33.7775076Z [00:04:27.045]➜  /build-bins/LICENSE: ASCII text
2025-08-20T21:22:33.7836071Z [00:04:27.051]➜  /build-bins/k9s:     ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:22:33.7846456Z [00:04:27.052]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/k9s
2025-08-20T21:22:33.7866502Z [00:04:27.054]➜  /build-bins/LICENSE:         10174 Bytes
2025-08-20T21:22:33.7867178Z [00:04:27.054]➜  /build-bins/k9s:         146970592 Bytes
2025-08-20T21:22:33.7869573Z [00:04:27.054]➜  + du /build-bins/LICENSE /build-bins/k9s --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:22:33.7885105Z [00:04:27.056]➜  10K	2025-08-20 21:22:32.471057889 +0000	/build-bins/LICENSE
2025-08-20T21:22:33.7885812Z [00:04:27.056]➜  141M	2025-08-20 21:22:33.665074720 +0000	/build-bins/k9s
2025-08-20T21:22:33.7887788Z [00:04:27.056]➜  + popd
2025-08-20T21:22:34.6350650Z [00:04:27.902]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:22:35.0787498Z [00:04:28.346]➜  + '[' -s /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:22:35.0788830Z [00:04:28.346]➜  + cp -fv /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:22:35.0834344Z [00:04:28.351]➜  '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:22:35.0840068Z [00:04:28.351]➜  + find /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:22:35.0845840Z [00:04:28.352]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:22:35.0849317Z [00:04:28.352]➜  + cut -d: -f1
2025-08-20T21:22:35.0849901Z [00:04:28.352]➜  + xargs realpath --no-symlinks
2025-08-20T21:22:35.0854035Z [00:04:28.353]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:22:35.4617733Z [00:04:28.729]➜  sending incremental file list
2025-08-20T21:22:35.4862207Z [00:04:28.754]➜  k9s
2025-08-20T21:22:35.6990045Z [00:04:28.966]➜  
2025-08-20T21:22:35.6990569Z [00:04:28.966]➜  sent 147.01M bytes  received 35 bytes  294.01M bytes/sec
2025-08-20T21:22:35.6991118Z [00:04:28.966]➜  total size is 146.97M  speedup is 1.00
2025-08-20T21:22:35.7004637Z [00:04:28.968]➜  
2025-08-20T21:22:39.6664025Z [00:04:32.934]➜  
2025-08-20T21:22:39.6779647Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/snap/snapcraft.yaml' from root:root to runner:runner
2025-08-20T21:22:39.6781476Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/snap' from root:root to runner:runner
2025-08-20T21:22:39.6782875Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:22:39.6784652Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.dockerignore' from root:root to runner:runner
2025-08-20T21:22:39.6786709Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/slogs/keys.go' from root:root to runner:runner
2025-08-20T21:22:39.6788013Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/slogs/child.go' from root:root to runner:runner
2025-08-20T21:22:39.6789266Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/slogs' from root:root to runner:runner
2025-08-20T21:22:39.6790714Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/helpers.go' from root:root to runner:runner
2025-08-20T21:22:39.6793188Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/health/types.go' from root:root to runner:runner
2025-08-20T21:22:39.6794585Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/health/check_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6796015Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/health/check.go' from root:root to runner:runner
2025-08-20T21:22:39.6797458Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/health' from root:root to runner:runner
2025-08-20T21:22:39.6799566Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/pool_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6800880Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/watch/forwarders.go' from root:root to runner:runner
2025-08-20T21:22:39.6802228Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/watch/forwarders_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6804369Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/watch/helper.go' from root:root to runner:runner
2025-08-20T21:22:39.6806794Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/watch/factory.go' from root:root to runner:runner
2025-08-20T21:22:39.6809086Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/watch' from root:root to runner:runner
2025-08-20T21:22:39.6810848Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/config.go' from root:root to runner:runner
2025-08-20T21:22:39.6813433Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/helpers.go' from root:root to runner:runner
2025-08-20T21:22:39.6815285Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/types.go' from root:root to runner:runner
2025-08-20T21:22:39.6817252Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/gvrs.go' from root:root to runner:runner
2025-08-20T21:22:39.6819771Z [00:04:32.945]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/config_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6821583Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/client.go' from root:root to runner:runner
2025-08-20T21:22:39.6824210Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/metrics_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6826641Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/metrics.go' from root:root to runner:runner
2025-08-20T21:22:39.6828229Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/client_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6830671Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/errors.go' from root:root to runner:runner
2025-08-20T21:22:39.6833111Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/gvr_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6834952Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/helper_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6836867Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/gvr.go' from root:root to runner:runner
2025-08-20T21:22:39.6838189Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/testdata/config.1' from root:root to runner:runner
2025-08-20T21:22:39.6839538Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/testdata/config' from root:root to runner:runner
2025-08-20T21:22:39.6841534Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/testdata/config.2' from root:root to runner:runner
2025-08-20T21:22:39.6843562Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/testdata' from root:root to runner:runner
2025-08-20T21:22:39.6844830Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client' from root:root to runner:runner
2025-08-20T21:22:39.6846134Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/mock/test_helpers.go' from root:root to runner:runner
2025-08-20T21:22:39.6848454Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/mock' from root:root to runner:runner
2025-08-20T21:22:39.6849777Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/logger_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6851118Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/views_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6852535Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/shell_pod.go' from root:root to runner:runner
2025-08-20T21:22:39.6855179Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/hotkey_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6857635Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/styles_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6859129Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/config.go' from root:root to runner:runner
2025-08-20T21:22:39.6861435Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/helpers.go' from root:root to runner:runner
2025-08-20T21:22:39.6862888Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/views.go' from root:root to runner:runner
2025-08-20T21:22:39.6864177Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/types.go' from root:root to runner:runner
2025-08-20T21:22:39.6865546Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/views_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6867546Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/config_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6869403Z [00:04:32.946]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/plugin.go' from root:root to runner:runner
2025-08-20T21:22:39.6870695Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/flags.go' from root:root to runner:runner
2025-08-20T21:22:39.6872367Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/k9s.go' from root:root to runner:runner
2025-08-20T21:22:39.6874465Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/color_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6876132Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/flags_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6877464Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/plugin_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6879495Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/files.go' from root:root to runner:runner
2025-08-20T21:22:39.6881048Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/k9s_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6882376Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/config.go' from root:root to runner:runner
2025-08-20T21:22:39.6884100Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/helpers.go' from root:root to runner:runner
2025-08-20T21:22:39.6886533Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/context_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6888984Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/ns.go' from root:root to runner:runner
2025-08-20T21:22:39.6890486Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/view_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6893203Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/feature_gate.go' from root:root to runner:runner
2025-08-20T21:22:39.6895610Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/proxy.go' from root:root to runner:runner
2025-08-20T21:22:39.6897278Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/types.go' from root:root to runner:runner
2025-08-20T21:22:39.6899322Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/dir.go' from root:root to runner:runner
2025-08-20T21:22:39.6900674Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/dir_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6902065Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/context_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6904518Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/context.go' from root:root to runner:runner
2025-08-20T21:22:39.6906070Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/ns_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6907396Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/view.go' from root:root to runner:runner
2025-08-20T21:22:39.6909208Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/helpers_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6911310Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/configs/ct-1-2.yaml' from root:root to runner:runner
2025-08-20T21:22:39.6913085Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/configs/def_ct.yaml' from root:root to runner:runner
2025-08-20T21:22:39.6914622Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/configs/ct-1-1.yaml' from root:root to runner:runner
2025-08-20T21:22:39.6917476Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/configs/aws_ct.yaml' from root:root to runner:runner
2025-08-20T21:22:39.6920071Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/configs/ct-2-1.yaml' from root:root to runner:runner
2025-08-20T21:22:39.6922600Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/configs' from root:root to runner:runner
2025-08-20T21:22:39.6924370Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/data/k9s/cl-1/ct-1-2/config.yaml' from root:root to runner:runner
2025-08-20T21:22:39.6926023Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/data/k9s/cl-1/ct-1-2' from root:root to runner:runner
2025-08-20T21:22:39.6928459Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/data/k9s/cl-1/ct-1-1/config.yaml' from root:root to runner:runner
2025-08-20T21:22:39.6931310Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/data/k9s/cl-1/ct-1-1' from root:root to runner:runner
2025-08-20T21:22:39.6933150Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/data/k9s/cl-1' from root:root to runner:runner
2025-08-20T21:22:39.6935702Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/data/k9s/cl-2/ct-2-1/config.yaml' from root:root to runner:runner
2025-08-20T21:22:39.6937994Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/data/k9s/cl-2/ct-2-1' from root:root to runner:runner
2025-08-20T21:22:39.6939501Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/data/k9s/cl-2' from root:root to runner:runner
2025-08-20T21:22:39.6941816Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/data/k9s' from root:root to runner:runner
2025-08-20T21:22:39.6943389Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/data' from root:root to runner:runner
2025-08-20T21:22:39.6944761Z [00:04:32.947]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata' from root:root to runner:runner
2025-08-20T21:22:39.6946065Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data' from root:root to runner:runner
2025-08-20T21:22:39.6948060Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/styles.go' from root:root to runner:runner
2025-08-20T21:22:39.6950126Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/threshold_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6951595Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/k9s_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6953634Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/benchmark_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6955495Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/alias.go' from root:root to runner:runner
2025-08-20T21:22:39.6956862Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/templates/hotkeys.yaml' from root:root to runner:runner
2025-08-20T21:22:39.6958360Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/templates/stock-skin.yaml' from root:root to runner:runner
2025-08-20T21:22:39.6960810Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/templates/benchmarks.yaml' from root:root to runner:runner
2025-08-20T21:22:39.6962851Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/templates/aliases.yaml' from root:root to runner:runner
2025-08-20T21:22:39.6964243Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/templates' from root:root to runner:runner
2025-08-20T21:22:39.6966116Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/scans_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6968005Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/benchmark.go' from root:root to runner:runner
2025-08-20T21:22:39.6969341Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/alias_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6970682Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/files_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6972606Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/styles_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6974587Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/files_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6975904Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/hotkey.go' from root:root to runner:runner
2025-08-20T21:22:39.6977252Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/validator_test.go' from root:root to runner:runner
2025-08-20T21:22:39.6978669Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/plugins.json' from root:root to runner:runner
2025-08-20T21:22:39.6980082Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/skin.json' from root:root to runner:runner
2025-08-20T21:22:39.6982912Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/plugin-multi.json' from root:root to runner:runner
2025-08-20T21:22:39.6984505Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/hotkeys.json' from root:root to runner:runner
2025-08-20T21:22:39.6985929Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/plugin.json' from root:root to runner:runner
2025-08-20T21:22:39.6988200Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/aliases.json' from root:root to runner:runner
2025-08-20T21:22:39.6989971Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/views.json' from root:root to runner:runner
2025-08-20T21:22:39.6991404Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/context.json' from root:root to runner:runner
2025-08-20T21:22:39.6993687Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/k9s.json' from root:root to runner:runner
2025-08-20T21:22:39.6995463Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas' from root:root to runner:runner
2025-08-20T21:22:39.6996841Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/validator.go' from root:root to runner:runner
2025-08-20T21:22:39.6998267Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/views/cool.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7000830Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/views/toast.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7002573Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/views' from root:root to runner:runner
2025-08-20T21:22:39.7004312Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/aliases/cool.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7006766Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/aliases/toast.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7008228Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/aliases' from root:root to runner:runner
2025-08-20T21:22:39.7009677Z [00:04:32.948]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/hotkeys/cool.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7011951Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/hotkeys' from root:root to runner:runner
2025-08-20T21:22:39.7014186Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/context/cool.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7015699Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/context/toast.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7018370Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/context' from root:root to runner:runner
2025-08-20T21:22:39.7019866Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/skins/cool.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7021427Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/skins/toast.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7023544Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/skins' from root:root to runner:runner
2025-08-20T21:22:39.7025455Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/k9s/cool.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7026994Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/k9s/toast.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7028415Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/k9s' from root:root to runner:runner
2025-08-20T21:22:39.7030967Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/plugins/snippet.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7033022Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/plugins/snippets.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7034722Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/plugins/cool.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7037512Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/plugins/toast.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7039002Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/plugins' from root:root to runner:runner
2025-08-20T21:22:39.7040380Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata' from root:root to runner:runner
2025-08-20T21:22:39.7042874Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json' from root:root to runner:runner
2025-08-20T21:22:39.7044529Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/logger.go' from root:root to runner:runner
2025-08-20T21:22:39.7045844Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/threshold.go' from root:root to runner:runner
2025-08-20T21:22:39.7047276Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/color.go' from root:root to runner:runner
2025-08-20T21:22:39.7049616Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/scans.go' from root:root to runner:runner
2025-08-20T21:22:39.7051003Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/views/views.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7052385Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/views' from root:root to runner:runner
2025-08-20T21:22:39.7054077Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/benchmarks/b_containers.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7056700Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/benchmarks/b_containers_1.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7058703Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/benchmarks/bench-fred.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7060218Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/benchmarks/b_good.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7062030Z [00:04:32.949]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/benchmarks/b_toast.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7064556Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/benchmarks' from root:root to runner:runner
2025-08-20T21:22:39.7065950Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/k8s.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7067379Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/configs/k9s_toast.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7069632Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/configs/default.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7071400Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/configs/expected.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7073158Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/configs/k9s.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7074582Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/configs' from root:root to runner:runner
2025-08-20T21:22:39.7076497Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/aliases/plain.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7078518Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/aliases/aliases.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7080010Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/aliases' from root:root to runner:runner
2025-08-20T21:22:39.7081424Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/hotkeys/hotkeys.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7082960Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/hotkeys' from root:root to runner:runner
2025-08-20T21:22:39.7085167Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/kubes/test.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7086844Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/kubes' from root:root to runner:runner
2025-08-20T21:22:39.7088277Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/skins/black-and-wtf.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7089837Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/skins/boarked.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7092274Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/skins/empty.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7093914Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/skins' from root:root to runner:runner
2025-08-20T21:22:39.7095327Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/plugins/plugins.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7096892Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/plugins/dir/snippet.1.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7099795Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/plugins/dir/snippet.2.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7101403Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/plugins/dir/snippet.multi.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7103114Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/plugins/dir' from root:root to runner:runner
2025-08-20T21:22:39.7105552Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/plugins/plugins-toast.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7107159Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/plugins' from root:root to runner:runner
2025-08-20T21:22:39.7109176Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata' from root:root to runner:runner
2025-08-20T21:22:39.7111581Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config' from root:root to runner:runner
2025-08-20T21:22:39.7114191Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/dot_matrix.go' from root:root to runner:runner
2025-08-20T21:22:39.7116801Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/component_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7119250Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/component_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7120641Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/gauge.go' from root:root to runner:runner
2025-08-20T21:22:39.7121961Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/component.go' from root:root to runner:runner
2025-08-20T21:22:39.7123595Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/dot_matrix_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7124977Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/gauge_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7126327Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/gauge_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7127648Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/series.go' from root:root to runner:runner
2025-08-20T21:22:39.7128962Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/series_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7130294Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/sparkline.go' from root:root to runner:runner
2025-08-20T21:22:39.7131569Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart' from root:root to runner:runner
2025-08-20T21:22:39.7132994Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/rs.go' from root:root to runner:runner
2025-08-20T21:22:39.7134358Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/rs_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7135655Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/tree_node.go' from root:root to runner:runner
2025-08-20T21:22:39.7136953Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/pod_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7138290Z [00:04:32.950]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/ns.go' from root:root to runner:runner
2025-08-20T21:22:39.7139534Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/sa.go' from root:root to runner:runner
2025-08-20T21:22:39.7140775Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/pod.go' from root:root to runner:runner
2025-08-20T21:22:39.7142024Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/sts.go' from root:root to runner:runner
2025-08-20T21:22:39.7143544Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/sts_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7144882Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/container_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7146195Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/ds_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7147468Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/dp_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7148776Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/dp.go' from root:root to runner:runner
2025-08-20T21:22:39.7150079Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/tree_node_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7151386Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/svc_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7152841Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/section.go' from root:root to runner:runner
2025-08-20T21:22:39.7154137Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/ns_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7155422Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/container.go' from root:root to runner:runner
2025-08-20T21:22:39.7156735Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/generic_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7158097Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/svc.go' from root:root to runner:runner
2025-08-20T21:22:39.7159338Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/ds.go' from root:root to runner:runner
2025-08-20T21:22:39.7160609Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/generic.go' from root:root to runner:runner
2025-08-20T21:22:39.7161891Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/sa_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7163590Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/cilium.json' from root:root to runner:runner
2025-08-20T21:22:39.7164980Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/svc.json' from root:root to runner:runner
2025-08-20T21:22:39.7166317Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/ds.json' from root:root to runner:runner
2025-08-20T21:22:39.7167644Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/sts.json' from root:root to runner:runner
2025-08-20T21:22:39.7169084Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/ns.json' from root:root to runner:runner
2025-08-20T21:22:39.7170429Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/dp.json' from root:root to runner:runner
2025-08-20T21:22:39.7171756Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/sa.json' from root:root to runner:runner
2025-08-20T21:22:39.7173355Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/po.json' from root:root to runner:runner
2025-08-20T21:22:39.7174728Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/init.json' from root:root to runner:runner
2025-08-20T21:22:39.7176073Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/rs.json' from root:root to runner:runner
2025-08-20T21:22:39.7177374Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata' from root:root to runner:runner
2025-08-20T21:22:39.7178601Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray' from root:root to runner:runner
2025-08-20T21:22:39.7179874Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/color/colorize_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7181200Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/color/colorize.go' from root:root to runner:runner
2025-08-20T21:22:39.7182511Z [00:04:32.951]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/color' from root:root to runner:runner
2025-08-20T21:22:39.7183966Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/values.go' from root:root to runner:runner
2025-08-20T21:22:39.7185282Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/cluster_info.go' from root:root to runner:runner
2025-08-20T21:22:39.7186593Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/helpers.go' from root:root to runner:runner
2025-08-20T21:22:39.7187979Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/fish_buff.go' from root:root to runner:runner
2025-08-20T21:22:39.7189282Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/history.go' from root:root to runner:runner
2025-08-20T21:22:39.7190557Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/types.go' from root:root to runner:runner
2025-08-20T21:22:39.7191866Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/table_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7193622Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/pulse.go' from root:root to runner:runner
2025-08-20T21:22:39.7194924Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/tree.go' from root:root to runner:runner
2025-08-20T21:22:39.7196209Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/log_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7197560Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/cmd_buff.go' from root:root to runner:runner
2025-08-20T21:22:39.7199398Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/registry.go' from root:root to runner:runner
2025-08-20T21:22:39.7201976Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/cmd_buff_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7204738Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/history_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7207293Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/table_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7209386Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/cluster_info_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7210731Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/semver.go' from root:root to runner:runner
2025-08-20T21:22:39.7212006Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/flash.go' from root:root to runner:runner
2025-08-20T21:22:39.7213675Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/stack.go' from root:root to runner:runner
2025-08-20T21:22:39.7214974Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/hint_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7216302Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/fish_buff_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7217721Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/menu_hint_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7219051Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/semver_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7220376Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/pulse_health.go' from root:root to runner:runner
2025-08-20T21:22:39.7221697Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/stack_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7223259Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/rev_values.go' from root:root to runner:runner
2025-08-20T21:22:39.7224563Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/log.go' from root:root to runner:runner
2025-08-20T21:22:39.7225854Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/log_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7227198Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/hint.go' from root:root to runner:runner
2025-08-20T21:22:39.7228462Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/text.go' from root:root to runner:runner
2025-08-20T21:22:39.7229757Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/describe.go' from root:root to runner:runner
2025-08-20T21:22:39.7231064Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/text_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7232361Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/menu_hint.go' from root:root to runner:runner
2025-08-20T21:22:39.7233967Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/helpers_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7235288Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/table.go' from root:root to runner:runner
2025-08-20T21:22:39.7236594Z [00:04:32.952]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/helpers_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7237985Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/cluster.go' from root:root to runner:runner
2025-08-20T21:22:39.7239262Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/yaml.go' from root:root to runner:runner
2025-08-20T21:22:39.7240565Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/testdata/p1.json' from root:root to runner:runner
2025-08-20T21:22:39.7241933Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/testdata' from root:root to runner:runner
2025-08-20T21:22:39.7243438Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/flash_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7244696Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model' from root:root to runner:runner
2025-08-20T21:22:39.7245961Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/perf/benchmark.go' from root:root to runner:runner
2025-08-20T21:22:39.7247271Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/perf' from root:root to runner:runner
2025-08-20T21:22:39.7248492Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/pool.go' from root:root to runner:runner
2025-08-20T21:22:39.7249708Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/keys.go' from root:root to runner:runner
2025-08-20T21:22:39.7250952Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/pf_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7252313Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/pfs.go' from root:root to runner:runner
2025-08-20T21:22:39.7253947Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/ann.go' from root:root to runner:runner
2025-08-20T21:22:39.7255204Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/pf.go' from root:root to runner:runner
2025-08-20T21:22:39.7256506Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/co_portspec_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7257842Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/co_portspec.go' from root:root to runner:runner
2025-08-20T21:22:39.7259140Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/ann_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7260443Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/tunnel_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7261827Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/pfs_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7263406Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/tunnel.go' from root:root to runner:runner
2025-08-20T21:22:39.7264687Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port' from root:root to runner:runner
2025-08-20T21:22:39.7265925Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/crumbs.go' from root:root to runner:runner
2025-08-20T21:22:39.7267289Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/indicator.go' from root:root to runner:runner
2025-08-20T21:22:39.7268627Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/pages_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7269894Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/config.go' from root:root to runner:runner
2025-08-20T21:22:39.7271647Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/crumbs_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7274219Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/select_table.go' from root:root to runner:runner
2025-08-20T21:22:39.7276711Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/types.go' from root:root to runner:runner
2025-08-20T21:22:39.7279159Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/tree.go' from root:root to runner:runner
2025-08-20T21:22:39.7281537Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/config_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7283068Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/pages.go' from root:root to runner:runner
2025-08-20T21:22:39.7284401Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/table_helper_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7285713Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/splash_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7286989Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/logo_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7288327Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/table_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7289620Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/app_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7290878Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/menu.go' from root:root to runner:runner
2025-08-20T21:22:39.7292218Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/action.go' from root:root to runner:runner
2025-08-20T21:22:39.7293711Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/padding.go' from root:root to runner:runner
2025-08-20T21:22:39.7294971Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/flash.go' from root:root to runner:runner
2025-08-20T21:22:39.7296365Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/indicator_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7297674Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/action_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7298937Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/logo.go' from root:root to runner:runner
2025-08-20T21:22:39.7300212Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/padding_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7301564Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/modal_list.go' from root:root to runner:runner
2025-08-20T21:22:39.7303128Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/menu_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7304437Z [00:04:32.953]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/deltas_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7305745Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/config_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7307138Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/prompt_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7308412Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/key.go' from root:root to runner:runner
2025-08-20T21:22:39.7309637Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/app.go' from root:root to runner:runner
2025-08-20T21:22:39.7310881Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/splash.go' from root:root to runner:runner
2025-08-20T21:22:39.7312131Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/table.go' from root:root to runner:runner
2025-08-20T21:22:39.7313570Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/prompt.go' from root:root to runner:runner
2025-08-20T21:22:39.7314873Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/delete.go' from root:root to runner:runner
2025-08-20T21:22:39.7316283Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/transfer.go' from root:root to runner:runner
2025-08-20T21:22:39.7317621Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/error_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7318956Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/restart.go' from root:root to runner:runner
2025-08-20T21:22:39.7320296Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/confirm_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7321708Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/selection.go' from root:root to runner:runner
2025-08-20T21:22:39.7323309Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/error.go' from root:root to runner:runner
2025-08-20T21:22:39.7324664Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/prompt_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7325999Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/confirm.go' from root:root to runner:runner
2025-08-20T21:22:39.7327411Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/delete_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7328751Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/prompt.go' from root:root to runner:runner
2025-08-20T21:22:39.7330019Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog' from root:root to runner:runner
2025-08-20T21:22:39.7331345Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/table_helper.go' from root:root to runner:runner
2025-08-20T21:22:39.7332836Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/flash_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7334387Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/deltas.go' from root:root to runner:runner
2025-08-20T21:22:39.7335616Z [00:04:32.954]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui' from root:root to runner:runner
2025-08-20T21:22:39.7336824Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/rs.go' from root:root to runner:runner
2025-08-20T21:22:39.7338102Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/port_forwarder.go' from root:root to runner:runner
2025-08-20T21:22:39.7339515Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/log_options.go' from root:root to runner:runner
2025-08-20T21:22:39.7340799Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/helpers.go' from root:root to runner:runner
2025-08-20T21:22:39.7342161Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/pod_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7344395Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/ns.go' from root:root to runner:runner
2025-08-20T21:22:39.7345689Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/log_item_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7346977Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/node.go' from root:root to runner:runner
2025-08-20T21:22:39.7348251Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/cruiser.go' from root:root to runner:runner
2025-08-20T21:22:39.7349526Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/accessor.go' from root:root to runner:runner
2025-08-20T21:22:39.7350878Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/pod.go' from root:root to runner:runner
2025-08-20T21:22:39.7352181Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/sts.go' from root:root to runner:runner
2025-08-20T21:22:39.7353629Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/job.go' from root:root to runner:runner
2025-08-20T21:22:39.7354910Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/port_forward.go' from root:root to runner:runner
2025-08-20T21:22:39.7356193Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/types.go' from root:root to runner:runner
2025-08-20T21:22:39.7357437Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/pulse.go' from root:root to runner:runner
2025-08-20T21:22:39.7358704Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/img_scan.go' from root:root to runner:runner
2025-08-20T21:22:39.7359992Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/rest_mapper.go' from root:root to runner:runner
2025-08-20T21:22:39.7361282Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/registry.go' from root:root to runner:runner
2025-08-20T21:22:39.7362995Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/log_options_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7364417Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/cm.go' from root:root to runner:runner
2025-08-20T21:22:39.7365813Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/container_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7367168Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/secret.go' from root:root to runner:runner
2025-08-20T21:22:39.7368477Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/log_items.go' from root:root to runner:runner
2025-08-20T21:22:39.7369744Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/dir.go' from root:root to runner:runner
2025-08-20T21:22:39.7371033Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/rbac_subject.go' from root:root to runner:runner
2025-08-20T21:22:39.7372319Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/dir_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7373858Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/rbac_policy_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7375237Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/scalable.go' from root:root to runner:runner
2025-08-20T21:22:39.7376517Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/resource.go' from root:root to runner:runner
2025-08-20T21:22:39.7377844Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/dp.go' from root:root to runner:runner
2025-08-20T21:22:39.7379108Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/context.go' from root:root to runner:runner
2025-08-20T21:22:39.7380398Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/log_items_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7381750Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/port_forward_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7383279Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/helm_history.go' from root:root to runner:runner
2025-08-20T21:22:39.7384613Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/registry_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7385940Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/benchmark_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7387232Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/alias.go' from root:root to runner:runner
2025-08-20T21:22:39.7388502Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/recorder.go' from root:root to runner:runner
2025-08-20T21:22:39.7389865Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/benchmark.go' from root:root to runner:runner
2025-08-20T21:22:39.7391148Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/container.go' from root:root to runner:runner
2025-08-20T21:22:39.7392498Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/utils_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7393996Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/svc.go' from root:root to runner:runner
2025-08-20T21:22:39.7395270Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/alias_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7396565Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/helm_chart.go' from root:root to runner:runner
2025-08-20T21:22:39.7397859Z [00:04:32.955]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/rbac_policy.go' from root:root to runner:runner
2025-08-20T21:22:39.7399153Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/reference.go' from root:root to runner:runner
2025-08-20T21:22:39.7400497Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/log_item.go' from root:root to runner:runner
2025-08-20T21:22:39.7401836Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/cronjob.go' from root:root to runner:runner
2025-08-20T21:22:39.7403360Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/non_resource.go' from root:root to runner:runner
2025-08-20T21:22:39.7404671Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/describe.go' from root:root to runner:runner
2025-08-20T21:22:39.7405926Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/ds.go' from root:root to runner:runner
2025-08-20T21:22:39.7407193Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/patch_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7408503Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/screen_dump.go' from root:root to runner:runner
2025-08-20T21:22:39.7409792Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/workload.go' from root:root to runner:runner
2025-08-20T21:22:39.7411059Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/generic.go' from root:root to runner:runner
2025-08-20T21:22:39.7413026Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/secret_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7414644Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/table.go' from root:root to runner:runner
2025-08-20T21:22:39.7416041Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/cruiser_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7417422Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/helpers_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7418702Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/rbac.go' from root:root to runner:runner
2025-08-20T21:22:39.7419948Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/crd.go' from root:root to runner:runner
2025-08-20T21:22:39.7421211Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/cluster.go' from root:root to runner:runner
2025-08-20T21:22:39.7422469Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/patch.go' from root:root to runner:runner
2025-08-20T21:22:39.7423966Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/dynamic.go' from root:root to runner:runner
2025-08-20T21:22:39.7425494Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/bench/default_fred_1577308050814961000.txt' from root:root to runner:runner
2025-08-20T21:22:39.7427014Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/bench' from root:root to runner:runner
2025-08-20T21:22:39.7428346Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/config.1' from root:root to runner:runner
2025-08-20T21:22:39.7429688Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/dir/a.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7431043Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/dir/a/b.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7432385Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/dir/a' from root:root to runner:runner
2025-08-20T21:22:39.7433813Z [00:04:32.956]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/dir' from root:root to runner:runner
2025-08-20T21:22:39.7435122Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/config' from root:root to runner:runner
2025-08-20T21:22:39.7436441Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/p1.json' from root:root to runner:runner
2025-08-20T21:22:39.7437786Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/secret.json' from root:root to runner:runner
2025-08-20T21:22:39.7439127Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/n1.json' from root:root to runner:runner
2025-08-20T21:22:39.7440530Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/crb.json' from root:root to runner:runner
2025-08-20T21:22:39.7441910Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/dr.json' from root:root to runner:runner
2025-08-20T21:22:39.7443389Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/benchspec.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7444711Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata' from root:root to runner:runner
2025-08-20T21:22:39.7446030Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao' from root:root to runner:runner
2025-08-20T21:22:39.7447268Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/rs.go' from root:root to runner:runner
2025-08-20T21:22:39.7448555Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/pdb_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7449926Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/cust_cols.go' from root:root to runner:runner
2025-08-20T21:22:39.7451239Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/rs_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7452537Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/helpers.go' from root:root to runner:runner
2025-08-20T21:22:39.7454060Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/pod_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7455388Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/context_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7456689Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/ns.go' from root:root to runner:runner
2025-08-20T21:22:39.7457973Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/eps_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7459261Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/node.go' from root:root to runner:runner
2025-08-20T21:22:39.7460532Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/sa.go' from root:root to runner:runner
2025-08-20T21:22:39.7461860Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/benchmark_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7463580Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/cronjob_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7465013Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/np_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7466359Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/pod.go' from root:root to runner:runner
2025-08-20T21:22:39.7467632Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/sts.go' from root:root to runner:runner
2025-08-20T21:22:39.7468931Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/job.go' from root:root to runner:runner
2025-08-20T21:22:39.7470245Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/ro.go' from root:root to runner:runner
2025-08-20T21:22:39.7471536Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/crd_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7472933Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/pvc.go' from root:root to runner:runner
2025-08-20T21:22:39.7474317Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/reference_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7475640Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/types.go' from root:root to runner:runner
2025-08-20T21:22:39.7476965Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/helm/history.go' from root:root to runner:runner
2025-08-20T21:22:39.7478302Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/helm/chart.go' from root:root to runner:runner
2025-08-20T21:22:39.7479589Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/helm' from root:root to runner:runner
2025-08-20T21:22:39.7481281Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/table_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7483839Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/container_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7486465Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/img_scan.go' from root:root to runner:runner
2025-08-20T21:22:39.7488998Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/base.go' from root:root to runner:runner
2025-08-20T21:22:39.7491357Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/sts_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7492881Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/ev.go' from root:root to runner:runner
2025-08-20T21:22:39.7494310Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/cm.go' from root:root to runner:runner
2025-08-20T21:22:39.7495645Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/container_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7497060Z [00:04:32.957]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/policy.go' from root:root to runner:runner
2025-08-20T21:22:39.7498368Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/secret.go' from root:root to runner:runner
2025-08-20T21:22:39.7499722Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/hpa_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7501038Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/job_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7502363Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/portforward.go' from root:root to runner:runner
2025-08-20T21:22:39.7503882Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/dir.go' from root:root to runner:runner
2025-08-20T21:22:39.7505225Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/rob.go' from root:root to runner:runner
2025-08-20T21:22:39.7506536Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/table_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7507823Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/cr.go' from root:root to runner:runner
2025-08-20T21:22:39.7509084Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/eps.go' from root:root to runner:runner
2025-08-20T21:22:39.7510366Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/ds_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7511663Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/pv_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7513156Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/ro_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7514489Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/node_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7515808Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/dp_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7517088Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/ep.go' from root:root to runner:runner
2025-08-20T21:22:39.7518347Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/dp.go' from root:root to runner:runner
2025-08-20T21:22:39.7519727Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/cust_col_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7521100Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/context.go' from root:root to runner:runner
2025-08-20T21:22:39.7522406Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/rob_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7524151Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/ep_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7525666Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/pod_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7527010Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/cust_col.go' from root:root to runner:runner
2025-08-20T21:22:39.7538070Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/cust_cols_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7539588Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/node_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7541000Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/port_forward_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7542341Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/crb.go' from root:root to runner:runner
2025-08-20T21:22:39.7543877Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/svc_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7545207Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/section.go' from root:root to runner:runner
2025-08-20T21:22:39.7546503Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/alias.go' from root:root to runner:runner
2025-08-20T21:22:39.7547838Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/policy_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7549171Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/ns_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7550443Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/np.go' from root:root to runner:runner
2025-08-20T21:22:39.7551740Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/benchmark.go' from root:root to runner:runner
2025-08-20T21:22:39.7553717Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/sc_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7555455Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/container.go' from root:root to runner:runner
2025-08-20T21:22:39.7556857Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/pdb.go' from root:root to runner:runner
2025-08-20T21:22:39.7558154Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/svc.go' from root:root to runner:runner
2025-08-20T21:22:39.7559452Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/alias_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7560844Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/reference.go' from root:root to runner:runner
2025-08-20T21:22:39.7562177Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/cronjob.go' from root:root to runner:runner
2025-08-20T21:22:39.7563678Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/ds.go' from root:root to runner:runner
2025-08-20T21:22:39.7565008Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/pv.go' from root:root to runner:runner
2025-08-20T21:22:39.7566317Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/screen_dump.go' from root:root to runner:runner
2025-08-20T21:22:39.7567660Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/workload.go' from root:root to runner:runner
2025-08-20T21:22:39.7569004Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/generic.go' from root:root to runner:runner
2025-08-20T21:22:39.7570300Z [00:04:32.958]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/sa_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7571612Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/render_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7573142Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/table.go' from root:root to runner:runner
2025-08-20T21:22:39.7574454Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/crb_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7575802Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/screen_dump_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7577163Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/helpers_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7578485Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/cr_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7579852Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/rbac.go' from root:root to runner:runner
2025-08-20T21:22:39.7581205Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/pvc_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7582487Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/crd.go' from root:root to runner:runner
2025-08-20T21:22:39.7583977Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/sc.go' from root:root to runner:runner
2025-08-20T21:22:39.7585312Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/hpa.go' from root:root to runner:runner
2025-08-20T21:22:39.7586604Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/subject.go' from root:root to runner:runner
2025-08-20T21:22:39.7587928Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/policy_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7589341Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/no.json' from root:root to runner:runner
2025-08-20T21:22:39.7590694Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/rb.json' from root:root to runner:runner
2025-08-20T21:22:39.7592062Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/hpa.json' from root:root to runner:runner
2025-08-20T21:22:39.7593564Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/po_sidecar.json' from root:root to runner:runner
2025-08-20T21:22:39.7594949Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/ro.json' from root:root to runner:runner
2025-08-20T21:22:39.7596300Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/svc.json' from root:root to runner:runner
2025-08-20T21:22:39.7597659Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/ev.json' from root:root to runner:runner
2025-08-20T21:22:39.7599005Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/ds.json' from root:root to runner:runner
2025-08-20T21:22:39.7600356Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/sts.json' from root:root to runner:runner
2025-08-20T21:22:39.7601703Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/b1.txt' from root:root to runner:runner
2025-08-20T21:22:39.7603182Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/po_init.json' from root:root to runner:runner
2025-08-20T21:22:39.7604641Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/sec.json' from root:root to runner:runner
2025-08-20T21:22:39.7606049Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/b3.txt' from root:root to runner:runner
2025-08-20T21:22:39.7607387Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/ep.json' from root:root to runner:runner
2025-08-20T21:22:39.7608741Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/ing.json' from root:root to runner:runner
2025-08-20T21:22:39.7610143Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/ns.json' from root:root to runner:runner
2025-08-20T21:22:39.7611487Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/b4.txt' from root:root to runner:runner
2025-08-20T21:22:39.7613028Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/pv.json' from root:root to runner:runner
2025-08-20T21:22:39.7614477Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/pdb.json' from root:root to runner:runner
2025-08-20T21:22:39.7615844Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/p1.json' from root:root to runner:runner
2025-08-20T21:22:39.7617201Z [00:04:32.959]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/cr.json' from root:root to runner:runner
2025-08-20T21:22:39.7618563Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/eps.json' from root:root to runner:runner
2025-08-20T21:22:39.7619975Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/pv_terminating.json' from root:root to runner:runner
2025-08-20T21:22:39.7621400Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/dp.json' from root:root to runner:runner
2025-08-20T21:22:39.7624041Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/pvc.json' from root:root to runner:runner
2025-08-20T21:22:39.7626705Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/sc.json' from root:root to runner:runner
2025-08-20T21:22:39.7629317Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/job.json' from root:root to runner:runner
2025-08-20T21:22:39.7631894Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/cj.json' from root:root to runner:runner
2025-08-20T21:22:39.7633632Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/sa.json' from root:root to runner:runner
2025-08-20T21:22:39.7635136Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/po.json' from root:root to runner:runner
2025-08-20T21:22:39.7636562Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/np.json' from root:root to runner:runner
2025-08-20T21:22:39.7637916Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/crb.json' from root:root to runner:runner
2025-08-20T21:22:39.7639270Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/crd.json' from root:root to runner:runner
2025-08-20T21:22:39.7640695Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/cm.json' from root:root to runner:runner
2025-08-20T21:22:39.7642071Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/rs.json' from root:root to runner:runner
2025-08-20T21:22:39.7643626Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/b2.txt' from root:root to runner:runner
2025-08-20T21:22:39.7645023Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata' from root:root to runner:runner
2025-08-20T21:22:39.7646283Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render' from root:root to runner:runner
2025-08-20T21:22:39.7647526Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/scan.go' from root:root to runner:runner
2025-08-20T21:22:39.7648781Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/types.go' from root:root to runner:runner
2025-08-20T21:22:39.7650039Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/scorer.go' from root:root to runner:runner
2025-08-20T21:22:39.7651321Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/table_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7652748Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/scanner.go' from root:root to runner:runner
2025-08-20T21:22:39.7654088Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/tally_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7655368Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/tally.go' from root:root to runner:runner
2025-08-20T21:22:39.7656654Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/scorer_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7657943Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/table.go' from root:root to runner:runner
2025-08-20T21:22:39.7659369Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort/dups/sc2.text' from root:root to runner:runner
2025-08-20T21:22:39.7660848Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort/dups/sc1.text' from root:root to runner:runner
2025-08-20T21:22:39.7662227Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort/dups' from root:root to runner:runner
2025-08-20T21:22:39.7663874Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort/no_dups/sc2.text' from root:root to runner:runner
2025-08-20T21:22:39.7665393Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort/no_dups/sc1.text' from root:root to runner:runner
2025-08-20T21:22:39.7666808Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort/no_dups' from root:root to runner:runner
2025-08-20T21:22:39.7668237Z [00:04:32.960]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort/full/sc2.text' from root:root to runner:runner
2025-08-20T21:22:39.7669708Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort/full/sc1.text' from root:root to runner:runner
2025-08-20T21:22:39.7671094Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort/full' from root:root to runner:runner
2025-08-20T21:22:39.7672420Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort' from root:root to runner:runner
2025-08-20T21:22:39.7674243Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort_sev/dups/sc2.text' from root:root to runner:runner
2025-08-20T21:22:39.7675685Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort_sev/dups/sc1.text' from root:root to runner:runner
2025-08-20T21:22:39.7677085Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort_sev/dups' from root:root to runner:runner
2025-08-20T21:22:39.7678507Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort_sev/no_dups/sc2.text' from root:root to runner:runner
2025-08-20T21:22:39.7679959Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort_sev/no_dups/sc1.text' from root:root to runner:runner
2025-08-20T21:22:39.7681376Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort_sev/no_dups' from root:root to runner:runner
2025-08-20T21:22:39.7682990Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort_sev/full/sc2.text' from root:root to runner:runner
2025-08-20T21:22:39.7684539Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort_sev/full/sc1.text' from root:root to runner:runner
2025-08-20T21:22:39.7686236Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort_sev/full' from root:root to runner:runner
2025-08-20T21:22:39.7687618Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort_sev' from root:root to runner:runner
2025-08-20T21:22:39.7688923Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata' from root:root to runner:runner
2025-08-20T21:22:39.7690229Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul' from root:root to runner:runner
2025-08-20T21:22:39.7691481Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/helpers_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7692981Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/rs.go' from root:root to runner:runner
2025-08-20T21:22:39.7694725Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/live_view.go' from root:root to runner:runner
2025-08-20T21:22:39.7697192Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/priorityclass_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7699806Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cluster_info.go' from root:root to runner:runner
2025-08-20T21:22:39.7702401Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/restart_extender.go' from root:root to runner:runner
2025-08-20T21:22:39.7704753Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/browser.go' from root:root to runner:runner
2025-08-20T21:22:39.7706089Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/live_view_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7707427Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/scale_extender.go' from root:root to runner:runner
2025-08-20T21:22:39.7708769Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/dir_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7710068Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/helpers.go' from root:root to runner:runner
2025-08-20T21:22:39.7711350Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pod_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7712896Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/context_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7714334Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/ns.go' from root:root to runner:runner
2025-08-20T21:22:39.7715583Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/node.go' from root:root to runner:runner
2025-08-20T21:22:39.7716895Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/sa.go' from root:root to runner:runner
2025-08-20T21:22:39.7718186Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/page_stack.go' from root:root to runner:runner
2025-08-20T21:22:39.7719548Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/rbac_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7720834Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pod.go' from root:root to runner:runner
2025-08-20T21:22:39.7722083Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/sts.go' from root:root to runner:runner
2025-08-20T21:22:39.7723559Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/job.go' from root:root to runner:runner
2025-08-20T21:22:39.7724897Z [00:04:32.961]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pf_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7726167Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pvc.go' from root:root to runner:runner
2025-08-20T21:22:39.7727463Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/reference_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7728784Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/yaml_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7730064Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/types.go' from root:root to runner:runner
2025-08-20T21:22:39.7731311Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/env.go' from root:root to runner:runner
2025-08-20T21:22:39.7732573Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cow.go' from root:root to runner:runner
2025-08-20T21:22:39.7734213Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/table_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7735513Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pulse.go' from root:root to runner:runner
2025-08-20T21:22:39.7736794Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/img_scan.go' from root:root to runner:runner
2025-08-20T21:22:39.7738077Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/log_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7739443Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/sts_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7740844Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pf_dialog_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7742133Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/xray.go' from root:root to runner:runner
2025-08-20T21:22:39.7743619Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/image_extender.go' from root:root to runner:runner
2025-08-20T21:22:39.7744980Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cm.go' from root:root to runner:runner
2025-08-20T21:22:39.7746278Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/container_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7747585Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/policy.go' from root:root to runner:runner
2025-08-20T21:22:39.7748911Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/secret.go' from root:root to runner:runner
2025-08-20T21:22:39.7750172Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/dir.go' from root:root to runner:runner
2025-08-20T21:22:39.7751448Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pf_dialog.go' from root:root to runner:runner
2025-08-20T21:22:39.7752913Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/dir_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7754204Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/app_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7755466Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pf.go' from root:root to runner:runner
2025-08-20T21:22:39.7756724Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/ds_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7758038Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pf_extender_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7759345Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/dp_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7760599Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/dp.go' from root:root to runner:runner
2025-08-20T21:22:39.7761872Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/context.go' from root:root to runner:runner
2025-08-20T21:22:39.7763519Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pod_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7764807Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/user.go' from root:root to runner:runner
2025-08-20T21:22:39.7766957Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/actions_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7769637Z [00:04:32.962]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/log_indicator_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7772351Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/value_extender.go' from root:root to runner:runner
2025-08-20T21:22:39.7775043Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/svc_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7776807Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/helm_history.go' from root:root to runner:runner
2025-08-20T21:22:39.7778125Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/help_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7779522Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cmd/helpers.go' from root:root to runner:runner
2025-08-20T21:22:39.7780849Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cmd/args.go' from root:root to runner:runner
2025-08-20T21:22:39.7782138Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cmd/types.go' from root:root to runner:runner
2025-08-20T21:22:39.7783673Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cmd/args_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7785043Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cmd/interpreter_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7786417Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cmd/interpreter.go' from root:root to runner:runner
2025-08-20T21:22:39.7787774Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cmd/helpers_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7789064Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cmd' from root:root to runner:runner
2025-08-20T21:22:39.7790308Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/alias.go' from root:root to runner:runner
2025-08-20T21:22:39.7791566Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/help.go' from root:root to runner:runner
2025-08-20T21:22:39.7793134Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/event.go' from root:root to runner:runner
2025-08-20T21:22:39.7794416Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/details.go' from root:root to runner:runner
2025-08-20T21:22:39.7795768Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/command.go' from root:root to runner:runner
2025-08-20T21:22:39.7797035Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/group.go' from root:root to runner:runner
2025-08-20T21:22:39.7798291Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/ns_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7799652Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/drain_dialog.go' from root:root to runner:runner
2025-08-20T21:22:39.7800948Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/actions.go' from root:root to runner:runner
2025-08-20T21:22:39.7802219Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cm_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7803884Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/registrar.go' from root:root to runner:runner
2025-08-20T21:22:39.7805194Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/benchmark.go' from root:root to runner:runner
2025-08-20T21:22:39.7806492Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/container.go' from root:root to runner:runner
2025-08-20T21:22:39.7807801Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/command_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7809082Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/svc.go' from root:root to runner:runner
2025-08-20T21:22:39.7810342Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/picker.go' from root:root to runner:runner
2025-08-20T21:22:39.7811599Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/log.go' from root:root to runner:runner
2025-08-20T21:22:39.7813043Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/alias_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7814356Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/helm_chart.go' from root:root to runner:runner
2025-08-20T21:22:39.7815678Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/owner_extender.go' from root:root to runner:runner
2025-08-20T21:22:39.7816999Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/log_int_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7818380Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pf_extender.go' from root:root to runner:runner
2025-08-20T21:22:39.7819730Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/env_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7821017Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/reference.go' from root:root to runner:runner
2025-08-20T21:22:39.7822307Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cronjob.go' from root:root to runner:runner
2025-08-20T21:22:39.7823815Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/ds.go' from root:root to runner:runner
2025-08-20T21:22:39.7825065Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/app.go' from root:root to runner:runner
2025-08-20T21:22:39.7826365Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/log_indicator.go' from root:root to runner:runner
2025-08-20T21:22:39.7827734Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/screen_dump.go' from root:root to runner:runner
2025-08-20T21:22:39.7829044Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/workload.go' from root:root to runner:runner
2025-08-20T21:22:39.7830347Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/vul_extender.go' from root:root to runner:runner
2025-08-20T21:22:39.7831659Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/secret_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7833230Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/logger.go' from root:root to runner:runner
2025-08-20T21:22:39.7834524Z [00:04:32.963]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/table.go' from root:root to runner:runner
2025-08-20T21:22:39.7835781Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/exec.go' from root:root to runner:runner
2025-08-20T21:22:39.7837082Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/screen_dump_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7839112Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/helpers_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7841717Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/priorityclass.go' from root:root to runner:runner
2025-08-20T21:22:39.7844402Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/rbac.go' from root:root to runner:runner
2025-08-20T21:22:39.7847007Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/logs_extender.go' from root:root to runner:runner
2025-08-20T21:22:39.7848913Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pvc_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7850188Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/crd.go' from root:root to runner:runner
2025-08-20T21:22:39.7851482Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/table_helper.go' from root:root to runner:runner
2025-08-20T21:22:39.7853057Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/yaml.go' from root:root to runner:runner
2025-08-20T21:22:39.7854467Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/fred/kmanifests/cm.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7856007Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/fred/kmanifests/kustomization.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7857577Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/fred/kmanifests' from root:root to runner:runner
2025-08-20T21:22:39.7858940Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/fred' from root:root to runner:runner
2025-08-20T21:22:39.7860322Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/k2manifests/cm.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7861790Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/k2manifests/Kustomization' from root:root to runner:runner
2025-08-20T21:22:39.7863402Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/k2manifests' from root:root to runner:runner
2025-08-20T21:22:39.7864806Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/manifests/cm.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7866282Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/manifests/kustomization.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7867791Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/manifests' from root:root to runner:runner
2025-08-20T21:22:39.7869210Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/kmanifests/cm.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7870696Z [00:04:32.964]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/kmanifests/kustomization.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7872134Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/kmanifests' from root:root to runner:runner
2025-08-20T21:22:39.7873812Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/k1manifests/cm.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7875307Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/k1manifests/kustomization.yml' from root:root to runner:runner
2025-08-20T21:22:39.7876750Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/k1manifests' from root:root to runner:runner
2025-08-20T21:22:39.7878126Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata' from root:root to runner:runner
2025-08-20T21:22:39.7879364Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view' from root:root to runner:runner
2025-08-20T21:22:39.7880655Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/table_data.go' from root:root to runner:runner
2025-08-20T21:22:39.7881970Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/delta_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7883639Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/helpers.go' from root:root to runner:runner
2025-08-20T21:22:39.7884951Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/fields.go' from root:root to runner:runner
2025-08-20T21:22:39.7886222Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/row.go' from root:root to runner:runner
2025-08-20T21:22:39.7887500Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/types.go' from root:root to runner:runner
2025-08-20T21:22:39.7888813Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/pool_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7890152Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/test_helper_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7891494Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/color_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7893089Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/row_event.go' from root:root to runner:runner
2025-08-20T21:22:39.7894408Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/rows.go' from root:root to runner:runner
2025-08-20T21:22:39.7895682Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/pool.go' from root:root to runner:runner
2025-08-20T21:22:39.7897002Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/table_data_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7898424Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/header_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7899742Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/row_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7901034Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/header.go' from root:root to runner:runner
2025-08-20T21:22:39.7902312Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/delta.go' from root:root to runner:runner
2025-08-20T21:22:39.7903986Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/helpers_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7905341Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/row_event_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7906646Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/color.go' from root:root to runner:runner
2025-08-20T21:22:39.7908147Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1' from root:root to runner:runner
2025-08-20T21:22:39.7909341Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal' from root:root to runner:runner
2025-08-20T21:22:39.7910506Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T21:22:39.7911955Z [00:04:32.965]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.semaphore/semaphore.yml' from root:root to runner:runner
2025-08-20T21:22:39.7914233Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.semaphore' from root:root to runner:runner
2025-08-20T21:22:39.7916468Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/CNAME' from root:root to runner:runner
2025-08-20T21:22:39.7918675Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T21:22:39.7920950Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.codebeatsettings' from root:root to runner:runner
2025-08-20T21:22:39.7923048Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/cmd/version.go' from root:root to runner:runner
2025-08-20T21:22:39.7924249Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/cmd/root.go' from root:root to runner:runner
2025-08-20T21:22:39.7925429Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/cmd/info.go' from root:root to runner:runner
2025-08-20T21:22:39.7926732Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/cmd/info_test.go' from root:root to runner:runner
2025-08-20T21:22:39.7927966Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/cmd/testdata/k9s.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7929226Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/cmd/testdata/k9s1.yaml' from root:root to runner:runner
2025-08-20T21:22:39.7930445Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/cmd/testdata' from root:root to runner:runner
2025-08-20T21:22:39.7931597Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T21:22:39.7932986Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T21:22:39.7934257Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.15.1.md' from root:root to runner:runner
2025-08-20T21:22:39.7935570Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.29.1.md' from root:root to runner:runner
2025-08-20T21:22:39.7936942Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.26.3.md' from root:root to runner:runner
2025-08-20T21:22:39.7938257Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.5.md' from root:root to runner:runner
2025-08-20T21:22:39.7939559Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.2.md' from root:root to runner:runner
2025-08-20T21:22:39.7940860Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.1.md' from root:root to runner:runner
2025-08-20T21:22:39.7942164Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.18.1.md' from root:root to runner:runner
2025-08-20T21:22:39.7943727Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.4.md' from root:root to runner:runner
2025-08-20T21:22:39.7945032Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.4.5.md' from root:root to runner:runner
2025-08-20T21:22:39.7946327Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.3.md' from root:root to runner:runner
2025-08-20T21:22:39.7947765Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.20.md' from root:root to runner:runner
2025-08-20T21:22:39.7949075Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.1.md' from root:root to runner:runner
2025-08-20T21:22:39.7950401Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.11.1.md' from root:root to runner:runner
2025-08-20T21:22:39.7951895Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.0.md' from root:root to runner:runner
2025-08-20T21:22:39.7953422Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.20.5.md' from root:root to runner:runner
2025-08-20T21:22:39.7954727Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.0.md' from root:root to runner:runner
2025-08-20T21:22:39.7956037Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.32.3.md' from root:root to runner:runner
2025-08-20T21:22:39.7957424Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.13.2.md' from root:root to runner:runner
2025-08-20T21:22:39.7958734Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.9.3.md' from root:root to runner:runner
2025-08-20T21:22:39.7960040Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.7.md' from root:root to runner:runner
2025-08-20T21:22:39.7961402Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.30.6.md' from root:root to runner:runner
2025-08-20T21:22:39.7962928Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.27.0.md' from root:root to runner:runner
2025-08-20T21:22:39.7964290Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.2.md' from root:root to runner:runner
2025-08-20T21:22:39.7965590Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.9.md' from root:root to runner:runner
2025-08-20T21:22:39.7966896Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.8.md' from root:root to runner:runner
2025-08-20T21:22:39.7968243Z [00:04:32.966]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.13.1.md' from root:root to runner:runner
2025-08-20T21:22:39.7969559Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.1.md' from root:root to runner:runner
2025-08-20T21:22:39.7970868Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.27.1.md' from root:root to runner:runner
2025-08-20T21:22:39.7972257Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.5.md' from root:root to runner:runner
2025-08-20T21:22:39.7973982Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.0.md' from root:root to runner:runner
2025-08-20T21:22:39.7975292Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.3.md' from root:root to runner:runner
2025-08-20T21:22:39.7976685Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.7.md' from root:root to runner:runner
2025-08-20T21:22:39.7977989Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.17.3.md' from root:root to runner:runner
2025-08-20T21:22:39.7979286Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.2.md' from root:root to runner:runner
2025-08-20T21:22:39.7980585Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.5.md' from root:root to runner:runner
2025-08-20T21:22:39.7981948Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.13.md' from root:root to runner:runner
2025-08-20T21:22:39.7983911Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.1.md' from root:root to runner:runner
2025-08-20T21:22:39.7986155Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.2.4.md' from root:root to runner:runner
2025-08-20T21:22:39.7988865Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.19.0.md' from root:root to runner:runner
2025-08-20T21:22:39.7991448Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.32.4.md' from root:root to runner:runner
2025-08-20T21:22:39.7993979Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.17.7.md' from root:root to runner:runner
2025-08-20T21:22:39.7995310Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.32.2.md' from root:root to runner:runner
2025-08-20T21:22:39.7996623Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.2.2.md' from root:root to runner:runner
2025-08-20T21:22:39.7997926Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.11.0.md' from root:root to runner:runner
2025-08-20T21:22:39.7999234Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.13.md' from root:root to runner:runner
2025-08-20T21:22:39.8000542Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8001948Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.6.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8003477Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.7.md' from root:root to runner:runner
2025-08-20T21:22:39.8004793Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8006213Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.26.7.md' from root:root to runner:runner
2025-08-20T21:22:39.8007531Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.11.md' from root:root to runner:runner
2025-08-20T21:22:39.8008841Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.19.md' from root:root to runner:runner
2025-08-20T21:22:39.8010150Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.9.md' from root:root to runner:runner
2025-08-20T21:22:39.8011515Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.27.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8013042Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8014359Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8015729Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.8.md' from root:root to runner:runner
2025-08-20T21:22:39.8017043Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.17.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8018349Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.19.7.md' from root:root to runner:runner
2025-08-20T21:22:39.8019642Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.6.6.md' from root:root to runner:runner
2025-08-20T21:22:39.8020947Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.18.md' from root:root to runner:runner
2025-08-20T21:22:39.8022257Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.32.7.md' from root:root to runner:runner
2025-08-20T21:22:39.8023747Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.9.md' from root:root to runner:runner
2025-08-20T21:22:39.8025051Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.6.md' from root:root to runner:runner
2025-08-20T21:22:39.8026432Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.17.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8027737Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.15.md' from root:root to runner:runner
2025-08-20T21:22:39.8029047Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.8.md' from root:root to runner:runner
2025-08-20T21:22:39.8030429Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.26.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8031731Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8033236Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.9.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8034551Z [00:04:32.967]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.19.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8035923Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.13.5.md' from root:root to runner:runner
2025-08-20T21:22:39.8037226Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.9.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8038528Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.30.8.md' from root:root to runner:runner
2025-08-20T21:22:39.8039884Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.11.md' from root:root to runner:runner
2025-08-20T21:22:39.8041190Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.5.md' from root:root to runner:runner
2025-08-20T21:22:39.8042497Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.8.md' from root:root to runner:runner
2025-08-20T21:22:39.8044006Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.11.md' from root:root to runner:runner
2025-08-20T21:22:39.8045313Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.10.md' from root:root to runner:runner
2025-08-20T21:22:39.8046621Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.8.md' from root:root to runner:runner
2025-08-20T21:22:39.8047929Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.5.md' from root:root to runner:runner
2025-08-20T21:22:39.8049231Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.17.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8050615Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.13.md' from root:root to runner:runner
2025-08-20T21:22:39.8051924Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8053639Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.26.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8055497Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.4.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8057779Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.9.md' from root:root to runner:runner
2025-08-20T21:22:39.8060299Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8063038Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8065491Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.15.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8066827Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.2.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8068175Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8069551Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.30.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8070873Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.11.md' from root:root to runner:runner
2025-08-20T21:22:39.8072187Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.11.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8073706Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.5.md' from root:root to runner:runner
2025-08-20T21:22:39.8075014Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.5.md' from root:root to runner:runner
2025-08-20T21:22:39.8076322Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.30.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8077644Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.10.md' from root:root to runner:runner
2025-08-20T21:22:39.8078953Z [00:04:32.968]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.6.md' from root:root to runner:runner
2025-08-20T21:22:39.8080356Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.5.md' from root:root to runner:runner
2025-08-20T21:22:39.8081663Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.8.md' from root:root to runner:runner
2025-08-20T21:22:39.8083213Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.13.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8084612Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.21.md' from root:root to runner:runner
2025-08-20T21:22:39.8085936Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.6.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8087232Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.6.5.md' from root:root to runner:runner
2025-08-20T21:22:39.8088591Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8089977Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.11.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8091294Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.9.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8092604Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.5.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8094228Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.8.md' from root:root to runner:runner
2025-08-20T21:22:39.8095531Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.7.md' from root:root to runner:runner
2025-08-20T21:22:39.8096834Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.10.md' from root:root to runner:runner
2025-08-20T21:22:39.8098135Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.18.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8099436Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.28.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8100742Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.6.md' from root:root to runner:runner
2025-08-20T21:22:39.8102139Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.14.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8103646Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8105021Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.7.md' from root:root to runner:runner
2025-08-20T21:22:39.8106322Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.4.6.md' from root:root to runner:runner
2025-08-20T21:22:39.8107624Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8108929Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.9.md' from root:root to runner:runner
2025-08-20T21:22:39.8110236Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.19.6.md' from root:root to runner:runner
2025-08-20T21:22:39.8111532Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.3.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8113188Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8114603Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.6.md' from root:root to runner:runner
2025-08-20T21:22:39.8115918Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.19.5.md' from root:root to runner:runner
2025-08-20T21:22:39.8117231Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.6.md' from root:root to runner:runner
2025-08-20T21:22:39.8118539Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.22.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8119844Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.13.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8121143Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8122448Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.27.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8123956Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.7.md' from root:root to runner:runner
2025-08-20T21:22:39.8125263Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.30.5.md' from root:root to runner:runner
2025-08-20T21:22:39.8126642Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.20.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8127946Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.13.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8130092Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.9.md' from root:root to runner:runner
2025-08-20T21:22:39.8132811Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8135379Z [00:04:32.969]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.12.md' from root:root to runner:runner
2025-08-20T21:22:39.8137895Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.7.md' from root:root to runner:runner
2025-08-20T21:22:39.8139667Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.6.md' from root:root to runner:runner
2025-08-20T21:22:39.8140970Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.19.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8142409Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.17.md' from root:root to runner:runner
2025-08-20T21:22:39.8144088Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.12.md' from root:root to runner:runner
2025-08-20T21:22:39.8145418Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8146734Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.8.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8148046Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8149346Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.3.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8150649Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.8.md' from root:root to runner:runner
2025-08-20T21:22:39.8151950Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.9.md' from root:root to runner:runner
2025-08-20T21:22:39.8153439Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.26.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8154742Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.30.7.md' from root:root to runner:runner
2025-08-20T21:22:39.8156148Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8157437Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.5.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8158793Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8160092Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.13.8.md' from root:root to runner:runner
2025-08-20T21:22:39.8161394Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8162944Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.16.md' from root:root to runner:runner
2025-08-20T21:22:39.8164536Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.19.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8165841Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.30.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8167230Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.6.md' from root:root to runner:runner
2025-08-20T21:22:39.8168643Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.4.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8169945Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.26.6.md' from root:root to runner:runner
2025-08-20T21:22:39.8171242Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.2.5.md' from root:root to runner:runner
2025-08-20T21:22:39.8172536Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.2.6.md' from root:root to runner:runner
2025-08-20T21:22:39.8174041Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.28.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8175342Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.5.md' from root:root to runner:runner
2025-08-20T21:22:39.8176632Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.6.md' from root:root to runner:runner
2025-08-20T21:22:39.8177929Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.10.md' from root:root to runner:runner
2025-08-20T21:22:39.8179235Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.7.md' from root:root to runner:runner
2025-08-20T21:22:39.8180620Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.32.6.md' from root:root to runner:runner
2025-08-20T21:22:39.8181919Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.4.8.md' from root:root to runner:runner
2025-08-20T21:22:39.8183459Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.10.md' from root:root to runner:runner
2025-08-20T21:22:39.8184771Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8186076Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.26.5.md' from root:root to runner:runner
2025-08-20T21:22:39.8187387Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8188686Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.7.md' from root:root to runner:runner
2025-08-20T21:22:39.8189983Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.28.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8191367Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.4.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8192904Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.9.md' from root:root to runner:runner
2025-08-20T21:22:39.8194228Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.13.7.md' from root:root to runner:runner
2025-08-20T21:22:39.8195530Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.9.md' from root:root to runner:runner
2025-08-20T21:22:39.8196827Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.8.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8198139Z [00:04:32.970]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.32.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8199448Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.14.md' from root:root to runner:runner
2025-08-20T21:22:39.8201273Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.20.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8203979Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.10.md' from root:root to runner:runner
2025-08-20T21:22:39.8206492Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.9.md' from root:root to runner:runner
2025-08-20T21:22:39.8209181Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.20.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8211531Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.8.md' from root:root to runner:runner
2025-08-20T21:22:39.8213175Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.6.7.md' from root:root to runner:runner
2025-08-20T21:22:39.8214494Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.2.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8215863Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8217172Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.6.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8218471Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.2.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8219769Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.20.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8221120Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.3.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8222432Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.5.md' from root:root to runner:runner
2025-08-20T21:22:39.8223918Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.8.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8225216Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.6.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8226515Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.29.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8227823Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8229132Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8230437Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.16.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8231737Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.6.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8233190Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.12.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8234636Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.10.md' from root:root to runner:runner
2025-08-20T21:22:39.8235950Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8237312Z [00:04:32.971]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8238616Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.17.5.md' from root:root to runner:runner
2025-08-20T21:22:39.8239990Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.17.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8241311Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.16.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8242784Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.14.md' from root:root to runner:runner
2025-08-20T21:22:39.8244174Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.20.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8245542Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.8.md' from root:root to runner:runner
2025-08-20T21:22:39.8246855Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.22.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8248160Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.12.md' from root:root to runner:runner
2025-08-20T21:22:39.8249463Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8250760Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8252054Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.5.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8253538Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.6.md' from root:root to runner:runner
2025-08-20T21:22:39.8254841Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.19.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8256132Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.4.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8257428Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8258811Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.14.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8260103Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.4.7.md' from root:root to runner:runner
2025-08-20T21:22:39.8261463Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.15.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8262966Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8264351Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8265663Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.32.1.md' from root:root to runner:runner
2025-08-20T21:22:39.8266976Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8268300Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.4.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8269653Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.30.0.md' from root:root to runner:runner
2025-08-20T21:22:39.8270968Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.6.md' from root:root to runner:runner
2025-08-20T21:22:39.8272268Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8273791Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.30.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8275627Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.17.6.md' from root:root to runner:runner
2025-08-20T21:22:39.8278096Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.8.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8280613Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.8.4.md' from root:root to runner:runner
2025-08-20T21:22:39.8283337Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.3.3.md' from root:root to runner:runner
2025-08-20T21:22:39.8285502Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.13.6.md' from root:root to runner:runner
2025-08-20T21:22:39.8286847Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8288294Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.11.md' from root:root to runner:runner
2025-08-20T21:22:39.8289607Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.26.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8290987Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.32.5.md' from root:root to runner:runner
2025-08-20T21:22:39.8292297Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.27.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8294140Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.2.md' from root:root to runner:runner
2025-08-20T21:22:39.8295492Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.15.md' from root:root to runner:runner
2025-08-20T21:22:39.8296808Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.7.md' from root:root to runner:runner
2025-08-20T21:22:39.8298047Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs' from root:root to runner:runner
2025-08-20T21:22:39.8299268Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T21:22:39.8300418Z [00:04:32.972]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T21:22:39.8301557Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T21:22:39.8302972Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.goreleaser.yml' from root:root to runner:runner
2025-08-20T21:22:39.8304316Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-material-light-soft.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8305644Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/kiss.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8306870Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/vercel.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8308184Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-material-dark-soft.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8309519Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-dark.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8310791Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/in-the-navy.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8312137Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-material-dark-medium.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8313741Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/narsingh.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8315044Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/nord.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8316262Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/dracula.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8317585Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-material-dark-hard.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8318952Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/kanagawa.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8320223Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/black-and-wtf.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8321518Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/solarized-light.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8323029Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/snazzy.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8324329Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/everforest-light.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8325652Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-dark-hard.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8326943Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/transparent.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8328226Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/rose-pine-moon.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8329592Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-material-light-medium.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8330899Z [00:04:32.973]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/red.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8332218Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-material-light-hard.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8333962Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/one-dark.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8335246Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-light.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8336545Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/everforest-dark.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8337277Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/monokai.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8337942Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/rose-pine-dawn.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8338632Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/axual.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8339261Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/stock.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8339899Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/nightfox.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8340680Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-light-hard.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8341352Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/solarized-dark.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8342010Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/solarized-16.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8342919Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/rose-pine.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8343718Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins' from root:root to runner:runner
2025-08-20T21:22:39.8344331Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/COPYING' from root:root to runner:runner
2025-08-20T21:22:39.8344990Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T21:22:39.8345741Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github/workflows/test.yml' from root:root to runner:runner
2025-08-20T21:22:39.8346813Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github/workflows/stales-issues.yml' from root:root to runner:runner
2025-08-20T21:22:39.8348012Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github/workflows/stales-prs.yml' from root:root to runner:runner
2025-08-20T21:22:39.8349321Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github/workflows/lint.yml' from root:root to runner:runner
2025-08-20T21:22:39.8350576Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T21:22:39.8351800Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T21:22:39.8353362Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' from root:root to runner:runner
2025-08-20T21:22:39.8354874Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' from root:root to runner:runner
2025-08-20T21:22:39.8356258Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T21:22:39.8356917Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T21:22:39.8357511Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/main.go' from root:root to runner:runner
2025-08-20T21:22:39.8358192Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.golangci.yml' from root:root to runner:runner
2025-08-20T21:22:39.8358806Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.travis.yml' from root:root to runner:runner
2025-08-20T21:22:39.8359501Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:22:39.8360175Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:22:39.8360936Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:22:39.8361601Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:22:39.8362272Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:22:39.8363173Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:22:39.8363853Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:22:39.8364518Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:22:39.8365208Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:22:39.8365874Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:22:39.8366534Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:22:39.8367225Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:22:39.8367990Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:22:39.8368729Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:22:39.8369381Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:22:39.8370056Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T21:22:39.8370735Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:22:39.8371439Z [00:04:32.974]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:22:39.8372110Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:22:39.8372942Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:22:39.8373642Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:22:39.8374263Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:22:39.8374855Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:22:39.8375498Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T21:22:39.8376113Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:22:39.8376781Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:22:39.8377437Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:22:39.8378054Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:22:39.8378668Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:22:39.8379257Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:22:39.8379859Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:22:39.8380551Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:22:39.8381220Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:22:39.8381808Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:22:39.8382840Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects/pack/pack-0796720822b06e50eba38fa98ba1e8fd4548d841.pack' from root:root to runner:runner
2025-08-20T21:22:39.8383802Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects/pack/pack-e95d471ff92be0816524a1ef479e79f338d55e7b.promisor' from root:root to runner:runner
2025-08-20T21:22:39.8384663Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects/pack/pack-e95d471ff92be0816524a1ef479e79f338d55e7b.rev' from root:root to runner:runner
2025-08-20T21:22:39.8385516Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects/pack/pack-e95d471ff92be0816524a1ef479e79f338d55e7b.idx' from root:root to runner:runner
2025-08-20T21:22:39.8386425Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects/pack/pack-e95d471ff92be0816524a1ef479e79f338d55e7b.pack' from root:root to runner:runner
2025-08-20T21:22:39.8387277Z [00:04:32.975]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects/pack/pack-0796720822b06e50eba38fa98ba1e8fd4548d841.idx' from root:root to runner:runner
2025-08-20T21:22:39.8388113Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects/pack/pack-0796720822b06e50eba38fa98ba1e8fd4548d841.rev' from root:root to runner:runner
2025-08-20T21:22:39.8388979Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects/pack/pack-0796720822b06e50eba38fa98ba1e8fd4548d841.promisor' from root:root to runner:runner
2025-08-20T21:22:39.8389607Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:22:39.8390231Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:22:39.8390831Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:22:39.8391451Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:22:39.8392042Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:22:39.8392797Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:22:39.8393465Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:22:39.8394145Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/node-root-shell.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8394862Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/crossplane.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8395526Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/job-suspend.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8396235Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/watch-events.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8396932Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/external-secrets.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8397564Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/szero.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8398195Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/blame.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8398875Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/README.md' from root:root to runner:runner
2025-08-20T21:22:39.8399594Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/kubectl/kubectl-purge' from root:root to runner:runner
2025-08-20T21:22:39.8400222Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/kubectl' from root:root to runner:runner
2025-08-20T21:22:39.8400871Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/helm-diff.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8401497Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/flux.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8402139Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/duplik8s.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8403166Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/argo-rollouts-powershell.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8403825Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/log-stern.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8404551Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/ai-incident-investigation.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8405255Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/kubectl-get-in-shell.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8405887Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/rm-ns.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8406653Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/vector-dev-top.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8407401Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/helm-default-values.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8408055Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/log-bunyan.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8408781Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/resource-recommendations.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8409478Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/argocd.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8410133Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/helm-values.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8410785Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/log-full.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8411500Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/kube-metrics.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8412159Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/keda-toggle.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8413100Z [00:04:32.976]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/argo-rollouts.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8413766Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/log-loki.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8414435Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/k3d-root-shell.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8415079Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/get-all.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8415725Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/carvel.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8416398Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/spark-operator.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8417063Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/start-alpine.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8418012Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/current-ctx-terminal.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8419215Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/log-jq.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8420038Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/liveMigration.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8420734Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/remove-finalizers.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8421452Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/trace-dns.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8422116Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/cert-manager.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8423105Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/dive.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8423852Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/kubectl-plugins/kubectl-jq' from root:root to runner:runner
2025-08-20T21:22:39.8424540Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/kubectl-plugins' from root:root to runner:runner
2025-08-20T21:22:39.8425211Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/helm-purge.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8425970Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/debug-container.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8426690Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/eks-node-viewer.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8427346Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/openssl.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8427945Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins' from root:root to runner:runner
2025-08-20T21:22:39.8428587Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9salpha.png' from root:root to runner:runner
2025-08-20T21:22:39.8429241Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/screen_dp.png' from root:root to runner:runner
2025-08-20T21:22:39.8429931Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/popeye/sanitizers.png' from root:root to runner:runner
2025-08-20T21:22:39.8430597Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/popeye/report.png' from root:root to runner:runner
2025-08-20T21:22:39.8431214Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/popeye' from root:root to runner:runner
2025-08-20T21:22:39.8431858Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s_small.png' from root:root to runner:runner
2025-08-20T21:22:39.8432498Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s_doc.png' from root:root to runner:runner
2025-08-20T21:22:39.8433544Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/story/this_is_fine_300.png' from root:root to runner:runner
2025-08-20T21:22:39.8434330Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/story/pulses_tripped.png' from root:root to runner:runner
2025-08-20T21:22:39.8434946Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/story' from root:root to runner:runner
2025-08-20T21:22:39.8435598Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s_popeye.png' from root:root to runner:runner
2025-08-20T21:22:39.8436275Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/mail.png' from root:root to runner:runner
2025-08-20T21:22:39.8436919Z [00:04:32.977]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s_xray.png' from root:root to runner:runner
2025-08-20T21:22:39.8437542Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/logo.png' from root:root to runner:runner
2025-08-20T21:22:39.8438250Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/imhotep_logo.png' from root:root to runner:runner
2025-08-20T21:22:39.8438893Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s_health.png' from root:root to runner:runner
2025-08-20T21:22:39.8439535Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/twitter.png' from root:root to runner:runner
2025-08-20T21:22:39.8440168Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s_err.png' from root:root to runner:runner
2025-08-20T21:22:39.8440784Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s.png' from root:root to runner:runner
2025-08-20T21:22:39.8441426Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s-xmas.png' from root:root to runner:runner
2025-08-20T21:22:39.8442088Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/skins/dracula.png' from root:root to runner:runner
2025-08-20T21:22:39.8442907Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/skins' from root:root to runner:runner
2025-08-20T21:22:39.8443591Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/screen_logs.png' from root:root to runner:runner
2025-08-20T21:22:39.8444225Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/logo_w.png' from root:root to runner:runner
2025-08-20T21:22:39.8444858Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s_fez.png' from root:root to runner:runner
2025-08-20T21:22:39.8445538Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/shirts/k9s_front.png' from root:root to runner:runner
2025-08-20T21:22:39.8446282Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/shirts/k9s_back.png' from root:root to runner:runner
2025-08-20T21:22:39.8446988Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/shirts' from root:root to runner:runner
2025-08-20T21:22:39.8447640Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/xray_icons.png' from root:root to runner:runner
2025-08-20T21:22:39.8448272Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s_helm.png' from root:root to runner:runner
2025-08-20T21:22:39.8448976Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/screen_po.png' from root:root to runner:runner
2025-08-20T21:22:39.8449559Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets' from root:root to runner:runner
2025-08-20T21:22:39.8450252Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/testdata/aliases/aliases.yaml' from root:root to runner:runner
2025-08-20T21:22:39.8450929Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/testdata/aliases' from root:root to runner:runner
2025-08-20T21:22:39.8451521Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/testdata' from root:root to runner:runner
2025-08-20T21:22:39.8452081Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO' from root:root to runner:runner
2025-08-20T21:22:39.8452606Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo' from root:root to runner:runner
2025-08-20T21:22:39.8453342Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T21:22:39.8453839Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T21:22:39.8454367Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T21:22:39.8454844Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/k9s' from runner:docker to runner:runner
2025-08-20T21:22:39.8455312Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T21:22:39.8455802Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/k9s.static.version' from runner:docker to runner:runner
2025-08-20T21:22:39.8456246Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T21:22:39.8456689Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T21:22:39.8457150Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/k9s.version' from runner:docker to runner:runner
2025-08-20T21:22:39.8457664Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/k9s' from runner:docker to runner:runner
2025-08-20T21:22:39.8458088Z [00:04:32.978]➜  changed ownership of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T21:22:39.8458809Z [00:04:32.987]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/snap/snapcraft.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8459429Z [00:04:32.994]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8460056Z [00:04:33.002]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.dockerignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8460788Z [00:04:33.009]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/slogs/keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8461478Z [00:04:33.015]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/slogs/child.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8462130Z [00:04:33.023]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8463079Z [00:04:33.030]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/health/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8463799Z [00:04:33.037]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/health/check_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8464483Z [00:04:33.044]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/health/check.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8465136Z [00:04:33.051]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/pool_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8465831Z [00:04:33.059]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/watch/forwarders.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8466552Z [00:04:33.066]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/watch/forwarders_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8467234Z [00:04:33.073]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/watch/helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8467915Z [00:04:33.080]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/watch/factory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8468687Z [00:04:33.087]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8469377Z [00:04:33.095]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8470040Z [00:04:33.102]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8470788Z [00:04:33.109]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/gvrs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8489370Z [00:04:33.116]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8556346Z [00:04:33.123]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8623705Z [00:04:33.130]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/metrics_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8695878Z [00:04:33.137]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8766184Z [00:04:33.144]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8834843Z [00:04:33.151]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8904561Z [00:04:33.158]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/gvr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.8973886Z [00:04:33.165]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/helper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.9046229Z [00:04:33.172]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/gvr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.9116691Z [00:04:33.179]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/testdata/config.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.9186288Z [00:04:33.186]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/testdata/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.9255355Z [00:04:33.193]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/client/testdata/config.2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.9324831Z [00:04:33.200]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/mock/test_helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.9391681Z [00:04:33.206]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/logger_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.9459037Z [00:04:33.213]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/views_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.9526733Z [00:04:33.220]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/shell_pod.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.9593306Z [00:04:33.227]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/hotkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.9660724Z [00:04:33.233]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/styles_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.9726885Z [00:04:33.240]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.9793312Z [00:04:33.247]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.9859915Z [00:04:33.253]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/views.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.9926428Z [00:04:33.260]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:39.9992281Z [00:04:33.266]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/views_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.0058513Z [00:04:33.273]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.0125139Z [00:04:33.280]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/plugin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.0190717Z [00:04:33.286]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/flags.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.0259140Z [00:04:33.293]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/k9s.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.0327501Z [00:04:33.300]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/color_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.0394247Z [00:04:33.307]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/flags_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.0459568Z [00:04:33.313]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/plugin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.0525518Z [00:04:33.320]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/files.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.0592870Z [00:04:33.326]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/k9s_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.0661994Z [00:04:33.333]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.0729253Z [00:04:33.340]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.0796080Z [00:04:33.347]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/context_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.0862302Z [00:04:33.353]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/ns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.0929581Z [00:04:33.360]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.0996687Z [00:04:33.367]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/feature_gate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.1067285Z [00:04:33.374]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/proxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.1134962Z [00:04:33.381]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.1201901Z [00:04:33.387]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/dir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.1269140Z [00:04:33.394]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/dir_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.1336013Z [00:04:33.401]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/context_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.1404133Z [00:04:33.408]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.1473441Z [00:04:33.415]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/ns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.1541012Z [00:04:33.421]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.1608659Z [00:04:33.428]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/helpers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.1676447Z [00:04:33.435]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/configs/ct-1-2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.1743327Z [00:04:33.442]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/configs/def_ct.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.1809968Z [00:04:33.448]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/configs/ct-1-1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.1877755Z [00:04:33.455]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/configs/aws_ct.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.1944719Z [00:04:33.462]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/configs/ct-2-1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.2013324Z [00:04:33.469]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/data/k9s/cl-1/ct-1-2/config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.2081833Z [00:04:33.475]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/data/k9s/cl-1/ct-1-1/config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.2149055Z [00:04:33.482]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/data/testdata/data/k9s/cl-2/ct-2-1/config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.2216426Z [00:04:33.489]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/styles.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.2283213Z [00:04:33.496]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/threshold_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.2350528Z [00:04:33.502]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/k9s_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.2418532Z [00:04:33.509]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/benchmark_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.2485225Z [00:04:33.516]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/alias.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.2552271Z [00:04:33.522]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/templates/hotkeys.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.2620344Z [00:04:33.529]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/templates/stock-skin.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.2687544Z [00:04:33.536]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/templates/benchmarks.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.2754248Z [00:04:33.543]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/templates/aliases.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.2821673Z [00:04:33.549]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/scans_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.2889309Z [00:04:33.556]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/benchmark.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.2956071Z [00:04:33.563]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/alias_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.3022536Z [00:04:33.569]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/files_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.3089348Z [00:04:33.576]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/styles_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.3157742Z [00:04:33.583]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/files_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.3225957Z [00:04:33.590]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/hotkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.3294038Z [00:04:33.597]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/validator_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.3361356Z [00:04:33.603]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/plugins.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.3428600Z [00:04:33.610]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/skin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.3497149Z [00:04:33.617]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/plugin-multi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.3564658Z [00:04:33.624]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/hotkeys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.3637929Z [00:04:33.631]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/plugin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.3719815Z [00:04:33.639]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/aliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.3787285Z [00:04:33.646]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/views.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.3856100Z [00:04:33.653]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/context.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.3926989Z [00:04:33.660]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/schemas/k9s.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.3995732Z [00:04:33.667]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/validator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.4064950Z [00:04:33.674]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/views/cool.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.4134834Z [00:04:33.681]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/views/toast.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.4204755Z [00:04:33.688]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/aliases/cool.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.4274417Z [00:04:33.695]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/aliases/toast.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.4348963Z [00:04:33.702]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/hotkeys/cool.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.4421126Z [00:04:33.709]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/context/cool.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.4490647Z [00:04:33.716]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/context/toast.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.4559993Z [00:04:33.723]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/skins/cool.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.4628200Z [00:04:33.730]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/skins/toast.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.4696570Z [00:04:33.737]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/k9s/cool.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.4764761Z [00:04:33.744]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/k9s/toast.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.4833241Z [00:04:33.751]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/plugins/snippet.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.4904091Z [00:04:33.758]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/plugins/snippets.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.4970980Z [00:04:33.764]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/plugins/cool.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.5038676Z [00:04:33.771]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/json/testdata/plugins/toast.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.5107338Z [00:04:33.778]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/logger.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.5173991Z [00:04:33.785]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/threshold.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.5243070Z [00:04:33.791]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/color.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.5309950Z [00:04:33.798]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/scans.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.5378813Z [00:04:33.805]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/views/views.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.5446132Z [00:04:33.812]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/benchmarks/b_containers.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.5513570Z [00:04:33.819]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/benchmarks/b_containers_1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.5581598Z [00:04:33.825]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/benchmarks/bench-fred.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.5648450Z [00:04:33.832]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/benchmarks/b_good.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.5716916Z [00:04:33.839]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/benchmarks/b_toast.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.5783519Z [00:04:33.846]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/k8s.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.5851190Z [00:04:33.852]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/configs/k9s_toast.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.5918917Z [00:04:33.859]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/configs/default.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.5986533Z [00:04:33.866]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/configs/expected.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.6053001Z [00:04:33.873]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/configs/k9s.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.6120587Z [00:04:33.879]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/aliases/plain.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.6189802Z [00:04:33.886]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/aliases/aliases.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.6257732Z [00:04:33.893]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/hotkeys/hotkeys.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.6326026Z [00:04:33.900]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/kubes/test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.6393022Z [00:04:33.906]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/skins/black-and-wtf.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.6460837Z [00:04:33.913]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/skins/boarked.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.6528537Z [00:04:33.920]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/skins/empty.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.6596747Z [00:04:33.927]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/plugins/plugins.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.6665216Z [00:04:33.934]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/plugins/dir/snippet.1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.6731845Z [00:04:33.940]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/plugins/dir/snippet.2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.6800753Z [00:04:33.947]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/plugins/dir/snippet.multi.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.6869130Z [00:04:33.954]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/config/testdata/plugins/plugins-toast.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.6937864Z [00:04:33.961]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/dot_matrix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.7006420Z [00:04:33.968]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/component_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.7073079Z [00:04:33.975]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/component_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.7140747Z [00:04:33.981]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/gauge.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.7208029Z [00:04:33.988]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/component.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.7275604Z [00:04:33.995]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/dot_matrix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.7342341Z [00:04:34.001]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/gauge_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.7409574Z [00:04:34.008]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/gauge_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.7477081Z [00:04:34.015]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/series.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.7544582Z [00:04:34.022]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/series_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.7611628Z [00:04:34.028]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/tchart/sparkline.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.7679915Z [00:04:34.035]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/rs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.7748109Z [00:04:34.042]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/rs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.7815531Z [00:04:34.049]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/tree_node.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.7882194Z [00:04:34.055]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/pod_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.7948907Z [00:04:34.062]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/ns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.8016452Z [00:04:34.069]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/sa.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.8083118Z [00:04:34.076]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/pod.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.8151487Z [00:04:34.082]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/sts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.8219052Z [00:04:34.089]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/sts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.8287065Z [00:04:34.096]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/container_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.8354240Z [00:04:34.103]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/ds_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.8421403Z [00:04:34.109]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/dp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.8489966Z [00:04:34.116]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/dp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.8558233Z [00:04:34.123]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/tree_node_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.8626949Z [00:04:34.130]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/svc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.8698158Z [00:04:34.137]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/section.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.8766773Z [00:04:34.144]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/ns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.8836099Z [00:04:34.151]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/container.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.8903924Z [00:04:34.158]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/generic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.8971755Z [00:04:34.164]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/svc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.9039594Z [00:04:34.171]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/ds.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.9106360Z [00:04:34.178]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.9173711Z [00:04:34.185]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/sa_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.9241008Z [00:04:34.191]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/cilium.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.9308572Z [00:04:34.198]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/svc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.9376649Z [00:04:34.205]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/ds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.9444800Z [00:04:34.212]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/sts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.9512545Z [00:04:34.218]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/ns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.9579981Z [00:04:34.225]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/dp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.9650068Z [00:04:34.232]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/sa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.9719424Z [00:04:34.239]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/po.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.9788646Z [00:04:34.246]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/init.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.9858384Z [00:04:34.253]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/xray/testdata/rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.9927884Z [00:04:34.260]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/color/colorize_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:40.9996265Z [00:04:34.267]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/color/colorize.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.0064721Z [00:04:34.274]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/values.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.0132936Z [00:04:34.280]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/cluster_info.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.0201695Z [00:04:34.287]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.0268572Z [00:04:34.294]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/fish_buff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.0336660Z [00:04:34.301]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/history.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.0403527Z [00:04:34.308]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.0471134Z [00:04:34.314]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/table_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.0538681Z [00:04:34.321]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/pulse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.0605722Z [00:04:34.328]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/tree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.0672558Z [00:04:34.334]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/log_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.0739547Z [00:04:34.341]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/cmd_buff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.0806650Z [00:04:34.348]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/registry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.0874341Z [00:04:34.355]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/cmd_buff_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.0941616Z [00:04:34.361]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/history_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.1009321Z [00:04:34.368]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/table_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.1079152Z [00:04:34.375]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/cluster_info_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.1147012Z [00:04:34.382]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/semver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.1215667Z [00:04:34.389]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/flash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.1283661Z [00:04:34.396]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/stack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.1351036Z [00:04:34.402]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/hint_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.1418582Z [00:04:34.409]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/fish_buff_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.1487597Z [00:04:34.416]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/menu_hint_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.1557354Z [00:04:34.423]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/semver_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.1626513Z [00:04:34.430]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/pulse_health.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.1693326Z [00:04:34.437]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/stack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.1760836Z [00:04:34.443]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/rev_values.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.1830335Z [00:04:34.450]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.1897800Z [00:04:34.457]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/log_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.1967367Z [00:04:34.464]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/hint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.2035720Z [00:04:34.471]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/text.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.2104917Z [00:04:34.478]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/describe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.2174183Z [00:04:34.485]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/text_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.2242048Z [00:04:34.491]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/menu_hint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.2309297Z [00:04:34.498]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/helpers_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.2376769Z [00:04:34.505]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/table.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.2444520Z [00:04:34.512]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/helpers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.2512376Z [00:04:34.518]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/cluster.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.2580412Z [00:04:34.525]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/yaml.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.2649138Z [00:04:34.532]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/testdata/p1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.2716094Z [00:04:34.539]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model/flash_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.2784782Z [00:04:34.546]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/perf/benchmark.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.2853265Z [00:04:34.553]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/pool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.2921273Z [00:04:34.559]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.2989695Z [00:04:34.566]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/pf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.3057185Z [00:04:34.573]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/pfs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.3124740Z [00:04:34.580]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/ann.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.3192384Z [00:04:34.586]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/pf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.3260623Z [00:04:34.593]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/co_portspec_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.3329913Z [00:04:34.600]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/co_portspec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.3397801Z [00:04:34.607]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/ann_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.3466770Z [00:04:34.614]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/tunnel_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.3535398Z [00:04:34.621]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/pfs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.3601405Z [00:04:34.627]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/port/tunnel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.3669227Z [00:04:34.634]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/crumbs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.3738110Z [00:04:34.641]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/indicator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.3807028Z [00:04:34.648]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/pages_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.3875590Z [00:04:34.655]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.3943098Z [00:04:34.662]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/crumbs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.4010223Z [00:04:34.668]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/select_table.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.4081136Z [00:04:34.675]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.4149264Z [00:04:34.682]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/tree.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.4217712Z [00:04:34.689]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.4285404Z [00:04:34.696]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/pages.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.4354740Z [00:04:34.703]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/table_helper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.4422139Z [00:04:34.709]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/splash_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.4490369Z [00:04:34.716]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/logo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.4558817Z [00:04:34.723]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/table_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.4627586Z [00:04:34.730]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/app_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.4694986Z [00:04:34.737]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/menu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.4761604Z [00:04:34.743]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/action.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.4828851Z [00:04:34.750]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/padding.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.4896529Z [00:04:34.757]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/flash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.4964346Z [00:04:34.764]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/indicator_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.5032376Z [00:04:34.770]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/action_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.5101375Z [00:04:34.777]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/logo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.5169245Z [00:04:34.784]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/padding_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.5237999Z [00:04:34.791]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/modal_list.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.5307137Z [00:04:34.798]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/menu_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.5376943Z [00:04:34.805]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/deltas_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.5446742Z [00:04:34.812]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/config_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.5514113Z [00:04:34.819]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/prompt_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.5583244Z [00:04:34.826]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.5651568Z [00:04:34.832]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/app.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.5720719Z [00:04:34.839]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/splash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.5788609Z [00:04:34.846]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/table.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.5857266Z [00:04:34.853]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/prompt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.5925990Z [00:04:34.860]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/delete.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.5991915Z [00:04:34.866]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/transfer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.6059381Z [00:04:34.873]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/error_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.6126953Z [00:04:34.880]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/restart.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.6193125Z [00:04:34.887]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/confirm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.6260671Z [00:04:34.893]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/selection.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.6328436Z [00:04:34.900]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.6394464Z [00:04:34.907]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/prompt_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.6461736Z [00:04:34.913]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/confirm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.6529053Z [00:04:34.920]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/delete_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.6595146Z [00:04:34.927]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/dialog/prompt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.6663188Z [00:04:34.934]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/table_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.6730451Z [00:04:34.940]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/flash_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.6800176Z [00:04:34.947]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/ui/deltas.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.6868481Z [00:04:34.954]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/rs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.6935576Z [00:04:34.961]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/port_forwarder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.7002837Z [00:04:34.967]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/log_options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.7070906Z [00:04:34.974]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.7138873Z [00:04:34.981]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/pod_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.7207515Z [00:04:34.988]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/ns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.7275850Z [00:04:34.995]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/log_item_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.7343240Z [00:04:35.002]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/node.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.7413117Z [00:04:35.009]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/cruiser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.7482942Z [00:04:35.015]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/accessor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.7551208Z [00:04:35.022]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/pod.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.7619961Z [00:04:35.029]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/sts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.7689433Z [00:04:35.036]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/job.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.7758133Z [00:04:35.043]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/port_forward.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.7827736Z [00:04:35.050]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.7897969Z [00:04:35.057]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/pulse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.7966639Z [00:04:35.064]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/img_scan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.8035230Z [00:04:35.071]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/rest_mapper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.8101529Z [00:04:35.077]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/registry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.8169483Z [00:04:35.084]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/log_options_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.8237535Z [00:04:35.091]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/cm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.8305971Z [00:04:35.098]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/container_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.8373980Z [00:04:35.105]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/secret.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.8441159Z [00:04:35.111]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/log_items.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.8508269Z [00:04:35.118]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/dir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.8576162Z [00:04:35.125]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/rbac_subject.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.8643799Z [00:04:35.132]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/dir_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.8712018Z [00:04:35.138]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/rbac_policy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.8780597Z [00:04:35.145]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/scalable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.8849820Z [00:04:35.152]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/resource.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.8917641Z [00:04:35.159]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/dp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.8985073Z [00:04:35.166]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.9053551Z [00:04:35.173]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/log_items_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.9121825Z [00:04:35.179]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/port_forward_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.9189663Z [00:04:35.186]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/helm_history.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.9258625Z [00:04:35.193]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/registry_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.9326770Z [00:04:35.200]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/benchmark_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.9394187Z [00:04:35.207]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/alias.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.9464693Z [00:04:35.214]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/recorder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.9533660Z [00:04:35.221]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/benchmark.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.9601090Z [00:04:35.227]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/container.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.9668565Z [00:04:35.234]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.9736961Z [00:04:35.241]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/svc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.9805364Z [00:04:35.248]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/alias_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.9873475Z [00:04:35.255]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/helm_chart.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:41.9942446Z [00:04:35.261]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/rbac_policy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.0010106Z [00:04:35.268]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.0078069Z [00:04:35.275]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/log_item.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.0146844Z [00:04:35.282]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/cronjob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.0215203Z [00:04:35.289]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/non_resource.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.0283103Z [00:04:35.296]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/describe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.0352213Z [00:04:35.302]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/ds.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.0420110Z [00:04:35.309]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/patch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.0488030Z [00:04:35.316]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/screen_dump.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.0555774Z [00:04:35.323]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/workload.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.0623430Z [00:04:35.330]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.0690745Z [00:04:35.336]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/secret_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.0760595Z [00:04:35.343]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/table.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.0829804Z [00:04:35.350]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/cruiser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.0897145Z [00:04:35.357]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/helpers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.0967023Z [00:04:35.364]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/rbac.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.1039631Z [00:04:35.371]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/crd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.1110143Z [00:04:35.378]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/cluster.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.1180939Z [00:04:35.385]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/patch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.1250736Z [00:04:35.392]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/dynamic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.1321366Z [00:04:35.399]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/bench/default_fred_1577308050814961000.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.1390429Z [00:04:35.406]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/config.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.1460449Z [00:04:35.413]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/dir/a.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.1530411Z [00:04:35.420]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/dir/a/b.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.1599252Z [00:04:35.427]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.1667753Z [00:04:35.434]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/p1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.1736329Z [00:04:35.441]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/secret.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.1804825Z [00:04:35.448]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/n1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.1873298Z [00:04:35.455]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/crb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.1942942Z [00:04:35.462]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/dr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.2011519Z [00:04:35.468]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/dao/testdata/benchspec.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.2079695Z [00:04:35.475]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/rs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.2146433Z [00:04:35.482]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/pdb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.2215249Z [00:04:35.489]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/cust_cols.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.2285238Z [00:04:35.496]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/rs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.2353115Z [00:04:35.503]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.2420949Z [00:04:35.509]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/pod_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.2488841Z [00:04:35.516]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/context_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.2556515Z [00:04:35.523]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/ns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.2623514Z [00:04:35.530]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/eps_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.2691922Z [00:04:35.536]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/node.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.2760556Z [00:04:35.543]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/sa.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.2829295Z [00:04:35.550]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/benchmark_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.2898185Z [00:04:35.557]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/cronjob_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.2965870Z [00:04:35.564]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/np_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.3036773Z [00:04:35.571]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/pod.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.3106144Z [00:04:35.578]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/sts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.3173930Z [00:04:35.585]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/job.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.3241176Z [00:04:35.591]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/ro.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.3310242Z [00:04:35.598]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/crd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.3377667Z [00:04:35.605]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/pvc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.3444674Z [00:04:35.612]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/reference_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.3513199Z [00:04:35.619]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.3582528Z [00:04:35.625]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/helm/history.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.3651279Z [00:04:35.632]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/helm/chart.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.3721039Z [00:04:35.639]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/table_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.3788517Z [00:04:35.646]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/container_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.3855169Z [00:04:35.653]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/img_scan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.3922126Z [00:04:35.659]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/base.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.3990257Z [00:04:35.666]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/sts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.4058340Z [00:04:35.673]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/ev.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.4126052Z [00:04:35.680]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/cm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.4193654Z [00:04:35.687]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/container_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.4262508Z [00:04:35.693]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/policy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.4331061Z [00:04:35.700]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/secret.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.4399705Z [00:04:35.707]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/hpa_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.4467423Z [00:04:35.714]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/job_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.4534593Z [00:04:35.721]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/portforward.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.4603255Z [00:04:35.728]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/dir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.4672309Z [00:04:35.734]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/rob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.4740291Z [00:04:35.741]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/table_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.4808272Z [00:04:35.748]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/cr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.4876100Z [00:04:35.755]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/eps.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.4945225Z [00:04:35.762]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/ds_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.5015016Z [00:04:35.769]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/pv_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.5083214Z [00:04:35.776]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/ro_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.5150331Z [00:04:35.782]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/node_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.5218423Z [00:04:35.789]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/dp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.5286902Z [00:04:35.796]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/ep.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.5356890Z [00:04:35.803]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/dp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.5424764Z [00:04:35.810]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/cust_col_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.5491852Z [00:04:35.816]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.5560379Z [00:04:35.823]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/rob_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.5628288Z [00:04:35.830]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/ep_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.5696837Z [00:04:35.837]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/pod_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.5764365Z [00:04:35.844]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/cust_col.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.5832523Z [00:04:35.850]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/cust_cols_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.5900767Z [00:04:35.857]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/node_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.5968264Z [00:04:35.864]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/port_forward_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.6037090Z [00:04:35.871]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/crb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.6105548Z [00:04:35.878]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/svc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.6172792Z [00:04:35.884]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/section.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.6240639Z [00:04:35.891]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/alias.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.6309531Z [00:04:35.898]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/policy_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.6378998Z [00:04:35.905]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/ns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.6446905Z [00:04:35.912]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/np.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.6516035Z [00:04:35.919]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/benchmark.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.6583707Z [00:04:35.926]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/sc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.6651621Z [00:04:35.932]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/container.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.6721069Z [00:04:35.939]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/pdb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.6788221Z [00:04:35.946]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/svc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.6856089Z [00:04:35.953]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/alias_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.6924929Z [00:04:35.960]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.6996460Z [00:04:35.967]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/cronjob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.7064828Z [00:04:35.974]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/ds.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.7132824Z [00:04:35.980]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/pv.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.7201068Z [00:04:35.987]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/screen_dump.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.7268923Z [00:04:35.994]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/workload.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.7336837Z [00:04:36.001]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.7407111Z [00:04:36.008]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/sa_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.7475845Z [00:04:36.015]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/render_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.7544243Z [00:04:36.022]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/table.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.7614094Z [00:04:36.029]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/crb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.7683275Z [00:04:36.036]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/screen_dump_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.7752886Z [00:04:36.042]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/helpers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.7822374Z [00:04:36.049]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/cr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.7892146Z [00:04:36.056]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/rbac.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.7962277Z [00:04:36.063]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/pvc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.8031309Z [00:04:36.070]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/crd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.8101312Z [00:04:36.077]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/sc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.8171766Z [00:04:36.084]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/hpa.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.8240172Z [00:04:36.091]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/subject.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.8308226Z [00:04:36.098]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/policy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.8377202Z [00:04:36.105]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/no.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.8445079Z [00:04:36.112]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/rb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.8512392Z [00:04:36.118]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/hpa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.8580482Z [00:04:36.125]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/po_sidecar.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.8648676Z [00:04:36.132]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/ro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.8717784Z [00:04:36.139]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/svc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.8785192Z [00:04:36.146]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/ev.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.8853282Z [00:04:36.153]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/ds.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.8921168Z [00:04:36.159]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/sts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.8989355Z [00:04:36.166]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/b1.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.9057312Z [00:04:36.173]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/po_init.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.9123950Z [00:04:36.180]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/sec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.9192152Z [00:04:36.186]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/b3.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.9261459Z [00:04:36.193]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/ep.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.9329526Z [00:04:36.200]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/ing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.9397410Z [00:04:36.207]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/ns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.9464976Z [00:04:36.214]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/b4.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.9533001Z [00:04:36.220]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/pv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.9601355Z [00:04:36.227]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/pdb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.9670492Z [00:04:36.234]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/p1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.9738502Z [00:04:36.241]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/cr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.9806035Z [00:04:36.248]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/eps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.9873533Z [00:04:36.255]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/pv_terminating.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:42.9942907Z [00:04:36.261]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/dp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.0009879Z [00:04:36.268]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/pvc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.0078002Z [00:04:36.275]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/sc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.0146425Z [00:04:36.282]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/job.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.0215490Z [00:04:36.289]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/cj.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.0286398Z [00:04:36.296]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/sa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.0354444Z [00:04:36.303]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/po.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.0421498Z [00:04:36.309]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/np.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.0488724Z [00:04:36.316]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/crb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.0556717Z [00:04:36.323]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/crd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.0624617Z [00:04:36.330]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/cm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.0693324Z [00:04:36.337]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.0761687Z [00:04:36.343]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/render/testdata/b2.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.0830627Z [00:04:36.350]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/scan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.0898372Z [00:04:36.357]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.0966567Z [00:04:36.364]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/scorer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.1034635Z [00:04:36.371]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/table_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.1102469Z [00:04:36.377]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/scanner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.1169909Z [00:04:36.384]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/tally_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.1237260Z [00:04:36.391]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/tally.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.1305282Z [00:04:36.398]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/scorer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.1373046Z [00:04:36.405]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/table.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.1441311Z [00:04:36.411]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort/dups/sc2.text' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.1509785Z [00:04:36.418]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort/dups/sc1.text' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.1579664Z [00:04:36.425]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort/no_dups/sc2.text' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.1647758Z [00:04:36.432]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort/no_dups/sc1.text' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.1716349Z [00:04:36.439]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort/full/sc2.text' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.1784839Z [00:04:36.446]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort/full/sc1.text' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.1852809Z [00:04:36.452]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort_sev/dups/sc2.text' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.1920813Z [00:04:36.459]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort_sev/dups/sc1.text' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.1989789Z [00:04:36.466]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort_sev/no_dups/sc2.text' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.2058348Z [00:04:36.473]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort_sev/no_dups/sc1.text' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.2127470Z [00:04:36.480]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort_sev/full/sc2.text' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.2194611Z [00:04:36.487]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/vul/testdata/sort_sev/full/sc1.text' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.2264596Z [00:04:36.494]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/helpers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.2333705Z [00:04:36.501]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/rs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.2403133Z [00:04:36.508]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/live_view.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.2471835Z [00:04:36.514]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/priorityclass_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.2539624Z [00:04:36.521]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cluster_info.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.2606854Z [00:04:36.528]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/restart_extender.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.2674509Z [00:04:36.535]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/browser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.2742041Z [00:04:36.541]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/live_view_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.2810510Z [00:04:36.548]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/scale_extender.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.2880708Z [00:04:36.555]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/dir_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.2951748Z [00:04:36.562]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.3023430Z [00:04:36.570]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pod_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.3095280Z [00:04:36.577]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/context_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.3167493Z [00:04:36.584]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/ns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.3239245Z [00:04:36.591]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/node.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.3308573Z [00:04:36.598]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/sa.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.3384326Z [00:04:36.606]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/page_stack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.3457794Z [00:04:36.613]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/rbac_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.3529685Z [00:04:36.620]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pod.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.3601276Z [00:04:36.627]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/sts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.3672201Z [00:04:36.634]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/job.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.3747755Z [00:04:36.642]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.3817177Z [00:04:36.649]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pvc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.3886798Z [00:04:36.656]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/reference_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.3954967Z [00:04:36.663]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/yaml_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.4022534Z [00:04:36.669]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.4090114Z [00:04:36.676]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/env.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.4157968Z [00:04:36.683]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.4226245Z [00:04:36.690]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/table_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.4294212Z [00:04:36.697]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pulse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.4361676Z [00:04:36.703]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/img_scan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.4428870Z [00:04:36.710]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/log_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.4497335Z [00:04:36.717]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/sts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.4564699Z [00:04:36.724]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pf_dialog_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.4631680Z [00:04:36.730]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/xray.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.4699593Z [00:04:36.737]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/image_extender.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.4766568Z [00:04:36.744]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.4834473Z [00:04:36.751]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/container_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.4901881Z [00:04:36.757]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/policy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.4970038Z [00:04:36.764]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/secret.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.5037479Z [00:04:36.771]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/dir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.5105316Z [00:04:36.778]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pf_dialog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.5173025Z [00:04:36.785]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/dir_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.5239810Z [00:04:36.791]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/app_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.5307391Z [00:04:36.798]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.5375656Z [00:04:36.805]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/ds_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.5443357Z [00:04:36.812]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pf_extender_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.5511444Z [00:04:36.818]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/dp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.5579866Z [00:04:36.825]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/dp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.5648559Z [00:04:36.832]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.5718696Z [00:04:36.839]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pod_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.5786611Z [00:04:36.846]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/user.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.5853739Z [00:04:36.853]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/actions_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.5920934Z [00:04:36.859]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/log_indicator_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.5988690Z [00:04:36.866]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/value_extender.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.6055991Z [00:04:36.873]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/svc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.6123971Z [00:04:36.880]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/helm_history.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.6191710Z [00:04:36.886]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/help_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.6259788Z [00:04:36.893]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cmd/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.6327371Z [00:04:36.900]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cmd/args.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.6395744Z [00:04:36.907]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cmd/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.6464218Z [00:04:36.914]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cmd/args_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.6531742Z [00:04:36.920]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cmd/interpreter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.6599589Z [00:04:36.927]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cmd/interpreter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.6668549Z [00:04:36.934]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cmd/helpers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.6747605Z [00:04:36.942]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/alias.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.6815246Z [00:04:36.949]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/help.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.6882884Z [00:04:36.955]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/event.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.6950796Z [00:04:36.962]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/details.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.7020878Z [00:04:36.969]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/command.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.7087905Z [00:04:36.976]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/group.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.7156203Z [00:04:36.983]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/ns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.7224191Z [00:04:36.990]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/drain_dialog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.7291261Z [00:04:36.996]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/actions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.7359420Z [00:04:37.003]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.7427832Z [00:04:37.010]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/registrar.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.7495984Z [00:04:37.017]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/benchmark.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.7564440Z [00:04:37.024]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/container.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.7634171Z [00:04:37.031]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/command_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.7704696Z [00:04:37.038]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/svc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.7772597Z [00:04:37.044]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/picker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.7840967Z [00:04:37.051]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.7908447Z [00:04:37.058]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/alias_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.7976095Z [00:04:37.065]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/helm_chart.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.8043941Z [00:04:37.072]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/owner_extender.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.8110435Z [00:04:37.078]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/log_int_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.8178234Z [00:04:37.085]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pf_extender.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.8247225Z [00:04:37.092]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/env_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.8315484Z [00:04:37.099]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/reference.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.8383054Z [00:04:37.106]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/cronjob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.8450858Z [00:04:37.112]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/ds.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.8519013Z [00:04:37.119]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/app.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.8586637Z [00:04:37.126]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/log_indicator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.8654039Z [00:04:37.133]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/screen_dump.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.8725004Z [00:04:37.140]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/workload.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.8795221Z [00:04:37.147]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/vul_extender.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.8873153Z [00:04:37.154]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/secret_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.8935058Z [00:04:37.161]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/logger.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.9004350Z [00:04:37.168]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/table.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.9073816Z [00:04:37.175]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/exec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.9143065Z [00:04:37.181]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/screen_dump_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.9213762Z [00:04:37.189]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/helpers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.9284764Z [00:04:37.196]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/priorityclass.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.9353609Z [00:04:37.203]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/rbac.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.9423462Z [00:04:37.210]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/logs_extender.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.9493711Z [00:04:37.217]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/pvc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.9563271Z [00:04:37.224]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/crd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.9633356Z [00:04:37.231]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/table_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.9701277Z [00:04:37.237]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/yaml.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.9769775Z [00:04:37.244]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/fred/kmanifests/cm.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.9838412Z [00:04:37.251]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/fred/kmanifests/kustomization.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.9907284Z [00:04:37.258]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/k2manifests/cm.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:43.9974886Z [00:04:37.265]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/k2manifests/Kustomization' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.0043598Z [00:04:37.272]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/manifests/cm.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.0112964Z [00:04:37.278]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/manifests/kustomization.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.0181914Z [00:04:37.285]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/kmanifests/cm.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.0249485Z [00:04:37.292]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/kmanifests/kustomization.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.0317148Z [00:04:37.299]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/k1manifests/cm.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.0386586Z [00:04:37.306]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/view/testdata/k1manifests/kustomization.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.0454929Z [00:04:37.313]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/table_data.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.0522087Z [00:04:37.319]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/delta_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.0591214Z [00:04:37.326]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.0659122Z [00:04:37.333]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/fields.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.0727077Z [00:04:37.340]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/row.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.0796682Z [00:04:37.347]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.0866221Z [00:04:37.354]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/pool_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.0934108Z [00:04:37.361]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/test_helper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.1003497Z [00:04:37.368]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/color_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.1071967Z [00:04:37.374]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/row_event.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.1144153Z [00:04:37.382]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/rows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.1211811Z [00:04:37.388]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/pool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.1279976Z [00:04:37.395]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/table_data_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.1347221Z [00:04:37.402]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/header_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.1415625Z [00:04:37.409]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/row_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.1483240Z [00:04:37.416]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/header.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.1552157Z [00:04:37.422]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/delta.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.1619916Z [00:04:37.429]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/helpers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.1688010Z [00:04:37.436]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/row_event_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.1755137Z [00:04:37.443]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/internal/model1/color.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.1822916Z [00:04:37.450]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.1890893Z [00:04:37.456]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.semaphore/semaphore.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.1958778Z [00:04:37.463]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/CNAME' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.2026557Z [00:04:37.470]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.2094234Z [00:04:37.477]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.codebeatsettings' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.2161857Z [00:04:37.483]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/cmd/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.2230820Z [00:04:37.490]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/cmd/root.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.2299048Z [00:04:37.497]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/cmd/info.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.2368399Z [00:04:37.504]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/cmd/info_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.2436910Z [00:04:37.511]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/cmd/testdata/k9s.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.2504821Z [00:04:37.518]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/cmd/testdata/k9s1.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.2573290Z [00:04:37.525]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.2643965Z [00:04:37.532]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.15.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.2711036Z [00:04:37.538]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.29.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.2777866Z [00:04:37.545]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.26.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.2843924Z [00:04:37.552]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.2911093Z [00:04:37.558]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.2978248Z [00:04:37.565]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.3045170Z [00:04:37.572]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.18.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.3111984Z [00:04:37.578]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.3179683Z [00:04:37.585]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.4.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.3247794Z [00:04:37.592]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.3315868Z [00:04:37.599]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.20.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.3383090Z [00:04:37.606]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.3449908Z [00:04:37.612]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.11.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.3516832Z [00:04:37.619]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.3585041Z [00:04:37.626]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.20.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.3652895Z [00:04:37.632]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.3720489Z [00:04:37.639]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.32.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.3789262Z [00:04:37.646]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.13.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.3856807Z [00:04:37.653]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.9.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.3923183Z [00:04:37.660]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.3990127Z [00:04:37.666]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.30.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.4057314Z [00:04:37.673]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.27.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.4124782Z [00:04:37.680]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.4191978Z [00:04:37.686]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.9.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.4259858Z [00:04:37.693]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.8.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.4327076Z [00:04:37.700]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.13.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.4394165Z [00:04:37.707]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.4460793Z [00:04:37.713]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.27.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.4528276Z [00:04:37.720]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.4596080Z [00:04:37.727]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.4663254Z [00:04:37.734]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.4730504Z [00:04:37.740]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.4798670Z [00:04:37.747]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.17.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.4867670Z [00:04:37.754]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.4935682Z [00:04:37.761]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.5003841Z [00:04:37.768]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.13.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.5071420Z [00:04:37.774]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.5141559Z [00:04:37.781]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.2.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.5210070Z [00:04:37.788]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.19.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.5278814Z [00:04:37.795]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.32.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.5346145Z [00:04:37.802]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.17.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.5413516Z [00:04:37.809]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.32.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.5480419Z [00:04:37.815]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.2.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.5547481Z [00:04:37.822]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.11.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.5616265Z [00:04:37.829]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.13.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.5683889Z [00:04:37.836]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.5753364Z [00:04:37.843]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.6.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.5822259Z [00:04:37.849]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.5891547Z [00:04:37.856]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.5962273Z [00:04:37.863]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.26.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.6031564Z [00:04:37.870]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.11.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.6101303Z [00:04:37.877]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.19.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.6170980Z [00:04:37.884]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.9.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.6240172Z [00:04:37.891]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.27.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.6309711Z [00:04:37.898]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.6377927Z [00:04:37.905]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.6446095Z [00:04:37.912]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.8.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.6514410Z [00:04:37.919]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.17.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.6583607Z [00:04:37.926]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.19.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.6651462Z [00:04:37.932]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.6.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.6719136Z [00:04:37.939]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.18.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.6788460Z [00:04:37.946]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.32.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.6857584Z [00:04:37.953]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.9.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.6926235Z [00:04:37.960]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.6994617Z [00:04:37.967]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.17.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.7062231Z [00:04:37.973]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.15.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.7130911Z [00:04:37.980]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.8.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.7197933Z [00:04:37.987]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.26.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.7265872Z [00:04:37.994]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.7335028Z [00:04:38.001]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.9.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.7402091Z [00:04:38.007]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.19.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.7470773Z [00:04:38.014]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.13.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.7539425Z [00:04:38.021]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.9.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.7607921Z [00:04:38.028]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.30.8.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.7675470Z [00:04:38.035]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.11.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.7743897Z [00:04:38.042]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.7811902Z [00:04:38.048]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.8.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.7879285Z [00:04:38.055]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.11.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.7947535Z [00:04:38.062]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.10.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.8016214Z [00:04:38.069]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.8.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.8084041Z [00:04:38.076]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.8152338Z [00:04:38.082]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.17.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.8221552Z [00:04:38.089]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.13.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.8289404Z [00:04:38.096]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.8356403Z [00:04:38.103]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.26.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.8422979Z [00:04:38.110]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.4.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.8491133Z [00:04:38.116]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.9.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.8558444Z [00:04:38.123]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.8625498Z [00:04:38.130]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.8692403Z [00:04:38.136]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.15.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.8761857Z [00:04:38.143]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.2.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.8830116Z [00:04:38.150]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.8898387Z [00:04:38.157]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.30.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.8965821Z [00:04:38.164]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.11.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.9034245Z [00:04:38.171]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.11.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.9102375Z [00:04:38.177]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.9170331Z [00:04:38.184]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.9237910Z [00:04:38.191]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.30.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.9305307Z [00:04:38.198]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.10.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.9372241Z [00:04:38.204]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.9441603Z [00:04:38.211]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.9510718Z [00:04:38.218]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.8.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.9578330Z [00:04:38.225]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.13.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.9646912Z [00:04:38.232]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.21.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.9715801Z [00:04:38.239]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.6.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.9782326Z [00:04:38.245]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.6.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.9850903Z [00:04:38.252]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.9919560Z [00:04:38.259]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.11.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:44.9987360Z [00:04:38.266]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.9.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.0055901Z [00:04:38.273]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.5.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.0126394Z [00:04:38.280]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.8.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.0194069Z [00:04:38.287]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.0262043Z [00:04:38.293]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.10.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.0330243Z [00:04:38.300]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.18.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.0397741Z [00:04:38.307]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.28.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.0465928Z [00:04:38.314]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.0534205Z [00:04:38.321]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.14.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.0601416Z [00:04:38.327]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.0669176Z [00:04:38.334]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.0738379Z [00:04:38.341]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.4.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.0806938Z [00:04:38.348]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.0875878Z [00:04:38.355]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.9.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.0945532Z [00:04:38.362]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.19.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.1014575Z [00:04:38.369]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.3.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.1086615Z [00:04:38.376]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.1157150Z [00:04:38.383]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.1229486Z [00:04:38.390]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.19.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.1299885Z [00:04:38.397]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.1369783Z [00:04:38.404]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.22.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.1439463Z [00:04:38.411]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.13.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.1509137Z [00:04:38.418]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.1577269Z [00:04:38.425]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.27.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.1644834Z [00:04:38.432]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.1714313Z [00:04:38.439]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.30.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.1783305Z [00:04:38.446]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.20.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.1852575Z [00:04:38.452]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.13.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.1921506Z [00:04:38.459]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.9.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.1990050Z [00:04:38.466]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.2059824Z [00:04:38.473]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.12.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.2127001Z [00:04:38.480]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.2195737Z [00:04:38.487]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.2263976Z [00:04:38.494]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.19.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.2332190Z [00:04:38.500]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.17.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.2400180Z [00:04:38.507]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.12.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.2468653Z [00:04:38.514]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.2537111Z [00:04:38.521]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.8.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.2605629Z [00:04:38.528]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.2673114Z [00:04:38.535]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.3.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.2742847Z [00:04:38.541]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.8.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.2811863Z [00:04:38.548]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.9.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.2879501Z [00:04:38.555]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.26.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.2947953Z [00:04:38.562]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.30.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.3015314Z [00:04:38.569]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.3082266Z [00:04:38.575]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.5.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.3150691Z [00:04:38.582]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.3219505Z [00:04:38.589]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.13.8.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.3286959Z [00:04:38.596]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.3355449Z [00:04:38.603]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.16.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.3432215Z [00:04:38.610]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.19.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.3502477Z [00:04:38.617]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.30.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.3570981Z [00:04:38.624]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.3639181Z [00:04:38.631]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.4.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.3705905Z [00:04:38.638]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.26.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.3774406Z [00:04:38.645]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.2.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.3843362Z [00:04:38.652]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.2.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.3910574Z [00:04:38.658]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.28.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.3978804Z [00:04:38.665]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.4047601Z [00:04:38.672]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.4117137Z [00:04:38.679]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.10.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.4185442Z [00:04:38.686]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.4253395Z [00:04:38.693]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.32.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.4320137Z [00:04:38.699]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.4.8.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.4390286Z [00:04:38.706]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.10.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.4461323Z [00:04:38.713]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.4529007Z [00:04:38.720]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.26.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.4597128Z [00:04:38.727]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.4665376Z [00:04:38.734]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.4734829Z [00:04:38.741]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.28.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.4803729Z [00:04:38.748]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.4.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.4872430Z [00:04:38.754]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.9.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.4939969Z [00:04:38.761]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.13.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.5007975Z [00:04:38.768]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.9.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.5075453Z [00:04:38.775]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.8.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.5143150Z [00:04:38.782]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.32.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.5211763Z [00:04:38.788]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.14.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.5280077Z [00:04:38.795]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.20.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.5348272Z [00:04:38.802]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.10.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.5418560Z [00:04:38.809]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.9.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.5486478Z [00:04:38.816]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.20.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.5555177Z [00:04:38.823]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.8.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.5622911Z [00:04:38.830]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.6.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.5690829Z [00:04:38.836]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.2.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.5758719Z [00:04:38.843]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.5827005Z [00:04:38.850]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.6.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.5895555Z [00:04:38.857]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.2.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.5963659Z [00:04:38.864]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.20.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.6032068Z [00:04:38.870]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.3.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.6099425Z [00:04:38.877]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.6168349Z [00:04:38.884]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.8.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.6236698Z [00:04:38.891]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.6.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.6304741Z [00:04:38.898]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.29.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.6375593Z [00:04:38.905]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.6444051Z [00:04:38.912]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.6511403Z [00:04:38.918]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.16.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.6580379Z [00:04:38.925]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.6.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.6649949Z [00:04:38.932]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.12.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.6719726Z [00:04:38.939]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.10.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.6790610Z [00:04:38.946]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.6859187Z [00:04:38.953]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.10.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.6929337Z [00:04:38.960]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.17.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.6999202Z [00:04:38.967]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.17.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.7068690Z [00:04:38.974]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.16.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.7137759Z [00:04:38.981]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.14.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.7206530Z [00:04:38.988]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.20.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.7274634Z [00:04:38.995]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.8.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.7342583Z [00:04:39.001]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.22.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.7410271Z [00:04:39.008]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.25.12.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.7478581Z [00:04:39.015]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.7547682Z [00:04:39.022]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.7615958Z [00:04:39.029]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.5.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.7683393Z [00:04:39.036]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.7751374Z [00:04:39.042]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.19.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.7819023Z [00:04:39.049]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.4.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.7887634Z [00:04:39.056]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.7955982Z [00:04:39.063]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.14.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.8023469Z [00:04:39.070]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.4.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.8091378Z [00:04:39.076]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.15.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.8159944Z [00:04:39.083]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.21.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.8227358Z [00:04:39.090]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.50.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.8295043Z [00:04:39.097]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.32.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.8362345Z [00:04:39.103]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.23.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.8430461Z [00:04:39.110]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.4.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.8498769Z [00:04:39.117]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.30.0.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.8566304Z [00:04:39.124]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.31.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.8633978Z [00:04:39.131]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.8704038Z [00:04:39.138]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.30.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.8776896Z [00:04:39.145]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.17.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.8845889Z [00:04:39.152]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.8.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.8914227Z [00:04:39.159]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.8.4.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.8981314Z [00:04:39.165]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.3.3.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.9049481Z [00:04:39.172]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.13.6.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.9117239Z [00:04:39.179]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.7.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.9185744Z [00:04:39.186]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.11.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.9253284Z [00:04:39.193]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.26.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.9320676Z [00:04:39.199]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.32.5.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.9389157Z [00:04:39.206]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.27.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.9456490Z [00:04:39.213]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.40.2.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.9523765Z [00:04:39.220]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_v0.24.15.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.9592495Z [00:04:39.226]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/change_logs/release_0.1.7.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.9660223Z [00:04:39.233]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.9727908Z [00:04:39.240]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.9796307Z [00:04:39.247]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.9863327Z [00:04:39.254]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.goreleaser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.9930953Z [00:04:39.260]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-material-light-soft.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:45.9998395Z [00:04:39.267]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/kiss.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.0066792Z [00:04:39.274]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/vercel.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.0134262Z [00:04:39.281]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-material-dark-soft.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.0201233Z [00:04:39.287]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-dark.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.0268730Z [00:04:39.294]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/in-the-navy.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.0335569Z [00:04:39.301]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-material-dark-medium.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.0402548Z [00:04:39.307]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/narsingh.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.0469844Z [00:04:39.314]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/nord.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.0537343Z [00:04:39.321]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/dracula.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.0603125Z [00:04:39.328]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-material-dark-hard.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.0669634Z [00:04:39.334]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/kanagawa.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.0738591Z [00:04:39.341]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/black-and-wtf.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.0805587Z [00:04:39.348]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/solarized-light.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.0872939Z [00:04:39.354]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/snazzy.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.0939354Z [00:04:39.361]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/everforest-light.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.1006255Z [00:04:39.368]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-dark-hard.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.1075524Z [00:04:39.375]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/transparent.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.1142915Z [00:04:39.381]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/rose-pine-moon.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.1210094Z [00:04:39.388]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-material-light-medium.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.1277938Z [00:04:39.395]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/red.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.1344820Z [00:04:39.402]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-material-light-hard.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.1411310Z [00:04:39.408]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/one-dark.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.1478886Z [00:04:39.415]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-light.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.1546239Z [00:04:39.422]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/everforest-dark.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.1612251Z [00:04:39.428]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/monokai.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.1679735Z [00:04:39.435]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/rose-pine-dawn.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.1748219Z [00:04:39.442]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/axual.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.1815547Z [00:04:39.449]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/stock.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.1882468Z [00:04:39.456]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/nightfox.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.1950079Z [00:04:39.462]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/gruvbox-light-hard.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.2018192Z [00:04:39.469]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/solarized-dark.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.2084824Z [00:04:39.476]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/solarized-16.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.2153014Z [00:04:39.483]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/skins/rose-pine.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.2222997Z [00:04:39.489]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/COPYING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.2292349Z [00:04:39.496]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.2360615Z [00:04:39.503]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github/workflows/test.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.2428973Z [00:04:39.510]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github/workflows/stales-issues.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.2497983Z [00:04:39.517]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github/workflows/stales-prs.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.2567267Z [00:04:39.524]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github/workflows/lint.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.2638168Z [00:04:39.531]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.2709159Z [00:04:39.538]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.2778771Z [00:04:39.545]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.2847676Z [00:04:39.552]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.2916095Z [00:04:39.559]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.golangci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.2984859Z [00:04:39.566]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.3055350Z [00:04:39.573]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:22:46.3122316Z [00:04:39.579]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:22:46.3192077Z [00:04:39.586]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:22:46.3260827Z [00:04:39.593]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:22:46.3329255Z [00:04:39.600]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:22:46.3396567Z [00:04:39.607]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:22:46.3464299Z [00:04:39.614]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:22:46.3530963Z [00:04:39.620]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:22:46.3598128Z [00:04:39.627]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:22:46.3666657Z [00:04:39.634]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:22:46.3735187Z [00:04:39.641]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:22:46.3804738Z [00:04:39.648]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:22:46.3873211Z [00:04:39.655]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:22:46.3943605Z [00:04:39.662]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:22:46.4012315Z [00:04:39.668]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.4081706Z [00:04:39.675]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.4150119Z [00:04:39.682]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.4220531Z [00:04:39.689]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.4289578Z [00:04:39.696]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.4357937Z [00:04:39.703]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.4427278Z [00:04:39.710]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.4495950Z [00:04:39.717]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.4563729Z [00:04:39.724]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.4634121Z [00:04:39.731]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects/pack/pack-0796720822b06e50eba38fa98ba1e8fd4548d841.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.4702192Z [00:04:39.737]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects/pack/pack-e95d471ff92be0816524a1ef479e79f338d55e7b.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.4770039Z [00:04:39.744]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects/pack/pack-e95d471ff92be0816524a1ef479e79f338d55e7b.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.4839531Z [00:04:39.751]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects/pack/pack-e95d471ff92be0816524a1ef479e79f338d55e7b.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.4907642Z [00:04:39.758]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects/pack/pack-e95d471ff92be0816524a1ef479e79f338d55e7b.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.4975548Z [00:04:39.765]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects/pack/pack-0796720822b06e50eba38fa98ba1e8fd4548d841.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.5043245Z [00:04:39.772]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects/pack/pack-0796720822b06e50eba38fa98ba1e8fd4548d841.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.5113840Z [00:04:39.779]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/objects/pack/pack-0796720822b06e50eba38fa98ba1e8fd4548d841.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.5182076Z [00:04:39.785]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.5249950Z [00:04:39.792]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.5318365Z [00:04:39.799]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/node-root-shell.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.5385930Z [00:04:39.806]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/crossplane.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.5453980Z [00:04:39.813]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/job-suspend.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.5521549Z [00:04:39.819]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/watch-events.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.5591384Z [00:04:39.826]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/external-secrets.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.5659168Z [00:04:39.833]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/szero.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.5727813Z [00:04:39.840]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/blame.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.5795809Z [00:04:39.847]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.5864647Z [00:04:39.854]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/kubectl/kubectl-purge' retained as 0755 (rwxr-xr-x)
2025-08-20T21:22:46.5931538Z [00:04:39.860]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/helm-diff.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.6000138Z [00:04:39.867]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/flux.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.6067743Z [00:04:39.874]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/duplik8s.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.6136881Z [00:04:39.881]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/argo-rollouts-powershell.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.6207080Z [00:04:39.888]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/log-stern.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.6275326Z [00:04:39.895]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/ai-incident-investigation.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.6344153Z [00:04:39.902]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/kubectl-get-in-shell.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.6411710Z [00:04:39.908]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/rm-ns.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.6479602Z [00:04:39.915]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/vector-dev-top.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.6547950Z [00:04:39.922]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/helm-default-values.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.6616577Z [00:04:39.929]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/log-bunyan.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.6685387Z [00:04:39.936]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/resource-recommendations.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.6753043Z [00:04:39.943]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/argocd.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.6821496Z [00:04:39.949]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/helm-values.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.6888903Z [00:04:39.956]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/log-full.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.6957291Z [00:04:39.963]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/kube-metrics.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.7025847Z [00:04:39.970]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/keda-toggle.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.7093433Z [00:04:39.977]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/argo-rollouts.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.7161564Z [00:04:39.983]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/log-loki.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.7229348Z [00:04:39.990]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/k3d-root-shell.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.7296770Z [00:04:39.997]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/get-all.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.7365732Z [00:04:40.004]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/carvel.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.7433222Z [00:04:40.011]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/spark-operator.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.7501781Z [00:04:40.017]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/start-alpine.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.7570409Z [00:04:40.024]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/current-ctx-terminal.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.7638970Z [00:04:40.031]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/log-jq.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.7706859Z [00:04:40.038]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/liveMigration.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.7774102Z [00:04:40.045]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/remove-finalizers.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.7841802Z [00:04:40.051]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/trace-dns.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.7909993Z [00:04:40.058]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/cert-manager.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.7977644Z [00:04:40.065]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/dive.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.8046424Z [00:04:40.072]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/kubectl-plugins/kubectl-jq' retained as 0755 (rwxr-xr-x)
2025-08-20T21:22:46.8113949Z [00:04:40.079]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/helm-purge.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.8183551Z [00:04:40.086]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/debug-container.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.8251636Z [00:04:40.092]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/eks-node-viewer.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.8319532Z [00:04:40.099]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/plugins/openssl.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.8388477Z [00:04:40.106]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9salpha.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.8456571Z [00:04:40.113]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/screen_dp.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.8525133Z [00:04:40.120]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/popeye/sanitizers.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.8593007Z [00:04:40.127]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/popeye/report.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.8660370Z [00:04:40.133]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s_small.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.8728710Z [00:04:40.140]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s_doc.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.8797754Z [00:04:40.147]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/story/this_is_fine_300.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.8866426Z [00:04:40.154]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/story/pulses_tripped.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.8935461Z [00:04:40.161]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s_popeye.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.9003500Z [00:04:40.168]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/mail.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.9073308Z [00:04:40.175]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s_xray.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.9143309Z [00:04:40.182]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/logo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.9213363Z [00:04:40.189]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/imhotep_logo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.9283821Z [00:04:40.195]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s_health.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.9352316Z [00:04:40.202]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/twitter.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.9421752Z [00:04:40.209]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s_err.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.9491246Z [00:04:40.216]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.9559388Z [00:04:40.223]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s-xmas.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.9629837Z [00:04:40.230]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/skins/dracula.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.9698539Z [00:04:40.237]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/screen_logs.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.9766390Z [00:04:40.244]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/logo_w.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.9833550Z [00:04:40.251]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s_fez.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.9901351Z [00:04:40.257]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/shirts/k9s_front.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:46.9969118Z [00:04:40.264]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/shirts/k9s_back.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:47.0037071Z [00:04:40.271]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/xray_icons.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:47.0103669Z [00:04:40.278]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/k9s_helm.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:47.0171091Z [00:04:40.284]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/assets/screen_po.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:47.0239154Z [00:04:40.291]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gv9cDu0mVo/TEMPREPO/testdata/aliases/aliases.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:47.0306066Z [00:04:40.298]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:47.0372482Z [00:04:40.304]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:47.0441654Z [00:04:40.311]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/k9s' retained as 0755 (rwxr-xr-x)
2025-08-20T21:22:47.0509587Z [00:04:40.318]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/k9s.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:47.0577065Z [00:04:40.325]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:47.0645012Z [00:04:40.332]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:47.0711709Z [00:04:40.338]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/k9s.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:22:47.0780054Z [00:04:40.345]➜  mode of '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/k9s' retained as 0755 (rwxr-xr-x)
2025-08-20T21:22:47.1323958Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T21:22:47.1325137Z [00:04:40.400]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T21:22:53.7425432Z 
2025-08-20T21:22:53.7426224Z [+] Sanitizing /tmp/pkgforge/GfTuIx82k_SBUILD/BUILD.log ==> /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/k9s.static.log
2025-08-20T21:22:56.6297207Z '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/k9s.static.log' -> '/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/k9s.log'
2025-08-20T21:22:56.6411125Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/k9s/official/k9s?tag=HEAD-4686c1d-250820T090605-x86_64-linux&download=k9s.log
2025-08-20T21:22:56.6412013Z 
2025-08-20T21:22:56.6412908Z [+] Parsing/Uploading k9s/k9s --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fk9s%2Fk9s [x86_64-Linux]
2025-08-20T21:22:56.6453322Z {
2025-08-20T21:22:56.6453674Z   "_disabled": "false",
2025-08-20T21:22:56.6454053Z   "host": "x86_64-Linux",
2025-08-20T21:22:56.6454408Z   "rank": "",
2025-08-20T21:22:56.6454730Z   "pkg": "k9s.static",
2025-08-20T21:22:56.6455074Z   "pkg_family": "k9s",
2025-08-20T21:22:56.6455445Z   "pkg_id": "github.com.derailed.k9s",
2025-08-20T21:22:56.6455868Z   "pkg_name": "k9s",
2025-08-20T21:22:56.6456206Z   "pkg_type": "static",
2025-08-20T21:22:56.6456820Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/k9s/official/k9s",
2025-08-20T21:22:56.6457494Z   "app_id": "",
2025-08-20T21:22:56.6457808Z   "appstream": "",
2025-08-20T21:22:56.6458128Z   "category": [
2025-08-20T21:22:56.6458427Z     "ConsoleOnly",
2025-08-20T21:22:56.6458730Z     "Utility"
2025-08-20T21:22:56.6458939Z   ],
2025-08-20T21:22:56.6459232Z   "description": "Terminal UI to interact with Kubernetes clusters",
2025-08-20T21:22:56.6459601Z   "desktop": "",
2025-08-20T21:22:56.6459803Z   "homepage": [
2025-08-20T21:22:56.6460015Z     "https://k9scli.io",
2025-08-20T21:22:56.6460270Z     "https://github.com/derailed/k9s"
2025-08-20T21:22:56.6460537Z   ],
2025-08-20T21:22:56.6461096Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/k9s/official/k9s?tag=HEAD-4686c1d-250820T090605-x86_64-linux&download=k9s.png",
2025-08-20T21:22:56.6461740Z   "license": [
2025-08-20T21:22:56.6461936Z     "MIT"
2025-08-20T21:22:56.6462255Z   ],
2025-08-20T21:22:56.6462427Z   "maintainer": [
2025-08-20T21:22:56.6462932Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:22:56.6463197Z   ],
2025-08-20T21:22:56.6463356Z   "provides": [
2025-08-20T21:22:56.6463530Z     "k9s"
2025-08-20T21:22:56.6463683Z   ],
2025-08-20T21:22:56.6463831Z   "note": [
2025-08-20T21:22:56.6464149Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/derailed/k9s"
2025-08-20T21:22:56.6464524Z   ],
2025-08-20T21:22:56.6464678Z   "repology": [
2025-08-20T21:22:56.6464848Z     "k9s"
2025-08-20T21:22:56.6465000Z   ],
2025-08-20T21:22:56.6465149Z   "screenshots": [],
2025-08-20T21:22:56.6465337Z   "src_url": [
2025-08-20T21:22:56.6465639Z     "https://github.com/derailed/k9s"
2025-08-20T21:22:56.6465875Z   ],
2025-08-20T21:22:56.6466022Z   "tag": [
2025-08-20T21:22:56.6466185Z     "kubernetes"
2025-08-20T21:22:56.6466391Z   ],
2025-08-20T21:22:56.6466566Z   "version": "HEAD-4686c1d-250820T090605",
2025-08-20T21:22:56.6466824Z   "version_upstream": "0.50.9",
2025-08-20T21:22:56.6467159Z   "bsum": "33248131ab2a77142826a1de306c26b8476eaf8fd742fa77dca38f4d1920d590",
2025-08-20T21:22:56.6467520Z   "build_date": "2025-08-20T21:22:48Z",
2025-08-20T21:22:56.6467871Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108250546",
2025-08-20T21:22:56.6468218Z   "build_id": "17108250546",
2025-08-20T21:22:56.6468766Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/k9s/official/k9s?tag=HEAD-4686c1d-250820T090605-x86_64-linux&download=k9s.log",
2025-08-20T21:22:56.6469557Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/k9s/static.official.stable.yaml",
2025-08-20T21:22:56.6470632Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/k9s/official/k9s?tag=HEAD-4686c1d-250820T090605-x86_64-linux&download=k9s",
2025-08-20T21:22:56.6471942Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/k9s/official/k9s:HEAD-4686c1d-250820T090605-x86_64-linux",
2025-08-20T21:22:56.6472991Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/k9s/official/k9s",
2025-08-20T21:22:56.6474109Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/k9s/official/k9s?tag=HEAD-4686c1d-250820T090605-x86_64-linux&manifest",
2025-08-20T21:22:56.6475312Z   "shasum": "c28b06826c5a34a16192b3535937a54a193203dbeb89bef932cdc4990d1f76ef",
2025-08-20T21:22:56.6475954Z   "size": "141 MB",
2025-08-20T21:22:56.6476278Z   "size_raw": "146970592",
2025-08-20T21:22:56.6476630Z   "snapshots": [
2025-08-20T21:22:56.6477143Z     "HEAD-4642077-250112T092749-x86_64-linux[0.32.7]",
2025-08-20T21:22:56.6477702Z     "HEAD-eb52991-250119T164403-x86_64-linux[0.32.7]",
2025-08-20T21:22:56.6478214Z     "HEAD-9aff93e-250122T233046-x86_64-linux",
2025-08-20T21:22:56.6478717Z     "HEAD-43408da-250128T082304-x86_64-linux[0.32.7]",
2025-08-20T21:22:56.6479235Z     "HEAD-18b2ada-250201T085354-x86_64-linux[0.32.7]",
2025-08-20T21:22:56.6479742Z     "HEAD-e27e293-250202T090633-x86_64-linux",
2025-08-20T21:22:56.6480226Z     "HEAD-bccea4b-250211T082227-x86_64-linux",
2025-08-20T21:22:56.6480702Z     "HEAD-5aeb09f-250216T210121-x86_64-linux",
2025-08-20T21:22:56.6481171Z     "HEAD-af8aa5f-250218T084733-x86_64-linux",
2025-08-20T21:22:56.6481623Z     "HEAD-7bb4da7-250219T232945-x86_64-linux",
2025-08-20T21:22:56.6482104Z     "HEAD-f8fbd98-250223T105050-x86_64-linux",
2025-08-20T21:22:56.6482604Z     "HEAD-8b2939c-250223T181218-x86_64-linux[0.40.5]",
2025-08-20T21:22:56.6483432Z     "HEAD-1e9f85d-250228T175059-x86_64-linux[0.40.5]",
2025-08-20T21:22:56.6484006Z     "HEAD-582cca3-250307T094222-x86_64-linux[NA-2025-03-07]",
2025-08-20T21:22:56.6484582Z     "HEAD-772faa5-250311T181737-x86_64-linux[0.40.7]",
2025-08-20T21:22:56.6485098Z     "HEAD-c283591-250528T080810-x86_64-linux[0.50.6]",
2025-08-20T21:22:56.6485626Z     "HEAD-c2bbcd4-250601T073918-x86_64-linux[0.50.6]",
2025-08-20T21:22:56.6486155Z     "HEAD-457e4b8-250705T105434-x86_64-linux[0.50.7]",
2025-08-20T21:22:56.6486677Z     "HEAD-3740ddd-250709T225035-x86_64-linux[0.50.7]",
2025-08-20T21:22:56.6487428Z     "HEAD-11d40ca-250713T095248-x86_64-linux[0.50.7]",
2025-08-20T21:22:56.6487951Z     "HEAD-6d756d5-250716T081710-x86_64-linux[0.50.9]",
2025-08-20T21:22:56.6488473Z     "HEAD-ffdc7b7-250719T092746-x86_64-linux[0.50.9]"
2025-08-20T21:22:56.6488928Z   ]
2025-08-20T21:22:56.6489201Z }
2025-08-20T21:22:56.6489353Z 
2025-08-20T21:22:56.6489358Z 
2025-08-20T21:22:56.8628312Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/k9s/official/k9s:HEAD-4686c1d-250820T090605-x86_64-linux": ghcr.io/pkgforge/bincache/k9s/official/k9s:HEAD-4686c1d-250820T090605-x86_64-linux: not found
2025-08-20T21:22:56.8673295Z Uploading empty artifact
2025-08-20T21:22:56.8681756Z time=2025-08-20T21:22:56Z level=debug msg=Request #0
2025-08-20T21:22:56.8683176Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/k9s/official/k9s/manifests/sha256:efe45cc23995c4b2b27915c45244db274a71cce86242adfc1a783cf2a69fe823"
2025-08-20T21:22:56.8684311Z > Request method: "HEAD"
2025-08-20T21:22:56.8684663Z > Request headers:
2025-08-20T21:22:56.8685674Z    "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:22:56.8687151Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:22:56.8952014Z time=2025-08-20T21:22:56Z level=debug msg=Response #0
2025-08-20T21:22:56.8952526Z < Response Status: "401 Unauthorized"
2025-08-20T21:22:56.8953008Z < Response headers:
2025-08-20T21:22:56.8953332Z    "X-Github-Request-Id": "1829:2E6251:453F86:4B0998:68A63CB0"
2025-08-20T21:22:56.8953725Z    "Content-Type": "application/json"
2025-08-20T21:22:56.8954973Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/k9s/official/k9s:pull\""
2025-08-20T21:22:56.8955634Z    "Date": "Wed, 20 Aug 2025 21:22:56 GMT"
2025-08-20T21:22:56.8955949Z    "Content-Length": "73"
2025-08-20T21:22:56.8956270Z time=2025-08-20T21:22:56Z level=debug msg=Request #1
2025-08-20T21:22:56.8957016Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fk9s%2Fofficial%2Fk9s%3Apull%2Cpush&service=ghcr.io"
2025-08-20T21:22:56.8957663Z > Request method: "GET"
2025-08-20T21:22:56.8957886Z > Request headers:
2025-08-20T21:22:57.1987350Z    "Authorization": "*****"
2025-08-20T21:22:57.1987893Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:22:57.1988776Z time=2025-08-20T21:22:57Z level=debug msg=Response #1
2025-08-20T21:22:57.1989218Z < Response Status: "200 OK"
2025-08-20T21:22:57.1989515Z < Response headers:
2025-08-20T21:22:57.1989778Z    "Date": "Wed, 20 Aug 2025 21:22:57 GMT"
2025-08-20T21:22:57.1990116Z    "Content-Length": "69"
2025-08-20T21:22:57.1990481Z    "X-Github-Request-Id": "1829:2E6251:453F87:4B099B:68A63CB0"
2025-08-20T21:22:57.1990899Z    "Content-Type": "application/json"
2025-08-20T21:22:57.1991289Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:22:57.1991846Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:22:57.1992402Z time=2025-08-20T21:22:57Z level=debug msg=Request #2
2025-08-20T21:22:57.1993509Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/k9s/official/k9s/manifests/sha256:efe45cc23995c4b2b27915c45244db274a71cce86242adfc1a783cf2a69fe823"
2025-08-20T21:22:57.1994267Z > Request method: "HEAD"
2025-08-20T21:22:57.1994606Z > Request headers:
2025-08-20T21:22:57.1995551Z    "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:22:57.1996550Z    "Authorization": "*****"
2025-08-20T21:22:57.1996770Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:22:57.2155456Z time=2025-08-20T21:22:57Z level=debug msg=Response #2
2025-08-20T21:22:57.2155936Z < Response Status: "404 Not Found"
2025-08-20T21:22:57.2156702Z < Response headers:
2025-08-20T21:22:57.2156989Z    "Content-Type": "application/json"
2025-08-20T21:22:57.2157309Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:22:57.2157865Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:22:57.2158296Z    "Date": "Wed, 20 Aug 2025 21:22:57 GMT"
2025-08-20T21:22:57.2158555Z    "Content-Length": "70"
2025-08-20T21:22:57.2158849Z    "X-Github-Request-Id": "1829:2E6251:453FCD:4B09E9:68A63CB1"
2025-08-20T21:22:57.2159208Z time=2025-08-20T21:22:57Z level=debug msg=Request #3
2025-08-20T21:22:57.2159931Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/k9s/official/k9s/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:22:57.2160723Z > Request method: "HEAD"
2025-08-20T21:22:57.2160939Z > Request headers:
2025-08-20T21:22:57.2161140Z    "Authorization": "*****"
2025-08-20T21:22:57.2161368Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:22:57.2611105Z time=2025-08-20T21:22:57Z level=debug msg=Response #3
2025-08-20T21:22:57.2611721Z < Response Status: "200 OK"
2025-08-20T21:22:57.2612103Z < Response headers:
2025-08-20T21:22:57.2612808Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:22:57.2613491Z    "Date": "Wed, 20 Aug 2025 21:22:57 GMT"
2025-08-20T21:22:57.2613964Z    "X-Github-Request-Id": "1829:2E6251:453FD1:4B09ED:68A63CB1"
2025-08-20T21:22:57.2614309Z    "Content-Length": "0"
2025-08-20T21:22:57.2614559Z    "Content-Type": ""
2025-08-20T21:22:57.2615006Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:22:57.2615574Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:22:57.2616233Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T21:22:57.2616757Z time=2025-08-20T21:22:57Z level=debug msg=Request #4
2025-08-20T21:22:57.2617397Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/k9s/official/k9s/manifests/HEAD-4686c1d-250820T090605-x86_64-linux"
2025-08-20T21:22:57.2624668Z > Request method: "PUT"
2025-08-20T21:22:57.2624950Z > Request headers:
2025-08-20T21:22:57.2625234Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T21:22:57.2625560Z    "Authorization": "*****"
2025-08-20T21:22:57.2625782Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:22:57.5275683Z time=2025-08-20T21:22:57Z level=debug msg=Response #4
2025-08-20T21:22:57.5276673Z < Response Status: "201 Created"
2025-08-20T21:22:57.5277174Z < Response headers:
2025-08-20T21:22:57.5277605Z    "Date": "Wed, 20 Aug 2025 21:22:57 GMT"
2025-08-20T21:22:57.5278146Z    "Content-Length": "0"
2025-08-20T21:22:57.5278750Z    "X-Github-Request-Id": "1829:2E6251:453FDB:4B09F9:68A63CB1"
2025-08-20T21:22:57.5279433Z    "Content-Type": "application/json"
2025-08-20T21:22:57.5280376Z    "Docker-Content-Digest": "sha256:efe45cc23995c4b2b27915c45244db274a71cce86242adfc1a783cf2a69fe823"
2025-08-20T21:22:57.5281231Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:22:57.5281957Z    "Location": "/v2/pkgforge/bincache/k9s/official/k9s/manifests/sha256:efe45cc23995c4b2b27915c45244db274a71cce86242adfc1a783cf2a69fe823"
2025-08-20T21:22:57.5283005Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:22:57.5283682Z Pushed [registry] ghcr.io/pkgforge/bincache/k9s/official/k9s:HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:22:57.5284246Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:22:57.5284706Z Digest: sha256:efe45cc23995c4b2b27915c45244db274a71cce86242adfc1a783cf2a69fe823
2025-08-20T21:22:59.9308882Z Uploading 25bd2701e2ea CHECKSUM
2025-08-20T21:22:59.9433973Z Uploading c28b06826c5a k9s
2025-08-20T21:22:59.9468648Z Uploading fddf5ca1a3a6 CHECKSUM.sig
2025-08-20T21:23:00.0345132Z Uploading d10db0ecab5d k9s.sig
2025-08-20T21:23:00.0403883Z Exists    0d542e0c8804 LICENSE
2025-08-20T21:23:00.0646774Z Uploading f7d3d83fec71 LICENSE.sig
2025-08-20T21:23:00.8794337Z Uploaded  25bd2701e2ea CHECKSUM
2025-08-20T21:23:00.9191845Z Uploaded  fddf5ca1a3a6 CHECKSUM.sig
2025-08-20T21:23:01.1175426Z Exists    9ec263b21f42 SBUILD
2025-08-20T21:23:01.1903925Z Uploading 50b132d2b8a1 SBUILD.sig
2025-08-20T21:23:01.2745372Z Uploaded  d10db0ecab5d k9s.sig
2025-08-20T21:23:01.2881843Z Uploaded  f7d3d83fec71 LICENSE.sig
2025-08-20T21:23:01.4940948Z Exists    11cf0313013e k9s.png
2025-08-20T21:23:01.5681570Z Uploading 1a253823ef23 k9s.json
2025-08-20T21:23:01.6193671Z Uploading c903aee3be96 k9s.json.sig
2025-08-20T21:23:01.7383683Z Uploading 8ac0207e9f50 k9s.log
2025-08-20T21:23:02.7138993Z Uploaded  50b132d2b8a1 SBUILD.sig
2025-08-20T21:23:02.9890548Z Uploading 127407933b1f k9s.log.sig
2025-08-20T21:23:03.0720115Z Uploaded  1a253823ef23 k9s.json
2025-08-20T21:23:03.1345040Z Uploaded  c903aee3be96 k9s.json.sig
2025-08-20T21:23:03.3350735Z Uploading a69ad3e79291 k9s.version
2025-08-20T21:23:03.3675876Z Uploading 4692d90d0ce2 k9s.version.sig
2025-08-20T21:23:03.4506078Z Uploaded  8ac0207e9f50 k9s.log
2025-08-20T21:23:04.2367132Z Uploaded  127407933b1f k9s.log.sig
2025-08-20T21:23:04.6791996Z Uploaded  4692d90d0ce2 k9s.version.sig
2025-08-20T21:23:05.3053487Z Uploaded  a69ad3e79291 k9s.version
2025-08-20T21:23:05.8519197Z Uploaded  c28b06826c5a k9s
2025-08-20T21:23:05.8519762Z Uploading 3c01b43d322e k9s
2025-08-20T21:23:06.1960287Z Uploaded  3c01b43d322e k9s
2025-08-20T21:23:06.1961300Z Pushed [registry] ghcr.io/pkgforge/bincache/k9s/official/k9s:HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:06.1962057Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:23:06.1962962Z Digest: sha256:3c01b43d322e3490bfc39df09829d92e6a01a551f93b648b0816322cb10b8eb5
2025-08-20T21:23:11.3878541Z 
2025-08-20T21:23:11.3879495Z [+] Registry --> https://ghcr.io/pkgforge/bincache/k9s/official/k9s
2025-08-20T21:23:11.3880824Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/k9s/official/k9s?tag=HEAD-4686c1d-250820T090605-x86_64-linux&manifest 
2025-08-20T21:23:11.3881689Z 
2025-08-20T21:23:14.0655699Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:23:15.3017821Z ./BUILD_ARTIFACTS.tar : 29.98%   (   311 MiB =>   93.2 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:23:15.3722883Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:23:15.3762497Z 
2025-08-20T21:23:15.3763522Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.stable.yaml :: 00(Hr):05(Min):09(Sec)
2025-08-20T21:23:15.3764757Z 
2025-08-20T21:23:15.3779024Z 
2025-08-20T21:23:15.3779365Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:23:15 PM) UTC
2025-08-20T21:23:15.3779641Z 
2025-08-20T21:23:16.9061751Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:23:16.9109193Z ##[group]Run ##Presets
2025-08-20T21:23:16.9109532Z [36;1m##Presets[0m
2025-08-20T21:23:16.9109737Z [36;1mset +x ; set +e[0m
2025-08-20T21:23:16.9109951Z [36;1m#-------------#[0m
2025-08-20T21:23:16.9110153Z [36;1m##Debug?[0m
2025-08-20T21:23:16.9110402Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:23:16.9110692Z [36;1m  set -x[0m
2025-08-20T21:23:16.9110872Z [36;1mfi[0m
2025-08-20T21:23:16.9111048Z [36;1m#-------------#[0m
2025-08-20T21:23:16.9111238Z [36;1m##Set ENV[0m
2025-08-20T21:23:16.9111470Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:23:16.9111968Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-4686c1d-250820T090605-x86_64-linux"[0m
2025-08-20T21:23:16.9112502Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-4686c1d-250820T090605-x86_64-linux"[0m
2025-08-20T21:23:16.9113281Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/k9s/official/k9s-srcbuild-17108250546"[0m
2025-08-20T21:23:16.9113774Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:23:16.9114174Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:23:16.9114735Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:23:16.9115066Z [36;1m fi[0m
2025-08-20T21:23:16.9115242Z [36;1m##Push[0m
2025-08-20T21:23:16.9115463Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:23:16.9115742Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:23:16.9116121Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:23:16.9116598Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:23:16.9117037Z [36;1m     ls -sh "/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:23:16.9117467Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:23:16.9117683Z [36;1m       {[0m
2025-08-20T21:23:16.9117871Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:23:16.9118209Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:23:16.9118657Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:23:16.9119090Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:23:16.9119623Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-4686c1d-250820T090605-x86_64-linux")[0m
2025-08-20T21:23:16.9120333Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17108250546")[0m
2025-08-20T21:23:16.9120933Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17108250546")[0m
2025-08-20T21:23:16.9121595Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/k9s/official/k9s:HEAD-4686c1d-250820T090605-x86_64-linux")[0m
2025-08-20T21:23:16.9122282Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T21:22:48Z")[0m
2025-08-20T21:23:16.9122986Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-4686c1d-250820T090605")[0m
2025-08-20T21:23:16.9123512Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T21:22:48Z")[0m
2025-08-20T21:23:16.9124172Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/k9s/official/k9s")[0m
2025-08-20T21:23:16.9124804Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:23:16.9125330Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-4686c1d-250820T090605")[0m
2025-08-20T21:23:16.9126059Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-4686c1d-250820T090605")[0m
2025-08-20T21:23:16.9126790Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/k9s/official/k9s")[0m
2025-08-20T21:23:16.9127458Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-k9s")[0m
2025-08-20T21:23:16.9127991Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/derailed/k9s")[0m
2025-08-20T21:23:16.9128510Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:23:16.9129023Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-4686c1d-250820T090605")[0m
2025-08-20T21:23:16.9129504Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:23:16.9130005Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:23:16.9130444Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:23:16.9130699Z [36;1m         #Check[0m
2025-08-20T21:23:16.9131298Z [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:22:48Z" ]]; then[0m
2025-08-20T21:23:16.9132092Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:23:16.9132438Z [36;1m            break[0m
2025-08-20T21:23:16.9132799Z [36;1m          else[0m
2025-08-20T21:23:16.9133211Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:23:16.9133643Z [36;1m          fi[0m
2025-08-20T21:23:16.9133867Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:23:16.9134124Z [36;1m        done[0m
2025-08-20T21:23:16.9134309Z [36;1m       }[0m
2025-08-20T21:23:16.9134594Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:23:16.9134843Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:23:16.9135433Z [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:22:48Z" ]]; then[0m
2025-08-20T21:23:16.9136206Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:23:16.9136623Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:23:16.9136883Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:23:16.9137500Z [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:22:48Z" ]]; then[0m
2025-08-20T21:23:16.9138232Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:23:16.9138754Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:23:16.9139164Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:23:16.9139400Z [36;1m           fi[0m
2025-08-20T21:23:16.9139592Z [36;1m       fi[0m
2025-08-20T21:23:16.9139777Z [36;1m   fi[0m
2025-08-20T21:23:16.9139953Z [36;1m fi[0m
2025-08-20T21:23:16.9140136Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:23:16.9894202Z shell: /usr/bin/bash -e {0}
2025-08-20T21:23:16.9894475Z env:
2025-08-20T21:23:16.9894677Z   CROSS_COMPILING: NO
2025-08-20T21:23:16.9894915Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:23:16.9895163Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:23:16.9895408Z   ON_QEMU: NO
2025-08-20T21:23:16.9895600Z   DEBUG: 0
2025-08-20T21:23:16.9895801Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:23:16.9896053Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:23:16.9896359Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/k9s/official
2025-08-20T21:23:16.9896706Z   KEEP_LOGS: YES
2025-08-20T21:23:16.9897078Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:23:16.9897318Z   PKG_FAMILY_LOCAL: k9s
2025-08-20T21:23:16.9897540Z   SBUILD_REBUILD: false
2025-08-20T21:23:16.9898111Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.stable.yaml
2025-08-20T21:23:16.9898692Z   BUILD_SYS: docker://go
2025-08-20T21:23:16.9898899Z   BUILD_ON_HOST: FALSE
2025-08-20T21:23:16.9899090Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:23:16.9899273Z   SYSTMP: /tmp
2025-08-20T21:23:16.9899457Z   GHA_MODE: MATRIX
2025-08-20T21:23:16.9899892Z   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:23:16.9900416Z   INPUT_SBUILD: /tmp/pkgforge/V1m5LiuXE_build.yaml
2025-08-20T21:23:16.9900743Z   BUILD_DIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml
2025-08-20T21:23:16.9901118Z   SBUILD_OUTDIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:23:16.9901590Z   SBUILD_TMPDIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:23:16.9901965Z   PKG_TYPE: static
2025-08-20T21:23:16.9902156Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:23:16.9902380Z   SBUILD_PKGVER: HEAD-4686c1d-250820T090605
2025-08-20T21:23:16.9903028Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108250546
2025-08-20T21:23:16.9903391Z   BUILD_ID: 17108250546
2025-08-20T21:23:16.9903584Z   PKG_NAME: k9s
2025-08-20T21:23:16.9903773Z   PKG_DATE: 2025-08-20T21:22:48Z
2025-08-20T21:23:16.9904012Z   PKG_VERSION: HEAD-4686c1d-250820T090605
2025-08-20T21:23:16.9904269Z   PKG_VERSION_UPSTREAM: 0.50.9
2025-08-20T21:23:16.9904549Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/k9s/official/k9s
2025-08-20T21:23:16.9904882Z   GHCRPKG_TAG: HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:16.9905286Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/k9s/official/k9s
2025-08-20T21:23:16.9905692Z   PKG_SRCURL: https://github.com/derailed/k9s
2025-08-20T21:23:16.9906039Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:23:16.9906467Z   GHCR_TOKEN: ***
2025-08-20T21:23:16.9906755Z   GITHUB_TOKEN: ***
2025-08-20T21:23:16.9907002Z   GITLAB_TOKEN: ***
2025-08-20T21:23:16.9908142Z   MINISIGN_KEY: ***
2025-08-20T21:23:16.9908328Z ##[endgroup]
2025-08-20T21:23:17.0003676Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:23:17.0014489Z 94M	./BUILD_ARTIFACTS.zstd
2025-08-20T21:23:17.0027625Z total 152M
2025-08-20T21:23:17.0027946Z 4.0K CHECKSUM
2025-08-20T21:23:17.0028166Z 4.0K CHECKSUM.sig
2025-08-20T21:23:17.0028362Z  12K LICENSE
2025-08-20T21:23:17.0028539Z 4.0K LICENSE.sig
2025-08-20T21:23:17.0028717Z 4.0K SBUILD
2025-08-20T21:23:17.0028883Z 4.0K SBUILD.sig
2025-08-20T21:23:17.0029201Z 4.0K SBUILD_TEMP
2025-08-20T21:23:17.0029496Z 141M k9s
2025-08-20T21:23:17.0029776Z 4.0K k9s.json
2025-08-20T21:23:17.0030069Z 4.0K k9s.json.sig
2025-08-20T21:23:17.0030385Z 5.6M k9s.log
2025-08-20T21:23:17.0030681Z 4.0K k9s.log.sig
2025-08-20T21:23:17.0031001Z  40K k9s.png
2025-08-20T21:23:17.0031307Z 4.0K k9s.sig
2025-08-20T21:23:17.0031605Z 5.6M k9s.static.log
2025-08-20T21:23:17.0031952Z 4.0K k9s.static.version
2025-08-20T21:23:17.0032324Z 4.0K k9s.static.version.sig
2025-08-20T21:23:17.0032851Z 4.0K k9s.version
2025-08-20T21:23:17.0033175Z 4.0K k9s.version.sig
2025-08-20T21:23:17.2568704Z Uploading 6b4227c9c980 BUILD_ARTIFACTS.zstd
2025-08-20T21:23:20.7980960Z Uploaded  6b4227c9c980 BUILD_ARTIFACTS.zstd
2025-08-20T21:23:20.7981697Z Uploading de10684c4378 SRCBUILD-k9s
2025-08-20T21:23:21.0864060Z Uploaded  de10684c4378 SRCBUILD-k9s
2025-08-20T21:23:21.0865110Z Pushed [registry] ghcr.io/pkgforge/bincache/k9s/official/k9s-srcbuild-17108250546:HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:21.0865823Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:23:21.0866328Z Digest: sha256:de10684c437805b3cc344f2020511f2415ce26135a76e1c094f4bd040988730c
2025-08-20T21:23:26.3758168Z 
2025-08-20T21:23:26.3759346Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/k9s/official/k9s-srcbuild-17108250546
2025-08-20T21:23:26.3759908Z 
2025-08-20T21:23:26.5504575Z ##[group]Run ##Presets
2025-08-20T21:23:26.5504840Z [36;1m##Presets[0m
2025-08-20T21:23:26.5505043Z [36;1mset +x ; set +e[0m
2025-08-20T21:23:26.5505259Z [36;1m#-------------#[0m
2025-08-20T21:23:26.5505464Z [36;1m##Debug?[0m
2025-08-20T21:23:26.5505706Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:23:26.5505996Z [36;1m  set -x[0m
2025-08-20T21:23:26.5506175Z [36;1mfi[0m
2025-08-20T21:23:26.5506352Z [36;1m#-------------#[0m
2025-08-20T21:23:26.5506609Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:23:26.5506939Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:23:26.5556500Z shell: /usr/bin/bash -e {0}
2025-08-20T21:23:26.5556732Z env:
2025-08-20T21:23:26.5556909Z   CROSS_COMPILING: NO
2025-08-20T21:23:26.5557119Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:23:26.5557341Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:23:26.5557564Z   ON_QEMU: NO
2025-08-20T21:23:26.5557859Z   DEBUG: 0
2025-08-20T21:23:26.5558038Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:23:26.5558262Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:23:26.5558538Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/k9s/official
2025-08-20T21:23:26.5558944Z   KEEP_LOGS: YES
2025-08-20T21:23:26.5559131Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:23:26.5559342Z   PKG_FAMILY_LOCAL: k9s
2025-08-20T21:23:26.5559546Z   SBUILD_REBUILD: false
2025-08-20T21:23:26.5560071Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.stable.yaml
2025-08-20T21:23:26.5560641Z   BUILD_SYS: docker://go
2025-08-20T21:23:26.5560853Z   BUILD_ON_HOST: FALSE
2025-08-20T21:23:26.5561050Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:23:26.5561239Z   SYSTMP: /tmp
2025-08-20T21:23:26.5561416Z   GHA_MODE: MATRIX
2025-08-20T21:23:26.5561850Z   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:23:26.5562467Z   INPUT_SBUILD: /tmp/pkgforge/V1m5LiuXE_build.yaml
2025-08-20T21:23:26.5563009Z   BUILD_DIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml
2025-08-20T21:23:26.5563399Z   SBUILD_OUTDIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:23:26.5563874Z   SBUILD_TMPDIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:23:26.5564241Z   PKG_TYPE: static
2025-08-20T21:23:26.5564430Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:23:26.5564654Z   SBUILD_PKGVER: HEAD-4686c1d-250820T090605
2025-08-20T21:23:26.5565038Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108250546
2025-08-20T21:23:26.5565397Z   BUILD_ID: 17108250546
2025-08-20T21:23:26.5565586Z   PKG_NAME: k9s
2025-08-20T21:23:26.5565774Z   PKG_DATE: 2025-08-20T21:22:48Z
2025-08-20T21:23:26.5566010Z   PKG_VERSION: HEAD-4686c1d-250820T090605
2025-08-20T21:23:26.5566262Z   PKG_VERSION_UPSTREAM: 0.50.9
2025-08-20T21:23:26.5566548Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/k9s/official/k9s
2025-08-20T21:23:26.5566886Z   GHCRPKG_TAG: HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:26.5567296Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/k9s/official/k9s
2025-08-20T21:23:26.5567707Z   PKG_SRCURL: https://github.com/derailed/k9s
2025-08-20T21:23:26.5567969Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:23:26.5568233Z   GHCRPKG_TAG_SRCBUILD: HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:26.5568683Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/k9s/official/k9s-srcbuild-17108250546
2025-08-20T21:23:26.5569066Z ##[endgroup]
2025-08-20T21:23:26.5713081Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:23:26.5713383Z with:
2025-08-20T21:23:26.5713578Z   name: Bincache_k9s_x86_64-Linux
2025-08-20T21:23:26.5713861Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:23:26.5714162Z   compression-level: 0
2025-08-20T21:23:26.5714363Z   retention-days: 30
2025-08-20T21:23:26.5714554Z   overwrite: true
2025-08-20T21:23:26.5714747Z   if-no-files-found: warn
2025-08-20T21:23:26.5714962Z   include-hidden-files: false
2025-08-20T21:23:26.5715171Z env:
2025-08-20T21:23:26.5715335Z   CROSS_COMPILING: NO
2025-08-20T21:23:26.5715533Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:23:26.5715752Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:23:26.5715957Z   ON_QEMU: NO
2025-08-20T21:23:26.5716124Z   DEBUG: 0
2025-08-20T21:23:26.5716297Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:23:26.5716512Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:23:26.5716776Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/k9s/official
2025-08-20T21:23:26.5717091Z   KEEP_LOGS: YES
2025-08-20T21:23:26.5717282Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:23:26.5717488Z   PKG_FAMILY_LOCAL: k9s
2025-08-20T21:23:26.5717687Z   SBUILD_REBUILD: false
2025-08-20T21:23:26.5718201Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.stable.yaml
2025-08-20T21:23:26.5718756Z   BUILD_SYS: docker://go
2025-08-20T21:23:26.5718961Z   BUILD_ON_HOST: FALSE
2025-08-20T21:23:26.5719154Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:23:26.5719342Z   SYSTMP: /tmp
2025-08-20T21:23:26.5719517Z   GHA_MODE: MATRIX
2025-08-20T21:23:26.5719945Z   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:23:26.5720579Z   INPUT_SBUILD: /tmp/pkgforge/V1m5LiuXE_build.yaml
2025-08-20T21:23:26.5720894Z   BUILD_DIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml
2025-08-20T21:23:26.5721266Z   SBUILD_OUTDIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:23:26.5721734Z   SBUILD_TMPDIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:23:26.5722104Z   PKG_TYPE: static
2025-08-20T21:23:26.5722291Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:23:26.5722515Z   SBUILD_PKGVER: HEAD-4686c1d-250820T090605
2025-08-20T21:23:26.5723082Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108250546
2025-08-20T21:23:26.5723523Z   BUILD_ID: 17108250546
2025-08-20T21:23:26.5723713Z   PKG_NAME: k9s
2025-08-20T21:23:26.5723899Z   PKG_DATE: 2025-08-20T21:22:48Z
2025-08-20T21:23:26.5724135Z   PKG_VERSION: HEAD-4686c1d-250820T090605
2025-08-20T21:23:26.5724388Z   PKG_VERSION_UPSTREAM: 0.50.9
2025-08-20T21:23:26.5724671Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/k9s/official/k9s
2025-08-20T21:23:26.5725002Z   GHCRPKG_TAG: HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:26.5725408Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/k9s/official/k9s
2025-08-20T21:23:26.5725820Z   PKG_SRCURL: https://github.com/derailed/k9s
2025-08-20T21:23:26.5726080Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:23:26.5726353Z   GHCRPKG_TAG_SRCBUILD: HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:26.5726806Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/k9s/official/k9s-srcbuild-17108250546
2025-08-20T21:23:26.5727201Z   UTC_TIME: 2025_08_20T09_23_26_PM
2025-08-20T21:23:26.5727424Z ##[endgroup]
2025-08-20T21:23:26.7942862Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:23:26.7945957Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:23:26.7946777Z With the provided path, there will be 2 files uploaded
2025-08-20T21:23:26.9419910Z Artifact name is valid!
2025-08-20T21:23:26.9421280Z Root directory input is valid!
2025-08-20T21:23:26.9894912Z Beginning upload of artifact content to blob storage
2025-08-20T21:23:27.3313008Z Uploaded bytes 8388608
2025-08-20T21:23:27.3985376Z Uploaded bytes 16777216
2025-08-20T21:23:27.5070814Z Uploaded bytes 25165824
2025-08-20T21:23:27.5201228Z Uploaded bytes 33554432
2025-08-20T21:23:27.6113298Z Uploaded bytes 41943040
2025-08-20T21:23:27.6280412Z Uploaded bytes 50331648
2025-08-20T21:23:27.7179249Z Uploaded bytes 58720256
2025-08-20T21:23:27.7582901Z Uploaded bytes 67108864
2025-08-20T21:23:27.8215026Z Uploaded bytes 75497472
2025-08-20T21:23:27.8598983Z Uploaded bytes 83886080
2025-08-20T21:23:27.8876265Z Uploaded bytes 92274688
2025-08-20T21:23:27.9397669Z Uploaded bytes 100663296
2025-08-20T21:23:28.0170013Z Uploaded bytes 103916535
2025-08-20T21:23:28.0320392Z Finished uploading artifact content to blob storage!
2025-08-20T21:23:28.0323596Z SHA256 digest of uploaded artifact zip is 359a560d3dfcb0b1cbf8fd240a4afafa7e2ddfa7edb8e2bda40047fcf7ea27a1
2025-08-20T21:23:28.0324599Z Finalizing artifact upload
2025-08-20T21:23:28.1191416Z Artifact Bincache_k9s_x86_64-Linux.zip successfully finalized. Artifact ID 3813357087
2025-08-20T21:23:28.1192585Z Artifact Bincache_k9s_x86_64-Linux has been successfully uploaded! Final size is 103916535 bytes. Artifact ID is 3813357087
2025-08-20T21:23:28.1200281Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108250546/artifacts/3813357087
2025-08-20T21:23:28.1418832Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:23:28.1419157Z with:
2025-08-20T21:23:28.1419446Z   subject-name: k9s-17108250546-HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:28.1420279Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:23:28.1421121Z   show-summary: true
2025-08-20T21:23:28.1421334Z   push-to-registry: false
2025-08-20T21:23:28.1421698Z   github-token: ***
2025-08-20T21:23:28.1421896Z env:
2025-08-20T21:23:28.1422071Z   CROSS_COMPILING: NO
2025-08-20T21:23:28.1422281Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:23:28.1422505Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:23:28.1422885Z   ON_QEMU: NO
2025-08-20T21:23:28.1423063Z   DEBUG: 0
2025-08-20T21:23:28.1423251Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:23:28.1423479Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:23:28.1423795Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/k9s/official
2025-08-20T21:23:28.1424086Z   KEEP_LOGS: YES
2025-08-20T21:23:28.1424276Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:23:28.1424601Z   PKG_FAMILY_LOCAL: k9s
2025-08-20T21:23:28.1424809Z   SBUILD_REBUILD: false
2025-08-20T21:23:28.1425333Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.stable.yaml
2025-08-20T21:23:28.1425890Z   BUILD_SYS: docker://go
2025-08-20T21:23:28.1426108Z   BUILD_ON_HOST: FALSE
2025-08-20T21:23:28.1426305Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:23:28.1426499Z   SYSTMP: /tmp
2025-08-20T21:23:28.1426680Z   GHA_MODE: MATRIX
2025-08-20T21:23:28.1427121Z   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:23:28.1427639Z   INPUT_SBUILD: /tmp/pkgforge/V1m5LiuXE_build.yaml
2025-08-20T21:23:28.1427959Z   BUILD_DIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml
2025-08-20T21:23:28.1428367Z   SBUILD_OUTDIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:23:28.1428842Z   SBUILD_TMPDIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:23:28.1429225Z   PKG_TYPE: static
2025-08-20T21:23:28.1429417Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:23:28.1429644Z   SBUILD_PKGVER: HEAD-4686c1d-250820T090605
2025-08-20T21:23:28.1430032Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108250546
2025-08-20T21:23:28.1430405Z   BUILD_ID: 17108250546
2025-08-20T21:23:28.1430599Z   PKG_NAME: k9s
2025-08-20T21:23:28.1430800Z   PKG_DATE: 2025-08-20T21:22:48Z
2025-08-20T21:23:28.1431053Z   PKG_VERSION: HEAD-4686c1d-250820T090605
2025-08-20T21:23:28.1431317Z   PKG_VERSION_UPSTREAM: 0.50.9
2025-08-20T21:23:28.1431602Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/k9s/official/k9s
2025-08-20T21:23:28.1431940Z   GHCRPKG_TAG: HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:28.1432360Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/k9s/official/k9s
2025-08-20T21:23:28.1432878Z   PKG_SRCURL: https://github.com/derailed/k9s
2025-08-20T21:23:28.1433144Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:23:28.1433416Z   GHCRPKG_TAG_SRCBUILD: HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:28.1433868Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/k9s/official/k9s-srcbuild-17108250546
2025-08-20T21:23:28.1434267Z   UTC_TIME: 2025_08_20T09_23_26_PM
2025-08-20T21:23:28.1434497Z ##[endgroup]
2025-08-20T21:23:28.1508124Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:23:28.1508565Z env:
2025-08-20T21:23:28.1508744Z   CROSS_COMPILING: NO
2025-08-20T21:23:28.1508961Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:23:28.1509186Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:23:28.1509404Z   ON_QEMU: NO
2025-08-20T21:23:28.1509581Z   DEBUG: 0
2025-08-20T21:23:28.1509767Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:23:28.1510001Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:23:28.1510512Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/k9s/official
2025-08-20T21:23:28.1510825Z   KEEP_LOGS: YES
2025-08-20T21:23:28.1511025Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:23:28.1511253Z   PKG_FAMILY_LOCAL: k9s
2025-08-20T21:23:28.1511467Z   SBUILD_REBUILD: false
2025-08-20T21:23:28.1512000Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.stable.yaml
2025-08-20T21:23:28.1512557Z   BUILD_SYS: docker://go
2025-08-20T21:23:28.1512990Z   BUILD_ON_HOST: FALSE
2025-08-20T21:23:28.1513191Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:23:28.1513389Z   SYSTMP: /tmp
2025-08-20T21:23:28.1513572Z   GHA_MODE: MATRIX
2025-08-20T21:23:28.1514013Z   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:23:28.1514527Z   INPUT_SBUILD: /tmp/pkgforge/V1m5LiuXE_build.yaml
2025-08-20T21:23:28.1514850Z   BUILD_DIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml
2025-08-20T21:23:28.1515236Z   SBUILD_OUTDIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:23:28.1515713Z   SBUILD_TMPDIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:23:28.1516174Z   PKG_TYPE: static
2025-08-20T21:23:28.1516369Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:23:28.1516601Z   SBUILD_PKGVER: HEAD-4686c1d-250820T090605
2025-08-20T21:23:28.1516990Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108250546
2025-08-20T21:23:28.1517361Z   BUILD_ID: 17108250546
2025-08-20T21:23:28.1517556Z   PKG_NAME: k9s
2025-08-20T21:23:28.1517756Z   PKG_DATE: 2025-08-20T21:22:48Z
2025-08-20T21:23:28.1518007Z   PKG_VERSION: HEAD-4686c1d-250820T090605
2025-08-20T21:23:28.1518278Z   PKG_VERSION_UPSTREAM: 0.50.9
2025-08-20T21:23:28.1518562Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/k9s/official/k9s
2025-08-20T21:23:28.1518897Z   GHCRPKG_TAG: HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:28.1519319Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/k9s/official/k9s
2025-08-20T21:23:28.1519732Z   PKG_SRCURL: https://github.com/derailed/k9s
2025-08-20T21:23:28.1519999Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:23:28.1520272Z   GHCRPKG_TAG_SRCBUILD: HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:28.1520728Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/k9s/official/k9s-srcbuild-17108250546
2025-08-20T21:23:28.1521130Z   UTC_TIME: 2025_08_20T09_23_26_PM
2025-08-20T21:23:28.1521359Z ##[endgroup]
2025-08-20T21:23:28.4621041Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:23:28.4621389Z with:
2025-08-20T21:23:28.4622064Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:23:28.4623138Z   subject-name: k9s-17108250546-HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:28.4623536Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:23:28.4626228Z   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/17108250546/attempts/1"}}}
2025-08-20T21:23:28.4628877Z   push-to-registry: false
2025-08-20T21:23:28.4629105Z   show-summary: true
2025-08-20T21:23:28.4629515Z   github-token: ***
2025-08-20T21:23:28.4629717Z env:
2025-08-20T21:23:28.4630058Z   CROSS_COMPILING: NO
2025-08-20T21:23:28.4630284Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:23:28.4630516Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:23:28.4630748Z   ON_QEMU: NO
2025-08-20T21:23:28.4630928Z   DEBUG: 0
2025-08-20T21:23:28.4631113Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:23:28.4631343Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:23:28.4631621Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/k9s/official
2025-08-20T21:23:28.4631998Z   KEEP_LOGS: YES
2025-08-20T21:23:28.4632193Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:23:28.4632408Z   PKG_FAMILY_LOCAL: k9s
2025-08-20T21:23:28.4632781Z   SBUILD_REBUILD: false
2025-08-20T21:23:28.4633321Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.stable.yaml
2025-08-20T21:23:28.4633877Z   BUILD_SYS: docker://go
2025-08-20T21:23:28.4634089Z   BUILD_ON_HOST: FALSE
2025-08-20T21:23:28.4634288Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:23:28.4634485Z   SYSTMP: /tmp
2025-08-20T21:23:28.4634674Z   GHA_MODE: MATRIX
2025-08-20T21:23:28.4635117Z   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:23:28.4635737Z   INPUT_SBUILD: /tmp/pkgforge/V1m5LiuXE_build.yaml
2025-08-20T21:23:28.4636066Z   BUILD_DIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml
2025-08-20T21:23:28.4636454Z   SBUILD_OUTDIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:23:28.4636935Z   SBUILD_TMPDIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:23:28.4637313Z   PKG_TYPE: static
2025-08-20T21:23:28.4637508Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:23:28.4637745Z   SBUILD_PKGVER: HEAD-4686c1d-250820T090605
2025-08-20T21:23:28.4638132Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108250546
2025-08-20T21:23:28.4638500Z   BUILD_ID: 17108250546
2025-08-20T21:23:28.4638697Z   PKG_NAME: k9s
2025-08-20T21:23:28.4638893Z   PKG_DATE: 2025-08-20T21:22:48Z
2025-08-20T21:23:28.4639149Z   PKG_VERSION: HEAD-4686c1d-250820T090605
2025-08-20T21:23:28.4639419Z   PKG_VERSION_UPSTREAM: 0.50.9
2025-08-20T21:23:28.4639716Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/k9s/official/k9s
2025-08-20T21:23:28.4640057Z   GHCRPKG_TAG: HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:28.4640475Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/k9s/official/k9s
2025-08-20T21:23:28.4640909Z   PKG_SRCURL: https://github.com/derailed/k9s
2025-08-20T21:23:28.4641181Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:23:28.4641456Z   GHCRPKG_TAG_SRCBUILD: HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:28.4641915Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/k9s/official/k9s-srcbuild-17108250546
2025-08-20T21:23:28.4642320Z   UTC_TIME: 2025_08_20T09_23_26_PM
2025-08-20T21:23:28.4642554Z ##[endgroup]
2025-08-20T21:23:30.0118096Z Attestation created for 18 subjects
2025-08-20T21:23:30.0122044Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:23:30.0123054Z -----BEGIN CERTIFICATE-----
2025-08-20T21:23:30.0123663Z MIIG7jCCBnWgAwIBAgIUdiK/IaVsFalG+bJsiY+xTY1BmYkwCgYIKoZIzj0EAwMw
2025-08-20T21:23:30.0124543Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:23:30.0125419Z cm1lZGlhdGUwHhcNMjUwODIwMjEyMzI5WhcNMjUwODIwMjEzMzI5WjAAMFkwEwYH
2025-08-20T21:23:30.0126259Z KoZIzj0CAQYIKoZIzj0DAQcDQgAE4lQ8kD6pNTk059/H//J29JCZVY+UupX6KqQr
2025-08-20T21:23:30.0127116Z 3i9P0AX9HTTszkowN4TLOLmhcSviS9L7BTupEVgNuQ0qB0MG2aOCBZQwggWQMA4G
2025-08-20T21:23:30.0127982Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUsMML
2025-08-20T21:23:30.0128865Z k2bY6qxCSf13gukG2nu97GIwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:23:30.0129706Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:23:30.0130556Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:23:30.0131433Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:23:30.0132571Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:23:30.0133661Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:23:30.0134539Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:23:30.0135443Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:23:30.0136327Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:23:30.0137329Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:23:30.0138192Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:23:30.0139062Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:23:30.0139955Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:23:30.0140832Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:23:30.0141707Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:23:30.0142810Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:23:30.0143725Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:23:30.0144757Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:23:30.0145648Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:23:30.0146532Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:23:30.0147425Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:23:30.0148328Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:23:30.0149234Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:23:30.0150131Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:23:30.0151018Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4MjUwNTQ2L2F0
2025-08-20T21:23:30.0151917Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T21:23:30.0153007Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJXZHQ
2025-08-20T21:23:30.0153893Z AAAEAwBHMEUCIQCKY2M8Repx27vXlr1VtFa2Sg6NU+tOfQyvu7UEb4UZ0gIgAMec
2025-08-20T21:23:30.0154770Z S8WsCyPtxzVJLpc19T0dEOv6droS+XHA3spAyyYwCgYIKoZIzj0EAwMDZwAwZAIw
2025-08-20T21:23:30.0155641Z LnGUp+jBx0j5okThWa6PCvzcl8HHvVhAbev4FVt4sLaVdm8vZcUQpC+5bZSpwlF6
2025-08-20T21:23:30.0156513Z AjB2pSNMe8/BSnFGr7z6aTaBkWWynRFggHADl+6cqNzK8j5BYBoX1JPZvvorEI3d
2025-08-20T21:23:30.0157132Z KSg=
2025-08-20T21:23:30.0157431Z -----END CERTIFICATE-----
2025-08-20T21:23:30.0157692Z 
2025-08-20T21:23:30.0158263Z ##[endgroup]
2025-08-20T21:23:30.0158917Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:23:30.0159630Z https://search.sigstore.dev?logIndex=414389652
2025-08-20T21:23:30.0160314Z [36mAttestation uploaded to repository[39m
2025-08-20T21:23:30.0160918Z https://github.com/pkgforge/bincache/attestations/9873983
2025-08-20T21:23:30.0948178Z ##[group]Run ##Presets
2025-08-20T21:23:30.0948446Z [36;1m##Presets[0m
2025-08-20T21:23:30.0948653Z [36;1mset +x ; set +e[0m
2025-08-20T21:23:30.0948874Z [36;1m#-------------#[0m
2025-08-20T21:23:30.0949101Z [36;1m##Debug?[0m
2025-08-20T21:23:30.0949356Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:23:30.0949651Z [36;1m  set -x[0m
2025-08-20T21:23:30.0949842Z [36;1mfi[0m
2025-08-20T21:23:30.0950026Z [36;1m#-------------#[0m
2025-08-20T21:23:30.0950345Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:23:30.0950867Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/k9s/official"[0m
2025-08-20T21:23:30.0951268Z [36;1m exit 1[0m
2025-08-20T21:23:30.0951460Z [36;1mfi[0m
2025-08-20T21:23:30.0999450Z shell: /usr/bin/bash -e {0}
2025-08-20T21:23:30.0999690Z env:
2025-08-20T21:23:30.0999873Z   CROSS_COMPILING: NO
2025-08-20T21:23:30.1000129Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:23:30.1000363Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:23:30.1000591Z   ON_QEMU: NO
2025-08-20T21:23:30.1000766Z   DEBUG: 0
2025-08-20T21:23:30.1000948Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:23:30.1001178Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:23:30.1001461Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/k9s/official
2025-08-20T21:23:30.1001749Z   KEEP_LOGS: YES
2025-08-20T21:23:30.1001945Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:23:30.1002158Z   PKG_FAMILY_LOCAL: k9s
2025-08-20T21:23:30.1002462Z   SBUILD_REBUILD: false
2025-08-20T21:23:30.1003147Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.stable.yaml
2025-08-20T21:23:30.1003709Z   BUILD_SYS: docker://go
2025-08-20T21:23:30.1003931Z   BUILD_ON_HOST: FALSE
2025-08-20T21:23:30.1004131Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:23:30.1004335Z   SYSTMP: /tmp
2025-08-20T21:23:30.1004526Z   GHA_MODE: MATRIX
2025-08-20T21:23:30.1004984Z   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:23:30.1005517Z   INPUT_SBUILD: /tmp/pkgforge/V1m5LiuXE_build.yaml
2025-08-20T21:23:30.1005944Z   BUILD_DIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml
2025-08-20T21:23:30.1006341Z   SBUILD_OUTDIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:23:30.1006824Z   SBUILD_TMPDIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:23:30.1007206Z   PKG_TYPE: static
2025-08-20T21:23:30.1007406Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:23:30.1007647Z   SBUILD_PKGVER: HEAD-4686c1d-250820T090605
2025-08-20T21:23:30.1008035Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108250546
2025-08-20T21:23:30.1008399Z   BUILD_ID: 17108250546
2025-08-20T21:23:30.1008603Z   PKG_NAME: k9s
2025-08-20T21:23:30.1008803Z   PKG_DATE: 2025-08-20T21:22:48Z
2025-08-20T21:23:30.1009048Z   PKG_VERSION: HEAD-4686c1d-250820T090605
2025-08-20T21:23:30.1009319Z   PKG_VERSION_UPSTREAM: 0.50.9
2025-08-20T21:23:30.1009613Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/k9s/official/k9s
2025-08-20T21:23:30.1009953Z   GHCRPKG_TAG: HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:30.1010376Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/k9s/official/k9s
2025-08-20T21:23:30.1010797Z   PKG_SRCURL: https://github.com/derailed/k9s
2025-08-20T21:23:30.1011069Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:23:30.1011343Z   GHCRPKG_TAG_SRCBUILD: HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:30.1011805Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/k9s/official/k9s-srcbuild-17108250546
2025-08-20T21:23:30.1012203Z   UTC_TIME: 2025_08_20T09_23_26_PM
2025-08-20T21:23:30.1012436Z ##[endgroup]
2025-08-20T21:23:30.1101563Z ##[group]Run ##Presets
2025-08-20T21:23:30.1101816Z [36;1m##Presets[0m
2025-08-20T21:23:30.1102030Z [36;1mset +x ; set +e[0m
2025-08-20T21:23:30.1102248Z [36;1m#-------------#[0m
2025-08-20T21:23:30.1102456Z [36;1m##Debug?[0m
2025-08-20T21:23:30.1102955Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:23:30.1103265Z [36;1m  set -x[0m
2025-08-20T21:23:30.1103453Z [36;1mfi[0m
2025-08-20T21:23:30.1103644Z [36;1m#-------------#[0m
2025-08-20T21:23:30.1103892Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:23:30.1104341Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/k9s/official"[0m
2025-08-20T21:23:30.1104750Z [36;1m exit 1[0m
2025-08-20T21:23:30.1104935Z [36;1mfi[0m
2025-08-20T21:23:30.1150556Z shell: /usr/bin/bash -e {0}
2025-08-20T21:23:30.1150793Z env:
2025-08-20T21:23:30.1150982Z   CROSS_COMPILING: NO
2025-08-20T21:23:30.1151202Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:23:30.1151479Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:23:30.1151703Z   ON_QEMU: NO
2025-08-20T21:23:30.1151881Z   DEBUG: 0
2025-08-20T21:23:30.1152063Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:23:30.1152293Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:23:30.1152568Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/k9s/official
2025-08-20T21:23:30.1153050Z   KEEP_LOGS: YES
2025-08-20T21:23:30.1153252Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:23:30.1153481Z   PKG_FAMILY_LOCAL: k9s
2025-08-20T21:23:30.1153688Z   SBUILD_REBUILD: false
2025-08-20T21:23:30.1154217Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.stable.yaml
2025-08-20T21:23:30.1154785Z   BUILD_SYS: docker://go
2025-08-20T21:23:30.1155116Z   BUILD_ON_HOST: FALSE
2025-08-20T21:23:30.1155321Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:23:30.1155518Z   SYSTMP: /tmp
2025-08-20T21:23:30.1155701Z   GHA_MODE: MATRIX
2025-08-20T21:23:30.1156153Z   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:23:30.1156675Z   INPUT_SBUILD: /tmp/pkgforge/V1m5LiuXE_build.yaml
2025-08-20T21:23:30.1157001Z   BUILD_DIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml
2025-08-20T21:23:30.1157382Z   SBUILD_OUTDIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:23:30.1157862Z   SBUILD_TMPDIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:23:30.1158330Z   PKG_TYPE: static
2025-08-20T21:23:30.1158533Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:23:30.1158767Z   SBUILD_PKGVER: HEAD-4686c1d-250820T090605
2025-08-20T21:23:30.1159157Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108250546
2025-08-20T21:23:30.1159523Z   BUILD_ID: 17108250546
2025-08-20T21:23:30.1159722Z   PKG_NAME: k9s
2025-08-20T21:23:30.1159919Z   PKG_DATE: 2025-08-20T21:22:48Z
2025-08-20T21:23:30.1160164Z   PKG_VERSION: HEAD-4686c1d-250820T090605
2025-08-20T21:23:30.1160438Z   PKG_VERSION_UPSTREAM: 0.50.9
2025-08-20T21:23:30.1160727Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/k9s/official/k9s
2025-08-20T21:23:30.1161069Z   GHCRPKG_TAG: HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:30.1161489Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/k9s/official/k9s
2025-08-20T21:23:30.1161905Z   PKG_SRCURL: https://github.com/derailed/k9s
2025-08-20T21:23:30.1162178Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:23:30.1162457Z   GHCRPKG_TAG_SRCBUILD: HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:30.1163097Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/k9s/official/k9s-srcbuild-17108250546
2025-08-20T21:23:30.1163499Z   UTC_TIME: 2025_08_20T09_23_26_PM
2025-08-20T21:23:30.1163731Z ##[endgroup]
2025-08-20T21:23:30.1257390Z ##[group]Run ##Presets
2025-08-20T21:23:30.1257647Z [36;1m##Presets[0m
2025-08-20T21:23:30.1257847Z [36;1mset +x ; set +e[0m
2025-08-20T21:23:30.1258064Z [36;1m#-------------#[0m
2025-08-20T21:23:30.1258275Z [36;1m##Debug?[0m
2025-08-20T21:23:30.1258527Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:23:30.1258834Z [36;1m  set -x[0m
2025-08-20T21:23:30.1259023Z [36;1mfi[0m
2025-08-20T21:23:30.1259218Z [36;1m#-------------#[0m
2025-08-20T21:23:30.1259571Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:23:30.1259968Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:23:30.1260283Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:23:30.1260551Z [36;1mfi[0m
2025-08-20T21:23:30.1303248Z shell: /usr/bin/bash -e {0}
2025-08-20T21:23:30.1303482Z env:
2025-08-20T21:23:30.1303663Z   CROSS_COMPILING: NO
2025-08-20T21:23:30.1303911Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:23:30.1304142Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:23:30.1304362Z   ON_QEMU: NO
2025-08-20T21:23:30.1304536Z   DEBUG: 0
2025-08-20T21:23:30.1304718Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:23:30.1304944Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:23:30.1305228Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/k9s/official
2025-08-20T21:23:30.1305518Z   KEEP_LOGS: YES
2025-08-20T21:23:30.1305710Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:23:30.1305920Z   PKG_FAMILY_LOCAL: k9s
2025-08-20T21:23:30.1306135Z   SBUILD_REBUILD: false
2025-08-20T21:23:30.1306668Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/k9s/static.official.stable.yaml
2025-08-20T21:23:30.1307368Z   BUILD_SYS: docker://go
2025-08-20T21:23:30.1307590Z   BUILD_ON_HOST: FALSE
2025-08-20T21:23:30.1307795Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:23:30.1307989Z   SYSTMP: /tmp
2025-08-20T21:23:30.1308172Z   GHA_MODE: MATRIX
2025-08-20T21:23:30.1308613Z   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:23:30.1309243Z   INPUT_SBUILD: /tmp/pkgforge/V1m5LiuXE_build.yaml
2025-08-20T21:23:30.1309567Z   BUILD_DIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml
2025-08-20T21:23:30.1309950Z   SBUILD_OUTDIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR
2025-08-20T21:23:30.1310422Z   SBUILD_TMPDIR: /tmp/pkgforge/4MM34s4_V1m5LiuE_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:23:30.1310801Z   PKG_TYPE: static
2025-08-20T21:23:30.1310995Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:23:30.1311229Z   SBUILD_PKGVER: HEAD-4686c1d-250820T090605
2025-08-20T21:23:30.1311609Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108250546
2025-08-20T21:23:30.1312061Z   BUILD_ID: 17108250546
2025-08-20T21:23:30.1312264Z   PKG_NAME: k9s
2025-08-20T21:23:30.1312456Z   PKG_DATE: 2025-08-20T21:22:48Z
2025-08-20T21:23:30.1312874Z   PKG_VERSION: HEAD-4686c1d-250820T090605
2025-08-20T21:23:30.1313149Z   PKG_VERSION_UPSTREAM: 0.50.9
2025-08-20T21:23:30.1313440Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/k9s/official/k9s
2025-08-20T21:23:30.1313780Z   GHCRPKG_TAG: HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:30.1314193Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/k9s/official/k9s
2025-08-20T21:23:30.1314608Z   PKG_SRCURL: https://github.com/derailed/k9s
2025-08-20T21:23:30.1314878Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:23:30.1315156Z   GHCRPKG_TAG_SRCBUILD: HEAD-4686c1d-250820T090605-x86_64-linux
2025-08-20T21:23:30.1315613Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/k9s/official/k9s-srcbuild-17108250546
2025-08-20T21:23:30.1316013Z   UTC_TIME: 2025_08_20T09_23_26_PM
2025-08-20T21:23:30.1316246Z ##[endgroup]
2025-08-20T21:23:30.1387523Z EXITED
2025-08-20T21:23:30.1429963Z Cleaning up orphan processes
